| .. |
|
DataFormatter.cpp
|
23f7a42981
Use format attribute on CreateString and FormatString, fix resulting warnings.
|
před 5 roky |
|
DataQuery.cpp
|
9bba912933
Cleanup: Use appropriate types, fix unused assignments and uninitialized variables
|
před 3 roky |
|
DataSource.cpp
|
081a3231bb
DataSource: Allow destruction of listeners during Notify...() callbacks, see #132.
|
před 5 roky |
|
DataSourceListener.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
před 5 roky |
|
ElementDataGrid.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
před 5 roky |
|
ElementDataGridCell.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
před 5 roky |
|
ElementDataGridExpandButton.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
před 5 roky |
|
ElementDataGridRow.cpp
|
23f7a42981
Use format attribute on CreateString and FormatString, fix resulting warnings.
|
před 5 roky |
|
ElementForm.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
před 5 roky |
|
ElementFormControl.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
před 5 roky |
|
ElementFormControlDataSelect.cpp
|
18b9a2a6ed
Fix missing moves and avoid some allocations
|
před 3 roky |
|
ElementFormControlInput.cpp
|
d003fa9717
Clean up input element
|
před 4 roky |
|
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.
|
před 4 roky |
|
ElementFormControlTextArea.cpp
|
f054057d65
Layout change does not always require text widget formatting, be more restrictive for perfomance reasons
|
před 3 roky |
|
ElementImage.cpp
|
6ebaa76960
Image elements: Fix wrong dp-scaling being applied when an image is cloned through a parent element, see #310
|
před 3 roky |
|
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.
|
před 5 roky |
|
ElementLabel.cpp
|
14b4c0ad12
Rename <progressbar> element to <progress> for html compatibility
|
před 4 roky |
|
ElementLabel.h
|
b50e8d192e
Add label element
|
před 5 roky |
|
ElementProgress.cpp
|
8b7388ecdc
Refactor ComputedValues to reduce memory usage.
|
před 3 roky |
|
ElementTabSet.cpp
|
536c24b493
Fix index parameter of ElementTabSet::SetPanel and ElementTabSet::SetTab not doing anything. (#246)
|
před 4 roky |
|
ElementTextSelection.cpp
|
424bdaef3e
Add new RCSS property 'caret-color'
|
před 5 roky |
|
ElementTextSelection.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
před 5 roky |
|
InputType.cpp
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
před 5 roky |
|
InputType.h
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
před 5 roky |
|
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.
|
před 5 roky |
|
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.
|
před 5 roky |
|
InputTypeCheckbox.cpp
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
před 4 roky |
|
InputTypeCheckbox.h
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
před 4 roky |
|
InputTypeRadio.cpp
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
před 4 roky |
|
InputTypeRadio.h
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
před 4 roky |
|
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.
|
před 5 roky |
|
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.
|
před 5 roky |
|
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.
|
před 5 roky |
|
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.
|
před 5 roky |
|
InputTypeText.cpp
|
f054057d65
Layout change does not always require text widget formatting, be more restrictive for perfomance reasons
|
před 3 roky |
|
InputTypeText.h
|
db6fafd530
Avoid unnecessary calls to the text widget formatting procedure
|
před 3 roky |
|
WidgetDropDown.cpp
|
8b7388ecdc
Refactor ComputedValues to reduce memory usage.
|
před 3 roky |
|
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.
|
před 4 roky |
|
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)
|
před 3 roky |
|
WidgetSlider.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
před 5 roky |
|
WidgetTextInput.cpp
|
9f74f5bfd4
Skip trailing white space in some cases to more accurately center and right-adjust text, see #383
|
před 3 roky |
|
WidgetTextInput.h
|
1566efda8d
Text widget: Reduce unnecessary formatting
|
před 3 roky |
|
WidgetTextInputMultiLine.cpp
|
5717640f95
Text widget refactoring:
|
před 3 roky |
|
WidgetTextInputMultiLine.h
|
5717640f95
Text widget refactoring:
|
před 3 roky |
|
WidgetTextInputSingleLine.cpp
|
5717640f95
Text widget refactoring:
|
před 3 roky |
|
WidgetTextInputSingleLine.h
|
5717640f95
Text widget refactoring:
|
před 3 roky |
|
WidgetTextInputSingleLinePassword.cpp
|
5717640f95
Text widget refactoring:
|
před 3 roky |
|
WidgetTextInputSingleLinePassword.h
|
5717640f95
Text widget refactoring:
|
před 3 roky |
|
XMLNodeHandlerDataGrid.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
před 5 roky |
|
XMLNodeHandlerDataGrid.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
před 5 roky |
|
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.
|
před 4 roky |
|
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.
|
před 4 roky |
|
XMLNodeHandlerTabSet.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
před 5 roky |
|
XMLNodeHandlerTabSet.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
před 5 roky |
|
XMLNodeHandlerTextArea.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
před 5 roky |
|
XMLNodeHandlerTextArea.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
před 5 roky |