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