| .. |
|
DataFormatter.cpp
|
23f7a42981
Use format attribute on CreateString and FormatString, fix resulting warnings.
|
há 5 anos atrás |
|
DataQuery.cpp
|
9bba912933
Cleanup: Use appropriate types, fix unused assignments and uninitialized variables
|
há 3 anos atrás |
|
DataSource.cpp
|
081a3231bb
DataSource: Allow destruction of listeners during Notify...() callbacks, see #132.
|
há 5 anos atrás |
|
DataSourceListener.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
há 5 anos atrás |
|
ElementDataGrid.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
há 5 anos atrás |
|
ElementDataGridCell.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
há 5 anos atrás |
|
ElementDataGridExpandButton.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
há 5 anos atrás |
|
ElementDataGridRow.cpp
|
23f7a42981
Use format attribute on CreateString and FormatString, fix resulting warnings.
|
há 5 anos atrás |
|
ElementForm.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
há 5 anos atrás |
|
ElementFormControl.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
há 5 anos atrás |
|
ElementFormControlDataSelect.cpp
|
18b9a2a6ed
Fix missing moves and avoid some allocations
|
há 3 anos atrás |
|
ElementFormControlInput.cpp
|
d003fa9717
Clean up input element
|
há 4 anos atrás |
|
ElementFormControlSelect.cpp
|
8020239d7d
Review select control, make options compatible with 'data-for' view. Add node handler for select which moves the options early before data-for initializes.
|
há 4 anos atrás |
|
ElementFormControlTextArea.cpp
|
f054057d65
Layout change does not always require text widget formatting, be more restrictive for perfomance reasons
|
há 3 anos atrás |
|
ElementImage.cpp
|
6ebaa76960
Image elements: Fix wrong dp-scaling being applied when an image is cloned through a parent element, see #310
|
há 3 anos atrás |
|
ElementImage.h
|
742894e123
Add a virtual method on elements for responding to recompilation of style sheets. Eg. new style sheets may change sprites, such as in decorators and img elements.
|
há 5 anos atrás |
|
ElementLabel.cpp
|
14b4c0ad12
Rename <progressbar> element to <progress> for html compatibility
|
há 4 anos atrás |
|
ElementLabel.h
|
b50e8d192e
Add label element
|
há 5 anos atrás |
|
ElementProgress.cpp
|
8b7388ecdc
Refactor ComputedValues to reduce memory usage.
|
há 3 anos atrás |
|
ElementTabSet.cpp
|
536c24b493
Fix index parameter of ElementTabSet::SetPanel and ElementTabSet::SetTab not doing anything. (#246)
|
há 4 anos atrás |
|
ElementTextSelection.cpp
|
424bdaef3e
Add new RCSS property 'caret-color'
|
há 5 anos atrás |
|
ElementTextSelection.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
há 5 anos atrás |
|
InputType.cpp
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
há 5 anos atrás |
|
InputType.h
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
há 5 anos atrás |
|
InputTypeButton.cpp
|
cf935e077a
Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default.
|
há 5 anos atrás |
|
InputTypeButton.h
|
cf935e077a
Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default.
|
há 5 anos atrás |
|
InputTypeCheckbox.cpp
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
há 4 anos atrás |
|
InputTypeCheckbox.h
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
há 4 anos atrás |
|
InputTypeRadio.cpp
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
há 4 anos atrás |
|
InputTypeRadio.h
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
há 4 anos atrás |
|
InputTypeRange.cpp
|
cf935e077a
Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default.
|
há 5 anos atrás |
|
InputTypeRange.h
|
cf935e077a
Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default.
|
há 5 anos atrás |
|
InputTypeSubmit.cpp
|
cf935e077a
Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default.
|
há 5 anos atrás |
|
InputTypeSubmit.h
|
cf935e077a
Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default.
|
há 5 anos atrás |
|
InputTypeText.cpp
|
f054057d65
Layout change does not always require text widget formatting, be more restrictive for perfomance reasons
|
há 3 anos atrás |
|
InputTypeText.h
|
db6fafd530
Avoid unnecessary calls to the text widget formatting procedure
|
há 3 anos atrás |
|
WidgetDropDown.cpp
|
8b7388ecdc
Refactor ComputedValues to reduce memory usage.
|
há 3 anos atrás |
|
WidgetDropDown.h
|
70b5954beb
Select element: Do not wrap around when using up/down keys on options, leave selection unchanged if there is no valid option.
|
há 4 anos atrás |
|
WidgetSlider.cpp
|
6f0adcfbdb
Scroll widgets: Remove fix where the containing block's height was not used in case it was not defined. The containing block's height is now defined in all cases. See #314. (#321)
|
há 3 anos atrás |
|
WidgetSlider.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
há 5 anos atrás |
|
WidgetTextInput.cpp
|
9f74f5bfd4
Skip trailing white space in some cases to more accurately center and right-adjust text, see #383
|
há 3 anos atrás |
|
WidgetTextInput.h
|
1566efda8d
Text widget: Reduce unnecessary formatting
|
há 3 anos atrás |
|
WidgetTextInputMultiLine.cpp
|
5717640f95
Text widget refactoring:
|
há 3 anos atrás |
|
WidgetTextInputMultiLine.h
|
5717640f95
Text widget refactoring:
|
há 3 anos atrás |
|
WidgetTextInputSingleLine.cpp
|
5717640f95
Text widget refactoring:
|
há 3 anos atrás |
|
WidgetTextInputSingleLine.h
|
5717640f95
Text widget refactoring:
|
há 3 anos atrás |
|
WidgetTextInputSingleLinePassword.cpp
|
5717640f95
Text widget refactoring:
|
há 3 anos atrás |
|
WidgetTextInputSingleLinePassword.h
|
5717640f95
Text widget refactoring:
|
há 3 anos atrás |
|
XMLNodeHandlerDataGrid.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
há 5 anos atrás |
|
XMLNodeHandlerDataGrid.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
há 5 anos atrás |
|
XMLNodeHandlerSelect.cpp
|
8020239d7d
Review select control, make options compatible with 'data-for' view. Add node handler for select which moves the options early before data-for initializes.
|
há 4 anos atrás |
|
XMLNodeHandlerSelect.h
|
8020239d7d
Review select control, make options compatible with 'data-for' view. Add node handler for select which moves the options early before data-for initializes.
|
há 4 anos atrás |
|
XMLNodeHandlerTabSet.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
há 5 anos atrás |
|
XMLNodeHandlerTabSet.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
há 5 anos atrás |
|
XMLNodeHandlerTextArea.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
há 5 anos atrás |
|
XMLNodeHandlerTextArea.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
há 5 anos atrás |