.. |
actions
|
resizing was defaulting to the topleft corner instead of to the auto-ness or something..
|
2008-01-16 02:08:42 +01:00 |
actions.c
|
ANSI function declarations, ie () -> (void)
|
2007-09-04 06:27:10 +02:00 |
actions.h
|
add raise action
|
2007-06-22 14:24:23 +00:00 |
client.c
|
ping all the windows every 3 seconds, and show "not responding" if they stop replying for 3 times (9-12 seconds). show [Killing...] in the titlebar when trying to kill an app off
|
2008-01-15 22:34:04 -05:00 |
client.h
|
ping all the windows every 3 seconds, and show "not responding" if they stop replying for 3 times (9-12 seconds). show [Killing...] in the titlebar when trying to kill an app off
|
2008-01-15 22:34:04 -05:00 |
client_list_combined_menu.c
|
Fix shadowed variables
|
2007-09-04 06:25:06 +02: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
|
Fix shadowed variables
|
2007-09-04 06:25:06 +02:00 |
client_list_menu.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
client_menu.c
|
ANSI function declarations, ie () -> (void)
|
2007-09-04 06:27:10 +02:00 |
client_menu.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
config.c
|
fix a small bug introduced that broke per-app placement
|
2008-01-11 21:33:46 -05:00 |
config.h
|
make a GravityPoint and GravityCoord data structures for those --x, ++y type values
|
2008-01-11 20:58:03 -05: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
|
make the dock's hiding always have at least 1px on screen
|
2008-01-12 16:17:22 -05:00 |
dock.h
|
change dock to use a Rect area instead of four ints
|
2007-07-13 14:21:39 +02:00 |
event.c
|
can tell when a window that was "closed" has stopped responding now
|
2008-01-15 21:43:23 -05:00 |
event.h
|
new least-intrusive focus stealing prevention
|
2007-08-03 18:11:27 -04:00 |
extensions.c
|
make fake xinerama happen even when xinerama is enabled
|
2008-01-11 19:30:29 -05:00 |
extensions.h
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
focus.c
|
don't skip windows that are skip_taskbar unless they are normal typed.. i.e. if a dialog sets this don't skip it (gnome shutdown/logout dialogs don't get focused otherwise in arch linux)
|
2008-01-13 03:40:14 -05:00 |
focus.h
|
don't make omnipresent windows lose focus when changing desktops. this is done by allowing focus_fallback to specify if focus has been lost or not. usually if you're call it, focus is lost, but not always.
|
2007-08-04 13:29:13 -04:00 |
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
|
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_indicator.c
|
make the focus cycle indicator be in the window_map so button presses on it are handled right
|
2008-01-11 19:45:30 -05:00 |
focus_cycle_indicator.h
|
Fix calling functions with wrong number of arguments
|
2007-09-04 06:23:54 +02:00 |
focus_cycle_popup.c
|
ignore mouse clicks on override-redirect windows that aren't owned by openbox
|
2008-01-11 18:13:12 -05:00 |
focus_cycle_popup.h
|
show the old single-window popup for directional focus.
|
2007-05-19 20:52:31 +00:00 |
frame.c
|
the inner border's corners weren't having events handled on them correctly, which was messing with resizing. yay akk for finding this.
|
2008-01-15 20:33:56 -05:00 |
frame.h
|
add resize corners to the bottom corners of the inner client border
|
2007-08-04 11:38:01 -04:00 |
framerender.c
|
add resize corners to the bottom corners of the inner client border
|
2007-08-04 11:38:01 -04:00 |
framerender.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
geom.h
|
make a GravityPoint and GravityCoord data structures for those --x, ++y type values
|
2008-01-11 20:58:03 -05:00 |
grab.c
|
ANSI function declarations, ie () -> (void)
|
2007-09-04 06:27:10 +02: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
|
dont reparse the config file when the keyboard map changes. just rebind everything. yay for mika as inspiration
|
2008-01-11 21:19:58 -05:00 |
keyboard.h
|
dont reparse the config file when the keyboard map changes. just rebind everything. yay for mika as inspiration
|
2008-01-11 21:19:58 -05:00 |
keytree.c
|
dont reparse the config file when the keyboard map changes. just rebind everything. yay for mika as inspiration
|
2008-01-11 21:19:58 -05:00 |
keytree.h
|
dont reparse the config file when the keyboard map changes. just rebind everything. yay for mika as inspiration
|
2008-01-11 21:19:58 -05:00 |
mainloop.c
|
can tell when a window that was "closed" has stopped responding now
|
2008-01-15 21:43:23 -05: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
|
ANSI function declarations, ie () -> (void)
|
2007-09-04 06:27:10 +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
|
ANSI function declarations, ie () -> (void)
|
2007-09-04 06:27:10 +02:00 |
menuframe.h
|
don't take KeyRelease events for menus until they receive a KeyPress event first. avoid using the key binding used to show the menu to execute something inside it.
|
2008-01-11 18:57:32 -05: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
|
Revert "fix for xkb weirdness, to fix a bug introduced in 3.4.3, where releasing the super mod key would not end interactive actions."
|
2008-01-11 11:21:00 -05: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
|
ANSI function declarations, ie () -> (void)
|
2007-09-04 06:27:10 +02:00 |
mouse.h
|
make mouse use the new action stuff
|
2007-06-21 23:57:35 +00:00 |
moveresize.c
|
fix a copy/paste bug in placing the move&resize popup
|
2008-01-12 13:31:46 -05:00 |
moveresize.h
|
let you specify the resize popup to be in a fixed place
|
2008-01-11 20:24:16 -05:00 |
mwm.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
openbox.c
|
Update --version output copyright year to 2008.
|
2008-01-12 23:07:34 +01:00 |
openbox.h
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
ping.c
|
ping all the windows every 3 seconds, and show "not responding" if they stop replying for 3 times (9-12 seconds). show [Killing...] in the titlebar when trying to kill an app off
|
2008-01-15 22:34:04 -05:00 |
ping.h
|
can tell when a window that was "closed" has stopped responding now
|
2008-01-15 21:43:23 -05:00 |
place.c
|
make a GravityPoint and GravityCoord data structures for those --x, ++y type values
|
2008-01-11 20:58:03 -05:00 |
place.h
|
1) translate all of openbox's output
|
2007-04-23 17:56:35 +00:00 |
popup.c
|
ignore mouse clicks on override-redirect windows that aren't owned by openbox
|
2008-01-11 18:13:12 -05:00 |
popup.h
|
remove trailing whitespace
|
2007-07-17 02:48:16 +02:00 |
prop.c
|
when you close an app and it stops responding.. if you hit close again, it will try kill -TERM. if that fails and you close again, it will kill -9 ! (assuming the app is running on the local host and provided its PID)
|
2008-01-15 22:13:16 -05:00 |
prop.h
|
when you close an app and it stops responding.. if you hit close again, it will try kill -TERM. if that fails and you close again, it will kill -9 ! (assuming the app is running on the local host and provided its PID)
|
2008-01-15 22:13:16 -05: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
|
try to comment the code for when to save the "last desktop"
|
2008-01-11 17:24:57 -05:00 |
screen.h
|
Hide the desktop cycle popup when the focus cycle popup is shown.
|
2007-08-22 18:00:12 +02: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
|
freeze onscreen stacking order changes while a temp raise for focus cycling is occuring
|
2008-01-11 16:29:11 -05:00 |
stacking.h
|
make it possible to temporarily raise a window to the top, and restore it. also fix the return val for window_layer.
|
2008-01-11 15:28:26 -05:00 |
startupnotify.c
|
Change setenv and unsetenv to putenv for portability.
|
2007-10-18 08:25:34 +02:00 |
startupnotify.h
|
add the cyclewindows action
|
2007-06-22 04:37:33 +00:00 |
translate.c
|
dont reparse the config file when the keyboard map changes. just rebind everything. yay for mika as inspiration
|
2008-01-11 21:19:58 -05:00 |
translate.h
|
proper constness
|
2007-08-06 22:15:59 -04:00 |
window.c
|
make it possible to temporarily raise a window to the top, and restore it. also fix the return val for window_layer.
|
2008-01-11 15:28:26 -05:00 |
window.h
|
ignore mouse clicks on override-redirect windows that aren't owned by openbox
|
2008-01-11 18:13:12 -05: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 |