summaryrefslogtreecommitdiff
path: root/clients/desktop-shell.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-25window: track changes in libwayland-cursor apiAnder Conselvan de Oliveira1-3/+2
2012-05-25clients: desktop-shell: show tooltip for panel itemsTiago Vignatti1-0/+15
2012-05-22window: use libwayland-cursor instead of libXcursorAnder Conselvan de Oliveira1-2/+3
2012-05-15Move cairo-util to shared/Kristian Høgsberg1-1/+1
2012-05-10window.c: Just use float instead of GLfloat, remove GLES2.h includeKristian Høgsberg1-2/+2
2012-05-08Convert internal input co-ordinates to GLfloatDaniel Stone1-2/+2
2012-05-07Change button from int to uint32_tDaniel Stone1-3/+3
2012-05-07Change key/button grab bindings to take unsigned stateDaniel Stone1-3/+3
2012-04-11Follow wayland change to serial numbersKristian Høgsberg1-10/+7
2012-03-25config-parser: consolidate shell files into weston.ini onlyTiago Vignatti1-2/+2
2012-03-12Consolidate image loading code and move to shared/Kristian Høgsberg1-1/+1
2012-03-12Add an option parserKristian Høgsberg1-1/+1
2012-03-05desktop-shell: Simplify unlock dialog redraw functionKristian Høgsberg1-10/+6
2012-02-29weston: Change path for default terminal launcher to ${prefix}/binRodney Lorrimar1-1/+1
2012-01-31window: Dont take width and height in window constructorKristian Høgsberg1-3/+3
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