1. 83d8ee7 window, desktop-shell: deal with output unplug on client side by Xiong Zhang · 12 years ago
  2. 89f4bc4 window.c: Don't put titlebars on menu windows by Kristian Høgsberg · 12 years ago
  3. c680e90 window.c: Use frame code for drawing menus by Kristian Høgsberg · 12 years ago
  4. 67b8215 terminal: Add context menu with new terminal/copy/paste by Kristian Høgsberg · 12 years ago
  5. 3eccb86 clients/window: Dispose of previous keymap and state on keymap change by Rui Matos · 12 years ago
  6. afb9828 window: Only clamp min size for windows with frame by Kristian Høgsberg · 12 years ago
  7. 53ec560 window: Set a minimum size for toytoolkit windows by Kristian Høgsberg · 12 years ago
  8. 598477d window: Set opaque region to window size if we're fullscreen by Kristian Høgsberg · 12 years ago
  9. 3f66cf9 Use cairo-util frame in tinytoolkit by Jason Ekstrand · 12 years ago
  10. ee7fefc Rename frame_create and frame_set_child_size with a window_ prefix by Jason Ekstrand · 12 years ago
  11. b5c973c window.c: Free cursor theme name once we're done with it by Kristian Høgsberg · 12 years ago
  12. 1abe048 config-parser: Make weston_config_parse() tkae a file name by Kristian Høgsberg · 12 years ago
  13. 8c079ae window.c: Port to use weston_config instead of old parser by Kristian Høgsberg · 12 years ago
  14. 0749e3f terminal: Accept utf-8 text drop by Kristian Høgsberg · 12 years ago
  15. 0803118 window: Use new wl_pointer/keyboard_release request by Rob Bradford · 12 years ago
  16. b22bf57 window.c: Fix SIGSEGV in pointer_handle_motion by Paul Winwood · 12 years ago
  17. 1084da5 Add touch support for wl_shell_surface_move by Rusty Lynch · 12 years ago
  18. 69594cc window: Use xzalloc() instead of silently failing to add output by Kristian Høgsberg · 12 years ago
  19. adcd54b window: Use xzalloc() instead of failing to add input device by Kristian Høgsberg · 12 years ago
  20. 1a5f0c3 window: Fix logic for looking up widget default cursor by Kristian Høgsberg · 12 years ago
  21. 980b018 window: Don't check for subcompositor in window_add_subsurface() by Kristian Høgsberg · 12 years ago
  22. b20b009 window: Add API to check for subcompositor, use in subsurface example by Kristian Høgsberg · 12 years ago
  23. 6d14b14 remove dependency on EGL_KHR_surfaceless_context by Adrian Negreanu · 12 years ago
  24. 041815a window.c: Add touch handlers by Rusty Lynch · 12 years ago
  25. 3ca59d3 clients: fix an error message by Peter Hutterer · 12 years ago
  26. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  27. bc91926 clients: use xmalloc in more places by Brian Lovin · 12 years ago
  28. bee45a1 window: Allow hinting of a preference for RGB565 when creating a window by Tomeu Vizoso · 12 years ago
  29. 5ab9c75 window: Free the allocated display if we fail to setup libxkbcommon by Rob Bradford · 12 years ago
  30. 4162483 window.c: Simplify window_create() by Kristian Høgsberg · 12 years ago
  31. 8eeb30b window.c: Use xmalloc for frame_create() by Kristian Høgsberg · 12 years ago
  32. ce27841 clients: Introduce xmalloc() and use it a few places by Kristian Høgsberg · 12 years ago
  33. 5f08774 window: Disregard motion events outside our current surface dimensions by Rob Bradford · 12 years ago
  34. 3c9d967 window: Allow popup menu when the window is maximised by Rob Bradford · 12 years ago
  35. d27cb09 window: Request version 3 of wl_compositor by Jason Ekstrand · 12 years ago
  36. e61561f toytoolkit: Allow operation without a keymap by Matt Roper · 12 years ago
  37. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  38. 1cc5ac3 clients: Nested compositor example by Kristian Høgsberg · 12 years ago
  39. edddbd1 Convert all scales to int32_t by Alexander Larsson · 12 years ago
  40. 6cd1de3 toytoolkit: Make the window resizing optimization optional by Louis-Francis Ratté-Boulianne · 12 years ago
  41. d68f523 window: Add window_get_output_scale() by Alexander Larsson · 12 years ago
  42. 1818e31 window: Store server_allocation in surface size by Alexander Larsson · 12 years ago
  43. 2aaa8b7 window: Apply buffer_scale automatically in widget_cairo_create by Alexander Larsson · 12 years ago
  44. 5e9b652 window: allow setting a buffer scale on a window by Alexander Larsson · 12 years ago
  45. afd319a window: Track output scales by Alexander Larsson · 12 years ago
  46. 15901f0 window: Support transform in widget_cairo_create() by Alexander Larsson · 12 years ago
  47. 9777744 window: avoid a gcc warning in buffer release handler by Pekka Paalanen · 12 years ago
  48. f6128fc Fix missing corner resize cursors in Kubuntu (oxy-white theme) by Dima Ryazanov · 12 years ago
  49. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  50. 7123388 window: add DBG code for leaf management and redraws by Pekka Paalanen · 12 years ago
  51. eebff54 window: throttle resizing to the main surface by Pekka Paalanen · 12 years ago
  52. e9297f8 window: prevent EGL sub-surface deadlock by Pekka Paalanen · 12 years ago
  53. 7ff7a80 clients: add subsurfaces demo by Pekka Paalanen · 12 years ago
  54. 40cb67b window: implement per-surface redraws by Pekka Paalanen · 12 years ago
  55. 35e8263 window: create sub-surfaces by Pekka Paalanen · 12 years ago
  56. aef0254 window: implement shm triple-buffering by Pekka Paalanen · 12 years ago
  57. 2e43720 window: Add a log handler for window.c clients by Kristian Høgsberg · 12 years ago
  58. 319b91b window: don't execute the selected menu item when getting popup_done by Giulio Camuffo · 12 years ago
  59. ab44b0c toytoolkit: implement cursor-size config key by Emilio Pozuelo Monfort · 12 years ago
  60. 063a882 toytoolkit: avoid redrawing a window between maximize and configure by MoD · 12 years ago
  61. c1a3cd1 window: restore maximized state from fullscreen mode if necessary by Rafal Mielniczuk · 12 years ago
  62. fc22be0 window: save allocation only for toplevel window by Rafal Mielniczuk · 12 years ago
  63. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  64. 6f41b07 window: fix display_acquire_window_surface() by Pekka Paalanen · 12 years ago
  65. e994edd window.c: Don't allow moving a maximized window by Kristian Høgsberg · 12 years ago
  66. 0c4445b window: create Cairo surfaces on demand for redraw by Pekka Paalanen · 12 years ago
  67. 0a9686f window: let menu and tooltip redraw use widget size by Pekka Paalanen · 12 years ago
  68. 61e028c window: remove the transparent flag as unused by Pekka Paalanen · 12 years ago
  69. 89dee00 window: move cairo_surface into struct surface by Pekka Paalanen · 12 years ago
  70. 2d8a32a window: add surface pointer to widget by Pekka Paalanen · 12 years ago
  71. b1cd9b1 window: move input and opaque regions into struct surface by Pekka Paalanen · 12 years ago
  72. ac95f3e window: move 'widget' member into struct surface by Pekka Paalanen · 12 years ago
  73. 7bcfead window: assimilate window_get_resize_dx_dy() into the call site by Pekka Paalanen · 12 years ago
  74. 02bba7c window: move buffer type and transform into struct surface by Pekka Paalanen · 12 years ago
  75. 811ec4f window: move toysurface and allocation to struct surface by Pekka Paalanen · 12 years ago
  76. 4e37374 window: create new struct surface with wl_surface by Pekka Paalanen · 12 years ago
  77. 550d66b window: destroy the 2nd shm buffer, if both released by Pekka Paalanen · 12 years ago
  78. 33a68ea window: check the initial wl_display_dispatch() by Pekka Paalanen · 12 years ago
  79. 4e10654 window: improve EGL-related error messages by Pekka Paalanen · 12 years ago
  80. 15336e8 toytoolkit: Remove left-over pixman dependency by Kristian Høgsberg · 13 years ago
  81. 0eab05d clients: add global_remove handler stubs by Pekka Paalanen · 13 years ago
  82. f0a1af9 window: Free allocated memory on error path by Rob Bradford · 13 years ago
  83. 4e51b44 window: Fall back to cairo image when cairo EGL isn't available by Kristian Høgsberg · 13 years ago
  84. 5403f52 window: Allow clients to choose the fullscreen method by Ander Conselvan de Oliveira · 13 years ago
  85. 4dd0c41 window: add a note about freeing shm buffers by Pekka Paalanen · 13 years ago
  86. aac1c13 clients: destroy wl_registry on exit by Pekka Paalanen · 13 years ago
  87. bf74d52 window: Add a widget default cursor convenience helper by Kristian Høgsberg · 13 years ago
  88. ec07669 window: change boolean to flags in toysurface::prepare() by Pekka Paalanen · 13 years ago
  89. 15256f6 window: Add a way to retrieve a window's output transform by Ander Conselvan de Oliveira · 13 years ago
  90. 6d4cb4e window: Let clients set buffer transformations by Ander Conselvan de Oliveira · 13 years ago
  91. ddd3e27 window: Honour opaque field for windows without a frame by Ander Conselvan de Oliveira · 13 years ago
  92. a85292e Fix a crash when opening two terminal windows and closing the first one. by Dima Ryazanov · 13 years ago
  93. a4eda73 window: honour wl_buffer.release by Pekka Paalanen · 13 years ago
  94. 3cbb089 window: fix tooltip text extents by Pekka Paalanen · 13 years ago
  95. b362736 window: simplify window_create_surface by Pekka Paalanen · 13 years ago
  96. 9943686 window: convert shm path to toysurface by Pekka Paalanen · 13 years ago
  97. 03fc316 window: add toysurface abstraction and port EGL path by Pekka Paalanen · 13 years ago
  98. 8c03616 weston-simple-im: Create our own xkb_context by Kristian Høgsberg · 13 years ago
  99. c31288d window: Allow to get xkb context from display by Jan Arne Petersen · 13 years ago
  100. cd99706 text: Send more information with keysym events by Jan Arne Petersen · 13 years ago