summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2016-08-27config-parser: Drop debug textBryce Harrington1-1/+0
2016-08-15shared/image: Silence maybe-uninitialized warningQuentin Glidic1-2/+1
2016-08-14desktop-shell: Port to libweston-desktopQuentin Glidic1-0/+11
2016-08-06Switch to use safe_strtoint instead of strtolBryce Harrington2-8/+4
2016-08-06Add safe_strtoint() helperBryce Harrington1-0/+70
2016-08-06option-parser: Improve error checking for strtol callBryce Harrington1-2/+9
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen6-0/+7
2016-07-26Re-apply "config-parser: Catch negative numbers assigned to unsigned config v...Bryce Harrington1-1/+11
2016-07-26config-parser: Add weston_config_section_get_colorBryce Harrington2-0/+43
2016-07-22shared/platform.h: remove the local EGL platform (re)definitionsEmil Velikov1-13/+1
2016-07-22shared/platform.h: use weston_check_egl_extension over strstrEmil Velikov1-3/+3
2016-07-22gl-renderer: move check_extension() to shared/Emil Velikov1-0/+28
2016-07-22shared/platform.h: add missing stdbool.h includeEmil Velikov1-0/+1
2016-07-13Revert "config-parser: Catch negative numbers assigned to unsigned config val...Bryce Harrington1-11/+1
2016-07-12Require base-10 for strtol() callsBryce Harrington1-1/+1
2016-07-12config-parser: Catch negative numbers assigned to unsigned config valuesBryce Harrington1-1/+11
2016-07-11Remove a wrong closing “extern "C"” in shared/xalloc.cEmmanuel Gil Peyrot1-5/+0
2016-07-08option-parser: Require integer option string values to be base-10Bryce Harrington1-2/+2
2016-07-08config-parser: Improve error checks for strtol/strtoul callsBryce Harrington1-2/+4
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