1. 8dacaab Animate transitions for zoom focus point change. by Scott Moreau · 13 years ago
  2. 54b1d2c compositor: Don't remove surface->link in weston_surface_unmap() by Kristian Høgsberg · 13 years ago
  3. 37ffc3c compositor: Track pointer image protocol change by Ander Conselvan de Oliveira · 13 years ago
  4. 912f20b compositor: Fix crash when surface is map'd and unmap'd before repaint by Ander Conselvan de Oliveira · 13 years ago
  5. 94b0b0c Increment frame_counter before calling animation->frame(). by Scott Moreau · 13 years ago
  6. e3cddce shell: Virtual workspaces by Jonas Ådahl · 13 years ago
  7. db77376 compositor: Buffer all frame callbacks in 'weston_surface' by Jonas Ådahl · 13 years ago
  8. e2949db Remove weston_compositor_get_time() usage from animations. by Scott Moreau · 13 years ago
  9. e660398 Implement animated transitions for zoom in/out. by Scott Moreau · 13 years ago
  10. befa653 compositor: Update grab variable in notify_key() after binding handler. by Scott Moreau · 13 years ago
  11. 23cf9eb Refine the build id string by Kristian Høgsberg · 13 years ago
  12. 4e4167d compositor: log more EGL and GL info by Pekka Paalanen · 13 years ago
  13. 1b3c1ea compositor: log module loading by Pekka Paalanen · 13 years ago
  14. 7f4d1a3 compositor: move uname log earlier by Pekka Paalanen · 13 years ago
  15. bce4c2b compositor: prettify program info in log by Pekka Paalanen · 13 years ago
  16. f12c287 compositor: Print uname information to log by Martin Minarik · 13 years ago
  17. 6e0a7d8 compositor: change position of weston_log_file_open call by Rafal Mielniczuk · 13 years ago
  18. d64cf21 Add frame_counter to weston_animation. by Scott Moreau · 13 years ago
  19. 9d1b112 Move animation_list to weston_output. by Scott Moreau · 13 years ago
  20. fc9c5e0 log: Add some diagnostics to the log by Kristian Høgsberg · 13 years ago
  21. a411c8b log: Print sha1 of HEAD and the date and time as the first thing in the log by Kristian Høgsberg · 13 years ago
  22. 6d11836 Replace fprintf() by weston_log() by Martin Minarik · 13 years ago
  23. 19e6f26 Add logging functionality by Martin Minarik · 13 years ago
  24. 3ab7269 compositor: return failure even if SEGV handler works v2 by Pekka Paalanen · 13 years ago
  25. b2af93e compositor: Drop weston_surface_to_global() by Kristian Høgsberg · 13 years ago
  26. 9a050af compositor: Emit destroy signal when we manually destroy a weston_surface by Kristian Høgsberg · 13 years ago
  27. 3f79d66 zoom: Convert wl_fixed_t directly into floats, to avoid truncation. by Scott Moreau · 13 years ago
  28. bdc7cd0 compositor: fix a crash on missing keyboard device by Pekka Paalanen · 13 years ago
  29. 78a0b57 compositor: print a clear message when XDG_RUNTIME_DIR is not set by Pekka Paalanen · 13 years ago
  30. 1da1b8f Rewrite shm buffer file allocation v2 by Pekka Paalanen · 13 years ago
  31. 9892a62 compositor: Remove left-over 'bright' shader uniform by Kristian Høgsberg · 13 years ago
  32. 3610398 compositor: Drop brightness and saturation features in the shader by Kristian Høgsberg · 13 years ago
  33. 4e99ac4 compositor: Set pointer->current before calling focus handler by Kristian Høgsberg · 13 years ago
  34. ae71220 Convert text cursor position protocol to use fixed types. by Scott Moreau · 13 years ago
  35. bbf63bf Fix inverted LEDs by Daniel Stone · 13 years ago
  36. e9e92d2 Fix sessions with no active input devices by Daniel Stone · 13 years ago
  37. a7ceaff compositor: Add a clipboard manager by Kristian Høgsberg · 13 years ago
  38. b7452fe Add support for wl_keyboard::keymap events by Daniel Stone · 13 years ago
  39. e2ef43a Parse XKB config options in weston_compositor_init by Daniel Stone · 13 years ago
  40. c1be8e5 Pass config_file through to weston_compositor_init by Daniel Stone · 13 years ago
  41. baf4359 Pass argc and argv through to weston_compositor_init by Daniel Stone · 13 years ago
  42. 8db7969 Fix binding modifier lookup by Daniel Stone · 13 years ago
  43. bb1df6a Add keymap argument to weston_seat_init_keyboard by Daniel Stone · 13 years ago
  44. d65b909 Move keymaps to weston_seat by Daniel Stone · 13 years ago
  45. e379da9 Separate out weston_xkb_info struct by Daniel Stone · 13 years ago
  46. 9a9ee2c Split XKB keymap compilation out into separate function by Daniel Stone · 13 years ago
  47. 74419a2 Split weston_seat_init up into pointer/keyboard/touch by Daniel Stone · 13 years ago
  48. 2fce402 Convert wl_pointer::axis to wl_fixed_t by Daniel Stone · 13 years ago
  49. 0c1e46e Use wl_fixed_t for axis bindings by Daniel Stone · 13 years ago
  50. 325fc2d Split bindings into separate key/button/axis bindings by Daniel Stone · 13 years ago
  51. 878f0b7 Convert notify_axis to wl_fixed_t by Daniel Stone · 13 years ago
  52. 4dab5db Use compositor->seat_list instead of a singular seat by Daniel Stone · 13 years ago
  53. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  54. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  55. 8c8164f Add core LED handling by Daniel Stone · 13 years ago
  56. e3f15ed Do binding modifier lookup on XKB state, not physical keys by Daniel Stone · 13 years ago
  57. 994679a Move xkb_state object to weston_seat by Daniel Stone · 13 years ago
  58. 496ca17 Convert Weston modifier #defines to an enum by Daniel Stone · 13 years ago
  59. 351eb61 Support wl_keyboard::modifiers event by Daniel Stone · 13 years ago
  60. 7ace390 Update XKB state in update_modifier_state by Daniel Stone · 13 years ago
  61. 17b13bd Update pointer and keyboard focus on new listeners by Daniel Stone · 13 years ago
  62. 200019c compositor: check for execinfo.h by Pekka Paalanen · 13 years ago
  63. 51aaf64 compositor: work around missing SOCK_CLOEXEC by Pekka Paalanen · 13 years ago
  64. 7a1b32a Implement text cursor position protocol. by Scott Moreau · 13 years ago
  65. 66a099b compositor: Only fini region if it's not the undef region by Kristian Høgsberg · 13 years ago
  66. bf38190 compositor: Fix buggy snprintf that sets module path by Chad Versace · 13 years ago
  67. 629ce23 xwayland: change library name by Tiago Vignatti · 13 years ago
  68. 5fb70bf Add screen recorder tool by Kristian Høgsberg · 13 years ago
  69. 9fb9824 compositor: Address blending for XRGB surfaces with alpha < 1.0. by Scott Moreau · 13 years ago
  70. 850ca42 Restructure output zoom. by Scott Moreau · 13 years ago
  71. a416fa1 xwm: Switch alpha, brightness and saturation to GLfloat by Kristian Høgsberg · 13 years ago
  72. 8667e77 compositor: Silence compiler warning by initializing resource to NULL by Rob Bradford · 13 years ago
  73. d6ad122 compositor: Disable blending for WL_SHM_FORMAT_XRGB8888 surface by Kristian Høgsberg · 13 years ago
  74. b93b6cf compositor: Remove resource from list when we destroy seat devices by Kristian Høgsberg · 13 years ago
  75. 0b0c2bb compositor: Add opaque rect shader feature by Kristian Høgsberg · 13 years ago
  76. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  77. dc54993 Convert wl_fixed_t to int in weston_output_update_zoom(). by Scott Moreau · 13 years ago
  78. f6f9069 compositor: Fix cursor positioning right after input_device.attach by Ander Conselvan de Oliveira · 13 years ago
  79. c7ca355 compositor: Only call weston_surface_update_transform from repaint by Kristian Høgsberg · 13 years ago
  80. bef52d1 Update to new libxkbcommon API by Kristian Høgsberg · 13 years ago
  81. 34829de compositor: Simplify clip_pointer_motion() and make it handle dead areas by Kristian Høgsberg · 13 years ago
  82. f647c5a compositor: When clipping pointer motions, don't loose precision by Jonas Ådahl · 13 years ago
  83. e11bbe4 compositor: Use wl_fixed_t for incoming input events by Kristian Høgsberg · 13 years ago
  84. 1f37601 compositor: Move pointer motion clipping to its own function by Kristian Høgsberg · 13 years ago
  85. d42f457 Load an XKB keymap and state in the compositor by Daniel Stone · 13 years ago
  86. 855028f Add xkb_names member plus config + X11 support by Daniel Stone · 13 years ago
  87. 103db7f Convert wire input co-ordinates to fixed-point by Daniel Stone · 13 years ago
  88. b230a7e Convert internal input co-ordinates to GLfloat by Daniel Stone · 13 years ago
  89. bd3489b Add fixed-point versions of weston_surface_{to, from}_global by Daniel Stone · 13 years ago
  90. da5b93c Change key/button grab bindings to take unsigned state by Daniel Stone · 13 years ago
  91. a8479f1 Merge remote-tracking branch 'pq/simple-fixes' by Kristian Høgsberg · 13 years ago
  92. 306e361 tests: Add an initial weston integration test by Kristian Høgsberg · 13 years ago
  93. e17f610 compositor: Initialize xserver variable by Scott Moreau · 13 years ago
  94. f31ad10 compositor: report .so path when load_module() fails by Pekka Paalanen · 13 years ago
  95. b10f1e3 compositor: Set pointer surface input region to empty on attach by Kristian Høgsberg · 13 years ago
  96. 062be7e screenshooter: Grab pixel data directly before buffer swap by Scott Moreau · 13 years ago
  97. 9074db5 Send surface enter/leave events by Casey Dahlin · 13 years ago
  98. 58ba137 Add an id field to outputs by Casey Dahlin · 13 years ago
  99. 96d8a75 Change find_resource_for_surface to find_resource_for_client by Casey Dahlin · 13 years ago
  100. 6936708 Install brightness and saturation variables for surface shader by Scott Moreau · 13 years ago