Michael Ragazzon
|
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 |
Michael Ragazzon
|
6c53cbf85b
Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81.
|
před 5 roky |
Michael Ragazzon
|
79cbad7abd
Make initialization of Event cleaner, warning when it is constructed outside the factory (instead of undefined behavior)
|
před 6 roky |
Michael Ragazzon
|
c76723803d
Remove Event::PreventDefault(), it is not working as one might expect from the name.
|
před 6 roky |
Michael Ragazzon
|
d7ba65477f
Add Event::PreventDefault function. Change behavior, Event::StopPropagation no longer cancels default actions. Clean up event dispatcher.
|
před 6 roky |
Michael Ragazzon
|
54350e745e
Fix uninitialized member value
|
před 6 roky |
Michael Ragazzon
|
f139eb6a5c
Event::StopImmediatePropagation()
|
před 6 roky |
Michael Ragazzon
|
40f19fe151
Completely revised transforms implementation. Please have a look at the readme and updated transform sample for details.
|
před 6 roky |
Michael Ragazzon
|
383e066654
Update dragging with transform applied.
|
před 6 roky |
Michael Ragazzon
|
ebe3e3a14a
Remove ReferenceCountable from Event and EventInstancer
|
před 6 roky |
Michael Ragazzon
|
27dd812581
Variant: Fix an issue where the current type's destructor may not be called.
|
před 6 roky |
Michael Ragazzon
|
391f39b038
Merge branch 'master' into performance
|
před 6 roky |
Michael Ragazzon
|
eff01ba43a
The big rename. We are now RmlUi version 2.0!
|
před 6 roky |
Michael Ragazzon
|
2a53aa9424
Fix some compiler warnings
|
před 6 roky |
Michael Ragazzon
|
d2c395645c
Make Event unaware of event specification, pass by parameter instead.
|
před 6 roky |
Michael Ragazzon
|
bcc1ac4f2a
Implement EventId and associated EventSpecification
|
před 6 roky |
Michael Ragazzon
|
3c5c22b5e8
EventPhase as enum class
|
před 6 roky |
Michael Ragazzon
|
246e1ecc78
WIP: Specify bubbling and default actions on dispatching events
|
před 6 roky |
Michael Ragazzon
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
před 6 roky |
Michael Ragazzon
|
1ead58341e
WIP: Replacing strings with IDs now compiling and running (puh). Producing... interesting results.
|
před 6 roky |
Michael Ragazzon
|
f7e1c4c4fb
WIP PropertyNames from Strings to IDs (not compiling)
|
před 6 roky |
Michael Ragazzon
|
b04b4e58ba
Replace Dictionary with unordered_flat_map
|
před 6 roky |
Michael
|
4ec999e3d8
Allow matching transform primitives in their generic forms (e.g. translateX to translate3d). Helper functions and constructors for creating Transform animations.
|
před 7 roky |
Markus Schöngart
|
8deea52b73
Updated transform property patch
|
před 11 roky |
David Wimsey
|
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.
|
před 11 roky |
David Wimsey
|
672fd9e500
Fixed compiler warnings due to order of initialization values
|
před 11 roky |
Markus Schöngart
|
0ac598617e
Implement the transform property.
|
před 11 roky |
Lloyd Weehuizen
|
0199dd021e
libRocket 1.2 beta, initial import
|
před 15 roky |