.. |
actions
|
Accept <command> in addition to <execute> for the restart action.
|
2007-07-31 12:37:31 -04:00 |
actions.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
actions.h
|
add raise action
|
2007-06-22 14:24:23 +00:00 |
client.c
|
new least-intrusive focus stealing prevention
|
2007-08-03 18:11:27 -04:00 |
client.h
|
remove focus-stealing-prevention stuff, don't use user_time crap at all. it is broken in every application that has ever used it. ever. ever. \^_^/;;;
|
2007-08-01 23:35:31 -04:00 |
client_list_combined_menu.c
|
let you specify shortcuts in your menus. change & to be _ for shortcut selection
|
2007-07-10 23:24:14 +00:00 |
client_list_combined_menu.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
client_list_menu.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
client_list_menu.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
client_menu.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
client_menu.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
config.c
|
xml values for per app settings should be case insensitive
|
2007-07-20 16:21:55 +02:00 |
config.h
|
user-sepcified margins
|
2007-07-10 23:59:17 +00:00 |
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
|
don't propagate mouse button events on dock windows thru to the root window
|
2007-07-30 01:47:13 -04:00 |
dock.h
|
change dock to use a Rect area instead of four ints
|
2007-07-13 14:21:39 +02:00 |
event.c
|
new least-intrusive focus stealing prevention
|
2007-08-03 18:11:27 -04:00 |
event.h
|
new least-intrusive focus stealing prevention
|
2007-08-03 18:11:27 -04:00 |
extensions.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
extensions.h
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
focus.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
focus.h
|
don't focus helper windows that map unless there are no other valid targets in the group (don't move focus from a group window to a new helper window).
|
2007-07-06 19:41:23 +00:00 |
focus_cycle.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
focus_cycle.h
|
add the activate action. it will replace the focus action, as it can just focus without raising now (or without unshading)
|
2007-06-22 04:59:06 +00:00 |
focus_cycle_indicator.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
focus_cycle_indicator.h
|
move focus_cycle_indicator into its own file
|
2007-05-19 14:36:19 +00:00 |
focus_cycle_popup.c
|
don't focus helper windows that map unless there are no other valid targets in the group (don't move focus from a group window to a new helper window).
|
2007-07-06 19:41:23 +00:00 |
focus_cycle_popup.h
|
show the old single-window popup for directional focus.
|
2007-05-19 20:52:31 +00:00 |
frame.c
|
symmetry..tho it's not used right now
|
2007-08-01 23:19:39 -04:00 |
frame.h
|
symmetry..tho it's not used right now
|
2007-08-01 23:19:39 -04:00 |
framerender.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
framerender.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
geom.h
|
xinerama support like crazy for struts and everything else too. this probably crashes but its been way too long without a commit.
|
2007-06-13 11:15:51 +00:00 |
grab.c
|
remove debug print
|
2007-06-13 15:14:20 +00:00 |
grab.h
|
only xungrabkeyboard when we actually have a passive grab on it
|
2007-06-12 15:53:14 +00:00 |
group.c
|
add support for _NET_WM_USER_TIME_WINDOW. round 1 ! ding.
|
2007-05-09 17:01:30 +00:00 |
group.h
|
add support for _NET_WM_USER_TIME_WINDOW. round 1 ! ding.
|
2007-05-09 17:01:30 +00:00 |
keyboard.c
|
add the move action
|
2007-06-22 05:17:10 +00:00 |
keyboard.h
|
well.. it compiles..
|
2007-06-22 03:05:02 +00:00 |
keytree.c
|
well.. it compiles..
|
2007-06-22 03:05:02 +00:00 |
keytree.h
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
mainloop.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
mainloop.h
|
well.. it compiles..
|
2007-06-22 03:05:02 +00:00 |
Makefile
|
update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
|
2003-07-10 04:31:05 +00:00 |
menu.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
menu.h
|
let you specify shortcuts in your menus. change & to be _ for shortcut selection
|
2007-07-10 23:24:14 +00:00 |
menuframe.c
|
fix a crash with the focused client closing during the delay of a submenu being shown (and add an assert for this too)
|
2007-07-21 23:56:26 -04:00 |
menuframe.h
|
add the cyclewindows action
|
2007-06-22 04:37:33 +00:00 |
misc.h
|
set a OB_ICONIFY_ALPHA define in misc.h for the 3 places to all use
|
2007-05-29 03:55:56 +00:00 |
modkeys.c
|
fix for xkb weirdness, to fix a bug introduced in 3.4.3, where releasing the super mod key would not end interactive actions.
|
2007-07-26 10:48:06 +02:00 |
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
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
mouse.h
|
make mouse use the new action stuff
|
2007-06-21 23:57:35 +00:00 |
moveresize.c
|
Change resizing terminals to work for top and left edges too, the code is a little ugly.
|
2007-08-03 13:17:05 +02:00 |
moveresize.h
|
update the client menu when you do stuff without closing it.
|
2007-05-08 23:50:13 +00:00 |
mwm.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
openbox.c
|
remove focus-stealing-prevention stuff, don't use user_time crap at all. it is broken in every application that has ever used it. ever. ever. \^_^/;;;
|
2007-08-01 23:35:31 -04:00 |
openbox.h
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
place.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
place.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
popup.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
popup.h
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
prop.c
|
new least-intrusive focus stealing prevention
|
2007-08-03 18:11:27 -04:00 |
prop.h
|
new least-intrusive focus stealing prevention
|
2007-08-03 18:11:27 -04:00 |
resist.c
|
make move and resize resist care about the dock
|
2007-07-26 10:48:05 +02:00 |
resist.h
|
the resistance resizing has been changed from "lock corner" to "the direction being resized" which makes so much more sense and doesn't need all this conversion back and forth
|
2007-07-20 20:10:20 -04:00 |
screen.c
|
new least-intrusive focus stealing prevention
|
2007-08-03 18:11:27 -04:00 |
screen.h
|
warp desktops when you hit the edge of the screen while moving a window
|
2007-06-23 19:52:09 +00:00 |
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
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
stacking.h
|
don't activate on raise
|
2007-06-21 20:04:35 +00:00 |
startupnotify.c
|
80 cols everywhere
|
2007-07-14 15:22:35 +02:00 |
startupnotify.h
|
add the cyclewindows action
|
2007-06-22 04:37:33 +00:00 |
translate.c
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
translate.h
|
better menu keyboard handling.
|
2007-05-02 03:10:25 +00:00 |
window.c
|
add support for _NET_WM_USER_TIME_WINDOW. round 1 ! ding.
|
2007-05-09 17:01:30 +00:00 |
window.h
|
1) get rid of menu titles
|
2007-04-22 00:36:54 +00:00 |
xerror.c
|
missing header
|
2007-05-30 13:52:31 +00:00 |
xerror.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |