Michael
|
3999bd623a
Refactoring
|
7 vuotta sitten |
Michael
|
3397937d79
Interpolating transforms for animation.Implemented Primitives as variants to avoid RTTI and virtual function calls. Now targeting C++17.
|
7 vuotta sitten |
Michael
|
a1ea7c5668
Transform animations begin
|
7 vuotta sitten |
Michael
|
664067d5df
Initial animation support
|
7 vuotta sitten |
Michael
|
0a0da1a0ec
Transforms should be updated when e.g. dragging window.
|
7 vuotta sitten |
Michael
|
bf36355694
Merge branch 'master' into transform
|
7 vuotta sitten |
Michael
|
98c04ba685
Fix compiling
|
7 vuotta sitten |
Michael
|
f9ef5c79b5
Remove comments
|
7 vuotta sitten |
Michael
|
db0aff2a8d
Added support for 'pointer-events: none'
|
7 vuotta sitten |
Michael
|
7c081e77e2
Added new property 'image-color'
|
8 vuotta sitten |
Michael
|
0247e5910d
Fixed color on textures
|
8 vuotta sitten |
Fredrik Berggren
|
20084b7489
Accessor and caching of offset properties.
|
10 vuotta sitten |
Fredrik Berggren
|
d746fc478b
Updating offset of absolutely positioned blocks.
|
10 vuotta sitten |
David Wimsey
|
8fbfb01485
Merge pull request #47 from crazyjul/scroll_fix
|
10 vuotta sitten |
Markus Schöngart
|
8deea52b73
Updated transform property patch
|
11 vuotta sitten |
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 vuotta sitten |
David Wimsey
|
346ff946f9
Merge pull request #152 from dwimsey/feature/warningfix-unused-parameters
|
11 vuotta sitten |
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 vuotta sitten |
David Wimsey
|
672fd9e500
Fixed compiler warnings due to order of initialization values
|
11 vuotta sitten |
Markus Schöngart
|
0ac598617e
Implement the transform property.
|
11 vuotta sitten |
czbming
|
b088d3655c
Fix return value of Element::GetOffsetParent()
|
12 vuotta sitten |
Victor Luchitz
|
f4bc0e526a
Optimize document re-layout by caching layout-important CSS properties
|
13 vuotta sitten |
Victor Luchitz
|
9767f75af5
Add IsLayoutDirty method to Element class
|
13 vuotta sitten |
Victor Luchitz
|
a147bff0ad
Optimize handing of properties in cases of full updates
|
13 vuotta sitten |
Victor Luchitz
|
8797937805
Fix toggling of :active pseudoclass on elements
|
13 vuotta sitten |
gogoprog
|
8e2187ec14
Fixed when property is not found.
|
13 vuotta sitten |
gogoprog
|
2664c892e0
Added SCROLL_DEFAULT_STEP_SIZE property
|
13 vuotta sitten |
Victor Luchitz
|
7c128117bd
Implement Element::GetElementsByClassName
|
13 vuotta sitten |
Lloyd Weehuizen
|
37eb033fd1
Revert "Only set relative_offset_base.x according to the 'right' property if it wasn't already set according to 'left'."
|
13 vuotta sitten |
Christopher S. Case
|
e1bfcc8b8e
Only set relative_offset_base.x according to the 'right' property if it wasn't already set according to 'left'.
|
14 vuotta sitten |