.. |
.cvsignore
|
move the keyboard and mouse plugins into the kernel for mucho sexiness.
|
2003-08-12 07:26:16 +00:00 |
action.c
|
add the 'raiselower' action for raising obscured windows and lowering fully visible ones
|
2003-08-20 23:02:26 +00:00 |
action.h
|
add the 'raiselower' action for raising obscured windows and lowering fully visible ones
|
2003-08-20 23:02:26 +00:00 |
client.c
|
make activate take a here parameter
|
2003-08-14 05:57:45 +00:00 |
client.h
|
make activate take a here parameter
|
2003-08-14 05:57:45 +00:00 |
config.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 |
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
|
add an obscured flag that tracks if the frame is at all obscured
|
2003-08-20 23:01:56 +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
|
skip windows in the alt-tabbing which have the SKIP_TASKBAR hint set on them
|
2003-08-14 08:21:33 +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
|
rename the 'root' context to 'desktop'
|
2003-08-20 23:13:40 +00:00 |
frame.h
|
rename the 'root' context to 'desktop'
|
2003-08-20 23:13:40 +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
|
add partial struts tho they arent useful eyt
|
2003-08-02 06:25:32 +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
|
fix whitespace
|
2003-08-16 17:09:14 +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
|
fix the offsets used to keep the menus on screen
|
2003-08-14 07:04:40 +00:00 |
menu.h
|
add a menu destructor callback.
|
2003-08-14 06:00:38 +00:00 |
menu_render.c
|
dont show titles on submenus. kill the extra 1px at the top of titleless menus
|
2003-08-14 06:53:41 +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
|
shutdown the menus before the plugins are unloaded
|
2003-08-14 05:58:11 +00:00 |
openbox.h
|
expose exit_with_error
|
2003-07-31 16:56:35 +00:00 |
plugin.c
|
add the client_list_menu plugin
|
2003-08-14 06:01:39 +00:00 |
plugin.h
|
adjust for changes to the parsing api.
|
2003-08-12 19:18:21 +00:00 |
popup.c
|
changes to the timer api, pass the timer to the callback function.
|
2003-08-09 04:56:12 +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
|
reset first to TRUE properly when the desktop popup is off
|
2003-08-20 04:47:01 +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
|
compile fixes
|
2003-08-01 02:57:11 +00:00 |
session.h
|
restore saved session data for applications
|
2003-07-30 20:01:35 +00:00 |
stacking.c
|
80 cols
|
2003-08-14 05:59:40 +00:00 |
stacking.h
|
prefixing and capitalizing the StackLayer -> ObStackingLayer enum.
|
2003-07-10 17:03:05 +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
|
prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderType
|
2003-07-10 19:27:12 +00:00 |
window.h
|
prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderType
|
2003-07-10 19:27:12 +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 |