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