1. eaea470 cairo-util: fix shadows for small clients by Marek Chalupa · 11 years ago
  2. 0d7fe8d toytoolkit: rename tile_mask to render_shadow by Marek Chalupa · 11 years ago
  3. 382de46 clients: Maximize window when double touch on title bar by Xiong Zhang · 11 years ago
  4. 28371f7 load_image: always print a message on failure if filename is not empty by Bill Spitzak · 11 years ago
  5. 3011493 parse_options: fail on more malformed options by Bill Spitzak · 11 years ago
  6. bfb4ade clients: Maximize window when double click on title bar by Xiong Zhang · 11 years ago
  7. c721043 tests: allow running make check without make install by Derek Foreman · 11 years ago
  8. 850a514 cairo-util: Draw solid titlebar for frames with only buttons by Boyan Ding · 11 years ago
  9. 9c5aedf cairo-util: Set geometry_dirty in frame_set_title by Boyan Ding · 11 years ago
  10. c490212 cairo-util: Fix geometry for frames with buttons but without title by Boyan Ding · 11 years ago
  11. f11ad43 cairo-util: Don't show a resize cursor on edges when we're maximized by Jasper St. Pierre · 11 years ago
  12. a4d9723 cairo-util: Kill a duplicate test by Jasper St. Pierre · 11 years ago
  13. 9cd661e Make sure config.h is included before any system headers by Andrew Wedgbury · 11 years ago
  14. 7407345 xdg-shell: Add set_margin request by Jasper St. Pierre · 12 years ago
  15. 0987f81 build: Move shared/Makefile.am into toplevel Makefile.am by Kristian Høgsberg · 12 years ago
  16. e73eccd build: Move clients/Makefile.am into toplevel Makefile.am by Kristian Høgsberg · 12 years ago
  17. 6d71c3c shared/frame: NULL check before attempting to deref by U. Artie Eoff · 12 years ago
  18. 107de96 shared/frame: fix potential memory leak in frame_create by U. Artie Eoff · 12 years ago
  19. 5b4ddbc os: use posix_fallocate in creating sharable buffers by Pekka Paalanen · 12 years ago
  20. 0bdd58f cairo-util: Rework frame button handling by Jason Ekstrand · 12 years ago
  21. 89f4bc4 window.c: Don't put titlebars on menu windows by Kristian Høgsberg · 12 years ago
  22. c680e90 window.c: Use frame code for drawing menus by Kristian Høgsberg · 12 years ago
  23. 3f66cf9 Use cairo-util frame in tinytoolkit by Jason Ekstrand · 12 years ago
  24. 01c9ec3 Add decoration frame support to cairo-util by Jason Ekstrand · 12 years ago
  25. 5f42930 config: Don't crash if we don't have a config file by Alexandru DAMIAN · 12 years ago
  26. eeefc9e compositor: Log the full path of the config file we're using by Kristian Høgsberg · 12 years ago
  27. 1abe048 config-parser: Make weston_config_parse() tkae a file name by Kristian Høgsberg · 12 years ago
  28. 81c2c2e shared: Remove no longer used parse_config_file() by Kristian Høgsberg · 12 years ago
  29. b502f90 evdev-touchpad: Set some options using weston.ini by Armin K · 12 years ago
  30. b1bc4a6 Add zalloc(size_t) allocator function by Peter Hutterer · 12 years ago
  31. c0bf817 shared: Add out-of-memory handling to theme_create() by Kristian Høgsberg · 12 years ago
  32. d2d70f2 tests: Move config-parser.test to tests/ by Quentin Glidic · 12 years ago
  33. 6e2c124 shared: Export configuration functions by Quentin Glidic · 12 years ago
  34. d7bc635 shared: build fix for config-parser test by Pekka Paalanen · 12 years ago
  35. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  36. ab5dd94 shared: fix build of libshared-cairo by Pekka Paalanen · 12 years ago
  37. 82189f7 config-parser: Add tests for expect behavuor on NULL configs and sections by Kristian Høgsberg · 12 years ago
  38. 7732540 config-parser: Avoid null dereference when exiting. (case: weston starts without config file.) by Mun Gwan-gyeong · 12 years ago
  39. 151a528 config-parser: Avoid null dereference when handling config-parser ( when weston starts without config file. ) by Mun Gwan-gyeong · 12 years ago
  40. f73f316 config-parser: Add section iterator API by Kristian Høgsberg · 12 years ago
  41. 72a3ab7 config-parser: Avoid null dereference when handling config-parser by Mun Gwan-gyeong · 12 years ago
  42. d664196 config-parser-test: fix compile error by Mun Gwan-gyeong · 12 years ago
  43. 7327471 Add new config parser by Kristian Høgsberg · 12 years ago
  44. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  45. eb3c73f Fix compiler warnings by Armin K · 12 years ago
  46. 7fe01b1 sdk: be C++ friendly by Giulio Camuffo · 12 years ago
  47. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  48. 1bbf372 matrix: track transform type by Vasily Khoruzhick · 13 years ago
  49. 3c2360f Add new shared/image-loader.h to separate include dependencies by Kristian Høgsberg · 13 years ago
  50. 3a8d3f2 Link matrix.c into weston again by Kristian Høgsberg · 13 years ago
  51. 4a82249 Move matrix.[ch] to shared by Rob Bradford · 13 years ago
  52. 4fbb653 Fix build warnings from image_loader by Pekka Paalanen · 13 years ago
  53. 6006ecb configure.ac: Don't link weston to cairo or image libraries by Kristian Høgsberg · 13 years ago
  54. c6a7e4b toytoolkit: Don't draw shadows for maximized windows. by Scott Moreau · 13 years ago
  55. 3d89049 config-parser: Handle lines that don't end in \n by Kristian Høgsberg · 13 years ago
  56. c234fb8 image-loader: Use pixman_image_t, not struct pixman_image_t by Kristian Høgsberg · 13 years ago
  57. 9d4ddef image-loader: don't leak pixman_image bits data by Rafal Mielniczuk · 13 years ago
  58. 712f5f4 shared: Don't leak file descriptor in shared/image-loader.c by Martin Olsson · 13 years ago
  59. 5f3eddc weston: Clip window title text to the frame by Martin Minarik · 13 years ago
  60. b7a9498 compositor: add fallback strchrnul() by Pekka Paalanen · 13 years ago
  61. 1da1b8f Rewrite shm buffer file allocation v2 by Pekka Paalanen · 13 years ago
  62. 647f2bf window: add wrapper for EPOLL_CLOEXEC by Pekka Paalanen · 13 years ago
  63. 200019c compositor: check for execinfo.h by Pekka Paalanen · 13 years ago
  64. 51aaf64 compositor: work around missing SOCK_CLOEXEC by Pekka Paalanen · 13 years ago
  65. f96e6c0 Share code to to classify pointer location in frame by Kristian Høgsberg · 13 years ago
  66. 20d0028 Rename libconfig-parser to libshared by Kristian Høgsberg · 13 years ago
  67. 5a315bc Move cairo-util to shared/ by Kristian Høgsberg · 13 years ago
  68. b71302e Fix a few -pedantic warnings by Kristian Høgsberg · 13 years ago
  69. 4ea4d1b config-parser: add missing return for an error case by Pekka Paalanen · 13 years ago
  70. ee4b4cb shared: Use $(GCC_CFLAGS), fix warnings by Kristian Høgsberg · 13 years ago
  71. 3685c3a Fix `unused-result' warnings. by Jonas Ådahl · 13 years ago
  72. f02a649 Consolidate image loading code and move to shared/ by Kristian Høgsberg · 13 years ago
  73. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  74. fa1de69 Implement CONFIG_KEY_UNSIGNED_INTEGER by Scott Moreau · 14 years ago
  75. 9b935c8 Use '-' to separate words in file names by Kristian Høgsberg · 14 years ago
  76. 28a2070 configparser: rename BOOL, document types by Pekka Paalanen · 14 years ago
  77. c1765c6 move config parser to a convenience library by Pekka Paalanen · 14 years ago