http://bugs.winehq.org/show_bug.cgi?id=9030
Boran Car <boran.car(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #28283|0 |1
is obsolete| |
Attachment #28284|0 |1
is obsolete| |
--- Comment #32 from Boran Car <boran.car(a)gmail.com> 2010-07-13 13:55:20 ---
Created an attachment (id=29576)
--> (http://bugs.winehq.org/attachment.cgi?id=29576)
Army Men legal screen
--
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=9030
--- Comment #31 from Boran Car <boran.car(a)gmail.com> 2010-07-13 13:53:45 ---
I have modified GetSystemPaletteEntries to return the standard 20 color Windows
palette entries every time. The results I have seen are astonishing. The
problem was that GetSystemPaletteEntries was returning the all (0,0,0) palette
entries and Army Men was passing those palette entries to DirectDraw
CreatePalette. The hack by Pavel Prochazka worked because the palette entries
were passed by reference, hence the function CreatePalette modified something
outside. If you try to copy the palette entries inside DirectDraw
CreatePalette, and modify the copy, you will see a black screen again.
--
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=1158
--- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> 2010-07-13 13:44:19 ---
The default layout can be specified in resources in various way, and it's in
general inherited by child windows.
http://msdn.microsoft.com/en-us/goglobal/bb688119.aspx is a good overview
(though of course we'll need test cases to confirm this).
--
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=1158
--- Comment #17 from Paul Vriens <Paul.Vriens.Wine(a)gmail.com> 2010-07-13 13:34:38 ---
I can agree on the MENU's. I did see some strange things with respect to
DIALOG's though.
We need tests on Windows of course (with a lot of variables) to see when
Windows 'decides' to go RTL and if this also is inherited by DIALOG's or child
windows (and their MENU's). It's a good thing Ge installed an Arabic testbot ;)
--
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=1158
--- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> 2010-07-13 13:25:24 ---
True, you don't want to change the menu styles. Basically the whole coordinate
system needs to be reversed for a window with an RTL layout, even bitmaps get
flipped around.
--
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=1158
--- Comment #15 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-07-13 13:20:17 ---
I might be wrong cause I don't know i18n stuff so well, but it seems to me that
adjusting resources is a wrong way cause an RTL look should be derived from
locale somehow, maybe including default RTL style for windows etc. Anyway items
should be properly arranged too - leftmost in LTR will be rightmost in RTL
which isn't a case with this patch I guess. This flag is about to place item in
a opposite side of a normal item start position, like some apps do for Help
item, right?
--
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=1158
Paul Vriens <Paul.Vriens.Wine(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Paul.Vriens.Wine(a)gmail.com
--- Comment #14 from Paul Vriens <Paul.Vriens.Wine(a)gmail.com> 2010-07-13 13:10:32 ---
The patch looks a bit weird when viewed online (depending on the browser) as
the browser tries to be smart ;)
--
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.