| .. |
|
Lua
|
acea973863
Move remaining functions out of String.h and into StringUtilities.h.
|
vor 6 Jahren |
|
Controls.cpp
|
634543b38f
Implement progress bar element (progressbar) (#69)
|
vor 6 Jahren |
|
DataFormatter.cpp
|
acea973863
Move remaining functions out of String.h and into StringUtilities.h.
|
vor 6 Jahren |
|
DataQuery.cpp
|
cb347e1a38
NULL to nullptr
|
vor 6 Jahren |
|
DataSource.cpp
|
f4c8e4b095
Make all code compatible with std containers also.
|
vor 6 Jahren |
|
DataSourceListener.cpp
|
cb347e1a38
NULL to nullptr
|
vor 6 Jahren |
|
ElementDataGrid.cpp
|
196039e282
Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes)
|
vor 6 Jahren |
|
ElementDataGridCell.cpp
|
ab8bc1e2af
Remove reference count on Element and replace by unique_ptr
|
vor 6 Jahren |
|
ElementDataGridExpandButton.cpp
|
196039e282
Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes)
|
vor 6 Jahren |
|
ElementDataGridRow.cpp
|
196039e282
Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes)
|
vor 6 Jahren |
|
ElementForm.cpp
|
196039e282
Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes)
|
vor 6 Jahren |
|
ElementFormControl.cpp
|
391f39b038
Merge branch 'master' into performance
|
vor 6 Jahren |
|
ElementFormControlDataSelect.cpp
|
cb347e1a38
NULL to nullptr
|
vor 6 Jahren |
|
ElementFormControlInput.cpp
|
7049289f06
Text element, don't crash on invalid type
|
vor 6 Jahren |
|
ElementFormControlSelect.cpp
|
55239271e0
Don't convert to/from rml when generating select dropdown options, add to benchmark.
|
vor 6 Jahren |
|
ElementFormControlTextArea.cpp
|
f9975a0e8e
Begin conversion to UTF8
|
vor 6 Jahren |
|
ElementProgressBar.cpp
|
634543b38f
Implement progress bar element (progressbar) (#69)
|
vor 6 Jahren |
|
ElementTabSet.cpp
|
91f5231e3d
Properly handle clicks on tabs in ElementTabSet (hopefully fixes #46).
|
vor 6 Jahren |
|
ElementTextSelection.cpp
|
d1d72de3f8
Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList)
|
vor 6 Jahren |
|
ElementTextSelection.h
|
196039e282
Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes)
|
vor 6 Jahren |
|
InputType.cpp
|
d1d72de3f8
Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList)
|
vor 6 Jahren |
|
InputType.h
|
acea973863
Move remaining functions out of String.h and into StringUtilities.h.
|
vor 6 Jahren |
|
InputTypeButton.cpp
|
391f39b038
Merge branch 'master' into performance
|
vor 6 Jahren |
|
InputTypeButton.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
vor 6 Jahren |
|
InputTypeCheckbox.cpp
|
391f39b038
Merge branch 'master' into performance
|
vor 6 Jahren |
|
InputTypeCheckbox.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
vor 6 Jahren |
|
InputTypeRadio.cpp
|
196039e282
Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes)
|
vor 6 Jahren |
|
InputTypeRadio.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
vor 6 Jahren |
|
InputTypeRange.cpp
|
b993a65fa0
Cleanup widget slider
|
vor 6 Jahren |
|
InputTypeRange.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
vor 6 Jahren |
|
InputTypeSubmit.cpp
|
196039e282
Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes)
|
vor 6 Jahren |
|
InputTypeSubmit.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
vor 6 Jahren |
|
InputTypeText.cpp
|
f9975a0e8e
Begin conversion to UTF8
|
vor 6 Jahren |
|
InputTypeText.h
|
d1d72de3f8
Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList)
|
vor 6 Jahren |
|
SelectOption.cpp
|
eff01ba43a
The big rename. We are now RmlUi version 2.0!
|
vor 6 Jahren |
|
WidgetDropDown.cpp
|
b770b9dd69
Fix return value of WidgetDropDown::AddOption, see #64.
|
vor 6 Jahren |
|
WidgetDropDown.h
|
21bfc992e4
Defer DropDown box layout until visible
|
vor 6 Jahren |
|
WidgetSlider.cpp
|
b993a65fa0
Cleanup widget slider
|
vor 6 Jahren |
|
WidgetSlider.h
|
b993a65fa0
Cleanup widget slider
|
vor 6 Jahren |
|
WidgetSliderInput.cpp
|
b993a65fa0
Cleanup widget slider
|
vor 6 Jahren |
|
WidgetSliderInput.h
|
b993a65fa0
Cleanup widget slider
|
vor 6 Jahren |
|
WidgetTextInput.cpp
|
196039e282
Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes)
|
vor 6 Jahren |
|
WidgetTextInput.h
|
8207ac4c63
Further improvements to text input elements:
|
vor 6 Jahren |
|
WidgetTextInputMultiLine.cpp
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
vor 6 Jahren |
|
WidgetTextInputMultiLine.h
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
vor 6 Jahren |
|
WidgetTextInputSingleLine.cpp
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
vor 6 Jahren |
|
WidgetTextInputSingleLine.h
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
vor 6 Jahren |
|
WidgetTextInputSingleLinePassword.cpp
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
vor 6 Jahren |
|
WidgetTextInputSingleLinePassword.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
vor 6 Jahren |
|
XMLNodeHandlerDataGrid.cpp
|
196039e282
Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes)
|
vor 6 Jahren |
|
XMLNodeHandlerDataGrid.h
|
c700fe2fac
Clean up Controls::XmlNodeHandlers
|
vor 6 Jahren |
|
XMLNodeHandlerTabSet.cpp
|
196039e282
Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes)
|
vor 6 Jahren |
|
XMLNodeHandlerTabSet.h
|
c700fe2fac
Clean up Controls::XmlNodeHandlers
|
vor 6 Jahren |
|
XMLNodeHandlerTextArea.cpp
|
196039e282
Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes)
|
vor 6 Jahren |
|
XMLNodeHandlerTextArea.h
|
c700fe2fac
Clean up Controls::XmlNodeHandlers
|
vor 6 Jahren |