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