index
:
~jjones/weston
nvidia_head
nvidia_head_rebase-2.0
nvidia_head_rebase-2016-11-04
nvidia_head_rebase-3.0
nvidia_head_rebase-4.0
nvidia_head_rebase_1.11
nvidia_head_rebase_1.12
nvidia_r364
NVIDIA development branches of the Weston Wayland Compositor
jjones
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
zoom.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-09
zoom: remove temporary variables
Giulio Camuffo
1
-12
/
+4
2015-10-09
zoom: Remove unneeded usage of wl_fixed_ts in favour of doubles
Giulio Camuffo
1
-11
/
+11
2015-07-31
input: Don't test keyboard/pointer/touch pointers
Derek Foreman
1
-3
/
+6
2015-07-29
zoom: Store the seat that initiated a zoom
Derek Foreman
1
-11
/
+6
2015-07-29
zoom: Call weston_output_activate_zoom() appropriately
Derek Foreman
1
-0
/
+3
2015-07-29
zoom: Rename zoom_area_center_from_pointer to zoom_area_center_from_point
Derek Foreman
1
-3
/
+3
2015-07-29
zoom: Change zoom->active to a bool
Derek Foreman
1
-3
/
+4
2015-06-15
Unified multiple definitions of container_of() macro.
Jon Cruz
1
-0
/
+1
2015-06-15
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
1
-16
/
+19
2015-03-27
zoom: fix zoom
Derek Foreman
1
-2
/
+2
2015-03-11
zoom: Use pixels instead of GL coordinates
Jason Ekstrand
1
-26
/
+15
2015-03-11
zoom: remove unused args from weston_zoom_transition
Pekka Paalanen
1
-6
/
+2
2015-03-11
zoom: remove animation_xy as unused
Pekka Paalanen
1
-46
/
+3
2015-01-20
zoom: Check the value of level before using it.
Carlos Olmedo Escobar
1
-1
/
+2
2014-05-06
Apply the zoom transformation before the output transformation
Neil Roberts
1
-47
/
+0
2013-11-15
zoom: use the new pointer motion signal to move the zoom frame.
Giulio Camuffo
1
-0
/
+27
2013-10-22
Split the geometry information from weston_surface out into weston_view
Jason Ekstrand
1
-153
/
+12
2013-07-09
Convert to wl_global_create/destroy()
Kristian Høgsberg
1
-5
/
+8
2013-07-03
Use wl_resource_create() for creating resources
Jason Ekstrand
1
-2
/
+8
2013-06-25
compositor: Remove a few legacy uses of wl_object
Kristian Høgsberg
1
-4
/
+0
2013-06-12
Change weston_surface.resource to a wl_resource pointer.
Jason Ekstrand
1
-1
/
+4
2013-06-05
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
Daniel Stone
1
-0
/
+2
2013-05-07
input: Merge wl_seat into weston_seat
Kristian Høgsberg
1
-6
/
+6
2012-11-21
zoom: Don't update the zoom translation if zoom level is 0
Ander Conselvan de Oliveira
1
-1
/
+2
2012-11-16
shell/zoom: Increment/decrement disable_planes only when zoom.active changes
Ville Syrjälä
1
-1
/
+1
2012-08-29
Implement output transformations.
Scott Moreau
1
-4
/
+51
2012-08-10
zoom: Pick the first seat in seat_list instead of compositor->seat
Kristian Høgsberg
1
-12
/
+19
2012-08-03
compositor-drm: Disable planes when zoomed or capturing
Kristian Høgsberg
1
-1
/
+3
2012-06-25
Move text-cursor-position.c into zoom.c
Kristian Høgsberg
1
-0
/
+63
2012-06-18
Move zoom code to its own file.
Scott Moreau
1
-0
/
+267