Michael
|
c84b9fd505
Performence improvements. Layout updates are only done once per frame, transform updates are faster in most cases.
|
7 tahun lalu |
Michael
|
b6927b4e0c
More strict about units. Numbers, lengths, angles and percentages are now separated. Lengths require a unit, except for "0".
|
7 tahun lalu |
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 tahun lalu |
Michael
|
bf36355694
Merge branch 'master' into transform
|
7 tahun lalu |
Michael
|
ed39b743ff
Rename logical pixel (lp) to density-independent pixel (dp)
|
8 tahun lalu |
Michael
|
cd394a8b5c
Introduced logical pixels
|
8 tahun lalu |
Triang3l
|
1d6cabf434
Handle rem units in ElementUtilities::GetLineHeight
|
9 tahun lalu |
Markus Schöngart
|
8deea52b73
Updated transform property patch
|
11 tahun lalu |
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 tahun lalu |
Tom Mason
|
71383c660d
remove unused code
|
11 tahun lalu |
David Wimsey
|
dc18fb6b48
Merge pull request #153 from dwimsey/feature/warningfix-unhandled-switch-enums
|
11 tahun lalu |
David Wimsey
|
fa8bff3ec6
Additional unused parameter warning fixes
|
11 tahun lalu |
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 tahun lalu |
SiPlus
|
31a279dd75
Add inches to line height
|
11 tahun lalu |
Markus Schöngart
|
0ac598617e
Implement the transform property.
|
11 tahun lalu |
Victor Luchitz
|
f4bc0e526a
Optimize document re-layout by caching layout-important CSS properties
|
13 tahun lalu |
gogoprog
|
fdb49d4820
Fixed GetClippingRegion
|
13 tahun lalu |
Lloyd Weehuizen
|
51c24aa5d6
Fix incorrect variable names
|
13 tahun lalu |
Lloyd Weehuizen
|
11e53440c3
Fix clipping incorrectly affecting X and Y when only one was enabled.
|
13 tahun lalu |
Victor Luchitz
|
7c128117bd
Implement Element::GetElementsByClassName
|
13 tahun lalu |
Robert Norris
|
111da76531
Pass the element that the event listener is being instanced for to the EventListenerInstancer
|
14 tahun lalu |
Frank Becker
|
2a6feca61b
Removed a bit of redundant code from earlier id [CS] change.
|
14 tahun lalu |
Frank Becker
|
b20cf3dc01
Make element ids case sensitive.
|
14 tahun lalu |
Lloyd Weehuizen
|
e84bb43a60
Fix clipping when element position is less than 0
|
14 tahun lalu |
Lloyd Weehuizen
|
fed2dda607
Renderer performance updates
|
14 tahun lalu |
Lloyd Weehuizen
|
aa1d222245
Add caching of element clipping on the element to remove property lookups during render.
|
15 tahun lalu |
Lloyd Weehuizen
|
09b9364721
Bug fixes and header licenses
|
15 tahun lalu |
Lloyd Weehuizen
|
0199dd021e
libRocket 1.2 beta, initial import
|
15 tahun lalu |