summaryrefslogtreecommitdiff
path: root/src/ico_window_animation.c
AgeCommit message (Collapse)AuthorFilesLines
2014-12-10Fix build against Weston 1.6 IVI ShellJan Ekström1-10/+9
Contains the following changes: - Header inclusion statements for IVI Shell are updated: * ivi-layout.h has been removed upstream. * ivi-layout-export.h is used where private functions are not not needed, and ivi-layout-private.h is used where private functionality is needed. - Extern has been added for ivi_layout_interface. - A lot of IVI Shell functions have been un-camelcased as upstream has changed the naming convention. - API usage has been updated to match upstream IVI Shell: * ivi_layout_get_properties_of_surface now returns the prop and the prop is now const. * ico_ivi_surfacePropertyNotification callback signature's prop is now const. * surface width and height are now updated to int32_t. * ivi_layout_surface_set_{position,dimension} now take in two integers instead of an array of two integers. * ivi_layout_surface_remove_notification and ivi_layout_surface_remove now return void. Change-Id: I53c189539dc53edbf694f8cf37785fe834a8da84
2014-09-12bug fix:TC-155(TC-96 is the same cause)Ryota Okubi1-13/+16
TC-155 is 'Sometimes launched app not shown in ico homescreen in last user mode'. For the same cause, TC-96(Wayland Terminal loses UI in gesture switching of ICO Homescreen) is also solved simultaneously. Change-Id: I3e58ca9ccc83137ab0a59f089d670bfa65ea416d Bug-Tizen: TC-155 TC-96 Signed-off-by: Ryota Okubi <ryota.okubi@mail.toyota-td.jp>
2014-06-26update to support weston-1.5Philippe Coval1-9/+10
wip: disable code using obsolete api Change-Id: I5aab6167ed98d2b2bcd5b969ca055bae6ca5ad8b Bug-Tizen: TC-1208 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
2014-04-24Removed unnecessary build dependencies.Ossama Othman1-2/+0
Change-Id: I286c71f7a3dc94b54c8518be2c5bb48ee511a0ee Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2014-04-03bug fix: Sometime Weston crashes at the time of the end of an application.submit/tizen_ivi_release/20140408.170025submit/tizen/20140403.045412accepted/tizen/ivi/release/20140408.170709accepted/tizen/ivi/20140410.192017tizen_ivi_releaseaccepted/tizen_ivi_releaseMasayuki Sasaki1-71/+98
bug fix: The table of the surface of ivi-shell remains at the time of weston surface deletion. Change-Id: I84d31d46e23a5730b36f00719d9d60677948ffa9 Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
2014-04-030.9.22 releaseMasayuki Sasaki1-4/+14
bug fix: CPU is occupied in surface animation. Change-Id: Ia59b8c8fc24639e9f53d29d03f78bb9aec42e678 Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
2014-03-28It follows in footsteps of change of weston-ivi-shell 0.1.3.submit/tizen_ivi_release/20140331.194910submit/tizen_ivi_panda/20140403.012147submit/tizen/20140331.175521submit/tizen/20140328.065922accepted/tizen/ivi/release/20140331.231918accepted/tizen/ivi/panda/20140403.020007accepted/tizen/ivi/panda/20140331.191039accepted/tizen/ivi/panda/20140328.181250accepted/tizen/ivi/20140409.194714tizen_ivi_pandaMasayuki Sasaki1-14/+4
bug fix: TIVI-2953 - Don't call callback when destroy surface. Change-Id: I777d0d7100221ed815160e9124a6518684dac459 Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
2014-03-26Add the tool ico_pseudo_input_device which generates those pseudo devices ↵submit/tizen/20140326.084841accepted/tizen/ivi/panda/20140326.234219Masayuki Sasaki1-0/+28
for a system without a mouse,a touch panel, and a keyboard. bug fix: Weston crashes at the time of deletion of surface. Add surface operation interface for a privilege program. Add interface which does not update a thumbnail. bug fix: TIVI-2946 - Incorrect weston.ini with DP output after manually inst all ico-uxf-homescreen. Change-Id: Idd2a1da846b34853a3f05463c98dc5979027caf2 Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
2014-03-13Test tool The name of test_send_input is changed into ico_send_inputevent.Masayuki Sasaki1-23/+42
Change-Id: I8b6d573f1e64ec7f9164653fc3851bb8f52e0869 Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
2014-03-06bug fix: A setup to surface for "no animation" does not function normally.Masayuki Sasaki1-12/+16
Change-Id: I86a0b57f5726150d0bdd3bd849ea3f13bed8a747 Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
2014-02-240.9.21 release -- It changes so that the layer controlling function of ↵Masayuki Sasaki1-14/+11
GENIVI may be used for surface management and layer management. But it has not been tested yet.Because function of GENIVI was not released yet. Change-Id: I53ac395c6807147d952df06ebd865b69ced8fba5 Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
2014-02-070.9.14 release -- improve: it corresponded to Wayland/Weston 1.4.0Masayuki Sasaki1-42/+60
Change-Id: I1567c6659cf59da67ad57a1e59b0f4beb354d383 Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
2013-12-25Bugfix for TIVI-1997, TIVI-2244, TIVI-2256, A ivi cursor layer may pick up a ↵submit/tizen_ivi_release/20140109.180103submit/tizen_ivi_release/20140108.030102submit/tizen/20140108.022404submit/tizen/20140107.010438submit/ivi/20131226.085713accepted/tizen/ivi/release/20140109.181723accepted/tizen/ivi/20140107.013910Masayuki Sasaki1-3/+14
touch event. And feature revise. Change-Id: I5c6519d62477024aace21d76a5304167d3cf7cce Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
2013-11-06Bug fix : TIVI-1758, 1841, 1956, 1996 and 1997.submit/tizen_ivi_stable/20131119.040107submit/tizen/20131107.013435accepted/tizen_ivi_stable/20131119.040222accepted/tizen/20131111.231321accepted/tizen/20131107.181013Hayato Nakamura1-4/+5
Change-Id: I1e440656f9c24a1aa0470591d6f15973e0efade3 Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
2013-10-03Bugfix for TIVI-1834.submit/tizen/20131004.112842submit/tizen/20131003.055438accepted/tizen/20131004.165200accepted/tizen/20131004.164441accepted/tizen/20131003.220141accepted/tizen/20131003.164213Hayato Nakamura1-5/+11
Change-Id: I14aaf988fd97b8e83ae0cdc21c8c225e14f30f40 Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
2013-10-02Change of the interface of the multi-input-manager plugin.Hayato Nakamura1-6/+11
Fix for TIVI-1834. Change-Id: I9113e993432951213a473ce29c4ac316efb251f1 Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
2013-09-06Bug fix:TIVI-1693.Hayato Nakamura1-38/+345
Change-Id: I5edfb53df811c37545017295c2b758d792999259 Signed-off-by: Hayato Nakamura <hayato.nakamura@mail.toyota-td.jp>
2013-08-27A correction with version up of weston(1.2.0->1.2.1)submit/tizen/20130828.211548Nakamura Hayato1-114/+283
Change-Id: Ib8319c75c3da4fa0d15a184b1f5973ff3ac6812b Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
2013-07-29Support Tizen 3.0Nakamura Hayato1-89/+153
Change-Id: Icefff6e8437189cab41f9465919d09e3c97a0988 Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
2013-06-14[Fix:Conflict]Changed the animation of a default defined from none to fade.2.0alpha-waylandNakamura Hayato1-9/+48
Change-Id: I30923a6a8a274b98253a41209833249d69b93667 Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
2013-06-11Bug fix: During operation, a menu thumbnail may be non-displayed.Nakamura Hayato1-8/+14
Change-Id: I78efe8ec1df5ca32a6308d0fdbab1ed21ed5a4c5 Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>
2013-06-04Addition of the window animation interface.submit/2.0alpha-wayland/20130606.111716accepted/2.0alpha-wayland/20130606.173106Nakamura Hayato1-0/+595
Change-Id: Ifacf3ac6748a2f87a90ced1258a182b05c09d9b6 Signed-off-by: Nakamura Hayato <hayato.nakamura@mail.toyota-td.jp>