summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2014-09-22clients: Maximize window when double touch on title barXiong Zhang2-0/+56
2014-09-11load_image: always print a message on failure if filename is not emptyBill Spitzak1-2/+12
2014-09-11parse_options: fail on more malformed optionsBill Spitzak1-28/+69
2014-09-04clients: Maximize window when double click on title barXiong Zhang2-0/+35
2014-08-22tests: allow running make check without make installDerek Foreman2-0/+15
2014-08-19cairo-util: Draw solid titlebar for frames with only buttonsBoyan Ding3-5/+10
2014-07-05cairo-util: Set geometry_dirty in frame_set_titleBoyan Ding1-0/+1
2014-07-05cairo-util: Fix geometry for frames with buttons but without titleBoyan Ding1-2/+2
2014-04-30cairo-util: Don't show a resize cursor on edges when we're maximizedJasper St. Pierre1-3/+8
2014-04-30cairo-util: Kill a duplicate testJasper St. Pierre1-2/+2
2014-04-07Make sure config.h is included before any system headersAndrew Wedgbury1-2/+2
2014-02-06xdg-shell: Add set_margin requestJasper St. Pierre2-0/+11
2014-02-01build: Move shared/Makefile.am into toplevel Makefile.amKristian Høgsberg1-34/+0
2014-02-01build: Move clients/Makefile.am into toplevel Makefile.amKristian Høgsberg1-1/+1
2014-01-19shared/frame: NULL check before attempting to derefU. Artie Eoff1-7/+6
2014-01-19shared/frame: fix potential memory leak in frame_createU. Artie Eoff1-18/+25
2013-12-02os: use posix_fallocate in creating sharable buffersPekka Paalanen1-1/+18
2013-11-07cairo-util: Rework frame button handlingJason Ekstrand2-42/+122
2013-10-23window.c: Don't put titlebars on menu windowsKristian Høgsberg3-49/+74
2013-10-23window.c: Use frame code for drawing menusKristian Høgsberg2-8/+20
2013-10-14Use cairo-util frame in tinytoolkitJason Ekstrand2-1/+97
2013-10-13Add decoration frame support to cairo-utilJason Ekstrand3-0/+783
2013-09-26config: Don't crash if we don't have a config fileAlexandru DAMIAN1-1/+1
2013-09-21compositor: Log the full path of the config file we're usingKristian Høgsberg2-36/+40
2013-09-21config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg2-10/+14
2013-09-21shared: Remove no longer used parse_config_file()Kristian Høgsberg2-133/+0
2013-08-12evdev-touchpad: Set some options using weston.iniArmin K2-0/+30
2013-08-08Add zalloc(size_t) allocator functionPeter Hutterer1-0/+42
2013-07-25shared: Add out-of-memory handling to theme_create()Kristian Høgsberg2-5/+29
2013-07-08tests: Move config-parser.test to tests/Quentin Glidic2-213/+0
2013-07-03shared: Export configuration functionsQuentin Glidic1-0/+5
2012-02-07shared: build fix for config-parser testPekka Paalanen1-0/+1
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone6-4/+9
2013-06-04shared: fix build of libshared-cairoPekka Paalanen1-0/+1
2013-05-28config-parser: Add tests for expect behavuor on NULL configs and sectionsKristian Høgsberg1-0/+6
2013-05-28config-parser: Avoid null dereference when exiting. (case: weston starts with...Mun Gwan-gyeong1-0/+3
2013-05-28config-parser: Avoid null dereference when handling config-parser ( when west...Mun Gwan-gyeong1-0/+3
2013-05-26config-parser: Add section iterator APIKristian Høgsberg3-1/+41
2013-05-26config-parser: Avoid null dereference when handling config-parserMun Gwan-gyeong1-0/+2
2013-05-26config-parser-test: fix compile errorMun Gwan-gyeong1-1/+1
2013-05-23Add new config parserKristian Høgsberg4-0/+491
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman2-33/+69
2013-04-03Fix compiler warningsArmin K1-0/+1
2013-03-28sdk: be C++ friendlyGiulio Camuffo2-0/+16
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg2-3/+4
2013-01-28matrix: track transform typeVasily Khoruzhick2-3/+30
2013-01-28Add new shared/image-loader.h to separate include dependenciesKristian Høgsberg5-6/+35
2012-12-07Link matrix.c into weston againKristian Høgsberg2-3/+6
2012-12-06Move matrix.[ch] to sharedRob Bradford3-1/+316
2012-11-30Fix build warnings from image_loaderPekka Paalanen2-1/+2