Fix the synchronization issue when window is resized or rotated
[platform/core/uifw/dali-core.git] / dali / internal / event / actors /
2021-01-20 David SteeleMerge "Removed scene-graph dependency from internal...
2021-01-20 David SteeleRemoved scene-graph dependency from internal actor... 29/251829/2
2021-01-19 Adeel KazmiMerge "Reduce Actor Class Size by using ConstString...
2021-01-13 Subhransu MohantyReduce Actor Class Size by using ConstString 42/248642/3
2020-12-23 Adeel KazmiMerge "Updated patch coverage script." into devel/master
2020-12-16 David SteeleMerge "use std::string_view to avoid shader string...
2020-12-15 David SteeleMerge "Ensure actor size is set to node if different...
2020-12-14 David SteeleEnsure actor size is set to node if different 44/249544/2
2020-12-14 Adeel KazmiFix Svace error in actor-parent-impl.cpp 42/249542/1
2020-12-11 Adeel KazmiMerge "DALi Version 2.0.5" into devel/master
2020-12-11 Adeel KazmiMerge "[dali-core] add libhyphen-dev library to dali...
2020-12-11 Adeel KazmiMerge "Refactored actor impl child/parent handling...
2020-12-08 David SteeleMerge "[dali-core] add all X11 colors to Color namespac...
2020-12-08 Heeyong SongMerge "Ensure to update nodes even though they are...
2020-12-07 David SteeleRefactored actor impl child/parent handling out 43/249143/1
2020-12-02 David SteeleMerge "Optimize Orphan animator Cleanup." into devel...
2020-12-01 Adeel KazmiRefactored Internal::Actor by moving some methods into... 06/248706/2
2020-12-01 David SteeleMoved sibling order algorithms out of actor-impl 07/248707/1
2020-12-01 David SteeleMerge changes I2dff9828,Ie3c8048a,Ib1b1d3bc into devel...
2020-12-01 Seungho BaekMake blend for the opaque renderer when advanced blend... 27/248327/4
2020-11-30 David SteeleMerge "refactor AlphaFunction class to reduce size...
2020-11-23 Adeel KazmiMerge "Support screen and client rotation" into devel...
2020-11-23 Wonsik JungSupport screen and client rotation 21/244821/11
2020-11-18 Adeel KazmiMerge "Clean up the code to build successfully on macOS...
2020-11-11 Seungho BAEKMerge "Blend Equation Advanced Supporting" into devel...
2020-11-03 David SteeleMerge "use string_view instead of const string literals...
2020-11-03 Subhransu Mohantyuse string_view instead of const string literals. 22/245322/4
2020-10-30 Seungho, BaekBlend Equation Advanced Supporting 00/224500/45
2020-10-29 Joogab YunChange property name from TouchDelegateArea to TouchArea. 91/246391/2
2020-10-23 Subhransu Mohantyuse algorithm and range for 67/243767/3
2020-10-23 Adeel KazmiMerge "DALi Version 1.9.35" into devel/master
2020-10-23 David SteeleMerge "use modern construct '= default' for special...
2020-10-23 joogab yunMerge "Add TouchDelegateArea property." into devel...
2020-10-22 Joogab YunAdd TouchDelegateArea property. 35/245935/9
2020-10-20 David SteeleMerge "refactor Property::Map interface." into devel...
2020-10-19 David SteeleMerge "add base type of enum to reduce class size...
2020-10-16 Adeel KazmiMerge "DALi Version 1.9.34" into devel/master
2020-10-16 Richard Huang[dali_1.9.34] Merge branch 'devel/master' 42/245842/1
2020-10-16 Adeel KazmiMerge "Skip rendering if no animation is currently...
2020-10-14 Joogab YunAdd intercept touch event 58/245258/18
2020-10-09 Subhransu Mohantyuse modern construct '= default' for special functions. 75/243875/3
2020-10-09 Richard HuangSkip rendering if no animation is currently active 27/244727/4
2020-09-25 Adeel Kazmi[dali_1.9.31] Merge branch 'devel/master' 87/244887/1
2020-09-22 Adeel KazmiMerge "Include the algorithm header file" into devel...
2020-09-21 Adeel KazmiMerge "Fix interface to take sink argument by value...
2020-09-21 Adeel KazmiMerge "Internal::Actor Refactoring" into devel/master
2020-09-18 David Steele[dali_1.9.30] Merge branch 'devel/master' 44/244444/1
2020-09-17 Adeel KazmiMerge "Added API to apply native texture modification...
2020-09-17 Adeel KazmiInternal::Actor Refactoring 59/243759/8
2020-09-14 Heeyong SongMerge "Ensure animation is not played when an actor...
2020-09-11 adam.b[dali_1.9.29] Merge branch 'devel/master' 70/243970/1
2020-09-11 Heeyong SongEnsure animation is not played when an actor is not... 98/243898/2
2020-09-08 Adeel KazmiMerge "Add devel api to create valid handle for Gesture...
2020-09-08 Adeel KazmiMerge "Changed 'virtual' function override declarations...
2020-09-08 Adeel KazmiMerge "Fix indenting" into devel/master
2020-09-08 Adeel KazmiMerge "use modern construct 'nullptr' instead of 'NULL...
2020-09-08 Adeel KazmiMerge "Add Integration API to Create public event type...
2020-09-08 Adeel KazmiMerge "fix deep copy of the vector." into devel/master
2020-09-08 Adeel KazmiMerge "use modern construct 'override' in the derive...
2020-09-08 Seungho BAEKMerge "Make Update() function of frame callback is...
2020-09-08 Subhransu Mohantyuse modern construct 'nullptr' instead of 'NULL' or '0' 21/243521/2
2020-09-08 Subhransu Mohantyuse modern construct 'override' in the derive class. 34/243334/2
2020-09-07 Subhransu MohantyUse modern construct 'using' instead of typedef. 43/243343/2
2020-09-04 Richard Huang[dali_1.9.28] Merge branch 'devel/master' 81/243281/1
2020-09-03 Adeel KazmiMerge "Removed On(...)Event()" into devel/master
2020-09-03 adam.bRemoved On(...)Event() 58/242358/7
2020-09-03 Subhransu Mohantychange Object::OnPropertySet() interface signature. 27/242427/3
2020-09-03 György StraubMoved Gesture::State and -::Type to gesture-enumerations.h. 25/243025/4
2020-09-02 Adeel KazmiMerge "Renamed TouchSignal to TouchedSignal" into devel...
2020-09-02 Adeel KazmiRenamed TouchSignal to TouchedSignal 16/243016/5
2020-08-28 Victor Cebollada[dali_1.9.27] Merge branch 'devel/master' 31/242631/1
2020-08-26 Adeel KazmiMoved RotationGesture to the Public API 16/242416/3
2020-08-25 Adeel KazmiMerge "Renaming PropertyBuffer to VertexBuffer" into...
2020-08-25 Adeel KazmiMerge "KeyEvent class pimpling" into devel/master
2020-08-25 Richard HuangKeyEvent class pimpling 82/242282/3
2020-08-21 György Straub[dali_1.9.26] Merge branch 'devel/master' 87/241987/1
2020-08-19 Richard HuangWheelEvent class pimpling 56/241356/2
2020-08-17 Adeel KazmiRenamed TouchData to TouchEvent 05/241105/3
2020-08-17 Victor CebolladaFixes HoverEvent struct/class forward declarations. 16/241116/1
2020-08-14 greynaga[dali_1.9.25] Merge branch 'devel/master' 93/241093/1
2020-08-13 David SteeleMerge "Removed TouchEvent from actor & stage" into...
2020-08-13 David SteeleRemoved TouchEvent from actor & stage 10/240710/7
2020-08-13 Richard HuangHoverEvent class pimpling 97/240897/3
2020-08-07 David Steele[dali_1.9.24] Merge branch 'devel/master' 76/240576/1
2020-08-04 Adeel KazmiMerge "Rename OnStage signals and related internal...
2020-08-04 Richard HuangRename OnStage signals and related internal changes 14/240214/2
2020-08-04 Joogab Yunadd mCaptureAllTouchAfterStart initial value. 39/240139/1
2020-07-31 Cheng-Shiun Tsai[dali_1.9.23] Merge branch 'devel/master' 02/240002/1
2020-07-27 Adeel KazmiMerge "Fix incorrect Dali::Scene comment in actor.h...
2020-07-27 Heeyong SongMerge "Fix PropertyNotification issue" into devel/master
2020-07-24 Adeel KazmiCorrect property type for DevelActor::Property::CAPTURE... 42/239442/1
2020-07-24 Adeel KazmiMerge "Refactored NativeImageInterfaceExtension into...
2020-07-24 Richard Huang[dali_1.9.22] Merge branch 'devel/master' 01/239401/1
2020-07-22 Adeel KazmiAdd property which allows touch-down actor to continuou... 94/237794/7
2020-07-17 adam.b[dali_1.9.21] Merge branch 'devel/master' 17/238817/1
2020-07-15 Adeel KazmiMove Stage to Devel API 18/238518/4
2020-06-26 György Straub[dali_1.9.18] Merge branch 'devel/master' 52/237252/1
2020-06-19 Anton ObzhirovPartial update implementation, first phase. 77/230877/23
2020-06-19 greynaga[dali_1.9.17] Merge branch 'devel/master' 07/236707/1
2020-06-17 Adeel KazmiMerge "Replace some Dali::Actor public APIs with new...
next