summaryrefslogtreecommitdiff
path: root/ivi-shell/ivi-layout.c
Commit message (Expand)AuthorAgeFilesLines
* ivi-layout: implement surface clippingNobuhiko Tanibata2015-08-261-6/+141
* ivi-shell: remove redundant wl_list_empty/init callsUcan, Emre (ADITG/SW1)2015-08-211-62/+18
* ivi-shell: clear order.layer_list before reordering itUcan, Emre (ADITG/SW1)2015-08-211-44/+11
* ivi-shell: clear order.surface_list before reordering itUcan, Emre (ADITG/SW1)2015-08-211-46/+20
* ivi-shell: bugfix, list of surfaces on a layer are cumulated when set render ...Ucan, Emre (ADITG/SW1)2015-08-201-11/+1
* Coding style fixesDawid Gajownik2015-08-071-16/+16
* ivi-shell: transform refactoring to improve it to more readable codeNobuhiko Tanibata2015-07-161-2/+167
* ivi-shell: transform refactoring, remove transform part of ivi_layout_surface...Nobuhiko Tanibata2015-07-161-283/+0
* ivi-shell: remove one indent level from update_prop()Nobuhiko Tanibata2015-07-161-18/+21
* ivi-shell: rename to ivi_layout_layer_destroy()Nobuhiko Tanibata2015-06-231-2/+2
* ivi-shell: bugfix, update event_mask when new propertiy is not same as before.Nobuhiko Tanibata2015-06-231-14/+66
* ivi-shell: bugfix, send notification when properties are changed according to...Nobuhiko Tanibata2015-06-231-2/+4
* ivi-shell: add interface to get screen IDNobuhiko Tanibata2015-06-231-2/+13
* ivi-shell: add new method to remove a callback to get notificaiton of ivi_lay...Nobuhiko Tanibata2015-06-231-2/+16
* ivi-shell: add new method to remove a callback to get notification of ivi_sur...Nobuhiko Tanibata2015-06-231-0/+21
* ivi-shell: bugfix, add ref_count to ivi_layout_layerNobuhiko Tanibata2015-06-231-0/+5
* ivi-shell: make ivi_layout_surface destruction explicitNobuhiko Tanibata2015-06-231-39/+15
* ivi-shell: bugfix, SEVG by adding NULL check in ivi_layout_get_screen_resolutionNobuhiko Tanibata2015-06-231-1/+1
* ivi-shell: Fix wrong link of wl_list_for_each() of ivilayerNobuhiko Tanibata2015-06-231-1/+1
* ivi-shell: bugfix, check limitation of ivi_layout_layer opacityNobuhiko Tanibata2015-06-231-1/+3
* ivi-shell: bugfix, check limitation of ivi_layout_surface opacityNobuhiko Tanibata2015-06-231-1/+3
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+1
* Remove redundant #include path component.Jon Cruz2015-06-151-1/+1
* *-shell: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+19
* ivi-shell: set an initial value for ivi-surface.Nobuhiko Tanibata2015-04-281-0/+5
* ivi-shell: remove unnecesary assignment of fail safe value.Nobuhiko Tanibata2015-04-281-3/+8
* ivi-shell: remove unnecesary code in ivi_layout_surface_configureNobuhiko Tanibata2015-04-281-22/+3
* ivi-shell: support surface screen shot of ivi_layout by using weston_surface_...Nobuhiko Tanibata2015-04-211-1/+54
* ivi-layout: abort without controller_module_initPekka Paalanen2015-04-021-6/+8
* ivi-shell: Fix wrong condition to check return value of controller_module_initNobuhiko Tanibata2014-12-161-2/+2
* ivi-shell: rewrite controller APINobuhiko Tanibata2014-12-151-69/+202
* ivi-shell: make ivi-layout.c as a part of ivi-shell.soNobuhiko Tanibata2014-12-151-15/+9
* ivi-shell: several ivi-layout interfaces moved accross source.Nobuhiko Tanibata2014-12-151-0/+67
* ivi-shell: reordering method in ivi_layout.cNobuhiko Tanibata2014-12-151-85/+86
* ivi-shell: clean up unnecesary headerNobuhiko Tanibata2014-12-151-5/+0
* ivi-shell: add IVI layout APIsNobuhiko Tanibata2014-12-041-0/+2780