]> icculus.org git repositories - mikachu/openbox.git/commit
add disabled buttons, instead of now showing buttons at all when they wont do anythin...
authorDana Jansens <danakj@orodu.net>
Thu, 10 Jul 2003 23:27:02 +0000 (23:27 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 10 Jul 2003 23:27:02 +0000 (23:27 +0000)
commit81af5a8b0caadc0a82ff2304c315f816c9576e93
treeccbe40fccf5bd00b6a5cba87c20aec3ad8b6e55a
parentb0e8e276e451639689ebc9c58c1afe54897bceb2
add disabled buttons, instead of now showing buttons at all when they wont do anything, now show a disabled button instead. this severely breaks compatibility with blackbox themes since there is no good way to automiatically create a disabled button that i can think of, so if they dont exist in the theme you get black and white for the button.

when a window cant be resized, its handle is not removed but its grips are.

change allowing the user to disable individual decorations as that is overkill,
instead allow a toggle through the client.decorate boolean.
openbox/action.c
openbox/client.c
openbox/client.h
openbox/frame.c
openbox/frame.h
openbox/framerender.c
openbox/openbox.c
render/theme.c
render/theme.h
tests/.cvsignore
tests/noresize.c [new file with mode: 0644]