http://bugs.winehq.org/show_bug.cgi?id=9859
Summary: File / Browse fails in Photoshop CS2
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The File / Browse menu item fails in Photoshop CS2 tryout;
an error dialog box pops up saying
"Error 2: photoshop is undefined.
Line: 1
--> photoshop.invokeBridge(false, false, '');"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9343
Summary: Greek resource file for common control
Product: Wine
Version: 0.9.43.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djapal(a)gmail.com
Created an attachment (id=7631)
--> (http://bugs.winehq.org/attachment.cgi?id=7631)
the resource file
Greek resource file for common control
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10640
Summary: Change to modern Windows colours - not enough
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bammzilla(a)gabriana.com
While I appreciate (and love) the patch by Alexander Nicolaysen Sørnes
entitled "user32: Change to modern Windows colours", I think the change is not
enough.
I did a fresh install of Windows XP, and compared the colors found in the patch
for DefSysColors to the Windows XP registry key "HKEY_CURRENT_USER\Control
Panel\Colors" and found that the following still need to be changed:
"ActiveTitle" from "0 0 128" to "10 36 106"
"ButtonDkShadow" from "0 0 0" to "64 64 64"
"ButtonLight" from "224 224 224" to "212 208 200"
"GradientActiveTitle" from "16 132 208" to "166 202 240"
"GradientInactiveTitle" from "181 181 181" to "192 192 192"
"Hilight" from "0 0 128" to "10 36 106"
"MenuHilight" from "0 0 0" to "10 36 106"
In addition, Windows XP's registry contains the following entries not found in
Wine's DefSysColors function:
"ButtonAlternateFace"="181 181 181"
"HotTrackingColor"="0 0 128"
"InfoBorder"="41 3 2"
"InfoText"="0 0 0"
"InfoWindow"="255 255 225"
Although Wine does not use the additions yet, it might be useful to have them
too in case future enhancements to Wine needs them.
I also suggest that the entries be arranged alphabetically for people browsing
the code to easily find what they are looking for.
I therefore suggest the following content for the DefSysColors function,
properly alphabetized:
static const char * const DefSysColors[] =
{
"ActiveBorder", "212 208 200", /* COLOR_ACTIVEBORDER */
"ButtonAlternateFace", "181 181 181" /* COLOR_BUTTONALTERNATEFACE */
"ActiveTitle", "0 0 128", /* COLOR_ACTIVECAPTION */
"AppWorkSpace", "128 128 128", /* COLOR_APPWORKSPACE */
"Background", "0 128 128", /* COLOR_BACKGROUND */
"ButtonDkShadow", "0 0 0", /* COLOR_3DDKSHADOW */
"ButtonFace", "212 208 200", /* COLOR_BTNFACE */
"ButtonHilight", "255 255 255", /* COLOR_BTNHIGHLIGHT */
"ButtonLight", "224 224 224", /* COLOR_3DLIGHT */
"ButtonShadow", "128 128 128", /* COLOR_BTNSHADOW */
"ButtonText", "0 0 0", /* COLOR_BTNTEXT */
"GradientActiveTitle", "16 132 208", /* COLOR_GRADIENTACTIVECAPTION */
"GradientInactiveTitle", "181 181 181", /* COLOR_GRADIENTINACTIVECAPTION */
"GrayText", "128 128 128", /* COLOR_GRAYTEXT */
"Hilight", "0 0 128", /* COLOR_HIGHLIGHT */
"HilightText", "255 255 255", /* COLOR_HIGHLIGHTTEXT */
"HotTrackingColor", "0 0 128" /* COLOR_HOTTRACKINGCOLOR */
"InactiveBorder", "212 208 200", /* COLOR_INACTIVEBORDER */
"InactiveTitle", "128 128 128", /* COLOR_INACTIVECAPTION */
"InactiveTitleText", "212 208 200", /* COLOR_INACTIVECAPTIONTEXT */
"InfoBorder", "41 3 2" /* COLOR_INFOBORDER */
"InfoText", "0 0 0" /* COLOR_INFOTEXT */
"InfoWindow", "255 255 225" /* COLOR_INFOWINDOW */
"Menu", "212 208 200", /* COLOR_MENU */
"MenuBar", "212 208 200" /* COLOR_MENUBAR */
"MenuHilight", "0 0 0", /* COLOR_MENUHILIGHT */
"MenuText", "0 0 0", /* COLOR_MENUTEXT */
"Scrollbar", "212 208 200", /* COLOR_SCROLLBAR */
"TitleText", "255 255 255", /* COLOR_CAPTIONTEXT */
"Window", "255 255 255", /* COLOR_WINDOW */
"WindowFrame", "0 0 0", /* COLOR_WINDOWFRAME */
"WindowText", "0 0 0", /* COLOR_WINDOWTEXT */
};
other files touched by Alexander's patch should be updated accordingly, such as
display.rc, etc.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2405
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-01-28 05:44:57 ---
Closing all RESOLVED FIXED bugs older than four weeks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9170
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-01-28 05:44:57 ---
Closing all RESOLVED FIXED bugs older than four weeks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9837
Summary: Mouse cursor only visible in Safari when moving mouse.
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
URL: http://www.apple.com/safari/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)pajamian.dhs.org
In Safari beta 3.0.3 for windows running in Wine the mouse cursor is only
visible when moving the mouse or when one of the mouse buttons are held down
(dragging).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9774
Summary: Max Payne 1.05 - T-junction-like graphic bugs
Product: Wine
Version: 0.9.45.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
Hi there,
I recently installed Max Payne on Wine and I'm now in the progress of playing
the entire game on my Linux machine. It works fine but I encountered some
graphical bugs.
The bug is somehow like the old t-junction errors (I know them from my
half-life mapping experiences), causing single flashing pixels of some odd
color at points where game geometry is put together. Most of the time at
polygon edges. This errors appear nearly everywhere in the game, sometimes you
hardly notice them, but sometimes they are very intense.
I know for sure that when I played the game on my Windows machine there we no
t-junction errors at all.
I would like to supply some screenshots to illustrate the problem, but the
integrated screenshot functionality doesn't seem to work. It simply outputs a
completly black TGA file. I'm going to file another bugreport for this one.
Any idea how to get a screenshot with another method?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8910
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-01-28 05:44:51 ---
Closing all RESOLVED FIXED bugs older than four weeks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9836
Summary: Safari user interface is blacked out
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
URL: http://www.apple.com/safari/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)pajamian.dhs.org
Created an attachment (id=8303)
--> (http://bugs.winehq.org/attachment.cgi?id=8303)
Safari beta 3.0.3 screenshot.
The safari user interface looks like crap in Wine. See attached screenshot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10416
Summary: Guild Wars shines mispositioned
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ambro(a)b4ever.net
'shines' appear a little higher than they are supposed to appear. See the
screenshot. Can also be seen in fire in the main menu if compared to wine
0.9.48.
I've set OffscreenRenderingMode=fbo, otherwise the shines are composed of
squares, but still mispositioned.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.