63 Commits (161da40b068cdf7d9daca0762f0180789bfe3ec5)

Author SHA1 Message Date
Ucan, Emre \(ADITG/SW1\) 161da40b06 ivi-shell: remove ivi_layout_surface_set_position API 9 years ago
Ucan, Emre \(ADITG/SW1\) 5bb068d16d ivi-shell: remove ivi_layout_layer_get_orientation API 9 years ago
Ucan, Emre \(ADITG/SW1\) 4d9001bc49 ivi-shell: remove ivi_layout_surface_get_orientation API 9 years ago
Ucan, Emre \(ADITG/SW1\) 18691f0310 ivi-shell: remove ivi_layout_layer_get_dimension API 9 years ago
Ucan, Emre \(ADITG/SW1\) c507f67f9e ivi-shell: remove ivi_layout_surface_get_dimension API 9 years ago
Ucan, Emre \(ADITG/SW1\) dfc2d76432 ivi-shell: remove ivi_layout_layer_get_position API 9 years ago
Ucan, Emre \(ADITG/SW1\) b2ff255792 ivi-shell: remove ivi_layout_surface_get_position API 9 years ago
Ucan, Emre \(ADITG/SW1\) c3aee1f67f ivi-shell: remove ivi_layout_layer_get_opacity API 9 years ago
Ucan, Emre \(ADITG/SW1\) 995e6fbcd0 ivi-shell: remove ivi_layout_surface_get_opacity API 9 years ago
Ucan, Emre \(ADITG/SW1\) 17610f240b ivi-shell: remove ivi_layout_layer_get_visibility API 9 years ago
Ucan, Emre \(ADITG/SW1\) c6a138c6f0 ivi-shell: remove ivi_layout_surface_get_visibility API 9 years ago
Wataru Natsume 9c926fe9f5 remove warning of ivisurface reassign on the ivilayer 9 years ago
Nobuhiko Tanibata 90c2789e8d ivi-layout: apply opacity to weston_view correctly 9 years ago
Nobuhiko Tanibata 1c2618e9ff ivi-shell: multi screen support to calcuration of a mask of weston_surface. 9 years ago
Nobuhiko Tanibata 29babdf099 ivi-shell: convert from screen to global coordinates 9 years ago
Nobuhiko Tanibata b4cb25dc26 ivi-shell: avoid update_prop() on invisible surfaces 9 years ago
Nobuhiko Tanibata 747c3865ab ivi-shell: remove a code which expects only a screen in the system. 9 years ago
Nobuhiko Tanibata fbfa8f21f9 ivi-shell: fix layout_layer.view_list is not initilized per a screen. 9 years ago
Nobuhiko Tanibata 77b0ee18a2 ivi-shell: avoid inserting a ivi_layer to multiple screens. 9 years ago
Nobuhiko Tanibata 3e710d19fe ivi-shell: fix TODO which expects only one screen in the system. 9 years ago
Ucan, Emre \(ADITG/SW1\) 0c0e51e096 ivi-shell: rename ivi_controller_interface 9 years ago
Ucan, Emre (ADITG/SW1) 64635ee699 ivi-shell: introduce get_weston_view 9 years ago
Ucan, Emre (ADITG/SW1) 4a18364595 ivi-shell: remove is_surface_in_layer API 9 years ago
Ucan, Emre (ADITG/SW1) bb4ec0a186 ivi-shell: remove is_layer_in_screen API 9 years ago
Ucan, Emre (ADITG/SW1) dfac375993 ivi-shell: remove struct link_layer 9 years ago
Ucan, Emre (ADITG/SW1) 8a223673ad ivi-shell: remove struct link_screen 9 years ago
Lucas Tanure 193c7a54a8 ivi_layout_surface_add_notification: Fix potential leak of memory pointed to by 'notification' 9 years ago
Nobuhiko Tanibata acbcc6c978 ivi-layout: implement surface clipping 9 years ago
Ucan, Emre (ADITG/SW1) cf34dc2334 ivi-shell: remove redundant wl_list_empty/init calls 9 years ago
Ucan, Emre (ADITG/SW1) 174257bdf8 ivi-shell: clear order.layer_list before reordering it 9 years ago
Ucan, Emre (ADITG/SW1) 38fcf381be ivi-shell: clear order.surface_list before reordering it 9 years ago
Ucan, Emre (ADITG/SW1) c2be6388d2 ivi-shell: bugfix, list of surfaces on a layer are cumulated when set render order is called several time in one commitchanges. 9 years ago
Dawid Gajownik 74a635b1ec Coding style fixes 9 years ago
Nobuhiko Tanibata 21deb28648 ivi-shell: transform refactoring to improve it to more readable code 9 years ago
Nobuhiko Tanibata 1e6fd66ba5 ivi-shell: transform refactoring, remove transform part of ivi_layout_surface and ivi_layout_layer once 9 years ago
Nobuhiko Tanibata 4c1dbf7213 ivi-shell: remove one indent level from update_prop() 9 years ago
Nobuhiko Tanibata 3aa8aedb47 ivi-shell: rename to ivi_layout_layer_destroy() 9 years ago
Nobuhiko Tanibata 5d4a323c36 ivi-shell: bugfix, update event_mask when new propertiy is not same as before. 9 years ago
Nobuhiko Tanibata 6ce3ef864d ivi-shell: bugfix, send notification when properties are changed according to event mask. 9 years ago
Nobuhiko Tanibata 4d0116eb0d ivi-shell: add interface to get screen ID 9 years ago
Nobuhiko Tanibata db8efd1f26 ivi-shell: add new method to remove a callback to get notificaiton of ivi_layer property changes. 9 years ago
Nobuhiko Tanibata 82051705b5 ivi-shell: add new method to remove a callback to get notification of ivi_surface property changes. 9 years ago
Nobuhiko Tanibata 4b601e152e ivi-shell: bugfix, add ref_count to ivi_layout_layer 9 years ago
Nobuhiko Tanibata 6f6c938996 ivi-shell: make ivi_layout_surface destruction explicit 9 years ago
Nobuhiko Tanibata 0c217cb694 ivi-shell: bugfix, SEVG by adding NULL check in ivi_layout_get_screen_resolution 9 years ago
Nobuhiko Tanibata e2b8214efd ivi-shell: Fix wrong link of wl_list_for_each() of ivilayer 9 years ago
Nobuhiko Tanibata 7bbacc6165 ivi-shell: bugfix, check limitation of ivi_layout_layer opacity 9 years ago
Nobuhiko Tanibata a86226c7c4 ivi-shell: bugfix, check limitation of ivi_layout_surface opacity 9 years ago
Jon Cruz 867d50eea7 Unified multiple definitions of container_of() macro. 9 years ago
Jon Cruz 4678bab13c Remove redundant #include path component. 9 years ago