Michael Ragazzon 62458e03dc Element 'select': Respect 'height' property on selectbox set by user in style sheet. 5 лет назад
..
Lua 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 лет назад
Controls.cpp a6f5078531 Cleaning up header files: Include what we use. 6 лет назад
DataFormatter.cpp acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 лет назад
DataQuery.cpp a6f5078531 Cleaning up header files: Include what we use. 6 лет назад
DataSource.cpp f4c8e4b095 Make all code compatible with std containers also. 6 лет назад
DataSourceListener.cpp 89f2c58285 Remove redundant c_str() call found by clang-tidy 6 лет назад
ElementDataGrid.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 лет назад
ElementDataGridCell.cpp ab8bc1e2af Remove reference count on Element and replace by unique_ptr 6 лет назад
ElementDataGridExpandButton.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 лет назад
ElementDataGridRow.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 лет назад
ElementForm.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 лет назад
ElementFormControl.cpp 391f39b038 Merge branch 'master' into performance 6 лет назад
ElementFormControlDataSelect.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 лет назад
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 лет назад
ElementProgressBar.cpp a6f5078531 Cleaning up header files: Include what we use. 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 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 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 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 лет назад
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 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 лет назад
InputTypeRadio.h 3db7c4036f Use override instead of virtual where appropriate. 6 лет назад
InputTypeRange.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 лет назад
InputTypeRange.h 3db7c4036f Use override instead of virtual where appropriate. 6 лет назад
InputTypeSubmit.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 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 62458e03dc Element 'select': Respect 'height' property on selectbox set by user in style sheet. 5 лет назад
WidgetDropDown.h fa1f33ff51 Select element: Close select box if parent document is scrolled. 5 лет назад
WidgetSlider.cpp b350aa797f Fix possible wrong layout in widget slider 5 лет назад
WidgetSlider.h b993a65fa0 Cleanup widget slider 6 лет назад
WidgetSliderInput.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 лет назад
WidgetSliderInput.h b993a65fa0 Cleanup widget slider 6 лет назад
WidgetTextInput.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 лет назад
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 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 лет назад
XMLNodeHandlerDataGrid.h c700fe2fac Clean up Controls::XmlNodeHandlers 6 лет назад
XMLNodeHandlerTabSet.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 лет назад
XMLNodeHandlerTabSet.h c700fe2fac Clean up Controls::XmlNodeHandlers 6 лет назад
XMLNodeHandlerTextArea.cpp a6f5078531 Cleaning up header files: Include what we use. 6 лет назад
XMLNodeHandlerTextArea.h c700fe2fac Clean up Controls::XmlNodeHandlers 6 лет назад
precompiled.h a6f5078531 Cleaning up header files: Include what we use. 6 лет назад