summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared: Print .c file/line number in x* routinesBryce Harrington2016-03-171-24/+4
* clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington2016-03-172-0/+124
* platform: explicitly cast the return value of weston_platform_get_egl_proc_ad...Matthias Treydte2016-03-081-4/+6
* option-parser: Handle short double-arg optionsBryce Harrington2016-03-081-3/+38
* configure: Make jpeglib an optional dependency.Emmanuel Gil Peyrot2016-03-071-7/+23
* config-parser: Check malloc and strdup returnsBryce Harrington2016-02-221-0/+22
* configure: Make WebP support togglable, and improve its error message.Emmanuel Gil Peyrot2016-02-191-2/+9
* cairo-util: return theme location from frame_touch_downDerek Foreman2015-12-082-9/+10
* shared: work around EGL header idiosyncrasyAhmet Acar2015-11-131-0/+1
* log: Open log file CLOEXEC so child processes don't get the fdDerek Foreman2015-07-162-8/+17
* compositor,shared: add millihz_to_nsec()Pekka Paalanen2015-07-161-0/+14
* shared: introduce timespec-util.hPekka Paalanen2015-07-161-0/+61
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-152-4/+38
* Moved the MIN() macro to the helper include.Jon Cruz2015-06-151-0/+11
* Moved helper macro to a discrete include file.Jon Cruz2015-06-153-4/+50
* shared: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-1516-256/+304
* Whitespace correctionsMurray Calavera2015-06-061-1/+1
* toytoolkit: fix EGL surface creation for lazy driversManuel Bachmann2015-03-301-2/+3
* toytoolkit: fix new EGL extensions fallback typedefsManuel Bachmann2015-03-301-2/+7
* Pass config file from compositor to everythingPekka Paalanen2015-03-272-0/+17
* shared: fail reading a directory as a config filePekka Paalanen2015-03-271-0/+8
* platform: rename create_egl_window to create_egl_surfaceJonny Lamb2015-03-261-6/+6
* platform: remove global variablesJonny Lamb2015-03-261-26/+29
* platform: provide platform_base fallbacks and remove ifdefsJonny Lamb2015-03-261-14/+33
* clients & tests: use eglCreatePlatformWindowSurfaceEXT when supportedJonny Lamb2015-03-201-0/+23
* clients & tests: use eglGetPlatformDisplayEXT when supportedJonny Lamb2015-03-201-0/+79
* shared: add file_create_dated() helperPekka Paalanen2015-02-252-0/+158
* cairo-util: fix shadows for small clientsMarek Chalupa2014-11-191-46/+83
* toytoolkit: rename tile_mask to render_shadowMarek Chalupa2014-11-192-8/+8
* clients: Maximize window when double touch on title barXiong Zhang2014-09-222-0/+56
* 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