1. 97f6854 clients: Move XKB info from display to input struct by Daniel Stone · 13 years ago
  2. 2fce402 Convert wl_pointer::axis to wl_fixed_t by Daniel Stone · 13 years ago
  3. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  4. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  5. 351eb61 Support wl_keyboard::modifiers event by Daniel Stone · 13 years ago
  6. 647f2bf window: add wrapper for EPOLL_CLOEXEC by Pekka Paalanen · 13 years ago
  7. 7a1b32a Implement text cursor position protocol. by Scott Moreau · 13 years ago
  8. 08bcf14 dnd: implement option for not offering data to other clients by Ander Conselvan de Oliveira · 13 years ago
  9. a261f7e Weston: Free allocated cursors array when destroying by Yan Wang · 13 years ago
  10. 210eb9d dnd: work around cairo-gl brokenness by Ander Conselvan de Oliveira · 13 years ago
  11. dc8c8fc window: rename enum pointer_type to cursor_type by Ander Conselvan de Oliveira · 13 years ago
  12. d8f527c window: track changes in libwayland-cursor api by Ander Conselvan de Oliveira · 13 years ago
  13. 82db9d8 window: add simple text tooltip handlers by Tiago Vignatti · 13 years ago
  14. f96e6c0 Share code to to classify pointer location in frame by Kristian Høgsberg · 13 years ago
  15. 1042dc1 window: use libwayland-cursor instead of libXcursor by Ander Conselvan de Oliveira · 13 years ago
  16. dec7658 window: send transient flags over the wire by Tiago Vignatti · 13 years ago
  17. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  18. 5a315bc Move cairo-util to shared/ by Kristian Høgsberg · 13 years ago
  19. 5adb480 window: Move frame rendering to cairo-util by Kristian Høgsberg · 13 years ago
  20. 42abdf5 window: Move theme rendering code to cairo-util by Kristian Høgsberg · 13 years ago
  21. 291c69c window: Move all frame theme related state into new struct theme by Kristian Høgsberg · 13 years ago
  22. d993188 window: Compute title vertical position based on font extents by Kristian Høgsberg · 13 years ago
  23. 7507b57 window: Store the outputs that the window is on by Rob Bradford · 13 years ago
  24. f7e498c toytoolkit: Recalculate input region if client has modified it's size. by Scott Moreau · 13 years ago
  25. 79b5652 window: fix missed xkb API adaptation by Pekka Paalanen · 13 years ago
  26. 4c3dac9 clients: Remove superfluous #includes by Kristian Høgsberg · 13 years ago
  27. bef52d1 Update to new libxkbcommon API by Kristian Høgsberg · 13 years ago
  28. 1998b15 window.c: frame_button: Maximize, minimize, close, icon buttons in window frame by Martin Minarik · 13 years ago
  29. 80680c7 window.c: Just use float instead of GLfloat, remove GLES2.h include by Kristian Høgsberg · 13 years ago
  30. ff1c2d7 window: Don't crash if a cursor image failed to load. by Dima Ryazanov · 13 years ago
  31. 87e4c93 window: fix check of cursor image load result by Rafal Mielniczuk · 13 years ago
  32. 7016313 Port Wayland clients to new xkbcommon API by Kristian Høgsberg · 13 years ago
  33. 103db7f Convert wire input co-ordinates to fixed-point by Daniel Stone · 13 years ago
  34. b230a7e Convert internal input co-ordinates to GLfloat by Daniel Stone · 13 years ago
  35. 001de54 window: use only one shm pool for all the cursor images by Ander Conselvan de Oliveira · 13 years ago
  36. 5d66371 Change button from int to uint32_t by Daniel Stone · 13 years ago
  37. da5b93c Change key/button grab bindings to take unsigned state by Daniel Stone · 13 years ago
  38. 1493d2a window: use libXcursor for loading pointer images by Ander Conselvan de Oliveira · 13 years ago
  39. 3e0fe5c window: Set window title and class by Kristian Høgsberg · 13 years ago
  40. 407ef64 window: Only set toplevel window type if nothing else is set by Kristian Høgsberg · 13 years ago
  41. 9074db5 Send surface enter/leave events by Casey Dahlin · 13 years ago
  42. ff1db4a Install structuring for ping-pong protocol by Scott Moreau · 13 years ago
  43. a6c8b00 window.c: Drop the toolkit grab when we start a compositor grab by Kristian Høgsberg · 13 years ago
  44. f2eb68a window: Send serial number in set_popup request by Kristian Høgsberg · 13 years ago
  45. 84b76c7 window: Initialize redraw_task.link so we can always remove it by Kristian Høgsberg · 13 years ago
  46. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  47. 5990fbb window: Fix remaining references to the egl image surface type by Kristian Høgsberg · 13 years ago
  48. bad4297 window: Drop EGLImage surface type by Kristian Høgsberg · 13 years ago
  49. 24b5e23 window: Only unmap shm surface backing memory if it belongs to surface by Kristian Høgsberg · 13 years ago
  50. 6e2a8d7 window: Simplify the shm surface management by Kristian Høgsberg · 13 years ago
  51. 610a3f2 window: Check load_image result for NULL by Kristian Høgsberg · 13 years ago
  52. 3685c3a Fix `unused-result' warnings. by Jonas Ådahl · 13 years ago
  53. 1103a1a window: Use a persistent, big shm pool during resize by Kristian Høgsberg · 13 years ago
  54. 8f64ed0 window: Only initialize egl if we have cairo egl by Kristian Høgsberg · 13 years ago
  55. 1662628 clients: Use new shm interface by Kristian Høgsberg · 13 years ago
  56. 875ab9e Add signedness warning flag and fix fallout by Kristian Høgsberg · 13 years ago
  57. 9629fe3 Simplify shm buffer handling by Kristian Høgsberg · 13 years ago
  58. 42b4f80 window.c: Do resize work from the repaint idle callback by Kristian Høgsberg · 13 years ago
  59. 6bd4d97 window.c; Only redraw once per frame by Kristian Høgsberg · 13 years ago
  60. 210d079 Hook up axis events. by Scott Moreau · 13 years ago
  61. ec323d2 window.c: Increase drop shadow fluffiness by Kristian Høgsberg · 13 years ago
  62. b8abe7e window.c: Tweak window decoration appearance by Kristian Høgsberg · 13 years ago
  63. f02a649 Consolidate image loading code and move to shared/ by Kristian Høgsberg · 13 years ago
  64. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  65. 6396ed3 clients/window: fix build issues w/ gles by Rob Clark · 13 years ago
  66. b435e84 window: Compute frame boundary for all windows except fullscreen by Kristian Høgsberg · 13 years ago
  67. 63e5e06 window: Only set opaque and input regions if they change by Kristian Høgsberg · 13 years ago
  68. 067fd60 window.c: Drop support for rgb contexts by Kristian Høgsberg · 13 years ago
  69. f10df85 window: Set opaque region after child widget adjusts size by Kristian Høgsberg · 13 years ago
  70. fcfc83f clients: Use wl_display_disconnect() by Kristian Høgsberg · 13 years ago
  71. 010f98b window: Track and report input and opaque regions by Kristian Høgsberg · 13 years ago
  72. 06d58b7 Update to enter/leave events for pointer and keyboard by Kristian Høgsberg · 13 years ago
  73. 2675dc1 window: Don't draw decorations in fullscreen mode by Kristian Høgsberg · 13 years ago
  74. 1517def window: Set window type as it changes, not on every attach by Kristian Høgsberg · 13 years ago
  75. 0d5a509 window: Use constant keycode offset of 8 by Daniel Stone · 13 years ago
  76. 9d4f030 window: Use new xkbcommon include path by Daniel Stone · 13 years ago
  77. b29f412 protocol: remove absolute coordinates from pointer by Pekka Paalanen · 13 years ago
  78. dfb93a9 window: do not store absolute coordinates by Pekka Paalanen · 13 years ago
  79. f856fd2 Follow set_fullscreen protocol change by Kristian Høgsberg · 13 years ago
  80. d6bcd7d window: Toggle maximized with super-f5 by Kristian Høgsberg · 13 years ago
  81. c5528d8 window: simplify a bit widget_set_size and widget_set_allocation by Tiago Vignatti · 13 years ago
  82. a571e75 window: explicitly set TYPE_TOPLEVEL for new windows by Tiago Vignatti · 13 years ago
  83. 09a96b5 window: Don't set the window size in widget_set_size() by Kristian Høgsberg · 13 years ago
  84. 2ad3b7f window: Fold window_resize into idle_resize by Kristian Høgsberg · 14 years ago
  85. 0d1c062 window: Don't overwrite window->allocation until we've done the resize by Kristian Høgsberg · 14 years ago
  86. 009ac0a window: Dont take width and height in window constructor by Kristian Høgsberg · 14 years ago
  87. 8e054f7 flower: Dont allow resizing by Kristian Høgsberg · 14 years ago
  88. d31fcab window: Make window frame menu available to client by Kristian Høgsberg · 14 years ago
  89. e018b04 window: fix resizing of windows backed by shm buffers by Ander Conselvan de Oliveira · 14 years ago
  90. 42c8f60 window: Handle data_device.selection events with offer=NULL by Kristian Høgsberg · 14 years ago
  91. ae6e271 window: Don't crash when window with focus_widget is destroyed by Kristian Høgsberg · 14 years ago
  92. 6b28aad window: Fix sending button events when there's no grab by Neil Roberts · 14 years ago
  93. 824c6d0 window: Use CAIRO_OPERATOR_OVER for rendering the menu by Kristian Høgsberg · 14 years ago
  94. 6d174cf window: menu leak fixes by Pekka Paalanen · 14 years ago
  95. e156fb6 window: remove pointers to widget on destroy by Pekka Paalanen · 14 years ago
  96. 4dde2fc window: destroy frame in window_destroy() by Pekka Paalanen · 14 years ago
  97. 2d57439 clients: Allow compiling with the cairo glesv2 backend by Kristian Høgsberg · 14 years ago
  98. 8e81df4 Use new format codes by Kristian Høgsberg · 14 years ago
  99. 6244480 window: Don't deref focus widget if there isn't one by Kristian Høgsberg · 14 years ago
  100. f0993f6 window: Remove a few unused struct fields by Kristian Høgsberg · 14 years ago