summaryrefslogtreecommitdiff
path: root/clients/desktop-shell.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-27Implement CONFIG_KEY_UNSIGNED_INTEGERScott Moreau1-2/+2
2012-01-27desktop-shell: print what failed on execPekka Paalanen1-1/+1
2012-01-25desktop-shell: Build in sensible defaultsKristian Høgsberg1-7/+21
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øgsberg1-1/+1
2012-01-25desktop-shell: Fall back to solid color if there's no background imageKristian Høgsberg1-2/+8
2012-01-19desktop-shell: don't crash on menuPekka Paalanen1-1/+7
2012-01-19window: menu leak fixesPekka Paalanen1-6/+3
2012-01-18desktop-shell: fix the unlock dialog decorationsPekka Paalanen1-1/+1
2012-01-11window: Move focus widget to struct inputKristian Høgsberg1-4/+16
2012-01-10window: Make decorations just a widgetKristian Høgsberg1-3/+1
2012-01-10window: Get rid of the window child allocation conceptKristian Høgsberg1-4/+2
2012-01-10window: Keep widgets in a tree instead of a listKristian Høgsberg1-2/+2
2012-01-10window: Make resize and redraw handlers widget vfuncsKristian Høgsberg1-60/+73
2012-01-10window: Allocate and flush the window surface in window.cKristian Høgsberg1-4/+1
2012-01-10window: Drop the window widgetKristian Høgsberg1-15/+23
2012-01-09window: Return pointer type from widget enter handlerKristian Høgsberg1-2/+6
2012-01-09desktop-shell: Rename panel_widget to panel_launcherKristian Høgsberg1-31/+33
2012-01-09window: Move button handler to widgetKristian Høgsberg1-21/+28
2012-01-09window: Replace widget focus handler with a enter/leave handler pairKristian Høgsberg1-5/+25
2012-01-08window: Move widget focus handler to the widgetKristian Høgsberg1-10/+9
2012-01-08window: Rename item to widgetKristian Høgsberg1-38/+38
2012-01-06window: Add a window menuKristian Høgsberg1-1/+1
2012-01-06shell: Start implementing the popup surface typeKristian Høgsberg1-12/+10
2012-01-03More weston rename fixesKristian Høgsberg1-2/+2
2011-12-08Use '-' to separate words in file namesKristian Høgsberg1-1/+1
2011-12-08desktop-shell: add option to not use lockingPekka Paalanen1-0/+7
2011-12-08move config parser to a convenience libraryPekka Paalanen1-0/+1
2011-12-07desktop-shell: no need to unset WAYLAND_SOCKETPekka Paalanen1-3/+0
2011-12-04desktop-shell: update protocol and client to wl_shell_surfacePekka Paalanen1-23/+16
2011-11-23desktop-shell: Make panel and background output dependentBenjamin Franzke1-20/+110
2011-11-23desktop-shell: Unlock dialog needs to be a custom windowshell-fixesBenjamin Franzke1-0/+1
2011-11-23desktop-shell: Fix some indentsBenjamin Franzke1-3/+3
2011-11-22Fix inconsistent #include stylePekka Paalanen1-2/+2
2011-11-15compositor: Hide surfaces by setting surface->output to NULLKristian Høgsberg1-6/+6
2011-11-15desktop-shell: add unlock dialogPekka Paalanen1-3/+162
2011-11-15desktop-shell: screen locking protocolPekka Paalanen1-1/+10
2011-11-15config: Don't print warning when XDG_CONFIG_HOME isn't setKristian Høgsberg1-2/+0
2011-11-15window: add a helper for config file pathsPekka Paalanen1-1/+4
2011-11-14window: Add a cheesy parser for ini-files, use it in desktop-shellKristian Høgsberg1-23/+57
2011-11-03desktop-shell: launch from the compositorPekka Paalanen1-0/+3
2011-10-20cairo-util: Add helper to load jpeg filesKristian Høgsberg1-1/+3
2011-10-12desktop-shell: Add beginning of pop-up menu to panelKristian Høgsberg1-0/+21
2011-09-20window.c: Move window items to window.cKristian Høgsberg1-120/+43
2011-09-19window: Stop using glib mainloop in toy toolkitKristian Høgsberg1-1/+0
2011-09-08desktop-shell: Scale background image to output sizeKristian Høgsberg1-1/+10
2011-09-08desktop-shell: Add launcher for the Wayland terminalKristian Høgsberg1-0/+4
2011-09-06clients: Add a simple desktop-shell appKristian Høgsberg1-0/+392