openbox/openbox
2008-10-29 13:48:34 +01:00
..
actions Merge branch 'backport' into work 2008-10-29 13:48:34 +01:00
actions.c Merge branch 'backport' into work 2008-03-08 17:43:32 +01:00
actions.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01:00
client.c Merge branch 'backport' into work 2008-10-29 13:48:34 +01:00
client.h Revert "make windows stay on screen when they..." 2008-10-27 00:35:41 +01:00
client_list_combined_menu.c Introducing the icon cache. 2008-02-14 11:44:28 +01: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 Introducing the icon cache. 2008-02-14 15:09:24 -05:00
client_list_menu.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
client_menu.c Merge branch 'backport' into work 2008-02-29 04:21:02 +01:00
client_menu.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01:00
config.c Merge branch 'backport' into work 2008-04-23 17:07:10 +02:00
config.h Make alt-tab icon size configurable. 2008-03-13 02:28:43 +01:00
debug.c Merge branch 'backport' into work 2008-03-02 17:23:23 -05:00
debug.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01:00
dock.c generalize the window managing process into window_manage, which handles dock apps and the like 2008-01-31 16:50:54 -05:00
dock.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01:00
event.c Merge branch 'backport' into work 2008-10-27 00:58:56 +01:00
event.h Merge branch 'backport' into work 2008-10-27 00:58:56 +01:00
focus.c Merge branch 'backport' into work 2008-03-08 17:43:32 +01:00
focus.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01:00
focus_cycle.c Merge branch 'backport' into work 2008-03-08 17:43:32 +01:00
focus_cycle.h combine the old focus cycle popup code with mika's new list-mode popup, and make an action option for it (the old <dialog> option) 2008-02-03 00:28:02 -05:00
focus_cycle_indicator.c make the internal window type more easily inheritable 2008-02-07 02:14:43 -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 Make alt-tab icon size configurable. 2008-03-13 02:28:43 +01:00
focus_cycle_popup.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01:00
frame.c Merge branch 'backport' into work 2008-03-08 17:43:32 +01:00
frame.h Fix some typos and style in client.c, and add a comment. 2008-02-27 04:34:35 +01:00
framerender.c Introducing the icon cache. 2008-02-14 11:44:28 +01:00
framerender.h 1) translate all of openbox's output 2007-04-23 17:56:35 +00:00
geom.h force the resize popup to be on-screen (not negative position) 2008-02-14 19:40:02 +01:00
grab.c Merge branch 'backport' into work 2008-02-18 20:43:18 -05:00
grab.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01: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
hooks.c remove some verbose debug prints 2008-03-27 09:45:28 -04:00
hooks.h queue hooks so that they don't run as each thing happens, instead run them at the end. keep the openbox code paths fast. 2008-03-01 01:52:38 -05:00
keyboard.c Merge branch 'backport' into work 2008-04-23 17:07:10 +02:00
keyboard.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01: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
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 Merge branch 'backport' into work 2008-03-08 17:43:32 +01:00
menu.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01:00
menuframe.c Merge branch 'backport' into work 2008-03-08 17:43:32 +01:00
menuframe.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01:00
misc.h Merge branch 'backport' into work 2008-03-02 17:23:23 -05:00
mouse.c Merge branch 'backport' into work 2008-02-26 03:15:21 -05:00
mouse.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01:00
moveresize.c Merge branch 'backport' into work 2008-04-23 17:07:10 +02: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 No \n on ob_debug in this branch. 2008-10-27 00:55:42 +01:00
openbox.h Merge branch 'backport' into work 2008-03-02 17:23:23 -05:00
ping.c Merge branch 'backport' into work 2008-03-02 18:36:32 -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 Merge branch 'backport' into work 2008-02-07 02:06:42 -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 Introducing the icon cache. 2008-02-14 15:09:24 -05:00
popup.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01:00
prompt.c Merge branch 'backport' into work 2008-03-08 17:43:32 +01:00
prompt.h Merge branch 'backport' into work 2008-03-02 17:23:23 -05:00
resist.c update openbox to use the current parser interface in libobt 2008-01-20 01:36:55 -05:00
resist.h make the obt library branch compile again with all the changes merged in from backport 2008-01-20 01:36:56 -05:00
screen.c Merge branch 'backport' into work 2008-03-02 17:23:23 -05:00
screen.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01:00
session.c Merge branch 'backport' into work 2008-10-27 00:58:56 +01:00
session.h add a SessionLogout action 2008-03-02 03:46:22 -05:00
stacking.c Merge branch 'backport' into work 2008-02-07 02:06:42 -05:00
stacking.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01:00
startupnotify.c Merge branch 'backport' into work 2008-01-31 12:51:38 -05:00
startupnotify.h () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. 2008-02-15 16:47:10 +01:00
translate.c Merge branch 'backport' into work 2008-02-21 13:24:19 -05:00
translate.h change openbox to use the libotk's keyboard.[ch] stuff instead of the old modkeys.[ch] and some of translate.[ch] 2008-01-20 01:36:55 -05:00
window.c No \n on ob_debug in this branch. 2008-10-27 00:55:42 +01: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