1. 64635ee ivi-shell: introduce get_weston_view by Ucan, Emre (ADITG/SW1) · 10 years ago
  2. 4a18364 ivi-shell: remove is_surface_in_layer API by Ucan, Emre (ADITG/SW1) · 10 years ago
  3. bb4ec0a ivi-shell: remove is_layer_in_screen API by Ucan, Emre (ADITG/SW1) · 10 years ago
  4. dfac375 ivi-shell: remove struct link_layer by Ucan, Emre (ADITG/SW1) · 10 years ago
  5. 8a22367 ivi-shell: remove struct link_screen by Ucan, Emre (ADITG/SW1) · 10 years ago
  6. a3377cd ivi-layout-transition: Standardize the check for layout_transition_register by Lucas Tanure · 10 years ago
  7. c8dcd16 ivi-layout-transition: Fix potential leak of memory pointed to by transition by Lucas Tanure · 10 years ago
  8. 9d7aff0 ivi-shell: initialize all fields in create_layout_transition by John-John Tedro · 10 years ago
  9. 193c7a5 ivi_layout_surface_add_notification: Fix potential leak of memory pointed to by 'notification' by Lucas Tanure · 10 years ago
  10. 96db077 ivi-layout-transition: Fix potential leak of memory pointed to by transition by Lucas Tanure · 10 years ago
  11. 9b5fe42 ivi-layout-transition: Change layout_transition_register return type by Lucas Tanure · 10 years ago
  12. 9af0017 ivi-layout-transition: Fix potential leak of memory pointed to by transition by Lucas Tanure · 10 years ago
  13. 4412cd1 hmi-controller: fix wrong width and height are set to a layer of workspace. by Nobuhiko Tanibata · 10 years ago
  14. d290f88 hmi-controller: fix the laucher layer width by Nobuhiko Tanibata · 10 years ago
  15. acbcc6c ivi-layout: implement surface clipping by Nobuhiko Tanibata · 10 years ago
  16. cf34dc2 ivi-shell: remove redundant wl_list_empty/init calls by Ucan, Emre (ADITG/SW1) · 10 years ago
  17. 174257b ivi-shell: clear order.layer_list before reordering it by Ucan, Emre (ADITG/SW1) · 10 years ago
  18. 38fcf38 ivi-shell: clear order.surface_list before reordering it by Ucan, Emre (ADITG/SW1) · 10 years ago
  19. c2be638 ivi-shell: bugfix, list of surfaces on a layer are cumulated when set render order is called several time in one commitchanges. by Ucan, Emre (ADITG/SW1) · 10 years ago
  20. 74a635b Coding style fixes by Dawid Gajownik · 10 years ago
  21. 1281a36 input: Don't test keyboard/pointer/touch pointers by Derek Foreman · 10 years ago
  22. 8ae2db5 input: Pass the appropriate pointer type to bindings instead of a seat by Derek Foreman · 10 years ago
  23. 21deb28 ivi-shell: transform refactoring to improve it to more readable code by Nobuhiko Tanibata · 10 years ago
  24. 1e6fd66 ivi-shell: transform refactoring, remove transform part of ivi_layout_surface and ivi_layout_layer once by Nobuhiko Tanibata · 10 years ago
  25. 4c1dbf7 ivi-shell: remove one indent level from update_prop() by Nobuhiko Tanibata · 10 years ago
  26. aa9536a text_backend: make destructor call explicit by Pekka Paalanen · 10 years ago
  27. 3aa8aed ivi-shell: rename to ivi_layout_layer_destroy() by Nobuhiko Tanibata · 10 years ago
  28. 5d4a323 ivi-shell: bugfix, update event_mask when new propertiy is not same as before. by Nobuhiko Tanibata · 10 years ago
  29. 6ce3ef8 ivi-shell: bugfix, send notification when properties are changed according to event mask. by Nobuhiko Tanibata · 10 years ago
  30. 4d0116e ivi-shell: add interface to get screen ID by Nobuhiko Tanibata · 10 years ago
  31. db8efd1 ivi-shell: add new method to remove a callback to get notificaiton of ivi_layer property changes. by Nobuhiko Tanibata · 10 years ago
  32. 8205170 ivi-shell: add new method to remove a callback to get notification of ivi_surface property changes. by Nobuhiko Tanibata · 10 years ago
  33. 4b601e1 ivi-shell: bugfix, add ref_count to ivi_layout_layer by Nobuhiko Tanibata · 10 years ago
  34. 6809842 ivi-shell: fix ivi_shell_surface lifetime by Nobuhiko Tanibata · 10 years ago
  35. 6f6c938 ivi-shell: make ivi_layout_surface destruction explicit by Nobuhiko Tanibata · 10 years ago
  36. 0c217cb ivi-shell: bugfix, SEVG by adding NULL check in ivi_layout_get_screen_resolution by Nobuhiko Tanibata · 10 years ago
  37. e2b8214 ivi-shell: Fix wrong link of wl_list_for_each() of ivilayer by Nobuhiko Tanibata · 10 years ago
  38. 7bbacc6 ivi-shell: bugfix, check limitation of ivi_layout_layer opacity by Nobuhiko Tanibata · 10 years ago
  39. a86226c ivi-shell: bugfix, check limitation of ivi_layout_surface opacity by Nobuhiko Tanibata · 10 years ago
  40. 867d50e Unified multiple definitions of container_of() macro. by Jon Cruz · 10 years ago
  41. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  42. 4678bab Remove redundant #include path component. by Jon Cruz · 10 years ago
  43. af637c2 *-shell: Update boilerplate from MIT X11 license to MIT Expat licenses by Bryce Harrington · 10 years ago
  44. 9a51cd7 move text_backend initialization into the shell plugin by Murray Calavera · 10 years ago
  45. 2a18a52 remove trailing whitespaces by Michael Vetter · 10 years ago
  46. e259a7a ivi-shell: set an initial value for ivi-surface. by Nobuhiko Tanibata · 10 years ago
  47. 0a19e23 ivi-shell: remove unnecesary code in ivi_shell_surface_configure by Nobuhiko Tanibata · 10 years ago
  48. 65160dc ivi-shell: fit source rectangle of ivi-surface to the size of application content. by Nobuhiko Tanibata · 10 years ago
  49. bcff632 ivi-shell: remove unnecesary assignment of fail safe value. by Nobuhiko Tanibata · 10 years ago
  50. e6cc997 ivi-shell: remove unnecesary code in ivi_layout_surface_configure by Nobuhiko Tanibata · 10 years ago
  51. c3fd624 ivi-shell: support surface screen shot of ivi_layout by using weston_surface_copy_content by Nobuhiko Tanibata · 10 years ago
  52. 8cb2587 ivi-shell/weston.ini: fix paths by Pekka Paalanen · 10 years ago
  53. f3a3453 build: generate weston-ivi.ini for tests by Pekka Paalanen · 10 years ago
  54. 97246c0 ivi-layout: abort without controller_module_init by Pekka Paalanen · 10 years ago
  55. 8a00525 ivi-shell: add cmdline option for controller module by Pekka Paalanen · 10 years ago
  56. a86c3ee Spellcheck fixes by Bryce Harrington · 10 years ago
  57. 6c7a1c7 ivi-shell: add exit binding by Pekka Paalanen · 10 years ago
  58. e35b223 ivi-shell: developer mode debug key bindings by Pekka Paalanen · 10 years ago
  59. 703f502 ivi-layout: separate declarations from code by Carlos Olmedo Escobar · 10 years ago
  60. 82cc25b ivi-shell: SEGV occurs when multi touch happens in transition by Nobuhiko Tanibata · 10 years ago
  61. e82ba53 ivi-shell-transition: check create_layout_transition() return value. by Carlos Olmedo Escobar · 11 years ago
  62. 9d86021 ivi-shell: Fix wrong condition to check return value of controller_module_init by Nobuhiko Tanibata · 11 years ago
  63. ee8e583 ivi-shell: rewrite controller API by Nobuhiko Tanibata · 11 years ago
  64. 28dc18c ivi-shell: make ivi-layout.c as a part of ivi-shell.so by Nobuhiko Tanibata · 11 years ago
  65. 3c6796f ivi-shell: several ivi-layout interfaces moved accross source. by Nobuhiko Tanibata · 11 years ago
  66. ef6c786 ivi-shell: reordering method in ivi_layout.c by Nobuhiko Tanibata · 11 years ago
  67. 3d7eadb ivi-shell: clean up unnecesary header by Nobuhiko Tanibata · 11 years ago
  68. 2822136 ivi-shell: clean-up transition animation code. by Nobuhiko Tanibata · 11 years ago
  69. 4bb9929 ivi-shell: Say something when configuration is missing by Ondřej Majerech · 11 years ago
  70. 0038b73 ivi-shell: reference implementation of input panel for ivi-shell by Nobuhiko Tanibata · 11 years ago
  71. 45d4cbf ivi-shell: a reference of weston.ini for ivi-shell and ivi-hmi-controller. by Nobuhiko Tanibata · 11 years ago
  72. 4f6853b ivi-shell: a reference implementation how to use ivi-layout internal APIs by Nobuhiko Tanibata · 11 years ago
  73. 487adc4 ivi-shell: add the shell plugin for In-Vehicle Infotainment system by Nobuhiko Tanibata · 11 years ago
  74. 6f9df65 ivi-shell: add IVI layout APIs by Nobuhiko Tanibata · 11 years ago
  75. 930faee ivi-shell: add README for ivi-shell by Nobuhiko Tanibata · 11 years ago