]>
Dogcows Code - chaz/openbox/log
Dana Jansens [Wed, 21 May 2003 02:59:02 +0000 (02:59 +0000)]
allocate the border_color's gc
Dana Jansens [Tue, 20 May 2003 23:53:32 +0000 (23:53 +0000)]
put the devation back how it used to be, it aws definately no better..
Derek Foreman [Tue, 20 May 2003 19:07:27 +0000 (19:07 +0000)]
of by one error in pyramid, rectangle, and crosspipe
Dana Jansens [Tue, 20 May 2003 16:49:46 +0000 (16:49 +0000)]
remove debug prints
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 [Tue, 20 May 2003 07:28:31 +0000 (07:28 +0000)]
remove the elliptic gradient type.
add bevel light/dark colors for solid textures with bevels
Dana Jansens [Tue, 20 May 2003 07:27:23 +0000 (07:27 +0000)]
use the rectangle gradient when the theme asks for elipse
Dana Jansens [Tue, 20 May 2003 05:18:20 +0000 (05:18 +0000)]
argh put it back right!*(
Dana Jansens [Tue, 20 May 2003 05:16:49 +0000 (05:16 +0000)]
fuck it, put it back
Dana Jansens [Tue, 20 May 2003 05:05:34 +0000 (05:05 +0000)]
smarter default debug value :)
Dana Jansens [Tue, 20 May 2003 05:04:22 +0000 (05:04 +0000)]
default debug off (for non-cvs builds!)
Dana Jansens [Tue, 20 May 2003 05:02:24 +0000 (05:02 +0000)]
ignore errors when playing with application defined colormaps
Dana Jansens [Mon, 19 May 2003 20:27:11 +0000 (20:27 +0000)]
get the size for all the apps before positioning them
Dana Jansens [Mon, 19 May 2003 20:18:46 +0000 (20:18 +0000)]
set teh dock sizes before the app uses it for positioning
Dana Jansens [Mon, 19 May 2003 20:17:17 +0000 (20:17 +0000)]
center dock apps
Dana Jansens [Mon, 19 May 2003 16:49:05 +0000 (16:49 +0000)]
add fifo_menu shit
Dana Jansens [Mon, 19 May 2003 04:13:06 +0000 (04:13 +0000)]
use the resize increment when resizing relative
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
Scott Moynes [Sun, 18 May 2003 23:36:13 +0000 (23:36 +0000)]
Added a fifo_menu plugin
Derek Foreman [Sun, 18 May 2003 23:31:13 +0000 (23:31 +0000)]
PipeCross
Derek Foreman [Sun, 18 May 2003 23:27:31 +0000 (23:27 +0000)]
there's the rect grad. now stop bugging me :(
Derek Foreman [Sun, 18 May 2003 23:15:37 +0000 (23:15 +0000)]
is that a rectangle grad? damned if I know
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 23:05:06 +0000 (23:05 +0000)]
include grab.h
Derek Foreman [Sun, 18 May 2003 19:24:19 +0000 (19:24 +0000)]
whatever, it's a junk file.
Derek Foreman [Sun, 18 May 2003 19:24:08 +0000 (19:24 +0000)]
change badly named offsets
add stubs for rectangle and pipecross
Derek Foreman [Sun, 18 May 2003 19:23:26 +0000 (19:23 +0000)]
rename poorly named offsets
Derek Foreman [Sun, 18 May 2003 19:23:04 +0000 (19:23 +0000)]
add stubs for pipecross and rectangle
Derek Foreman [Sun, 18 May 2003 19:08:26 +0000 (19:08 +0000)]
fix poor naming of default offset
Derek Foreman [Sun, 18 May 2003 19:07:42 +0000 (19:07 +0000)]
fix poor naming of the default offset
Scott Moynes [Sun, 18 May 2003 17:49:17 +0000 (17:49 +0000)]
this is actually xor :) - fixing the focus search function to not return NULL if no valid group members exist to be a transient for
Dana Jansens [Sun, 18 May 2003 17:37:03 +0000 (17:37 +0000)]
proper check to see if something was raised, the it==NULL would cause it to always return, incorrectly.
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.
Scott Moynes [Sun, 18 May 2003 16:10:38 +0000 (16:10 +0000)]
Indentation stuff
Dana Jansens [Sun, 18 May 2003 03:55:17 +0000 (03:55 +0000)]
actually optional now.
Dana Jansens [Sun, 18 May 2003 03:40:44 +0000 (03:40 +0000)]
make LIBSN optional
Dana Jansens [Sun, 18 May 2003 03:32:34 +0000 (03:32 +0000)]
grab the mouse during focus cycling. this removes the bug of focusing following the mouse when the popup disappears and fuck up your cycling.
Dana Jansens [Sun, 18 May 2003 03:17:42 +0000 (03:17 +0000)]
need the libsn flags
Dana Jansens [Sun, 18 May 2003 02:50:32 +0000 (02:50 +0000)]
needs the libsn flags to use openbox.h now
Scott Moynes [Sun, 18 May 2003 02:17:39 +0000 (02:17 +0000)]
Clean up on destroy.
Dana Jansens [Sun, 18 May 2003 02:10:26 +0000 (02:10 +0000)]
add (optional) support for showing a busy cursor via startup notification
Scott Moynes [Sun, 18 May 2003 01:12:18 +0000 (01:12 +0000)]
Added stat() based timed menu update.
Needs parser before it is useful.
Dana Jansens [Sat, 17 May 2003 15:16:45 +0000 (15:16 +0000)]
disallow drag events on title buttons.
dont redraw title button when the wheel buttons are used on them.
Dana Jansens [Fri, 16 May 2003 21:34:00 +0000 (21:34 +0000)]
print the class not the name
Dana Jansens [Fri, 16 May 2003 21:32:42 +0000 (21:32 +0000)]
get all the strings!
Dana Jansens [Fri, 16 May 2003 20:20:33 +0000 (20:20 +0000)]
save the dock's class/name for future evil purposes!
also print names of windows being managed/unmanaged
Dana Jansens [Fri, 16 May 2003 20:07:49 +0000 (20:07 +0000)]
discourage floating a bit, capitalize better.
Dana Jansens [Fri, 16 May 2003 19:32:22 +0000 (19:32 +0000)]
FUCK dock is not an array anymore!
Dana Jansens [Fri, 16 May 2003 19:15:56 +0000 (19:15 +0000)]
give the dock a strut and use it
Scott Moynes [Fri, 16 May 2003 19:12:06 +0000 (19:12 +0000)]
Fixed child wait.
Dana Jansens [Fri, 16 May 2003 18:34:51 +0000 (18:34 +0000)]
remove debug prints
Dana Jansens [Fri, 16 May 2003 18:34:29 +0000 (18:34 +0000)]
dockapps are ObWindows now.
set the type when creating new dockapps.
Dana Jansens [Fri, 16 May 2003 18:12:28 +0000 (18:12 +0000)]
add stdio.h
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.
Dana Jansens [Fri, 16 May 2003 15:15:30 +0000 (15:15 +0000)]
movnig shit around
Dana Jansens [Wed, 14 May 2003 18:40:33 +0000 (18:40 +0000)]
watch out for not loading the timed_menu plugin
Dana Jansens [Wed, 14 May 2003 18:25:51 +0000 (18:25 +0000)]
pass teh correct values for config notify events
Scott Moynes [Wed, 14 May 2003 03:34:29 +0000 (03:34 +0000)]
Added a menu to read from a pipe.
File descriptors added to the event loop.
Dana Jansens [Sun, 11 May 2003 23:59:16 +0000 (23:59 +0000)]
watch out for stacking_list
Dana Jansens [Sun, 11 May 2003 23:57:56 +0000 (23:57 +0000)]
add opaque move/resize to the rc3
Dana Jansens [Sun, 11 May 2003 23:34:27 +0000 (23:34 +0000)]
was using the frame window in the stacking list hint
Dana Jansens [Sun, 11 May 2003 23:31:43 +0000 (23:31 +0000)]
add internal popups n shit to the stacking list.
some cleanups for the stacking order hint.
add non-opaque move/resize. cant toggle it yet.
Dana Jansens [Sun, 11 May 2003 21:39:25 +0000 (21:39 +0000)]
rm comment for shit i fixed
Dana Jansens [Sun, 11 May 2003 21:19:05 +0000 (21:19 +0000)]
updated... it sucks tho anyways
Dana Jansens [Sun, 11 May 2003 20:19:00 +0000 (20:19 +0000)]
not everything in the stacking_list is a client anymore
Dana Jansens [Sun, 11 May 2003 19:50:30 +0000 (19:50 +0000)]
Menus put themselves into the stacking list.
Clicking on the menu (but not on an entry) will raise it.
Dana Jansens [Sun, 11 May 2003 19:44:33 +0000 (19:44 +0000)]
Clients Menus and Slits are all 'ObWindow's now.
Stacking is done with ObWindows.
Slits add themselves to the stacking order, as do clients of course.
Added some macros for adding/removing to the stacking order.
Dana Jansens [Sun, 11 May 2003 17:49:12 +0000 (17:49 +0000)]
garb press events so they dont break bindings... X sucks
Dana Jansens [Sun, 11 May 2003 17:45:21 +0000 (17:45 +0000)]
grab button events on the slit so they dont go through to root
Dana Jansens [Sun, 11 May 2003 17:31:23 +0000 (17:31 +0000)]
use the size of the icon window for slit apps, not the client window
Dana Jansens [Sun, 11 May 2003 05:15:59 +0000 (05:15 +0000)]
cleanups
Dana Jansens [Sun, 11 May 2003 05:15:43 +0000 (05:15 +0000)]
can drag slit-apps around in the slit
Dana Jansens [Sat, 10 May 2003 22:33:24 +0000 (22:33 +0000)]
add autohiding to the slit
Dana Jansens [Sat, 10 May 2003 22:20:08 +0000 (22:20 +0000)]
some slit fixes, support resizing slitapps
Dana Jansens [Sat, 10 May 2003 21:33:21 +0000 (21:33 +0000)]
rm the tools dir
Dana Jansens [Sat, 10 May 2003 20:53:22 +0000 (20:53 +0000)]
rm this garbage...
Dana Jansens [Sat, 10 May 2003 20:52:32 +0000 (20:52 +0000)]
add a slit to the kernel
Dana Jansens [Sat, 10 May 2003 20:52:17 +0000 (20:52 +0000)]
ignore the build shit
Dana Jansens [Sat, 10 May 2003 20:51:07 +0000 (20:51 +0000)]
add the sgml dir
Dana Jansens [Sat, 10 May 2003 16:03:06 +0000 (16:03 +0000)]
make the client menu not have a title
Dana Jansens [Sat, 10 May 2003 15:51:44 +0000 (15:51 +0000)]
be more careful about ignoring focusin/out event pairs
Scott Moynes [Sat, 10 May 2003 15:30:47 +0000 (15:30 +0000)]
tyop
Scott Moynes [Sat, 10 May 2003 15:12:27 +0000 (15:12 +0000)]
Turn off timed_menu by default
Scott Moynes [Sat, 10 May 2003 14:51:27 +0000 (14:51 +0000)]
Timed menu that reads output from a process while the window is hidden
Scott Moynes [Sat, 10 May 2003 14:50:39 +0000 (14:50 +0000)]
whitespace
Scott Moynes [Fri, 9 May 2003 23:29:41 +0000 (23:29 +0000)]
fixor
Dana Jansens [Fri, 9 May 2003 23:24:07 +0000 (23:24 +0000)]
nice merge
Scott Moynes [Fri, 9 May 2003 23:15:28 +0000 (23:15 +0000)]
Menu uber patch
Since we have no menu parser see menu_startup() to customize
Dana Jansens [Fri, 9 May 2003 22:53:11 +0000 (22:53 +0000)]
add a client_activate function, use it for net_wm_active mesgs and for focus cycling.
Dana Jansens [Fri, 9 May 2003 22:37:19 +0000 (22:37 +0000)]
unshade windows when you cycle focus to them
Dana Jansens [Fri, 9 May 2003 19:58:08 +0000 (19:58 +0000)]
add shit that i made in the last week!
Dana Jansens [Fri, 9 May 2003 16:57:17 +0000 (16:57 +0000)]
all my changes while i was offline.
better alt-tabbing. better transient handling. i dont even know. lots of fucking cool shit so WATCH the FUCK OUT.
Marius Nita [Wed, 30 Apr 2003 18:42:32 +0000 (18:42 +0000)]
thoughts and shit
Dana Jansens [Mon, 28 Apr 2003 19:36:59 +0000 (19:36 +0000)]
move windows before calcing struts. watch for windows on DESKTOP_ALL when removeing a desktop
Dana Jansens [Sun, 27 Apr 2003 22:33:38 +0000 (22:33 +0000)]
a more correct for the missing frame problem. don't restack windows when changing the window's layer while it is being managed.
Dana Jansens [Sun, 27 Apr 2003 22:25:15 +0000 (22:25 +0000)]
watch for windows without frames, they can be in the transient order before they get fully managed
Dana Jansens [Sun, 27 Apr 2003 17:17:53 +0000 (17:17 +0000)]
no longer pertinent
Dana Jansens [Sun, 27 Apr 2003 17:08:40 +0000 (17:08 +0000)]
fix window icon rendering, was using incorrect size.
Dana Jansens [Sun, 27 Apr 2003 02:31:55 +0000 (02:31 +0000)]
its G_BYTE_ORDER not G_ENDIAN.
This page took 0.051256 seconds and 4 git commands to generate.