1. 0c356e1 compositor: Link to libm by Kristian Høgsberg · 14 years ago
  2. b7674a2 Merge remote-tracking branch 'pq/transform-v1' by Kristian Høgsberg · 14 years ago
  3. a291ae5 desktop-shell: print what failed on exec by Pekka Paalanen · 14 years ago
  4. e018b04 window: fix resizing of windows backed by shm buffers by Ander Conselvan de Oliveira · 14 years ago
  5. 42c8f60 window: Handle data_device.selection events with offer=NULL by Kristian Høgsberg · 14 years ago
  6. d581a8f Collabora copyright updates by Pekka Paalanen · 14 years ago
  7. 15d60ef compositor: make overlap computation use the boundingbox by Pekka Paalanen · 14 years ago
  8. 2267d45 compositor: use bounding box for damage regions by Pekka Paalanen · 14 years ago
  9. 45f3e40 compositor: weston_surface_assign_output() to use bounding box by Pekka Paalanen · 14 years ago
  10. 3bfcd4d compositor: weston_output_set_cursor() to use bounding box by Pekka Paalanen · 14 years ago
  11. a9f8a21 compositor: weston_surface_draw() to use bounding box by Pekka Paalanen · 14 years ago
  12. 60921e5 compositor: move weston_surface::width,height into geometry by Pekka Paalanen · 14 years ago
  13. 6720d8f compositor: add weston_surface bounding box by Pekka Paalanen · 14 years ago
  14. 7377204 compositor: fix zoom origin by Pekka Paalanen · 14 years ago
  15. f1f5b36 compositor-drm: do not scan out transformed surfaces by Pekka Paalanen · 14 years ago
  16. ba3cf95 compositor: move weston_surface::x,y into geometry by Pekka Paalanen · 14 years ago
  17. cd40362 compositor: make position a surface transformation by Pekka Paalanen · 14 years ago
  18. 0e151bb compositor: honour repaint regions with transformed surfaces by Pekka Paalanen · 14 years ago
  19. 3df327f compositor: disable attrib arrays after use by Pekka Paalanen · 14 years ago
  20. 74abeac compositor: remove unused *_uniform members by Pekka Paalanen · 14 years ago
  21. e0f3cb2 compositor: rewrite draw and input coordinate transformations by Pekka Paalanen · 14 years ago
  22. bc0b7e7 compositor: restructure weston_surface::transform by Pekka Paalanen · 14 years ago
  23. 7ae0213 compositor: handle non-invertible surface transformations by Pekka Paalanen · 14 years ago
  24. 460099f shell: add key binding for rotating a surface by Pekka Paalanen · 14 years ago
  25. 2a5cecc compositor: apply full transformation to input coordinates by Pekka Paalanen · 14 years ago
  26. b13e84f clickdot: implement the purpose by Pekka Paalanen · 14 years ago
  27. 6920190 clickdot: a copy of resizor by Pekka Paalanen · 14 years ago
  28. d1f0ab6 compositor: simplify the matrix inversion API by Pekka Paalanen · 14 years ago
  29. 1ef94c8 update git ignores by Pekka Paalanen · 14 years ago
  30. 4520d5c tests: add matrix-test by Pekka Paalanen · 14 years ago
  31. 75b47ec compositor: implement inverse matrix transformation by Pekka Paalanen · 14 years ago
  32. 061b747 compositor: drop inverse matrix from weston_transform by Pekka Paalanen · 14 years ago
  33. 668ca37 compositor: move matrix code to separate files by Pekka Paalanen · 14 years ago
  34. daaf01b util: document matrices by Pekka Paalanen · 14 years ago
  35. c61eca6 compositor: implement a stack of surface transformations by Pekka Paalanen · 14 years ago
  36. 804e051 cairo-util: Don't anger png.h by including setjmp.h by Kristian Høgsberg · 14 years ago
  37. ae6e271 window: Don't crash when window with focus_widget is destroyed by Kristian Høgsberg · 14 years ago
  38. 681f9f4 compositor: Keep fade surface around while we're fading by Kristian Høgsberg · 14 years ago
  39. 607c1a7 compositor: Use weston_surface_create for creating solid color fade surface by Kristian Høgsberg · 14 years ago
  40. bbeefb0 compositor: Create surfaces neutral, select shader later by Kristian Høgsberg · 14 years ago
  41. 46e64ee compositor: Drop unused saved_texture surface field by Kristian Høgsberg · 14 years ago
  42. 2200d70 compositor: Clear repaint_scheduled when an idle repaint is cancelled by Kristian Høgsberg · 14 years ago
  43. 30c018b compositor: Combine repaint and weston_output_repaint by Kristian Høgsberg · 14 years ago
  44. a82c486 compositor: Compute overlapped early and base hw cursor decision on that by Kristian Høgsberg · 14 years ago
  45. 9f404b7 compositor: Move tracking of scanout buffers to compositor-drm by Kristian Høgsberg · 14 years ago
  46. 5f5e42e compositor: Remove prepare_scanout_surface callout by Kristian Høgsberg · 14 years ago
  47. 06cf6b0 compositor: Pull prepare_render and present callouts into repaint by Kristian Høgsberg · 14 years ago
  48. 68c479a compositor: Move repaint loop into a backend function by Kristian Høgsberg · 14 years ago
  49. 32cdc38 compositor: Insert the fade surface in the surface list by Kristian Høgsberg · 14 years ago
  50. 0763262 compositor: Move shader setup to weston_surface_draw() by Kristian Høgsberg · 14 years ago
  51. 765bcdf compositor: Compute whether or not a surface is overlapped by Kristian Høgsberg · 14 years ago
  52. ee324c2 compositor: Remove special casing of fullscreen surfaces by Kristian Høgsberg · 14 years ago
  53. a0d6dc4 compositor: Do the per surface clip region math in weston_surface_draw() by Kristian Høgsberg · 14 years ago
  54. ac58741 compositor: Assign surface damage before setting up scanout buffers by Kristian Høgsberg · 14 years ago
  55. 6af8eb9 desktop-shell: Build in sensible defaults by Kristian Høgsberg · 14 years ago
  56. 07f7294 desktop-shell: Support tiling of background images by Kristian Høgsberg · 14 years ago
  57. d654876 cairo-util: Add png loader and image type sniffing by Kristian Høgsberg · 14 years ago
  58. 8129bc0 desktop-shell: Fall back to solid color if there's no background image by Kristian Høgsberg · 14 years ago
  59. ffe3bba cairo-util: Return NULL instead of exit() on jpeg load failure by Kristian Høgsberg · 14 years ago
  60. a97eca9 Install terminal as weston-terminal by Kristian Høgsberg · 14 years ago
  61. bcecca4 Revert "weston: Drop priviledges early, and seteuid when needed" by Kristian Høgsberg · 14 years ago
  62. fc6ccb8 weston: Drop priviledges early, and seteuid when needed by Benjamin Franzke · 14 years ago
  63. ef548fd setuid: Operate relative to $(DESTDIR) by Benjamin Franzke · 14 years ago
  64. 6b28aad window: Fix sending button events when there's no grab by Neil Roberts · 14 years ago
  65. a12d611 evdev: fix uninitialised pointer value by Tiago Vignatti · 14 years ago
  66. 5f5324e gears: Make window transparent by Kristian Høgsberg · 14 years ago
  67. 824c6d0 window: Use CAIRO_OPERATOR_OVER for rendering the menu by Kristian Høgsberg · 14 years ago
  68. 44d4de6 configure: Add --enable-setuid-install by Kristian Høgsberg · 14 years ago
  69. 8423a89 compositor: initialise segv_action.sa_mask by Pekka Paalanen · 14 years ago
  70. 9e30a82 desktop-shell: don't crash on menu by Pekka Paalanen · 14 years ago
  71. cb10843 shell: deal with weston_compositor_pick_surface() = NULL by Pekka Paalanen · 14 years ago
  72. 6d174cf window: menu leak fixes by Pekka Paalanen · 14 years ago
  73. 84d62dc resizor: free the widget on destroy by Pekka Paalanen · 14 years ago
  74. e156fb6 window: remove pointers to widget on destroy by Pekka Paalanen · 14 years ago
  75. 4dde2fc window: destroy frame in window_destroy() by Pekka Paalanen · 14 years ago
  76. 90b5381 compositor: Flush surface damage to surface below on destroy by Kristian Høgsberg · 14 years ago
  77. 6916d9c drm: Don't print warning if cursor stride isn't right by Kristian Høgsberg · 14 years ago
  78. 2d57439 clients: Allow compiling with the cairo glesv2 backend by Kristian Høgsberg · 14 years ago
  79. 40e49ac desktop-shell: fix the unlock dialog decorations by Pekka Paalanen · 14 years ago
  80. 08fcbf0 tty: Use SIGUSR1 for both enter and leave signals by Kristian Høgsberg · 14 years ago
  81. 62d2774 tty: Switch back to launch tty if we switched away by Kristian Høgsberg · 14 years ago
  82. 34f80ff drm: Cancel any scheduled repaints in the leave vt handler by Kristian Høgsberg · 14 years ago
  83. 835cd49 drm: Reset kms mode on vt enter by Kristian Høgsberg · 14 years ago
  84. 54f14c3 drm: Complain if pageflip fails by Kristian Høgsberg · 14 years ago
  85. f03a616 shell: Set desktop-shell deathstamp at initial launch by Kristian Høgsberg · 14 years ago
  86. 57cd0ed wscreensaver: get decorations back by Pekka Paalanen · 14 years ago
  87. 4d733ee shell: respawn desktop-shell if it dies by Pekka Paalanen · 14 years ago
  88. 39d908e tty: Open a new vt if not running on a VT by Kristian Høgsberg · 14 years ago
  89. 0bd8927 window: remove duplicate widget_resize_handler_t by Pekka Paalanen · 14 years ago
  90. 0690da6 compositor: Install a SEGV handler to try and clean up the VT if we crash by Kristian Høgsberg · 14 years ago
  91. 353e57f tty: Fix order of VT ack/release ioctls and the vt handler by Kristian Høgsberg · 14 years ago
  92. 23a47a8 evdev: Drop noisy debug messages on vt swtich by Kristian Høgsberg · 14 years ago
  93. a018fb0 compositor-drm: Exit if we failed to get drm master by Kristian Høgsberg · 14 years ago
  94. 5743010 xserver: Create WM window, handle client messages by Kristian Høgsberg · 14 years ago
  95. 643eac5 evdev: Correct warning on missing input device by Olivier Le Thanh Duong · 14 years ago
  96. de13448 xserver: Just dup fd instead of two fcntls to get a non-O_CLOEXEC fd by Kristian Høgsberg · 14 years ago
  97. 1760ebb xserver: Set DISPLAY for clients launched by the compositor by Kristian Høgsberg · 14 years ago
  98. ea093d4 xserver: Don't set -logfile option, only available to root user by Kristian Høgsberg · 14 years ago
  99. 92734c5 tty: Leave tty in KD_GRAPHICS mode during vt switches by Kristian Høgsberg · 14 years ago
  100. c5b9ddb compositor-drm: Fail, and fail early if we can't set up the tty by Kristian Høgsberg · 14 years ago