Michael Ragazzon
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
hace 5 años |
Michael Ragazzon
|
d94d17be4e
Variant: Add bool, double, int64 types, remove word.
|
hace 5 años |
Michael Ragazzon
|
cb4e66e7b8
Add include files where used
|
hace 5 años |
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.
|
hace 5 años |
Michael Ragazzon
|
af46806480
Fix some static analysis warnings
|
hace 6 años |
Michael Ragazzon
|
16fb312b4e
Rename CodePoint to Character.
|
hace 6 años |
Michael Ragazzon
|
ab2d4210c7
Remove all usage of 'word' type, replace by CodePoint
|
hace 6 años |
Michael Ragazzon
|
a60ff4a78f
Variant: Consistent naming and avoid warning C4324 in Visual Studio (see #44).
|
hace 6 años |
Michael Ragazzon
|
281fbfcd80
Add conversion to string for decorators and font-effects
|
hace 6 años |
Michael Ragazzon
|
960c4d7d7b
Use DecoraorListPtr in Variant and ComputedValues
|
hace 6 años |
Michael Ragazzon
|
68f53dce67
Clean up types and aliases, trying to be more consistent.
|
hace 6 años |
Michael Ragazzon
|
9cbe81b951
Add back ScriptInterface (reverse commit [b0ac9e5])
|
hace 6 años |
Michael Ragazzon
|
b0ac9e598b
Remove ScriptInterface
|
hace 6 años |
Michael Ragazzon
|
3b8b8fcd05
Precalculate font-effects after mergin style sheets
|
hace 6 años |
Michael Ragazzon
|
ce02e7c1ec
Make variants and properties movable
|
hace 6 años |
Michael Ragazzon
|
27dd812581
Variant: Fix an issue where the current type's destructor may not be called.
|
hace 6 años |
Michael Ragazzon
|
391f39b038
Merge branch 'master' into performance
|
hace 6 años |
Michael Ragazzon
|
eff01ba43a
The big rename. We are now RmlUi version 2.0!
|
hace 6 años |
Michael Ragazzon
|
ff961eb7a7
Some cleanup of decorator instancing.
|
hace 6 años |
Michael Ragazzon
|
fa0d4fd8b0
Try using sizeof String as variant buffer size
|
hace 6 años |
Michael Ragazzon
|
27fe058191
Trying to fix compilation issues (why is std::string suddenly more than 32 bytes?)
|
hace 6 años |
Michael Ragazzon
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
hace 6 años |
Michael
|
e222a50e9a
Refactoring.
|
hace 7 años |
Michael
|
1620032f5a
Adding support for animation @keyframes
|
hace 7 años |
Michael
|
35381790cc
Transitions on class change.
|
hace 7 años |
Michael
|
a9388f5229
RCSS transition beta. Only activated on pseudo-classes for now.
|
hace 7 años |
Michael
|
4ec999e3d8
Allow matching transform primitives in their generic forms (e.g. translateX to translate3d). Helper functions and constructors for creating Transform animations.
|
hace 7 años |
Markus Schöngart
|
8deea52b73
Updated transform property patch
|
hace 11 años |
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.
|
hace 11 años |
Markus Schöngart
|
0ac598617e
Implement the transform property.
|
hace 11 años |