platform/upstream/weston.git
2013-08-20 Daiki Uenoautotools: Don't use wayland-scanner.m4
2013-08-19 Hardeningset RDP output enabled by default (stable 1.2)
2013-08-19 Peng WuFixes CJK wide character display
2013-08-16 Rusty LynchAdd touch support for wl_shell_surface_move
2013-08-16 Ander Conselvan... nested: Fix skipping frames due to texture update witho...
2013-08-16 Kristian Høgsbergnested: The wl_resouce is the buffer, not the wl_resour...
2013-08-16 Daniel StoneAdd more missing config.h includes
2013-08-16 Kristian Høgsbergwindow: Use xzalloc() instead of silently failing to...
2013-08-16 Maksim Melnikauadd [xwayland] path weston.ini option
2013-08-16 Kristian Høgsbergweston-info: Use xmalloc() in weston-info
2013-08-16 Kristian Høgsbergwindow: Use xzalloc() instead of failing to add input...
2013-08-16 Kristian Høgsbergwindow: Fix logic for looking up widget default cursor
2013-08-15 Kristian Høgsbergcompositor: Handle OOM in weston_buffer_from_resource()
2013-08-15 Kristian Høgsbergwindow: Don't check for subcompositor in window_add_sub...
2013-08-15 Kristian Høgsbergwindow: Add API to check for subcompositor, use in...
2013-08-15 Kristian Høgsbergsimple-touch: Handle OOM when allocating struct touch
2013-08-15 Kristian Høgsbergsimple-shm: Handle OOM when allocating struct display
2013-08-15 Kristian Høgsbergkeyboard: Don't use next_utf8_char() to go back where...
2013-08-14 Armin Kautotools: Add configure summary
2013-08-14 Kristian Høgsbergterminal: Make utf-8 state machine assemble unicode...
2013-08-13 Giulio Camuffocompositor: ref-count weston_surface instances
2013-08-13 Kristian Høgsbergevdev: Ignore joystick devices
2013-08-13 Giulio Camuffoxwm: do not crash when activating a NULL surface
2013-08-13 Armin Kevdev-touchpad: Set some options using weston.ini
2013-08-13 Rob Bradfordweston-launch: Only pass non-NULL value into setenv()
2013-08-13 Rolf Morelevdev: write EV_SYN input_event along with led events...
2013-08-13 Kristian Høgsbergnested: Use a void * to avoid warnings with EGL_WL_bind...
2013-08-13 Rob Bradfordbuild: Allow more control over cairo use in the clients
2013-08-13 Kristian Høgsbergscreenshooter: Add missing newline and use program_invo...
2013-08-13 Kristian Høgsbergscreenshooter: Only link to $(CLIENT_LIBS) not libtoyto...
2013-08-13 Giulio CamuffoInstall shared/zalloc.h
2013-08-12 Adrian Negreanufix compile error when EGL_BUFFER_AGE_EXT is missing
2013-08-12 Adrian Negreanuremove dependency on EGL_KHR_surfaceless_context
2013-08-12 Rob Bradfordinput: For serial generation get the display from the...
2013-08-12 Rusty Lynchdesktop-shell: Add touch support to panel launcher...
2013-08-12 Rusty Lynchcalibrator: Add touch support to calibrator
2013-08-12 Rusty Lynchsmoke: Add touch support to smoke example
2013-08-12 Rusty Lynchwindow.c: Add touch handlers
2013-08-09 Rusty Lynchinput: Store touch position and time when we start...
2013-08-09 Rusty Lynchevdev: Use touch ID 0 when generating touch up event
2013-08-09 Adrian Negreanucompositor: Setup weston-launch sock in fbdev
2013-08-09 Peter Huttererconfigure.ac: check for wayland scanner macro
2013-08-08 Brian Lovinterminal.c: Check if fdopen() fails
2013-08-08 Peter Huttererweston-launch: always drop privileges before execve
2013-08-08 Peter Huttererevdev: log when a device is used as touchpad
2013-08-08 Peter Huttererevdev: call evdev_device_destroy on failure
2013-08-08 Peter Huttererevdev: plug a potential memleak
2013-08-08 Peter Huttererevdev: get the current slot value from the absinfo...
2013-08-08 Peter Huttererevdev: only use mtdev for Protocol A devices
2013-08-08 Peter Huttererevdev: add comment why we're ignoring key value 2
2013-08-08 Peter Huttererevdev: prevent unterminated device name
2013-08-08 Peter Huttererclients: fix an error message
2013-08-08 Peter Hutterertty: fix typo in error message
2013-08-08 Peter Huttererevdev: check for ABS_MT_POSITION_X/Y to determine mt...
2013-08-08 Peter Hutterermalloc + memset -> zalloc
2013-08-08 Peter HuttererAdd zalloc(size_t) allocator function
2013-08-07 Armin Kcms-colord: Don't redefine _GNU_SOURCE
2013-08-07 Brian Lovinclients: use xmalloc in more places
2013-08-07 Kristian Høgsberggl-renderer: Only check for subimage when we have exten...
2013-08-07 Kristian HøgsbergAdd workaround for broken GL_EXT_unpack_subimage tokens
2013-08-07 Kristian Høgsberggl-renderer.c: Cast wl_resource to void * to avoid...
2013-08-07 Kristian Høgsberggl-renderer: Test for GL_EXT_unpack_subimage not GL_UNP...
2013-08-07 Kristian Høgsbergnested: Update to use weston-nested-client binary name
2013-08-07 Kristian HøgsbergUse #define WL_HIDE_DEPRECATED to avoid deprecated...
2013-08-07 Stefan Schmidtclients: Fix typo in simple-touch and simple-shm.
2013-08-07 Bryce HarringtonDrop extraneous duplicate header includes
2013-08-06 Tomeu Vizosorpi: Add support for SHM buffers in RGB565 format
2013-08-06 Tomeu Vizosopixman-renderer: Add support for SHM buffers in RGB565...
2013-08-06 Tomeu Vizosogl-renderer: Add support for SHM buffers in RGB565...
2013-08-06 Tomeu Vizosowindow: Allow hinting of a preference for RGB565 when...
2013-08-06 Kristian Høgsbergcompositor: Check wl_resource_create() return value
2013-08-06 Kristian Høgsbergdata-device.c: Handle failure to allocate offer in...
2013-08-06 Kristian Høgsbergdata-device.c: Handle OOM in weston_data_source_send_of...
2013-07-30 Rob Bradforddesktop-shell: Refactor launcher configuration reading...
2013-07-30 Rob Bradfordcompositor-x11: Don't leak the looked up name for skipp...
2013-07-30 Rob Bradfordwindow: Free the allocated display if we fail to setup...
2013-07-30 Rob Bradfordtablet-shell: Avoid leaking the path on failed icon...
2013-07-30 Rob Bradfordimage: Free filename saved into structure on error...
2013-07-30 Rob Bradfordcompositor-drm: Use a format width parameter for the...
2013-07-30 Rob Bradfordcompositor-fbdev: Close fd used for re-enabling if...
2013-07-30 Rob Bradfordcompositor-fbdev: Avoid dereferencing a pointer in...
2013-07-30 Rob Bradfordtty: Correctly check if the opening of the file descrip...
2013-07-30 Rob Bradfordwcap-decode: Close file descriptor when destroying...
2013-07-30 Rob Bradforddrm: close the drm file descriptor when the compositor...
2013-07-30 Armin Kautotools: Correctly prefix simple-egl client name
2013-07-30 Eduardo Limaweston-launch: Fix signal mask typo
2013-07-30 Kristian Høgsbergweston-launch: Unblock our signalfd signals before...
2013-07-29 Rob Bradfordclipboard: remove the weston_seat destruction listener...
2013-07-29 Rob Bradfordtext-backend: remove the weston_seat destruction listen...
2013-07-29 Bryce W. Harringtonscreenshot: Drop extraneous 'is' to improve warning...
2013-07-29 Michael FuReset touch focus in unmap
2013-07-29 Louis-Francis... xwayland: Remove transform listener when destroying...
2013-07-29 Armin Kautotools: Add an option to install demo clients
2013-07-29 Armin Kautotools: Rename demo clients
2013-07-26 Kristian Høgsbergevdev: Suport old-style single-touch touch screens
2013-07-26 Kristian Høgsbergevdev: Use temporary x and y coordinates when applying...
2013-07-26 Kristian Høgsbergevdev: Don't add output offset in evdev_process_absolut...
2013-07-25 Kristian Høgsbergwindow.c: Simplify window_create()
2013-07-25 Kristian HøgsbergUse xmalloc in desktop-shell.c
2013-07-25 Kristian Høgsbergcompositor-x11: Use assert(0) instead of return NULL...
next