1. 7123388 window: add DBG code for leaf management and redraws by Pekka Paalanen · 12 years ago
  2. eebff54 window: throttle resizing to the main surface by Pekka Paalanen · 12 years ago
  3. e9297f8 window: prevent EGL sub-surface deadlock by Pekka Paalanen · 12 years ago
  4. 7ff7a80 clients: add subsurfaces demo by Pekka Paalanen · 12 years ago
  5. 40cb67b window: implement per-surface redraws by Pekka Paalanen · 12 years ago
  6. 35e8263 window: create sub-surfaces by Pekka Paalanen · 12 years ago
  7. aef0254 window: implement shm triple-buffering by Pekka Paalanen · 12 years ago
  8. 2e43720 window: Add a log handler for window.c clients by Kristian Høgsberg · 12 years ago
  9. 319b91b window: don't execute the selected menu item when getting popup_done by Giulio Camuffo · 12 years ago
  10. ab44b0c toytoolkit: implement cursor-size config key by Emilio Pozuelo Monfort · 12 years ago
  11. 063a882 toytoolkit: avoid redrawing a window between maximize and configure by MoD · 12 years ago
  12. c1a3cd1 window: restore maximized state from fullscreen mode if necessary by Rafal Mielniczuk · 12 years ago
  13. fc22be0 window: save allocation only for toplevel window by Rafal Mielniczuk · 12 years ago
  14. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  15. 6f41b07 window: fix display_acquire_window_surface() by Pekka Paalanen · 12 years ago
  16. e994edd window.c: Don't allow moving a maximized window by Kristian Høgsberg · 12 years ago
  17. 0c4445b window: create Cairo surfaces on demand for redraw by Pekka Paalanen · 12 years ago
  18. 0a9686f window: let menu and tooltip redraw use widget size by Pekka Paalanen · 12 years ago
  19. 61e028c window: remove the transparent flag as unused by Pekka Paalanen · 12 years ago
  20. 89dee00 window: move cairo_surface into struct surface by Pekka Paalanen · 12 years ago
  21. 2d8a32a window: add surface pointer to widget by Pekka Paalanen · 12 years ago
  22. b1cd9b1 window: move input and opaque regions into struct surface by Pekka Paalanen · 12 years ago
  23. ac95f3e window: move 'widget' member into struct surface by Pekka Paalanen · 12 years ago
  24. 7bcfead window: assimilate window_get_resize_dx_dy() into the call site by Pekka Paalanen · 12 years ago
  25. 02bba7c window: move buffer type and transform into struct surface by Pekka Paalanen · 12 years ago
  26. 811ec4f window: move toysurface and allocation to struct surface by Pekka Paalanen · 12 years ago
  27. 4e37374 window: create new struct surface with wl_surface by Pekka Paalanen · 12 years ago
  28. 550d66b window: destroy the 2nd shm buffer, if both released by Pekka Paalanen · 12 years ago
  29. 33a68ea window: check the initial wl_display_dispatch() by Pekka Paalanen · 12 years ago
  30. 4e10654 window: improve EGL-related error messages by Pekka Paalanen · 12 years ago
  31. 15336e8 toytoolkit: Remove left-over pixman dependency by Kristian Høgsberg · 13 years ago
  32. 0eab05d clients: add global_remove handler stubs by Pekka Paalanen · 13 years ago
  33. f0a1af9 window: Free allocated memory on error path by Rob Bradford · 13 years ago
  34. 4e51b44 window: Fall back to cairo image when cairo EGL isn't available by Kristian Høgsberg · 13 years ago
  35. 5403f52 window: Allow clients to choose the fullscreen method by Ander Conselvan de Oliveira · 13 years ago
  36. 4dd0c41 window: add a note about freeing shm buffers by Pekka Paalanen · 13 years ago
  37. aac1c13 clients: destroy wl_registry on exit by Pekka Paalanen · 13 years ago
  38. bf74d52 window: Add a widget default cursor convenience helper by Kristian Høgsberg · 13 years ago
  39. ec07669 window: change boolean to flags in toysurface::prepare() by Pekka Paalanen · 13 years ago
  40. 15256f6 window: Add a way to retrieve a window's output transform by Ander Conselvan de Oliveira · 13 years ago
  41. 6d4cb4e window: Let clients set buffer transformations by Ander Conselvan de Oliveira · 13 years ago
  42. ddd3e27 window: Honour opaque field for windows without a frame by Ander Conselvan de Oliveira · 13 years ago
  43. a85292e Fix a crash when opening two terminal windows and closing the first one. by Dima Ryazanov · 13 years ago
  44. a4eda73 window: honour wl_buffer.release by Pekka Paalanen · 13 years ago
  45. 3cbb089 window: fix tooltip text extents by Pekka Paalanen · 13 years ago
  46. b362736 window: simplify window_create_surface by Pekka Paalanen · 13 years ago
  47. 9943686 window: convert shm path to toysurface by Pekka Paalanen · 13 years ago
  48. 03fc316 window: add toysurface abstraction and port EGL path by Pekka Paalanen · 13 years ago
  49. 8c03616 weston-simple-im: Create our own xkb_context by Kristian Høgsberg · 13 years ago
  50. c31288d window: Allow to get xkb context from display by Jan Arne Petersen · 13 years ago
  51. cd99706 text: Send more information with keysym events by Jan Arne Petersen · 13 years ago
  52. 768117f window: make display_create_surface() shm-only by Pekka Paalanen · 13 years ago
  53. 32127ca window: use different keys for different cairo privates by Pekka Paalanen · 13 years ago
  54. 0c6a343 window: merge struct surface_data into shm_surface_data by Pekka Paalanen · 13 years ago
  55. f86504c window: remove unused MULT macro by Pekka Paalanen · 13 years ago
  56. a8d4c84 window: make window_flush() private by Pekka Paalanen · 13 years ago
  57. ce36f6d window: make window_{create,set}_surface private by Pekka Paalanen · 13 years ago
  58. 8097274 Clients: Don't set the cursor when we have no pointer by Daniel Stone · 13 years ago
  59. 0f7a285 window.c: Move misplaced break to where it belongs by Kristian Høgsberg · 13 years ago
  60. e77d757 window: Fix use-after-free in menu button handler by Kristian Høgsberg · 13 years ago
  61. efb9488 window: Only advertise fullscreen menu item if client supports it by Kristian Høgsberg · 13 years ago
  62. 1bdb477 toytoolkit: Don't destroy window cairo surface on shm attach. by Scott Moreau · 13 years ago
  63. d2fbb38 window: Make press-drag-release menu selection mode work by Kristian Høgsberg · 13 years ago
  64. e530a0a window: Ignore input_set_pointer_image() if we don't have a pointer by Kristian Høgsberg · 13 years ago
  65. f461eee window: Always pass focused widget to widget motion handlers by Jonas Ådahl · 13 years ago
  66. f82eda5 window: Don't set pointer image when requesting to move a surface by Jonas Ådahl · 13 years ago
  67. 3146756 clients: Don't ask for EGL_PIXMAP_BIT when choosing configs by Kristian Høgsberg · 13 years ago
  68. a17f7a1 clients: Check return value of wl_display_dispatch() by Kristian Høgsberg · 13 years ago
  69. fb39d8d toytoolkit: make all EGL code dependant on cairo-egl by Pekka Paalanen · 13 years ago
  70. 53e5848 window: remove dead EGL code by Pekka Paalanen · 13 years ago
  71. 3fb613e window: Set input region also when we go fullscreen by Kristian Høgsberg · 13 years ago
  72. d9f6b07 window: Update modifier state directly after receiving a modifier event by Jonas Ådahl · 13 years ago
  73. b2f957a window: don't call output configure uninitialised by Pekka Paalanen · 13 years ago
  74. feb3c1d clients: Use wl_display_dispatch_pending() by Kristian Høgsberg · 13 years ago
  75. bc10638 compositor, clients: apply wl_surface.frame on commit by Pekka Paalanen · 13 years ago
  76. 0cbd3b5 compositor, clients: double-buffer input region by Pekka Paalanen · 13 years ago
  77. 512dde8 compositor, clients: double-buffer opaque region by Pekka Paalanen · 13 years ago
  78. c9e00c0 clients: use wl_surface_commit by Pekka Paalanen · 13 years ago
  79. fa80e11 Update to new fd and wl_registry APIs by Kristian Høgsberg · 13 years ago
  80. 4e07236 toytoolkit: Take into account transform when sending output allocation. by Scott Moreau · 13 years ago
  81. 1671e11 window: Add getters for fullscreen and maximized state by Kristian Høgsberg · 13 years ago
  82. c6a7e4b toytoolkit: Don't draw shadows for maximized windows. by Scott Moreau · 13 years ago
  83. f77beeb window: Initialize workspace state before first roundtrip by Jonas Ådahl · 13 years ago
  84. 44874d9 desktop-shell: destroy data before exiting. by U. Artie Eoff · 13 years ago
  85. 6f09338 toytoolkit: Process deferred tasks on fifo order instead by Tiago Vignatti · 13 years ago
  86. 4e363d2 Require mouse release on top of frame button to trigger action by Pekka Vuorela · 13 years ago
  87. 6e1e385 Protect window callbacks from deleted windows by Pekka Vuorela · 13 years ago
  88. 8c9c8fc toytoolkit: supply correct widget in motion_handler callback by Philipp Brüschweiler · 13 years ago
  89. 067abf6 workspaces: don't segfault on invalid move_surface_to_workspace request by Philipp Brüschweiler · 13 years ago
  90. 14c92ff toytoolkit: Implement support for the workspace manager interface by Jonas Ådahl · 13 years ago
  91. bd3f219 toytoolkit: try multiple names when loading cursors by Philipp Brüschweiler · 13 years ago
  92. 5418a90 toytoolkit: don't ignore resizes with negative width or height by Philipp Brüschweiler · 13 years ago
  93. 7e0cc54 toytoolkit: add axis handler by Philipp Brüschweiler · 13 years ago
  94. b8a8aff toytoolkit: remove unused actions from titlebar menu by Philipp Brüschweiler · 13 years ago
  95. 86adef9 window.c: Handle multiple keyboard foci by Kristian Høgsberg · 13 years ago
  96. ac3e5f2 Add support in Weston for X cursor themes. by Christopher Michael · 13 years ago
  97. b29798b window.c: Rearrange input handlers so they appear in the right order by Kristian Høgsberg · 13 years ago
  98. ae27737 window.c: Use pointer enter serial for setting cursor by Kristian Høgsberg · 13 years ago
  99. e288a0f window: warn on cursor load failure by Pekka Paalanen · 13 years ago
  100. 023be10 window.c: Set input region after (potentially) adjusting the surface size by Kristian Høgsberg · 13 years ago