Formatted API
[platform/core/uifw/dali-core.git] / automated-tests /
2020-09-09 György StraubAdding 'override', removing 'virtual' from overriding... 52/243752/1
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 Richard HuangAdd devel api to create valid handle for Gesture classes 91/243591/2
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-04 György StraubChanged 'virtual' function override declarations to... 26/243326/1
2020-09-04 Daekwang RyuAdd Integration API to Create public event type 56/239956/9
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-09-02 Richard HuangAdd devel API to create an initialized HoverEvent handle 34/243034/2
2020-09-01 Adeel KazmiMerge "Added move semantics to TouchEvent & fixed some...
2020-09-01 Adeel KazmiAdded move semantics to TouchEvent & fixed some other... 92/242892/2
2020-09-01 Adeel KazmiMerge "Moved (DEFAULT|DEBUG)_BACKGROUND_COLOR out of...
2020-09-01 Joogab YunRefactoring Gestures Class 81/235481/55
2020-09-01 György StraubMoved (DEFAULT|DEBUG)_BACKGROUND_COLOR out of Stage... 80/242880/4
2020-09-01 György StraubRenaming of enum values for coding standards compliance. 68/242668/4
2020-08-28 Richard HuangMove TouchPoint to Devel API 73/242673/2
2020-08-27 Adeel KazmiMerge "Changed const variables to constexpr where possi...
2020-08-27 David SteeleChanged const variables to constexpr where possible. 12/242412/3
2020-08-27 György StraubRenamed KeyEvent enum values to comply with coding... 84/242484/4
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 David SteeleRenaming PropertyBuffer to VertexBuffer 76/242176/3
2020-08-25 Adeel KazmiMerge "Changed Animation API enums to uppercase." into...
2020-08-25 Richard HuangKeyEvent class pimpling 82/242282/3
2020-08-24 David SteeleMigrating Handle devel-api to public-api 46/242146/5
2020-08-24 adam.bChanged Animation API enums to uppercase. 65/242165/1
2020-08-21 David SteeleAdded terse syntax for Get/Set Property 33/209233/10
2020-08-19 Richard HuangWheelEvent class pimpling 56/241356/2
2020-08-19 Adeel KazmiMerge "Change to C++14 Support" into devel/master
2020-08-18 Adeel Kazmi(Automated Tests) Added several negative test cases 06/241206/2
2020-08-17 Adeel KazmiRenamed TouchData to TouchEvent 05/241105/3
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-12 Adeel KazmiEnsure we do not destroy GestureRecognizers while we... 09/240709/3
2020-08-11 Adeel KazmiMerge "Make Dali::Vector movable & add use Modern C...
2020-08-10 Adeel KazmiMake Dali::Vector movable & add use Modern C++ semantic... 07/240707/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-07-31 Heeyong SongMerge "Change the timing of Context::GlContextCreated...
2020-07-30 Adeel KazmiMerge "Change copy constructor and copy assignment...
2020-07-30 Adeel KazmiMerge "Use touch consumed return to set whether we...
2020-07-29 Heeyong SongMerge "Fix memory leak" into devel/master
2020-07-29 Heeyong SongMerge "Fix mGestureRecognizer leak" into devel/master
2020-07-29 Adeel KazmiUse touch consumed return to set whether we process... 50/238950/4
2020-07-29 David SteeleAdded test for assigning nullptr to IntrusivePtr 75/239775/2
2020-07-27 Adeel KazmiMerge "Add move semantics for IntrusivePtr" into devel...
2020-07-27 Adeel KazmiMerge "Fix incorrect Dali::Scene comment in actor.h...
2020-07-27 Richard HuangAdd move semantics for IntrusivePtr 41/239441/2
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 changes I1eb87265,I98fa1da7 into devel/master
2020-07-24 Adeel KazmiMerge "Refactored NativeImageInterfaceExtension into...
2020-07-24 adam.bAdded draw command support to the Renderer. 26/238026/12
2020-07-24 adam.bAddOn support 25/238025/11
2020-07-24 David SteeleRefactored NativeImageInterfaceExtension into NativeIma... 13/238313/4
2020-07-24 Heeyong SongFix PropertyNotification issue 81/239381/1
2020-07-23 Richard HuangAdd move semantics to commonly used classes in dali... 79/239279/2
2020-07-22 Adeel KazmiAdd property which allows touch-down actor to continuou... 94/237794/7
2020-07-15 Adeel KazmiMove Stage to Devel API 18/238518/4
2020-07-15 Adeel KazmiMerge "Add method to get ObjectRegistry from Core"...
2020-07-14 Adeel KazmiAdd method to get ObjectRegistry from Core 14/238514/1
2020-07-14 Richard Huangc++17 move operators etc. for the Math classes 07/238507/1
2020-07-13 Adeel Kazmi(Automated Tests) Use Scene instead of Stage where... 14/238314/3
2020-07-10 Adeel Kazmi(Vector2) Add a Uint16Pair constructor 17/238117/3
2020-07-09 Richard HuangSupport weak handle for BaseHandle 15/238115/3
2020-07-07 Heeyong SongMerge "(Scene) Add frame rendered/presented callback...
2020-07-06 Seungho BAEKMerge "Add comments in the rect.h" into devel/master
2020-07-06 Heeyong Song(Scene) Add frame rendered/presented callback 46/236146/6
2020-07-06 Heeyong Song(Partial update) The color property should be checked 06/237406/2
2020-07-03 Adeel KazmiMerge "Remove non-touch related deprecated APIs" into...
2020-07-02 Richard HuangRemove non-touch related deprecated APIs 83/237683/1
2020-06-19 Anton ObzhirovPartial update implementation, first phase. 77/230877/23
2020-06-17 Adeel KazmiRemove Image & ResourceImage 14/236514/1
2020-06-17 Adeel KazmiRemove FrameBufferImage 91/236491/1
2020-06-17 Adeel KazmiMerge "Remove Actor::OnStage public API" into devel...
2020-06-17 Adeel KazmiMerge "Replace some Dali::Actor public APIs with new...
2020-06-16 Richard HuangReplace some Dali::Actor public APIs with new properties 75/236375/3
2020-06-16 Adeel KazmiRemove NativeImage 84/236384/1
2020-06-12 Heeyong SongAlways throw an exception in GetEventThreadServices... 42/235642/4
2020-06-12 Adeel KazmiBufferImage Removal 87/236087/2
2020-06-12 Adeel Kazmi(Scripting) Remove Image class Usage 85/236085/1
2020-06-10 Richard HuangRemove Setter/Getter public APIs from Dali::Layer 77/235877/1
2020-06-09 Adeel Kazmi(AutomatedTests) Remove most BufferImage Usage 89/235789/3
2020-06-08 Adeel KazmiRemove NinePatchImage 70/235670/2
2020-06-08 Adeel KazmiRemove EncodedBufferImage 68/235668/1
2020-06-04 Richard HuangFurther Setter/Getter public API removal from Dali... 46/235446/2
2020-06-04 Adeel KazmiMerge "Add DALI_CORE_API at the DevelFrameBuffer apis...
2020-06-04 Seungho, BaekReturn Animation information 00/235100/11
2020-06-01 Heeyong SongEnsure not rendering before a Renderer is added 08/233808/2
2020-06-01 Heeyong SongFix actor size issue 25/234825/3
2020-05-28 Richard HuangAdd assignment operator for Rect to take Vector4 81/234781/3
next