.. |
.cvsignore
|
ignore the remaining new shit from automaking everything again
|
2003-04-13 21:18:43 +00:00 |
action.c
|
02:33 (@xor) omg yes
|
2003-04-17 07:33:50 +00:00 |
action.h
|
move the move/resize functionality into moveresize.c, for use with the netwm atoms. use it from teh plugins. combine the two actions.
|
2003-04-17 05:28:35 +00:00 |
client.c
|
adjust choosing to focus new windows, make it more strict.
|
2003-04-18 08:44:32 +00:00 |
client.h
|
make fullscreen decorations and functions be calculated by the setup_decor_and_functions func
|
2003-04-13 21:37:32 +00:00 |
config.c
|
let specify theme in the rc3 file. rm the other old engine options
|
2003-04-13 07:27:21 +00:00 |
config.h
|
let specify theme in the rc3 file. rm the other old engine options
|
2003-04-13 07:27:21 +00:00 |
dispatch.c
|
add resizing event
|
2003-03-28 09:33:40 +00:00 |
dispatch.h
|
add resizing event
|
2003-03-28 09:33:40 +00:00 |
event.c
|
the mouse grab screws that up
|
2003-04-18 22:31:00 +00:00 |
event.h
|
handle focus in the kernel, no more plugin
|
2003-03-27 23:10:22 +00:00 |
extensions.c
|
merge the C branch into HEAD
|
2003-03-16 21:11:39 +00:00 |
extensions.h
|
merge the C branch into HEAD
|
2003-03-16 21:11:39 +00:00 |
focus.c
|
just formatting
|
2003-04-18 08:46:19 +00:00 |
focus.h
|
comment typo
|
2003-04-18 01:51:55 +00:00 |
frame.c
|
use the new cursor defn's
|
2003-04-17 05:29:11 +00:00 |
frame.h
|
pass the Client for frame_context cuz the client might be NULL
|
2003-04-13 08:36:38 +00:00 |
framerender.c
|
put text centered in the popup dialog properly
|
2003-04-17 05:13:18 +00:00 |
framerender.h
|
move the openbox engine into librender and the kernel. the theme is loaded and stored inside librender. the frame is decorated and managed inside the kernel.
|
2003-04-13 07:18:28 +00:00 |
geom.h
|
add ()'s to the macros for more safety
|
2003-04-06 06:16:34 +00:00 |
gettext.h
|
merge the C branch into HEAD
|
2003-03-16 21:11:39 +00:00 |
grab.c
|
fix up support for moveresize. make keyboard grabs Async so that i can hit escape to cancel a moveresize process.
|
2003-04-17 07:00:13 +00:00 |
grab.h
|
fix up support for moveresize. make keyboard grabs Async so that i can hit escape to cancel a moveresize process.
|
2003-04-17 07:00:13 +00:00 |
group.c
|
rm the group debug prints
|
2003-04-13 21:20:03 +00:00 |
group.h
|
track window groups
|
2003-04-07 05:47:20 +00:00 |
Makefile.am
|
move the move/resize functionality into moveresize.c, for use with the netwm atoms. use it from teh plugins. combine the two actions.
|
2003-04-17 05:28:35 +00:00 |
menu.c
|
menus works on some level. add a built-in root menu
|
2003-04-16 18:09:11 +00:00 |
menu.h
|
menus works on some level. add a built-in root menu
|
2003-04-16 18:09:11 +00:00 |
moveresize.c
|
unset it AFTER using it...
|
2003-04-18 06:29:28 +00:00 |
moveresize.h
|
watch out when unmanaging a window, that it is not being move/resized
|
2003-04-18 01:51:41 +00:00 |
openbox.c
|
don't wait(), the glib function does that for us woot.
|
2003-04-18 06:07:41 +00:00 |
openbox.h
|
add the left/right/top/bottom direction arrows and use them for resizing those ways
|
2003-04-17 16:18:34 +00:00 |
parse.c
|
add focus options to the new rc file
|
2003-04-05 20:47:16 +00:00 |
parse.h
|
change how rc parsing will work. a=b will be parsed in any [section] and given to a separate parsing callback. no more general config infrastructure needed/
|
2003-04-05 20:27:03 +00:00 |
parse.l
|
allow _'s in identifiers
|
2003-04-14 04:26:19 +00:00 |
parse.y
|
move the openbox engine into librender and the kernel. the theme is loaded and stored inside librender. the frame is decorated and managed inside the kernel.
|
2003-04-13 07:18:28 +00:00 |
plugin.c
|
skip better
|
2003-03-28 01:29:25 +00:00 |
plugin.h
|
make the openbox engine use the new config shit instead of the themerc shit.
|
2003-03-22 23:26:43 +00:00 |
prop.c
|
add support for net_moveresize_window and net_wm_moveresize
|
2003-04-17 05:43:41 +00:00 |
prop.h
|
add support for net_moveresize_window and net_wm_moveresize
|
2003-04-17 05:43:41 +00:00 |
screen.c
|
dont need to sync
|
2003-04-18 08:41:35 +00:00 |
screen.h
|
rip the prop code i wrote in cwmcc out and make it all 64bit friendly (i think!). stop using gulong for values from the xserver, using guint32 instead.
|
2003-04-14 21:34:35 +00:00 |
stacking.c
|
raise menus above clients.
|
2003-04-16 05:36:51 +00:00 |
stacking.h
|
raise menus above clients.
|
2003-04-16 05:36:51 +00:00 |
timer.c
|
add strict ansi compliance
|
2003-03-21 20:25:34 +00:00 |
timer.h
|
merge the C branch into HEAD
|
2003-03-16 21: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 |