kojima
7ab70f692f
fixed typo bug in WPrefs/WindozeCycling
...
commented out unfinished background stuff in WPrefs
added updated potfiles
fixed circulate raise
2001-01-06 23:52:00 +00:00
id
bb7314ddac
remove plugin
2001-01-06 18:59:12 +00:00
id
ddf5fe3abe
remove plugins
2001-01-06 18:58:29 +00:00
id
8fb5a4c7fe
remove drawstring plugins
2001-01-06 18:54:15 +00:00
id
142db0ae2a
remove drawstring plugin
2001-01-06 18:42:42 +00:00
kojima
0b9cfd7c8e
applied hadess patch for gnome panel
2001-01-06 17:05:50 +00:00
kojima
3874f848c1
fixed compilation probs with SGI cc
2001-01-06 01:52:27 +00:00
kojima
068c5a94b1
fixed some bugs
...
made click on windows that are unfocused windows focus them on sloppy/evil focus mode
2001-01-05 22:39:01 +00:00
kojima
f1e5fdcf69
removed some unused compiletime option
2001-01-04 23:09:45 +00:00
kojima
0d7b4d633b
some option summary text fixes
2001-01-04 23:08:40 +00:00
id
ad4fd02247
fix xthing
2000-12-25 01:24:43 +00:00
id
e541b9433b
fix
2000-12-17 10:57:41 +00:00
id
bc494d2c7b
fix problem on solid
2000-12-17 04:43:42 +00:00
id
ecefdc6171
fix tiny thing
2000-12-17 04:26:53 +00:00
id
8ca4a67a24
changes related to plugin system & drawstring
2000-12-11 03:10:26 +00:00
id
2d063d279e
fix fix
2000-12-09 12:16:35 +00:00
id
57d9e81c2d
fix solid color for framewin with plugin
2000-12-09 08:34:07 +00:00
id
0e34a7ae28
fix solid color when using plugin.
2000-12-09 01:23:18 +00:00
id
2574e2e56a
fix another drawstring bug, looks like final one, indeed :)
2000-12-07 01:40:54 +00:00
id
aa280f3925
fix drawstring plugin support
2000-12-06 22:49:11 +00:00
id
756ab2c019
pass texture to plugin so it doesn't have to grab from title bar.
...
add experiment plugin support to menu entry, performance need to
be improved. I'm thinking of making a compressed expose event geometry.
2000-12-06 16:34:58 +00:00
id
5d0157cf7b
pass pixmap to the plugin.
2000-12-05 00:53:11 +00:00
id
932cfc1bd4
drawstring plugin and a small change in vdesk
2000-12-03 14:04:08 +00:00
id
de969c0b5e
extendable drawstring function, hopefully last change to the function.
2000-11-30 15:37:27 +00:00
id
1752587a4a
Make draw string plugin more extendable in future.
2000-11-30 15:32:19 +00:00
id
867ed95485
destroy func must has the arguments to consider the right destroy sub-func.
2000-11-30 01:53:43 +00:00
id
331e85fd85
destroyDrawString
2000-11-30 00:26:59 +00:00
dan
211ccf79f4
.
2000-11-29 05:23:46 +00:00
dan
bb6182f4f7
Fixed the buryChild thingie about the zombies problem.
2000-11-29 05:15:59 +00:00
id
1a754844bb
gnome panel patch code and pass full text to the plugin
2000-11-28 01:20:52 +00:00
id
4ec9827c4e
oops again
2000-11-25 21:22:12 +00:00
id
1f22c07051
Add delay to send configure notify in virtual edge and
...
fix a bug in move window with keyboard.
2000-11-25 21:06:31 +00:00
dan
4eb26a0bd3
Some changes that try to address the zombie proccesses some people seem
...
to have.
2000-11-25 04:13:39 +00:00
id
a9b75e03e2
cleaning
2000-11-23 10:15:21 +00:00
id
9d44d6c177
I changed unsigned int to just int for window width because it
...
confused some comparitions and while other widths use int.. hope
that won't cause bugs.
2000-11-22 07:36:48 +00:00
id
6aafaaa63c
auto shrink & expand vdesk
2000-11-21 19:30:16 +00:00
id
8055698df0
forget something in v edge
2000-11-20 01:57:17 +00:00
id
b0506c3737
Changes relate to virtual edge.
2000-11-19 10:33:41 +00:00
id
816ce22875
Changes relate to virtual edge.
2000-11-17 02:10:32 +00:00
id
4d41658e1a
fix a typo.
2000-11-11 17:58:16 +00:00
dan
cd57646835
Put back check for root menu.
2000-11-10 18:20:34 +00:00
dan
b0dbbb3536
- fixed uncompilable tree.
...
- wrong parameter passed in some tabview function.
2000-11-09 21:22:47 +00:00
kojima
d9d5a52200
added shortcut to switch screens
2000-11-09 17:42:20 +00:00
dan
f7b4e85525
- added the wraster lib dependancies at link time, so they will be
...
written in the libwraster.la file allowing automatic linking against
all the libs libwraster depends upon without specifing them again when
linking programs that use libwraster. -lwraster will be enough.
2000-11-06 03:24:30 +00:00
dan
a81a0685ef
- added a new version of wstrappend() with different behavior from the
...
old one (the one renamed to wstrconcat). The new wstrappend(dst, src)
will modify and return dst, without creating a new string to hold the
result, except if dst==NULL, in which case its equivalent to calling
wstrdup(src)
2000-11-02 02:51:53 +00:00
dan
2bd2b72af9
- renamed wstrappend() to wstrconcat().
...
be sure to replace wstrappend() with wstrconcat() anywhere in your code
because a new wstrappend() function will be implemented that will have
different semantics and if your code will use the new one instead of
the old will break.
2000-11-01 15:40:15 +00:00
dan
497e34b6b8
- Replaced all free() with wfree() where appropriate
...
- Fixed some memory leaks
2000-10-31 14:57:22 +00:00
dan
d892cd0ea1
Fixed a duplicate PLRelease() call.
2000-10-01 02:43:31 +00:00
dan
cd6639ccc7
Fix for incorrect automatic palcement of windows if there were shaded
...
windows on the other workspaces.
2000-09-30 03:46:07 +00:00
dan
4193d2265d
- Added WMSetWindowUserPosition()
...
- Replaced FlattenStringList() and TokenizeString() with wtokenjoin()
respective wtokensplit() from WINGs
2000-09-26 00:35:33 +00:00