summaryrefslogtreecommitdiff
path: root/ivi-shell
AgeCommit message (Expand)AuthorFilesLines
2015-10-01ivi-shell: Add missing '\n' in weston_log function usageChris Michael1-1/+1
2015-10-01ivi-shell: introduce get_weston_viewUcan, Emre (ADITG/SW1)1-42/+33
2015-10-01ivi-shell: remove is_surface_in_layer APIUcan, Emre (ADITG/SW1)1-22/+1
2015-10-01ivi-shell: remove is_layer_in_screen APIUcan, Emre (ADITG/SW1)1-18/+1
2015-10-01ivi-shell: remove struct link_layerUcan, Emre (ADITG/SW1)2-88/+7
2015-10-01ivi-shell: remove struct link_screenUcan, Emre (ADITG/SW1)2-63/+6
2015-09-30ivi-layout-transition: Standardize the check for layout_transition_registerLucas Tanure1-3/+6
2015-09-23ivi-layout-transition: Fix potential leak of memory pointed to by transitionLucas Tanure1-4/+7
2015-09-22ivi-shell: initialize all fields in create_layout_transitionJohn-John Tedro1-0/+1
2015-09-22ivi_layout_surface_add_notification: Fix potential leak of memory pointed to ...Lucas Tanure1-0/+1
2015-09-22ivi-layout-transition: Fix potential leak of memory pointed to by transitionLucas Tanure1-1/+2
2015-09-22ivi-layout-transition: Change layout_transition_register return typeLucas Tanure1-2/+4
2015-09-22ivi-layout-transition: Fix potential leak of memory pointed to by transitionLucas Tanure1-0/+3
2015-08-26hmi-controller: fix wrong width and height are set to a layer of workspace.Nobuhiko Tanibata1-2/+2
2015-08-26hmi-controller: fix the laucher layer widthNobuhiko Tanibata1-27/+44
2015-08-26ivi-layout: implement surface clippingNobuhiko Tanibata1-6/+141
2015-08-21ivi-shell: remove redundant wl_list_empty/init callsUcan, Emre (ADITG/SW1)1-62/+18
2015-08-21ivi-shell: clear order.layer_list before reordering itUcan, Emre (ADITG/SW1)1-44/+11
2015-08-21ivi-shell: clear order.surface_list before reordering itUcan, Emre (ADITG/SW1)2-46/+21
2015-08-20ivi-shell: bugfix, list of surfaces on a layer are cumulated when set render ...Ucan, Emre (ADITG/SW1)1-11/+1
2015-08-07Coding style fixesDawid Gajownik3-19/+19
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman2-13/+24
2015-07-16input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman1-2/+2
2015-07-16ivi-shell: transform refactoring to improve it to more readable codeNobuhiko Tanibata2-2/+168
2015-07-16ivi-shell: transform refactoring, remove transform part of ivi_layout_surface...Nobuhiko Tanibata2-288/+0
2015-07-16ivi-shell: remove one indent level from update_prop()Nobuhiko Tanibata1-18/+21
2015-06-26text_backend: make destructor call explicitPekka Paalanen2-1/+5
2015-06-23ivi-shell: rename to ivi_layout_layer_destroy()Nobuhiko Tanibata2-3/+3
2015-06-23ivi-shell: bugfix, update event_mask when new propertiy is not same as before.Nobuhiko Tanibata1-14/+66
2015-06-23ivi-shell: bugfix, send notification when properties are changed according to...Nobuhiko Tanibata1-2/+4
2015-06-23ivi-shell: add interface to get screen IDNobuhiko Tanibata2-2/+20
2015-06-23ivi-shell: add new method to remove a callback to get notificaiton of ivi_lay...Nobuhiko Tanibata2-2/+23
2015-06-23ivi-shell: add new method to remove a callback to get notification of ivi_sur...Nobuhiko Tanibata2-0/+28
2015-06-23ivi-shell: bugfix, add ref_count to ivi_layout_layerNobuhiko Tanibata2-0/+7
2015-06-23ivi-shell: fix ivi_shell_surface lifetimeNobuhiko Tanibata1-10/+12
2015-06-23ivi-shell: make ivi_layout_surface destruction explicitNobuhiko Tanibata3-48/+35
2015-06-23ivi-shell: bugfix, SEVG by adding NULL check in ivi_layout_get_screen_resolutionNobuhiko Tanibata1-1/+1
2015-06-23ivi-shell: Fix wrong link of wl_list_for_each() of ivilayerNobuhiko Tanibata1-1/+1
2015-06-23ivi-shell: bugfix, check limitation of ivi_layout_layer opacityNobuhiko Tanibata1-1/+3
2015-06-23ivi-shell: bugfix, check limitation of ivi_layout_surface opacityNobuhiko Tanibata1-1/+3
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz3-0/+3
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-0/+1
2015-06-15Remove redundant #include path component.Jon Cruz1-1/+1
2015-06-15*-shell: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington8-128/+152
2015-06-11move text_backend initialization into the shell pluginMurray Calavera1-0/+3
2015-05-15remove trailing whitespacesMichael Vetter1-1/+1
2015-04-28ivi-shell: set an initial value for ivi-surface.Nobuhiko Tanibata1-0/+5
2015-04-28ivi-shell: remove unnecesary code in ivi_shell_surface_configureNobuhiko Tanibata1-18/+0
2015-04-28ivi-shell: fit source rectangle of ivi-surface to the size of application con...Nobuhiko Tanibata1-0/+39
2015-04-28ivi-shell: remove unnecesary assignment of fail safe value.Nobuhiko Tanibata1-3/+8