| .. |
|
Lua
|
acea973863
Move remaining functions out of String.h and into StringUtilities.h.
|
6 years ago |
|
Controls.cpp
|
25b8b45ca7
Rework some of the element instancers and the pool. Use pools for assigning plain Elements and ElementTextDefault.
|
6 years ago |
|
DataFormatter.cpp
|
acea973863
Move remaining functions out of String.h and into StringUtilities.h.
|
6 years ago |
|
DataQuery.cpp
|
cb347e1a38
NULL to nullptr
|
6 years ago |
|
DataSource.cpp
|
f4c8e4b095
Make all code compatible with std containers also.
|
6 years ago |
|
DataSourceListener.cpp
|
cb347e1a38
NULL to nullptr
|
6 years ago |
|
ElementDataGrid.cpp
|
2287f1cac8
Remove min-rows and stop hiding datagridbody. What was the purpose of this? Perhaps an old hack to increase performance. If so, it shouldn't matter anymore. This created problems with focusing on document show.
|
6 years ago |
|
ElementDataGridCell.cpp
|
ab8bc1e2af
Remove reference count on Element and replace by unique_ptr
|
6 years ago |
|
ElementDataGridExpandButton.cpp
|
391f39b038
Merge branch 'master' into performance
|
6 years ago |
|
ElementDataGridRow.cpp
|
762dab7f68
Cleaning up some more
|
6 years ago |
|
ElementForm.cpp
|
cb347e1a38
NULL to nullptr
|
6 years ago |
|
ElementFormControl.cpp
|
391f39b038
Merge branch 'master' into performance
|
6 years ago |
|
ElementFormControlDataSelect.cpp
|
cb347e1a38
NULL to nullptr
|
6 years ago |
|
ElementFormControlInput.cpp
|
d1d72de3f8
Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList)
|
6 years ago |
|
ElementFormControlSelect.cpp
|
55239271e0
Don't convert to/from rml when generating select dropdown options, add to benchmark.
|
6 years ago |
|
ElementFormControlTextArea.cpp
|
f9975a0e8e
Begin conversion to UTF8
|
6 years ago |
|
ElementTabSet.cpp
|
91f5231e3d
Properly handle clicks on tabs in ElementTabSet (hopefully fixes #46).
|
6 years ago |
|
ElementTextSelection.cpp
|
d1d72de3f8
Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList)
|
6 years ago |
|
ElementTextSelection.h
|
d1d72de3f8
Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList)
|
6 years ago |
|
InputType.cpp
|
d1d72de3f8
Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList)
|
6 years ago |
|
InputType.h
|
acea973863
Move remaining functions out of String.h and into StringUtilities.h.
|
6 years ago |
|
InputTypeButton.cpp
|
391f39b038
Merge branch 'master' into performance
|
6 years ago |
|
InputTypeButton.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
6 years ago |
|
InputTypeCheckbox.cpp
|
391f39b038
Merge branch 'master' into performance
|
6 years ago |
|
InputTypeCheckbox.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
6 years ago |
|
InputTypeRadio.cpp
|
cb347e1a38
NULL to nullptr
|
6 years ago |
|
InputTypeRadio.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
6 years ago |
|
InputTypeRange.cpp
|
ce02e7c1ec
Make variants and properties movable
|
6 years ago |
|
InputTypeRange.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
6 years ago |
|
InputTypeSubmit.cpp
|
cb347e1a38
NULL to nullptr
|
6 years ago |
|
InputTypeSubmit.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
6 years ago |
|
InputTypeText.cpp
|
f9975a0e8e
Begin conversion to UTF8
|
6 years ago |
|
InputTypeText.h
|
d1d72de3f8
Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList)
|
6 years ago |
|
SelectOption.cpp
|
eff01ba43a
The big rename. We are now RmlUi version 2.0!
|
6 years ago |
|
WidgetDropDown.cpp
|
a6d058b58b
Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h.
|
6 years ago |
|
WidgetDropDown.h
|
21bfc992e4
Defer DropDown box layout until visible
|
6 years ago |
|
WidgetSlider.cpp
|
cb347e1a38
NULL to nullptr
|
6 years ago |
|
WidgetSlider.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
6 years ago |
|
WidgetSliderInput.cpp
|
c1d7870981
Update box dirty changes immediately.
|
6 years ago |
|
WidgetSliderInput.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
6 years ago |
|
WidgetTextInput.cpp
|
4fda46ed82
Fix possible crash with enormous font sizes and some warnings.
|
6 years ago |
|
WidgetTextInput.h
|
8207ac4c63
Further improvements to text input elements:
|
6 years ago |
|
WidgetTextInputMultiLine.cpp
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
6 years ago |
|
WidgetTextInputMultiLine.h
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
6 years ago |
|
WidgetTextInputSingleLine.cpp
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
6 years ago |
|
WidgetTextInputSingleLine.h
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
6 years ago |
|
WidgetTextInputSingleLinePassword.cpp
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
6 years ago |
|
WidgetTextInputSingleLinePassword.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
6 years ago |
|
XMLNodeHandlerDataGrid.cpp
|
c700fe2fac
Clean up Controls::XmlNodeHandlers
|
6 years ago |
|
XMLNodeHandlerDataGrid.h
|
c700fe2fac
Clean up Controls::XmlNodeHandlers
|
6 years ago |
|
XMLNodeHandlerTabSet.cpp
|
ea0c176ecb
Fixes a bug where panels specified in rml were not added to the tabset.
|
6 years ago |
|
XMLNodeHandlerTabSet.h
|
c700fe2fac
Clean up Controls::XmlNodeHandlers
|
6 years ago |
|
XMLNodeHandlerTextArea.cpp
|
cb347e1a38
NULL to nullptr
|
6 years ago |
|
XMLNodeHandlerTextArea.h
|
c700fe2fac
Clean up Controls::XmlNodeHandlers
|
6 years ago |