summaryrefslogtreecommitdiff
path: root/clients/desktop-shell.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-0/+1
2015-06-15Remove redundant #include path component.Jon Cruz1-2/+2
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2015-05-15remove trailing whitespacesMichael Vetter1-5/+5
2015-04-13desktop-shell: Remove the panel popupDima Ryazanov1-33/+0
2015-03-27Pass config file from compositor to everythingPekka Paalanen1-1/+3
2014-08-28desktop-shell: properly set background widget as opaqueArnaud Vrac1-9/+1
2014-08-18desktop-shell: add option to avoid creating the panelJonny Lamb1-7/+31
2014-05-18clients: Remove the window / user parameters from the menu functionJasper St. Pierre1-1/+1
2014-05-09desktop-shell: Fix black edges on scaled desktop patternBill Spitzak1-0/+2
2014-04-21desktop-shell: Only use default background if no background color is setKristian Høgsberg1-3/+4
2014-01-19clients/desktop-shell: check OOM conditionsU. Artie Eoff1-1/+9
2014-01-01desktop-shell: Remove debug code from previous commitKristian Høgsberg1-1/+1
2014-01-01shell: Only assign focus on click if there is a pointer focus surfaceKristian Høgsberg1-1/+1
2013-10-23window, desktop-shell: deal with output unplug on client sideXiong Zhang1-0/+20
2013-10-23terminal: Add context menu with new terminal/copy/pasteKristian Høgsberg1-1/+1
2013-10-13Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand1-1/+1
2013-10-09Revert "Resize the shell when the mode is switched"Kristian Høgsberg1-7/+0
2013-09-29Resize the shell when the mode is switchedHardening1-0/+7
2013-09-21config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg1-5/+1
2013-08-26desktop-shell: Add support for touch unlockBrian J Lovin1-0/+29
2013-08-16Add touch support for wl_shell_surface_moveRusty Lynch1-4/+5
2013-08-12desktop-shell: Add touch support to panel launcher iconsRusty Lynch1-0/+29
2013-08-08malloc + memset -> zallocPeter Hutterer1-11/+5
2013-08-06window: Allow hinting of a preference for RGB565 when creating a windowTomeu Vizoso1-0/+2
2013-07-30desktop-shell: Refactor launcher configuration reading to avoid leakingRob Bradford1-3/+1
2013-07-25Use xmalloc in desktop-shell.cKristian Høgsberg1-7/+5
2013-07-05desktop-shell: Don't crash on output hotplugAnder Conselvan de Oliveira1-13/+26
2013-07-05desktop-shell: Adapt to the new config parser APIAnder Conselvan de Oliveira1-82/+89
2013-05-28Convert all scales to int32_tAlexander Larsson1-1/+1
2013-05-22desktop-shell: new wallpaper mode scale-cropPekka Paalanen1-5/+22
2013-05-22shell: wait for desktop-shell init before fade inPekka Paalanen1-1/+45
2013-05-22desktop-shell: Respect output scale and translateAlexander Larsson1-13/+62
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-4/+4
2013-04-15desktop-shell: better error loggingPhilipp Brüschweiler1-2/+5
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-1/+1
2012-10-25desktop-shell: background should be opaquePekka Paalanen1-0/+9
2012-10-10Update to new fd and wl_registry APIsKristian Høgsberg1-7/+6
2012-10-04desktop-shell: destroy data before exiting.U. Artie Eoff1-0/+88
2012-08-29desktop-shell: don't segfault on invalid icon pathPhilipp Brüschweiler1-1/+35
2012-08-29desktop-shell: respect CURSOR_NONE as grab cursorPhilipp Brüschweiler1-0/+3
2012-08-03desktop-shell: use the standard 'environ' variablePekka Paalanen1-2/+4
2012-07-23desktop-shell: Break command lines into env vars, executable and argumentsKristian Høgsberg1-3/+54
2012-07-23desktop-shell: Declare grab_cursor as enum cursor_type.Scott Moreau1-1/+1
2012-07-16desktop-shell: Don't get a shell surface for the grab surfaceAnder Conselvan de Oliveira1-1/+1
2012-07-09clients: Silence 2x gcc 4.6.3 "warn_unused_result" compiler warningsMartin Olsson1-1/+2
2012-06-28shell: Show approprite cursors during move and resize grabsAnder Conselvan de Oliveira1-15/+66
2012-06-27shell: Make the lock surface just a plain wl_surface tooKristian Høgsberg1-3/+2
2012-06-27shell: Make panel just a wl_surface tooKristian Høgsberg1-5/+4
2012-06-26shell: Don't make desktop_shell background a wl_shell_surfaceKristian Høgsberg1-9/+10