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