1. 3bd6917 configure.ac: fix cairo-glesv2 help text by Jesse Barnes · 13 years ago
  2. 9b8a82b Merge remote-tracking branch 'pq/transform-fixes2' by Kristian Høgsberg · 13 years ago
  3. 546a812 compositor-wayland: Add window border by Kristian Høgsberg · 14 years ago
  4. 2e28b10 compositor-wayland: Add display sub-option for wayland backend by Kristian Høgsberg · 13 years ago
  5. d11d944 compositor-wayland: Hide cursor for compositor surfaces by Kristian Høgsberg · 13 years ago
  6. cdd61d0 compositor-wayland: Destroy wl_callback in callback function by Kristian Høgsberg · 13 years ago
  7. eb76484 compositor: Drop setuid when launching clients by Kristian Høgsberg · 14 years ago
  8. 938269a compositor: simple menu transform by Pekka Paalanen · 13 years ago
  9. 44ab69c compositor: add weston_surface transformation doc by Pekka Paalanen · 13 years ago
  10. 9f9aa1b compositor: fix transformed opaque surface repainting by Pekka Paalanen · 13 years ago
  11. ddae03c compositor: q&d solution for surface drift by Pekka Paalanen · 13 years ago
  12. c7b45f6 compositor: clear surface damage on draw by Pekka Paalanen · 13 years ago
  13. f55f544 compositor: fix and simplify shader uniform handling by Pekka Paalanen · 14 years ago
  14. 0e4452e configure: add libpng to client libs by Pekka Paalanen · 14 years ago
  15. 0452abc compositor: Don't just update uniforms when we change shaders by Kristian Høgsberg · 14 years ago
  16. 2ad3b7f window: Fold window_resize into idle_resize by Kristian Høgsberg · 14 years ago
  17. 0d1c062 window: Don't overwrite window->allocation until we've done the resize by Kristian Høgsberg · 14 years ago
  18. 009ac0a window: Dont take width and height in window constructor by Kristian Høgsberg · 14 years ago
  19. 8e054f7 flower: Dont allow resizing by Kristian Høgsberg · 14 years ago
  20. c25a1d7 flower: Redraw flower on middle click, pop up window menu on right click by Kristian Høgsberg · 14 years ago
  21. d31fcab window: Make window frame menu available to client by Kristian Høgsberg · 14 years ago
  22. f571d63 configure: use --disable-tests, since default is enabled by Pekka Paalanen · 14 years ago
  23. 51d2195 configure: toytoolkit GL apps depend on cairo-egl by Pekka Paalanen · 14 years ago
  24. a4f80f3 compositor: handle attach request in surface-local coordinates by Pekka Paalanen · 14 years ago
  25. 5c97ae7 shell: fix resize for transformed surfaces by Pekka Paalanen · 14 years ago
  26. 7b3bd3d shell: fix move of transformed surfaces by Pekka Paalanen · 14 years ago
  27. becfcbf test: Fix out-of-tree builds by Kristian Høgsberg · 14 years ago
  28. a7ef5c8 build: fix build of matrix test by Ander Conselvan de Oliveira · 14 years ago
  29. a1a7fef Update config files to reflect new terminal name, weston-terminal by Scott Moreau · 14 years ago
  30. d1e8625 compositor: Allow attaching null buffer by Kristian Høgsberg · 14 years ago
  31. fa1de69 Implement CONFIG_KEY_UNSIGNED_INTEGER by Scott Moreau · 14 years ago
  32. 765e27b shell: Rotate relative to current rotation by Kristian Høgsberg · 14 years ago
  33. 18c9300 compositor: Only set surface geometry through weston_surface_configure() by Kristian Høgsberg · 14 years ago
  34. 0c356e1 compositor: Link to libm by Kristian Høgsberg · 14 years ago
  35. b7674a2 Merge remote-tracking branch 'pq/transform-v1' by Kristian Høgsberg · 14 years ago
  36. a291ae5 desktop-shell: print what failed on exec by Pekka Paalanen · 14 years ago
  37. e018b04 window: fix resizing of windows backed by shm buffers by Ander Conselvan de Oliveira · 14 years ago
  38. 42c8f60 window: Handle data_device.selection events with offer=NULL by Kristian Høgsberg · 14 years ago
  39. d581a8f Collabora copyright updates by Pekka Paalanen · 14 years ago
  40. 15d60ef compositor: make overlap computation use the boundingbox by Pekka Paalanen · 14 years ago
  41. 2267d45 compositor: use bounding box for damage regions by Pekka Paalanen · 14 years ago
  42. 45f3e40 compositor: weston_surface_assign_output() to use bounding box by Pekka Paalanen · 14 years ago
  43. 3bfcd4d compositor: weston_output_set_cursor() to use bounding box by Pekka Paalanen · 14 years ago
  44. a9f8a21 compositor: weston_surface_draw() to use bounding box by Pekka Paalanen · 14 years ago
  45. 60921e5 compositor: move weston_surface::width,height into geometry by Pekka Paalanen · 14 years ago
  46. 6720d8f compositor: add weston_surface bounding box by Pekka Paalanen · 14 years ago
  47. 7377204 compositor: fix zoom origin by Pekka Paalanen · 14 years ago
  48. f1f5b36 compositor-drm: do not scan out transformed surfaces by Pekka Paalanen · 14 years ago
  49. ba3cf95 compositor: move weston_surface::x,y into geometry by Pekka Paalanen · 14 years ago
  50. cd40362 compositor: make position a surface transformation by Pekka Paalanen · 14 years ago
  51. 0e151bb compositor: honour repaint regions with transformed surfaces by Pekka Paalanen · 14 years ago
  52. 3df327f compositor: disable attrib arrays after use by Pekka Paalanen · 14 years ago
  53. 74abeac compositor: remove unused *_uniform members by Pekka Paalanen · 14 years ago
  54. e0f3cb2 compositor: rewrite draw and input coordinate transformations by Pekka Paalanen · 14 years ago
  55. bc0b7e7 compositor: restructure weston_surface::transform by Pekka Paalanen · 14 years ago
  56. 7ae0213 compositor: handle non-invertible surface transformations by Pekka Paalanen · 14 years ago
  57. 460099f shell: add key binding for rotating a surface by Pekka Paalanen · 14 years ago
  58. 2a5cecc compositor: apply full transformation to input coordinates by Pekka Paalanen · 14 years ago
  59. b13e84f clickdot: implement the purpose by Pekka Paalanen · 14 years ago
  60. 6920190 clickdot: a copy of resizor by Pekka Paalanen · 14 years ago
  61. d1f0ab6 compositor: simplify the matrix inversion API by Pekka Paalanen · 14 years ago
  62. 1ef94c8 update git ignores by Pekka Paalanen · 14 years ago
  63. 4520d5c tests: add matrix-test by Pekka Paalanen · 14 years ago
  64. 75b47ec compositor: implement inverse matrix transformation by Pekka Paalanen · 14 years ago
  65. 061b747 compositor: drop inverse matrix from weston_transform by Pekka Paalanen · 14 years ago
  66. 668ca37 compositor: move matrix code to separate files by Pekka Paalanen · 14 years ago
  67. daaf01b util: document matrices by Pekka Paalanen · 14 years ago
  68. c61eca6 compositor: implement a stack of surface transformations by Pekka Paalanen · 14 years ago
  69. 804e051 cairo-util: Don't anger png.h by including setjmp.h by Kristian Høgsberg · 14 years ago
  70. ae6e271 window: Don't crash when window with focus_widget is destroyed by Kristian Høgsberg · 14 years ago
  71. 681f9f4 compositor: Keep fade surface around while we're fading by Kristian Høgsberg · 14 years ago
  72. 607c1a7 compositor: Use weston_surface_create for creating solid color fade surface by Kristian Høgsberg · 14 years ago
  73. bbeefb0 compositor: Create surfaces neutral, select shader later by Kristian Høgsberg · 14 years ago
  74. 46e64ee compositor: Drop unused saved_texture surface field by Kristian Høgsberg · 14 years ago
  75. 2200d70 compositor: Clear repaint_scheduled when an idle repaint is cancelled by Kristian Høgsberg · 14 years ago
  76. 30c018b compositor: Combine repaint and weston_output_repaint by Kristian Høgsberg · 14 years ago
  77. a82c486 compositor: Compute overlapped early and base hw cursor decision on that by Kristian Høgsberg · 14 years ago
  78. 9f404b7 compositor: Move tracking of scanout buffers to compositor-drm by Kristian Høgsberg · 14 years ago
  79. 5f5e42e compositor: Remove prepare_scanout_surface callout by Kristian Høgsberg · 14 years ago
  80. 06cf6b0 compositor: Pull prepare_render and present callouts into repaint by Kristian Høgsberg · 14 years ago
  81. 68c479a compositor: Move repaint loop into a backend function by Kristian Høgsberg · 14 years ago
  82. 32cdc38 compositor: Insert the fade surface in the surface list by Kristian Høgsberg · 14 years ago
  83. 0763262 compositor: Move shader setup to weston_surface_draw() by Kristian Høgsberg · 14 years ago
  84. 765bcdf compositor: Compute whether or not a surface is overlapped by Kristian Høgsberg · 14 years ago
  85. ee324c2 compositor: Remove special casing of fullscreen surfaces by Kristian Høgsberg · 14 years ago
  86. a0d6dc4 compositor: Do the per surface clip region math in weston_surface_draw() by Kristian Høgsberg · 14 years ago
  87. ac58741 compositor: Assign surface damage before setting up scanout buffers by Kristian Høgsberg · 14 years ago
  88. 6af8eb9 desktop-shell: Build in sensible defaults by Kristian Høgsberg · 14 years ago
  89. 07f7294 desktop-shell: Support tiling of background images by Kristian Høgsberg · 14 years ago
  90. d654876 cairo-util: Add png loader and image type sniffing by Kristian Høgsberg · 14 years ago
  91. 8129bc0 desktop-shell: Fall back to solid color if there's no background image by Kristian Høgsberg · 14 years ago
  92. ffe3bba cairo-util: Return NULL instead of exit() on jpeg load failure by Kristian Høgsberg · 14 years ago
  93. a97eca9 Install terminal as weston-terminal by Kristian Høgsberg · 14 years ago
  94. bcecca4 Revert "weston: Drop priviledges early, and seteuid when needed" by Kristian Høgsberg · 14 years ago
  95. fc6ccb8 weston: Drop priviledges early, and seteuid when needed by Benjamin Franzke · 14 years ago
  96. ef548fd setuid: Operate relative to $(DESTDIR) by Benjamin Franzke · 14 years ago
  97. 6b28aad window: Fix sending button events when there's no grab by Neil Roberts · 14 years ago
  98. a12d611 evdev: fix uninitialised pointer value by Tiago Vignatti · 14 years ago
  99. 5f5324e gears: Make window transparent by Kristian Høgsberg · 14 years ago
  100. 824c6d0 window: Use CAIRO_OPERATOR_OVER for rendering the menu by Kristian Høgsberg · 14 years ago