summaryrefslogtreecommitdiff
path: root/clients/desktop-shell.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-25desktop-shell: Remove unused variable in panel_createRaúl Peñacoba1-3/+0
2017-03-24desktop-shell: launch clients in their own process group.Derek Foreman1-0/+4
2017-01-16desktop-shell: Support panel-position 'none'Daniel Stone1-13/+12
2017-01-16desktop-shell: Stop asking for a RGB565 backgroundEmmanuel Gil Peyrot1-2/+0
2016-11-21desktop-shell/client: Add left/right panel position (basic) supportQuentin Glidic1-4/+38
2016-11-21desktop-shell/client: Introduce helper variablesQuentin Glidic1-7/+15
2016-11-21desktop-shell/client: Parse the clock format onceQuentin Glidic1-12/+20
2016-11-21desktop-shell/client: Use a proper enum for clock formatQuentin Glidic1-7/+10
2016-11-21desktop-shell/client: Add bottom panel supportQuentin Glidic1-20/+34
2016-07-26config-parser: Add weston_config_section_get_colorBryce Harrington1-4/+4
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington1-0/+1
2016-03-10desktop-shell: make panel clock configurableArmin Krezović1-7/+51
2016-03-09clients: Use zallocBryce Harrington1-1/+2
2015-11-19desktop-shell: Rename protocol weston_desktop_shellJonas Ådahl1-39/+40
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