Re: comdlg32: Resize Find dialog to fit translations

2012-12-02 Thread Aurimas Fišeras
2012.12.02 07:46, Dmitry Timoshkov rašė: Aurimas Fišeras auri...@gmail.com wrote: Controls resized to fit translations for more languages. Tested with resource editor. Did you see a comment in that file just before dialog templates? Hello, I obviously didn't notice that comment. Why do

Re: [Patch] wined3d: Add Recognition of NVIDIA GeForce GTX 660 Ti (Modified)

2012-12-02 Thread Henri Verbeet
On 2 December 2012 01:10, Jiang Yike future...@asia.com wrote: {NVE4,CARD_NVIDIA_GEFORCE_GTX680}, +{NVE4,CARD_NVIDIA_GEFORCE_GTX660Ti}, This makes no sense.

Small patch to make Adobe Lightroom 4.x work with wine 1.5.17

2012-12-02 Thread Roland Baudin
Hi, here is a small patch that allows me to make Adobe Photoshop Lightroom 4.x work very well with wine 1.5.17. First let me recall that Adobe Photoshop Lightroom is *the* catalog and raw development application for professional photographers and hobbyists. The patch has two parts. The

Re: comdlg32: Resize Find dialog to fit translations

2012-12-02 Thread Dmitry Timoshkov
Aurimas Fišeras auri...@gmail.com wrote: Controls resized to fit translations for more languages. Tested with resource editor. Did you see a comment in that file just before dialog templates? Hello, I obviously didn't notice that comment. Why do we have such a limitation?

Re: comdlg32: Resize Find dialog to fit translations

2012-12-02 Thread Aurimas Fišeras
2012.12.02 20:32, Dmitry Timoshkov rašė: Aurimas Fišeras auri...@gmail.com wrote: Controls resized to fit translations for more languages. Tested with resource editor. Did you see a comment in that file just before dialog templates? Hello, I obviously didn't notice that comment. Why do

Re: Small patch to make Adobe Lightroom 4.x work with wine 1.5.17

2012-12-02 Thread Marcus Meissner
Hi, Sorry for not answering sooner, I was distracted by work and a broken workstation at home :/ On Sun, Dec 02, 2012 at 04:19:24PM +0100, Roland Baudin wrote: Hi, here is a small patch that allows me to make Adobe Photoshop Lightroom 4.x work very well with wine 1.5.17. First let me

Re: testbot failures in advapi32 (security)

2012-12-02 Thread Detlef Riekenberg
-- By by ... Detlef Gesendet:Samstag, 01. Dezember 2012 um 18:16 Uhr Von:Erich E. Hoover ehoo...@mymail.mines.edu An:Detlef Riekenberg wine@web.de Cc:wine-devel wine-devel@winehq.org Betreff:Re: testbot failures in advapi32 (security)

Re: [PATCH 4/6] server: Store and return security attributes with extended file attributes (try 5).

2012-12-02 Thread Anssi Hannula
Hi, 27.11.2012 00:45, Erich E. Hoover kirjoitti: This patch adds the ability to store and retrieve the security attributes of a file by turning them into extended file attributes (if available). These attributes are stored in the attribute user.WINEACL in the form: ACE1;ACE2;...;ACEN where

Re: comdlg32: Resize Find dialog to fit translations

2012-12-02 Thread Dmitry Timoshkov
Aurimas Fišeras auri...@gmail.com wrote: What about something like the attached patch? I resized both check boxes and the direction group, positioned radio buttons in the direction group one above the other. I checked this dialog on Windows XP Lithuanian UI, and it had similar differences

Re: [PATCH 1/4] kernel32: Support UTF-7 in MultiByteToWideChar.

2012-12-02 Thread Dmitry Timoshkov
Alex Henrie alexhenri...@gmail.com wrote: I came back to the problem of UTF-7 support and made some improvements to my previous submission. The tests are now more stringent, especially in regard to null terminator checking, and they test the srclen parameter more thoroughly now as well. I