summaryrefslogtreecommitdiff
path: root/src/zoom.c
Commit message (Expand)AuthorAgeFilesLines
* zoom: remove temporary variablesGiulio Camuffo2015-10-091-12/+4
* zoom: Remove unneeded usage of wl_fixed_ts in favour of doublesGiulio Camuffo2015-10-091-11/+11
* input: Don't test keyboard/pointer/touch pointersDerek Foreman2015-07-311-3/+6
* zoom: Store the seat that initiated a zoomDerek Foreman2015-07-291-11/+6
* zoom: Call weston_output_activate_zoom() appropriatelyDerek Foreman2015-07-291-0/+3
* zoom: Rename zoom_area_center_from_pointer to zoom_area_center_from_pointDerek Foreman2015-07-291-3/+3
* zoom: Change zoom->active to a boolDerek Foreman2015-07-291-3/+4
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+1
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* zoom: fix zoomDerek Foreman2015-03-271-2/+2
* zoom: Use pixels instead of GL coordinatesJason Ekstrand2015-03-111-26/+15
* zoom: remove unused args from weston_zoom_transitionPekka Paalanen2015-03-111-6/+2
* zoom: remove animation_xy as unusedPekka Paalanen2015-03-111-46/+3
* zoom: Check the value of level before using it.Carlos Olmedo Escobar2015-01-201-1/+2
* Apply the zoom transformation before the output transformationNeil Roberts2014-05-061-47/+0
* zoom: use the new pointer motion signal to move the zoom frame.Giulio Camuffo2013-11-151-0/+27
* Split the geometry information from weston_surface out into weston_viewJason Ekstrand2013-10-221-153/+12
* Convert to wl_global_create/destroy()Kristian Høgsberg2013-07-091-5/+8
* Use wl_resource_create() for creating resourcesJason Ekstrand2013-07-031-2/+8
* compositor: Remove a few legacy uses of wl_objectKristian Høgsberg2013-06-251-4/+0
* Change weston_surface.resource to a wl_resource pointer.Jason Ekstrand2013-06-121-1/+4
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-051-0/+2
* input: Merge wl_seat into weston_seatKristian Høgsberg2013-05-071-6/+6
* zoom: Don't update the zoom translation if zoom level is 0Ander Conselvan de Oliveira2012-11-211-1/+2
* shell/zoom: Increment/decrement disable_planes only when zoom.active changesVille Syrjälä2012-11-161-1/+1
* Implement output transformations.Scott Moreau2012-08-291-4/+51
* zoom: Pick the first seat in seat_list instead of compositor->seatKristian Høgsberg2012-08-101-12/+19
* compositor-drm: Disable planes when zoomed or capturingKristian Høgsberg2012-08-031-1/+3
* Move text-cursor-position.c into zoom.cKristian Høgsberg2012-06-251-0/+63
* Move zoom code to its own file.Scott Moreau2012-06-181-0/+267