summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-24weston: Drop privilidges early, and seteuid when neededeuidBenjamin Franzke3-0/+20
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
2012-01-11Use new format codesKristian Høgsberg7-47/+23
2012-01-11window: Don't deref focus widget if there isn't oneKristian Høgsberg1-1/+2
2012-01-11window: Remove a few unused struct fieldsKristian Høgsberg1-2/+0
2012-01-11window: Move focus widget to struct inputKristian Høgsberg3-30/+44
2012-01-10window: Implement input device grabbingKristian Høgsberg2-46/+94
2012-01-10window: Make decorations just a widgetKristian Høgsberg14-264/+260
2012-01-10window: Get rid of the window child allocation conceptKristian Høgsberg12-151/+147
2012-01-10window: Break widget grab before shell surface move or grabKristian Høgsberg1-0/+8
2012-01-10wscreensaver: Use a widget and a redraw handlerKristian Høgsberg2-15/+21