summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "weston: Drop priviledges early, and seteuid when needed"Kristian Høgsberg2012-01-243-20/+0
* weston: Drop priviledges early, and seteuid when neededBenjamin Franzke2012-01-243-0/+20
* setuid: Operate relative to $(DESTDIR)Benjamin Franzke2012-01-241-2/+2
* evdev: fix uninitialised pointer valueTiago Vignatti2012-01-201-0/+2
* configure: Add --enable-setuid-installKristian Høgsberg2012-01-191-0/+6
* compositor: initialise segv_action.sa_maskPekka Paalanen2012-01-191-0/+1
* shell: deal with weston_compositor_pick_surface() = NULLPekka Paalanen2012-01-191-1/+1
* compositor: Flush surface damage to surface below on destroyKristian Høgsberg2012-01-181-0/+16
* drm: Don't print warning if cursor stride isn't rightKristian Høgsberg2012-01-181-4/+6
* tty: Use SIGUSR1 for both enter and leave signalsKristian Høgsberg2012-01-181-23/+14
* tty: Switch back to launch tty if we switched awayKristian Høgsberg2012-01-182-8/+29
* drm: Cancel any scheduled repaints in the leave vt handlerKristian Høgsberg2012-01-182-5/+19
* drm: Reset kms mode on vt enterKristian Høgsberg2012-01-181-0/+23
* drm: Complain if pageflip failsKristian Høgsberg2012-01-181-3/+6
* shell: Set desktop-shell deathstamp at initial launchKristian Høgsberg2012-01-171-2/+2
* shell: respawn desktop-shell if it diesPekka Paalanen2012-01-171-0/+23
* tty: Open a new vt if not running on a VTKristian Høgsberg2012-01-161-8/+42
* compositor: Install a SEGV handler to try and clean up the VT if we crashKristian Høgsberg2012-01-161-1/+32
* tty: Fix order of VT ack/release ioctls and the vt handlerKristian Høgsberg2012-01-161-4/+4
* evdev: Drop noisy debug messages on vt swtichKristian Høgsberg2012-01-161-4/+1
* compositor-drm: Exit if we failed to get drm masterKristian Høgsberg2012-01-161-2/+7
* xserver: Create WM window, handle client messagesKristian Høgsberg2012-01-151-0/+77
* evdev: Correct warning on missing input deviceOlivier Le Thanh Duong2012-01-151-1/+1
* xserver: Just dup fd instead of two fcntls to get a non-O_CLOEXEC fdKristian Høgsberg2012-01-151-5/+5
* xserver: Set DISPLAY for clients launched by the compositorKristian Høgsberg2012-01-152-5/+7
* xserver: Don't set -logfile option, only available to root userKristian Høgsberg2012-01-151-4/+1
* tty: Leave tty in KD_GRAPHICS mode during vt switchesKristian Høgsberg2012-01-151-10/+1
* compositor-drm: Fail, and fail early if we can't set up the ttyKristian Høgsberg2012-01-151-2/+8
* tty: Close tty fd on exitKristian Høgsberg2012-01-151-0/+2
* tty: If no tty option is given, use stdin and make sure it's a vtKristian Høgsberg2012-01-153-7/+20
* Use new format codesKristian Høgsberg2012-01-112-13/+4
* Remove redundant glTexImage2D() callKristian Høgsberg2012-01-061-4/+0
* compositor: Damage below before attaching new bufferKristian Høgsberg2012-01-061-0/+2
* shell: Start implementing the popup surface typeKristian Høgsberg2012-01-061-5/+140
* Move wl_data_device implementation to wayland-serverKristian Høgsberg2012-01-065-531/+16
* Move default grab implementation to wayland-serverKristian Høgsberg2012-01-051-56/+0
* Use new grab apiKristian Høgsberg2012-01-054-164/+153
* compositor: Don't try and destroy old pointer surface if it emptyRob Bradford2012-01-051-2/+4
* evdev: warn about missing input devicesPekka Paalanen2012-01-051-1/+13
* compositor: force fade-in on startPekka Paalanen2012-01-051-0/+1
* shell: free memory on move/resize error pathsPekka Paalanen2012-01-051-3/+9
* compositor-x11: Just a few more weston renamesKristian Høgsberg2012-01-031-3/+3
* x11: Dont claim the X11 selection when we set the proxy Wayland selectionKristian Høgsberg2012-01-031-2/+4
* data-device: Use a listener list to decouple the x11 selection bridgeKristian Høgsberg2012-01-034-8/+27
* x11: Initialize wm->incr when converting the TARGETS targetKristian Høgsberg2012-01-031-0/+1
* x11: Handle non-existing properties correctlyKristian Høgsberg2012-01-031-0/+5
* data-device: Fix a few bugs in the commit to drop ref-countingKristian Høgsberg2012-01-032-3/+7
* More weston rename fixesKristian Høgsberg2012-01-032-4/+4
* data-device: Handle source going away instead of ref-counting itKristian Høgsberg2012-01-033-83/+52
* Fix a few missing wlsc->weston renamesKristian Høgsberg2012-01-032-29/+30