http://bugs.winehq.org/show_bug.cgi?id=717
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |NEW
------- Additional Comments From Speeddymon(a)yahoo.com 2004-20-04 10:51 -------
UPDATE, I think that we should go ahead with the dummy icon.. That would
actually be closer to windows anyways because that is what windows whows for
unknown filetypes.. So we need someone to make the dummy icon (blank page with
the wine glass in the middle anyone?) and modify the source to show _that_
when the icon cant be created because the file doesnt exist, as opposed to just
completely failing. Then go back and further down in the source setup
something to go back and check for the files that didnt exist, and if they do,
modify the menu and desktop items to show the correct icon..
Dustin
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2165
------- Additional Comments From therealman11(a)yahoo.com 2004-20-04 00:56 -------
The software is used for curcuit diagramming and simulation. It usually gives
that error when it needs to redraw the canvas after moving a part around or
closing a dialog box. I can't test it any more as I don't have a suitable
machine. If you all really need me to test it, I think I could get access to
one though.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2101
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-18-04 20:34 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2180
bug-wine(a)sternwelten.at changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From bug-wine(a)sternwelten.at 2004-18-04 14:18 -------
i'll close my "bug",
sorry for the noise!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2180
bug-wine(a)sternwelten.at changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From bug-wine(a)sternwelten.at 2004-18-04 14:16 -------
thanks for your explanations
also found this feature documented at
http://www.winehq.org/site/docs/wine-user/config-fonts-main for carefully readers.
good job.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2086
------- Additional Comments From dclark(a)akamail.com 2004-18-04 11:24 -------
Go ahead and send the patch again. I do the list moderation and certainly did
not intentionally moderate it out. Being a "known user" is not required for
sending patches to the list.
But just in case you were not aware of it, if you just don't want postings
emailed to you, you can subscribe to the list and then after confirming your
subscription, go to your list configuration page and turn on " Disable mail
delivery". That will allow you to bypass moderation without being bothered by a
bunch of emails filling your inbox.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2101
treeve01(a)pi.be changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From treeve01(a)pi.be 2004-18-04 11:09 -------
printing now works again with wine-20040408
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2086
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hdavies(a)codeweavers.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-18-04 10:04 -------
CC:ing Huw Davies
It is quite possible that you patch didn't get through because it was moderated
out. In any case I cannot find it. You sould test and resubmit using CVS or at
least the latest tarball. This does look unreasonable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2086
------- Additional Comments From feulner.norbert(a)web.de 2004-18-04 04:40 -------
The Game is called 3D-Pinball for Windows - Space Cadet
I added the sugested Patch. I tried to send it
to wine-patches(a)winehq.com but I think it was rejected for I
am not a known user.
--- wine-20040309/objects/dib.c 2004-03-17 19:27:13.000000000 +0100
+++ wine-20040309/objects/dib.c.new 2004-03-17 15:31:20.000000000 +0100
@@ -177,9 +177,6 @@
GDI_ReleaseObj( hdc );
hdcMem = CreateCompatibleDC( hdc );
- hBitmap = CreateCompatibleBitmap(hdc, info->bmiHeader.biWidth,
- info->bmiHeader.biHeight);
- hOldBitmap = SelectObject( hdcMem, hBitmap );
if (info->bmiHeader.biCompression == BI_RLE4 ||
info->bmiHeader.biCompression == BI_RLE8) {
@@ -199,14 +196,20 @@
* ericP (2000/09/09)
*/
+ hBitmap = CreateCompatibleBitmap(hdc, info->bmiHeader.biWidth,
+ info->bmiHeader.biHeight);
/* copy existing bitmap from destination dc */
StretchBlt( hdcMem, xSrc, abs(info->bmiHeader.biHeight) - heightSrc
- ySrc,
widthSrc, heightSrc, hdc, xDst, yDst, widthDst,
heightDst,
dwRop );
+ SetDIBits(hdcMem, hBitmap, 0, info->bmiHeader.biHeight, bits,
+ info, wUsage /*DIB_RGB_COLORS*/);
+ } else {
+ hBitmap = CreateDIBitmap( hdc, &info->bmiHeader, CBM_INIT,
+ bits, info, wUsage );
}
- SetDIBits(hdcMem, hBitmap, 0, info->bmiHeader.biHeight, bits,
- info, wUsage);
+ hOldBitmap = SelectObject( hdcMem, hBitmap );
/* Origin for DIBitmap may be bottom left (positive biHeight) or top
left (negative biHeight) */
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.