Jan Niklas Hasse 89f2c58285 Remove redundant c_str() call found by clang-tidy %!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 634543b38f Implement progress bar element (progressbar) (#69) %!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 455f11a280 Fix sign comparision in DataQuery.cpp %!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 89f2c58285 Remove redundant c_str() call found by clang-tidy %!s(int64=6) %!d(string=hai) anos
ElementDataGrid.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) %!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 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) %!s(int64=6) %!d(string=hai) anos
ElementDataGridRow.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) %!s(int64=6) %!d(string=hai) anos
ElementForm.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) %!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
ElementProgressBar.cpp 634543b38f Implement progress bar element (progressbar) (#69) %!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 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) %!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 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) %!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 b993a65fa0 Cleanup widget slider %!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 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) %!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 b993a65fa0 Cleanup widget slider %!s(int64=6) %!d(string=hai) anos
WidgetSlider.h b993a65fa0 Cleanup widget slider %!s(int64=6) %!d(string=hai) anos
WidgetSliderInput.cpp b993a65fa0 Cleanup widget slider %!s(int64=6) %!d(string=hai) anos
WidgetSliderInput.h b993a65fa0 Cleanup widget slider %!s(int64=6) %!d(string=hai) anos
WidgetTextInput.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) %!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 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) %!s(int64=6) %!d(string=hai) anos
XMLNodeHandlerDataGrid.h c700fe2fac Clean up Controls::XmlNodeHandlers %!s(int64=6) %!d(string=hai) anos
XMLNodeHandlerTabSet.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) %!s(int64=6) %!d(string=hai) anos
XMLNodeHandlerTabSet.h c700fe2fac Clean up Controls::XmlNodeHandlers %!s(int64=6) %!d(string=hai) anos
XMLNodeHandlerTextArea.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) %!s(int64=6) %!d(string=hai) anos
XMLNodeHandlerTextArea.h c700fe2fac Clean up Controls::XmlNodeHandlers %!s(int64=6) %!d(string=hai) anos