Michael Ragazzon
|
1ead58341e
WIP: Replacing strings with IDs now compiling and running (puh). Producing... interesting results.
|
6 년 전 |
Michael Ragazzon
|
f7e1c4c4fb
WIP PropertyNames from Strings to IDs (not compiling)
|
6 년 전 |
Michael Ragazzon
|
60682a09a3
Replace, don't emplace...
|
6 년 전 |
Michael Ragazzon
|
b04b4e58ba
Replace Dictionary with unordered_flat_map
|
6 년 전 |
Michael Ragazzon
|
1aab59eec4
Reduce allocations during Element construction, remove Geometry database, rework some of the Render, Update, and UpdateLayout logic.
|
6 년 전 |
Michael Ragazzon
|
f9892a96f0
Experimenting with update loop to improve performance
|
6 년 전 |
Michael Ragazzon
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 년 전 |
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.
|
6 년 전 |
Michael Ragazzon
|
b82e1123a0
Performance improvements, avoid unnecessary allocations
|
6 년 전 |
Michael
|
5db7d68e7e
Use double for absolute time
|
7 년 전 |
Michael
|
c84b9fd505
Performence improvements. Layout updates are only done once per frame, transform updates are faster in most cases.
|
7 년 전 |
Michael
|
3999bd623a
Refactoring
|
7 년 전 |
Michael
|
664067d5df
Initial animation support
|
7 년 전 |
Michael
|
bf36355694
Merge branch 'master' into transform
|
7 년 전 |
Michael
|
db0aff2a8d
Added support for 'pointer-events: none'
|
7 년 전 |
Michael
|
ed39b743ff
Rename logical pixel (lp) to density-independent pixel (dp)
|
8 년 전 |
Michael
|
cd394a8b5c
Introduced logical pixels
|
8 년 전 |
Michael
|
079d3abc3e
Workaround fix for layout updates completely locking out
|
8 년 전 |
Markus Schöngart
|
8deea52b73
Updated transform property patch
|
11 년 전 |
Cornee Traas
|
b7af6bfef5
Fix memory leak in Context::LoadMouseCursor
|
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 년 전 |
David Wimsey
|
672fd9e500
Fixed compiler warnings due to order of initialization values
|
11 년 전 |
Markus Schöngart
|
0ac598617e
Implement the transform property.
|
11 년 전 |
Kezeali
|
ac6fe5d549
Fixed initialization of cursor_proxy in Context's ctor, allowing it to be rendered: fixes missing drag&drop cloned elements.
|
14 년 전 |
Frank Becker
|
2a6feca61b
Removed a bit of redundant code from earlier id [CS] change.
|
14 년 전 |
Frank Becker
|
b20cf3dc01
Make element ids case sensitive.
|
14 년 전 |
Lloyd Weehuizen
|
e84bb43a60
Fix clipping when element position is less than 0
|
14 년 전 |
Lloyd Weehuizen
|
72712ce471
Fix crash caused by a focus element not having an owner document.
|
14 년 전 |
Lloyd Weehuizen
|
fed2dda607
Renderer performance updates
|
14 년 전 |
Lloyd Weehuizen
|
d73900739f
Fix possible NULL pointer exceptions and release StringStorage on shutdown.
|
15 년 전 |