http://bugs.winehq.org/show_bug.cgi?id=7905
Summary: Tool bar icons not all filled in with switcher cad III
Product: Wine
Version: CVS
Platform: PC
URL: http://www.linear.com/designtools/software/switchercad.j
sp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
dadc4248cf901d4a0bcbfaafacb29202f923ecc4 is first bad commit
diff-tree dadc4248cf901d4a0bcbfaafacb29202f923ecc4 (from
79e265accd5c2a35b6070baa737a21b74a06bbb0)
Author: MikoÃ…aj Zalewski <mikolaj(a)zalewski.pl>
Date: Tue Feb 6 23:12:46 2007 +0100
comctl32: toolbar: Copy bitmaps with CopyImage so that it works also for
DIBs (based on a patch by Oleg Krylov).
--
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=7809
------- Additional Comments From dmitry(a)codeweavers.com 2007-30-03 22:00 -------
Wine 0.9.34 was released yesterday, please retest with that version.
--
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=7861
------- Additional Comments From dmitry(a)codeweavers.com 2007-30-03 21:59 -------
The patch has been committed, please retest and close if appropriate.
--
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=2398
------- Additional Comments From david.w.holland(a)gmail.com 2007-30-03 21:01 -------
Unfortunately, this latest patch applied to 0.9.34 does not work at all with the
NWN Toolset.
The grid looks better, but the opengl window is offset, and where its supposed
to be is blank.
The menus are gone, as well as the nav stuff on the left.
I'll upload a screen shot after this message.
--
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=6900
------- Additional Comments From tom(a)dbservice.com 2007-30-03 19:49 -------
Created an attachment (id=5570)
--> (http://bugs.winehq.org/attachment.cgi?id=5570&action=view)
patch try 1
So.. seems like WoW requires offscreen pixelformats. Even with the old code, if
I commented out initialization of offscreen pixelformats, WoW crashed.
What's the reason to not provide offscreen pixelformats?
This patch does two things:
- init_formats() initializes offscreen pixelformats.
- ConvertPixelFormatWGLtoGLX() _needs_ to set '*fmt_count' even if
iPixelFormat is invalid (because of X11DRV_wglGetPixelFormatAttribivARB()).
--
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=7894
------- Additional Comments From development-wine(a)dt.com.au 2007-30-03 19:46 -------
Thanks for your help. Sorry, wasn't sure the source code would be much help.
I'll try to make it a command line test program in future. :-)
Option Explicit
Private Sub Command1_Click()
Dim X As Integer
X = CDec("&H58")
Label1.Caption = Str(X)
End Sub
Private Sub Form_Load()
End Sub
--
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=7880
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From alex(a)thehandofagony.com 2007-30-03 19:22 -------
All variables now need to be prefixed with an identifier, 's' for string, 'i'
for integer' and 'b' for bool, for example. The 'show all tests' works
because showAll happens to begin with an s. For the limit button, you could
just make it display the URL without the showAll argument, as it would then
display the default number of results, or you can fix it to use the
identifier.
--
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.