projects
/
platform
/
core
/
uifw
/
dali-core.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge "If USER_INTERACTION_ENABLED is false, actor should not receive events." into...
[platform/core/uifw/dali-core.git]
/
dali
/
internal
/
event
/
actors
/
actor-impl.cpp
2024-06-18
joogab yun
Merge "If USER_INTERACTION_ENABLED is false, actor...
blob
|
commitdiff
|
raw
2024-06-18
joogab yun
Merge "A new gesture recognition method. 1. Add HandleE...
blob
|
commitdiff
|
raw
2024-06-13
joogab.yun
A new gesture recognition method.
69/309669/84
blob
|
commitdiff
|
raw
2024-04-26
Seungho Baek
Add Inherited Visibility Changed signal
84/310084/12
blob
|
commitdiff
|
raw
|
diff to current
2024-03-21
Adeel Kazmi
Merge "Fix build issues for windows platform" into...
blob
|
commitdiff
|
raw
|
diff to current
2024-01-31
Seoyeon Kim
Merge "Remove duplicate codes for screen position"...
blob
|
commitdiff
|
raw
|
diff to current
2024-01-30
Seoyeon Kim
Remove duplicate codes for screen position
43/305143/2
blob
|
commitdiff
|
raw
|
diff to current
2023-12-13
Seungho BAEK
Merge "Use DepthIndex for 3D rendering order" into...
blob
|
commitdiff
|
raw
|
diff to current
2023-12-11
joogab.yun
Touch and Hover event propagrated by geometry way.
21/301821/33
blob
|
commitdiff
|
raw
|
diff to current
2023-11-17
Adeel Kazmi
Merge "Moved shader cache to graphics backend" into...
blob
|
commitdiff
|
raw
|
diff to current
2023-11-15
Adam Bialogonski
Added render-task to the touch event
82/295782/9
blob
|
commitdiff
|
raw
|
diff to current
2023-10-10
David Steele
Merge "Update test harness to use matching build system...
blob
|
commitdiff
|
raw
|
diff to current
2023-10-06
Adeel Kazmi
Reduce unused methods and CC of actor classes
28/299628/2
blob
|
commitdiff
|
raw
|
diff to current
2023-09-25
Eunki Hong
Merge "Remove unused program / shader caches" into...
blob
|
commitdiff
|
raw
|
diff to current
2023-09-25
Seungho BAEK
Merge "Check Scene pointer is null or not" into devel...
blob
|
commitdiff
|
raw
|
diff to current
2023-09-22
David Steele
Merge "DALi Version 2.2.45" into devel/master
blob
|
commitdiff
|
raw
|
diff to current
2023-09-22
David Steele
Merge "Change the TextureSet Count when we set empty...
blob
|
commitdiff
|
raw
|
diff to current
2023-09-21
joogab.yun
Add DISPATCH_TOUCH_MOTION and DISPATCH_HOVER_MOTION
76/299176/2
blob
|
commitdiff
|
raw
|
diff to current
2023-07-04
Heeyong Song
Merge "Fix build error for toolchain upgrade" into...
blob
|
commitdiff
|
raw
|
diff to current
2023-07-04
joogab.yun
Add InterceptWheelEvent
32/295232/2
blob
|
commitdiff
|
raw
|
diff to current
2023-06-21
Adeel Kazmi
Merge "Added lockless synchronization to VertexBufferUp...
blob
|
commitdiff
|
raw
|
diff to current
2023-06-21
Eunki Hong
Merge "Calculate ScreenExtents and ScreenPosition only...
blob
|
commitdiff
|
raw
|
diff to current
2023-06-15
Eunki Hong
Calculate ScreenExtents and ScreenPosition only with...
39/292839/11
blob
|
commitdiff
|
raw
|
diff to current
2023-06-14
joogab yun
Merge "Modify so that unnecessary hover events do not...
blob
|
commitdiff
|
raw
|
diff to current
2023-06-12
Heeyong Song
Add DevelActor::Property::USE_TEXTURE_UPDATE_AREA
60/293460/5
blob
|
commitdiff
|
raw
|
diff to current
2023-05-22
Eunki Hong
Merge "Fix error when RenderTask is not matched with...
blob
|
commitdiff
|
raw
|
diff to current
2023-05-22
Heeyong Song
Merge "Add more description to VisibilityChangedSignal...
blob
|
commitdiff
|
raw
|
diff to current
2023-05-19
Adeel Kazmi
Merge "DALi Version 2.2.27" into devel/master
blob
|
commitdiff
|
raw
|
diff to current
2023-05-19
Eunki Hong
Decrease Render::Renderer index map if detached
48/293048/6
blob
|
commitdiff
|
raw
|
diff to current
2023-02-13
David Steele
Merge "Make sure that global variables are initialized...
blob
|
commitdiff
|
raw
|
diff to current
2023-02-13
Eunki Hong
Merge "Optimize some matrix multiply for projection...
blob
|
commitdiff
|
raw
|
diff to current
2023-02-13
Heeyong Song
Merge "Use Vector4 for the update area" into devel...
blob
|
commitdiff
|
raw
|
diff to current
2023-02-06
Heeyong Song
Use Vector4 for the update area
61/287661/2
blob
|
commitdiff
|
raw
|
diff to current
2023-01-13
Adeel Kazmi
Merge "DALi Version 2.2.9" into devel/master
blob
|
commitdiff
|
raw
|
diff to current
2023-01-12
Heeyong Song
Make assertion when SetParent is not called on the...
77/286077/4
blob
|
commitdiff
|
raw
|
diff to current
2022-10-03
Adeel Kazmi
Merge "Calculrate screen position with RenderTask"...
blob
|
commitdiff
|
raw
|
diff to current
2022-09-28
Eunki, Hong
Calculrate screen position with RenderTask
13/280813/16
blob
|
commitdiff
|
raw
|
diff to current
2022-07-28
Eunki Hong
Merge "Remove std::vector dependency for dali-signal...
blob
|
commitdiff
|
raw
|
diff to current
2022-07-26
Heeyong Song
(Partial Update) Change UPDATE_SIZE_HINT to UPDATE_AREA...
73/278673/2
blob
|
commitdiff
|
raw
|
diff to current
2022-07-11
joogab yun
Merge "Fix an issue where TapGesture Events are not...
blob
|
commitdiff
|
raw
|
diff to current
2022-07-08
joogab.yun
Add ALLOW_ONLY_OWN_TOUCH property.
32/276632/12
blob
|
commitdiff
|
raw
|
diff to current
2022-03-22
Adeel Kazmi
Merge "Remove element of Property::Map by the specified...
blob
|
commitdiff
|
raw
|
diff to current
2022-03-17
SangHyeon Lee
Merge "Add UserInteractionEnabled property on actor...
blob
|
commitdiff
|
raw
|
diff to current
2022-03-14
joogab.yun
Add a Hit-Test result events.
75/270975/20
blob
|
commitdiff
|
raw
|
diff to current
2022-03-07
EverLEEst(SangHyeo...
Add UserInteractionEnabled property on actor for contro...
15/271115/11
blob
|
commitdiff
|
raw
|
diff to current
2021-11-17
David Steele
Refactored actor size negotiation
83/266583/3
blob
|
commitdiff
|
raw
|
diff to current
2021-11-09
David Steele
Refactored more code into Actor::Relayouter
48/266248/1
blob
|
commitdiff
|
raw
|
diff to current
2021-11-08
David Steele
Moved more actor methods into relayouter
48/265848/2
blob
|
commitdiff
|
raw
|
diff to current
2021-11-03
Adeel Kazmi
(ActorImpl) Reduced LOC
02/266002/1
blob
|
commitdiff
|
raw
|
diff to current
2021-11-01
Heeyong Song
Merge "Update the preferred size after relayoutting...
blob
|
commitdiff
|
raw
|
diff to current
2021-10-28
Heeyong Song
Update the preferred size after relayoutting
46/265646/3
blob
|
commitdiff
|
raw
|
diff to current
2021-10-20
David Steele
Moved actor recursion methods to actor-parent-impl
95/265495/1
blob
|
commitdiff
|
raw
|
diff to current
2021-10-20
David Steele
Refactored out actor render container
94/265494/1
blob
|
commitdiff
|
raw
|
diff to current
2021-10-20
David Steele
Refactored Actor screen to local conversion
93/265493/1
blob
|
commitdiff
|
raw
|
diff to current
2021-08-30
joogab yun
Merge "Add KEYBOARD_FOCUSABLE_CHILDREN property. Whethe...
blob
|
commitdiff
|
raw
|
diff to current
2021-08-27
joogab.yun
Add KEYBOARD_FOCUSABLE_CHILDREN property.
62/262762/6
blob
|
commitdiff
|
raw
|
diff to current
2021-07-21
Adeel Kazmi
Merge "Changed RenderDataProvider to remove copy" into...
blob
|
commitdiff
|
raw
|
diff to current
2021-07-21
Seungho BAEK
Merge "Just block notifying OnScene and OffScene callba...
blob
|
commitdiff
|
raw
|
diff to current
2021-07-19
seungho
Just block notifying OnScene and OffScene callback...
30/261430/1
blob
|
commitdiff
|
raw
|
diff to current
2021-06-22
Adeel Kazmi
Merge "Removing GL usage from dali core" into devel...
blob
|
commitdiff
|
raw
|
diff to current
2021-06-15
joogab yun
Merge "Add TOUCH_FOCUSABLE property" into devel/master
blob
|
commitdiff
|
raw
|
diff to current
2021-06-15
joogab yun
Merge "Add input source type to TapGesture. This is...
blob
|
commitdiff
|
raw
|
diff to current
2021-06-11
Adeel Kazmi
Merge "Fixed depth/stencil renderbuffer attachments...
blob
|
commitdiff
|
raw
|
diff to current
2021-06-11
David Steele
Merge "DALi Version 2.0.30" into devel/master
blob
|
commitdiff
|
raw
|
diff to current
2021-06-11
Seungho BAEK
Merge "Add SwitchParent api in actor-devel" into devel...
blob
|
commitdiff
|
raw
|
diff to current
2021-06-11
Joogab Yun
Add TOUCH_FOCUSABLE property
58/259258/15
blob
|
commitdiff
|
raw
|
diff to current
2021-06-03
Seungho Baek
Add SwitchParent api in actor-devel
49/250549/65
blob
|
commitdiff
|
raw
|
diff to current
2021-06-01
joogab yun
Merge "Add Gesture Propagation" into devel/master
blob
|
commitdiff
|
raw
|
diff to current
2021-05-31
Joogab Yun
Add Gesture Propagation
43/258143/17
blob
|
commitdiff
|
raw
|
diff to current
2021-05-14
Adeel Kazmi
Merge "Adding packed small float pixel format." into...
blob
|
commitdiff
|
raw
|
diff to current
2021-05-13
Adeel Kazmi
Merge branch 'devel/master' into devel/graphics
23/258323/1
blob
|
commitdiff
|
raw
|
diff to current
2021-04-26
joogab yun
Merge "Change TOUCH_AREA to TOUCH_AREA_OFFSET" into...
blob
|
commitdiff
|
raw
|
diff to current
2021-04-22
Joogab Yun
Change TOUCH_AREA to TOUCH_AREA_OFFSET
87/257287/1
blob
|
commitdiff
|
raw
|
diff to current
2021-04-19
Joogab Yun
Revert "Change TOUCH_AREA to TOUCH_AREA_OFFSET"
84/257084/1
blob
|
commitdiff
|
raw
|
diff to current
2021-04-19
joogab yun
Merge "Change TOUCH_AREA to TOUCH_AREA_OFFSET" into...
blob
|
commitdiff
|
raw
|
diff to current
2021-04-16
Joogab Yun
Change TOUCH_AREA to TOUCH_AREA_OFFSET
20/256620/17
blob
|
commitdiff
|
raw
|
diff to current
2021-04-13
Adam Bialogonski
Merge branch 'devel/master' into devel/graphics
04/256804/1
blob
|
commitdiff
|
raw
|
diff to current
2021-04-12
Heeyong Song
Skip rendering before the first renderer is added to...
43/256743/2
blob
|
commitdiff
|
raw
|
diff to current
2021-01-28
Adeel Kazmi
Merge "Updated all code to new format" into devel/master
blob
|
commitdiff
|
raw
|
diff to current
2021-01-27
David Steele
Updated all code to new format
01/252401/2
blob
|
commitdiff
|
raw
|
diff to current
2021-01-20
David Steele
Merge "Removed scene-graph dependency from internal...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-20
David Steele
Removed scene-graph dependency from internal actor...
29/251829/2
blob
|
commitdiff
|
raw
|
diff to current
2021-01-19
Adeel Kazmi
Merge "Reduce Actor Class Size by using ConstString...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-13
Subhransu Mohanty
Reduce Actor Class Size by using ConstString
42/248642/3
blob
|
commitdiff
|
raw
|
diff to current
2020-12-23
Adeel Kazmi
Merge "Updated patch coverage script." into devel/master
blob
|
commitdiff
|
raw
|
diff to current
2020-12-16
David Steele
Merge "use std::string_view to avoid shader string...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-15
David Steele
Merge "Ensure actor size is set to node if different...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-14
David Steele
Ensure actor size is set to node if different
44/249544/2
blob
|
commitdiff
|
raw
|
diff to current
2020-12-11
Adeel Kazmi
Merge "DALi Version 2.0.5" into devel/master
blob
|
commitdiff
|
raw
|
diff to current
2020-12-11
Adeel Kazmi
Merge "[dali-core] add libhyphen-dev library to dali...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-11
Adeel Kazmi
Merge "Refactored actor impl child/parent handling...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-08
David Steele
Merge "[dali-core] add all X11 colors to Color namespac...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-08
Heeyong Song
Merge "Ensure to update nodes even though they are...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-07
David Steele
Refactored actor impl child/parent handling out
43/249143/1
blob
|
commitdiff
|
raw
|
diff to current
2020-12-02
David Steele
Merge "Optimize Orphan animator Cleanup." into devel...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-01
Adeel Kazmi
Refactored Internal::Actor by moving some methods into...
06/248706/2
blob
|
commitdiff
|
raw
|
diff to current
2020-12-01
David Steele
Moved sibling order algorithms out of actor-impl
07/248707/1
blob
|
commitdiff
|
raw
|
diff to current
2020-12-01
David Steele
Merge changes I2dff9828,Ie3c8048a,Ib1b1d3bc into devel...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-01
Seungho Baek
Make blend for the opaque renderer when advanced blend...
27/248327/4
blob
|
commitdiff
|
raw
|
diff to current
2020-11-30
David Steele
Merge "refactor AlphaFunction class to reduce size...
blob
|
commitdiff
|
raw
|
diff to current
next