Michael Ragazzon
|
83095e12c2
Move computed values file
|
il y a 6 ans |
Michael Ragazzon
|
9c9b65f51d
More computed values
|
il y a 6 ans |
Michael Ragazzon
|
1696aa5c64
Fix some potential memory access violations.
|
il y a 6 ans |
Michael Ragazzon
|
945aa8f5a4
Include chobo-containers, put all third-party containers in the Rocket::Core namespace
|
il y a 6 ans |
Michael Ragazzon
|
0fa8af7154
Merge branch 'master' into performance
|
il y a 6 ans |
Michael Ragazzon
|
a19c5bb349
Small warning fix
|
il y a 6 ans |
Michael Ragazzon
|
7ad658f7b7
Replace resize events with virtual function call
|
il y a 6 ans |
Michael Ragazzon
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
il y a 6 ans |
Michael Ragazzon
|
1ead58341e
WIP: Replacing strings with IDs now compiling and running (puh). Producing... interesting results.
|
il y a 6 ans |
Michael Ragazzon
|
f7e1c4c4fb
WIP PropertyNames from Strings to IDs (not compiling)
|
il y a 6 ans |
Michael Ragazzon
|
60682a09a3
Replace, don't emplace...
|
il y a 6 ans |
Michael Ragazzon
|
b04b4e58ba
Replace Dictionary with unordered_flat_map
|
il y a 6 ans |
Michael Ragazzon
|
1aab59eec4
Reduce allocations during Element construction, remove Geometry database, rework some of the Render, Update, and UpdateLayout logic.
|
il y a 6 ans |
Michael Ragazzon
|
f9892a96f0
Experimenting with update loop to improve performance
|
il y a 6 ans |
Michael Ragazzon
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
il y a 6 ans |
Michael Ragazzon
|
957f7239d6
Removed the old mouse cursor code, and replaced it with a system interface method. Drawing a cursor manually will always lag behind the system cursor, thus it is better to let the user set the system cursor.
|
il y a 6 ans |
Michael Ragazzon
|
b82e1123a0
Performance improvements, avoid unnecessary allocations
|
il y a 6 ans |
Michael
|
5db7d68e7e
Use double for absolute time
|
il y a 7 ans |
Michael
|
c84b9fd505
Performence improvements. Layout updates are only done once per frame, transform updates are faster in most cases.
|
il y a 7 ans |
Michael
|
3999bd623a
Refactoring
|
il y a 7 ans |
Michael
|
664067d5df
Initial animation support
|
il y a 7 ans |
Michael
|
bf36355694
Merge branch 'master' into transform
|
il y a 7 ans |
Michael
|
db0aff2a8d
Added support for 'pointer-events: none'
|
il y a 7 ans |
Michael
|
ed39b743ff
Rename logical pixel (lp) to density-independent pixel (dp)
|
il y a 8 ans |
Michael
|
cd394a8b5c
Introduced logical pixels
|
il y a 8 ans |
Michael
|
079d3abc3e
Workaround fix for layout updates completely locking out
|
il y a 8 ans |
Markus Schöngart
|
8deea52b73
Updated transform property patch
|
il y a 11 ans |
Cornee Traas
|
b7af6bfef5
Fix memory leak in Context::LoadMouseCursor
|
il y a 11 ans |
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.
|
il y a 11 ans |
David Wimsey
|
672fd9e500
Fixed compiler warnings due to order of initialization values
|
il y a 11 ans |