Michael Ragazzon
|
90c2d5005e
Merge remote-tracking branch 'origin/master' into performance
|
6 ani în urmă |
Michael Ragazzon
|
1642ddb6af
Reverse shared string font family
|
6 ani în urmă |
Michael Ragazzon
|
e91ea9c63b
Shared string for font family
|
6 ani în urmă |
Michael Ragazzon
|
390b6e07ba
Replacing GetLocalProperty
|
6 ani în urmă |
Michael Ragazzon
|
cfbf05d038
Replace style cache by computed values
|
6 ani în urmă |
Michael Ragazzon
|
c285bf99e9
Compute all the properties!
|
6 ani în urmă |
Michael Ragazzon
|
83095e12c2
Move computed values file
|
6 ani în urmă |
Michael Ragazzon
|
ad9f11a988
Compute more properties
|
6 ani în urmă |
Michael Ragazzon
|
04dc275c4e
Determine computed value for fonts
|
6 ani în urmă |
Michael Ragazzon
|
0fa8af7154
Merge branch 'master' into performance
|
6 ani în urmă |
Michael Ragazzon
|
9426bfdab9
Fix some compiler warnings (thanks viciious)
|
6 ani în urmă |
Michael Ragazzon
|
f3b9ad29f0
Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained.
|
6 ani în urmă |
Michael Ragazzon
|
1ead58341e
WIP: Replacing strings with IDs now compiling and running (puh). Producing... interesting results.
|
6 ani în urmă |
Michael Ragazzon
|
60682a09a3
Replace, don't emplace...
|
6 ani în urmă |
Michael Ragazzon
|
b04b4e58ba
Replace Dictionary with unordered_flat_map
|
6 ani în urmă |
Michael Ragazzon
|
e6638f1020
WIP: Attempt to replace Rocket::String with std::string
|
6 ani în urmă |
Michael
|
c84b9fd505
Performence improvements. Layout updates are only done once per frame, transform updates are faster in most cases.
|
7 ani în urmă |
Michael
|
b6927b4e0c
More strict about units. Numbers, lengths, angles and percentages are now separated. Lengths require a unit, except for "0".
|
7 ani în urmă |
Michael
|
51efaa7569
Avoid jittering behavior of elements when using subpixel offsets, by no longer rounding dimensions in the layout engine. Translation and vertices that need sharpness (fonts and images) are rounded as late in the pipeline as possible.
|
7 ani în urmă |
Michael
|
bf36355694
Merge branch 'master' into transform
|
7 ani în urmă |
Michael
|
ed39b743ff
Rename logical pixel (lp) to density-independent pixel (dp)
|
8 ani în urmă |
Michael
|
cd394a8b5c
Introduced logical pixels
|
8 ani în urmă |
Triang3l
|
1d6cabf434
Handle rem units in ElementUtilities::GetLineHeight
|
9 ani în urmă |
Markus Schöngart
|
8deea52b73
Updated transform property patch
|
11 ani în urmă |
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 ani în urmă |
Tom Mason
|
71383c660d
remove unused code
|
11 ani în urmă |
David Wimsey
|
dc18fb6b48
Merge pull request #153 from dwimsey/feature/warningfix-unhandled-switch-enums
|
11 ani în urmă |
David Wimsey
|
fa8bff3ec6
Additional unused parameter warning fixes
|
11 ani în urmă |
David Wimsey
|
06ebf81d6b
Squelches warnings for switch statements that do not contain case statements for all values of an enumeration because some of the enumeration values do not apply.
|
11 ani în urmă |
SiPlus
|
31a279dd75
Add inches to line height
|
11 ani în urmă |