fix weston launch error
[platform/upstream/weston.git] / shared /
2018-10-25 guanxwMerge branch 'weston5.0' into tizen
2018-07-09 Daniel Stonehelpers: Move static_assert definition to shared
2018-06-20 Pekka Paalanenshared: remove weston_config_get_libexec_dir()
2018-02-20 Alexandros Frantzisshared: Add timespec_eq helper function
2018-02-09 Emmanuel Gil Peyrotxwm: Fix icon surface ownership
2018-02-09 Aleksander Morgadofile-util: allow specifying path separately in file_cre...
2018-02-07 Derek Foremanshared: Update all users of DATADIR
2018-02-07 Derek Foremanshared: Add a function to prefix filenames with datadir
2018-01-18 Emmanuel Gil Peyrotxwm: Add icon support to the frame
2017-12-18 Alexandros Frantzisshared: Add timespec_to_proto helper function
2017-12-18 Alexandros Frantzisshared: Add timespec_from_proto helper function
2017-12-05 Louis-Francis Ratt... xwm: Use Pango to draw title string if available
2017-12-05 Louis-Francis Ratt... xwm: Deal with title in a smarter way when there isn...
2017-12-04 Eric Engestromoption-parser: replace int/0/1 with bool/false/true
2017-12-04 Eric Engestromconfig-parser: fix `short_name` type
2017-11-27 Alexandros Frantzisshared: Add helpers to convert between various time...
2017-11-27 Alexandros Frantzisshared: Add timespec_is_zero helper
2017-10-02 Yann E. MORINshared: struct timespec is in time.h
2017-09-29 Alexandros Frantzisgl-renderer: Emit GPU rendering begin and end timeline...
2017-09-29 Alexandros Frantzisgl-renderer: Add support for fence sync extensions
2017-06-12 Varad Gautamgl-renderer: allow importing fourth dmabuf plane
2017-06-12 Varad Gautamgl-renderer: allow importing dmabufs with format modifiers
2017-06-12 Varad Gautamgl-renderer: support format and modifier queries
2017-05-23 Lyude Paulweston: Add support for "--foo bar" style options
2017-03-24 Derek Foremanos: Check for EINTR on ftruncate()
2017-03-24 Derek Foremanos: Check for EINTR on posix_fallocate()
2017-03-13 Daniel Stonetimespec: Add timespec subtraction helpers
2017-03-13 Daniel Stonetimespec: Add timespec_to_msec helper
2017-03-08 Daniel Stonetimespec: Add timespec_add_msec helper
2017-03-08 Daniel Stonetimespec: Add timespec_add_nsec helper
2017-02-21 Emmanuel Gil Peyrotconfig-parser: Export weston_config_next_section
2017-01-30 Daniel StoneMove weston-egl-ext.h to shared
2017-01-03 Abdur Rehmanshared: fix a typo in a comment
2017-01-03 Abdur Rehmanshared/helpers.h: fix a typo in a comment
2016-11-21 Emil Velikovshared/platform.h: introduce weston_platform_destroy_eg...
2016-09-26 Krzysztof Konopkoshared/platform: include weston-egl-ext.h only if ENABL...
2016-09-24 Kylie McClainstring-helpers.h: Fix usage on musl libc
2016-09-24 Quentin Glidicshare/cairo-util: Use wl_pointer_button_state enum...
2016-08-27 Bryce Harringtonconfig-parser: Drop debug text
2016-08-15 Quentin Glidicshared/image: Silence maybe-uninitialized warning
2016-08-14 Quentin Glidicdesktop-shell: Port to libweston-desktop
2016-08-07 Bryce HarringtonSwitch to use safe_strtoint instead of strtol
2016-08-07 Bryce HarringtonAdd safe_strtoint() helper
2016-08-07 Bryce Harringtonoption-parser: Improve error checking for strtol call
2016-07-26 Jussi Kukkoneninclude stdint.h for int32_t/uint32_t
2016-07-26 Bryce HarringtonRe-apply "config-parser: Catch negative numbers assigne...
2016-07-26 Bryce Harringtonconfig-parser: Add weston_config_section_get_color
2016-07-22 Emil Velikovshared/platform.h: remove the local EGL platform (re...
2016-07-22 Emil Velikovshared/platform.h: use weston_check_egl_extension over...
2016-07-22 Emil Velikovgl-renderer: move check_extension() to shared/
2016-07-22 Emil Velikovshared/platform.h: add missing stdbool.h include
2016-07-13 Bryce HarringtonRevert "config-parser: Catch negative numbers assigned...
2016-07-13 Bryce HarringtonRequire base-10 for strtol() calls
2016-07-12 Bryce Harringtonconfig-parser: Catch negative numbers assigned to unsig...
2016-07-11 Emmanuel Gil PeyrotRemove a wrong closing “extern "C"” in shared/xalloc.c
2016-07-09 Bryce Harringtonoption-parser: Require integer option string values...
2016-07-08 Bryce Harringtonconfig-parser: Improve error checks for strtol/strtoul...
2016-03-17 Bryce Harringtonshared: Print .c file/line number in x* routines
2016-03-17 Bryce Harringtonclients & tests: Unify multiple definitions of x*alloc...
2016-03-09 Matthias Treydteplatform: explicitly cast the return value of weston_pl...
2016-03-09 Bryce Harringtonoption-parser: Handle short double-arg options
2016-03-07 Emmanuel Gil Peyrotconfigure: Make jpeglib an optional dependency.
2016-02-22 Bryce Harringtonconfig-parser: Check malloc and strdup returns
2016-02-20 Emmanuel Gil Peyrotconfigure: Make WebP support togglable, and improve...
2015-12-08 Derek Foremancairo-util: return theme location from frame_touch_down
2015-11-13 Ahmet Acarshared: work around EGL header idiosyncrasy
2015-11-06 Boram Parkstring buffer can have a newline character
2015-11-06 Imran ZamanAdded string conversion utility functions
2015-07-17 Derek Foremanlog: Open log file CLOEXEC so child processes don't...
2015-07-16 Pekka Paalanencompositor,shared: add millihz_to_nsec()
2015-07-16 Pekka Paalanenshared: introduce timespec-util.h
2015-06-16 Jon CruzUnified multiple definitions of container_of() macro.
2015-06-16 Jon CruzMoved the MIN() macro to the helper include.
2015-06-16 Jon CruzMoved helper macro to a discrete include file.
2015-06-15 Bryce Harringtonshared: Update boilerplate from MIT X11 license to...
2015-06-06 Murray CalaveraWhitespace corrections
2015-03-30 Manuel Bachmanntoytoolkit: fix EGL surface creation for lazy drivers
2015-03-30 Manuel Bachmanntoytoolkit: fix new EGL extensions fallback typedefs
2015-03-27 Pekka PaalanenPass config file from compositor to everything
2015-03-27 Pekka Paalanenshared: fail reading a directory as a config file
2015-03-26 Jonny Lambplatform: rename create_egl_window to create_egl_surface
2015-03-26 Jonny Lambplatform: remove global variables
2015-03-26 Jonny Lambplatform: provide platform_base fallbacks and remove...
2015-03-20 Jonny Lambclients & tests: use eglCreatePlatformWindowSurfaceEXT...
2015-03-20 Jonny Lambclients & tests: use eglGetPlatformDisplayEXT when...
2015-02-25 Pekka Paalanenshared: add file_create_dated() helper
2014-11-19 Marek Chalupacairo-util: fix shadows for small clients
2014-11-19 Marek Chalupatoytoolkit: rename tile_mask to render_shadow
2014-09-22 Xiong Zhangclients: Maximize window when double touch on title bar
2014-09-11 Bill Spitzakload_image: always print a message on failure if filena...
2014-09-11 Bill Spitzakparse_options: fail on more malformed options
2014-09-04 Xiong Zhangclients: Maximize window when double click on title bar
2014-08-22 Derek Foremantests: allow running make check without make install
2014-08-19 Boyan Dingcairo-util: Draw solid titlebar for frames with only...
2014-07-05 Boyan Dingcairo-util: Set geometry_dirty in frame_set_title
2014-07-05 Boyan Dingcairo-util: Fix geometry for frames with buttons but...
2014-05-01 Jasper St. Pierrecairo-util: Don't show a resize cursor on edges when...
2014-05-01 Jasper St. Pierrecairo-util: Kill a duplicate test
2014-04-07 Andrew WedgburyMake sure config.h is included before any system headers
2014-02-06 Jasper St. Pierrexdg-shell: Add set_margin request
next