summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-25desktop-shell: Build in sensible defaultsKristian Høgsberg6-15/+32
2012-01-25desktop-shell: Support tiling of background imagesKristian Høgsberg1-7/+31
2012-01-25cairo-util: Add png loader and image type sniffingKristian Høgsberg4-13/+186
2012-01-25desktop-shell: Fall back to solid color if there's no background imageKristian Høgsberg2-2/+9
2012-01-25cairo-util: Return NULL instead of exit() on jpeg load failureKristian Høgsberg1-0/+13
2012-01-25Install terminal as weston-terminalKristian Høgsberg1-7/+18
2012-01-24Revert "weston: Drop priviledges early, and seteuid when needed"Kristian Høgsberg3-20/+0
2012-01-24weston: Drop priviledges early, and seteuid when neededBenjamin Franzke3-0/+20
2012-01-24setuid: Operate relative to $(DESTDIR)Benjamin Franzke1-2/+2
2012-01-24window: Fix sending button events when there's no grabNeil Roberts1-5/+5
2012-01-20evdev: fix uninitialised pointer valueTiago Vignatti1-0/+2
2012-01-19gears: Make window transparentKristian Høgsberg1-2/+2
2012-01-19window: Use CAIRO_OPERATOR_OVER for rendering the menuKristian Høgsberg1-1/+2
2012-01-19configure: Add --enable-setuid-installKristian Høgsberg2-0/+21
2012-01-19compositor: initialise segv_action.sa_maskPekka Paalanen1-0/+1
2012-01-19desktop-shell: don't crash on menuPekka Paalanen1-1/+7
2012-01-19shell: deal with weston_compositor_pick_surface() = NULLPekka Paalanen1-1/+1
2012-01-19window: menu leak fixesPekka Paalanen4-36/+30
2012-01-19resizor: free the widget on destroyPekka Paalanen1-0/+1
2012-01-19window: remove pointers to widget on destroyPekka Paalanen1-3/+8
2012-01-19window: destroy frame in window_destroy()Pekka Paalanen1-0/+16
2012-01-18compositor: Flush surface damage to surface below on destroyKristian Høgsberg1-0/+16
2012-01-18drm: Don't print warning if cursor stride isn't rightKristian Høgsberg1-4/+6
2012-01-18clients: Allow compiling with the cairo glesv2 backendKristian Høgsberg3-24/+52
2012-01-18desktop-shell: fix the unlock dialog decorationsPekka Paalanen1-1/+1
2012-01-18tty: Use SIGUSR1 for both enter and leave signalsKristian Høgsberg1-23/+14
2012-01-18tty: Switch back to launch tty if we switched awayKristian Høgsberg2-8/+29
2012-01-18drm: Cancel any scheduled repaints in the leave vt handlerKristian Høgsberg2-5/+19
2012-01-18drm: Reset kms mode on vt enterKristian Høgsberg1-0/+23
2012-01-18drm: Complain if pageflip failsKristian Høgsberg1-3/+6
2012-01-17shell: Set desktop-shell deathstamp at initial launchKristian Høgsberg1-2/+2
2012-01-17wscreensaver: get decorations backPekka Paalanen1-38/+23
2012-01-17shell: respawn desktop-shell if it diesPekka Paalanen1-0/+23
2012-01-16tty: Open a new vt if not running on a VTKristian Høgsberg1-8/+42
2012-01-16window: remove duplicate widget_resize_handler_tPekka Paalanen1-3/+0
2012-01-16compositor: Install a SEGV handler to try and clean up the VT if we crashKristian Høgsberg1-1/+32
2012-01-16tty: Fix order of VT ack/release ioctls and the vt handlerKristian Høgsberg1-4/+4
2012-01-16evdev: Drop noisy debug messages on vt swtichKristian Høgsberg1-4/+1
2012-01-16compositor-drm: Exit if we failed to get drm masterKristian Høgsberg1-2/+7
2012-01-15xserver: Create WM window, handle client messagesKristian Høgsberg1-0/+77
2012-01-15evdev: Correct warning on missing input deviceOlivier Le Thanh Duong1-1/+1
2012-01-15xserver: Just dup fd instead of two fcntls to get a non-O_CLOEXEC fdKristian Høgsberg1-5/+5
2012-01-15xserver: Set DISPLAY for clients launched by the compositorKristian Høgsberg2-5/+7
2012-01-15xserver: Don't set -logfile option, only available to root userKristian Høgsberg1-4/+1
2012-01-15tty: Leave tty in KD_GRAPHICS mode during vt switchesKristian Høgsberg1-10/+1
2012-01-15compositor-drm: Fail, and fail early if we can't set up the ttyKristian Høgsberg1-2/+8
2012-01-15tty: Close tty fd on exitKristian Høgsberg1-0/+2
2012-01-15tty: If no tty option is given, use stdin and make sure it's a vtKristian Høgsberg3-7/+20
2012-01-13Explicitly add GIO to the client libsRichard Hughes1-1/+1
2012-01-12view: Make view compile againKristian Høgsberg2-17/+8