Michael Ragazzon
|
98282c7b2e
Refactor some of the Transform functionality. Move functions that should only be called internally to an internal TransformUtilities. Rename Transforms::Primitive to TransformPrimitive.
|
5 years ago |
Michael Ragazzon
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 years ago |
Michael Ragazzon
|
c09981bc03
Merge branch 'data_binding'
|
5 years ago |
Michael Ragazzon
|
5d7f4fc931
Add missing headers
|
5 years ago |
Michael Ragazzon
|
8a2c6e2a40
Make initialization of data views and controllers safer
|
5 years ago |
Michael Ragazzon
|
373084165c
- Implemented 'data-event' controller. Can use assignment in its expression, and also 'ev.' variable name to fetch parameters from the event.
|
5 years ago |
Michael Ragazzon
|
20c1dbc363
Some refactoring of DataViews. Move the default DataViews to separate files.
|
5 years ago |
Michael Ragazzon
|
bc6832ab9b
Handle raw inner xml contents of data-for elements more robustly.
|
5 years ago |
Michael Ragazzon
|
2900df17d9
XML Parser: Ignore <tags> in {{ double brackets }}
|
5 years ago |
Michael Ragazzon
|
a66c97b4e0
Add data-class and data-rml
|
5 years ago |
Michael Ragazzon
|
9cf3910ec8
Data views: recursively update
|
5 years ago |
Michael Ragazzon
|
16413ecc8b
Move creation of data views and controllers to ElementUtilities. Clean up.
|
5 years ago |
Michael Ragazzon
|
a6f5078531
Cleaning up header files: Include what we use.
|
5 years ago |
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.
|
5 years ago |
Michael Ragazzon
|
f745fac0ee
WIP: Rework event dispatcher loop, introduce observer pointer (for now based on std::shared_ptr)
|
6 years ago |
Michael Ragazzon
|
b4f370b5d2
Do a deep comparison before submitting new transforms through the interface, see #55.
|
6 years ago |
Michael Ragazzon
|
cd670fc143
Refactoring FontEngineDefault (part I). Isolate the interface with FreeType. All font engine default files moved to a separate folder.
|
6 years ago |
Michael Ragazzon
|
1bbae6380d
Refining font engine interface.
|
6 years ago |
Michael Ragazzon
|
2438824c95
Merge branch 'develop' into text
|
6 years ago |
Victor Luchits
|
2df8e4abee
Rename FontSubsystem to FontEngine
|
6 years ago |
Michael Ragazzon
|
0ed3768644
Remove the 'font-charset' property
|
6 years ago |
Michael Ragazzon
|
f9975a0e8e
Begin conversion to UTF8
|
6 years ago |
Victor Luchits
|
4e85f31111
Refactor the fonts subsystem to allow external font providers
|
6 years ago |
Michael Ragazzon
|
5a0797fb8a
Remove Font.h, unify enums.
|
6 years ago |
Michael Ragazzon
|
b6739b4684
Replace render interface functions PushTransform and PopTransform with SetTransform
|
6 years ago |
Michael Ragazzon
|
40f19fe151
Completely revised transforms implementation. Please have a look at the readme and updated transform sample for details.
|
6 years ago |
Michael Ragazzon
|
2045214b7f
Additional Tracy profiling, including overloaded new/delete operators for memory inspection.
|
6 years ago |
Michael Ragazzon
|
0951b7e355
Implement support for Tracy profiler
|
6 years ago |
Michael Ragazzon
|
cb347e1a38
NULL to nullptr
|
6 years ago |
Michael Ragazzon
|
9a5648389d
Remove the last usage of ReferenceCountable, FontFaceHandle.
|
6 years ago |