Re: Icons [in Server Test 87]

2003-05-31 Thread Earle F. Philhower, III
doesn't have a mask so I generate a solid black one (meaning you should get a solid white background on which to draw the black bars and graph in the icon)... -- -Earle F. Philhower, III [EMAIL PROTECTED] http://www.ziplabel.com

Re: Icons [in Server Test 87]

2003-05-31 Thread Earle F. Philhower III
); + } All the rest are fantastic!!! That's REALLY a kicker, the same kind of mask creation is done without regard to the source image depth! -Earle F. Philhower, III [EMAIL PROTECTED] cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com

Re: Icons [in Server Test 87]

2003-05-31 Thread Earle F. Philhower III
laptop @32bpp run A-OK whereas the old code had the same problem you're seeing. This is a diff against test87 clean... -Earle F. Philhower, III [EMAIL PROTECTED] cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com icon_ati.diff.bz2 Description: Binary data

Re: Custom icons + MouseUp fix

2003-05-31 Thread Earle F. Philhower III
, with those 20 windows up move your mouse outside them on the Windoze desktop and you'll notice the eyes are following in real time, much faster than before. As bugs go it's pretty benign, and would take another global variable to hold the timer ID to fix... -Earle F. Philhower, III [EMAIL

Re: Custom icons + MouseUp fix

2003-05-30 Thread Earle F. Philhower III
in a check in the WM_TIMER which is already in there to kludge WM_MOUSEMOVEs when the pointer is not in an X owned window. It's gone through 2 days of me beating on it for real work and it seems OK. -Earle F. Philhower, III [EMAIL PROTECTED] cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com

RE: Custom icons per window class/name patch

2003-05-29 Thread Earle F. Philhower III
bit modes. Icons larger than 16x16 seem to have OK 1-bit masks, it's pretty odd! -Earle F. Philhower, III [EMAIL PROTECTED] cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com

RE: Custom icons per window class/name patch

2003-05-29 Thread Earle F. Philhower, III
like a red herring anyway, I can't fault any 'normal' (as in longstanding) X app icon handling through XWin! Could be, it's not too big of a deal anyway since the masks seem to be OK (OTW you would have a non-white clock face...) -- -Earle F. Philhower, III [EMAIL PROTECTED

RE: Custom icons + MouseUp fix

2003-05-29 Thread Earle F. Philhower III
() since that's only legal for a client to do. I suppose I could post something to the WM thread but that's a real ugly kludge. -Earle F. Philhower, III [EMAIL PROTECTED] cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com

Re: Custom icons + MouseUp fix

2003-05-29 Thread Earle F. Philhower III
Howdy Harold, At 12:04 AM 5/29/2003 -0400, you wrote: Whatever you do, don't send a patch for the mouse release fix until I can make another test release. I am getting swamped with patches here. Thanks. OK, truce! -Earle F. Philhower, III [EMAIL PROTECTED] cdrlabel - ZipLabel - FlpLabel

Re: Few minor issues

2003-05-29 Thread Earle F. Philhower III
the dialog box */ ShowWindow (g_hDlgExit, SW_SHOW); -Earle F. Philhower, III [EMAIL PROTECTED] cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com

RE: Custom icons per window class/name patch

2003-05-27 Thread Earle F. Philhower, III
with another. The class, name, and role can still be used for the 2nd chance iconification of windows (the LoadImage() call referencing xwin.ini). I'll throw a patch together tonight for this unless someone beats me to it. -- -Earle F. Philhower, III [EMAIL PROTECTED] http://www.ziplabel.com

RE: Custom icons per window class/name patch

2003-05-27 Thread Earle F. Philhower III
customization better, through ~/.xinitrc and PNG/JPG/etc. * Small icon bitmask problem? -Earle F. Philhower, III [EMAIL PROTECTED] cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com from_86.diff.bz2 Description: Binary data

RE: Custom icons per window class/name patch

2003-05-27 Thread Earle F. Philhower III
, you don't wanna do a long konqueror remote run, trust me) at 32bpp with the 16x16 icons. That would narrow down where to look by a lot. -Earle F. Philhower, III [EMAIL PROTECTED] cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com

RE: Custom icons per window class/name patch

2003-05-27 Thread Earle F. Philhower III
56k modem is unpleasant to say the least. Toutefois, I think pretty much anyone should be able to put in support for the _NET_ICON format since the 24/32bpp scaler seems to be working pretty well. -Earle F. Philhower, III [EMAIL PROTECTED] cdrlabel - ZipLabel - FlpLabel http://www.cdrlabel.com

Local xload for cygwin

2003-05-27 Thread Earle F. Philhower III
customizable than the Windows task manager. This means when you run window managers that swallow xload into their taskbars, they work 100% under cygwin... http://bugs.xfree86.org//cgi-bin/bugzilla/show_bug.cgi?id=305 -Earle F. Philhower, III [EMAIL PROTECTED] cdrlabel - ZipLabel - FlpLabel http

<    1   2