.. |
actions
|
don't crash when using <raise> and alt-tab and there are no windows to cycle between
|
2008-02-05 12:32:46 -05:00 |
actions.c
|
if windows on screen are going to be moved, then do the ReplayPointer before that occurs, so it goes to the right window. if they are not, then just wait until after the actions are run (for kdesktop's sake really)
|
2008-02-02 11:22:17 -05:00 |
actions.h
|
if windows on screen are going to be moved, then do the ReplayPointer before that occurs, so it goes to the right window. if they are not, then just wait until after the actions are run (for kdesktop's sake really)
|
2008-02-02 11:22:17 -05:00 |
client.c
|
make fullscreen windows more xinerama and multi-screen aware
|
2008-02-02 09:03:13 -05:00 |
client.h
|
|
|
client_list_combined_menu.c
|
|
|
client_list_combined_menu.h
|
|
|
client_list_menu.c
|
|
|
client_list_menu.h
|
|
|
client_menu.c
|
|
|
client_menu.h
|
|
|
config.c
|
Add the manageDesktops option.
|
2008-02-04 02:26:00 +01:00 |
config.h
|
|
|
debug.c
|
refactor all the session stuff. yay, it works properly now.
|
2007-05-06 05:19:19 +00:00 |
debug.h
|
refactor all the session stuff. yay, it works properly now.
|
2007-05-06 05:19:19 +00:00 |
dock.c
|
|
|
dock.h
|
change dock to use a Rect area instead of four ints
|
2007-07-13 14:21:39 +02:00 |
event.c
|
ignore fake generated enters if they are in the serial-ignore-range too
|
2008-02-03 18:37:45 -05:00 |
event.h
|
|
|
extensions.c
|
Add a few missing includes and remove a stray debug printf.
|
2008-01-26 18:48:35 +01:00 |
extensions.h
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
focus.c
|
when focusing or raising a window which is modal child for a direct parent, raise its parent and move it to the top of the stacking order too, ie. treat them like one window (this is already done elsewhere, like when moving between desktops for example)
|
2008-02-02 22:17:32 -05:00 |
focus.h
|
|
|
focus_cycle.c
|
let you raise the focus target temporarily during focus cycling, with the <raise> option. also a new <bar> option lets you turn off the indicator bar
|
2008-01-11 16:11:51 -05:00 |
focus_cycle.h
|
|
|
focus_cycle_indicator.c
|
skip enter events caused by temporarily raising windows during alt-tab. also caused by the focus cycle indicator moving
|
2008-01-25 00:48:45 -05:00 |
focus_cycle_indicator.h
|
|
|
focus_cycle_popup.c
|
fix a mem leak
|
2008-01-25 10:27:44 -05:00 |
focus_cycle_popup.h
|
|
|
frame.c
|
we alloc theme elements for every window frame, but really it is unneccesary
|
2008-01-27 02:53:26 -05:00 |
frame.h
|
|
|
framerender.c
|
|
|
framerender.h
|
|
|
geom.h
|
|
|
grab.c
|
|
|
grab.h
|
|
|
group.c
|
|
|
group.h
|
|
|
keyboard.c
|
|
|
keyboard.h
|
|
|
keytree.c
|
fix a crash from chroot of invalid keys, and make keybindings reload better
|
2008-02-02 01:25:59 -05:00 |
keytree.h
|
|
|
mainloop.c
|
friendly check for the timer's delay being > 0
|
2008-01-16 10:31:12 -05:00 |
mainloop.h
|
|
|
Makefile
|
|
|
menu.c
|
ANSI function declarations, ie () -> (void)
|
2007-09-04 06:27:10 +02:00 |
menu.h
|
|
|
menuframe.c
|
make the menu headers show their correct text
|
2008-02-03 18:45:40 -05:00 |
menuframe.h
|
|
|
misc.h
|
|
|
modkeys.c
|
|
|
modkeys.h
|
ignore control_l/r shift_l/r and caps_lock bindings. Control, Shift and NumLock are hardcoded to the modmasks for them.
|
2007-06-05 18:48:14 +00:00 |
mouse.c
|
if windows on screen are going to be moved, then do the ReplayPointer before that occurs, so it goes to the right window. if they are not, then just wait until after the actions are run (for kdesktop's sake really)
|
2008-02-02 11:22:17 -05:00 |
mouse.h
|
|
|
moveresize.c
|
window a window stops responding to pings, don't use the xsync protocol while resizing it - its not going to be responding to it anyways
|
2008-01-27 03:17:50 -05:00 |
moveresize.h
|
|
|
mwm.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
openbox.c
|
|
|
openbox.h
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
ping.c
|
|
|
ping.h
|
use hash tables in ping.[ch] instead of a list. we're pinging every window, not just windows youre trying to close, so don't use datastructures that suck with lots of windows..
|
2008-01-16 18:44:22 -05:00 |
place.c
|
|
|
place.h
|
|
|
popup.c
|
Fix some memleaks.
|
2008-01-25 13:29:46 +01:00 |
popup.h
|
|
|
prop.c
|
add a --config-file command line option, and OB_CONFIG_FILE root hint
|
2008-02-02 09:45:33 -05:00 |
prop.h
|
|
|
resist.c
|
|
|
resist.h
|
|
|
screen.c
|
|
|
screen.h
|
|
|
session.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
session.h
|
save and restore the desktop number/layout/names in the session.
|
2007-05-23 03:07:50 +00:00 |
stacking.c
|
when focusing or raising a window which is modal child for a direct parent, raise its parent and move it to the top of the stacking order too, ie. treat them like one window (this is already done elsewhere, like when moving between desktops for example)
|
2008-02-02 22:17:32 -05:00 |
stacking.h
|
|
|
startupnotify.c
|
|
|
startupnotify.h
|
|
|
translate.c
|
|
|
translate.h
|
|
|
window.c
|
|
|
window.h
|
|
|
xerror.c
|
Various fixes for sparse warnings.
|
2008-01-16 15:35:25 +01:00 |
xerror.h
|
|
|