nimble0 536c24b493 Fix index parameter of ElementTabSet::SetPanel and ElementTabSet::SetTab not doing anything. (#246) před 4 roky
..
DataFormatter.cpp 23f7a42981 Use format attribute on CreateString and FormatString, fix resulting warnings. před 5 roky
DataQuery.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
DataSource.cpp 081a3231bb DataSource: Allow destruction of listeners during Notify...() callbacks, see #132. před 5 roky
DataSourceListener.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
ElementDataGrid.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
ElementDataGridCell.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
ElementDataGridExpandButton.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
ElementDataGridRow.cpp 23f7a42981 Use format attribute on CreateString and FormatString, fix resulting warnings. před 5 roky
ElementForm.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
ElementFormControl.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
ElementFormControlDataSelect.cpp 8020239d7d Review select control, make options compatible with 'data-for' view. Add node handler for select which moves the options early before data-for initializes. před 4 roky
ElementFormControlInput.cpp d003fa9717 Clean up input element před 4 roky
ElementFormControlSelect.cpp 8020239d7d Review select control, make options compatible with 'data-for' view. Add node handler for select which moves the options early before data-for initializes. před 4 roky
ElementFormControlTextArea.cpp 424bdaef3e Add new RCSS property 'caret-color' před 5 roky
ElementImage.cpp 0639b0fff0 Add printf-style warnings to the Log system. Fix resulting warnings. před 4 roky
ElementImage.h 742894e123 Add a virtual method on elements for responding to recompilation of style sheets. Eg. new style sheets may change sprites, such as in decorators and img elements. před 5 roky
ElementLabel.cpp 14b4c0ad12 Rename <progressbar> element to <progress> for html compatibility před 4 roky
ElementLabel.h b50e8d192e Add label element před 5 roky
ElementProgress.cpp 14b4c0ad12 Rename <progressbar> element to <progress> for html compatibility před 4 roky
ElementTabSet.cpp 536c24b493 Fix index parameter of ElementTabSet::SetPanel and ElementTabSet::SetTab not doing anything. (#246) před 4 roky
ElementTextSelection.cpp 424bdaef3e Add new RCSS property 'caret-color' před 5 roky
ElementTextSelection.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
InputType.cpp aaea5d9151 Fix contents of the text input element not always being clipped, see #143 před 5 roky
InputType.h aaea5d9151 Fix contents of the text input element not always being clipped, see #143 před 5 roky
InputTypeButton.cpp cf935e077a Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default. před 5 roky
InputTypeButton.h cf935e077a Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default. před 5 roky
InputTypeCheckbox.cpp f8013e221f Overcome a limitation of binding data variables to checkboxes (#214) před 4 roky
InputTypeCheckbox.h f8013e221f Overcome a limitation of binding data variables to checkboxes (#214) před 4 roky
InputTypeRadio.cpp f8013e221f Overcome a limitation of binding data variables to checkboxes (#214) před 4 roky
InputTypeRadio.h f8013e221f Overcome a limitation of binding data variables to checkboxes (#214) před 4 roky
InputTypeRange.cpp cf935e077a Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default. před 5 roky
InputTypeRange.h cf935e077a Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default. před 5 roky
InputTypeSubmit.cpp cf935e077a Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default. před 5 roky
InputTypeSubmit.h cf935e077a Added intrinsic ratio for replaced elements. Replaced elements now follow the normal CSS sizing rules, that is, padding and borders are no longer subtracted from the width and height of the element by default. před 5 roky
InputTypeText.cpp 424bdaef3e Add new RCSS property 'caret-color' před 5 roky
InputTypeText.h aaea5d9151 Fix contents of the text input element not always being clipped, see #143 před 5 roky
WidgetDropDown.cpp ad1fe2872a Select element: Avoid applying properties to selectbox scrollbar. Fixes unintended clipping of the scrollbar. před 4 roky
WidgetDropDown.h 70b5954beb Select element: Do not wrap around when using up/down keys on options, leave selection unchanged if there is no valid option. před 4 roky
WidgetSlider.cpp 9d767bcc8a Avoid infinite recursion in input.range element. Fixes #202. před 4 roky
WidgetSlider.h 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. před 5 roky
WidgetTextInput.cpp f0e7ad239c Don't copy to clipboard if the selection is empty před 4 roky
WidgetTextInput.h 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. před 5 roky
WidgetTextInputMultiLine.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
WidgetTextInputMultiLine.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
WidgetTextInputSingleLine.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
WidgetTextInputSingleLine.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
WidgetTextInputSingleLinePassword.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
WidgetTextInputSingleLinePassword.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
XMLNodeHandlerDataGrid.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
XMLNodeHandlerDataGrid.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
XMLNodeHandlerSelect.cpp 8020239d7d Review select control, make options compatible with 'data-for' view. Add node handler for select which moves the options early before data-for initializes. před 4 roky
XMLNodeHandlerSelect.h 8020239d7d Review select control, make options compatible with 'data-for' view. Add node handler for select which moves the options early before data-for initializes. před 4 roky
XMLNodeHandlerTabSet.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
XMLNodeHandlerTabSet.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
XMLNodeHandlerTextArea.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky
XMLNodeHandlerTextArea.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. před 5 roky