Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
weston
/
95eb3a2eb470bd341ab078c7e48a28ffebc6dde1
/
clients
/
desktop-shell.c
96386b8
desktop-shell: better error logging
by Philipp Brüschweiler
· 12 years ago
4172f66
Pass argc pointer to parse_options()
by Kristian Høgsberg
· 12 years ago
9564c75
desktop-shell: background should be opaque
by Pekka Paalanen
· 13 years ago
fa80e11
Update to new fd and wl_registry APIs
by Kristian Høgsberg
· 13 years ago
44874d9
desktop-shell: destroy data before exiting.
by U. Artie Eoff
· 13 years ago
467668c
desktop-shell: don't segfault on invalid icon path
by Philipp Brüschweiler
· 13 years ago
16d59d7
desktop-shell: respect CURSOR_NONE as grab cursor
by Philipp Brüschweiler
· 13 years ago
b6df4f7
desktop-shell: use the standard 'environ' variable
by Pekka Paalanen
· 13 years ago
d1936b9
desktop-shell: Break command lines into env vars, executable and arguments
by Kristian Høgsberg
· 13 years ago
ec11602
desktop-shell: Declare grab_cursor as enum cursor_type.
by Scott Moreau
· 13 years ago
07a91cd
desktop-shell: Don't get a shell surface for the grab surface
by Ander Conselvan de Oliveira
· 13 years ago
8df662a
clients: Silence 2x gcc 4.6.3 "warn_unused_result" compiler warnings
by Martin Olsson
· 13 years ago
b9d2a0f
shell: Show approprite cursors during move and resize grabs
by Ander Conselvan de Oliveira
· 13 years ago
730c94d
shell: Make the lock surface just a plain wl_surface too
by Kristian Høgsberg
· 13 years ago
af7b1ff
shell: Make panel just a wl_surface too
by Kristian Høgsberg
· 13 years ago
962342c
shell: Don't make desktop_shell background a wl_shell_surface
by Kristian Høgsberg
· 13 years ago
8062007
window: Implement animated cursors (using pointer surfaces)
by Ander Conselvan de Oliveira
· 13 years ago
01b1725
clients: don't crash weston-desktop-shell without the clock
by Pekka Paalanen
· 13 years ago
e9f68f6
clock: Default to not show seconds
by Kristian Høgsberg
· 13 years ago
ed2aae7
clock: Drop transparent background
by Kristian Høgsberg
· 13 years ago
92a984a
clock: Just always do strftime in redraw handler
by Kristian Høgsberg
· 13 years ago
bb262cf
desktop-shell: Fix broken clock indentation
by Kristian Høgsberg
· 13 years ago
b9e513c
desktop-shell: move panel_add_clock call to panel_create function
by Rafal Mielniczuk
· 13 years ago
70226bb
clock: Read fd to avoid 100% cpu usage
by Kristian Høgsberg
· 13 years ago
1e51a87
desktop-shell: Add panel clock
by Martin Minarik
· 13 years ago
d56bd90
shell: Use a busy cursor animation for unresponsive surfaces
by Kristian Høgsberg
· 13 years ago
4dbadb1
Use enum wl_pointer_button_state instead of integer
by Daniel Stone
· 13 years ago
dc8c8fc
window: rename enum pointer_type to cursor_type
by Ander Conselvan de Oliveira
· 13 years ago
d8f527c
window: track changes in libwayland-cursor api
by Ander Conselvan de Oliveira
· 13 years ago
6150072
clients: desktop-shell: show tooltip for panel items
by Tiago Vignatti
· 13 years ago
1042dc1
window: use libwayland-cursor instead of libXcursor
by Ander Conselvan de Oliveira
· 13 years ago
5a315bc
Move cairo-util to shared/
by Kristian Høgsberg
· 13 years ago
80680c7
window.c: Just use float instead of GLfloat, remove GLES2.h include
by Kristian Høgsberg
· 13 years ago
b230a7e
Convert internal input co-ordinates to GLfloat
by Daniel Stone
· 13 years ago
5d66371
Change button from int to uint32_t
by Daniel Stone
· 13 years ago
da5b93c
Change key/button grab bindings to take unsigned state
by Daniel Stone
· 13 years ago
eae5de7
Follow wayland change to serial numbers
by Kristian Høgsberg
· 13 years ago
9a206c4
config-parser: consolidate shell files into weston.ini only
by Tiago Vignatti
· 13 years ago
f02a649
Consolidate image loading code and move to shared/
by Kristian Høgsberg
· 13 years ago
bcacef1
Add an option parser
by Kristian Høgsberg
· 13 years ago
41c5c4e
desktop-shell: Simplify unlock dialog redraw function
by Kristian Høgsberg
· 13 years ago
99ff01b
weston: Change path for default terminal launcher to ${prefix}/bin
by Rodney Lorrimar
· 13 years ago
009ac0a
window: Dont take width and height in window constructor
by Kristian Høgsberg
· 14 years ago
fa1de69
Implement CONFIG_KEY_UNSIGNED_INTEGER
by Scott Moreau
· 14 years ago
a291ae5
desktop-shell: print what failed on exec
by Pekka Paalanen
· 14 years ago
6af8eb9
desktop-shell: Build in sensible defaults
by Kristian Høgsberg
· 14 years ago
07f7294
desktop-shell: Support tiling of background images
by Kristian Høgsberg
· 14 years ago
d654876
cairo-util: Add png loader and image type sniffing
by Kristian Høgsberg
· 14 years ago
8129bc0
desktop-shell: Fall back to solid color if there's no background image
by Kristian Høgsberg
· 14 years ago
9e30a82
desktop-shell: don't crash on menu
by Pekka Paalanen
· 14 years ago
6d174cf
window: menu leak fixes
by Pekka Paalanen
· 14 years ago
40e49ac
desktop-shell: fix the unlock dialog decorations
by Pekka Paalanen
· 14 years ago
b632351
window: Move focus widget to struct input
by Kristian Høgsberg
· 14 years ago
29af3eb
window: Make decorations just a widget
by Kristian Høgsberg
· 14 years ago
bb97700
window: Get rid of the window child allocation concept
by Kristian Høgsberg
· 14 years ago
441338c
window: Keep widgets in a tree instead of a list
by Kristian Høgsberg
· 14 years ago
b67e94b
window: Make resize and redraw handlers widget vfuncs
by Kristian Høgsberg
· 14 years ago
5d12990
window: Allocate and flush the window surface in window.c
by Kristian Høgsberg
· 14 years ago
75bc667
window: Drop the window widget
by Kristian Høgsberg
· 14 years ago
bb901fa
window: Return pointer type from widget enter handler
by Kristian Høgsberg
· 14 years ago
5388080
desktop-shell: Rename panel_widget to panel_launcher
by Kristian Høgsberg
· 14 years ago
a8a0db3
window: Move button handler to widget
by Kristian Høgsberg
· 14 years ago
ee14323
window: Replace widget focus handler with a enter/leave handler pair
by Kristian Høgsberg
· 14 years ago
9a13dab
window: Move widget focus handler to the widget
by Kristian Høgsberg
· 14 years ago
c51f799
window: Rename item to widget
by Kristian Høgsberg
· 14 years ago
4f7dcd6
window: Add a window menu
by Kristian Høgsberg
· 14 years ago
b3cca0a
shell: Start implementing the popup surface type
by Kristian Høgsberg
· 14 years ago
9724b51
More weston rename fixes
by Kristian Høgsberg
· 14 years ago
9b935c8
Use '-' to separate words in file names
by Kristian Høgsberg
· 14 years ago
fd83b6d
desktop-shell: add option to not use locking
by Pekka Paalanen
· 14 years ago
c1765c6
move config parser to a convenience library
by Pekka Paalanen
· 14 years ago
02dfb75
desktop-shell: no need to unset WAYLAND_SOCKET
by Pekka Paalanen
· 14 years ago
068ae94
desktop-shell: update protocol and client to wl_shell_surface
by Pekka Paalanen
· 14 years ago
d0f79ab
desktop-shell: Make panel and background output dependent
by Benjamin Franzke
· 14 years ago
8193bc1
desktop-shell: Unlock dialog needs to be a custom window
by Benjamin Franzke
· 14 years ago
d775971
desktop-shell: Fix some indents
by Benjamin Franzke
· 14 years ago
50719bc
Fix inconsistent #include style
by Pekka Paalanen
· 14 years ago
1ec0c31
compositor: Hide surfaces by setting surface->output to NULL
by Kristian Høgsberg
· 14 years ago
bfbb26b
desktop-shell: add unlock dialog
by Pekka Paalanen
· 14 years ago
9ef3e01
desktop-shell: screen locking protocol
by Pekka Paalanen
· 14 years ago
fc32c39
config: Don't print warning when XDG_CONFIG_HOME isn't set
by Kristian Høgsberg
· 14 years ago
668dd56
window: add a helper for config file paths
by Pekka Paalanen
· 14 years ago
ac3a59a
window: Add a cheesy parser for ini-files, use it in desktop-shell
by Kristian Høgsberg
· 14 years ago
6cd281a
desktop-shell: launch from the compositor
by Pekka Paalanen
· 14 years ago
27d3866
cairo-util: Add helper to load jpeg files
by Kristian Høgsberg
· 14 years ago
bcee9a4
desktop-shell: Add beginning of pop-up menu to panel
by Kristian Høgsberg
· 14 years ago
e28d05b
window.c: Move window items to window.c
by Kristian Høgsberg
· 14 years ago
3a69627
window: Stop using glib mainloop in toy toolkit
by Kristian Høgsberg
· 14 years ago
7e69000
desktop-shell: Scale background image to output size
by Kristian Høgsberg
· 14 years ago
67680c1
desktop-shell: Add launcher for the Wayland terminal
by Kristian Høgsberg
· 14 years ago
0c29eb2
clients: Add a simple desktop-shell app
by Kristian Høgsberg
· 14 years ago