summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2017-02-07timespec: Add timespec_to_msec helperDaniel Stone1-0/+11
2017-02-07timespec: Add timespec_add_msec helperDaniel Stone1-0/+21
2017-02-07timespec: Add timespec_add_nsec helperDaniel Stone1-0/+21
2017-02-07Add Meson build systemDaniel Stone1-0/+33
2017-01-30Move weston-egl-ext.h to sharedDaniel Stone1-0/+170
2017-01-03shared: fix a typo in a commentAbdur Rehman1-1/+1
2017-01-03shared/helpers.h: fix a typo in a commentAbdur Rehman1-1/+1
2016-11-21shared/platform.h: introduce weston_platform_destroy_egl_surface()Emil Velikov1-0/+14
2016-09-26shared/platform: include weston-egl-ext.h only if ENABLE_EGL is definedKrzysztof Konopko1-1/+1
2016-09-24string-helpers.h: Fix usage on musl libcKylie McClain1-0/+1
2016-09-24share/cairo-util: Use wl_pointer_button_state enum directlyQuentin Glidic2-13/+9
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