summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-09configure.ac: Bump version to 1.31.3.0Kristian Høgsberg1-2/+2
2013-10-09Revert "Resize the shell when the mode is switched"Kristian Høgsberg1-7/+0
2013-10-09input: Don't send modifiers if client doesn't have a pointer resourceKristian Høgsberg1-9/+6
2013-10-08rpi: Add support for EGL buffersTomeu Vizoso2-28/+250
2013-10-02configure.ac: Bump version to 1.2.921.2.92Kristian Høgsberg1-1/+1
2013-10-02launcher: Print a more descriptive error message when we don't get a VTKristian Høgsberg1-0/+4
2013-10-02launcher: Add back support for specifying VT to run onKristian Høgsberg5-12/+43
2013-10-02launcher: Bail out if we can't be drm masterKristian Høgsberg1-2/+4
2013-10-01launcher: Set make sure we're drm master when opening the drm deviceKristian Høgsberg1-22/+27
2013-10-01launcher: Fail weston_launcher_create() if tty setup failsKristian Høgsberg1-1/+6
2013-10-01Set new state before emitting wake signal in weston_compsitor_wakeNeil Roberts1-2/+8
2013-10-01weston-egl: Update weston-egl-ext.h: s/wl_buffer/wl_resourceTomeu Vizoso1-3/+3
2013-10-01weston-launch: Only drop privileges if running as rootTomeu Vizoso1-1/+2
2013-10-01compositor: fix typo in error messageAaron Faanes1-1/+1
2013-09-30launcher-util: pull in drm only for compositor-drmAdrian Negreanu1-4/+24
2013-09-29Resize the shell when the mode is switchedHardening1-0/+7
2013-09-26config: Don't crash if we don't have a config fileAlexandru DAMIAN2-3/+7
2013-09-26compositor-fbdev: drop dependency on libdrmAdrian Negreanu1-1/+1
2013-09-26compositor: check if seteuid workedAlexandru DAMIAN1-2/+5
2013-09-26compositor-drm: Match the EGLConfig native visual ID if it has oneKristian Høgsberg2-6/+8
2013-09-24evdev: Process touch up events of single-touch devicesNeil Roberts2-13/+32
2013-09-24evdev: Only track one pending eventNeil Roberts3-143/+129
2013-09-23version.h: Add version check macroPier Luigi Fiorini1-0/+6
2013-09-23clients: Include and link against math lib for new multi-resourceStefan Schmidt2-1/+2
2013-09-23input: check that the new focus surface has a valid resourceGiulio Camuffo1-1/+1
2013-09-23Update .gitignoreEmilio Pozuelo Monfort2-0/+3
2013-09-23weston.ini: update path for the flower clientEmilio Pozuelo Monfort1-1/+1
2013-09-22configure.ac: Update version to 1.2.911.2.91Kristian Høgsberg1-2/+2
2013-09-22Add vaapi-recorder.h to SOURCES to fix distcheckKristian Høgsberg1-1/+1
2013-09-22evdev: Flush motion events when the slot changes, not just after syncNeil Roberts3-5/+6
2013-09-22compositor: when unmapping a surface remove it from the compositor's listGiulio Camuffo1-0/+2
2013-09-21compositor: Log the full path of the config file we're usingKristian Høgsberg3-36/+42
2013-09-21config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg8-36/+22
2013-09-21shared: Remove no longer used parse_config_file()Kristian Høgsberg2-133/+0
2013-09-21tablet-shell: Use new weston_config instead of old config parseKristian Høgsberg1-43/+33
2013-09-21window.c: Port to use weston_config instead of old parserKristian Høgsberg1-10/+9
2013-09-21terminal: Port to new weston_config parseKristian Høgsberg1-19/+11
2013-09-21compositor: Unlink unmapped surface instead of rebuilding surface listKristian Høgsberg1-3/+1
2013-09-21xwm: remove the destroy listener from the old surface signalGiulio Camuffo1-0/+6
2013-09-21Add a test client to test multiple pointer/keyboard resourcesNeil Roberts2-1/+604
2013-09-21input: Emit events on all resources for a clientNeil Roberts5-179/+311
2013-09-21Notify clients on mode_switch()Hardening10-34/+117
2013-09-21Rename current, origin, scale, origin_scaleHardening14-111/+111
2013-09-21xwm: set the right cursor when hovering on the decoration bordersGiulio Camuffo1-7/+79
2013-09-21xwm: set the window's shsurf pointer to NULL on unmap handlingGiulio Camuffo1-0/+1
2013-09-21Restoring alpha after the shell effects.Axel Davy1-4/+20
2013-09-21input: Fix trailing whitspaces and indent.Stefan Schmidt1-5/+5
2013-09-18launcher: Move rest of tty object into struct weston_launcherKristian Høgsberg8-407/+211
2013-09-18weston-launch: Use fstat to make sure we stat the right fdKristian Høgsberg1-3/+7
2013-09-18launcher: Handle tty setup and teardown in launcherKristian Høgsberg3-25/+76