Re: [Wine] Tmax Window(a propietary OS) using Wine?

2009-07-08 Thread Austin English
On Tue, Jul 7, 2009 at 9:43 PM, Ben Kleinshackl...@gmail.com wrote: 2009/7/8 Austin English austinengl...@gmail.com: -- Forwarded message -- From: nengad24 wineforum-u...@winehq.org -- snip -- Yesterday a korean company has released a new OS which is compatible with MS

Re: [1/3] WineD3D: An indirect address op can adjust min and max at the same time

2009-07-08 Thread Henri Verbeet
2009/7/7 Stefan Dösinger ste...@codeweavers.com: if (reg-idx = ((IWineD3DVertexShaderImpl *)This)-min_rel_offset) +{ ((IWineD3DVertexShaderImpl *)This)-min_rel_offset = reg-idx; -else if (reg-idx =

Re: [Wine] Tmax Window(a propietary OS) using Wine?

2009-07-08 Thread Austin Lund
2009/7/8 Austin English austinengl...@gmail.com: On Tue, Jul 7, 2009 at 9:43 PM, Ben Kleinshackl...@gmail.com wrote: 2009/7/8 Austin English austinengl...@gmail.com: -- Forwarded message -- From: nengad24 wineforum-u...@winehq.org -- snip -- Yesterday a korean company has

RE: [Wine] Tmax Window(a propietary OS) using Wine?

2009-07-08 Thread Nicklas Börjesson
Surely the wine test suite would be a rough guide. Some more information(a marketwire article): http://www.marketwire.com/press-release/Tmax-1013937.html The company behind it: http://us.tmaxsoft.com/jsp/main.jsp //Nicklas

Re: [1/3] WineD3D: An indirect address op can adjust min and max at the same time

2009-07-08 Thread Stefan Dösinger
Am Wednesday 08 July 2009 08:46:02 schrieb Henri Verbeet: If you're going to fix it, you might as well fix it properly. There's no point in assigning min_rel_offset or max_rel_offset if they're already the same as reg-idx. Hmm true. Its a minor detail, but I send a new patch

Re: winhttp(2/5): Simplify netconn_resolve when using getaddrinfo

2009-07-08 Thread Hans Leidekker
Hi Juan, -*sa_len = sizeof(struct sockaddr_in); -memset( sa, 0, sizeof(struct sockaddr_in) ); -memcpy( ((struct sockaddr_in *)sa)-sin_addr, ((struct sockaddr_in *)res-ai_addr)-sin_addr, sizeof(struct in_addr) ); -((struct sockaddr_in *)sa)-sin_family = res-ai_family; -

Obsolete print dialogs in comdlg32?

2009-07-08 Thread Frédéric Delanoy
Hi, During update of translation of comdlg32 dialogs, I saw that some printing dialogs seem broken, namely PRINT and PRINT_SETUP, while PRINT32 and PRINT32_SETUP look OK. I checked some programs and the PRINT[_SETUP] dialogs don't seem to be used (a casual check in the code didn't find usages).

Re: transl and sublangs are not showing neutral

2009-07-08 Thread Ricardo Filipe
2009/7/8 Paul Vriens paul.vriens.w...@gmail.com Paul Vriens wrote: Ricardo Filipe wrote: hi mikolaj, in transl the Portuguese language (not Portugese :( ) is not showing most of the neutral strings for it's sublangs (portugal and brazil). i think this is not how it should be... in each

Re: [comctl32/tests] Fix test failures with comctl32 = 5.80

2009-07-08 Thread Nikolay Sivov
Paul Vriens wrote: Hi, Most of them are with comctl32 = 5.80 but there seem to be some different failures for 4.70. And not all failures for = 5.80 are on 4.70. I didn't think changing the comment for that is a big deal. I don't have 4.70 on any of my boxes but I've tested with 4.72.

Re: winhttp(2/5): Simplify netconn_resolve when using getaddrinfo

2009-07-08 Thread Juan Lang
This causes test failures, you can't ignore the port. Thanks Hans, I'll rework it. --Juan

Re: Obsolete print dialogs in comdlg32?

2009-07-08 Thread Austin English
2009/7/8 Frédéric Delanoy frederic.dela...@gmail.com: Hi, During update of translation of comdlg32 dialogs, I saw that some printing dialogs seem broken, namely PRINT and PRINT_SETUP, while PRINT32 and PRINT32_SETUP look OK. I checked some programs and the PRINT[_SETUP] dialogs don't seem

Re: transl and sublangs are not showing neutral

2009-07-08 Thread Ricardo Filipe
2009/7/8 Paul Vriens paul.vriens.w...@gmail.com Ricardo Filipe wrote: 2009/7/8 Paul Vriens paul.vriens.w...@gmail.com mailto: paul.vriens.w...@gmail.com Paul Vriens wrote: Ricardo Filipe wrote: hi mikolaj, in transl the Portuguese language (not

Font problem in Notepad -- regression today

2009-07-08 Thread Susan Cragin
Notepad is behaving very strangely today. It crashes every time I try to change the font. However, when I tried to trace the problem using winedbg, the font changed fine, after the following fixme showed up. Then when I closed the winedbg terminal window, notepad closed too. su...@ubuntu:~$

Re: transl and sublangs are not showing neutral

2009-07-08 Thread Paul Vriens
Ricardo Filipe wrote: 2009/7/8 Paul Vriens paul.vriens.w...@gmail.com mailto:paul.vriens.w...@gmail.com Ricardo Filipe wrote: 2009/7/8 Paul Vriens paul.vriens.w...@gmail.com mailto:paul.vriens.w...@gmail.com mailto:paul.vriens.w...@gmail.com

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-08 Thread Adam Strzelecki
James, Well actually you can easily access all Obj-C features trough the following pure C API: http://developer.apple.com/documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html Is this still true? I would like to convert what work we do have into c level code so that it will

Re: transl and sublangs are not showing neutral

2009-07-08 Thread Paul Vriens
Ricardo Filipe wrote: 2009/7/8 Paul Vriens paul.vriens.w...@gmail.com mailto:paul.vriens.w...@gmail.com Ricardo Filipe wrote: 2009/7/8 Paul Vriens paul.vriens.w...@gmail.com mailto:paul.vriens.w...@gmail.com mailto:paul.vriens.w...@gmail.com

Re: [Wine] Tmax Window(a propietary OS) using Wine?

2009-07-08 Thread Ben Klein
2009/7/8 Austin English austinengl...@gmail.com: On Tue, Jul 7, 2009 at 9:43 PM, Ben Kleinshackl...@gmail.com wrote: 2009/7/8 Austin English austinengl...@gmail.com: -- Forwarded message -- From: nengad24 wineforum-u...@winehq.org -- snip -- Yesterday a korean company has

Re: Fwd: [Wine] Tmax Window(a propietary OS) using Wine?

2009-07-08 Thread Scott Ritchie
Austin English wrote: -- Forwarded message -- From: nengad24 wineforum-u...@winehq.org Date: Tue, Jul 7, 2009 at 5:54 AM Subject: [Wine] Tmax Window(a propietary OS) using Wine? To: wine-us...@winehq.org Hi, Im posting here the next doubt: Yesterday a korean company

Translations/locale

2009-07-08 Thread Ken Sharp
Can someone tell me what's going on on this page http://source.winehq.org/transl/lang.php?lang=009%3A00 ? If you click on the bottom links (locales) I see a message Invalid resource file. Does this mean the resource file doesn't exist, or is there a little oops in the links? Thanks, Ken.

Re: comctl32: Fix dialog ('Next' button was hidden)

2009-07-08 Thread Aurimas Fišeras
On 07/08/2009 10:31 PM, Frédéric Delanoy wrote: I think it should be under the button Finish, so that the Finish button can be shown in the same place instead of Next on the last wizard page.