openbox/openbox
2003-08-28 17:05:44 +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 rm double ;; 2003-08-28 08:15:45 +00:00
action.h make client-list-menu work too 2003-08-28 07:34:03 +00:00
client.c change the menu plugin interface, no need for the create/destroy functions any more. 2003-08-28 05:44:13 +00:00
client.h restore the stacking order of a saved session 2003-08-25 07:48:28 +00:00
config.c make client-list-menu work too 2003-08-28 07:34:03 +00:00
config.h move the resistance plugin into the kernel. dont resist when move/resizing with the keyboard, only when doing it with the mouse. 2003-08-12 19:57:04 +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
dispatch.c prefixing and capitalizing the StackLayer -> ObStackingLayer enum. 2003-07-10 17:03:05 +00:00
dispatch.h prefixing and capitalizing the StackLayer -> ObStackingLayer enum. 2003-07-10 17:03:05 +00:00
dock.c add partial struts tho they arent useful eyt 2003-08-02 06:25:32 +00:00
dock.h add partial struts tho they arent useful eyt 2003-08-02 06:25:32 +00:00
event.c make client-list-menu work too 2003-08-28 07:34:03 +00:00
event.h Added a menu to read from a pipe. 2003-05-14 03:34:29 +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 dont force fallbacks within groups 2003-08-25 08:57:09 +00:00
focus.h replace the focus_backup with the screen_support_win, we dont need 2 offscreen windows. 2003-07-10 18:44:27 +00:00
frame.c fix border on shaded maximized windows 2003-08-27 18:38:36 +00:00
frame.h better handling of maximizing, wrt changing decorations on the windows, and showing the correct decor for the max state especially for windows which dont change size (Xnest) when maximized cuz they are at their maximum size already 2003-08-25 08:49:48 +00:00
framerender.c clear the window after setting the background color, this isnt implicit 2003-08-10 03:31:18 +00:00
framerender.h prefixing and capitalizing the StackLayer -> ObStackingLayer enum. 2003-07-10 17:03:05 +00:00
geom.h oooops RECT_SET_POINT was broken 2003-08-27 23:16:06 +00:00
grab.c oops buttons not keycodes 2003-08-01 19:36:47 +00:00
grab.h add misc.h with some standard enumerations with proper prefixing and capitalizations. 2003-07-10 06:18:47 +00:00
group.c prefix Group to ObGroup 2003-07-10 07:03:40 +00:00
group.h prefix Group to ObGroup 2003-07-10 07:03:40 +00:00
keyboard.c better handling of multiple niteractive actions 2003-08-23 17:52:48 +00:00
keyboard.h move the keyboard and mouse plugins into the kernel for mucho sexiness. 2003-08-12 07:26:16 +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
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 make submenus not require the menu to exist when they are created, not until they are shown. 2003-08-28 07:49:57 +00:00
menu.h add icons to the client-list-menu 2003-08-28 08:08:18 +00:00
menuframe.c free the menu entry frames 2003-08-28 17:05:44 +00:00
menuframe.h make client-list-menu work too 2003-08-28 07:34:03 +00:00
misc.h add misc.h with some standard enumerations with proper prefixing and capitalizations. 2003-07-10 06:18:47 +00:00
mouse.c rename the 'root' context to 'desktop' 2003-08-20 23:13:40 +00:00
mouse.h prefix/capitalize the mouse actions enum 2003-08-12 18:12:17 +00:00
moveresize.c move the pointer while doing a keyboard move/resize 2003-08-20 04:45:55 +00:00
moveresize.h dont need client.h in this header 2003-07-10 07:17:05 +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 change the menu plugin interface, no need for the create/destroy functions any more. 2003-08-28 05:44:13 +00:00
openbox.h expose exit_with_error 2003-07-31 16:56:35 +00:00
plugin.c load menu plugins automatically from whats in the menu file 2003-08-28 06:32:27 +00:00
plugin.h load menu plugins automatically from whats in the menu file 2003-08-28 06:32:27 +00:00
popup.c half way through the changes to new menu code/design. hot shit. static menus work, on to plugins next. 2003-08-28 02:10:23 +00:00
popup.h changes to the timer api, pass the timer to the callback function. 2003-08-09 04:56:12 +00:00
prop.c add partial struts tho they arent useful eyt 2003-08-02 06:25:32 +00:00
prop.h add partial struts tho they arent useful eyt 2003-08-02 06:25:32 +00:00
resist.c move the resistance plugin into the kernel. dont resist when move/resizing with the keyboard, only when doing it with the mouse. 2003-08-12 19:57:04 +00:00
resist.h move the resistance plugin into the kernel. dont resist when move/resizing with the keyboard, only when doing it with the mouse. 2003-08-12 19:57:04 +00:00
screen.c load menu plugins automatically from whats in the menu file 2003-08-28 06:32:27 +00:00
screen.h move the keyboard and mouse plugins into the kernel for mucho sexiness. 2003-08-12 07:26:16 +00:00
session.c load menu plugins automatically from whats in the menu file 2003-08-28 06:32:27 +00:00
session.h save the stacking order of the windows, and sort the saved session data based on stacking when it is loaded. make the list public. 2003-08-25 07:46:59 +00:00
stacking.c add stacking_below which moves a window to immediately below another window. use with care it doesn't enforce transient shit etc.. 2003-08-25 07:43:27 +00:00
stacking.h clarify that stacking_below sucks 2003-08-25 07:44:33 +00:00
startup.c remove the ob_root var, its redundant of what Xlib already provides 2003-07-10 19:01:41 +00:00
startup.h restore the desktop and focused window on restarts if possible 2003-04-25 22:35:08 +00:00
timer.c changes to the timer api, pass the timer to the callback function. 2003-08-09 04:56:12 +00:00
timer.h changes to the timer api, pass the timer to the callback function. 2003-08-09 04:56:12 +00:00
translate.c move the keyboard and mouse plugins into the kernel for mucho sexiness. 2003-08-12 07:26:16 +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 half way through the changes to new menu code/design. hot shit. static menus work, on to plugins next. 2003-08-28 02:10:23 +00:00
window.h half way through the changes to new menu code/design. hot shit. static menus work, on to plugins next. 2003-08-28 02:10:23 +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