summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* option-parser: Make bools booleanDaniel Stone2019-11-281-2/+2
* config-parser: Make get_bool be boolDaniel Stone2019-11-281-3/+3
* config-parser: Export get_full_path and destroyDaniel Stone2019-11-251-0/+2
* shared: add read-only anonymous file abstractionSebastian Wick2019-11-012-0/+196
* shared: Use memfd_create() when availableEmmanuel Gil Peyrot2019-10-241-14/+39
* image-loader: Fix undefined left shift in premultiply_dataAdam Jackson2019-10-161-4/+4
* gl-renderer: add EGL surfaceless platform supportPekka Paalanen2019-10-111-0/+5
* build: simplify include_directoriesPekka Paalanen2019-10-041-2/+2
* build: use dependency for matrix.cPekka Paalanen2019-10-041-0/+6
* shared/: Please compiler when passed certain compile flagsMarius Vlad2019-08-061-0/+1
* shared/platform: avoid build warning when building without gl-rendererStefan Agner2019-07-261-1/+1
* clients: Fix/resolved doxygen warningsMarius Vlad2019-06-252-2/+2
* timespec: Don't return value from void functionDaniel Stone2019-06-111-1/+1
* Rename zalloc.h to libweston/zalloc.hPekka Paalanen2019-04-182-46/+1
* Rename config-parser.h to libweston/config-parser.hPekka Paalanen2019-04-185-134/+5
* Rename matrix.h to libweston/matrix.hPekka Paalanen2019-04-183-86/+2
* cairo-util: Don't set title string to Pango layout if the title is NULLTomohito Esaki2019-04-021-4/+6
* config-parser: export functions to open a config fileMichael Olbrich2019-02-071-0/+2
* libweston: export weston_config APIPekka Paalanen2019-02-061-0/+1
* libweston: Support zwp_surface_synchronization_v1.set_acquire_fenceAlexandros Frantzis2019-02-061-0/+56
* meson: better errors for image loader depsPekka Paalanen2018-12-311-2/+9
* build: replace IN_WESTON with UNIT_TESTPekka Paalanen2018-12-201-3/+3
* build: use pkg-config to find libjpeg in mesonGreg V2018-12-201-1/+5
* Fix compiler warnings: clobber variablesMarius Vlad2018-12-151-2/+2
* Add Meson build systemDaniel Stone2018-12-091-0/+65
* shared: remove fallback definition of backtrace()Pekka Paalanen2018-12-091-10/+0
* Don't look for weston.ini in the current working directoryDima Ryazanov2018-11-151-6/+2
* 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