summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-14ivi-shell: hmi-controller supports multi screens at random-mode.masterNobuhiko Tanibata1-5/+34
2015-12-14ivi-shell: hmi-controller supports multi screens at fullscreen mode.Nobuhiko Tanibata1-0/+18
2015-12-14ivi-shell: hmi-controller supports multi screens at side-by-side mode.Nobuhiko Tanibata1-23/+38
2015-12-14ivi-shell: hmi-controller supports multi screens at tiling mode.Nobuhiko Tanibata1-16/+22
2015-12-14hmi-controller: allocate application layers for multi-screenNobuhiko Tanibata1-32/+66
2015-12-14hmi-controller: allocate background surfaces for multi-screenNobuhiko Tanibata3-44/+72
2015-12-14hmi-controller: allocate base layers for multi-screenNobuhiko Tanibata2-19/+65
2015-12-14ivi-shell: hmi-controller implements internal method to get screen.Nobuhiko Tanibata1-13/+47
2015-12-14ivi-shell: multi screen support to calcuration of a mask of weston_surface.Nobuhiko Tanibata1-5/+31
2015-12-14ivi-shell: convert from screen to global coordinatesNobuhiko Tanibata1-2/+8
2015-12-14ivi-shell: avoid update_prop() on invisible surfacesNobuhiko Tanibata1-4/+19
2015-12-14ivi-shell: activate weston surface with a seat when left click or touch.Nobuhiko Tanibata1-0/+54
2015-12-08compositor-wayland: Add touch supportDerek Foreman1-0/+160
2015-12-08input: Add notify_touch_cancel()Derek Foreman2-0/+12
2015-12-08compositor-wayland: Properly release input resources when caps changeDerek Foreman1-4/+15
2015-12-08cairo-util: return theme location from frame_touch_downDerek Foreman2-9/+10
2015-12-04configure.ac: add explicit enable/disable for lcmsJussi Kukkonen1-5/+17
2015-12-03cosmetic: Remove use of C++ style commentsChris Michael4-5/+2
2015-12-03compositor: Add doxygen for weston_surface_to_buffer_rect()Derek Foreman1-1/+20
2015-12-03simple-damage: Add --use-damage-buffer flagDerek Foreman1-15/+47
2015-12-03compositor: Add damage_bufferDerek Foreman2-15/+77
2015-12-02linux-dmabuf: Move the attributes part of linux_dmabuf_buffer into its own st...Emmanuel Gil Peyrot4-65/+69
2015-12-01compositor: Remove unused weston_surface_to_buffer functionChris Michael2-16/+0
2015-12-01compositor: change rounding in weston_surface_to_buffer_rect()Derek Foreman1-2/+2
2015-11-30main: Remove unused function load_backend_new()Chris Michael1-17/+0
2015-11-30simple-damage: Offset drawing co-ordinates not buffer startDerek Foreman1-24/+34
2015-11-27compositor, input: Don't use MIN() macro for new resource versionsDerek Foreman2-5/+5
2015-11-27compositor-drm: fix hw cursor positioningPekka Paalanen1-0/+7
2015-11-27ivi-shell: remove a code which expects only a screen in the system.Nobuhiko Tanibata1-2/+0
2015-11-27ivi-shell: fix layout_layer.view_list is not initilized per a screen.Nobuhiko Tanibata1-3/+3
2015-11-27ivi-shell: avoid inserting a ivi_layer to multiple screens.Nobuhiko Tanibata1-0/+3
2015-11-27ivi-shell: fix TODO which expects only one screen in the system.Nobuhiko Tanibata1-3/+2
2015-11-27configure: don't control egl versionUcan, Emre (ADITG/SW1)1-4/+4
2015-11-26compositor: Fix comment of subsurface_commit_to_cache functionChris Michael1-1/+1
2015-11-26compositor: ignore useless surface_damageDerek Foreman1-0/+3
2015-11-25configure.ac: Bump wayland-protocols dependency to 1.0Jonas Ådahl1-1/+1
2015-11-24compositor-drm: Use view transform in cursor plane setupDerek Foreman1-3/+5
2015-11-24ivi-shell-user-interface: fix runtime error caused by missing header inclusionYong-iL Joh1-0/+2
2015-11-23compositor.h: Remove unused variable from weston_seat structureChris Michael1-1/+0
2015-11-23clients: Adjust grammar of comment for toysurface->prepare function pointerChris Michael1-1/+1
2015-11-23compositor: Remove extra blank lineChris Michael1-1/+0
2015-11-20clients: Fix a few minor typos in commentsBryce Harrington1-4/+4
2015-11-20compositor: Move weston_matrix_transform_region to compositor.c and export itDerek Foreman3-58/+61
2015-11-20pixman-renderer: Use output->matrix for region transformations and enable out...Jason Ekstrand1-12/+69
2015-11-20gl-renderer: Make texture_used a bool instead of an intDerek Foreman1-3/+3
2015-11-20gl-renderer: Use a bool for needs_full_uploadDerek Foreman1-3/+3
2015-11-20compositor: Change "touched" to boolDerek Foreman3-5/+5
2015-11-20toytoolkit: Remove window_damage()Derek Foreman2-11/+0
2015-11-20smoke: Don't post extra damageDerek Foreman1-2/+0
2015-11-20input: Keep per client pointer resources in their own structsJonas Ådahl3-42/+170