| .. |
|
DataFormatter.cpp
|
23f7a42981
Use format attribute on CreateString and FormatString, fix resulting warnings.
|
5 tahun lalu |
|
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 tahun lalu |
|
DataSource.cpp
|
081a3231bb
DataSource: Allow destruction of listeners during Notify...() callbacks, see #132.
|
5 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
ElementDataGridRow.cpp
|
23f7a42981
Use format attribute on CreateString and FormatString, fix resulting warnings.
|
5 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
ElementFormControlInput.cpp
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
5 tahun lalu |
|
ElementFormControlSelect.cpp
|
b2460e7b80
select element: Fix missing attribute change actions
|
5 tahun lalu |
|
ElementFormControlTextArea.cpp
|
424bdaef3e
Add new RCSS property 'caret-color'
|
5 tahun lalu |
|
ElementImage.cpp
|
2e9503f5d8
Make the <img> element load the texture once attached to the document. (It still won't actually be compiled until it is rendered). This allows listing and pre-fetching all image sources in the document, even if they are not displayed yet. See #131.
|
5 tahun lalu |
|
ElementImage.h
|
2e9503f5d8
Make the <img> element load the texture once attached to the document. (It still won't actually be compiled until it is rendered). This allows listing and pre-fetching all image sources in the document, even if they are not displayed yet. See #131.
|
5 tahun lalu |
|
ElementProgressBar.cpp
|
a65b9db483
Fix warnings.
|
5 tahun lalu |
|
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 tahun lalu |
|
ElementTextSelection.cpp
|
424bdaef3e
Add new RCSS property 'caret-color'
|
5 tahun lalu |
|
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 tahun lalu |
|
InputType.cpp
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
5 tahun lalu |
|
InputType.h
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
5 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
InputTypeText.cpp
|
424bdaef3e
Add new RCSS property 'caret-color'
|
5 tahun lalu |
|
InputTypeText.h
|
aaea5d9151
Fix contents of the text input element not always being clipped, see #143
|
5 tahun lalu |
|
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 tahun lalu |
|
WidgetDropDown.cpp
|
f9aee4533a
Fix some keydown events which should stop propagation, see #124.
|
5 tahun lalu |
|
WidgetDropDown.h
|
c261c1ff81
Add ability for user to override container types.
|
5 tahun lalu |
|
WidgetSlider.cpp
|
f9aee4533a
Fix some keydown events which should stop propagation, see #124.
|
5 tahun lalu |
|
WidgetSlider.h
|
5d7a98c5b4
Remove dead code
|
5 tahun lalu |
|
WidgetTextInput.cpp
|
424bdaef3e
Add new RCSS property 'caret-color'
|
5 tahun lalu |
|
WidgetTextInput.h
|
424bdaef3e
Add new RCSS property 'caret-color'
|
5 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |
|
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 tahun lalu |