1. 380deee xwayland: Add window-manager.c by Kristian Høgsberg · 13 years ago
  2. 4714558 xwayland: Rename xserver-launcher.c to window-manager.c by Kristian Høgsberg · 13 years ago
  3. e10b124 xwayland: Move socket and launcher code to it's own file by Kristian Høgsberg · 13 years ago
  4. 102bf03 xwayland: Split selection code into its own file by Kristian Høgsberg · 13 years ago
  5. a921901 Move xwayland integration into xwayland subdirectory by Kristian Høgsberg · 13 years ago
  6. 9540ea6 shell: Fix broken indentation in shell_get_shell_surface() by Kristian Høgsberg · 13 years ago
  7. 45ba869 shell: Make create_shell_surface() just return the shsurf by Kristian Høgsberg · 13 years ago
  8. e829a87 xwm: Add ewmh window type atoms by Kristian Høgsberg · 13 years ago
  9. 2459fd6 xwm: Don't leak render format reply by Kristian Høgsberg · 13 years ago
  10. a416fa1 xwm: Switch alpha, brightness and saturation to GLfloat by Kristian Høgsberg · 13 years ago
  11. 579f293 shell: Remove fading animation from animation list when surface destroyed by Rob Bradford · 13 years ago
  12. 168288b xwm: Account for shadow and frame size when positioning transient windows by Kristian Høgsberg · 13 years ago
  13. b4ad4cb xwm: Improve debug logging a bit by Kristian Høgsberg · 13 years ago
  14. 1ad4c42 xserver: map transient windows into shell surface by Tiago Vignatti · 13 years ago
  15. dec7658 window: send transient flags over the wire by Tiago Vignatti · 13 years ago
  16. de7d66f xwm: Dont queue repaints unless we have a frame window by Kristian Høgsberg · 13 years ago
  17. 21a6891 xwm: Keep cairo surface around and just resize it by Kristian Høgsberg · 13 years ago
  18. 5ea11b6 xwm: Look up render format up front by Kristian Høgsberg · 13 years ago
  19. 491bac1 shell: Expose set_transient in shell interface by Tiago Vignatti · 13 years ago
  20. 5cbb9c8 xserver: don't activate window always when mapping by Tiago Vignatti · 13 years ago
  21. fabcf8f xwm: Set border width to zero in handle_map_request by Kristian Høgsberg · 13 years ago
  22. da86af7 xwm: Handle _NET_WM_MOVERESIZE_MOVE client message by Kristian Høgsberg · 13 years ago
  23. 3701f68 xwm: Move window on frame button click by Kristian Høgsberg · 13 years ago
  24. 938b8fa shell: Expose surface move functionality in shell interface by Kristian Høgsberg · 13 years ago
  25. 00c5774 xwm: Fall back to WM_NAME if we don't have _NET_WM_NAME by Kristian Høgsberg · 13 years ago
  26. b4e4c0a xwm: Initialize window->properties_dirty by Kristian Høgsberg · 13 years ago
  27. 4b98b6f xwm: Read motif wm hints by Kristian Høgsberg · 13 years ago
  28. 8667e77 compositor: Silence compiler warning by initializing resource to NULL by Rob Bradford · 13 years ago
  29. 693d832 xserver: Set input region for xwm surfaces by Kristian Høgsberg · 13 years ago
  30. 1df17af evdev: Improve touchpad support and add motion filters by Jonas Ådahl · 13 years ago
  31. 4136d82 evdev: Add event process dispatching by Jonas Ådahl · 13 years ago
  32. d6ad122 compositor: Disable blending for WL_SHM_FORMAT_XRGB8888 surface by Kristian Høgsberg · 13 years ago
  33. c0bc844 compositor-x11: Check the right variable after creating dummy pbuffer by Kristian Høgsberg · 13 years ago
  34. 8704619 tests: Rename left-over caps_mask to capability by Kristian Høgsberg · 13 years ago
  35. b93b6cf compositor: Remove resource from list when we destroy seat devices by Kristian Høgsberg · 13 years ago
  36. 9746050 xwm: Resize frame window if child window changes size by Kristian Høgsberg · 13 years ago
  37. b84108d simple-egl: Fix crash and simplify by Kristian Høgsberg · 13 years ago
  38. 0b0c2bb compositor: Add opaque rect shader feature by Kristian Høgsberg · 13 years ago
  39. fb6c6d9 xserver: Use frame rendering code from cairo-util by Kristian Høgsberg · 13 years ago
  40. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  41. dc54993 Convert wl_fixed_t to int in weston_output_update_zoom(). by Scott Moreau · 13 years ago
  42. 0b61130 xwm: memset struct to 0 by Kristian Høgsberg · 13 years ago
  43. 88c1607 shell: Remove lock/unlock listeners on shutdown by Kristian Høgsberg · 13 years ago
  44. 199fbb8 xwm: Paint different decoration for active surface by Kristian Høgsberg · 13 years ago
  45. bc4db77 src: Don't add COMPOSITOR_CFLAGS to AM_CPPFLAGS by Kristian Høgsberg · 13 years ago
  46. c0a7ff5 configure: Add pixman-1 to the compositor required packages by Kristian Høgsberg · 13 years ago
  47. 20d0028 Rename libconfig-parser to libshared by Kristian Høgsberg · 13 years ago
  48. 5a315bc Move cairo-util to shared/ by Kristian Høgsberg · 13 years ago
  49. 5adb480 window: Move frame rendering to cairo-util by Kristian Høgsberg · 13 years ago
  50. 42abdf5 window: Move theme rendering code to cairo-util by Kristian Høgsberg · 13 years ago
  51. 291c69c window: Move all frame theme related state into new struct theme by Kristian Høgsberg · 13 years ago
  52. 176b471 xwm: Don't repaint after destroying window by Kristian Høgsberg · 13 years ago
  53. d993188 window: Compute title vertical position based on font extents by Kristian Høgsberg · 13 years ago
  54. 7507b57 window: Store the outputs that the window is on by Rob Bradford · 13 years ago
  55. f6f9069 compositor: Fix cursor positioning right after input_device.attach by Ander Conselvan de Oliveira · 13 years ago
  56. 6d2030d tests: Fix event-test by Ander Conselvan de Oliveira · 13 years ago
  57. 19ce462 xwm: Update window title when window property change by Kristian Høgsberg · 13 years ago
  58. 2a08886 xwm: Put a title bar on it by Kristian Høgsberg · 13 years ago
  59. 13e8e47 xwm: Reparent X windows, paint a red decoration frame by Kristian Høgsberg · 13 years ago
  60. c7ca355 compositor: Only call weston_surface_update_transform from repaint by Kristian Høgsberg · 13 years ago
  61. c2d1600 compositor: Remove a few leftover screenshooter declarations by Kristian Høgsberg · 13 years ago
  62. f7e498c toytoolkit: Recalculate input region if client has modified it's size. by Scott Moreau · 13 years ago
  63. 79b5652 window: fix missed xkb API adaptation by Pekka Paalanen · 13 years ago
  64. 7c8b116 simple-shm: Handle ping event. by Scott Moreau · 13 years ago
  65. 4c3dac9 clients: Remove superfluous #includes by Kristian Høgsberg · 13 years ago
  66. bef52d1 Update to new libxkbcommon API by Kristian Høgsberg · 13 years ago
  67. d174521 resizor: More resizing by Kristian Høgsberg · 13 years ago
  68. 3593f81 simple-egl: Add option -o to make surface opaque by Kristian Høgsberg · 13 years ago
  69. df21183 clients: Add motion event trails to clickdot by Jonas Ådahl · 13 years ago
  70. c0ca399 evdev: Use wl_fixed_t for relative motions by Jonas Ådahl · 13 years ago
  71. 1998b15 window.c: frame_button: Maximize, minimize, close, icon buttons in window frame by Martin Minarik · 13 years ago
  72. 80680c7 window.c: Just use float instead of GLfloat, remove GLES2.h include by Kristian Høgsberg · 13 years ago
  73. b71302e Fix a few -pedantic warnings by Kristian Høgsberg · 13 years ago
  74. c4621b0 compositor: Report refresh rates in mHz by Kristian Høgsberg · 13 years ago
  75. 34829de compositor: Simplify clip_pointer_motion() and make it handle dead areas by Kristian Høgsberg · 13 years ago
  76. f647c5a compositor: When clipping pointer motions, don't loose precision by Jonas Ådahl · 13 years ago
  77. e11bbe4 compositor: Use wl_fixed_t for incoming input events by Kristian Høgsberg · 13 years ago
  78. 1f37601 compositor: Move pointer motion clipping to its own function by Kristian Høgsberg · 13 years ago
  79. c39aa5a evdev: Convert wl_fixed_t to int before using internally by Jonas Ådahl · 13 years ago
  80. ff1c2d7 window: Don't crash if a cursor image failed to load. by Dima Ryazanov · 13 years ago
  81. 87e4c93 window: fix check of cursor image load result by Rafal Mielniczuk · 13 years ago
  82. d42f457 Load an XKB keymap and state in the compositor by Daniel Stone · 13 years ago
  83. db095ff Link compositors to xkbcommon as well by Daniel Stone · 13 years ago
  84. 855028f Add xkb_names member plus config + X11 support by Daniel Stone · 13 years ago
  85. 7016313 Port Wayland clients to new xkbcommon API by Kristian Høgsberg · 13 years ago
  86. 103db7f Convert wire input co-ordinates to fixed-point by Daniel Stone · 13 years ago
  87. b230a7e Convert internal input co-ordinates to GLfloat by Daniel Stone · 13 years ago
  88. bd3489b Add fixed-point versions of weston_surface_{to, from}_global by Daniel Stone · 13 years ago
  89. eb95d0d build: Tighten mtdev dependency to reflect requirement by Rob Bradford · 13 years ago
  90. 52e598c shell: use own struct for transient surfaces by Tiago Vignatti · 13 years ago
  91. 70e5c9c shell: fix uninitialized variable warning by Tiago Vignatti · 13 years ago
  92. 001de54 window: use only one shm pool for all the cursor images by Ander Conselvan de Oliveira · 13 years ago
  93. e5a0120 Rename 'state' in axis (or ambiguous) bindings to 'value' by Daniel Stone · 13 years ago
  94. 5d66371 Change button from int to uint32_t by Daniel Stone · 13 years ago
  95. da5b93c Change key/button grab bindings to take unsigned state by Daniel Stone · 13 years ago
  96. 7ceeb7d test-client: Include poll.h to silence warning by Daniel Stone · 13 years ago
  97. 8e1f77f drm: Make KMS hw cursors work again by Kristian Høgsberg · 13 years ago
  98. 1493d2a window: use libXcursor for loading pointer images by Ander Conselvan de Oliveira · 13 years ago
  99. d51624f simple-egl: add option for running fullscreen by Ander Conselvan de Oliveira · 13 years ago
  100. a64b15d compositor-drm: alow scanning out of buffers with XRGB8888 format by Ander Conselvan de Oliveira · 13 years ago