1. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  2. dc54993 Convert wl_fixed_t to int in weston_output_update_zoom(). by Scott Moreau · 13 years ago
  3. 0b61130 xwm: memset struct to 0 by Kristian Høgsberg · 13 years ago
  4. 88c1607 shell: Remove lock/unlock listeners on shutdown by Kristian Høgsberg · 13 years ago
  5. 199fbb8 xwm: Paint different decoration for active surface by Kristian Høgsberg · 13 years ago
  6. bc4db77 src: Don't add COMPOSITOR_CFLAGS to AM_CPPFLAGS by Kristian Høgsberg · 13 years ago
  7. 20d0028 Rename libconfig-parser to libshared by Kristian Høgsberg · 13 years ago
  8. 176b471 xwm: Don't repaint after destroying window by Kristian Høgsberg · 13 years ago
  9. f6f9069 compositor: Fix cursor positioning right after input_device.attach by Ander Conselvan de Oliveira · 13 years ago
  10. 19ce462 xwm: Update window title when window property change by Kristian Høgsberg · 13 years ago
  11. 2a08886 xwm: Put a title bar on it by Kristian Høgsberg · 13 years ago
  12. 13e8e47 xwm: Reparent X windows, paint a red decoration frame by Kristian Høgsberg · 13 years ago
  13. c7ca355 compositor: Only call weston_surface_update_transform from repaint by Kristian Høgsberg · 13 years ago
  14. c2d1600 compositor: Remove a few leftover screenshooter declarations by Kristian Høgsberg · 13 years ago
  15. bef52d1 Update to new libxkbcommon API by Kristian Høgsberg · 13 years ago
  16. c0ca399 evdev: Use wl_fixed_t for relative motions by Jonas Ådahl · 13 years ago
  17. b71302e Fix a few -pedantic warnings by Kristian Høgsberg · 13 years ago
  18. c4621b0 compositor: Report refresh rates in mHz by Kristian Høgsberg · 13 years ago
  19. 34829de compositor: Simplify clip_pointer_motion() and make it handle dead areas by Kristian Høgsberg · 13 years ago
  20. f647c5a compositor: When clipping pointer motions, don't loose precision by Jonas Ådahl · 13 years ago
  21. e11bbe4 compositor: Use wl_fixed_t for incoming input events by Kristian Høgsberg · 13 years ago
  22. 1f37601 compositor: Move pointer motion clipping to its own function by Kristian Høgsberg · 13 years ago
  23. c39aa5a evdev: Convert wl_fixed_t to int before using internally by Jonas Ådahl · 13 years ago
  24. d42f457 Load an XKB keymap and state in the compositor by Daniel Stone · 13 years ago
  25. 855028f Add xkb_names member plus config + X11 support by Daniel Stone · 13 years ago
  26. 103db7f Convert wire input co-ordinates to fixed-point by Daniel Stone · 13 years ago
  27. b230a7e Convert internal input co-ordinates to GLfloat by Daniel Stone · 13 years ago
  28. bd3489b Add fixed-point versions of weston_surface_{to, from}_global by Daniel Stone · 13 years ago
  29. 52e598c shell: use own struct for transient surfaces by Tiago Vignatti · 13 years ago
  30. 70e5c9c shell: fix uninitialized variable warning by Tiago Vignatti · 13 years ago
  31. e5a0120 Rename 'state' in axis (or ambiguous) bindings to 'value' by Daniel Stone · 13 years ago
  32. 5d66371 Change button from int to uint32_t by Daniel Stone · 13 years ago
  33. da5b93c Change key/button grab bindings to take unsigned state by Daniel Stone · 13 years ago
  34. 8e1f77f drm: Make KMS hw cursors work again by Kristian Høgsberg · 13 years ago
  35. a64b15d compositor-drm: alow scanning out of buffers with XRGB8888 format by Ander Conselvan de Oliveira · 13 years ago
  36. 555c17d compositor-drm: refactor to avoid unnecessary allocation of KMS FBs by Ander Conselvan de Oliveira · 13 years ago
  37. e7afd91 shell: Handle set_title and set_class by Kristian Høgsberg · 13 years ago
  38. 4577adc Use the dummy pbuffer we create to make current by Cooper Yuan · 13 years ago
  39. 5f5f319 compositor-drm: call EGL cleanup functions on exit by Ander Conselvan de Oliveira · 13 years ago
  40. f7e23d5 shell: Always configure when surface type changes by Kristian Høgsberg · 13 years ago
  41. 7f366e7 shell: Don't move or reconfigure surfaces until we get the new buffer by Kristian Høgsberg · 13 years ago
  42. 7bcb8bd shell: Fix not remove rotation for fullscreen surf by Alex Wu · 13 years ago
  43. fb98089 shell: allocate enough memory for shsurf->ping_timer by Ander Conselvan de Oliveira · 13 years ago
  44. a8479f1 Merge remote-tracking branch 'pq/simple-fixes' by Kristian Høgsberg · 13 years ago
  45. 306e361 tests: Add an initial weston integration test by Kristian Høgsberg · 13 years ago
  46. e17f610 compositor: Initialize xserver variable by Scott Moreau · 13 years ago
  47. f31ad10 compositor: report .so path when load_module() fails by Pekka Paalanen · 13 years ago
  48. e10d279 shell-animation: add conf option in shell by Juan Zhao · 13 years ago
  49. 2abd07b animation: add fading-in animation by Juan Zhao · 13 years ago
  50. 90c6f1c xserver: Move window property reading to set_window_id handler by Kristian Høgsberg · 13 years ago
  51. 54094c3 xserver: Read window properties in map request handler by Kristian Høgsberg · 13 years ago
  52. ca535c1 shell: Don't ping internal shell surfaces by Kristian Høgsberg · 13 years ago
  53. bc052c9 compositor: introduce internal shell_interface by Tiago Vignatti · 13 years ago
  54. b10f1e3 compositor: Set pointer surface input region to empty on attach by Kristian Høgsberg · 13 years ago
  55. a4e8b33 shell: Move binding-modifier to shell section by Kristian Høgsberg · 13 years ago
  56. 0b52d48 shell: modifier bindings configurable by Tiago Vignatti · 13 years ago
  57. 72c2372 screenshooter: Move buffer assembly to client side by Scott Moreau · 13 years ago
  58. 062be7e screenshooter: Grab pixel data directly before buffer swap by Scott Moreau · 13 years ago
  59. 9074db5 Send surface enter/leave events by Casey Dahlin · 13 years ago
  60. 58ba137 Add an id field to outputs by Casey Dahlin · 13 years ago
  61. 96d8a75 Change find_resource_for_surface to find_resource_for_client by Casey Dahlin · 13 years ago
  62. 9521d5e shell: Cleanup ping_timer code. by Scott Moreau · 13 years ago
  63. adb624a compositor-drm: Remove an useless code line. by Alex Wu · 13 years ago
  64. c3e54eb Dim unresponsive windows by Scott Moreau · 13 years ago
  65. 6936708 Install brightness and saturation variables for surface shader by Scott Moreau · 13 years ago
  66. ff1db4a Install structuring for ping-pong protocol by Scott Moreau · 13 years ago
  67. bd3354b shell: Implement "driver" method of fullsceen. by Alex Wu · 13 years ago
  68. b7b8bda compositor-drm: Add switch_mode support. by Alex Wu · 13 years ago
  69. 2dda604 compositor: Add a switch_mode hook and a wrapper into the output. by Alex Wu · 13 years ago
  70. 314db6e weston-launch: be more descriptive with output messages by Tiago Vignatti · 13 years ago
  71. a1d57db compositor: make GL_EXT_read_format_bgra optional by Pekka Paalanen · 13 years ago
  72. 45fab0e screenshooter: refactor the copy loop by Pekka Paalanen · 13 years ago
  73. 299e58d compositor: check queryString success by Pekka Paalanen · 13 years ago
  74. 52bfbaa compositor: use GL_EXT_unpack_subimage only if available by Pekka Paalanen · 13 years ago
  75. 2eaa11e compositor: add EGL_WL_bind_wayland_display definitions by Pekka Paalanen · 13 years ago
  76. 9bc1a4e compositor: move libudev.h to evdev.h by Pekka Paalanen · 13 years ago
  77. e4faa2a compositor: init shell after xserver by Tiago Vignatti · 13 years ago
  78. be14326 desktop-shell: use more consistent name for the main structure by Tiago Vignatti · 13 years ago
  79. eb04ddb tty: Fall back to K_RAW if K_OFF is not available by Kristian Høgsberg · 13 years ago
  80. 3730f36 shell: Tighten shell.set_popup semantics by Kristian Høgsberg · 13 years ago
  81. 011abc8 xserver-launcher: Pass serial to wl_input_device_set_selection() by Kristian Høgsberg · 13 years ago
  82. d012e9d Make xserver-launcher a module by Kristian Høgsberg · 13 years ago
  83. 02e79dc compositor: Add a destroy signal and turn weston_shell into signals by Kristian Høgsberg · 13 years ago
  84. 27e3052 Use wl_signal mechanism by Kristian Høgsberg · 13 years ago
  85. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  86. 78db848 compositor: Damage output in weston_output_init by Benjamin Franzke · 13 years ago
  87. b687940 compositor: Remove wl_output-global on unplug by Benjamin Franzke · 13 years ago
  88. fe0444a shell: handle surface destruction during move, resize and rotate grabs by Ander Conselvan de Oliveira · 13 years ago
  89. ba25bd7 weston-launcher: Fix uninitialized variable warning by Kristian Høgsberg · 13 years ago
  90. 9e14091 weston-launcher: Fix aliasing warnings by Kristian Høgsberg · 13 years ago
  91. 035dd9c compositor: End keyboard grab when compositor loses keyboard focus by Kristian Høgsberg · 13 years ago
  92. eeb2e50 tty: Put console in K_OFF mode by Kristian Høgsberg · 13 years ago
  93. 5d1c0c5 drm: Add vt switch keybindings by Kristian Høgsberg · 13 years ago
  94. a00d60f evdev: Get key state from kernel on vt enter by Kristian Høgsberg · 13 years ago
  95. 4014a6b drm: Remove input devices before cancelling repaints in vt switch away by Kristian Høgsberg · 13 years ago
  96. e5cf741 xserver: Return EEXIST if unlinking lockfile fails by Kristian Høgsberg · 13 years ago
  97. 2c76be7 xserver: Don't leak lockfile fd on error path by Kristian Høgsberg · 13 years ago
  98. 31dd6b8 compositor: Don't pass output to notify_keyboard_focus by Kristian Høgsberg · 13 years ago
  99. 78d3afe evdev: Disable the udev monitor when another vt becomes active by Benjamin Franzke · 13 years ago
  100. bfeda13 Introduce weston-launch by Benjamin Franzke · 14 years ago