Remove Deprecated APIs
[platform/core/uifw/dali-adaptor.git] / adaptors /
2014-08-11 Richard HuangRemove Deprecated APIs 64/25864/1
2014-08-07 Victor CebolladaFix for ColorController. 33/25533/4
2014-08-07 Francisco SantosSupport to build against ubuntu environment. 45/25145/15
2014-08-06 Agnelo VazDALi Version 1.0.3 39/25539/1 dali_1.0.3
2014-08-01 Adeel KazmiDALi Version 1.0.2 05/25305/1 dali_1.0.2
2014-07-31 Adeel KazmiAdd some constants that show the version of the library 75/25175/4
2014-07-24 Adeel KazmiRemoved EVAS, NativeBuffer & Livebox plugins 56/24956/2
2014-07-22 Paul WisbeyUse older sensor API for mobile builds 12/24812/1
2014-07-21 Adeel KazmiAdded spec to build for mobile 24/24724/3
2014-07-15 Paul WisbeyMerge "Add missing DownCast function implementations...
2014-07-15 Kimmo HoikkaMerge "Build configuration for wearable" into tizen
2014-07-15 Francisco SantosAdd missing DownCast function implementations. 90/24490/1
2014-07-14 Sinjae LeeBuild configuration for wearable 56/24456/2
2014-07-14 Adeel KazmiMerge "Fix build errors with GCC4.8." into tizen
2014-07-14 daemyung jangFix build errors with GCC4.8. 55/24455/1
2014-07-14 Yan WangRefactor and add Wayland support. 14/23414/11
2014-07-09 Adeel KazmiUpdated Makefiles to support different profiles. 50/24150/5
2014-07-08 Kimmo HoikkaImproved statistics of GL calls from dali-adaptor,... 49/24149/1
2014-07-08 Adeel Kazmi(Pinch) Remove gradient limitations, distance moved... 47/24147/1
2014-07-08 jonghyun.hoAdd #include <cstdlib> to find NULL definition 46/24146/1
2014-07-08 David SteeleAdded metrics gathering for GL calls 44/24144/1
2014-07-08 Nick HollandFix build break 41/24141/1
2014-07-08 Julien HeanleyPan Gesture Cleanup - included new integration-api... 40/24140/1
2014-07-08 Adeel Kazmi(PanGesture) Phase in the initial pan-threshold if... 39/24139/1
2014-07-08 Julien HeanleyPan Gesture Smoothing - Added APIs to change smoothing... 38/24138/1
2014-07-08 jonghyun.hoInitialize SyncMode variable to fix valgrind warning. 37/24137/1
2014-07-08 Sinjae Lee(Accessibility) Added action scroll signal 36/24136/1
2014-07-08 Adeel Kazmi(PanGesture) Two motions before pan & ability to set... 35/24135/1
2014-07-08 jonghyun.hoRemove valgrind warning of VSyncMonitor 34/24134/1
2014-07-08 daemyung jangIncrease the pan gesutre threshold. 32/24132/1
2014-07-08 Sinjae Lee(Indicator) Skip updating when indicator is not showing 31/24131/1
2014-07-08 Paul WisbeyOptimization to reduce Handle size by 50% 30/24130/1
2014-07-08 Xiangyin Ma(ChangeableColor) ColorController interface and its... 29/24129/1
2014-06-10 Julien HeanleyFix Prevent Issue - Caused by comparing unsigned int...
2014-06-10 Paul WisbeyAllow gestures to be registered before Adaptor::Start()
2014-06-10 Paul WisbeySynchronize first update after wake-up with VSync
2014-06-10 Julien HeanleyPan Gestures - Changed pan gesture prediction units...
2014-06-10 Sinjae Lee(Indicator) Using pan gesture to find flick down gestur...
2014-06-10 Adeel KazmiStop including std::vector directly inside dali
2014-06-10 Sinjae Lee(Accessibility) Just handles the action over for only...
2014-06-10 daemyung jangReduce the panning threshold.
2014-06-10 Julien HeanleyPan Gesture Prediction - Added DALI_PAN_GESTURE_PREDICT...
2014-06-10 Sinjae Lee(Accessibility) Updated accessibility features (Part2)
2014-06-10 Sinjae Lee(Indicator) Added SetIndicatorStyle()
2014-06-10 Sinjae Lee(Indicator) Fixed to support dali application's indicat...
2014-06-10 Julien Heanley(EnvironmentVariables)Added getter functions that take...
2014-06-10 Adeel KazmiMerge branch 'master' into tizen
2014-05-29 Richard Huang(Build) Fixed target build error for tizen TV profile dali-2014-wk22-release
2014-05-29 Sinjae Lee(Indicator) Fixed regression that indicator can not...
2014-05-29 Sinjae Lee(Indicator) Enhanced the accuracy to get out the hidden...
2014-05-29 David SteeleUpdated object profiler to include overall memory impact
2014-05-27 Sinjae Lee(Indicator) Update once when indicator is updated dali-2014-wk21-release
2014-05-27 Sinjae Lee(Accessibility) Updated accessibility event for read...
2014-05-27 Sinjae Lee(Indicator) Implemented AUTO visible mode for indicator
2014-05-22 TaeyoonLicense conversion from Flora to Apache 2.0 98/21498/2 submit/tizen/20140526.004901
2014-05-15 jonghyun.hoLower debug level of indicator logs
2014-05-09 Javon PrinceUpdate build system for multiple tizen profiles
2014-05-09 Javon PrinceSet stereo view mode to Ecore_X_Atom
2014-05-09 Javon PrinceEGL: Ignore EGL_ALPHA_SIZE = 8 in eglChooseConfig on...
2014-05-09 Julien Heanley(PinchDetector) Added ability to set minimum distance...
2014-05-09 David SteeleAdded registered object profiler
2014-05-09 Kimmo HoikkaClarified destruction sequence and cleanup unnecessary...
2014-05-01 Sinjae Lee(Indicator) Use pixmap instead of shared memory for... 99/20299/1
2014-05-01 Kingsley Stephens(prevnet) Fix prevent issues 98/20298/1
2014-04-23 Sinjae Lee(Indicator) Supported indicator animation to show/hide 65/19965/1
2014-04-23 Adeel Kazmi(Indicator) Ensure indicator is updated if it is shown... 63/19963/1
2014-04-23 Julien Heanley(PanGesture)Added environment variable to change pan... 62/19962/1
2014-04-23 Javon PrinceAllow applications to select a transparent top-level... 60/19960/1
2014-04-16 Francisco SantosFixes to klocwork warnings dali-2014-wk16-release
2014-04-16 Nick HollandAdded trigger event facility to adaptor
2014-04-16 David SteeleAdded new test harness
2014-04-11 Javon PrinceChanges to support stereoscopic 3D 55/19455/1
2014-04-11 Paul Wisbey(PanGesture) Logging enabled via environment variable 51/19451/1
2014-04-03 Richard UnderhillBoost::any replacement in Dali Adaptor 57/18257/3
2014-03-20 Javon PrinceMove pixmap synchronization from RenderThread to Pixmap... 34/17934/8
2014-03-18 Adeel KazmiEnsure XEvent queue for the render display is flushed 00/18100/4
2014-03-12 Adeel Kazmi(CommandLineOptions) Ensure DALi takes out any handled... 74/17774/8
2014-03-10 Richard UnderhillRemoved legacy resource tracking / logging 61/17761/1
2014-03-07 Agnelo Vaz(VirtualKeyboard) Adding Guard around ImfManager::Get... 04/17704/1
2014-03-07 Francisco SantosRemove null statement 03/17703/1
2014-03-05 Paul WisbeyRemove redundant Core::SendEvent() & NotificationEvent 27/17227/1
2014-03-03 Paul WisbeyUse separated Core::QueueEvent & ProcessEvents methods...
2014-03-03 Agnelo Vaz(KeyEvents) Removing unused cursorOffset numberOfChars...
2014-03-03 Nick HollandAbility to log performance makers to ftrace for Tizen...
2014-03-03 Paul Wisbey[SRUK] Initial copy from Tizen 2.2 version