1. 9f8c894 clients/resizor: Use pointer locking for resizing window by Jonas Ådahl · 11 years ago
  2. e99e4bf clients & tests: Unify multiple definitions of x*alloc and related functions by Bryce Harrington · 9 years ago
  3. 1f6b0d1 clients: Update boilerplate from MIT X11 license to MIT Expat licenses by Bryce Harrington · 10 years ago
  4. dda9313 clients: Remove the window / user parameters from the menu function by Jasper St. Pierre · 11 years ago
  5. 9cd661e Make sure config.h is included before any system headers by Andrew Wedgbury · 11 years ago
  6. 6f394d5 resizor: Don't resize if maximized by Kristian Høgsberg · 11 years ago
  7. 67b8215 terminal: Add context menu with new terminal/copy/paste by Kristian Høgsberg · 12 years ago
  8. ee7fefc Rename frame_create and frame_set_child_size with a window_ prefix by Jason Ekstrand · 12 years ago
  9. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  10. bc91926 clients: use xmalloc in more places by Brian Lovin · 12 years ago
  11. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  12. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  13. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  14. bef52d1 Update to new libxkbcommon API by Kristian Høgsberg · 13 years ago
  15. d174521 resizor: More resizing by Kristian Høgsberg · 13 years ago
  16. 5d66371 Change button from int to uint32_t by Daniel Stone · 13 years ago
  17. da5b93c Change key/button grab bindings to take unsigned state by Daniel Stone · 13 years ago
  18. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  19. 009ac0a window: Dont take width and height in window constructor by Kristian Høgsberg · 13 years ago
  20. 6d174cf window: menu leak fixes by Pekka Paalanen · 13 years ago
  21. 84d62dc resizor: free the widget on destroy by Pekka Paalanen · 13 years ago
  22. 29af3eb window: Make decorations just a widget by Kristian Høgsberg · 13 years ago
  23. bb97700 window: Get rid of the window child allocation concept by Kristian Høgsberg · 13 years ago
  24. b67e94b window: Make resize and redraw handlers widget vfuncs by Kristian Høgsberg · 13 years ago
  25. 5d12990 window: Allocate and flush the window surface in window.c by Kristian Høgsberg · 13 years ago
  26. 75bc667 window: Drop the window widget by Kristian Høgsberg · 13 years ago
  27. a8a0db3 window: Move button handler to widget by Kristian Høgsberg · 13 years ago
  28. 4f7dcd6 window: Add a window menu by Kristian Høgsberg · 13 years ago
  29. b3cca0a shell: Start implementing the popup surface type by Kristian Høgsberg · 14 years ago
  30. e59d74a resizor: add exit key and cleanups by Pekka Paalanen · 14 years ago
  31. bbedd7e clients: Implement a toy-menu for testing the menu surface type by Kristian Høgsberg · 14 years ago
  32. 8da0fbd resizor: Use symbolic name for BTN_RIGHT by Kristian Høgsberg · 14 years ago
  33. c5241f5 Never include wayland-util.h directly by Kristian Høgsberg · 14 years ago
  34. 50719bc Fix inconsistent #include style by Pekka Paalanen · 14 years ago
  35. 3a69627 window: Stop using glib mainloop in toy toolkit by Kristian Høgsberg · 14 years ago
  36. 9de79a9 window.c: Drop global handler argument by Kristian Høgsberg · 14 years ago
  37. a8d1fa7 clients: Bring clients up to date by Kristian Høgsberg · 14 years ago
  38. 11e2828 Merge remote-tracking branch 'bnf/surface-frame-event' by Kristian Høgsberg · 14 years ago
  39. b4b6734 Define global handler on display creation by Tim Wiederhake · 14 years ago
  40. ec4d342 Support per surface frame events by Benjamin Franzke · 14 years ago
  41. eae5569 remove unused variable by Tim Wiederhake · 14 years ago
  42. 248c1b6 Add an orange pop-up menu to test the new map_transient request by Kristian Høgsberg · 14 years ago
  43. 67cac8a Pass input device and time in key_handler callback by Kristian Høgsberg · 14 years ago
  44. da846ca Fix terminal resizing by Kristian Høgsberg · 14 years ago
  45. 82da52b Update surface.attach and change surface.map to surface.map_toplevel by Kristian Høgsberg · 15 years ago
  46. 53a7f21 Fix the resizor by Kristian Høgsberg · 15 years ago
  47. 5c4056e Schedule frame callback in the redraw handler by Kristian Høgsberg · 15 years ago
  48. 7c221d2 Add window resize sample client by Kristian Høgsberg · 15 years ago