summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* helpers: Move static_assert definition to sharedDaniel Stone2018-07-091-0/+34
* shared: remove weston_config_get_libexec_dir()Pekka Paalanen2018-06-202-14/+0
* shared: Add timespec_eq helper functionAlexandros Frantzis2018-02-201-0/+13
* xwm: Fix icon surface ownershipEmmanuel Gil Peyrot2018-02-092-0/+18
* file-util: allow specifying path separately in file_create_dated()Aleksander Morgado2018-02-092-8/+14
* shared: Update all users of DATADIRDerek Foreman2018-02-071-4/+29
* shared: Add a function to prefix filenames with datadirDerek Foreman2018-02-072-0/+22
* xwm: Add icon support to the frameEmmanuel Gil Peyrot2018-01-182-15/+41
* shared: Add timespec_to_proto helper functionAlexandros Frantzis2017-12-181-0/+24
* shared: Add timespec_from_proto helper functionAlexandros Frantzis2017-12-181-0/+15
* xwm: Use Pango to draw title string if availableLouis-Francis Ratté-Boulianne2017-12-051-5/+55
* xwm: Deal with title in a smarter way when there isn't enough spaceLouis-Francis Ratté-Boulianne2017-12-053-14/+26
* option-parser: replace int/0/1 with bool/false/trueEric Engestrom2017-12-041-19/+20
* config-parser: fix `short_name` typeEric Engestrom2017-12-041-1/+1
* shared: Add helpers to convert between various time units and timespecAlexandros Frantzis2017-11-271-0/+47
* shared: Add timespec_is_zero helperAlexandros Frantzis2017-11-271-0/+12
* shared: struct timespec is in time.hYann E. MORIN2017-10-021-0/+1
* gl-renderer: Emit GPU rendering begin and end timeline timepointsAlexandros Frantzis2017-09-291-0/+12
* gl-renderer: Add support for fence sync extensionsAlexandros Frantzis2017-09-291-0/+16
* gl-renderer: allow importing fourth dmabuf planeVarad Gautam2017-06-121-0/+5
* gl-renderer: allow importing dmabufs with format modifiersVarad Gautam2017-06-121-0/+6
* gl-renderer: support format and modifier queriesVarad Gautam2017-06-121-0/+7
* weston: Add support for "--foo bar" style optionsLyude Paul2017-05-231-0/+32
* os: Check for EINTR on ftruncate()Derek Foreman2017-03-241-1/+3
* os: Check for EINTR on posix_fallocate()Derek Foreman2017-03-241-1/+3
* timespec: Add timespec subtraction helpersDaniel Stone2017-03-131-0/+26
* timespec: Add timespec_to_msec helperDaniel Stone2017-03-131-0/+13
* timespec: Add timespec_add_msec helperDaniel Stone2017-03-081-0/+12
* timespec: Add timespec_add_nsec helperDaniel Stone2017-03-081-0/+21
* config-parser: Export weston_config_next_sectionEmmanuel Gil Peyrot2017-02-211-0/+1
* Move weston-egl-ext.h to sharedDaniel Stone2017-01-301-0/+170
* shared: fix a typo in a commentAbdur Rehman2017-01-031-1/+1
* shared/helpers.h: fix a typo in a commentAbdur Rehman2017-01-031-1/+1
* shared/platform.h: introduce weston_platform_destroy_egl_surface()Emil Velikov2016-11-211-0/+14
* shared/platform: include weston-egl-ext.h only if ENABLE_EGL is definedKrzysztof Konopko2016-09-261-1/+1
* string-helpers.h: Fix usage on musl libcKylie McClain2016-09-241-0/+1
* share/cairo-util: Use wl_pointer_button_state enum directlyQuentin Glidic2016-09-242-13/+9
* config-parser: Drop debug textBryce Harrington2016-08-271-1/+0
* shared/image: Silence maybe-uninitialized warningQuentin Glidic2016-08-151-2/+1
* desktop-shell: Port to libweston-desktopQuentin Glidic2016-08-141-0/+11
* Switch to use safe_strtoint instead of strtolBryce Harrington2016-08-062-8/+4
* Add safe_strtoint() helperBryce Harrington2016-08-061-0/+70
* option-parser: Improve error checking for strtol callBryce Harrington2016-08-061-2/+9
* include stdint.h for int32_t/uint32_tJussi Kukkonen2016-07-266-0/+7
* Re-apply "config-parser: Catch negative numbers assigned to unsigned config v...Bryce Harrington2016-07-261-1/+11
* config-parser: Add weston_config_section_get_colorBryce Harrington2016-07-262-0/+43
* shared/platform.h: remove the local EGL platform (re)definitionsEmil Velikov2016-07-221-13/+1
* shared/platform.h: use weston_check_egl_extension over strstrEmil Velikov2016-07-221-3/+3
* gl-renderer: move check_extension() to shared/Emil Velikov2016-07-221-0/+28
* shared/platform.h: add missing stdbool.h includeEmil Velikov2016-07-221-0/+1