Michael Ragazzon
|
c3d9cff00e
Focus the document when shown, not input elements. Allow tabbing when document is in focus.
|
6 년 전 |
Michael Ragazzon
|
b43cdde4c8
Replace many event string comparisons with EventId
|
6 년 전 |
Michael Ragazzon
|
bcc1ac4f2a
Implement EventId and associated EventSpecification
|
6 년 전 |
Michael Ragazzon
|
3c5c22b5e8
EventPhase as enum class
|
6 년 전 |
Michael Ragazzon
|
02821004f1
WIP. Separate default event actions from ProcessEvents (event listeners)
|
6 년 전 |
Michael Ragazzon
|
246e1ecc78
WIP: Specify bubbling and default actions on dispatching events
|
6 년 전 |
Michael Ragazzon
|
9bb89061a2
Optimize GetOwnerDocument: Instead of recursively finding the ancestor document, set it directly when adding children
|
6 년 전 |
Michael Ragazzon
|
1f6f4eeab8
Cleanup element update
|
6 년 전 |
Michael Ragazzon
|
949547836f
Fix a bug due to keyword values of pointer_events. Properly handle properties set during OnPropertyChange.
|
6 년 전 |
Michael Ragazzon
|
1e41f9a4ef
Remove lock layout: it already had no effect
|
6 년 전 |
Michael Ragazzon
|
6078956945
Clean up
|
6 년 전 |
Michael Ragazzon
|
390b6e07ba
Replacing GetLocalProperty
|
6 년 전 |
Michael Ragazzon
|
122bd097bb
Replace many SetProperty(String, String) with SetProperty(String, Property)
|
6 년 전 |
Michael Ragazzon
|
c285bf99e9
Compute all the properties!
|
6 년 전 |
Michael Ragazzon
|
7ad658f7b7
Replace resize events with virtual function call
|
6 년 전 |
Michael Ragazzon
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 년 전 |
Michael Ragazzon
|
44adb03aee
WIP more strings to IDs (not compiling)
|
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
|
ed6f84102f
Blur child elements on document hide
|
7 년 전 |
Michael
|
c84b9fd505
Performence improvements. Layout updates are only done once per frame, transform updates are faster in most cases.
|
7 년 전 |
Michael
|
ed39b743ff
Rename logical pixel (lp) to density-independent pixel (dp)
|
8 년 전 |
Michael
|
cd394a8b5c
Introduced logical pixels
|
8 년 전 |
Michael
|
1c4e4cf018
Only return modal state if visible
|
8 년 전 |
Lauri Kasanen
|
0a483dbe33
When tabbing to a new element, make sure it is visible
|
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
|
336b8f8d69
Fixes parameter warnings in a way that works across all supported compilers while retaining full functionally and warnings if used in the future
|
11 년 전 |
Julian
|
94a2515387
added REM unit support
|
12 년 전 |
Victor Luchitz
|
9767f75af5
Add IsLayoutDirty method to Element class
|
13 년 전 |