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
|
200904a510
Fix tiled decorator alignment not working.
|
hace 5 años |
Michael Ragazzon
|
005b4042c7
Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'.
|
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
|
48cc2cbf58
Update samples readme and comments
|
hace 6 años |
Michael Ragazzon
|
38b213de63
Remove rotate-90 and rotate-270 (they did not work)
|
hace 6 años |
Michael Ragazzon
|
89bda4ab01
Remove repeat mode and texture position/size from tiled decorators
|
hace 6 años |
Michael Ragazzon
|
5ffe4f4d80
Image decorator can now align / position itself within its boundaries.
|
hace 6 años |
Michael Ragazzon
|
e46b7be077
New keywords in image decorator for controlling scaling and centering, see demo sample for examples. #54.
|
hace 6 años |
Michael Ragazzon
|
f49f5bc83e
Merge branch 'text' into develop
|
hace 6 años |
Michael Ragazzon
|
78acd8b900
Refactoring default font engine (part II). Remove font database, use a callback function for generating font textures, documentation improvements.
|
hace 6 años |
Victor Luchits
|
a5416edfdc
Add support for a set of rotations for the tiled decorator
|
hace 6 años |
Michael Ragazzon
|
aa80c3b917
Add PropertySource to properties and revise element info debugging
|
hace 6 años |
Michael Ragazzon
|
a5a8480bc9
Test decorater tile name as sprite first, then filename.
|
hace 6 años |
Michael Ragazzon
|
762dab7f68
Cleaning up some more
|
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
|
08bdba69b3
Changed the tiled-decorators to take 'x y width height' properties instead of two coordinates, optimize decorator instantiation, especially when using sprites.
|
hace 6 años |
Michael Ragazzon
|
43da6ad7a2
Remove 'none' decorator, no need for that anymore. Add an interface class for DecoratorInstancer for a more stable API.
|
hace 6 años |
Michael Ragazzon
|
cc0b4a459a
Decorators and their instancers now use smart pointers instead of manual reference counting
|
hace 6 años |
Michael Ragazzon
|
efd2f86c12
Spritesheets now rendering in decorators. Still work to do.
|
hace 6 años |
Michael Ragazzon
|
bb949df66b
Can now use a shorthand to declare decorators inside elements.
|
hace 6 años |
Michael Ragazzon
|
bab0571267
WIP. Move ID-name mapping to PropertySpecification. Each specification has its own set of id/names, and only the main stylesheet needs to be a singleton.
|
hace 6 años |
Michael Ragazzon
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
hace 6 años |
Michael Ragazzon
|
0e390e9860
Trying to fix decorators
|
hace 6 años |
Michael Ragazzon
|
44adb03aee
WIP more strings to IDs (not compiling)
|
hace 6 años |
Michael Ragazzon
|
f7e1c4c4fb
WIP PropertyNames from Strings to IDs (not compiling)
|
hace 6 años |
Michael Ragazzon
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
hace 6 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 |