openbox/openbox
2003-09-17 02:39:59 +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 make openbox base-dir spec compliant, and change the theme dir structure, so that themes go in $XDG_DATA_DIRS/themes/ with gtk/metacity/whateverelse themes 2003-09-15 19:20:05 +00:00
action.h no more interactive mouse actions, they are evil etc. actions now "feel" much more solid. if move/resizing a window while changing workspaces, it will follow. 2003-09-09 07:16:38 +00:00
client.c revert my commit of d3th, it fucked up focus badly 2003-09-15 11:29:17 +00:00
client.h save the sm_client_id just like saving other properties, dont query each time its needed 2003-09-15 06:50:25 +00:00
client_list_menu.c little bit of an actions overhaul, added action_run* so that duplicated code can all be in the same place now woot. 2003-09-07 19:03:20 +00:00
client_list_menu.h move the client and client-list menus into the 'kernel' 2003-08-29 07:56:49 +00:00
client_menu.c little bit of an actions overhaul, added action_run* so that duplicated code can all be in the same place now woot. 2003-09-07 19:03:20 +00:00
client_menu.h move the client and client-list menus into the 'kernel' 2003-08-29 07:56:49 +00:00
config.c make openbox base-dir spec compliant, and change the theme dir structure, so that themes go in $XDG_DATA_DIRS/themes/ with gtk/metacity/whateverelse themes 2003-09-15 19:20:05 +00:00
config.h remove focusLast and focusLastOnDesktop 2003-09-15 07:47:05 +00:00
debug.c add ob_debug for printing stuff only when debug is enabled 2003-07-10 04:32:33 +00:00
debug.h use ob_debug for any debug printing and only display the output when its a debug build or when --debug is passed to it 2003-07-24 06:02:38 +00:00
dock.c fix autohiding 2003-09-08 03:31:40 +00:00
dock.h add a reconfigure action, also reconfigure on SIGUSR2. 2003-09-03 18:11:39 +00:00
event.c ifdef DEBUG_FOCUS focus output 2003-09-16 06:52:23 +00:00
event.h add a reconfigure action, also reconfigure on SIGUSR2. 2003-09-03 18:11:39 +00:00
extensions.c rename 'xinerama' stuff to 'monitors' to be more generic and descriptive. 2003-07-10 05:44:23 +00:00
extensions.h include Xutil for shape.h on old X versions 2003-08-12 17:40:05 +00:00
focus.c revert my commit of d3th, it fucked up focus badly 2003-09-15 11:29:17 +00:00
focus.h remove focusLast and focusLastOnDesktop 2003-09-15 07:47:05 +00:00
frame.c dont redraw the frames when changing their theme 2003-09-14 21:08:21 +00:00
frame.h add a reconfigure action, also reconfigure on SIGUSR2. 2003-09-03 18:11:39 +00:00
framerender.c bigtime theme changes. bigtime. 2003-09-08 18:38:52 +00:00
framerender.h prefixing and capitalizing the StackLayer -> ObStackingLayer enum. 2003-07-10 17:03:05 +00:00
geom.h add some interesection shit, and RECT_LEFT/RIGHT/TOP/BOTTOM 2003-09-15 02:03:58 +00:00
grab.c grab the pointer on the screen_support_win, causing all mouse events during a grab to not be acted on as if they were on the root window/context 2003-09-16 07:48:55 +00:00
grab.h match the declarations in the header 2003-09-04 00:42:43 +00:00
group.c add a reconfigure action, also reconfigure on SIGUSR2. 2003-09-03 18:11:39 +00:00
group.h add a reconfigure action, also reconfigure on SIGUSR2. 2003-09-03 18:11:39 +00:00
keyboard.c when the client for an interactive action is closed, kill the action 2003-09-10 17:21:27 +00:00
keyboard.h save teh client for interactive actions cuz after teh keyboard is grabbed there is no client 2003-09-09 08:05:06 +00:00
keytree.c move the keyboard and mouse plugins into the kernel for mucho sexiness. 2003-08-12 07:26:16 +00:00
keytree.h move the keyboard and mouse plugins into the kernel for mucho sexiness. 2003-08-12 07:26:16 +00:00
mainloop.c revert my commit of d3th, it fucked up focus badly 2003-09-15 11:29:17 +00:00
mainloop.h revert my commit of d3th, it fucked up focus badly 2003-09-15 11:29:17 +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 remoev unneeded include 2003-09-17 02:39:59 +00:00
menu.h little bit of an actions overhaul, added action_run* so that duplicated code can all be in the same place now woot. 2003-09-07 19:03:20 +00:00
menuframe.c kill the padding in the menu title 2003-09-14 21:33:08 +00:00
menuframe.h little bit of an actions overhaul, added action_run* so that duplicated code can all be in the same place now woot. 2003-09-07 19:03:20 +00:00
misc.h little bit of an actions overhaul, added action_run* so that duplicated code can all be in the same place now woot. 2003-09-07 19:03:20 +00:00
mouse.c frame context fallbacks when there is no binding on the context 2003-09-10 20:05:06 +00:00
mouse.h frame context fallbacks when there is no binding on the context 2003-09-10 20:05:06 +00:00
moveresize.c dont assert if a moveresize is started while one is in progress. apps could do this with client messages, or the user can easily do it with actions. 2003-09-16 08:02:13 +00:00
moveresize.h add a reconfigure action, also reconfigure on SIGUSR2. 2003-09-03 18:11:39 +00:00
mwm.h add a mwm.h for the mwm hint structure and flags. 2003-07-10 06:23:38 +00:00
openbox.c make openbox base-dir spec compliant, and change the theme dir structure, so that themes go in $XDG_DATA_DIRS/themes/ with gtk/metacity/whateverelse themes 2003-09-15 19:20:05 +00:00
openbox.h make openbox base-dir spec compliant, and change the theme dir structure, so that themes go in $XDG_DATA_DIRS/themes/ with gtk/metacity/whateverelse themes 2003-09-15 19:20:05 +00:00
place.c best fit only one direction 2003-09-15 05:24:05 +00:00
place.h add window placement routines to the kernel 2003-08-29 06:40:35 +00:00
popup.c remove debug prints 2003-09-15 06:37:32 +00:00
popup.h new popups with subclasses, added an ObIconPopup for popups with icons, and ObPagerPopup, for a popup with a pager on it. 2003-09-12 06:00:17 +00:00
prop.c add the startup_id atom 2003-09-03 20:32:07 +00:00
prop.h add the startup_id atom 2003-09-03 20:32:07 +00:00
resist.c use the new RECT_LEFT/RIGHT/TOP/BOTTOM for clarity 2003-09-15 02:05:10 +00:00
resist.h separate window and screen snapping so only one or the other can be used 2003-09-02 07:50:09 +00:00
screen.c fallback when nothing is focused and we switch desktops! 2003-09-16 06:59:48 +00:00
screen.h remove all the startup notification code from screen.c 2003-09-03 20:32:21 +00:00
session.c make openbox base-dir spec compliant, and change the theme dir structure, so that themes go in $XDG_DATA_DIRS/themes/ with gtk/metacity/whateverelse themes 2003-09-15 19:20:05 +00:00
session.h move session code out of openbox.c all into session.c 2003-09-04 01:52:15 +00:00
stacking.c raise all the windows with the transient 2003-09-15 11:27:46 +00:00
stacking.h whitespace 2003-09-15 03:36:15 +00:00
startupnotify.c revert my commit of d3th, it fucked up focus badly 2003-09-15 11:29:17 +00:00
startupnotify.h add startup notification in its own .c/.h files 2003-09-03 20:35:22 +00:00
translate.c allow the use of keycodes directly in key bindings 2003-09-17 02:37:52 +00:00
translate.h move the keyboard and mouse plugins into the kernel for mucho sexiness. 2003-08-12 07:26:16 +00:00
window.c add a reconfigure action, also reconfigure on SIGUSR2. 2003-09-03 18:11:39 +00:00
window.h add a reconfigure action, also reconfigure on SIGUSR2. 2003-09-03 18:11:39 +00:00
xerror.c add a var to track errors 2003-03-29 00:48:52 +00:00
xerror.h add a var to track errors 2003-03-29 00:48:52 +00:00