1. 88277d1 shell: Fix never map fullscreen/transient surface. by Alex Wu · 13 years ago
  2. 31f9d0e compositor: Remove redundant weston_surface_damage_below() calls by Kristian Høgsberg · 13 years ago
  3. d0e2ef7 compositor: Surface is unmapped when surface->output is NULL by Kristian Høgsberg · 13 years ago
  4. 0704539 shell: Revive super-tab application switcher by Kristian Høgsberg · 13 years ago
  5. afa264c compositor: Don't run keybindings if we have a key grab by Kristian Høgsberg · 13 years ago
  6. ec286eb compositor: Setup for keyboard grabs. by Scott Moreau · 13 years ago
  7. 447013d Track server changes. by Scott Moreau · 13 years ago
  8. 1cbf326 compositor: Move fullscreen_output to shell_surface by Kristian Høgsberg · 13 years ago
  9. 323ee04 compositor: Make weston_surface_damage_below_noupdate() the default by Kristian Høgsberg · 13 years ago
  10. 3b5ea3b compositor: Move unmap logic to new function weston_surface_unmap() by Kristian Høgsberg · 13 years ago
  11. 12bbf81 compositor: Only delete surface texture if we have one by Kristian Høgsberg · 13 years ago
  12. 101cb65 compositor: Get rid of surface->visual by Kristian Høgsberg · 13 years ago
  13. 6a8b553 shell: Set geometry directly in configure by Kristian Høgsberg · 13 years ago
  14. d5ae9f4 shell: Restore basic fullscreen functionality by Kristian Høgsberg · 13 years ago
  15. 2675dc1 window: Don't draw decorations in fullscreen mode by Kristian Høgsberg · 13 years ago
  16. 1517def window: Set window type as it changes, not on every attach by Kristian Høgsberg · 13 years ago
  17. 66c0880 view: Don't schedule resize after setting fullscreen by Kristian Høgsberg · 13 years ago
  18. 0d5a509 window: Use constant keycode offset of 8 by Daniel Stone · 13 years ago
  19. 9d4f030 window: Use new xkbcommon include path by Daniel Stone · 13 years ago
  20. b29f412 protocol: remove absolute coordinates from pointer by Pekka Paalanen · 13 years ago
  21. dfb93a9 window: do not store absolute coordinates by Pekka Paalanen · 13 years ago
  22. e47c3a3 clients/dnd: adapt to new data_device icon protocol by Ander Conselvan de Oliveira · 13 years ago
  23. 30eebc7 compositor: implement drag'n'drop icons by Ander Conselvan de Oliveira · 13 years ago
  24. e9e0515 shell: update position of surfaces with type none on map() by Ander Conselvan de Oliveira · 13 years ago
  25. d595f65 compositor: add a way to disable picking of client surfaces by Ander Conselvan de Oliveira · 13 years ago
  26. a1ff53b shell: don't map surfaces with type NONE by Ander Conselvan de Oliveira · 13 years ago
  27. b63e3e0 compositor: fix two crashs on surface_attach() with null buffer by Ander Conselvan de Oliveira · 13 years ago
  28. f856fd2 Follow set_fullscreen protocol change by Kristian Høgsberg · 13 years ago
  29. d6bcd7d window: Toggle maximized with super-f5 by Kristian Høgsberg · 13 years ago
  30. 96879df shell: Add the set_maximized implementation by Juan Zhao · 13 years ago
  31. 8fb8d3b compositor, shell: add and use weston_surface_set_position() by Pekka Paalanen · 13 years ago
  32. d882779 shell: remove two redundant statements from map() by Pekka Paalanen · 13 years ago
  33. 9d39352 compositor: make functions static by Tiago Vignatti · 13 years ago
  34. 0f99701 shell: remove duplicated code by Tiago Vignatti · 13 years ago
  35. 0a26641 clients: fix spelling by Tiago Vignatti · 13 years ago
  36. c5528d8 window: simplify a bit widget_set_size and widget_set_allocation by Tiago Vignatti · 13 years ago
  37. a571e75 window: explicitly set TYPE_TOPLEVEL for new windows by Tiago Vignatti · 13 years ago
  38. 8980f7c shell: do not apply damage on window type set by Pekka Paalanen · 13 years ago
  39. f8c6aae compositor: remove redundant cursor damage calls by Pekka Paalanen · 13 years ago
  40. cc2f868 compositor: round off fractions by Pekka Paalanen · 13 years ago
  41. fc6d91a shell: replace identity calls to weston_surface_configure() by Pekka Paalanen · 13 years ago
  42. f07cb5d compositor: move output assignment to update_transform by Pekka Paalanen · 13 years ago
  43. 730d87e compositor: move opaque tracking into transform by Pekka Paalanen · 13 years ago
  44. b45ac5e compositor: clarify update_transform vs. repaint by Pekka Paalanen · 13 years ago
  45. 9651678 compositor: let update_transform deal damage by Pekka Paalanen · 13 years ago
  46. 1d5035c compositor: simplify weston_surface_damage_rectangle() by Pekka Paalanen · 13 years ago
  47. 219b982 compositor: use floats in computing bounding box by Pekka Paalanen · 13 years ago
  48. ece8a01 compositor: move surface_to_global_float() definition by Pekka Paalanen · 13 years ago
  49. 80fb08d compositor: split weston_surface_update_transform() by Pekka Paalanen · 13 years ago
  50. 9abf393 compositor: split weston_surface_damage_below() by Pekka Paalanen · 13 years ago
  51. 25dacab shell: remove excessive damage from rotating by Pekka Paalanen · 13 years ago
  52. 6f82cf5 configure: Fix build on debian by avoiding bashisms in the test command. by Eric Anholt · 13 years ago
  53. 3b03b3d Use dist-xz for tarballs by Kristian Høgsberg · 13 years ago
  54. 850f24c Disable setuid install for distcheck by Kristian Høgsberg · 13 years ago
  55. a7313e7 configure: Change project to weston, set version to 0.89 by Kristian Høgsberg · 13 years ago
  56. aded1f6 compositor: Don't destroy sprite surface, just hide it by Kristian Høgsberg · 13 years ago
  57. 0212723 smoke: Use normal window resize mechanism by Kristian Høgsberg · 13 years ago
  58. 09a96b5 window: Don't set the window size in widget_set_size() by Kristian Høgsberg · 13 years ago
  59. 6665063 smoke: fix the segment fault error by Juan Zhao · 14 years ago
  60. 3d5437c Add support for webp image format by Kristian Høgsberg · 13 years ago
  61. 902865c cairo-util: Only look at first two bytes for jpegs by Kristian Høgsberg · 13 years ago
  62. 035ac94 terminal: run $SHELL if set by Peter Hutterer · 14 years ago
  63. 3bd6917 configure.ac: fix cairo-glesv2 help text by Jesse Barnes · 13 years ago
  64. 9b8a82b Merge remote-tracking branch 'pq/transform-fixes2' by Kristian Høgsberg · 13 years ago
  65. 546a812 compositor-wayland: Add window border by Kristian Høgsberg · 14 years ago
  66. 2e28b10 compositor-wayland: Add display sub-option for wayland backend by Kristian Høgsberg · 13 years ago
  67. d11d944 compositor-wayland: Hide cursor for compositor surfaces by Kristian Høgsberg · 13 years ago
  68. cdd61d0 compositor-wayland: Destroy wl_callback in callback function by Kristian Høgsberg · 13 years ago
  69. eb76484 compositor: Drop setuid when launching clients by Kristian Høgsberg · 14 years ago
  70. 938269a compositor: simple menu transform by Pekka Paalanen · 13 years ago
  71. 44ab69c compositor: add weston_surface transformation doc by Pekka Paalanen · 13 years ago
  72. 9f9aa1b compositor: fix transformed opaque surface repainting by Pekka Paalanen · 13 years ago
  73. ddae03c compositor: q&d solution for surface drift by Pekka Paalanen · 13 years ago
  74. c7b45f6 compositor: clear surface damage on draw by Pekka Paalanen · 13 years ago
  75. f55f544 compositor: fix and simplify shader uniform handling by Pekka Paalanen · 14 years ago
  76. 0e4452e configure: add libpng to client libs by Pekka Paalanen · 14 years ago
  77. 0452abc compositor: Don't just update uniforms when we change shaders by Kristian Høgsberg · 14 years ago
  78. 2ad3b7f window: Fold window_resize into idle_resize by Kristian Høgsberg · 14 years ago
  79. 0d1c062 window: Don't overwrite window->allocation until we've done the resize by Kristian Høgsberg · 14 years ago
  80. 009ac0a window: Dont take width and height in window constructor by Kristian Høgsberg · 14 years ago
  81. 8e054f7 flower: Dont allow resizing by Kristian Høgsberg · 14 years ago
  82. c25a1d7 flower: Redraw flower on middle click, pop up window menu on right click by Kristian Høgsberg · 14 years ago
  83. d31fcab window: Make window frame menu available to client by Kristian Høgsberg · 14 years ago
  84. f571d63 configure: use --disable-tests, since default is enabled by Pekka Paalanen · 14 years ago
  85. 51d2195 configure: toytoolkit GL apps depend on cairo-egl by Pekka Paalanen · 14 years ago
  86. a4f80f3 compositor: handle attach request in surface-local coordinates by Pekka Paalanen · 14 years ago
  87. 5c97ae7 shell: fix resize for transformed surfaces by Pekka Paalanen · 14 years ago
  88. 7b3bd3d shell: fix move of transformed surfaces by Pekka Paalanen · 14 years ago
  89. becfcbf test: Fix out-of-tree builds by Kristian Høgsberg · 14 years ago
  90. a7ef5c8 build: fix build of matrix test by Ander Conselvan de Oliveira · 14 years ago
  91. a1a7fef Update config files to reflect new terminal name, weston-terminal by Scott Moreau · 14 years ago
  92. d1e8625 compositor: Allow attaching null buffer by Kristian Høgsberg · 14 years ago
  93. fa1de69 Implement CONFIG_KEY_UNSIGNED_INTEGER by Scott Moreau · 14 years ago
  94. 765e27b shell: Rotate relative to current rotation by Kristian Høgsberg · 14 years ago
  95. 18c9300 compositor: Only set surface geometry through weston_surface_configure() by Kristian Høgsberg · 14 years ago
  96. 0c356e1 compositor: Link to libm by Kristian Høgsberg · 14 years ago
  97. b7674a2 Merge remote-tracking branch 'pq/transform-v1' by Kristian Høgsberg · 14 years ago
  98. a291ae5 desktop-shell: print what failed on exec by Pekka Paalanen · 14 years ago
  99. e018b04 window: fix resizing of windows backed by shm buffers by Ander Conselvan de Oliveira · 14 years ago
  100. 42c8f60 window: Handle data_device.selection events with offer=NULL by Kristian Høgsberg · 14 years ago