openbox/openbox
2010-01-06 17:13:03 -05:00
..
actions Make the Focus action stop all interactive actions (Fixes bug #4436) 2010-01-04 16:25:13 -05:00
actions.c Remove double newlines. 2008-03-08 17:41:52 +01: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 Set hints that remember the WM_WINDOW_ROLE and WM_CLASS properties for our users. 2009-12-11 18:58:39 -05:00
client.h Fix the Focus/Activate actions to focus windows on other desktops correctly 2009-12-09 13:25:19 -05:00
client_list_combined_menu.c Fix the Focus/Activate actions to focus windows on other desktops correctly 2009-12-09 13:25:19 -05: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 the Focus/Activate actions to focus windows on other desktops correctly 2009-12-09 13:25:19 -05:00
client_list_menu.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
client_menu.c Update send-to-desktop menu in the client menu when ctrl-clicking and the client is still visible, ie toggling omnipresent. 2008-02-28 17:54:49 +01:00
client_menu.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
config.c improve submenu hide delay 2010-01-06 17:13:03 -05:00
config.h improve submenu hide delay 2010-01-06 17:13: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 only add borders and stuff to the dock's size if it is holding anything. otherwise it gets a non-zero size which messes with resistence/placement/etc 2008-01-26 01:17:56 -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 Revert "Don't hide submenus immediately when unselecting the parent's entry" 2010-01-05 21:44:39 -05:00
event.h Correct a 64-bit bug in event_time_after 2008-10-27 00:27:57 +01:00
extensions.c Don't trust xinerama not to return NULL 2009-07-05 14:24:14 +02:00
extensions.h remove trailing whitespace 2007-07-17 02:48:16 +02:00
focus.c The colormap is being set twice when moving focus to the root window 2009-12-09 13:24:08 -05:00
focus.h Allow skip_taskbar windows to be focused on map when the user requests it in rc.xml. Fixes bug #4350 2009-12-09 10:56:43 -05:00
focus_cycle.c Make the Focus action stop all interactive actions (Fixes bug #4436) 2010-01-04 16:25:13 -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 Only update the focus cycle indicator when already visible in frame.c to avoid overriding bar=no 2008-11-19 17:14:44 +01:00
focus_cycle_indicator.h Only update the focus cycle indicator when already visible in frame.c to avoid overriding bar=no 2008-11-19 17:14:44 +01:00
focus_cycle_popup.c Hide the focus popup if we change desktops and one of the windows in it disappears 2009-12-17 16:51:01 -05:00
focus_cycle_popup.h Hide the focus popup if we change desktops and one of the windows in it disappears 2009-12-17 16:51:01 -05:00
frame.c Add a focus debug message for the frame's visible focus state 2009-12-09 13:24:04 -05:00
frame.h Handle InputShape type shaping too. 2009-01-29 22:35:56 +01:00
framerender.c Introducing the icon cache. 2008-02-14 15:09:24 -05:00
framerender.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
geom.h Ranges of 0 width cannot intersect (Fixes bug #3717) 2009-12-17 10:24:48 -05:00
grab.c Add needed linebreaks to the end of some debug messages 2009-12-08 10:11:21 -05: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 Make the NET_WORKAREA hint work the way it used to, across all monitors 2009-12-15 14:53:29 -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 If multiple key bindings at the same level are not able to be translated, then don't have them conflict and end up removing untranslated bindings from the key tree. This way they can be re-translated later. 2008-02-21 13:00:11 -05:00
keytree.h Remove double newlines. 2008-03-08 17:41:52 +01:00
mainloop.c friendly check for the timer's delay being > 0 2008-01-16 10:31:12 -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 Allow escaping _ in menu labels by putting __ 2009-07-05 15:55:17 +02:00
menu.h Introducing the icon cache. 2008-02-14 15:09:24 -05:00
menuframe.c improve submenu hide delay 2010-01-06 17:13:03 -05:00
menuframe.h improve submenu hide delay 2010-01-06 17:13:03 -05:00
misc.h add a RECONFIGURING state, and enter that when doing reconfiguring 2008-03-02 15:40:11 -05:00
modkeys.c Allow the user to bind more than one keycode to a keysym for Ob Menus/Move/Resize 2009-12-14 15:40:33 -05:00
modkeys.h Allow the user to bind more than one keycode to a keysym for Ob Menus/Move/Resize 2009-12-14 15:40:33 -05:00
mouse.c Fixing bug from commit 041d17373e 2008-02-26 03:12:57 -05:00
mouse.h Make a pending ReplayPointer happen before moving/showing/hiding a window in an action. 2008-02-14 19:39:17 +01:00
moveresize.c Allow the user to bind more than one keycode to a keysym for Ob Menus/Move/Resize 2009-12-14 15:40:33 -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 Allow the user to bind more than one keycode to a keysym for Ob Menus/Move/Resize 2009-12-14 15:40:33 -05:00
openbox.h Allow the user to bind more than one keycode to a keysym for Ob Menus/Move/Resize 2009-12-14 15:40:33 -05:00
ping.c show the kill dialog if something doesn't respond for 6 seconds instead of 3 2008-03-02 17:29:44 -05:00
ping.h don't ping everything all the time. yay. ping when you close, and if it doesn't reply then show the kill prompt. also show a more correct prompt for windows connecting from non-local machines - ask to disconnect them from the X server. 2008-02-14 14:24:37 -05:00
place.c Add a primaryMonitor config option, where the focus-cycle and keychain popups will appear 2009-12-09 16:41:52 -05:00
place.h replace the <active> placement option with <placeOn>active/mouse/any</placeOn> 2008-01-27 11:31:23 -05:00
popup.c Make sure popup dialogs are not waiting to be shown after they are freed 2009-12-10 10:36:19 -05:00
popup.h Introducing the icon cache. 2008-02-14 15:09:24 -05:00
prompt.c Allow the user to bind more than one keycode to a keysym for Ob Menus/Move/Resize 2009-12-14 15:40:33 -05:00
prompt.h allow prompts to have titles specified. show a prompt when there are syntax errors in the xml config files. 2008-03-02 17:12:11 -05:00
prop.c Set hints that remember the WM_WINDOW_ROLE and WM_CLASS properties for our users. 2009-12-11 18:58:39 -05:00
prop.h Set hints that remember the WM_WINDOW_ROLE and WM_CLASS properties for our users. 2009-12-11 18:58:39 -05:00
resist.c Fix resistance against struts, the resistance was always 0 2009-12-16 16:07:17 -05: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 Hide the focus popup if we change desktops and one of the windows in it disappears 2009-12-17 16:51:01 -05:00
screen.h Make the NET_WORKAREA hint work the way it used to, across all monitors 2009-12-15 14:53:29 -05:00
session.c Combine the Exit and SessionLogout actions 2009-11-24 19:36:18 -05:00
session.h Combine the Exit and SessionLogout actions 2009-11-24 19:36:18 -05:00
stacking.c Fix stacking for transients vs helper windows. Fixes bug #3851 2009-12-09 10:09:43 -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 Remove newline from startupnotify description 2009-07-05 21:17:01 +02:00
startupnotify.h use the <wmclass> for startup notfication in the execute action. when present don't use the check against the binary. 2008-01-21 22:27:03 -05:00
translate.c Change all single quotes to double quotes in strings. 2008-02-21 12:02:18 +01:00
translate.h proper constness 2007-08-06 22:15:59 -04:00
window.c obprompts do not have a stacking layer, as they don't appear directly in the stacking list 2008-02-14 14:30:10 -05:00
window.h you can create dialog windows called "prompts" which have a message and some buttons! they don't do anything interesting yet. 2008-02-14 14:24:07 -05:00
xerror.c Various fixes for sparse warnings. 2008-01-16 15:35:25 +01:00
xerror.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00