Michael
|
a9388f5229
RCSS transition beta. Only activated on pseudo-classes for now.
|
7 年之前 |
Michael
|
c84b9fd505
Performence improvements. Layout updates are only done once per frame, transform updates are faster in most cases.
|
7 年之前 |
Michael
|
b6927b4e0c
More strict about units. Numbers, lengths, angles and percentages are now separated. Lengths require a unit, except for "0".
|
7 年之前 |
Michael
|
4ec999e3d8
Allow matching transform primitives in their generic forms (e.g. translateX to translate3d). Helper functions and constructors for creating Transform animations.
|
7 年之前 |
Michael
|
41cd442d88
Tweening support for animations
|
7 年之前 |
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 年之前 |
Michael
|
3999bd623a
Refactoring
|
7 年之前 |
Michael
|
3397937d79
Interpolating transforms for animation.Implemented Primitives as variants to avoid RTTI and virtual function calls. Now targeting C++17.
|
7 年之前 |
Michael
|
a1ea7c5668
Transform animations begin
|
7 年之前 |
Michael
|
664067d5df
Initial animation support
|
7 年之前 |
Michael
|
0a0da1a0ec
Transforms should be updated when e.g. dragging window.
|
7 年之前 |
Michael
|
bf36355694
Merge branch 'master' into transform
|
7 年之前 |
Michael
|
98c04ba685
Fix compiling
|
7 年之前 |
Michael
|
f9ef5c79b5
Remove comments
|
7 年之前 |
Michael
|
db0aff2a8d
Added support for 'pointer-events: none'
|
7 年之前 |
Michael
|
7c081e77e2
Added new property 'image-color'
|
8 年之前 |
Michael
|
0247e5910d
Fixed color on textures
|
8 年之前 |
Fredrik Berggren
|
20084b7489
Accessor and caching of offset properties.
|
10 年之前 |
Fredrik Berggren
|
d746fc478b
Updating offset of absolutely positioned blocks.
|
10 年之前 |
David Wimsey
|
8fbfb01485
Merge pull request #47 from crazyjul/scroll_fix
|
10 年之前 |
Markus Schöngart
|
8deea52b73
Updated transform property patch
|
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
|
346ff946f9
Merge pull request #152 from dwimsey/feature/warningfix-unused-parameters
|
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 年之前 |
David Wimsey
|
672fd9e500
Fixed compiler warnings due to order of initialization values
|
11 年之前 |
Markus Schöngart
|
0ac598617e
Implement the transform property.
|
11 年之前 |
czbming
|
b088d3655c
Fix return value of Element::GetOffsetParent()
|
12 年之前 |
Victor Luchitz
|
f4bc0e526a
Optimize document re-layout by caching layout-important CSS properties
|
13 年之前 |
Victor Luchitz
|
9767f75af5
Add IsLayoutDirty method to Element class
|
13 年之前 |
Victor Luchitz
|
a147bff0ad
Optimize handing of properties in cases of full updates
|
13 年之前 |