summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2015-07-16log: Open log file CLOEXEC so child processes don't get the fdDerek Foreman2-8/+17
2015-07-16compositor,shared: add millihz_to_nsec()Pekka Paalanen1-0/+14
2015-07-16shared: introduce timespec-util.hPekka Paalanen1-0/+61
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz2-4/+38
2015-06-15Moved the MIN() macro to the helper include.Jon Cruz1-0/+11
2015-06-15Moved helper macro to a discrete include file.Jon Cruz3-4/+50
2015-06-15shared: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington16-256/+304
2015-06-06Whitespace correctionsMurray Calavera1-1/+1
2015-03-30toytoolkit: fix EGL surface creation for lazy driversManuel Bachmann1-2/+3
2015-03-30toytoolkit: fix new EGL extensions fallback typedefsManuel Bachmann1-2/+7
2015-03-27Pass config file from compositor to everythingPekka Paalanen2-0/+17
2015-03-27shared: fail reading a directory as a config filePekka Paalanen1-0/+8
2015-03-26platform: rename create_egl_window to create_egl_surfaceJonny Lamb1-6/+6
2015-03-26platform: remove global variablesJonny Lamb1-26/+29
2015-03-26platform: provide platform_base fallbacks and remove ifdefsJonny Lamb1-14/+33
2015-03-20clients & tests: use eglCreatePlatformWindowSurfaceEXT when supportedJonny Lamb1-0/+23
2015-03-20clients & tests: use eglGetPlatformDisplayEXT when supportedJonny Lamb1-0/+79
2015-02-25shared: add file_create_dated() helperPekka Paalanen2-0/+158
2014-11-19cairo-util: fix shadows for small clientsMarek Chalupa1-46/+83
2014-11-19toytoolkit: rename tile_mask to render_shadowMarek Chalupa2-8/+8
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