1. 97a5614 weston.ini: Use 'modeline' key for modeline example by Kristian Høgsberg · 12 years ago
  2. 8aa1617 shell: Do not hang when mapping a popup twice by Giulio Camuffo · 12 years ago
  3. db79057 compositor: set data_device keyboard focus in seat_get_keyboard by Rafal Mielniczuk · 12 years ago
  4. 8764466 udev-seat: Simplfy enable/disable interface a bit by Kristian Høgsberg · 12 years ago
  5. 7e597f2 compositor-fbdev: Use udev_seat by Kristian Høgsberg · 12 years ago
  6. 98cfea6 compositor-drm: Move udev_seat to its own file by Kristian Høgsberg · 12 years ago
  7. e809103 compositor-drm: Rename a few evdev_* functions to udev_seat_* by Kristian Høgsberg · 12 years ago
  8. bb41005 configure.ac: Make xwayland tests depend on xwayland by Quentin Glidic · 12 years ago
  9. 2f07ef6 xkb: Don't call exit on failure in weston_compositor_xkb_init() by Kristian Høgsberg · 12 years ago
  10. 4fd273f compositor-x11: Fix pointer type warning by Kristian Høgsberg · 12 years ago
  11. 5062384 compositor-drm: Remember to drop master in drm error handling by Kristian Høgsberg · 12 years ago
  12. 4905efd src/Makefile.am: Use $(libdir) instead of @libdir@ by Kristian Høgsberg · 12 years ago
  13. af4f2aa Install header files and pkg-config file for external modules by Kristian Høgsberg · 12 years ago
  14. 554a0da compositor: Use libunwind if available for better backtraces by Marcin Slusarz · 12 years ago
  15. 1cc9e08 text: Split out cursor_position by Jan Arne Petersen · 13 years ago
  16. 964b517 text: Rename set_micro_focus request by Jan Arne Petersen · 13 years ago
  17. 6138197 text: Add show/hide_input_panel requests by Jan Arne Petersen · 13 years ago
  18. 0eabcaa text: Add commit request by Jan Arne Petersen · 13 years ago
  19. f255165 text: Remove unused requests/events by Jan Arne Petersen · 13 years ago
  20. ffbb20f text: Move input_panel interface to input-method by Jan Arne Petersen · 13 years ago
  21. 23ccfb3 shell: Do not hang after setting input_panel twice by Jan Arne Petersen · 13 years ago
  22. af7b6c9 shell: Do not crash when hiding input_panel by Jan Arne Petersen · 13 years ago
  23. 3fb6e71 editor: Add support for backspace keysym events by Jan Arne Petersen · 13 years ago
  24. 8746ba0 doc: add some more text protocol documentation by Jan Arne Petersen · 13 years ago
  25. a75a789 text: fix weston key bindings with input methods by Jan Arne Petersen · 13 years ago
  26. ab2b014 simple-im: fix for protocol changes by Jan Arne Petersen · 13 years ago
  27. 2dc3b3f keyboard: add support for invoke_action by Jan Arne Petersen · 13 years ago
  28. 3489ba9 editor: add support for invoke_action by Jan Arne Petersen · 13 years ago
  29. adfedc1 text: add support for invoke_action request by Jan Arne Petersen · 13 years ago
  30. 0558a93 editor: Add content type example by Jan Arne Petersen · 13 years ago
  31. e475f29 keyboard: Add support for a numeric layout by Jan Arne Petersen · 13 years ago
  32. 26ffa81 text: Add content type support to text protocol by Jan Arne Petersen · 13 years ago
  33. 0a1cf39 editor: add support for pre-edit styling by Jan Arne Petersen · 13 years ago
  34. 49a3fb3 keyboard: Add support for pre-edit styling by Jan Arne Petersen · 13 years ago
  35. 4a17fae editor: support commit on reset by Jan Arne Petersen · 13 years ago
  36. c7d2a98 text: add serial argument to text protocol by Jan Arne Petersen · 13 years ago
  37. 4653531 text: add pre-edit styling support to protocol by Jan Arne Petersen · 13 years ago
  38. 18639f8 shell: Set the DPMS state if the screensaver fails to launch or dies by Ander Conselvan de Oliveira · 12 years ago
  39. 8e7adbf compositor-x11: Wait for configure_notify for fullscreen by Kristian Høgsberg · 12 years ago
  40. 81585e9 xwm: Don't leak pending.input region by Kristian Høgsberg · 12 years ago
  41. 25bb696 xwm: Fix silly region math by Kristian Høgsberg · 12 years ago
  42. d8b617d xwm: Fix input region regression from commit changes by Kristian Høgsberg · 12 years ago
  43. 451a971 shell: Fix bug when input panel is shown twice by Jan Arne Petersen · 12 years ago
  44. 0c36903 shell: Add back ability to rotate unresponsive surfaces by Kristian Høgsberg · 12 years ago
  45. e994edd window.c: Don't allow moving a maximized window by Kristian Høgsberg · 12 years ago
  46. 9f3dd15 shell: Bypass fullscreen scaling if surface width and height match output by Rob Bradford · 12 years ago
  47. 566b464 weston-launcher: Add missing newline in error message by Martin Andersson · 12 years ago
  48. 0c4445b window: create Cairo surfaces on demand for redraw by Pekka Paalanen · 12 years ago
  49. 0a9686f window: let menu and tooltip redraw use widget size by Pekka Paalanen · 12 years ago
  50. 61e028c window: remove the transparent flag as unused by Pekka Paalanen · 12 years ago
  51. 89dee00 window: move cairo_surface into struct surface by Pekka Paalanen · 12 years ago
  52. 2d8a32a window: add surface pointer to widget by Pekka Paalanen · 12 years ago
  53. b1cd9b1 window: move input and opaque regions into struct surface by Pekka Paalanen · 12 years ago
  54. ac95f3e window: move 'widget' member into struct surface by Pekka Paalanen · 12 years ago
  55. 7bcfead window: assimilate window_get_resize_dx_dy() into the call site by Pekka Paalanen · 12 years ago
  56. 02bba7c window: move buffer type and transform into struct surface by Pekka Paalanen · 12 years ago
  57. 811ec4f window: move toysurface and allocation to struct surface by Pekka Paalanen · 12 years ago
  58. 4e37374 window: create new struct surface with wl_surface by Pekka Paalanen · 12 years ago
  59. 550d66b window: destroy the 2nd shm buffer, if both released by Pekka Paalanen · 12 years ago
  60. 33a68ea window: check the initial wl_display_dispatch() by Pekka Paalanen · 12 years ago
  61. 4e10654 window: improve EGL-related error messages by Pekka Paalanen · 12 years ago
  62. 3c087e4 configure.ac: Add version to bug URL as well by Kristian Høgsberg · 12 years ago
  63. bf0f4b9 configure.ac: Change bugs.freedesktop.org product to Wayland by Scott Moreau · 12 years ago
  64. 4c65da5 compositor: Init fade surface color properly by Ander Conselvan de Oliveira · 12 years ago
  65. c4a42ca screenshot: Print warning if we're not launched from weston by Kristian Høgsberg · 12 years ago
  66. b810eb5 xwm: Support _NET_WM_STATE_FULLSCREEN by Kristian Høgsberg · 12 years ago
  67. 088c62e Use __func__ in log message instead of hard coded function name by Scott Moreau · 12 years ago
  68. d1c426e tests: add test for buffer release event by Pekka Paalanen · 12 years ago
  69. 32ac9b9 tests: export create_shm_buffer() helper by Pekka Paalanen · 12 years ago
  70. 8aaef7d tests: add frame callback waiting helpers by Pekka Paalanen · 12 years ago
  71. 19dadf2 tests: Add XWayland test by Tiago Vignatti · 12 years ago
  72. 314d988 configure: prevent premature HAVE_GLU check by Konno, Joe · 13 years ago
  73. 209e8f1 tests: fix assignment typo, should be comparison by U. Artie Eoff · 13 years ago
  74. 4f49917 fbdev: Add an fbdev compositor backend using pixman and evdev by Philip Withnall · 13 years ago
  75. 4174791 configure.ac: Bump git master version to 1.0.90 by Kristian Høgsberg · 13 years ago
  76. 1224514 Add --version option by Scott Moreau · 13 years ago
  77. d92c09c compositor-drm: Use matrix type to test for drm plane compatibility by Kristian Høgsberg · 13 years ago
  78. 272d243 weston-launch: Clear environment and set it up from scratch by Kristian Høgsberg · 13 years ago
  79. c0d79ce shell: Whitespaces cleanup by Quentin Glidic · 13 years ago
  80. 031fc87 pixman renderer: respect output position by Vasily Khoruzhick · 13 years ago
  81. f4a457f pixman-renderer: handle surface transform matrix properly by Vasily Khoruzhick · 13 years ago
  82. 1bbf372 matrix: track transform type by Vasily Khoruzhick · 13 years ago
  83. 15336e8 toytoolkit: Remove left-over pixman dependency by Kristian Høgsberg · 13 years ago
  84. 3c2360f Add new shared/image-loader.h to separate include dependencies by Kristian Høgsberg · 13 years ago
  85. 78fd32b clients: Make libtoytoolkit a libtool library by Kristian Høgsberg · 13 years ago
  86. d20fd4d terminal: Handle the window close event by Dima Ryazanov · 13 years ago
  87. 23e72b8 pixman-renderer: Don't unreference NULL hw_buffer image by Ander Conselvan de Oliveira · 13 years ago
  88. 5fb4414 compositor-drm: Add support for using the pixman renderer by Ander Conselvan de Oliveira · 13 years ago
  89. 1d41ad4 compositor-drm: Support creating drm_fb backed by dumb buffers by Ander Conselvan de Oliveira · 13 years ago
  90. 526d461 compositor-drm: Put logic of destroy/releasing bo's in its own function by Ander Conselvan de Oliveira · 13 years ago
  91. 2292917 compositor-drm: Split kms initialization out of init_egl() by Ander Conselvan de Oliveira · 13 years ago
  92. 936effd pixman-renderer: Move shadow buffer into renderer by Ander Conselvan de Oliveira · 13 years ago
  93. 8792ef1 pixman-renderer: Add repaint debugging feature by Ander Conselvan de Oliveira · 13 years ago
  94. edc51c0 Weston: weston.ini.man page by Martin Minarik · 13 years ago
  95. 0eab05d clients: add global_remove handler stubs by Pekka Paalanen · 13 years ago
  96. cc9acfc weston-launch: Use "weston-launch" for --help instead of "weston". by Scott Moreau · 13 years ago
  97. a95efd3 configure: remove C++ support by Pekka Paalanen · 13 years ago
  98. a87ccdc compositor: remove android backend by Pekka Paalanen · 13 years ago
  99. 585c27c tests: make signal other than ABRT a hard failure by Pekka Paalanen · 13 years ago
  100. 3a1d07d shell: remove remnants of screensaver surface list by Pekka Paalanen · 13 years ago