1. b995e1d shell: Don’t change popups’ window types until the next configure event by Philip Withnall · 12 years ago
  2. dc4332f shell: Factor out code to set a shsurf’s parent by Philip Withnall · 12 years ago
  3. f85fe84 shell: Tidy up unset_fullscreen() by Philip Withnall · 12 years ago
  4. 659163d shell: Refactor workspace code to operate on shsurfs rather than views by Philip Withnall · 12 years ago
  5. 352e7ed shell: Factor out common code to set a shsurf’s output by Philip Withnall · 12 years ago
  6. 17c2fb4 clients: Add a new weston-stacking demo by Philip Withnall · 12 years ago
  7. c971d2a clients: Add window_is_transient() helper to the toy toolkit window by Philip Withnall · 12 years ago
  8. 4a86a0a shell: Add missing cases to switch statements for animations and fading by Philip Withnall · 12 years ago
  9. 0f640e2 shell: Add missing cases to switch statements for surface types by Philip Withnall · 12 years ago
  10. becb77e shell: Reorganise set/unset methods for fullscreen/maximize/popup/transient by Philip Withnall · 12 years ago
  11. becf5a3 src/shell.c: set black_surface->width and height by Xiong Zhang · 12 years ago
  12. e4f7b92 rpi: Support opaque regions by Tomeu Vizoso · 12 years ago
  13. da75ee1 compositor: merge surface size from buffer size funcs by Pekka Paalanen · 12 years ago
  14. ba34165 compositor: do not recompute size on pointer_set_cursor by Pekka Paalanen · 12 years ago
  15. 1fd9c0f compositor: gather buffer_transform and _scale into a struct by Pekka Paalanen · 12 years ago
  16. 40ee921 Do not set output->current_mode in compositor.c by Axel Davy · 12 years ago
  17. 1b55a59 compositor-x11: Allow r5g6b5 visuals for X11 backend SHM by MoD · 12 years ago
  18. 41a50ea gl-renderer: Fix support for Y_XUXV buffers by Ander Conselvan de Oliveira · 12 years ago
  19. 0f0a6ff Remove dependency on <GLES2/gl2.h> by replacing GLfloat with float by Tomeu Vizoso · 12 years ago
  20. eed9344 exposay: properly go away when the modifier is pressed by Emilio Pozuelo Monfort · 12 years ago
  21. 1539ea2 input: don't run modifier bindings when the kbd is grabbed by Emilio Pozuelo Monfort · 12 years ago
  22. d5fbfb2 rpi: avoid vc_dispmanx_set_wl_buffer_in_use without EGL by Pekka Paalanen · 12 years ago
  23. 234c524 exposay: provide a cancel func to the ptr grab iface by Emilio Pozuelo Monfort · 12 years ago
  24. e3de16e Automatically generate weston.ini with the right paths by Neil Roberts · 12 years ago
  25. bf3c1c6 distinguish touch screen and pointer dnd in client by Xiong Zhang · 12 years ago
  26. 853a779 client/dnd.c: add dnd support for touch screen in client by Xiong Zhang · 12 years ago
  27. fd51e7b src/data_device.c: add dnd support for touch screen by Xiong Zhang · 12 years ago
  28. 24fc228 Makefile.am: The wayland rpi doesn't libsession-helper.la by Kristian Høgsberg · 12 years ago
  29. 12e750b Makefile.am: The rpi backend needs libsession-helper.la by Marco Barisione · 12 years ago
  30. 49c6aee terminal: add touch screen selection support by Xiong Zhang · 12 years ago
  31. e955525 src/Makefile.am: correct compile failure for launcher-util.c by Xiong Zhang · 12 years ago
  32. 1d781ee terminal: Update terminal->end whenever we write a character by Kristian Høgsberg · 12 years ago
  33. 989e9d5 Makefile.am: Move launcher helpers in to libsession-helper.la library by Kristian Høgsberg · 12 years ago
  34. 02b36f3 configure.ac: The drm backend no longer requires EGL by Kristian Høgsberg · 12 years ago
  35. d2c9d8a configure.ac: Make libdrm optional in weston-launch by Kristian Høgsberg · 12 years ago
  36. 89eebb7 tests: Remove an unecessary Makefile.am variable by Kristian Høgsberg · 12 years ago
  37. 9ab771d tests: Use a helper library for weston-test clients by Kristian Høgsberg · 12 years ago
  38. 8e293a5 tests: Use TEST_CLIENT for test client modules by Kristian Høgsberg · 12 years ago
  39. dcfff55 terminal: Init tab ruler after setting terminal->width by Kristian Høgsberg · 12 years ago
  40. ebd5fd4 input: Cancel pointer grabs when compositor loses kb focus by Kristian Høgsberg · 12 years ago
  41. 3d0fc76 shell: don't crash if a pointer's focus is null by Emilio Pozuelo Monfort · 12 years ago
  42. 617e9a3 dnd: Simplify drag icon creation by Kristian Høgsberg · 12 years ago
  43. 0d37974 compositor: set weston_surface:resource to NULL when destroyed by Giulio Camuffo · 12 years ago
  44. b9eae33 tests: .gitignore log files by Pekka Paalanen · 12 years ago
  45. f72e479 tests: allow weston test plugin to keep on running by Pekka Paalanen · 12 years ago
  46. f812477 tests: add a test causing SIGBUS to the compositor by Pekka Paalanen · 12 years ago
  47. bb835b4 man: document new focus-animation config entry by Emilio Pozuelo Monfort · 12 years ago
  48. 46ce798 shell: add a client config entry by Emilio Pozuelo Monfort · 12 years ago
  49. fcb6bf4 logind: change to -1+errno by David Herrmann · 12 years ago
  50. f86c390 logind: Use dbus_bool_t for bool types in dbus calls by Kristian Høgsberg · 12 years ago
  51. 576fe2a input: set the focus to NULL when the focus's resource is destroyed by Giulio Camuffo · 12 years ago
  52. 8b66ebd weston-info: Handle shm formats better by Kristian Høgsberg · 12 years ago
  53. 399841d Update the weston man page to include the new Wayland backend options by Jason Ekstrand · 12 years ago
  54. 3ec57f5 compositor-drm: Release the correct buffer in drm_output_release_fb by Jason Ekstrand · 12 years ago
  55. 42133d4 input: Fix a segfault in focus checking by Jason Ekstrand · 12 years ago
  56. 895b1fd gl-renderer: Attach buffer during surface state creation if possible by Ander Conselvan de Oliveira · 12 years ago
  57. 6579681 compositor-drm: Add key binding to switch from pixman to GL renderer by Ander Conselvan de Oliveira · 12 years ago
  58. b188e91 compositor: fix sub-surface view stacking order by Pekka Paalanen · 12 years ago
  59. 17467d6 exposay: move the pointer in our motion handler by Emilio Pozuelo Monfort · 12 years ago
  60. da64426 shell: Set output on the focus_surfaces' view by Emilio Pozuelo Monfort · 12 years ago
  61. 5c22ce6 exposay: Activate a surface when hovering it by Emilio Pozuelo Monfort · 12 years ago
  62. 8224309 exposay: add cancel impl to the kbd grab iface by Emilio Pozuelo Monfort · 12 years ago
  63. 03251b6 shell: Implement alt-tab switcher by Emilio Pozuelo Monfort · 12 years ago
  64. aa7a476 input: Don't send leave events to destroyed views by Emilio Pozuelo Monfort · 12 years ago
  65. df8133b Add Exposay by Daniel Stone · 12 years ago
  66. a67e6b9 Add move/scale animation by Daniel Stone · 12 years ago
  67. 96d47c0 Add modifier-only binding by Daniel Stone · 12 years ago
  68. b482dbd animation, shell: add kbd focus change animation by Louis-Francis Ratté-Boulianne · 12 years ago
  69. dd8b88d Wayland backend: set the opaque region when starting fullscreen by Axel Davy · 12 years ago
  70. a662206 protocol: move sub-surfaces to Wayland by Pekka Paalanen · 12 years ago
  71. ba44c6b Add [core] backend option by Lubomir Rintel · 12 years ago
  72. cdb4d29 compositor: add a way to override the default pointer grab by Giulio Camuffo · 12 years ago
  73. 1959ab8 input: let the pointer motion handlers move the pointer by Giulio Camuffo · 12 years ago
  74. 412b024 zoom: use the new pointer motion signal to move the zoom frame. by Giulio Camuffo · 12 years ago
  75. 6fcb378 input: add a motion signal to weston_pointer by Giulio Camuffo · 12 years ago
  76. ace0a39 weston-test: Always update transform when moving surface by Kristian Høgsberg · 12 years ago
  77. a3a784a compositor: Schedule a repaint in weston_view_damage_below() by Kristian Høgsberg · 12 years ago
  78. 77a51fd westoy: Remove some accessors for wl_shell / wl_shell_surface by Jasper St. Pierre · 12 years ago
  79. bf17590 westoy: Remove unused support for window parents by Jasper St. Pierre · 12 years ago
  80. 01eaaac westoy: Remove window_touch_move by Jasper St. Pierre · 12 years ago
  81. e505171 Add calls to wl_shm_buffer_begin/end_access by Neil Roberts · 12 years ago
  82. f707e81 filter: Remove unused variable by Jonas Ådahl · 12 years ago
  83. e82f8e4 evdev: Synchronize keys only if seat is keyboard capable by Jonas Ådahl · 12 years ago
  84. 47f1043 westoy: Fix the version number we request for wl_seat by Jasper St. Pierre · 12 years ago
  85. 5ea0480 compositor-wayland: Add fullscreen support by Jason Ekstrand · 12 years ago
  86. 12c6dd9 compositor-wayland: Add a --scale option by Jason Ekstrand · 12 years ago
  87. 0cf3935 compositor-wayland: Move config parsing into backend_init by Jason Ekstrand · 12 years ago
  88. 584fb62 compositor-wayland: Fix cursor coordinate transforms so it works on translated outputs by Jason Ekstrand · 12 years ago
  89. 06ced80 compositor-wayland: rename wayland_compositor.inputs to input_list by Jason Ekstrand · 12 years ago
  90. 4d615a7 compositor-wayland: Remove unused output handling code by Jason Ekstrand · 12 years ago
  91. 0bdd58f cairo-util: Rework frame button handling by Jason Ekstrand · 12 years ago
  92. 48ce421 compositor-wayland: Parse [output] config sections and more options by Jason Ekstrand · 12 years ago
  93. 33ff636 Move region transformation code to weston_transformed_region by Jason Ekstrand · 12 years ago
  94. b6a3cc7 Make weston_output_transform_coordinate more sane by Jason Ekstrand · 12 years ago
  95. 00b8428 Remove the concept of a border from weston_output. by Jason Ekstrand · 12 years ago
  96. ff2fd46 compositor-wayland: Add pixman/SHM fallback mode by Jason Ekstrand · 12 years ago
  97. 310382f gl-renderer: Remove the renderer-global border support by Jason Ekstrand · 12 years ago
  98. 7744f71 compositor-wayland: Add an actual frame around the compositor window by Jason Ekstrand · 12 years ago
  99. 0b61bf4 gl-renderer: Add support for per-output multi-texture borders. by Jason Ekstrand · 12 years ago
  100. 8f89fcb compositor-wayland: Rename structure members and make things more consistant by Jason Ekstrand · 12 years ago