Michael Ragazzon fd44d9cfcb Optionally use EventId on add/remove listener. In the EventDispatcher, replace the map<vector> with a flat, manually sorted vector. 6 years ago
..
Lua eb26dd47f2 Lua bindings building 6 years ago
Python f1076e0f18 Various fixes to resolve issues with building python modules on OSX 11 years ago
Controls.cpp 11aa64ffa6 Remove some ResolveProperty 6 years ago
DataFormatter.cpp e6638f1020 WIP: Attempt to replace Rocket::String with std::string 6 years ago
DataQuery.cpp e6638f1020 WIP: Attempt to replace Rocket::String with std::string 6 years ago
DataSource.cpp e6638f1020 WIP: Attempt to replace Rocket::String with std::string 6 years ago
DataSourceListener.cpp e6638f1020 WIP: Attempt to replace Rocket::String with std::string 6 years ago
ElementDataGrid.cpp bcc1ac4f2a Implement EventId and associated EventSpecification 6 years ago
ElementDataGridCell.cpp a0f066d8d7 Fix the data grid and inline-block layout with specified width 6 years ago
ElementDataGridExpandButton.cpp b43cdde4c8 Replace many event string comparisons with EventId 6 years ago
ElementDataGridRow.cpp bcc1ac4f2a Implement EventId and associated EventSpecification 6 years ago
ElementForm.cpp bcc1ac4f2a Implement EventId and associated EventSpecification 6 years ago
ElementFormControl.cpp 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
ElementFormControlDataSelect.cpp 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
ElementFormControlInput.cpp 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
ElementFormControlSelect.cpp 4e1786a833 Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already. 11 years ago
ElementFormControlTextArea.cpp 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
ElementTabSet.cpp fd44d9cfcb Optionally use EventId on add/remove listener. In the EventDispatcher, replace the map<vector> with a flat, manually sorted vector. 6 years ago
ElementTextSelection.cpp f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 years ago
ElementTextSelection.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 years ago
InputType.cpp 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
InputType.h 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
InputTypeButton.cpp 60e88e7e65 Disabled form control elements are now properly handled. They cannot receive focus or click events from user input. 6 years ago
InputTypeButton.h 60e88e7e65 Disabled form control elements are now properly handled. They cannot receive focus or click events from user input. 6 years ago
InputTypeCheckbox.cpp 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
InputTypeCheckbox.h 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
InputTypeRadio.cpp 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
InputTypeRadio.h 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
InputTypeRange.cpp 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
InputTypeRange.h 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
InputTypeSubmit.cpp b43cdde4c8 Replace many event string comparisons with EventId 6 years ago
InputTypeSubmit.h 60e88e7e65 Disabled form control elements are now properly handled. They cannot receive focus or click events from user input. 6 years ago
InputTypeText.cpp 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
InputTypeText.h 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
SelectOption.cpp 4e1786a833 Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already. 11 years ago
WidgetDropDown.cpp fd44d9cfcb Optionally use EventId on add/remove listener. In the EventDispatcher, replace the map<vector> with a flat, manually sorted vector. 6 years ago
WidgetDropDown.h 246e1ecc78 WIP: Specify bubbling and default actions on dispatching events 6 years ago
WidgetSlider.cpp fd44d9cfcb Optionally use EventId on add/remove listener. In the EventDispatcher, replace the map<vector> with a flat, manually sorted vector. 6 years ago
WidgetSlider.h 246e1ecc78 WIP: Specify bubbling and default actions on dispatching events 6 years ago
WidgetSliderInput.cpp 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
WidgetSliderInput.h 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup 6 years ago
WidgetTextInput.cpp fd44d9cfcb Optionally use EventId on add/remove listener. In the EventDispatcher, replace the map<vector> with a flat, manually sorted vector. 6 years ago
WidgetTextInput.h 246e1ecc78 WIP: Specify bubbling and default actions on dispatching events 6 years ago
WidgetTextInputMultiLine.cpp 4e1786a833 Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already. 11 years ago
WidgetTextInputMultiLine.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
WidgetTextInputSingleLine.cpp e6638f1020 WIP: Attempt to replace Rocket::String with std::string 6 years ago
WidgetTextInputSingleLine.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
WidgetTextInputSingleLinePassword.cpp e6638f1020 WIP: Attempt to replace Rocket::String with std::string 6 years ago
WidgetTextInputSingleLinePassword.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
XMLNodeHandlerDataGrid.cpp 60682a09a3 Replace, don't emplace... 6 years ago
XMLNodeHandlerDataGrid.h 4e1786a833 Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already. 11 years ago
XMLNodeHandlerTabSet.cpp e6638f1020 WIP: Attempt to replace Rocket::String with std::string 6 years ago
XMLNodeHandlerTabSet.h 4e1786a833 Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already. 11 years ago
XMLNodeHandlerTextArea.cpp 4e1786a833 Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already. 11 years ago
XMLNodeHandlerTextArea.h 4e1786a833 Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already. 11 years ago