1. 4d615a7 compositor-wayland: Remove unused output handling code by Jason Ekstrand · 12 years ago
  2. 0bdd58f cairo-util: Rework frame button handling by Jason Ekstrand · 12 years ago
  3. 48ce421 compositor-wayland: Parse [output] config sections and more options by Jason Ekstrand · 12 years ago
  4. 33ff636 Move region transformation code to weston_transformed_region by Jason Ekstrand · 12 years ago
  5. b6a3cc7 Make weston_output_transform_coordinate more sane by Jason Ekstrand · 12 years ago
  6. 00b8428 Remove the concept of a border from weston_output. by Jason Ekstrand · 12 years ago
  7. ff2fd46 compositor-wayland: Add pixman/SHM fallback mode by Jason Ekstrand · 12 years ago
  8. 310382f gl-renderer: Remove the renderer-global border support by Jason Ekstrand · 12 years ago
  9. 7744f71 compositor-wayland: Add an actual frame around the compositor window by Jason Ekstrand · 12 years ago
  10. 0b61bf4 gl-renderer: Add support for per-output multi-texture borders. by Jason Ekstrand · 12 years ago
  11. 8f89fcb compositor-wayland: Rename structure members and make things more consistant by Jason Ekstrand · 12 years ago
  12. 1d75c7d xwm: Set input region for fullscreen surfaces correctly by Kristian Høgsberg · 12 years ago
  13. 286ff68 compositor-wayland: Flush the display on commit by Jason Ekstrand · 12 years ago
  14. 453de7a compositor-wayland: Handle HUP or ERR from event loop by Kristian Høgsberg · 12 years ago
  15. a28ba55 launcher: Make sure we drop drm master before we allow VT switches by Kristian Høgsberg · 12 years ago
  16. aa2ee8b shell: Create view for lock surface by Kristian Høgsberg · 12 years ago
  17. 529a81a logind: Return proper error value when tty or seat doesn't match by Kristian Høgsberg · 12 years ago
  18. 90dfb11 animation.c: Schedule a repaint when the animation is done by Kristian Høgsberg · 12 years ago
  19. 912e0a1 Fall back to ANIMATION_NONE if startup-animation is zoom by Kristian Høgsberg · 12 years ago
  20. 4a7409a toytoolkit: Don't segfault on window close by Jason Ekstrand · 12 years ago
  21. 8ae6385 window.c: Don't ungrab input after displaying the menu by Kristian Høgsberg · 12 years ago
  22. b27901c input.c: Rename default grab functions to be consistent by Kristian Høgsberg · 12 years ago
  23. 1ea343e Add cancel function to grab interfaces by Jonas Ådahl · 12 years ago
  24. 1c6e63e shell: Don't leak weston_touch_move_grab structs by Jonas Ådahl · 12 years ago
  25. b180188 input: Remove unused variable by Jonas Ådahl · 12 years ago
  26. b8e62d9 configure.ac: Report if built with XCB-XKB or not by Jonas Ådahl · 12 years ago
  27. f88571f compositor-x11: Hide update_xkb_keymap behind #ifdef HAVE_XCB_XKB by Jonas Ådahl · 12 years ago
  28. 80511ef tests/.gitignore: Add *.trs by Jonas Ådahl · 12 years ago
  29. 96dc9e4 rpi: Remove create_view and destroy_view implementations by Tomeu Vizoso · 12 years ago
  30. 9b8e1b1 configure.ac: Require wayland >= 1.3.91 by Kristian Høgsberg · 12 years ago
  31. 0eee0a2 weston-launch: Revoke and close input fds when we vt switch away by Kristian Høgsberg · 12 years ago
  32. 3742434 configure.ac: Require at least version 0.3.0 of xkbcommon by Kristian Høgsberg · 12 years ago
  33. 5e392ef .gitignore: Add .valid files by Kristian Høgsberg · 12 years ago
  34. adda00e pixman-renderer, gl-renderer: Destroy surface state with the renderer by Ander Conselvan de Oliveira · 12 years ago
  35. aa398ae compositor: Let renderers create and destroy surface state on their own by Ander Conselvan de Oliveira · 12 years ago
  36. 6b16214 pixman-renderer, gl-renderer: Destroy debug bindings on clean up by Ander Conselvan de Oliveira · 12 years ago
  37. c68b108 pixman-renderer: Initialize pixman-renderer struct with zeros by Ander Conselvan de Oliveira · 12 years ago
  38. 7498758 rpi: Protect in-use DispmanX resources from premature deletion by Tomeu Vizoso · 12 years ago
  39. 34dad7d rpi: Remove dangling reference to weston_view by Tomeu Vizoso · 12 years ago
  40. e3df6f1 rpi: Only check for prematurely destroyed wl_buffers in the EGL case by Tomeu Vizoso · 12 years ago
  41. 4424774 rpi: EGL surfaces need to be swapped always that we have an incoming back buffer by Tomeu Vizoso · 12 years ago
  42. 1576781 rpi: Fix logging of buffer swaps for the EGL case by Tomeu Vizoso · 12 years ago
  43. 5c3ea3b rpi: Initialize surface's list of views by Tomeu Vizoso · 12 years ago
  44. 1d7ad62 rpi: Link with EGL if ENABLE_EGL by Tomeu Vizoso · 12 years ago
  45. 64db37e protocol: hook up xmllint to check validity by Peter Hutterer · 12 years ago
  46. c85f1d4 shell.c: Prevent moving a window from more than one source by Kristian Høgsberg · 12 years ago
  47. 0d94f41 shell.c: Don't overwrite focus surface argument in activate_binding() by Kristian Høgsberg · 12 years ago
  48. 7ab139c shell: Don't cast weston_view to surface when we just need view->surface by Kristian Høgsberg · 12 years ago
  49. aa2700d compositor: Remove two unused variables by Kristian Høgsberg · 12 years ago
  50. 48588f8 shell: Create a view for the grab_surface by Kristian Høgsberg · 12 years ago
  51. c3244d7 input: Properly handle setting touch focus to NULL by Kristian Høgsberg · 12 years ago
  52. b5a4f98 compositor-x11: Use the fullscreen size provided by the configure event by Kristian Høgsberg · 12 years ago
  53. a3a0e18 shell: Add the right output object to the shell output_list by Kristian Høgsberg · 12 years ago
  54. 6b48142 shell: register output->destroy_signal handler by Xiong Zhang · 12 years ago
  55. 83d8ee7 window, desktop-shell: deal with output unplug on client side by Xiong Zhang · 12 years ago
  56. 9711653 compositor: set surface->plane from destroyed plane to NULL by Xiong Zhang · 12 years ago
  57. 89f4bc4 window.c: Don't put titlebars on menu windows by Kristian Høgsberg · 12 years ago
  58. c680e90 window.c: Use frame code for drawing menus by Kristian Høgsberg · 12 years ago
  59. a83be20 terminal: Show character grid size in header bar when resizing by Kristian Høgsberg · 12 years ago
  60. 67b8215 terminal: Add context menu with new terminal/copy/paste by Kristian Høgsberg · 12 years ago
  61. 14f39b2 terminal: Add scroll-back history by Kristian Høgsberg · 12 years ago
  62. 5d380c3 configure.ac: Bump version to 1.3.90 for the master branch by Kristian Høgsberg · 12 years ago
  63. 3eccb86 clients/window: Dispose of previous keymap and state on keymap change by Rui Matos · 12 years ago
  64. 0c194ce compositor-wayland: Handle keymap changes by Rui Matos · 12 years ago
  65. c6c2f8e compositor-x11: Update keymap when XKB keymap changes by Rui Matos · 12 years ago
  66. 65196bc input: Add core API to update the keymap by Rui Matos · 12 years ago
  67. a7af704 Split the geometry information from weston_surface out into weston_view by Jason Ekstrand · 12 years ago
  68. d4c1cd7 logind: Remove missing 'else' by Kristian Høgsberg · 12 years ago
  69. 10ddd97 compositor: Remove redundant and not well-defined focus field by Kristian Høgsberg · 12 years ago
  70. 2e61126 compositor-drm: Don't call drop/set master anymore by Kristian Høgsberg · 12 years ago
  71. 1edf44c compositor: finish frame if redraw fails by David Herrmann · 12 years ago
  72. 3c688c5 compositor-drm: finish frame if initial page-flip fails by David Herrmann · 12 years ago
  73. 4c4bb95 Rename invocations of frame_create that were missed by ee7fefcf by Cameron Stewart · 12 years ago
  74. cc5b2ed launcher: add logind backend by David Herrmann · 12 years ago
  75. e461f85 launcher: add weston_launcher_close() dummy by David Herrmann · 12 years ago
  76. 814d49f dbus: add dbus-match helpers by David Herrmann · 12 years ago
  77. 59ab900 Add optional dbus helpers by David Herrmann · 12 years ago
  78. afb9828 window: Only clamp min size for windows with frame by Kristian Høgsberg · 12 years ago
  79. fb08e4b weston-launch: Use /bin/sh for launching weston by Kristian Høgsberg · 12 years ago
  80. 53ec560 window: Set a minimum size for toytoolkit windows by Kristian Høgsberg · 12 years ago
  81. 3042ffe udev-seat: Repick seat after a new device was added by Jonas Ådahl · 12 years ago
  82. a493274 input: Unmap pointer sprite when no more pointer devices are connected by Jonas Ådahl · 12 years ago
  83. 630bae8 input: Unset focus of seat device when releasing last reference by Jonas Ådahl · 12 years ago
  84. d6e1c34 evdev: Reference count input device's seat capabilities by Jonas Ådahl · 12 years ago
  85. 8e6f376 compositor-drm: Support configuring the framebuffer format from weston.ini by Kristian Høgsberg · 12 years ago
  86. d8e9833 compositor-drm: Use a param struct for initialization like other backends by Kristian Høgsberg · 12 years ago
  87. 3f97b34 compositor-drm: Make drm_output_check_scanout_format() work for all formats by Kristian Høgsberg · 12 years ago
  88. 598477d window: Set opaque region to window size if we're fullscreen by Kristian Høgsberg · 12 years ago
  89. 724c8d9 shell: Add a new weston.ini to control the startup animation by Kristian Høgsberg · 12 years ago
  90. 991810c compositor: Stop the repaint loop if the compositor went to sleep by Kristian Høgsberg · 12 years ago
  91. 78fe753 simple-egl: Add support for using a 16 bpp EGLConfig by Kristian Høgsberg · 12 years ago
  92. 1641d14 fbdev: open launcher only once by David Herrmann · 12 years ago
  93. e05a0cd evdev: release devices on read() error by David Herrmann · 12 years ago
  94. c133fc4 evdev: Clear touch capability if we see a mouse-type button by Kristian Høgsberg · 12 years ago
  95. 9df41e1 evdev: Only init a pointer if the evdev device has a button by Kristian Høgsberg · 12 years ago
  96. 7073f6f evdev: Stop looking for pointer buttons when we get to BTN_JOYSTICK by Kristian Høgsberg · 12 years ago
  97. 97f2952 gl-renderer: Build as a loadable module by Ander Conselvan de Oliveira · 12 years ago
  98. 70e2e68 build: Add dependency between libdrm and compositor for drm backend by Ander Conselvan de Oliveira · 12 years ago
  99. 891a16d launcher: Drop unecessary checks for drm_fd == -1 by Kristian Høgsberg · 12 years ago
  100. 876c75f launcher: Fix reverted sense of drm_check_master() wrapper by Kristian Høgsberg · 12 years ago