.. |
.cvsignore
|
move the keyboard and mouse plugins into the kernel for mucho sexiness.
|
2003-08-12 07:26:16 +00:00 |
action.c
|
grab the mouse before any move/resizes in actions, preventing focus from moving when followMouse is on and the window moves/resizes out from under the pointer
|
2003-09-02 17:54:11 +00:00 |
action.h
|
remove vibrate and flash actions
|
2003-09-01 03:42:23 +00:00 |
client.c
|
stop doing stupid shit for the size increments in client_configure, it belongs in the moveresize code. add it there.
|
2003-09-02 07:50:52 +00:00 |
client.h
|
add urgent actions
|
2003-09-01 02:02:40 +00:00 |
client_list_menu.c
|
remove an old plugin call
|
2003-09-01 07:03:46 +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
|
use new menu.bullet.selected.imageColor. use the text colors for the menu mask icons instead of teh bullet color, and set it based on selected/disabled/normal like the text.
|
2003-09-02 18:53:08 +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
|
rename the theme name node from 'theme' to 'name'
|
2003-09-03 07:17:20 +00:00 |
config.h
|
remove the urgent actions
|
2003-09-01 03:41:14 +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
|
using the ObMainLoop, which rulz the planet
|
2003-08-30 07:20:16 +00:00 |
dock.h
|
using the ObMainLoop, which rulz the planet
|
2003-08-30 07:20:16 +00:00 |
event.c
|
remove debug print
|
2003-08-31 19:58:39 +00:00 |
event.h
|
using the ObMainLoop, which rulz the planet
|
2003-08-30 07:20:16 +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
|
make focus cycling work when not interactive
|
2003-08-31 18:52:23 +00:00 |
focus.h
|
make focus cycling work when not interactive
|
2003-08-31 18:52:23 +00:00 |
frame.c
|
dont crash when flashing a window when it goes away, remove the timer when dying
|
2003-09-01 04:30:59 +00:00 |
frame.h
|
improved frame flashing code, can start and stop it on command
|
2003-09-01 03:41:53 +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
|
grab the pointer Async for key grabs, lets key bindings like <execute>xkill</execute> work
|
2003-08-31 17:32:28 +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
|
when no modifiers are in a binding, then make it non-interactive
|
2003-08-31 18:52:56 +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 |
mainloop.c
|
make the segfault swearing more clear
|
2003-09-02 07:57:47 +00:00 |
mainloop.h
|
using the ObMainLoop, which rulz the planet
|
2003-08-30 07:20: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
|
move the default menu to menu.xml
|
2003-09-02 17:46:37 +00:00 |
menu.h
|
use new menu.bullet.selected.imageColor. use the text colors for the menu mask icons instead of teh bullet color, and set it based on selected/disabled/normal like the text.
|
2003-09-02 18:53:08 +00:00 |
menuframe.c
|
limit menus' width to 400px
|
2003-09-03 07:24:39 +00:00 |
menuframe.h
|
use new menu.bullet.selected.imageColor. use the text colors for the menu mask icons instead of teh bullet color, and set it based on selected/disabled/normal like the text.
|
2003-09-02 18:53:08 +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
|
when no modifiers are in a binding, then make it non-interactive
|
2003-08-31 18:52:56 +00:00 |
mouse.h
|
prefix/capitalize the mouse actions enum
|
2003-08-12 18:12:17 +00:00 |
moveresize.c
|
only show resize popups for clients with size increments. no move popup at all. waste of screen space.
|
2003-09-03 06:33:43 +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
|
make ob_expand_tilde expand all tildes in the string
|
2003-09-01 09:24:26 +00:00 |
openbox.h
|
move expand_tilde to ob_expand_tilde in openbox.c to make it global.
|
2003-09-01 00:53:55 +00:00 |
place.c
|
add window placement routines to the kernel
|
2003-08-29 06:40:35 +00:00 |
place.h
|
add window placement routines to the kernel
|
2003-08-29 06:40: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
|
use the provided margins to layout the popup better
|
2003-09-03 06:30:13 +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
|
fix a bunch of memleaks from valgrind and stuff
|
2003-08-28 19:10:36 +00:00 |
prop.h
|
add partial struts tho they arent useful eyt
|
2003-08-02 06:25:32 +00:00 |
resist.c
|
remove debug print
|
2003-09-02 07:58:27 +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
|
add the DesktopLast action, props to marius nita for this one
|
2003-08-31 20:06:42 +00:00 |
screen.h
|
add the DesktopLast action, props to marius nita for this one
|
2003-08-31 20:06:42 +00:00 |
session.c
|
remove debug prints
|
2003-09-02 17:43:49 +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
|
kill a warning
|
2003-08-31 16:39:53 +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 |
translate.c
|
fix includes
|
2003-08-29 08:44:40 +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 |