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