Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
d2535d761468f179e85043f75be0ea644f46c49a
/
libweston
/
zoom.c
649bbce
include stdint.h for int32_t/uint32_t
by Jussi Kukkonen
· 9 years ago
b5e3ea2
Rename src/ to libweston/
by Pekka Paalanen
· 9 years ago
[Renamed from src/zoom.c]
c5a011f
zoom: remove temporary variables
by Giulio Camuffo
· 10 years ago
6850e7b
zoom: Remove unneeded usage of wl_fixed_ts in favour of doubles
by Giulio Camuffo
· 10 years ago
1281a36
input: Don't test keyboard/pointer/touch pointers
by Derek Foreman
· 10 years ago
22276a5
zoom: Store the seat that initiated a zoom
by Derek Foreman
· 10 years ago
25bd8a7
zoom: Call weston_output_activate_zoom() appropriately
by Derek Foreman
· 10 years ago
859b52b
zoom: Rename zoom_area_center_from_pointer to zoom_area_center_from_point
by Derek Foreman
· 10 years ago
a36eb50
zoom: Change zoom->active to a bool
by Derek Foreman
· 10 years ago
867d50e
Unified multiple definitions of container_of() macro.
by Jon Cruz
· 10 years ago
a0bbfea
src: Update boilerplate from MIT X11 license to MIT Expat license
by Bryce Harrington
· 10 years ago
7cb916e
zoom: fix zoom
by Derek Foreman
· 10 years ago
87535e2
zoom: Use pixels instead of GL coordinates
by Jason Ekstrand
· 11 years ago
9808708
zoom: remove unused args from weston_zoom_transition
by Pekka Paalanen
· 10 years ago
13fd446
zoom: remove animation_xy as unused
by Pekka Paalanen
· 10 years ago
1a873aa
zoom: Check the value of level before using it.
by Carlos Olmedo Escobar
· 10 years ago
6c3b01f
Apply the zoom transformation before the output transformation
by Neil Roberts
· 11 years ago
412b024
zoom: use the new pointer motion signal to move the zoom frame.
by Giulio Camuffo
· 12 years ago
a7af704
Split the geometry information from weston_surface out into weston_view
by Jason Ekstrand
· 12 years ago
919cddb
Convert to wl_global_create/destroy()
by Kristian Høgsberg
· 12 years ago
a85118c
Use wl_resource_create() for creating resources
by Jason Ekstrand
· 12 years ago
4c6ddf1
compositor: Remove a few legacy uses of wl_object
by Kristian Høgsberg
· 12 years ago
26ed73c
Change weston_surface.resource to a wl_resource pointer.
by Jason Ekstrand
· 12 years ago
c228e23
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
by Daniel Stone
· 12 years ago
e314875
input: Merge wl_seat into weston_seat
by Kristian Høgsberg
· 12 years ago
434e8f3
zoom: Don't update the zoom translation if zoom level is 0
by Ander Conselvan de Oliveira
· 13 years ago
aa628d0
shell/zoom: Increment/decrement disable_planes only when zoom.active changes
by Ville Syrjälä
· 13 years ago
1bad5db
Implement output transformations.
by Scott Moreau
· 13 years ago
ef6f136
zoom: Pick the first seat in seat_list instead of compositor->seat
by Kristian Høgsberg
· 13 years ago
79af73e
compositor-drm: Disable planes when zoomed or capturing
by Kristian Høgsberg
· 13 years ago
583a236
Move text-cursor-position.c into zoom.c
by Kristian Høgsberg
· 13 years ago
429490d
Move zoom code to its own file.
by Scott Moreau
· 13 years ago