| .. |
|
DataFormatter.cpp
|
23f7a42981
Use format attribute on CreateString and FormatString, fix resulting warnings.
|
5 rokov pred |
|
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 rokov pred |
|
DataSource.cpp
|
081a3231bb
DataSource: Allow destruction of listeners during Notify...() callbacks, see #132.
|
5 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
ElementDataGridRow.cpp
|
23f7a42981
Use format attribute on CreateString and FormatString, fix resulting warnings.
|
5 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
ElementFormControlDataSelect.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 rokov pred |
|
ElementFormControlInput.cpp
|
d003fa9717
Clean up input element
|
4 rokov pred |
|
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 rokov pred |
|
ElementFormControlTextArea.cpp
|
424bdaef3e
Add new RCSS property 'caret-color'
|
5 rokov pred |
|
ElementImage.cpp
|
0639b0fff0
Add printf-style warnings to the Log system. Fix resulting warnings.
|
4 rokov pred |
|
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 rokov pred |
|
ElementLabel.cpp
|
14b4c0ad12
Rename <progressbar> element to <progress> for html compatibility
|
4 rokov pred |
|
ElementLabel.h
|
b50e8d192e
Add label element
|
5 rokov pred |
|
ElementProgress.cpp
|
14b4c0ad12
Rename <progressbar> element to <progress> for html compatibility
|
4 rokov pred |
|
ElementTabSet.cpp
|
536c24b493
Fix index parameter of ElementTabSet::SetPanel and ElementTabSet::SetTab not doing anything. (#246)
|
4 rokov pred |
|
ElementTextSelection.cpp
|
424bdaef3e
Add new RCSS property 'caret-color'
|
5 rokov pred |
|
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 rokov pred |
|
InputType.cpp
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
5 rokov pred |
|
InputType.h
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
5 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
InputTypeCheckbox.cpp
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
4 rokov pred |
|
InputTypeCheckbox.h
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
4 rokov pred |
|
InputTypeRadio.cpp
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
4 rokov pred |
|
InputTypeRadio.h
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
4 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
InputTypeText.cpp
|
424bdaef3e
Add new RCSS property 'caret-color'
|
5 rokov pred |
|
InputTypeText.h
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
5 rokov pred |
|
WidgetDropDown.cpp
|
ad1fe2872a
Select element: Avoid applying properties to selectbox scrollbar. Fixes unintended clipping of the scrollbar.
|
4 rokov pred |
|
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 rokov pred |
|
WidgetSlider.cpp
|
9d767bcc8a
Avoid infinite recursion in input.range element. Fixes #202.
|
4 rokov pred |
|
WidgetSlider.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
5 rokov pred |
|
WidgetTextInput.cpp
|
f0e7ad239c
Don't copy to clipboard if the selection is empty
|
4 rokov pred |
|
WidgetTextInput.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
5 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |
|
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 rokov pred |