Dana Jansens [Sat, 24 May 2003 21:47:06 +0000 (21:47 +0000)]
this is a big one! im putting stats in here just cuz!
59 files changed, 1691 insertions(+), 607 deletions(-)
Adding the beginings of ObConf. Adding a resistance-config plugin for ObConf.
Creating an obparser library that obrender can use, the kernel can use, plugins can use, and ObConf and its plugins can use. (its just code for using libXml2)
Dana Jansens [Sat, 24 May 2003 09:11:42 +0000 (09:11 +0000)]
soem changes to desktop actions.
instead of having *wrap actions, just default to having wrap on, and let it be optionally placed into the rc to disable it.
instead of next/prev desktop, just have actions for desktop to the right/left/up/down. this applies to sendtodesktop actions too.
Dana Jansens [Sat, 24 May 2003 08:38:37 +0000 (08:38 +0000)]
there's this case where we DONT want to ignore both events or we end up without anything we know of being focused, even tho something is. this case is now covered. ps i hate focus so much.
Derek Foreman [Thu, 22 May 2003 20:53:18 +0000 (20:53 +0000)]
removed a piece of code I suspect has never been run
this is for XServers that report less than 8 bpp default visual and support
8bpp or higher visuals
hopefully nothing is really that stupid. we'll see.
Dana Jansens [Thu, 22 May 2003 18:14:22 +0000 (18:14 +0000)]
async key grabs to avoid race conditions with the sync stuff. there are still possible rases (yay X) but they will be much harder to hit, i expect noone will ever hit them more than once/often enuogh to realise.
Dana Jansens [Tue, 20 May 2003 07:30:27 +0000 (07:30 +0000)]
reindent the file....
but while i'm at it:
- add support for bevels/borders on solid textures.
- reverse the colors in the rectangle gradient, the pipecross and pyramid
ones may need to be reversed as well.
Dana Jansens [Mon, 19 May 2003 03:52:25 +0000 (03:52 +0000)]
2 in 1 again..
a) directional focus actions
b) action system changes i.e. use structs/arrays for convertings strings to actions instead of gross if-else chains
Dana Jansens [Sun, 18 May 2003 23:06:11 +0000 (23:06 +0000)]
make icons use pixel32 data, and image_draw takes pixel32 data.
client.c gets pixmap icons as a backup to netwm ones, and they are converted into pixel32 data.
Dana Jansens [Sun, 18 May 2003 17:09:55 +0000 (17:09 +0000)]
2 in 1 deal :\
client.c stacking.c: fixing looping transient case for group transient windows. now a window which is transient for a group is *not* transient for any other transient windows in the group (perviously the other window had to be transient for the group to be excluded, now it can be transient for anything).
client.c/h event.c render.c/h: adjustnig icon handling a bit. will be converting the legacy pixmap icons into rgba data so they can be handled the same as netwm icons.
Dana Jansens [Fri, 16 May 2003 18:10:10 +0000 (18:10 +0000)]
rename "Slit" to "Dock".
add config options to the rc3 for the dock.
create a window_map, add DockApps to the ObWindow types, use the window_map for translating windows into objects for event handling (only one lookup now) and remove the old maps (client_map, menu_map).
Dana Jansens [Fri, 16 May 2003 15:16:33 +0000 (15:16 +0000)]
add anotehr stacking_add function.
make stacking_add take care of raising also.
make new windows that dont get focus also not raise above the focused window.