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