summaryrefslogtreecommitdiff
path: root/clients/desktop-shell.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-15window: Implement animated cursors (using pointer surfaces)Ander Conselvan de Oliveira1-32/+0
2012-06-12clients: don't crash weston-desktop-shell without the clockPekka Paalanen1-1/+4
2012-06-11clock: Default to not show secondsKristian Høgsberg1-3/+3
2012-06-11clock: Drop transparent backgroundKristian Høgsberg1-8/+0
2012-06-11clock: Just always do strftime in redraw handlerKristian Høgsberg1-27/+6
2012-06-11desktop-shell: Fix broken clock indentationKristian Høgsberg1-28/+26
2012-06-11desktop-shell: move panel_add_clock call to panel_create functionRafal Mielniczuk1-1/+2
2012-06-08clock: Read fd to avoid 100% cpu usageKristian Høgsberg1-0/+2
2012-06-08desktop-shell: Add panel clockMartin Minarik1-2/+141
2012-06-05shell: Use a busy cursor animation for unresponsive surfacesKristian Høgsberg1-0/+64
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone1-6/+10
2012-05-25window: rename enum pointer_type to cursor_typeAnder Conselvan de Oliveira1-3/+3