summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2016-03-17shared: Print .c file/line number in x* routinesBryce Harrington1-24/+4
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington2-0/+124
2016-03-08platform: explicitly cast the return value of weston_platform_get_egl_proc_ad...Matthias Treydte1-4/+6
2016-03-08option-parser: Handle short double-arg optionsBryce Harrington1-3/+38
2016-03-07configure: Make jpeglib an optional dependency.Emmanuel Gil Peyrot1-7/+23
2016-02-22config-parser: Check malloc and strdup returnsBryce Harrington1-0/+22
2016-02-19configure: Make WebP support togglable, and improve its error message.Emmanuel Gil Peyrot1-2/+9
2015-12-08cairo-util: return theme location from frame_touch_downDerek Foreman2-9/+10
2015-11-13shared: work around EGL header idiosyncrasyAhmet Acar1-0/+1
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