Merge "Change Dali::Thread, Dali::Mutex and Dali::ConditionalWait to use std::thread...
[platform/core/uifw/dali-core.git] / dali / integration-api /
2017-08-25 Adeel KazmiMerge "Change Dali::Thread, Dali::Mutex and Dali::Condi...
2017-08-24 David SteeleMerge "Ensure Animatable component properties can be...
2017-08-24 Adeel KazmiMerge changes I57a04bbc,I14901695 into devel/master
2017-08-21 David SteeleAdded CMake build system 68/144968/3
2017-08-16 David SteeleMerge "change DALI_COMPILE_TIME_ASSERT to use static_as...
2017-08-16 David SteeleMerge "Replace GCC specific __thread with C++ 11 keywor...
2017-08-16 Kimmo HoikkaReplace GCC specific __thread with C++ 11 keyword threa... 78/144378/2
2017-08-01 David SteeleMerge "Remove use of map-wrapper from TypeRegistry...
2017-08-01 David SteeleMerge "Fix some CppCheck errors" into devel/master
2017-07-31 Kimmo HoikkaFix some CppCheck errors 71/141471/2
2017-07-13 Adeel KazmiMerge "Reduce Render::Texture size by 30% and texture...
2017-07-12 taeyoon0.leeMerge "Added device information in TouchData/KeyEvent...
2017-07-06 taeyoon0.leeAdded device information in TouchData/KeyEvent 74/135674/8
2017-07-03 Kimmo HoikkaMerge "Replace DALI_COMPILE_TIME_ASSERT with C++11...
2017-07-03 Adeel KazmiMerge "Updated Layer documentation to describe correct...
2017-06-30 Adeel KazmiMerge "Performance Improvements: Remove unnecessary...
2017-06-30 Tom RobinsonPerformance Improvements: Remove unnecessary SwapBuffer... 19/136219/4
2017-06-29 David SteeleTemporary types for PropertyValue debugging 28/136428/2
2017-05-25 David SteeleMerge "Deprecate all Image classes" into devel/master
2017-05-25 Kimmo HoikkaCleanup ResourceLoading and PlatformAbstraction 82/129982/3
2017-05-18 Kimmo HoikkaEnable -Wold-style-cast to ensure more consideration... 07/129707/5
2017-05-18 Adeel KazmiMerge "Enable -Woverloaded-virtual to enforce correct...
2017-05-18 Adeel KazmiMerge "Enable -Wnon-virtual-dtor to avoid incorrect...
2017-05-17 David SteeleMerge changes I84e1ce43,I76b93d51 into devel/master
2017-05-17 Kimmo HoikkaEnable -Wnon-virtual-dtor to avoid incorrect C++ code... 88/129688/3
2017-05-17 Nick HollandFix support for NativeImage 90/129690/3
2017-05-03 David SteeleMerge "Remove dead code for render needing an update...
2017-05-02 David SteeleMerge "(Actor) Fix mismatch between GetTargetSize metho...
2017-05-02 David SteeleAdded new mechanism to order actor depths 74/126474/7
2017-04-26 Heeyong SongMerge "SVACE issue resolved" into devel/master
2017-04-21 Adeel KazmiMerge "Adding deviceClass to KeyEvent Integ" into devel...
2017-04-21 Heeyong SongAdding deviceClass to KeyEvent Integ 48/125448/4
2017-04-12 Agnelo VazAdding deviceName to KeyEvent Integ 52/124552/4
2017-04-11 Adeel KazmiMerge "Adding Dali::KeyEvent convertor" into devel...
2017-04-10 Agnelo VazAdding Dali::KeyEvent convertor 08/124208/2
2017-02-24 Adeel KazmiMerge "Removed redundant resource loading & rendering...
2017-02-21 Francisco SantosRemoved redundant resource loading & rendering code 24/113024/6
2017-02-08 Kimmo HoikkaMerge "Added travis.yml for auto-building patches"...
2017-01-24 Ferran SoleDelete ImageFactory and ImageFactoryCache as they are... 39/111439/2
2017-01-19 Paul WisbeyMerge "Changed ResourceImage to use Dali::Texture inter...
2017-01-18 Ferran SoleChanged ResourceImage to use Dali::Texture internally 49/109749/7
2016-12-13 suhyung EomApply deprecate macro and LOG 91/96791/13
2016-11-16 Paul WisbeyMerge "Check if number of textures match active sampler...
2016-11-15 Adeel KazmiRemoved unused ImageData class from Integration API 09/98009/1
2016-10-10 Adeel KazmiMerge "Add missed doxygen documentation" into devel...
2016-09-30 suhyung EomAdd function to set top margin of the stage 17/87617/11
2016-09-15 Kimmo HoikkaMerge "Remove/move experimental features" into devel...
2016-09-15 taeyoonRemove/move experimental features 43/88243/2
2016-06-16 Adeel Kazmi(Touch) Added pressure, radius & angle information 79/74579/8
2016-06-13 David SteeleMerge "(Actor) Add ability to connect to new touch...
2016-06-13 David SteeleMerge "Remove unnecessary functions from Scripting...
2016-06-13 Paul WisbeyMerge "Removed HasRendered() from Core RenderStatus...
2016-06-09 adam.bRemoved HasRendered() from Core RenderStatus. 49/73849/2
2016-05-26 Adeel KazmiMerge "Allows debug builds to be enabled for GBS builds...
2016-05-25 Adeel KazmiMerge "Removed unused TouchData from Integration API...
2016-05-24 Adeel KazmiRemoved unused TouchData from Integration API & TouchRe... 18/71218/1
2016-05-06 Adeel KazmiMerge "DALi Version 1.1.33" into devel/master
2016-05-06 David SteeleMerge "Removal of the Scene graph node attachment"...
2016-05-05 Kimmo HoikkaRemoval of the Scene graph node attachment 86/68486/6
2016-04-25 Ferran SoleRemove Geometry scene object 44/66744/14
2016-04-20 Kimmo HoikkaRemoval of unnecessary Actor-attachment classes, part... 49/66549/12
2016-04-18 Ferran SoleRendering API clean-up 49/65749/8
2016-02-24 David SteeleRemoved spurious TODOs 93/60293/1
2016-02-02 taeyoonMerge "NativeImageSource with tbm_surface for tizen...
2016-02-01 taeyoonNativeImageSource with tbm_surface for tizen 3.0 wayland 76/52176/15
2016-01-22 Kimmo HoikkaMerge changes I523a4ff5,Ic7d369c0 into devel/master
2016-01-14 Adeel KazmiMerge "Added ASTC Native file format loader" into devel...
2016-01-14 Tom RobinsonAdded ASTC Native file format loader 45/56645/6
2016-01-08 Tom RobinsonSupport for ASTC compressed textures wrapped in KTX... 75/54475/12
2015-12-11 Adeel KazmiMerge "LLVM/Emscripten fixes" into devel/master
2015-12-11 Lee MorganLLVM/Emscripten fixes 88/44188/19
2015-12-03 Adeel KazmiMerge "Added RenderTask WorldToViewport coordinates...
2015-12-01 Kimmo HoikkaMerge "fix buffer GpuBuffer" into devel/master
2015-11-27 Kimmo HoikkaCleaning up and optimizing scene-graph-material and... 03/51303/20
2015-11-20 Kimmo HoikkaMerge "Changed ResetGLState to only set GL state which...
2015-11-20 Ferran SoleRemoval of renderable attachment 47/52047/7
2015-11-19 Kimmo HoikkaMerge "Removed some junk from Makefile.am" into devel...
2015-11-17 Kimmo HoikkaMerge changes I0cbfe8d4,I63b556cb into devel/master
2015-11-17 Kimmo HoikkaMerge "fix property buffer gl initialization" into...
2015-11-13 Chu HoangChanged ImageActor and to use new renderers and removed... 42/51642/3
2015-11-10 Adeel Kazmi(PlatformAbstraction) Remove unrequired time getter 31/51431/2
2015-11-06 Kimmo HoikkaMerge "(Platform Abstraction) Replace GetMicroSeconds...
2015-11-05 Adeel Kazmi(Platform Abstraction) Replace GetMicroSeconds with... 42/51242/2
2015-11-02 Xiangyin Ma(Atlas) Upload pixel data & Allow the difference in... 02/50302/10
2015-10-21 Kimmo HoikkaMerge "Remove scene graph property buffer" into devel...
2015-10-21 Ferran SoleRemove scene graph property buffer 04/49704/13
2015-10-13 Ferran SoleRemove Sampler scene object 80/49080/19
2015-10-01 Chu HoangChanged SceneGraph::CompareItems and CompareItems3D... 14/48914/2
2015-09-29 Agnelo VazRemoving GetDefaultFontDescription and libXML from... 59/48759/4
2015-09-25 Kimmo HoikkaMerge "Allow multiple renderers per Actor and sharing...
2015-09-25 HyunJu ShinMerge "Remove the actor from exclusive list in RenderTa...
2015-09-24 Adeel KazmiMerge "Marked new API's since 1.1.4" into devel/master
2015-09-24 Ferran SoleAllow multiple renderers per Actor and sharing renderer... 70/47770/25
2015-09-24 Kimmo HoikkaMerge "Remove dead code: BitmapExternal; not been used...
2015-09-23 Kimmo HoikkaRemove dead code: BitmapExternal; not been used for... 13/48613/1
2015-09-09 Adeel KazmiMerge "Stability/Performance for update buffer index...
2015-09-09 Kimmo HoikkaMerge "BufferImage mirrors an external Pixel Buffer...
2015-09-08 Richard UnderhillBufferImage mirrors an external Pixel Buffer on creation. 10/44910/21
2015-09-04 Adeel KazmiMerge "Doxygen grouping" into devel/master
2015-09-01 Adeel KazmiMerge changes I02677edb,If59805d2 into devel/master
next