1. e2a5f9e shared: Add timespec_is_zero helper by Alexandros Frantzis · 8 years ago
  2. fa41bdf shared: struct timespec is in time.h by Yann E. MORIN · 8 years ago
  3. df0e4b9 gl-renderer: Emit GPU rendering begin and end timeline timepoints by Alexandros Frantzis · 8 years ago
  4. 7192b17 gl-renderer: Add support for fence sync extensions by Alexandros Frantzis · 8 years ago
  5. c32e05b gl-renderer: allow importing fourth dmabuf plane by Varad Gautam · 9 years ago
  6. f7da8b3 gl-renderer: allow importing dmabufs with format modifiers by Varad Gautam · 9 years ago
  7. 0775cd1 gl-renderer: support format and modifier queries by Varad Gautam · 9 years ago
  8. 47bbdc7 weston: Add support for "--foo bar" style options by Lyude Paul · 8 years ago
  9. 5ef6bd7 os: Check for EINTR on ftruncate() by Derek Foreman · 8 years ago
  10. 91d4bce os: Check for EINTR on posix_fallocate() by Derek Foreman · 8 years ago
  11. 839b635 timespec: Add timespec subtraction helpers by Daniel Stone · 8 years ago
  12. 37ad7e3 timespec: Add timespec_to_msec helper by Daniel Stone · 8 years ago
  13. 61f6d7d timespec: Add timespec_add_msec helper by Daniel Stone · 8 years ago
  14. 5ae7e84 timespec: Add timespec_add_nsec helper by Daniel Stone · 8 years ago
  15. a1d214b config-parser: Export weston_config_next_section by Emmanuel Gil Peyrot · 8 years ago
  16. ffff92d Move weston-egl-ext.h to shared by Daniel Stone · 9 years ago
  17. b5f838d shared: fix a typo in a comment by Abdur Rehman · 9 years ago
  18. 5735eed shared/helpers.h: fix a typo in a comment by Abdur Rehman · 9 years ago
  19. 3612be2 shared/platform.h: introduce weston_platform_destroy_egl_surface() by Emil Velikov · 9 years ago
  20. e338ced shared/platform: include weston-egl-ext.h only if ENABLE_EGL is defined by Krzysztof Konopko · 9 years ago
  21. 5d72bc4 string-helpers.h: Fix usage on musl libc by Kylie McClain · 9 years ago
  22. d8b17bc share/cairo-util: Use wl_pointer_button_state enum directly by Quentin Glidic · 9 years ago
  23. 96c6a79 config-parser: Drop debug text by Bryce Harrington · 9 years ago
  24. 9ba1546 shared/image: Silence maybe-uninitialized warning by Quentin Glidic · 9 years ago
  25. 8f9d90a desktop-shell: Port to libweston-desktop by Quentin Glidic · 9 years ago
  26. 25a2bdd Switch to use safe_strtoint instead of strtol by Bryce Harrington · 9 years ago
  27. 82b9f2b Add safe_strtoint() helper by Bryce Harrington · 9 years ago
  28. d9779e3 option-parser: Improve error checking for strtol call by Bryce Harrington · 9 years ago
  29. 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
  30. d0716f4 Re-apply "config-parser: Catch negative numbers assigned to unsigned config values" by Bryce Harrington · 9 years ago
  31. e776f2a config-parser: Add weston_config_section_get_color by Bryce Harrington · 9 years ago
  32. 0744894 shared/platform.h: remove the local EGL platform (re)definitions by Emil Velikov · 9 years ago
  33. d0fcdc9 shared/platform.h: use weston_check_egl_extension over strstr by Emil Velikov · 9 years ago
  34. f0c3a1c gl-renderer: move check_extension() to shared/ by Emil Velikov · 9 years ago
  35. 10772db shared/platform.h: add missing stdbool.h include by Emil Velikov · 9 years ago
  36. 03793e3 Revert "config-parser: Catch negative numbers assigned to unsigned config values" by Bryce Harrington · 9 years ago
  37. 375759e Require base-10 for strtol() calls by Bryce Harrington · 9 years ago
  38. 6351fb0 config-parser: Catch negative numbers assigned to unsigned config values by Bryce Harrington · 9 years ago
  39. 7fc000c Remove a wrong closing “extern "C"” in shared/xalloc.c by Emmanuel Gil Peyrot · 9 years ago
  40. f6051cb option-parser: Require integer option string values to be base-10 by Bryce Harrington · 9 years ago
  41. cbc0537 config-parser: Improve error checks for strtol/strtoul calls by Bryce Harrington · 9 years ago
  42. ae5d719 shared: Print .c file/line number in x* routines by Bryce Harrington · 9 years ago
  43. e99e4bf clients & tests: Unify multiple definitions of x*alloc and related functions by Bryce Harrington · 9 years ago
  44. cd9424e platform: explicitly cast the return value of weston_platform_get_egl_proc_address by Matthias Treydte · 9 years ago
  45. 38298ec option-parser: Handle short double-arg options by Bryce Harrington · 9 years ago
  46. 66e1614 configure: Make jpeglib an optional dependency. by Emmanuel Gil Peyrot · 9 years ago
  47. 3f2062c config-parser: Check malloc and strdup returns by Bryce Harrington · 9 years ago
  48. 58b7a15 configure: Make WebP support togglable, and improve its error message. by Emmanuel Gil Peyrot · 9 years ago
  49. 9690641 cairo-util: return theme location from frame_touch_down by Derek Foreman · 10 years ago
  50. 64d78bb shared: work around EGL header idiosyncrasy by Ahmet Acar · 10 years ago
  51. 6bc33d6 log: Open log file CLOEXEC so child processes don't get the fd by Derek Foreman · 10 years ago
  52. d7894d0 compositor,shared: add millihz_to_nsec() by Pekka Paalanen · 10 years ago
  53. aa21f62 shared: introduce timespec-util.h by Pekka Paalanen · 10 years ago
  54. 867d50e Unified multiple definitions of container_of() macro. by Jon Cruz · 10 years ago
  55. d618f68 Moved the MIN() macro to the helper include. by Jon Cruz · 10 years ago
  56. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  57. 6c6164c shared: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  58. 883ac02 Whitespace corrections by Murray Calavera · 10 years ago
  59. 5d1d2ca toytoolkit: fix EGL surface creation for lazy drivers by Manuel Bachmann · 10 years ago
  60. e812859 toytoolkit: fix new EGL extensions fallback typedefs by Manuel Bachmann · 10 years ago
  61. 6c71aae Pass config file from compositor to everything by Pekka Paalanen · 10 years ago
  62. 49f6d62 shared: fail reading a directory as a config file by Pekka Paalanen · 10 years ago
  63. abff883 platform: rename create_egl_window to create_egl_surface by Jonny Lamb · 10 years ago
  64. 759fbf4 platform: remove global variables by Jonny Lamb · 10 years ago
  65. 0e2ab36 platform: provide platform_base fallbacks and remove ifdefs by Jonny Lamb · 10 years ago
  66. 4bdcb57 clients & tests: use eglCreatePlatformWindowSurfaceEXT when supported by Jonny Lamb · 10 years ago
  67. 51a7ae5 clients & tests: use eglGetPlatformDisplayEXT when supported by Jonny Lamb · 10 years ago
  68. 899b50b shared: add file_create_dated() helper by Pekka Paalanen · 10 years ago
  69. eaea470 cairo-util: fix shadows for small clients by Marek Chalupa · 11 years ago
  70. 0d7fe8d toytoolkit: rename tile_mask to render_shadow by Marek Chalupa · 11 years ago
  71. 382de46 clients: Maximize window when double touch on title bar by Xiong Zhang · 11 years ago
  72. 28371f7 load_image: always print a message on failure if filename is not empty by Bill Spitzak · 11 years ago
  73. 3011493 parse_options: fail on more malformed options by Bill Spitzak · 11 years ago
  74. bfb4ade clients: Maximize window when double click on title bar by Xiong Zhang · 11 years ago
  75. c721043 tests: allow running make check without make install by Derek Foreman · 11 years ago
  76. 850a514 cairo-util: Draw solid titlebar for frames with only buttons by Boyan Ding · 11 years ago
  77. 9c5aedf cairo-util: Set geometry_dirty in frame_set_title by Boyan Ding · 11 years ago
  78. c490212 cairo-util: Fix geometry for frames with buttons but without title by Boyan Ding · 11 years ago
  79. f11ad43 cairo-util: Don't show a resize cursor on edges when we're maximized by Jasper St. Pierre · 11 years ago
  80. a4d9723 cairo-util: Kill a duplicate test by Jasper St. Pierre · 11 years ago
  81. 9cd661e Make sure config.h is included before any system headers by Andrew Wedgbury · 11 years ago
  82. 7407345 xdg-shell: Add set_margin request by Jasper St. Pierre · 11 years ago
  83. 0987f81 build: Move shared/Makefile.am into toplevel Makefile.am by Kristian Høgsberg · 11 years ago
  84. e73eccd build: Move clients/Makefile.am into toplevel Makefile.am by Kristian Høgsberg · 11 years ago
  85. 6d71c3c shared/frame: NULL check before attempting to deref by U. Artie Eoff · 11 years ago
  86. 107de96 shared/frame: fix potential memory leak in frame_create by U. Artie Eoff · 11 years ago
  87. 5b4ddbc os: use posix_fallocate in creating sharable buffers by Pekka Paalanen · 12 years ago
  88. 0bdd58f cairo-util: Rework frame button handling by Jason Ekstrand · 12 years ago
  89. 89f4bc4 window.c: Don't put titlebars on menu windows by Kristian Høgsberg · 12 years ago
  90. c680e90 window.c: Use frame code for drawing menus by Kristian Høgsberg · 12 years ago
  91. 3f66cf9 Use cairo-util frame in tinytoolkit by Jason Ekstrand · 12 years ago
  92. 01c9ec3 Add decoration frame support to cairo-util by Jason Ekstrand · 12 years ago
  93. 5f42930 config: Don't crash if we don't have a config file by Alexandru DAMIAN · 12 years ago
  94. eeefc9e compositor: Log the full path of the config file we're using by Kristian Høgsberg · 12 years ago
  95. 1abe048 config-parser: Make weston_config_parse() tkae a file name by Kristian Høgsberg · 12 years ago
  96. 81c2c2e shared: Remove no longer used parse_config_file() by Kristian Høgsberg · 12 years ago
  97. b502f90 evdev-touchpad: Set some options using weston.ini by Armin K · 12 years ago
  98. b1bc4a6 Add zalloc(size_t) allocator function by Peter Hutterer · 12 years ago
  99. c0bf817 shared: Add out-of-memory handling to theme_create() by Kristian Høgsberg · 12 years ago
  100. d2d70f2 tests: Move config-parser.test to tests/ by Quentin Glidic · 12 years ago