| .. |
|
DataFormatter.cpp
|
23f7a42981
Use format attribute on CreateString and FormatString, fix resulting warnings.
|
5 lat temu |
|
DataQuery.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 lat temu |
|
DataSource.cpp
|
081a3231bb
DataSource: Allow destruction of listeners during Notify...() callbacks, see #132.
|
5 lat temu |
|
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 lat temu |
|
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 lat temu |
|
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 lat temu |
|
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 lat temu |
|
ElementDataGridRow.cpp
|
23f7a42981
Use format attribute on CreateString and FormatString, fix resulting warnings.
|
5 lat temu |
|
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 lat temu |
|
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 lat temu |
|
ElementFormControlDataSelect.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 lat temu |
|
ElementFormControlInput.cpp
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
5 lat temu |
|
ElementFormControlSelect.cpp
|
b2460e7b80
select element: Fix missing attribute change actions
|
5 lat temu |
|
ElementFormControlTextArea.cpp
|
424bdaef3e
Add new RCSS property 'caret-color'
|
5 lat temu |
|
ElementImage.cpp
|
0639b0fff0
Add printf-style warnings to the Log system. Fix resulting warnings.
|
4 lat temu |
|
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.
|
4 lat temu |
|
ElementLabel.cpp
|
02d37b3b9a
Add visual test for label element
|
5 lat temu |
|
ElementLabel.h
|
b50e8d192e
Add label element
|
5 lat temu |
|
ElementProgressBar.cpp
|
dd99820ecd
Media queries (#169)
|
5 lat temu |
|
ElementTabSet.cpp
|
7f8230f5a7
Tabs and panels in tab sets will no longer set the `display` property to `inline-block`, thus making it possible to customize the display property.
|
5 lat temu |
|
ElementTextSelection.cpp
|
424bdaef3e
Add new RCSS property 'caret-color'
|
5 lat temu |
|
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 lat temu |
|
InputType.cpp
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
5 lat temu |
|
InputType.h
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
5 lat temu |
|
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 lat temu |
|
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 lat temu |
|
InputTypeCheckbox.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 lat temu |
|
InputTypeCheckbox.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 lat temu |
|
InputTypeRadio.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 lat temu |
|
InputTypeRadio.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 lat temu |
|
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 lat temu |
|
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 lat temu |
|
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 lat temu |
|
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 lat temu |
|
InputTypeText.cpp
|
424bdaef3e
Add new RCSS property 'caret-color'
|
5 lat temu |
|
InputTypeText.h
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
5 lat temu |
|
SelectOption.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 lat temu |
|
WidgetDropDown.cpp
|
f9aee4533a
Fix some keydown events which should stop propagation, see #124.
|
5 lat temu |
|
WidgetDropDown.h
|
c261c1ff81
Add ability for user to override container types.
|
5 lat temu |
|
WidgetSlider.cpp
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
5 lat temu |
|
WidgetSlider.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
5 lat temu |
|
WidgetTextInput.cpp
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
5 lat temu |
|
WidgetTextInput.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
5 lat temu |
|
WidgetTextInputMultiLine.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 lat temu |
|
WidgetTextInputMultiLine.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 lat temu |
|
WidgetTextInputSingleLine.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 lat temu |
|
WidgetTextInputSingleLine.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 lat temu |
|
WidgetTextInputSingleLinePassword.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 lat temu |
|
WidgetTextInputSingleLinePassword.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 lat temu |
|
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 lat temu |
|
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 lat temu |
|
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 lat temu |
|
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 lat temu |
|
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 lat temu |
|
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 lat temu |