1. dda9313 clients: Remove the window / user parameters from the menu function by Jasper St. Pierre · 11 years ago
  2. 79b7cb3 desktop-shell: Fix black edges on scaled desktop pattern by Bill Spitzak · 11 years ago
  3. 4c3661f desktop-shell: Only use default background if no background color is set by Kristian Høgsberg · 11 years ago
  4. 3c94677 clients/desktop-shell: check OOM conditions by U. Artie Eoff · 12 years ago
  5. 4598f96 desktop-shell: Remove debug code from previous commit by Kristian Høgsberg · 12 years ago
  6. 7c4f6cc shell: Only assign focus on click if there is a pointer focus surface by Kristian Høgsberg · 12 years ago
  7. 83d8ee7 window, desktop-shell: deal with output unplug on client side by Xiong Zhang · 12 years ago
  8. 67b8215 terminal: Add context menu with new terminal/copy/paste by Kristian Høgsberg · 12 years ago
  9. ee7fefc Rename frame_create and frame_set_child_size with a window_ prefix by Jason Ekstrand · 12 years ago
  10. 6a11a8a Revert "Resize the shell when the mode is switched" by Kristian Høgsberg · 12 years ago
  11. a356f7b Resize the shell when the mode is switched by Hardening · 12 years ago
  12. 1abe048 config-parser: Make weston_config_parse() tkae a file name by Kristian Høgsberg · 12 years ago
  13. c4df408 desktop-shell: Add support for touch unlock by Brian J Lovin · 12 years ago
  14. 1084da5 Add touch support for wl_shell_surface_move by Rusty Lynch · 12 years ago
  15. 4384a24 desktop-shell: Add touch support to panel launcher icons by Rusty Lynch · 12 years ago
  16. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  17. bee45a1 window: Allow hinting of a preference for RGB565 when creating a window by Tomeu Vizoso · 12 years ago
  18. 09252d4 desktop-shell: Refactor launcher configuration reading to avoid leaking by Rob Bradford · 12 years ago
  19. b886212 Use xmalloc in desktop-shell.c by Kristian Høgsberg · 12 years ago
  20. e492549 desktop-shell: Don't crash on output hotplug by Ander Conselvan de Oliveira · 12 years ago
  21. 6d75da7 desktop-shell: Adapt to the new config parser API by Ander Conselvan de Oliveira · 12 years ago
  22. edddbd1 Convert all scales to int32_t by Alexander Larsson · 12 years ago
  23. a402b05 desktop-shell: new wallpaper mode scale-crop by Pekka Paalanen · 12 years ago
  24. 79346ab shell: wait for desktop-shell init before fade in by Pekka Paalanen · 12 years ago
  25. c584fa6 desktop-shell: Respect output scale and translate by Alexander Larsson · 12 years ago
  26. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  27. 96386b8 desktop-shell: better error logging by Philipp Brüschweiler · 12 years ago
  28. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  29. 9564c75 desktop-shell: background should be opaque by Pekka Paalanen · 13 years ago
  30. fa80e11 Update to new fd and wl_registry APIs by Kristian Høgsberg · 13 years ago
  31. 44874d9 desktop-shell: destroy data before exiting. by U. Artie Eoff · 13 years ago
  32. 467668c desktop-shell: don't segfault on invalid icon path by Philipp Brüschweiler · 13 years ago
  33. 16d59d7 desktop-shell: respect CURSOR_NONE as grab cursor by Philipp Brüschweiler · 13 years ago
  34. b6df4f7 desktop-shell: use the standard 'environ' variable by Pekka Paalanen · 13 years ago
  35. d1936b9 desktop-shell: Break command lines into env vars, executable and arguments by Kristian Høgsberg · 13 years ago
  36. ec11602 desktop-shell: Declare grab_cursor as enum cursor_type. by Scott Moreau · 13 years ago
  37. 07a91cd desktop-shell: Don't get a shell surface for the grab surface by Ander Conselvan de Oliveira · 13 years ago
  38. 8df662a clients: Silence 2x gcc 4.6.3 "warn_unused_result" compiler warnings by Martin Olsson · 13 years ago
  39. b9d2a0f shell: Show approprite cursors during move and resize grabs by Ander Conselvan de Oliveira · 13 years ago
  40. 730c94d shell: Make the lock surface just a plain wl_surface too by Kristian Høgsberg · 13 years ago
  41. af7b1ff shell: Make panel just a wl_surface too by Kristian Høgsberg · 13 years ago
  42. 962342c shell: Don't make desktop_shell background a wl_shell_surface by Kristian Høgsberg · 13 years ago
  43. 8062007 window: Implement animated cursors (using pointer surfaces) by Ander Conselvan de Oliveira · 13 years ago
  44. 01b1725 clients: don't crash weston-desktop-shell without the clock by Pekka Paalanen · 13 years ago
  45. e9f68f6 clock: Default to not show seconds by Kristian Høgsberg · 13 years ago
  46. ed2aae7 clock: Drop transparent background by Kristian Høgsberg · 13 years ago
  47. 92a984a clock: Just always do strftime in redraw handler by Kristian Høgsberg · 13 years ago
  48. bb262cf desktop-shell: Fix broken clock indentation by Kristian Høgsberg · 13 years ago
  49. b9e513c desktop-shell: move panel_add_clock call to panel_create function by Rafal Mielniczuk · 13 years ago
  50. 70226bb clock: Read fd to avoid 100% cpu usage by Kristian Høgsberg · 13 years ago
  51. 1e51a87 desktop-shell: Add panel clock by Martin Minarik · 13 years ago
  52. d56bd90 shell: Use a busy cursor animation for unresponsive surfaces by Kristian Høgsberg · 13 years ago
  53. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  54. dc8c8fc window: rename enum pointer_type to cursor_type by Ander Conselvan de Oliveira · 13 years ago
  55. d8f527c window: track changes in libwayland-cursor api by Ander Conselvan de Oliveira · 13 years ago
  56. 6150072 clients: desktop-shell: show tooltip for panel items by Tiago Vignatti · 13 years ago
  57. 1042dc1 window: use libwayland-cursor instead of libXcursor by Ander Conselvan de Oliveira · 13 years ago
  58. 5a315bc Move cairo-util to shared/ by Kristian Høgsberg · 13 years ago
  59. 80680c7 window.c: Just use float instead of GLfloat, remove GLES2.h include by Kristian Høgsberg · 13 years ago
  60. b230a7e Convert internal input co-ordinates to GLfloat by Daniel Stone · 13 years ago
  61. 5d66371 Change button from int to uint32_t by Daniel Stone · 13 years ago
  62. da5b93c Change key/button grab bindings to take unsigned state by Daniel Stone · 13 years ago
  63. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  64. 9a206c4 config-parser: consolidate shell files into weston.ini only by Tiago Vignatti · 13 years ago
  65. f02a649 Consolidate image loading code and move to shared/ by Kristian Høgsberg · 13 years ago
  66. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  67. 41c5c4e desktop-shell: Simplify unlock dialog redraw function by Kristian Høgsberg · 13 years ago
  68. 99ff01b weston: Change path for default terminal launcher to ${prefix}/bin by Rodney Lorrimar · 13 years ago
  69. 009ac0a window: Dont take width and height in window constructor by Kristian Høgsberg · 14 years ago
  70. fa1de69 Implement CONFIG_KEY_UNSIGNED_INTEGER by Scott Moreau · 14 years ago
  71. a291ae5 desktop-shell: print what failed on exec by Pekka Paalanen · 14 years ago
  72. 6af8eb9 desktop-shell: Build in sensible defaults by Kristian Høgsberg · 14 years ago
  73. 07f7294 desktop-shell: Support tiling of background images by Kristian Høgsberg · 14 years ago
  74. d654876 cairo-util: Add png loader and image type sniffing by Kristian Høgsberg · 14 years ago
  75. 8129bc0 desktop-shell: Fall back to solid color if there's no background image by Kristian Høgsberg · 14 years ago
  76. 9e30a82 desktop-shell: don't crash on menu by Pekka Paalanen · 14 years ago
  77. 6d174cf window: menu leak fixes by Pekka Paalanen · 14 years ago
  78. 40e49ac desktop-shell: fix the unlock dialog decorations by Pekka Paalanen · 14 years ago
  79. b632351 window: Move focus widget to struct input by Kristian Høgsberg · 14 years ago
  80. 29af3eb window: Make decorations just a widget by Kristian Høgsberg · 14 years ago
  81. bb97700 window: Get rid of the window child allocation concept by Kristian Høgsberg · 14 years ago
  82. 441338c window: Keep widgets in a tree instead of a list by Kristian Høgsberg · 14 years ago
  83. b67e94b window: Make resize and redraw handlers widget vfuncs by Kristian Høgsberg · 14 years ago
  84. 5d12990 window: Allocate and flush the window surface in window.c by Kristian Høgsberg · 14 years ago
  85. 75bc667 window: Drop the window widget by Kristian Høgsberg · 14 years ago
  86. bb901fa window: Return pointer type from widget enter handler by Kristian Høgsberg · 14 years ago
  87. 5388080 desktop-shell: Rename panel_widget to panel_launcher by Kristian Høgsberg · 14 years ago
  88. a8a0db3 window: Move button handler to widget by Kristian Høgsberg · 14 years ago
  89. ee14323 window: Replace widget focus handler with a enter/leave handler pair by Kristian Høgsberg · 14 years ago
  90. 9a13dab window: Move widget focus handler to the widget by Kristian Høgsberg · 14 years ago
  91. c51f799 window: Rename item to widget by Kristian Høgsberg · 14 years ago
  92. 4f7dcd6 window: Add a window menu by Kristian Høgsberg · 14 years ago
  93. b3cca0a shell: Start implementing the popup surface type by Kristian Høgsberg · 14 years ago
  94. 9724b51 More weston rename fixes by Kristian Høgsberg · 14 years ago
  95. 9b935c8 Use '-' to separate words in file names by Kristian Høgsberg · 14 years ago
  96. fd83b6d desktop-shell: add option to not use locking by Pekka Paalanen · 14 years ago
  97. c1765c6 move config parser to a convenience library by Pekka Paalanen · 14 years ago
  98. 02dfb75 desktop-shell: no need to unset WAYLAND_SOCKET by Pekka Paalanen · 14 years ago
  99. 068ae94 desktop-shell: update protocol and client to wl_shell_surface by Pekka Paalanen · 14 years ago
  100. d0f79ab desktop-shell: Make panel and background output dependent by Benjamin Franzke · 14 years ago