1. bae79ca clients/window: fail if NULL returned from frame_create by U. Artie Eoff · 12 years ago
  2. 86c68b3 weston-info: free allocated memory and check OOM conditions by U. Artie Eoff · 12 years ago
  3. 09827e2 terminal: use xstrdup instead to handle OOM by U. Artie Eoff · 12 years ago
  4. 5cda4e3 use xzalloc wrapper instead by U. Artie Eoff · 12 years ago
  5. 3c94677 clients/desktop-shell: check OOM conditions by U. Artie Eoff · 12 years ago
  6. 6f394d5 resizor: Don't resize if maximized by Kristian Høgsberg · 12 years ago
  7. 3abdafd terminal: Only set title if asprintf succeeded by Bryce W. Harrington · 12 years ago
  8. 211b517 shell: Move maximize and fullscreen bindings to mod + SHIFT by Kristian Høgsberg · 12 years ago
  9. b637a40 window: Properly destroy tooltip windows when parent window is destroyed by Kristian Høgsberg · 12 years ago
  10. d6d3b37 keyboard: Make debug output less verbose by Kristian Høgsberg · 12 years ago
  11. 700d6ad keyboard: Don't strcat() into a strdup()ed string by Kristian Høgsberg · 12 years ago
  12. a548b4b keyboard: Fix insert_text() string utility by Kristian Høgsberg · 12 years ago
  13. 97b747c westoy: Add an option to explicitly disable cairo on a widget by Neil Roberts · 12 years ago
  14. b0420ae protocol: rename wl_surface_scaler to wl_viewport by Pekka Paalanen · 12 years ago
  15. ef9c8eb keyboard: Handle touch up event by Kristian Høgsberg · 12 years ago
  16. 966e3ed editor: Add missing touch-to-activate for the entries by Kristian Høgsberg · 12 years ago
  17. 917711b clients: Fix libexec clients install by Armin K · 12 years ago
  18. 7885890 editor: Add keyboard_focus handler to schedule repaint by Kristian Høgsberg · 12 years ago
  19. 4598f96 desktop-shell: Remove debug code from previous commit by Kristian Høgsberg · 12 years ago
  20. 7c4f6cc shell: Only assign focus on click if there is a pointer focus surface by Kristian Høgsberg · 12 years ago
  21. f3fa832 build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditional by Kristian Høgsberg · 12 years ago
  22. 96e1c0b build: Don't try to build weston-info if client build is disabled by Kristian Høgsberg · 12 years ago
  23. ea520d5 build: Rename option and conditional for installing demo clients by Kristian Høgsberg · 12 years ago
  24. c152ee1 window.c: Don't put buttons on frames for custom windows by Kristian Høgsberg · 12 years ago
  25. c2010b3 nested: Add EGL_WL_create_wayland_buffer_from_image compat defines by Kristian Høgsberg · 12 years ago
  26. 92d90f2 clients: add scaler test app by Jonny Lamb · 12 years ago
  27. 80c798b Update .gitignore by Jasper St. Pierre · 12 years ago
  28. 1e65840 simple-egl: Add option to allow not syncing to compositor repaint cycle by Kristian Høgsberg · 12 years ago
  29. deb3222 simple-egl: Print fps for the spinning triangle by Kristian Høgsberg · 12 years ago
  30. acdae2e stacking: Set a keyboard focus handler so we can repaint the frame by Kristian Høgsberg · 12 years ago
  31. a5059eb nested: Add an option to disable subsurfaces by Neil Roberts · 12 years ago
  32. 1f020a1 nested: Add a renderer using subsurfaces by Neil Roberts · 12 years ago
  33. 5e10a04 clients: Add a widget_get_wl_subsurface by Neil Roberts · 12 years ago
  34. 47b87d5 nested: Add a ‘renderer’ mechanism with a vtable by Neil Roberts · 12 years ago
  35. f9b2541 nested: Move the frame callback list to the surface by Neil Roberts · 12 years ago
  36. 2855766 nested: Add damage tracking to the nested compositor example by Neil Roberts · 12 years ago
  37. 15a8d34 nested: Add double-buffered state semantics to the nested example by Neil Roberts · 12 years ago
  38. 6bf2387 nested: Add the buffer reference semantics from Weston by Neil Roberts · 12 years ago
  39. 8fbe3a6 nested: Remove the surface from the surface list when destroyed by Neil Roberts · 12 years ago
  40. 873b515 tablet-shell: Remove by Kristian Høgsberg · 12 years ago
  41. fdca95c window: handle insufficient buffer space by Pekka Paalanen · 12 years ago
  42. 17c2fb4 clients: Add a new weston-stacking demo by Philip Withnall · 12 years ago
  43. c971d2a clients: Add window_is_transient() helper to the toy toolkit window by Philip Withnall · 12 years ago
  44. bf3c1c6 distinguish touch screen and pointer dnd in client by Xiong Zhang · 12 years ago
  45. 853a779 client/dnd.c: add dnd support for touch screen in client by Xiong Zhang · 12 years ago
  46. 49c6aee terminal: add touch screen selection support by Xiong Zhang · 12 years ago
  47. 1d781ee terminal: Update terminal->end whenever we write a character by Kristian Høgsberg · 12 years ago
  48. dcfff55 terminal: Init tab ruler after setting terminal->width by Kristian Høgsberg · 12 years ago
  49. 617e9a3 dnd: Simplify drag icon creation by Kristian Høgsberg · 12 years ago
  50. 8b66ebd weston-info: Handle shm formats better by Kristian Høgsberg · 12 years ago
  51. a662206 protocol: move sub-surfaces to Wayland by Pekka Paalanen · 12 years ago
  52. 77a51fd westoy: Remove some accessors for wl_shell / wl_shell_surface by Jasper St. Pierre · 12 years ago
  53. bf17590 westoy: Remove unused support for window parents by Jasper St. Pierre · 12 years ago
  54. 01eaaac westoy: Remove window_touch_move by Jasper St. Pierre · 12 years ago
  55. 47f1043 westoy: Fix the version number we request for wl_seat by Jasper St. Pierre · 12 years ago
  56. 4a7409a toytoolkit: Don't segfault on window close by Jason Ekstrand · 12 years ago
  57. 8ae6385 window.c: Don't ungrab input after displaying the menu by Kristian Høgsberg · 12 years ago
  58. 83d8ee7 window, desktop-shell: deal with output unplug on client side by Xiong Zhang · 12 years ago
  59. 89f4bc4 window.c: Don't put titlebars on menu windows by Kristian Høgsberg · 12 years ago
  60. c680e90 window.c: Use frame code for drawing menus by Kristian Høgsberg · 12 years ago
  61. a83be20 terminal: Show character grid size in header bar when resizing by Kristian Høgsberg · 12 years ago
  62. 67b8215 terminal: Add context menu with new terminal/copy/paste by Kristian Høgsberg · 12 years ago
  63. 14f39b2 terminal: Add scroll-back history by Kristian Høgsberg · 12 years ago
  64. 3eccb86 clients/window: Dispose of previous keymap and state on keymap change by Rui Matos · 12 years ago
  65. 4c4bb95 Rename invocations of frame_create that were missed by ee7fefcf by Cameron Stewart · 12 years ago
  66. afb9828 window: Only clamp min size for windows with frame by Kristian Høgsberg · 12 years ago
  67. 53ec560 window: Set a minimum size for toytoolkit windows by Kristian Høgsberg · 12 years ago
  68. 598477d window: Set opaque region to window size if we're fullscreen by Kristian Høgsberg · 12 years ago
  69. 78fe753 simple-egl: Add support for using a 16 bpp EGLConfig by Kristian Høgsberg · 12 years ago
  70. 3f66cf9 Use cairo-util frame in tinytoolkit by Jason Ekstrand · 12 years ago
  71. ee7fefc Rename frame_create and frame_set_child_size with a window_ prefix by Jason Ekstrand · 12 years ago
  72. db044cb clients: Update .gitignore for weston-multi-resource by Stefan Schmidt · 12 years ago
  73. cab9aea multi-resource: Don't include non-existing xmalloc.h by Kristian Høgsberg · 12 years ago
  74. e8344e3 nested: Cast away warnings for differing arguments to eglQueryWaylandBufferWL by Kristian Høgsberg · 12 years ago
  75. 6773394 nested: Free client struct on launch_client error paths by Kristian Høgsberg · 12 years ago
  76. f1144dd nested-client: Exit if we fail to create the nested client struct by Kristian Høgsberg · 12 years ago
  77. b24d590 multi-resource: Use xzmalloc() instead of malloc+memset and calloc by Kristian Høgsberg · 12 years ago
  78. d58e395 tablet-shell: Avoid leaking icon or path strings from invalid launcher section by Kristian Høgsberg · 12 years ago
  79. b5c973c window.c: Free cursor theme name once we're done with it by Kristian Høgsberg · 12 years ago
  80. 6a11a8a Revert "Resize the shell when the mode is switched" by Kristian Høgsberg · 12 years ago
  81. a356f7b Resize the shell when the mode is switched by Hardening · 12 years ago
  82. 639fd86 clients: Include and link against math lib for new multi-resource by Stefan Schmidt · 12 years ago
  83. 7f951e1 Update .gitignore by Emilio Pozuelo Monfort · 12 years ago
  84. 1abe048 config-parser: Make weston_config_parse() tkae a file name by Kristian Høgsberg · 12 years ago
  85. b159560 tablet-shell: Use new weston_config instead of old config parse by Kristian Høgsberg · 12 years ago
  86. 8c079ae window.c: Port to use weston_config instead of old parser by Kristian Høgsberg · 12 years ago
  87. 9c3dee1 terminal: Port to new weston_config parse by Kristian Høgsberg · 12 years ago
  88. f428d25 Add a test client to test multiple pointer/keyboard resources by Neil Roberts · 12 years ago
  89. 4a4704a Minor improvement of weston-terminal resizing by José Bollo · 12 years ago
  90. f97a680 clients: remove superfluous call by Peter Hutterer · 12 years ago
  91. e2a9eff clients: de-duplicate demo clients list by Peter Hutterer · 12 years ago
  92. 8a20500 terminal: Stop complaining about OSC escape code 7 by Kristian Høgsberg · 12 years ago
  93. 735bda2 dnd: Support dropping as text/plain;charset=utf-8 by Kristian Høgsberg · 12 years ago
  94. 0749e3f terminal: Accept utf-8 text drop by Kristian Høgsberg · 12 years ago
  95. 938f102 dnd: Only accept dnd with the application/x-wayland-dnd-flower mime-type by Kristian Høgsberg · 12 years ago
  96. a8e627f keyboard: Add rudimentary touch support to keyboard. by Brian J Lovin · 12 years ago
  97. 0803118 window: Use new wl_pointer/keyboard_release request by Rob Bradford · 12 years ago
  98. eec6aee .gitignore: Reflect recent client binary rename by Bryce W. Harrington · 12 years ago
  99. b22bf57 window.c: Fix SIGSEGV in pointer_handle_motion by Paul Winwood · 12 years ago
  100. 6346e50 subsurfaces: fix rendering problem with cairo-glesv2 by Stanislav Vorobiov · 12 years ago