1. 4c6ddf1 compositor: Remove a few legacy uses of wl_object by Kristian Høgsberg · 12 years ago
  2. c2d7042 compositor: Fix a couple of left-over wl_resource direct access by Kristian Høgsberg · 12 years ago
  3. 166aeaa gl-renderer: Use eglQueryWaylandBufferWL for getting width and height by Kristian Høgsberg · 12 years ago
  4. 31b4a0d protocol: Add missing xml files to EXTRA_DIST by Kristian Høgsberg · 12 years ago
  5. e81f954 src/.gitignore: add spring-tool to .gitignore by Nathan Reboud · 12 years ago
  6. e2173b5 data-device: Remove redundant and confusing assignment by Kristian Høgsberg · 12 years ago
  7. 489b279 data-device: Don't leak wl_data_source in destructor by Kristian Høgsberg · 12 years ago
  8. f004607 compositor: Fix remaining double free()s by Kristian Høgsberg · 12 years ago
  9. 6c8d778 compositor: Remove double free()s in resource destructors by Kristian Høgsberg · 12 years ago
  10. 88dab17 nested: Port away from old wl_resource API by Kristian Høgsberg · 12 years ago
  11. 6bd6294 Add a weston_buffer structure to replace wl_buffer by Jason Ekstrand · 12 years ago
  12. 8a4a9eb data-device: Change resources in wl_data_offer and wl_data_source to pointers. by Jason Ekstrand · 12 years ago
  13. 1fd4b01 input: check if the focus surface has a valid resource by Giulio Camuffo · 12 years ago
  14. c0b9487 compositor-drm: select the highest possible mode frequency by Giulio Camuffo · 12 years ago
  15. 8418c29 shell: Free temporary strings by Quentin Glidic · 12 years ago
  16. 9ae2f11 log: Only use one string buffer by Kristian Høgsberg · 12 years ago
  17. a58290b xwayland: Use _exit() when exec() fails by Kristian Høgsberg · 12 years ago
  18. 082d58c xwayland: Silence X wm debug logging by Kristian Høgsberg · 12 years ago
  19. 1a81abb weston-launch: Don't exit on SIGTERM by Kristian Høgsberg · 12 years ago
  20. 1cfd406 shell: Tweak spring animation for zoom animation type by Kristian Høgsberg · 12 years ago
  21. 8eb0f4f shell: Fix warning and indentation in shell_surface_configure() by Kristian Høgsberg · 12 years ago
  22. dd2df78 input-panel: Bounce the input panel slide by Kristian Høgsberg · 12 years ago
  23. 5281fb1 spring: Tweak the window fade-in spring to not overshoot by Kristian Høgsberg · 12 years ago
  24. 091b096 spring: Make min/max part of spring parameters by Kristian Høgsberg · 12 years ago
  25. 7eec9b3 spring: Make clip behavior configurable by Kristian Høgsberg · 12 years ago
  26. c24744e spring: End spring simulatio faster by Kristian Høgsberg · 12 years ago
  27. 08d8c68 Add spring-tool, a small utility to plot spring behavior by Kristian Høgsberg · 12 years ago
  28. 0bd587e subsurfaces: Use wl_resource_get accessors for subsurfaces by Jason Ekstrand · 12 years ago
  29. a0d2dde output: Use wl_resource_get accessors for weston_output resources by Jason Ekstrand · 12 years ago
  30. 44a3863 input: Use wl_resource_get accessor functions for resources by Jason Ekstrand · 12 years ago
  31. 89d3199 text-backend: Change resources to wl_resource pointers by Jason Ekstrand · 12 years ago
  32. 51e5b14 input_panel_surface: Change resource to a wl_resource pointer by Jason Ekstrand · 12 years ago
  33. fbbbec8 callback: Change resource to a wl_resource pointer by Jason Ekstrand · 12 years ago
  34. 8895efc region: Change resource to a wl_resource pointer by Jason Ekstrand · 12 years ago
  35. 651f00e shell: Convert resources to pointers by Jason Ekstrand · 12 years ago
  36. 0f2ef7e Use wl_resource_get_user_data for weston_surface resources by Jason Ekstrand · 12 years ago
  37. de46673 compositor-drm: free plane resources using drm function. by Samuel Iglesias Gonsalvez · 12 years ago
  38. fb2adba xwayland: Forward global position to X by Tiago Vignatti · 12 years ago
  39. 55375b9 xwm: Check result of xcb_get_atom_name_reply by MoD · 12 years ago
  40. 3170012 xwm: Define SEND_EVENT_MASK and EVENT_TYPE macros to clarify xcb event type checks by MoD · 12 years ago
  41. 26ed73c Change weston_surface.resource to a wl_resource pointer. by Jason Ekstrand · 12 years ago
  42. a2ce68f text: Fix misleading error message by Eduardo Lima (Etrunko) · 12 years ago
  43. 2ada748 Avoid unnecessarily re-allocating texture buffer when the size hasn't changed. by Sinclair Yeh · 12 years ago
  44. d7bc635 shared: build fix for config-parser test by Pekka Paalanen · 12 years ago
  45. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  46. 5238b68 udev-seat: Use udev rules to support multiple seats by Rob Bradford · 12 years ago
  47. b7682b6 udev-seat: Separate the seat out to its own structure by Rob Bradford · 12 years ago
  48. 2387fde compositor-fbdev: Rename seat variable to seat_id to clarify purpose by Rob Bradford · 12 years ago
  49. f165f18 compositor-fbdev: Remove unused fbdev_seat code by Rob Bradford · 12 years ago
  50. d355b80 udev-seat: Make the udev_input structure an embedded structure by Rob Bradford · 12 years ago
  51. d27b99d udev-seat: Rename udev_seat to udev_input by Rob Bradford · 12 years ago
  52. 643641d compositor-drm: Rename seat variable to seat_id to clarify it's purpose by Rob Bradford · 12 years ago
  53. 14a7601 weston-info: Report the seat name provided by the compositor by Rob Bradford · 12 years ago
  54. e445ae6 input: Send the seat name if the client advertises verson 2 of wl_seat by Rob Bradford · 12 years ago
  55. 9af5f9e input: Add a seat name parameter to weston_seat_init by Rob Bradford · 12 years ago
  56. 722a2d5 compositor-drm: Force DPMS state to ON after drmModeSetCrtc() by Ander Conselvan de Oliveira · 12 years ago
  57. a0a433a compositor-drm: Cache the DPMS property on drm_output by Ander Conselvan de Oliveira · 12 years ago
  58. a94e285 clients/nested: Fix compilation by Armin K · 12 years ago
  59. a2326ed add fullscreen to .gitignore by U. Artie Eoff · 12 years ago
  60. ab5dd94 shared: fix build of libshared-cairo by Pekka Paalanen · 12 years ago
  61. 5a4cea9 build: Add declaration checks to check for required syscall flags by Rob Bradford · 12 years ago
  62. 1cc5ac3 clients: Nested compositor example by Kristian Høgsberg · 12 years ago
  63. 8ccb7cc editor: Do not commit/preedit after invalid delete by Jan Arne Petersen · 12 years ago
  64. 895a128 editor: Improve checks on delete add asserts by Jan Arne Petersen · 12 years ago
  65. 9eaa8e5 editor: Properly adjust cursor on delete by Jan Arne Petersen · 12 years ago
  66. a96953d editor: Support deleting text in preedit_string by Jan Arne Petersen · 12 years ago
  67. 1c45b4a editor: Fix text selection by Jan Arne Petersen · 12 years ago
  68. 49c36c6 Don't fail if colord or libunwind are not present by Armin K · 12 years ago
  69. 4b2c236 weston.pc: Added libexecdir and pkglibexecdir variables by Eduardo Lima (Etrunko) · 12 years ago
  70. f9e9d0d udev-seat: Fail input setup only if no devices are found by Rob Bradford · 12 years ago
  71. b60e46f Handle mouse wheel by Hardening · 12 years ago
  72. 3b64d62 use _exit instead of exit if client fails to exec by U. Artie Eoff · 12 years ago
  73. b846a8d screenshooter: Scale damage by output scale in screen recorder by Alexander Larsson · 12 years ago
  74. 97af792 pixman-renderer: Fix read_pixels for screen recorder by Alexander Larsson · 12 years ago
  75. 5576546 screenshoter: Make recorder handle PIXMAN_x8r8g8b8 by Alexander Larsson · 12 years ago
  76. 690f718 shell: Position DRIVER fullscreen surfaces at origin by Alexander Larsson · 12 years ago
  77. d622ed3 shell: Center window in fullscreen if needed by Alexander Larsson · 12 years ago
  78. f82b6ca shell: Always go to original mode when focused window not fullscreen by Alexander Larsson · 12 years ago
  79. 355748e shell: Use buffer_scale as output scale on fullscreen DRIVER by Alexander Larsson · 12 years ago
  80. e32c376 compositor: Store original output scale by Alexander Larsson · 12 years ago
  81. 0b13506 compositor: Store modes in physical units by Alexander Larsson · 12 years ago
  82. 8336881 compositor-x11: Set original mode after current by Alexander Larsson · 12 years ago
  83. 73469ed fullscreen: Add fullscreen testing client by Alexander Larsson · 12 years ago
  84. bcd18d9 input: Fix possible crash in clip_pointer_motion by Alexander Larsson · 12 years ago
  85. 6a4e8c6 Fix name clash in RDP compositor by Hardening · 12 years ago
  86. 82189f7 config-parser: Add tests for expect behavuor on NULL configs and sections by Kristian Høgsberg · 12 years ago
  87. 7732540 config-parser: Avoid null dereference when exiting. (case: weston starts without config file.) by Mun Gwan-gyeong · 12 years ago
  88. 151a528 config-parser: Avoid null dereference when handling config-parser ( when weston starts without config file. ) by Mun Gwan-gyeong · 12 years ago
  89. edddbd1 Convert all scales to int32_t by Alexander Larsson · 12 years ago
  90. 14e438c compositor: Parse config file in main(), only keep weston config object by Kristian Høgsberg · 12 years ago
  91. 115b0f7 cms-static: Don't crash on outputs with NULL name by Kristian Høgsberg · 12 years ago
  92. 8f6fcbf compositor-x11: Use new config file parser by Kristian Høgsberg · 12 years ago
  93. f73f316 config-parser: Add section iterator API by Kristian Høgsberg · 12 years ago
  94. b8f03aa Don't store FreeRDP file descriptors by Hardening · 12 years ago
  95. 72a3ab7 config-parser: Avoid null dereference when handling config-parser by Mun Gwan-gyeong · 12 years ago
  96. d664196 config-parser-test: fix compile error by Mun Gwan-gyeong · 12 years ago
  97. fc10cc0 shell: Remove input panel debug fprintf by Kristian Høgsberg · 12 years ago
  98. 00fd7b8 text-backend: Use new config parser by Kristian Høgsberg · 12 years ago
  99. 673a889 shell: Use new config parser by Kristian Høgsberg · 12 years ago
  100. a30989a compositor-drm: Convert to new config parser by Kristian Høgsberg · 12 years ago