| .. |
|
Lua
|
acea973863
Move remaining functions out of String.h and into StringUtilities.h.
|
преди 6 години |
|
Controls.cpp
|
25b8b45ca7
Rework some of the element instancers and the pool. Use pools for assigning plain Elements and ElementTextDefault.
|
преди 6 години |
|
DataFormatter.cpp
|
acea973863
Move remaining functions out of String.h and into StringUtilities.h.
|
преди 6 години |
|
DataQuery.cpp
|
cb347e1a38
NULL to nullptr
|
преди 6 години |
|
DataSource.cpp
|
f4c8e4b095
Make all code compatible with std containers also.
|
преди 6 години |
|
DataSourceListener.cpp
|
cb347e1a38
NULL to nullptr
|
преди 6 години |
|
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 години |
|
ElementDataGridCell.cpp
|
ab8bc1e2af
Remove reference count on Element and replace by unique_ptr
|
преди 6 години |
|
ElementDataGridExpandButton.cpp
|
391f39b038
Merge branch 'master' into performance
|
преди 6 години |
|
ElementDataGridRow.cpp
|
762dab7f68
Cleaning up some more
|
преди 6 години |
|
ElementForm.cpp
|
cb347e1a38
NULL to nullptr
|
преди 6 години |
|
ElementFormControl.cpp
|
391f39b038
Merge branch 'master' into performance
|
преди 6 години |
|
ElementFormControlDataSelect.cpp
|
cb347e1a38
NULL to nullptr
|
преди 6 години |
|
ElementFormControlInput.cpp
|
7049289f06
Text element, don't crash on invalid type
|
преди 6 години |
|
ElementFormControlSelect.cpp
|
55239271e0
Don't convert to/from rml when generating select dropdown options, add to benchmark.
|
преди 6 години |
|
ElementFormControlTextArea.cpp
|
f9975a0e8e
Begin conversion to UTF8
|
преди 6 години |
|
ElementTabSet.cpp
|
91f5231e3d
Properly handle clicks on tabs in ElementTabSet (hopefully fixes #46).
|
преди 6 години |
|
ElementTextSelection.cpp
|
d1d72de3f8
Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList)
|
преди 6 години |
|
ElementTextSelection.h
|
d1d72de3f8
Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList)
|
преди 6 години |
|
InputType.cpp
|
d1d72de3f8
Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList)
|
преди 6 години |
|
InputType.h
|
acea973863
Move remaining functions out of String.h and into StringUtilities.h.
|
преди 6 години |
|
InputTypeButton.cpp
|
391f39b038
Merge branch 'master' into performance
|
преди 6 години |
|
InputTypeButton.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
преди 6 години |
|
InputTypeCheckbox.cpp
|
391f39b038
Merge branch 'master' into performance
|
преди 6 години |
|
InputTypeCheckbox.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
преди 6 години |
|
InputTypeRadio.cpp
|
cb347e1a38
NULL to nullptr
|
преди 6 години |
|
InputTypeRadio.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
преди 6 години |
|
InputTypeRange.cpp
|
bd8b042bee
Update demo sample with animations.
|
преди 6 години |
|
InputTypeRange.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
преди 6 години |
|
InputTypeSubmit.cpp
|
cb347e1a38
NULL to nullptr
|
преди 6 години |
|
InputTypeSubmit.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
преди 6 години |
|
InputTypeText.cpp
|
f9975a0e8e
Begin conversion to UTF8
|
преди 6 години |
|
InputTypeText.h
|
d1d72de3f8
Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList)
|
преди 6 години |
|
SelectOption.cpp
|
eff01ba43a
The big rename. We are now RmlUi version 2.0!
|
преди 6 години |
|
WidgetDropDown.cpp
|
b770b9dd69
Fix return value of WidgetDropDown::AddOption, see #64.
|
преди 6 години |
|
WidgetDropDown.h
|
21bfc992e4
Defer DropDown box layout until visible
|
преди 6 години |
|
WidgetSlider.cpp
|
a68a42139f
Range input: Can now use margins on the sliderbar to offset it from the track
|
преди 6 години |
|
WidgetSlider.h
|
a68a42139f
Range input: Can now use margins on the sliderbar to offset it from the track
|
преди 6 години |
|
WidgetSliderInput.cpp
|
c1d7870981
Update box dirty changes immediately.
|
преди 6 години |
|
WidgetSliderInput.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
преди 6 години |
|
WidgetTextInput.cpp
|
4fda46ed82
Fix possible crash with enormous font sizes and some warnings.
|
преди 6 години |
|
WidgetTextInput.h
|
8207ac4c63
Further improvements to text input elements:
|
преди 6 години |
|
WidgetTextInputMultiLine.cpp
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
преди 6 години |
|
WidgetTextInputMultiLine.h
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
преди 6 години |
|
WidgetTextInputSingleLine.cpp
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
преди 6 години |
|
WidgetTextInputSingleLine.h
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
преди 6 години |
|
WidgetTextInputSingleLinePassword.cpp
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
преди 6 години |
|
WidgetTextInputSingleLinePassword.h
|
3db7c4036f
Use override instead of virtual where appropriate.
|
преди 6 години |
|
XMLNodeHandlerDataGrid.cpp
|
c700fe2fac
Clean up Controls::XmlNodeHandlers
|
преди 6 години |
|
XMLNodeHandlerDataGrid.h
|
c700fe2fac
Clean up Controls::XmlNodeHandlers
|
преди 6 години |
|
XMLNodeHandlerTabSet.cpp
|
ea0c176ecb
Fixes a bug where panels specified in rml were not added to the tabset.
|
преди 6 години |
|
XMLNodeHandlerTabSet.h
|
c700fe2fac
Clean up Controls::XmlNodeHandlers
|
преди 6 години |
|
XMLNodeHandlerTextArea.cpp
|
cb347e1a38
NULL to nullptr
|
преди 6 години |
|
XMLNodeHandlerTextArea.h
|
c700fe2fac
Clean up Controls::XmlNodeHandlers
|
преди 6 години |