Michael Ragazzon
|
97682a2dff
Re-implement Rml::Core::ReleaseCompiledGeometries(). See #84.
|
преди 6 години |
Michael Ragazzon
|
a6f5078531
Cleaning up header files: Include what we use.
|
преди 6 години |
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.
|
преди 6 години |
Michael Ragazzon
|
48dd41ef40
Remove font engine default files from cmake when the default font interface is disabled. Remove macro guards.
|
преди 6 години |
Michael Ragazzon
|
cd670fc143
Refactoring FontEngineDefault (part I). Isolate the interface with FreeType. All font engine default files moved to a separate folder.
|
преди 6 години |
Michael Ragazzon
|
2ddcc71123
Replace debugger font with 'Courier Prime Code' (SIL Open Font License v1.1). Adjustments to the debugger RCSS. Add 'Core::LoadFontFace' methods.
|
преди 6 години |
Victor Luchits
|
2df8e4abee
Rename FontSubsystem to FontEngine
|
преди 6 години |
Victor Luchits
|
4e85f31111
Refactor the fonts subsystem to allow external font providers
|
преди 6 години |
Michael Ragazzon
|
40f19fe151
Completely revised transforms implementation. Please have a look at the readme and updated transform sample for details.
|
преди 6 години |
Michael Ragazzon
|
c49644b46a
Remove geometry database
|
преди 6 години |
Michael Ragazzon
|
cb347e1a38
NULL to nullptr
|
преди 6 години |
Michael Ragazzon
|
68f53dce67
Clean up types and aliases, trying to be more consistent.
|
преди 6 години |
Michael Ragazzon
|
130674a7b2
Refining the Core API: Now interfaces and instancers are passed as raw pointers to RmlUi, and considered non-owning. It is the user's responsibility to keep the objects alive until after Core::Shutdown and then release these objects at their discretion.
|
преди 6 години |
Michael Ragazzon
|
a4b526c55c
Remove ReferenceCountable from System-, Render-, and FileInterface.
|
преди 6 години |
Michael Ragazzon
|
ee669494ee
Clear up contexts before shutting down plugins, as some elements may reference the plugin.
|
преди 6 години |
Michael Ragazzon
|
7ed4250e30
Remove ReferenceCountable from Context and ContextInstancer
|
преди 6 години |
Michael Ragazzon
|
391f39b038
Merge branch 'master' into performance
|
преди 6 години |
Michael Ragazzon
|
eff01ba43a
The big rename. We are now RmlUi version 2.0!
|
преди 6 години |
Michael Ragazzon
|
0b5d8c7189
Add RegisterEventType to Core API. Update readme. Element::DispatchEvent should now be backwards compatible. Prevent default action after calling StopPropagation(),
|
преди 6 години |
Michael Ragazzon
|
bcc1ac4f2a
Implement EventId and associated EventSpecification
|
преди 6 години |
Michael Ragazzon
|
709852fcf8
Replace std::unordered_map with robin_hood
|
преди 6 години |
Michael Ragazzon
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
преди 6 години |
Michael
|
b86efd039b
Performance: Change several maps and sets to unordered_*.
|
преди 7 години |
Michael
|
98c04ba685
Fix compiling
|
преди 7 години |
Markus Schöngart
|
8deea52b73
Updated transform property patch
|
преди 11 години |
David Wimsey
|
9709407b29
Fix some issues found by the Visual Studio 2012 static analyzer.
|
преди 11 години |
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.
|
преди 11 години |
AndryBlack
|
13e472a586
build without default file interface
|
преди 14 години |
Lloyd Weehuizen
|
efb2e3de3a
Remove old StringStorage cleanup.
|
преди 15 години |
Lloyd Weehuizen
|
0e8316e5b4
Properly cleanup global libRocket system on Core::Shutdown. This allows libRocket to be Shutdown and reinitialised within the same execution.
|
преди 15 години |