summaryrefslogtreecommitdiff
path: root/src/zoom.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-27zoom: fix zoomDerek Foreman1-2/+2
2015-03-11zoom: Use pixels instead of GL coordinatesJason Ekstrand1-26/+15
2015-03-11zoom: remove unused args from weston_zoom_transitionPekka Paalanen1-6/+2
2015-03-11zoom: remove animation_xy as unusedPekka Paalanen1-46/+3
2015-01-20zoom: Check the value of level before using it.Carlos Olmedo Escobar1-1/+2
2014-05-06Apply the zoom transformation before the output transformationNeil Roberts1-47/+0
2013-11-15zoom: use the new pointer motion signal to move the zoom frame.Giulio Camuffo1-0/+27
2013-10-22Split the geometry information from weston_surface out into weston_viewJason Ekstrand1-153/+12
2013-07-09Convert to wl_global_create/destroy()Kristian Høgsberg1-5/+8
2013-07-03Use wl_resource_create() for creating resourcesJason Ekstrand1-2/+8
2013-06-25compositor: Remove a few legacy uses of wl_objectKristian Høgsberg1-4/+0
2013-06-12Change weston_surface.resource to a wl_resource pointer.Jason Ekstrand1-1/+4
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-0/+2
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg1-6/+6
2012-11-21zoom: Don't update the zoom translation if zoom level is 0Ander Conselvan de Oliveira1-1/+2
2012-11-16shell/zoom: Increment/decrement disable_planes only when zoom.active changesVille Syrjälä1-1/+1
2012-08-29Implement output transformations.Scott Moreau1-4/+51
2012-08-10zoom: Pick the first seat in seat_list instead of compositor->seatKristian Høgsberg1-12/+19
2012-08-03compositor-drm: Disable planes when zoomed or capturingKristian Høgsberg1-1/+3
2012-06-25Move text-cursor-position.c into zoom.cKristian Høgsberg1-0/+63
2012-06-18Move zoom code to its own file.Scott Moreau1-0/+267