1. ae5d719 shared: Print .c file/line number in x* routines by Bryce Harrington · 9 years ago
  2. e99e4bf clients & tests: Unify multiple definitions of x*alloc and related functions by Bryce Harrington · 9 years ago
  3. cd9424e platform: explicitly cast the return value of weston_platform_get_egl_proc_address by Matthias Treydte · 10 years ago
  4. 38298ec option-parser: Handle short double-arg options by Bryce Harrington · 9 years ago
  5. 66e1614 configure: Make jpeglib an optional dependency. by Emmanuel Gil Peyrot · 9 years ago
  6. 3f2062c config-parser: Check malloc and strdup returns by Bryce Harrington · 9 years ago
  7. 58b7a15 configure: Make WebP support togglable, and improve its error message. by Emmanuel Gil Peyrot · 9 years ago
  8. 9690641 cairo-util: return theme location from frame_touch_down by Derek Foreman · 10 years ago
  9. 64d78bb shared: work around EGL header idiosyncrasy by Ahmet Acar · 10 years ago
  10. 6bc33d6 log: Open log file CLOEXEC so child processes don't get the fd by Derek Foreman · 10 years ago
  11. d7894d0 compositor,shared: add millihz_to_nsec() by Pekka Paalanen · 10 years ago
  12. aa21f62 shared: introduce timespec-util.h by Pekka Paalanen · 10 years ago
  13. 867d50e Unified multiple definitions of container_of() macro. by Jon Cruz · 10 years ago
  14. d618f68 Moved the MIN() macro to the helper include. by Jon Cruz · 10 years ago
  15. 35b2eaa Moved helper macro to a discrete include file. by Jon Cruz · 10 years ago
  16. 6c6164c shared: Update boilerplate from MIT X11 license to MIT Expat license by Bryce Harrington · 10 years ago
  17. 883ac02 Whitespace corrections by Murray Calavera · 10 years ago
  18. 5d1d2ca toytoolkit: fix EGL surface creation for lazy drivers by Manuel Bachmann · 10 years ago
  19. e812859 toytoolkit: fix new EGL extensions fallback typedefs by Manuel Bachmann · 10 years ago
  20. 6c71aae Pass config file from compositor to everything by Pekka Paalanen · 10 years ago
  21. 49f6d62 shared: fail reading a directory as a config file by Pekka Paalanen · 10 years ago
  22. abff883 platform: rename create_egl_window to create_egl_surface by Jonny Lamb · 10 years ago
  23. 759fbf4 platform: remove global variables by Jonny Lamb · 10 years ago
  24. 0e2ab36 platform: provide platform_base fallbacks and remove ifdefs by Jonny Lamb · 10 years ago
  25. 4bdcb57 clients & tests: use eglCreatePlatformWindowSurfaceEXT when supported by Jonny Lamb · 10 years ago
  26. 51a7ae5 clients & tests: use eglGetPlatformDisplayEXT when supported by Jonny Lamb · 10 years ago
  27. 899b50b shared: add file_create_dated() helper by Pekka Paalanen · 10 years ago
  28. eaea470 cairo-util: fix shadows for small clients by Marek Chalupa · 11 years ago
  29. 0d7fe8d toytoolkit: rename tile_mask to render_shadow by Marek Chalupa · 11 years ago
  30. 382de46 clients: Maximize window when double touch on title bar by Xiong Zhang · 11 years ago
  31. 28371f7 load_image: always print a message on failure if filename is not empty by Bill Spitzak · 11 years ago
  32. 3011493 parse_options: fail on more malformed options by Bill Spitzak · 11 years ago
  33. bfb4ade clients: Maximize window when double click on title bar by Xiong Zhang · 11 years ago
  34. c721043 tests: allow running make check without make install by Derek Foreman · 11 years ago
  35. 850a514 cairo-util: Draw solid titlebar for frames with only buttons by Boyan Ding · 11 years ago
  36. 9c5aedf cairo-util: Set geometry_dirty in frame_set_title by Boyan Ding · 11 years ago
  37. c490212 cairo-util: Fix geometry for frames with buttons but without title by Boyan Ding · 11 years ago
  38. f11ad43 cairo-util: Don't show a resize cursor on edges when we're maximized by Jasper St. Pierre · 11 years ago
  39. a4d9723 cairo-util: Kill a duplicate test by Jasper St. Pierre · 11 years ago
  40. 9cd661e Make sure config.h is included before any system headers by Andrew Wedgbury · 11 years ago
  41. 7407345 xdg-shell: Add set_margin request by Jasper St. Pierre · 12 years ago
  42. 0987f81 build: Move shared/Makefile.am into toplevel Makefile.am by Kristian Høgsberg · 12 years ago
  43. e73eccd build: Move clients/Makefile.am into toplevel Makefile.am by Kristian Høgsberg · 12 years ago
  44. 6d71c3c shared/frame: NULL check before attempting to deref by U. Artie Eoff · 12 years ago
  45. 107de96 shared/frame: fix potential memory leak in frame_create by U. Artie Eoff · 12 years ago
  46. 5b4ddbc os: use posix_fallocate in creating sharable buffers by Pekka Paalanen · 12 years ago
  47. 0bdd58f cairo-util: Rework frame button handling by Jason Ekstrand · 12 years ago
  48. 89f4bc4 window.c: Don't put titlebars on menu windows by Kristian Høgsberg · 12 years ago
  49. c680e90 window.c: Use frame code for drawing menus by Kristian Høgsberg · 12 years ago
  50. 3f66cf9 Use cairo-util frame in tinytoolkit by Jason Ekstrand · 12 years ago
  51. 01c9ec3 Add decoration frame support to cairo-util by Jason Ekstrand · 12 years ago
  52. 5f42930 config: Don't crash if we don't have a config file by Alexandru DAMIAN · 12 years ago
  53. eeefc9e compositor: Log the full path of the config file we're using by Kristian Høgsberg · 12 years ago
  54. 1abe048 config-parser: Make weston_config_parse() tkae a file name by Kristian Høgsberg · 12 years ago
  55. 81c2c2e shared: Remove no longer used parse_config_file() by Kristian Høgsberg · 12 years ago
  56. b502f90 evdev-touchpad: Set some options using weston.ini by Armin K · 12 years ago
  57. b1bc4a6 Add zalloc(size_t) allocator function by Peter Hutterer · 12 years ago
  58. c0bf817 shared: Add out-of-memory handling to theme_create() by Kristian Høgsberg · 12 years ago
  59. d2d70f2 tests: Move config-parser.test to tests/ by Quentin Glidic · 12 years ago
  60. 6e2c124 shared: Export configuration functions by Quentin Glidic · 12 years ago
  61. d7bc635 shared: build fix for config-parser test by Pekka Paalanen · 12 years ago
  62. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  63. ab5dd94 shared: fix build of libshared-cairo by Pekka Paalanen · 12 years ago
  64. 82189f7 config-parser: Add tests for expect behavuor on NULL configs and sections by Kristian Høgsberg · 12 years ago
  65. 7732540 config-parser: Avoid null dereference when exiting. (case: weston starts without config file.) by Mun Gwan-gyeong · 12 years ago
  66. 151a528 config-parser: Avoid null dereference when handling config-parser ( when weston starts without config file. ) by Mun Gwan-gyeong · 12 years ago
  67. f73f316 config-parser: Add section iterator API by Kristian Høgsberg · 12 years ago
  68. 72a3ab7 config-parser: Avoid null dereference when handling config-parser by Mun Gwan-gyeong · 12 years ago
  69. d664196 config-parser-test: fix compile error by Mun Gwan-gyeong · 12 years ago
  70. 7327471 Add new config parser by Kristian Høgsberg · 12 years ago
  71. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  72. eb3c73f Fix compiler warnings by Armin K · 12 years ago
  73. 7fe01b1 sdk: be C++ friendly by Giulio Camuffo · 12 years ago
  74. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  75. 1bbf372 matrix: track transform type by Vasily Khoruzhick · 13 years ago
  76. 3c2360f Add new shared/image-loader.h to separate include dependencies by Kristian Høgsberg · 13 years ago
  77. 3a8d3f2 Link matrix.c into weston again by Kristian Høgsberg · 13 years ago
  78. 4a82249 Move matrix.[ch] to shared by Rob Bradford · 13 years ago
  79. 4fbb653 Fix build warnings from image_loader by Pekka Paalanen · 13 years ago
  80. 6006ecb configure.ac: Don't link weston to cairo or image libraries by Kristian Høgsberg · 13 years ago
  81. c6a7e4b toytoolkit: Don't draw shadows for maximized windows. by Scott Moreau · 13 years ago
  82. 3d89049 config-parser: Handle lines that don't end in \n by Kristian Høgsberg · 13 years ago
  83. c234fb8 image-loader: Use pixman_image_t, not struct pixman_image_t by Kristian Høgsberg · 13 years ago
  84. 9d4ddef image-loader: don't leak pixman_image bits data by Rafal Mielniczuk · 13 years ago
  85. 712f5f4 shared: Don't leak file descriptor in shared/image-loader.c by Martin Olsson · 13 years ago
  86. 5f3eddc weston: Clip window title text to the frame by Martin Minarik · 13 years ago
  87. b7a9498 compositor: add fallback strchrnul() by Pekka Paalanen · 13 years ago
  88. 1da1b8f Rewrite shm buffer file allocation v2 by Pekka Paalanen · 13 years ago
  89. 647f2bf window: add wrapper for EPOLL_CLOEXEC by Pekka Paalanen · 13 years ago
  90. 200019c compositor: check for execinfo.h by Pekka Paalanen · 13 years ago
  91. 51aaf64 compositor: work around missing SOCK_CLOEXEC by Pekka Paalanen · 13 years ago
  92. f96e6c0 Share code to to classify pointer location in frame by Kristian Høgsberg · 13 years ago
  93. 20d0028 Rename libconfig-parser to libshared by Kristian Høgsberg · 13 years ago
  94. 5a315bc Move cairo-util to shared/ by Kristian Høgsberg · 13 years ago
  95. b71302e Fix a few -pedantic warnings by Kristian Høgsberg · 13 years ago
  96. 4ea4d1b config-parser: add missing return for an error case by Pekka Paalanen · 13 years ago
  97. ee4b4cb shared: Use $(GCC_CFLAGS), fix warnings by Kristian Høgsberg · 13 years ago
  98. 3685c3a Fix `unused-result' warnings. by Jonas Ådahl · 13 years ago
  99. f02a649 Consolidate image loading code and move to shared/ by Kristian Høgsberg · 13 years ago
  100. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago