1. d962be1 client: fix spelling mistake by Eric Engestrom · 9 years ago
  2. 1f6b0d1 clients: Update boilerplate from MIT X11 license to MIT Expat licenses by Bryce Harrington · 10 years ago
  3. 2a18a52 remove trailing whitespaces by Michael Vetter · 10 years ago
  4. 31732f7 Clients: Fix memleak issues in various clients of weston by vivek · 11 years ago
  5. 9cd661e Make sure config.h is included before any system headers by Andrew Wedgbury · 11 years ago
  6. 01eaaac westoy: Remove window_touch_move by Jasper St. Pierre · 11 years ago
  7. 1084da5 Add touch support for wl_shell_surface_move by Rusty Lynch · 12 years ago
  8. c814c58 Drop extraneous duplicate header includes by Bryce Harrington · 12 years ago
  9. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  10. bf74d52 window: Add a widget default cursor convenience helper by Kristian Høgsberg · 12 years ago
  11. 01a9f1b clients: Set title for all shell surface demos. by Scott Moreau · 12 years ago
  12. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  13. dc8c8fc window: rename enum pointer_type to cursor_type by Ander Conselvan de Oliveira · 13 years ago
  14. d8f527c window: track changes in libwayland-cursor api by Ander Conselvan de Oliveira · 13 years ago
  15. 1042dc1 window: use libwayland-cursor instead of libXcursor by Ander Conselvan de Oliveira · 13 years ago
  16. 4c3dac9 clients: Remove superfluous #includes by Kristian Høgsberg · 13 years ago
  17. 80680c7 window.c: Just use float instead of GLfloat, remove GLES2.h include by Kristian Høgsberg · 13 years ago
  18. b230a7e Convert internal input co-ordinates to GLfloat by Daniel Stone · 13 years ago
  19. 5d66371 Change button from int to uint32_t by Daniel Stone · 13 years ago
  20. da5b93c Change key/button grab bindings to take unsigned state by Daniel Stone · 13 years ago
  21. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  22. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  23. 009ac0a window: Dont take width and height in window constructor by Kristian Høgsberg · 13 years ago
  24. 8e054f7 flower: Dont allow resizing by Kristian Høgsberg · 13 years ago
  25. c25a1d7 flower: Redraw flower on middle click, pop up window menu on right click by Kristian Høgsberg · 13 years ago
  26. 29af3eb window: Make decorations just a widget by Kristian Høgsberg · 13 years ago
  27. b67e94b window: Make resize and redraw handlers widget vfuncs by Kristian Høgsberg · 13 years ago
  28. 5d12990 window: Allocate and flush the window surface in window.c by Kristian Høgsberg · 13 years ago
  29. 75bc667 window: Drop the window widget by Kristian Høgsberg · 13 years ago
  30. a8a0db3 window: Move button handler to widget by Kristian Høgsberg · 13 years ago
  31. 87a57bb window: Create a widget for the window, drop window motion handler by Kristian Høgsberg · 13 years ago
  32. 50719bc Fix inconsistent #include style by Pekka Paalanen · 13 years ago
  33. 3a69627 window: Stop using glib mainloop in toy toolkit by Kristian Høgsberg · 14 years ago
  34. 9de79a9 window.c: Drop global handler argument by Kristian Høgsberg · 14 years ago
  35. b4b6734 Define global handler on display creation by Tim Wiederhake · 14 years ago
  36. 297c631 Port window.c to use wayland-egl by Kristian Høgsberg · 14 years ago
  37. 248c1b6 Add an orange pop-up menu to test the new map_transient request by Kristian Høgsberg · 14 years ago
  38. 82da52b Update surface.attach and change surface.map to surface.map_toplevel by Kristian Høgsberg · 14 years ago
  39. e9f5e36 Make clients exit orderly when there is no connection by Yuval Fledel · 14 years ago
  40. 012a007 Add small client for testing shm surfaces by Kristian Høgsberg · 14 years ago
  41. 9d69f8e Replace commit/ack/frame protocol with simpler sync and frame callbacks by Kristian Høgsberg · 15 years ago
  42. 8ca1cc2 flower: Clear surface by Kristian Høgsberg · 15 years ago
  43. c8c3734 Set window user data using separate function by Kristian Høgsberg · 15 years ago
  44. 478d926 Send device name at connect time by Kristian Høgsberg · 15 years ago
  45. 7824d81 Consolidate more code in clients/window.c by Kristian Høgsberg · 15 years ago
  46. a85fe3c Use cairo-gl in clients by Kristian Høgsberg · 15 years ago
  47. b2a432e Move clients to subdirectory by Kristian Høgsberg · 15 years ago[Renamed from flower.c]
  48. d923e9d Replace cairo_drm_device_t with cairo_device_t by Janusz Lewandowski · 15 years ago
  49. 2644910 Update to track the cairo_drm_device_t rename by Kristian Høgsberg · 16 years ago
  50. 57b751b Fix flower client. by Kristian Høgsberg · 24 years ago
  51. 8012f32 Drop libdrm CFLAGS where no longer necessary. by Kristian Høgsberg · 16 years ago
  52. 0ac16f0 Switch to cairo-drm, drop struct buffer hacks. by Kristian Høgsberg · 16 years ago
  53. 3b94998 Randomize flower offset again. by Kristian Høgsberg · 16 years ago
  54. 94448c0 Add listener interfaces for output and input_device objects. by Kristian Høgsberg · 16 years ago
  55. de31d5c Add preliminary visual support. by Kristian Høgsberg · 16 years ago
  56. d2412e2 Redesign the compositor / server interface. by Kristian Høgsberg · 16 years ago
  57. dc0f355 Fix API to always include socket name length. by Kristian Høgsberg · 16 years ago
  58. e2ce43a Fix namespace convention for glib source. by Kristian Høgsberg · 16 years ago
  59. ffd710e Put Wayland under the MIT license. by Kristian Høgsberg · 16 years ago
  60. fbdbbdc Finally implement the commit/ack/frame protocol and improve repaint loop. by Kristian Høgsberg · 16 years ago
  61. 44f36e3 Make ack event signal that the requests have been composited. by Kristian Høgsberg · 16 years ago
  62. 18fb783 Use struct buffer from cairo-util.c in flower.c. by Kristian Høgsberg · 16 years ago
  63. 1cbaa6a Use glib main loop for all clients. by Kristian Høgsberg · 16 years ago
  64. fb59084 Add glib main loop integration, use it in flower client. by Kristian Høgsberg · 16 years ago
  65. 3f59e82 Use GL_ONE for the source in glBendFunc instead of pre-unmultiplying. by Kristian Høgsberg · 16 years ago
  66. 1b2f439 Unpremultiply cairo surface data. by Kristian Høgsberg · 16 years ago
  67. d3fa34c Don't use poll timeout for timing animation. by Kristian Høgsberg · 16 years ago
  68. e120a4b Rename client, prepare Makefile for more clients. by Kristian Høgsberg · 16 years ago[Renamed from client.c]
  69. d311e8a Make clients graphics use lighter random colors. by Kristian Høgsberg · 16 years ago
  70. a234e70 Make test client a little more interesting. by Kristian Høgsberg · 16 years ago
  71. 5ebb317 Recomposite screen in idle handler. by Kristian Høgsberg · 16 years ago
  72. f921289 Handle multiple clients better. by Kristian Høgsberg · 16 years ago
  73. 16eb675 Add an EGL compositor. Still pretty lame. by Kristian Høgsberg · 16 years ago
  74. 427524a Use new connection object in client code too. by Kristian Høgsberg · 16 years ago
  75. 05eff51 Add surface.map request. by Kristian Høgsberg · 16 years ago
  76. a67a71a Bunch of new stuff: simple compositor, cairo+gem use in client, events. by Kristian Høgsberg · 16 years ago
  77. 97f1ebe Initial commit. by Kristian Høgsberg · 16 years ago