.. |
.cvsignore
|
update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
|
2003-07-10 04:31:05 +00:00 |
action.c
|
prefix and capitalize some more constants/enums in client.h (Function -> ObFunctions and WindowType -> ObClientType)
|
2003-07-10 06:59:39 +00:00 |
action.h
|
rename the Client struct to ObClient
|
2003-07-10 06:38:42 +00:00 |
client.c
|
prefix TRAN_GROUP to OB_TRAN_GROUP
|
2003-07-10 07:01:13 +00:00 |
client.h
|
prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants.
|
2003-07-10 07:16:19 +00:00 |
config.c
|
use the ObOrientation enum instead of a horz bool for configuring the dock's orientation
|
2003-07-10 16:38:45 +00:00 |
config.h
|
use the ObOrientation enum instead of a horz bool for configuring the dock's orientation
|
2003-07-10 16:38:45 +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
|
add ob_debug for printing stuff only when debug is enabled
|
2003-07-10 04:32:33 +00:00 |
dispatch.c
|
rename the Client struct to ObClient
|
2003-07-10 06:38:42 +00:00 |
dispatch.h
|
rename the Client struct to ObClient
|
2003-07-10 06:38:42 +00:00 |
dock.c
|
use the ObOrientation enum instead of a horz bool for configuring the dock's orientation
|
2003-07-10 16:38:45 +00:00 |
dock.h
|
prefixing for the dock. use ObDirection instead of dupliacting it in another enum for the dock's placement
|
2003-07-10 16:29:40 +00:00 |
event.c
|
prefixing for the dock. use ObDirection instead of dupliacting it in another enum for the dock's placement
|
2003-07-10 16:29:40 +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
|
remove the xinerama active boolean, just count the extension as not present if it is not active
|
2003-07-10 04:36:17 +00:00 |
focus.c
|
prefix TRAN_GROUP to OB_TRAN_GROUP
|
2003-07-10 07:01:13 +00:00 |
focus.h
|
rename the Client struct to ObClient
|
2003-07-10 06:38:42 +00:00 |
frame.c
|
prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants.
|
2003-07-10 07:16:19 +00:00 |
frame.h
|
prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants.
|
2003-07-10 07:16:19 +00:00 |
framerender.c
|
prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants.
|
2003-07-10 07:16:19 +00:00 |
framerender.h
|
prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants.
|
2003-07-10 07:16:19 +00:00 |
geom.h
|
xinerama support
|
2003-06-27 04:20:30 +00:00 |
grab.c
|
add misc.h with some standard enumerations with proper prefixing and capitalizations.
|
2003-07-10 06:18: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 |
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
|
rename the Client struct to ObClient
|
2003-07-10 06:38:42 +00:00 |
menu.h
|
rename the Client struct to ObClient
|
2003-07-10 06:38:42 +00:00 |
menu_render.c
|
Handle menu events a little better: don't bother updating a submenu on
|
2003-06-29 01:44:31 +00:00 |
misc.h
|
add misc.h with some standard enumerations with proper prefixing and capitalizations.
|
2003-07-10 06:18:47 +00:00 |
moveresize.c
|
rename the Client struct to ObClient
|
2003-07-10 06:38:42 +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
|
add misc.h with some standard enumerations with proper prefixing and capitalizations.
|
2003-07-10 06:18:47 +00:00 |
openbox.desktop
|
add a .desktop file which gets installed for gnome
|
2003-06-27 13:00:25 +00:00 |
openbox.h
|
add misc.h with some standard enumerations with proper prefixing and capitalizations.
|
2003-07-10 06:18:47 +00:00 |
plugin.c
|
this is a big one! im putting stats in here just cuz!
|
2003-05-24 21:47:06 +00:00 |
plugin.h
|
Menu uber patch
|
2003-05-09 23:15:28 +00:00 |
popup.c
|
prefixing for the Popup->ObPopup struct
|
2003-07-10 15:22:36 +00:00 |
popup.h
|
prefixing for the Popup->ObPopup struct
|
2003-07-10 15:22:36 +00:00 |
prop.c
|
the prop_get_strings_locale function looked for a utf8 typed property
|
2003-06-29 18:37:51 +00:00 |
prop.h
|
add support for net_moveresize_window and net_wm_moveresize
|
2003-04-17 05:43:41 +00:00 |
screen.c
|
prefix and capitalize some more constants/enums in client.h (Function -> ObFunctions and WindowType -> ObClientType)
|
2003-07-10 06:59:39 +00:00 |
screen.h
|
rename the Client struct to ObClient
|
2003-07-10 06:38:42 +00:00 |
stacking.c
|
prefix TRAN_GROUP to OB_TRAN_GROUP
|
2003-07-10 07:01:13 +00:00 |
stacking.h
|
add NUM_STACKLAYER, fix some comments that dont apply
|
2003-06-26 07:08:16 +00:00 |
startup.c
|
restore the desktop and focused window on restarts if possible
|
2003-04-25 22:35:08 +00:00 |
startup.h
|
restore the desktop and focused window on restarts if possible
|
2003-04-25 22:35:08 +00:00 |
timer.c
|
Menu uber patch
|
2003-05-09 23:15:28 +00:00 |
timer.h
|
add autohiding to the slit
|
2003-05-10 22:33:24 +00:00 |
window.c
|
prefixing for the dock. use ObDirection instead of dupliacting it in another enum for the dock's placement
|
2003-07-10 16:29:40 +00:00 |
window.h
|
prefixing for the dock. use ObDirection instead of dupliacting it in another enum for the dock's placement
|
2003-07-10 16:29:40 +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 |