summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2017-12-18shared: Add timespec_to_proto helper functionAlexandros Frantzis1-0/+24
2017-12-18shared: Add timespec_from_proto helper functionAlexandros Frantzis1-0/+15
2017-12-05xwm: Use Pango to draw title string if availableLouis-Francis Ratté-Boulianne1-5/+55
2017-12-05xwm: Deal with title in a smarter way when there isn't enough spaceLouis-Francis Ratté-Boulianne3-14/+26
2017-12-04option-parser: replace int/0/1 with bool/false/trueEric Engestrom1-19/+20
2017-12-04config-parser: fix `short_name` typeEric Engestrom1-1/+1
2017-11-27shared: Add helpers to convert between various time units and timespecAlexandros Frantzis1-0/+47
2017-11-27shared: Add timespec_is_zero helperAlexandros Frantzis1-0/+12
2017-10-02shared: struct timespec is in time.hYann E. MORIN1-0/+1
2017-09-29gl-renderer: Emit GPU rendering begin and end timeline timepointsAlexandros Frantzis1-0/+12
2017-09-29gl-renderer: Add support for fence sync extensionsAlexandros Frantzis1-0/+16
2017-06-12gl-renderer: allow importing fourth dmabuf planeVarad Gautam1-0/+5
2017-06-12gl-renderer: allow importing dmabufs with format modifiersVarad Gautam1-0/+6
2017-06-12gl-renderer: support format and modifier queriesVarad Gautam1-0/+7
2017-05-23weston: Add support for "--foo bar" style optionsLyude Paul1-0/+32
2017-03-24os: Check for EINTR on ftruncate()Derek Foreman1-1/+3
2017-03-24os: Check for EINTR on posix_fallocate()Derek Foreman1-1/+3
2017-03-13timespec: Add timespec subtraction helpersDaniel Stone1-0/+26
2017-03-13timespec: Add timespec_to_msec helperDaniel Stone1-0/+13
2017-03-08timespec: Add timespec_add_msec helperDaniel Stone1-0/+12
2017-03-08timespec: Add timespec_add_nsec helperDaniel Stone1-0/+21
2017-02-21config-parser: Export weston_config_next_sectionEmmanuel Gil Peyrot1-0/+1
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