summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* load_image: always print a message on failure if filename is not emptyBill Spitzak2014-09-111-2/+12
* parse_options: fail on more malformed optionsBill Spitzak2014-09-111-28/+69
* clients: Maximize window when double click on title barXiong Zhang2014-09-042-0/+35
* tests: allow running make check without make installDerek Foreman2014-08-222-0/+15
* cairo-util: Draw solid titlebar for frames with only buttonsBoyan Ding2014-08-193-5/+10
* cairo-util: Set geometry_dirty in frame_set_titleBoyan Ding2014-07-051-0/+1
* cairo-util: Fix geometry for frames with buttons but without titleBoyan Ding2014-07-051-2/+2
* cairo-util: Don't show a resize cursor on edges when we're maximizedJasper St. Pierre2014-04-301-3/+8
* cairo-util: Kill a duplicate testJasper St. Pierre2014-04-301-2/+2
* Make sure config.h is included before any system headersAndrew Wedgbury2014-04-071-2/+2
* xdg-shell: Add set_margin requestJasper St. Pierre2014-02-062-0/+11
* build: Move shared/Makefile.am into toplevel Makefile.amKristian Høgsberg2014-02-011-34/+0
* build: Move clients/Makefile.am into toplevel Makefile.amKristian Høgsberg2014-02-011-1/+1
* shared/frame: NULL check before attempting to derefU. Artie Eoff2014-01-191-7/+6
* shared/frame: fix potential memory leak in frame_createU. Artie Eoff2014-01-191-18/+25
* os: use posix_fallocate in creating sharable buffersPekka Paalanen2013-12-021-1/+18
* cairo-util: Rework frame button handlingJason Ekstrand2013-11-072-42/+122
* window.c: Don't put titlebars on menu windowsKristian Høgsberg2013-10-233-49/+74
* window.c: Use frame code for drawing menusKristian Høgsberg2013-10-232-8/+20
* Use cairo-util frame in tinytoolkitJason Ekstrand2013-10-142-1/+97
* Add decoration frame support to cairo-utilJason Ekstrand2013-10-133-0/+783
* config: Don't crash if we don't have a config fileAlexandru DAMIAN2013-09-261-1/+1
* compositor: Log the full path of the config file we're usingKristian Høgsberg2013-09-212-36/+40
* config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg2013-09-212-10/+14
* shared: Remove no longer used parse_config_file()Kristian Høgsberg2013-09-212-133/+0
* evdev-touchpad: Set some options using weston.iniArmin K2013-08-122-0/+30
* Add zalloc(size_t) allocator functionPeter Hutterer2013-08-081-0/+42
* shared: Add out-of-memory handling to theme_create()Kristian Høgsberg2013-07-252-5/+29
* tests: Move config-parser.test to tests/Quentin Glidic2013-07-082-213/+0
* shared: Export configuration functionsQuentin Glidic2013-07-031-0/+5
* shared: build fix for config-parser testPekka Paalanen2012-02-071-0/+1
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-056-4/+9
* shared: fix build of libshared-cairoPekka Paalanen2013-06-041-0/+1
* config-parser: Add tests for expect behavuor on NULL configs and sectionsKristian Høgsberg2013-05-281-0/+6
* config-parser: Avoid null dereference when exiting. (case: weston starts with...Mun Gwan-gyeong2013-05-281-0/+3
* config-parser: Avoid null dereference when handling config-parser ( when west...Mun Gwan-gyeong2013-05-281-0/+3
* config-parser: Add section iterator APIKristian Høgsberg2013-05-263-1/+41
* config-parser: Avoid null dereference when handling config-parserMun Gwan-gyeong2013-05-261-0/+2
* config-parser-test: fix compile errorMun Gwan-gyeong2013-05-261-1/+1
* Add new config parserKristian Høgsberg2013-05-234-0/+491
* config-parser: Honor XDG_CONFIG_DIRSOssama Othman2013-05-142-33/+69
* Fix compiler warningsArmin K2013-04-031-0/+1
* sdk: be C++ friendlyGiulio Camuffo2013-03-282-0/+16
* Pass argc pointer to parse_options()Kristian Høgsberg2013-02-202-3/+4
* matrix: track transform typeVasily Khoruzhick2013-01-282-3/+30
* Add new shared/image-loader.h to separate include dependenciesKristian Høgsberg2013-01-285-6/+35
* Link matrix.c into weston againKristian Høgsberg2012-12-072-3/+6
* Move matrix.[ch] to sharedRob Bradford2012-12-063-1/+316
* Fix build warnings from image_loaderPekka Paalanen2012-11-302-1/+2
* configure.ac: Don't link weston to cairo or image librariesKristian Høgsberg2012-11-293-11/+26