openbox/openbox
2006-06-09 14:29:54 +00:00
..
.cvsignore move the keyboard and mouse plugins into the kernel for mucho sexiness. 2003-08-12 07:26:16 +00:00
action.c Add a FocusToBottom action which moves the client to the bottom of the focus order stack 2005-03-11 21:49:54 +00:00
action.h Add a FocusToBottom action which moves the client to the bottom of the focus order stack 2005-03-11 21:49:54 +00:00
client.c changing props need client_change_state 2006-06-09 14:29:54 +00:00
client.h add the rest of the possible states to per app settings, and fix some mem leaks in the code that _set_ the per app list 2006-06-09 14:14:17 +00:00
client_list_menu.c i always forget this bit 2004-10-31 10:15:19 +00:00
client_list_menu.h no tabs 2003-09-17 07:44:49 +00:00
client_menu.c make the all desktops thinger get disabled too 2003-10-17 06:27:14 +00:00
client_menu.h no tabs 2003-09-17 07:44:49 +00:00
config.c fix4 2006-06-09 14:22:16 +00:00
config.h define vars in proper places and don't leak the entire list of settings 2006-06-08 10:34:15 +00:00
debug.c consistant glib type usage 2003-10-15 03:59:35 +00:00
debug.h consistant glib type usage 2003-10-15 03:59:35 +00:00
dock.c add showDelay to dock 2005-09-25 14:45:24 +00:00
dock.h no tabs 2003-09-17 07:44:49 +00:00
event.c <group> option for raise/lower related actions. hi floam. 2005-02-08 04:33:54 +00:00
event.h let stuff cancel any focus delays going on 2003-10-09 18:48:44 +00:00
extensions.c yay no tabs in the source 2004-03-21 01:03:00 +00:00
extensions.h consistant glib type usage 2003-10-15 03:59:35 +00:00
focus.c revert patch, doesnt work 2004-08-22 00:23:44 +00:00
focus.h try to fix focus switching with mouse actions up a bit 2004-06-23 13:50:26 +00:00
frame.c resize label after background pixmap has updated to avoid display problems 2006-03-13 11:51:40 +00:00
frame.h consistant glib type usage 2003-10-15 03:59:35 +00:00
framerender.c make the framerender_frame() code a bit less crazy 2005-07-14 20:46:31 +00:00
framerender.h no tabs 2003-09-17 07:44:49 +00:00
geom.h the xinerama patch from john russell, modified a bit and merged the move_onmonitor with the already existing move_onscreen stuff, not sure if it actually works on xinerama since i dont have it. 2005-02-05 23:26:16 +00:00
grab.c None instead of TRUE/FALSE to XGrabPointer (?) 2004-10-30 19:36:40 +00:00
grab.h consistant glib type usage 2003-10-15 03:59:35 +00:00
group.c no tabs 2003-09-17 07:44:49 +00:00
group.h no tabs 2003-09-17 07:44:49 +00:00
keyboard.c update copyright notices 2004-03-21 11:57:31 +00:00
keyboard.h gracefully handle grabs failing when doing interactive actions 2003-10-11 16:19:17 +00:00
keytree.c yay no tabs in the source 2004-03-21 01:03:00 +00:00
keytree.h no tabs 2003-09-17 07:44:49 +00:00
mainloop.c update copyright notices 2004-03-21 11:57:31 +00:00
mainloop.h the old event code 2004-03-18 11:54:15 +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 maybe this makes everyone happy, only select first entry in menus if it's not a submenu entry 2006-04-23 00:37:23 +00:00
menu.h no tabs 2003-09-17 07:44:49 +00:00
menuframe.c patch from syscrash2k, adds submenuShowDelay option, bug #2682 2006-04-22 19:21:06 +00:00
menuframe.h fix menus to show on the screen the mouse cursor spawned them from 2005-09-14 17:05:53 +00:00
misc.h add a NONE user action, for internal stuff, ie running actions without direct user interaction (from anotehr action etc) 2003-09-26 17:30:32 +00:00
mouse.c yay no tabs in the source 2004-03-21 01:03:00 +00:00
mouse.h provide a way to remove all bindings 2003-09-17 08:11:59 +00:00
moveresize.c update copyright notices 2004-03-21 11:57:31 +00:00
moveresize.h consistant glib type usage 2003-10-15 03:59:35 +00:00
mwm.h no tabs 2003-09-17 07:44:49 +00:00
openbox.c nullterminate arguments to execlp 2005-04-01 13:04:55 +00:00
openbox.h no tabs 2003-09-17 07:44:49 +00:00
place.c fix7 2006-06-08 11:45:39 +00:00
place.h fix3 2006-06-08 11:40:40 +00:00
popup.c fix the minipager for exotic orientations 2006-03-17 22:18:54 +00:00
popup.h halfway through client changes but... 2003-09-28 06:31:00 +00:00
prop.c final fixes? 2005-10-08 09:29:27 +00:00
prop.h more 64 bit fixes 2005-10-07 17:00:35 +00:00
resist.c option to make dragging and findedge ignore windows on lower layers 2004-09-04 19:45:38 +00:00
resist.h no tabs 2003-09-17 07:44:49 +00:00
screen.c more 64 bit fixes 2005-10-07 17:00:35 +00:00
screen.h consistant glib type usage 2003-10-15 03:59:35 +00:00
session.c use g_snprintf instead of sprintf 2003-11-11 11:59:50 +00:00
session.h consistant glib type usage 2003-10-15 03:59:35 +00:00
stacking.c more 64 bit fixes 2005-10-07 17:00:35 +00:00
stacking.h <group> option for raise/lower related actions. hi floam. 2005-02-08 04:33:54 +00:00
startupnotify.c the old event code 2004-03-18 11:54:15 +00:00
startupnotify.h no tabs 2003-09-17 07:44:49 +00:00
translate.c update copyright notices 2004-03-21 11:57:31 +00:00
translate.h const 2003-09-17 08:01:37 +00:00
window.c no tabs 2003-09-17 07:44:49 +00:00
window.h no tabs 2003-09-17 07:44:49 +00:00
xerror.c yay no tabs in the source 2004-03-21 01:03:00 +00:00
xerror.h consistant glib type usage 2003-10-15 03:59:35 +00:00