summaryrefslogtreecommitdiff
path: root/clients/desktop-shell.c
Commit message (Expand)AuthorAgeFilesLines
* clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington2016-03-171-0/+1
* desktop-shell: make panel clock configurableArmin Krezović2016-03-101-7/+51
* clients: Use zallocBryce Harrington2016-03-091-1/+2
* desktop-shell: Rename protocol weston_desktop_shellJonas Ådahl2015-11-191-39/+40
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+1
* Remove redundant #include path component.Jon Cruz2015-06-151-2/+2
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* remove trailing whitespacesMichael Vetter2015-05-151-5/+5
* desktop-shell: Remove the panel popupDima Ryazanov2015-04-131-33/+0
* Pass config file from compositor to everythingPekka Paalanen2015-03-271-1/+3
* desktop-shell: properly set background widget as opaqueArnaud Vrac2014-08-281-9/+1
* desktop-shell: add option to avoid creating the panelJonny Lamb2014-08-181-7/+31
* clients: Remove the window / user parameters from the menu functionJasper St. Pierre2014-05-181-1/+1
* desktop-shell: Fix black edges on scaled desktop patternBill Spitzak2014-05-091-0/+2
* desktop-shell: Only use default background if no background color is setKristian Høgsberg2014-04-211-3/+4
* clients/desktop-shell: check OOM conditionsU. Artie Eoff2014-01-191-1/+9
* desktop-shell: Remove debug code from previous commitKristian Høgsberg2014-01-011-1/+1
* shell: Only assign focus on click if there is a pointer focus surfaceKristian Høgsberg2014-01-011-1/+1
* window, desktop-shell: deal with output unplug on client sideXiong Zhang2013-10-231-0/+20
* terminal: Add context menu with new terminal/copy/pasteKristian Høgsberg2013-10-231-1/+1
* Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand2013-10-131-1/+1
* Revert "Resize the shell when the mode is switched"Kristian Høgsberg2013-10-091-7/+0
* Resize the shell when the mode is switchedHardening2013-09-291-0/+7
* config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg2013-09-211-5/+1
* desktop-shell: Add support for touch unlockBrian J Lovin2013-08-261-0/+29
* Add touch support for wl_shell_surface_moveRusty Lynch2013-08-161-4/+5
* desktop-shell: Add touch support to panel launcher iconsRusty Lynch2013-08-121-0/+29
* malloc + memset -> zallocPeter Hutterer2013-08-081-11/+5
* window: Allow hinting of a preference for RGB565 when creating a windowTomeu Vizoso2013-08-061-0/+2
* desktop-shell: Refactor launcher configuration reading to avoid leakingRob Bradford2013-07-301-3/+1
* Use xmalloc in desktop-shell.cKristian Høgsberg2013-07-251-7/+5
* desktop-shell: Don't crash on output hotplugAnder Conselvan de Oliveira2013-07-051-13/+26
* desktop-shell: Adapt to the new config parser APIAnder Conselvan de Oliveira2013-07-051-82/+89
* Convert all scales to int32_tAlexander Larsson2013-05-281-1/+1
* desktop-shell: new wallpaper mode scale-cropPekka Paalanen2013-05-221-5/+22
* shell: wait for desktop-shell init before fade inPekka Paalanen2013-05-221-1/+45
* desktop-shell: Respect output scale and translateAlexander Larsson2013-05-221-13/+62
* config-parser: Honor XDG_CONFIG_DIRSOssama Othman2013-05-141-4/+4
* desktop-shell: better error loggingPhilipp Brüschweiler2013-04-151-2/+5
* Pass argc pointer to parse_options()Kristian Høgsberg2013-02-201-1/+1
* desktop-shell: background should be opaquePekka Paalanen2012-10-251-0/+9
* Update to new fd and wl_registry APIsKristian Høgsberg2012-10-101-7/+6
* desktop-shell: destroy data before exiting.U. Artie Eoff2012-10-041-0/+88
* desktop-shell: don't segfault on invalid icon pathPhilipp Brüschweiler2012-08-291-1/+35
* desktop-shell: respect CURSOR_NONE as grab cursorPhilipp Brüschweiler2012-08-291-0/+3
* desktop-shell: use the standard 'environ' variablePekka Paalanen2012-08-031-2/+4
* desktop-shell: Break command lines into env vars, executable and argumentsKristian Høgsberg2012-07-231-3/+54
* desktop-shell: Declare grab_cursor as enum cursor_type.Scott Moreau2012-07-231-1/+1
* desktop-shell: Don't get a shell surface for the grab surfaceAnder Conselvan de Oliveira2012-07-161-1/+1
* clients: Silence 2x gcc 4.6.3 "warn_unused_result" compiler warningsMartin Olsson2012-07-091-1/+2