Dan Winship
|
0e256a21a5
|
Use GDestroyNotify instead of custom type, for better introspectability
|
2009-03-25 10:50:40 -04:00 |
|
Tomas Frydrych
|
6e543fbcfd
|
Store the default keybinding handler alongside the custom one.
This allows us to fall back onto it if the custom handler removes itself.
|
2009-02-03 13:20:51 +00:00 |
|
Tomas Frydrych
|
1dce6b5fa3
|
Added meta_screen_(un)grab_all_keys() to keybindings.h.
|
2009-02-02 16:53:38 +00:00 |
|
Tomas Frydrych
|
2338611046
|
meta_keybindings_switch_window()
Public function to switch to the next window in Alt+Tab like fashion.
|
2009-01-29 16:26:12 +00:00 |
|
Tomas Frydrych
|
7d3a05f2d1
|
Removed const qualifier from key_handlers[] so we can modify it; use find_handler() in meta_keybindings_set_custom_handler().
|
2009-01-29 15:29:43 +00:00 |
|
Tomas Frydrych
|
952d63a127
|
Implemented meta_keybindings_set_custom_handler().
|
2009-01-29 15:07:57 +00:00 |
|
Tomas Frydrych
|
23bed522ab
|
Expose keybindings data types; add user_data parameter the handler signature.
|
2009-01-29 14:53:03 +00:00 |
|