Re: Translations/locale

2009-07-08 Thread Paul Vriens
Paul Vriens wrote: Ken Sharp wrote: 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 lit

Re: Translations/locale

2009-07-08 Thread Paul Vriens
Ken Sharp wrote: 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 link

Re: winex11.drv: Handle clipboard on an auxiliary thread for windowless apps (try 3)

2009-07-08 Thread Dmitry Timoshkov
"Yuri Khan" wrote: +void selection_acquire(void) Should be 'static'. +DWORD WINAPI selection_thread_proc(LPVOID lphwnd) Should be 'static'. What's the purpose of such a parameter name? 'dummy', 'unused' or just 'param' would be better IMO. +{ +HANDLE handles[1]; + +selection_acq

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.

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: Fwd: [Wine] Tmax Window(a propietary OS) using Wine?

2009-07-08 Thread Scott Ritchie
Austin English wrote: > -- Forwarded message -- > From: nengad24 > 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 has released a ne

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

2009-07-08 Thread Ben Klein
2009/7/8 Austin English : > On Tue, Jul 7, 2009 at 9:43 PM, Ben Klein wrote: >> 2009/7/8 Austin English : >>> -- Forwarded message -- >>> From: nengad24 >>> -- snip -- >>> Yesterday a korean company has released a new OS which is compatible >>> with MS Windows Apps. >>> -- snip --

Re: transl and sublangs are not showing neutral

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

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 pa

Re: transl and sublangs are not showing neutral

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

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:~$ w

Re: transl and sublangs are not showing neutral

2009-07-08 Thread Ricardo Filipe
2009/7/8 Paul Vriens > Ricardo Filipe wrote: > >> >> >> 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 >>sh

Re: Obsolete print dialogs in comdlg32?

2009-07-08 Thread Austin English
2009/7/8 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 casua

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: [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. Chan

Re: transl and sublangs are not showing neutral

2009-07-08 Thread Ricardo Filipe
2009/7/8 Paul Vriens > 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 sublang

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: 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; -(

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: [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