platform/upstream/weston.git
2015-01-21 Pekka Paalanensimple-egl: HACK to report presentation flags
2015-01-21 Pekka Paalanentests, clients: add Presentation feedback flags
2015-01-21 Pekka Paalanencompositor, drm: set per-surface Presentation feedback...
2015-01-21 Pekka Paalanencompositor: set presentation.presented flags
2015-01-21 Pekka Paalanenprotocol: add Presentation feedback flags
2015-01-21 Pekka Paalanencompositor-drm: use drm_output in drm_output_*() func...
2015-01-17 Bryce Harringtonconfigure.ac: bump to version 1.6.91 for the alpha... 1.6.91
2015-01-17 David Herrmannlogind: fix PropertiesChanged parser
2015-01-17 David Herrmannlogind: forward Active=true changes for non-DRM backends
2015-01-17 David Herrmannlauncher: use SIGRTMIN to not conflict with xwayland
2015-01-17 David Herrmannlogind: use SIGRTMIN to not conflict with xwayland
2015-01-15 Jonas Ådahlconfigure.ac: Require libinput 0.8
2015-01-15 Peter Huttererlibinput-device: use the discrete axis value for wheel...
2015-01-15 Peter Huttererlibinput-device: use the new merged scroll events
2015-01-08 Derek Foremaninput: Add comment explaining why pointer isn't freed...
2014-12-19 Derek Foremancompositor-x11: Fix some shutdown crashes
2014-12-18 Pekka Paalanenconfigure: bump libwayland requirements
2014-12-16 Nobuhiko Tanibataivi-shell: Fix wrong condition to check return value...
2014-12-16 Derek Foremantext: Don't crash if a seat has no keyboard
2014-12-15 Giulio Camuffoinput: swallow the key press event when running a compo...
2014-12-15 Derek Foremantext: Use bool for input_panel_visible
2014-12-15 Derek Foremantext: Remove unused linked list from input_method_context
2014-12-15 Derek Foremantext: Fix coding style
2014-12-15 Derek Foremantext: Fix some typos
2014-12-15 Nobuhiko Tanibataivi-shell: rewrite controller API
2014-12-15 Nobuhiko Tanibataivi-shell: make ivi-layout.c as a part of ivi-shell.so
2014-12-15 Nobuhiko Tanibataivi-shell: several ivi-layout interfaces moved accross...
2014-12-15 Nobuhiko Tanibataivi-shell: reordering method in ivi_layout.c
2014-12-15 Nobuhiko Tanibataivi-shell: clean up unnecesary header
2014-12-15 Nobuhiko Tanibataivi-shell: clean-up transition animation code.
2014-12-15 Ondřej Majerechivi-shell: Say something when configuration is missing
2014-12-15 Ondřej Majerechcompositor: Propagate errors from module_init
2014-12-12 Marek Chalupaclipboard: set fd member of clipboard_source
2014-12-12 Marek Chalupascreenshooter: fix various memory handling
2014-12-12 Marek Chalupawindow: use roundtrip instead of dispatch after get_reg...
2014-12-11 Andrew Engelbrechtxwm: fix a crash in handle_state
2014-12-11 Bryce Harringtontests: Fix minor typo
2014-12-08 Pekka Paalanencompositor: Implement JSON-timeline logging
2014-12-08 Pekka Paalanencompositor: add weston_surface_set_label_func()
2014-12-04 Nobuhiko Tanibataivi-shell: reference implementation of input panel...
2014-12-04 Nobuhiko Tanibataclients: support ivi-application.xml for clients/window.c
2014-12-04 Nobuhiko Tanibataclients: support ivi-application.xml for clients/simple...
2014-12-04 Nobuhiko Tanibataclients: support ivi-application.xml for clients/simple...
2014-12-04 Nobuhiko Tanibataivi-shell: a reference of weston.ini for ivi-shell...
2014-12-04 Nobuhiko Tanibatadata: add reference image files for weston-ivi-shell...
2014-12-04 Nobuhiko Tanibataclients: a reference implementation of UI client how...
2014-12-04 Nobuhiko Tanibataivi-shell: a reference implementation how to use ivi...
2014-12-04 Nobuhiko Tanibataprotocol: ivi hmi controller protocol to set up IVI...
2014-12-04 Nobuhiko Tanibataivi-shell: add the shell plugin for In-Vehicle Infotain...
2014-12-04 Nobuhiko Tanibataivi-shell: add IVI layout APIs
2014-12-04 Nobuhiko Tanibataprotocol: add interface ivi_application extension
2014-12-04 Nobuhiko Tanibataivi-shell: add README for ivi-shell
2014-12-03 nerdopolisfbdev: Remove unnecessary semicolon
2014-12-01 Giulio Camuffoinput: send focus events to the focused client when...
2014-12-01 Derek Foremanrpi-renderer: don't pass a box to pixman_region32_conta...
2014-11-28 Bryce HarringtonUse zalloc instead of calloc(1, ...)
2014-11-28 Bryce HarringtonSetting members to 0/NULL after a zalloc or calloc...
2014-11-28 Bryce HarringtonUse zalloc rather than malloc and manually setting...
2014-11-28 Derek Foremanclients: Use xmalloc in a few more places
2014-11-28 Bryce Harringtontests: Use one shared xzalloc implementation
2014-11-28 Bryce Harringtontests: Move ARRAY_LENGTH to a shared header for reuse
2014-11-28 Bryce Harringtontests: Cleanup superfluous headers
2014-11-28 Bryce Harringtontests: Include "config.h" as first header
2014-11-28 Derek Foremandnd: Fix some mouse cursor issues
2014-11-27 Derek Foremaninput: Use slightly less obscure logic in evdev_notify_...
2014-11-27 Pekka Paalanensimple-shm: explain two initial roundtrips
2014-11-26 Pekka Paalanenconfigure: remove input backend result
2014-11-26 Peter Hutterercompositor: Drop legacy backends in favor of libinput
2014-11-24 Pekka Paalanendesktop-shell: don't crash input-panel if no kbd focus
2014-11-24 Giulio Camuffoinput: don't run the key bindings on focus in
2014-11-24 Derek Foremantests: Allow tests to use customized command line param...
2014-11-21 Bryce Harringtoncompositor: Document options for headless compositor
2014-11-21 Derek Foremancompositor-headless: add support for transforms set...
2014-11-21 Derek Foremancompositor-headless: allow rendering with pixman
2014-11-21 Bryce Harringtonconfigure.ac: Indicate headless compositor presence...
2014-11-21 Pekka Paalanenman: explain idle-time=0 in weston.ini
2014-11-21 Frederic Plourdecompositor: Add idle timeout option to weston.ini
2014-11-21 Marek Chalupaxwayland: fix fullscreening
2014-11-21 Javier JardónMakefile.am: Link weston_multi_resource against rt...
2014-11-21 Derek Foremangl-renderer: compress pixman bands to simplify geometry
2014-11-19 Derek Foremanbackends: refactor transform string parsing
2014-11-19 Marek Chalupacairo-util: fix shadows for small clients
2014-11-19 Marek Chalupatoytoolkit: rename tile_mask to render_shadow
2014-11-19 Seedo Eldho... protocol: Fix some typos in protocol files
2014-11-19 Pekka PaalanenRevert "input: don't send to clients key events eaten...
2014-11-18 Pekka Paalanencompositor: do not overwrite error exit code
2014-11-18 Frederic Plourdecompositor: Return a user-defined exit code
2014-11-18 Giulio Camuffoxwm: find a seat for all the surface's views
2014-11-12 Pekka Paalaneninput: use tmp var in pointer_unmap_sprite
2014-11-11 Giulio Camuffoinput: don't send to clients key events eaten by bindings
2014-11-11 Pekka Paalanencompositor: add missing newline to help text
2014-11-11 Bryce Harringtoncompositor: List only available backends in help text
2014-11-11 Bryce Harringtoncompositor: Display option help text only for enabled...
2014-11-11 Bryce Harringtoncompositor: Fix typos in help text
2014-11-11 Bryce Harringtoncompositor: Fix tabbing of help output
2014-11-11 Bryce Harringtoncompositor: (Whitespace-only) Indent with tabs
2014-11-11 Frederic Plourdeman: Fix some weston.ini.man typesetting macros
2014-11-11 Frank Binnssmoke: fix valgrind invalid read errors
2014-11-11 Jasper St.... smoke: Don't commit an xdg_surface with a NULL buffer
2014-11-11 Giulio Camuffoinput: fix access to invalid resource
next