Re: How I create wine app launcher icons on the Mac

2009-09-14 Thread Steven Edwards
On Mon, Sep 14, 2009 at 5:33 PM, Steven Edwards wrote: > Do you mean >> ? wouldn't the > just overwrite the foo.png? Sorry for the noise, I hit send too soon. I mean don't you mean >> rather than just > which would just overwrite the icon you just converted. >> "Opening" this icon will launch

Re: How I create wine app launcher icons on the Mac

2009-09-14 Thread Steven Edwards
Hi, On Mon, Sep 14, 2009 at 1:13 PM, wrote: > On Linux, I have been using .desktop files that freedesktop defines to keep a > directory full of icons. They all launch Wine applications.  Often enough, > these desktop files are initially create by Wine in > ~/.local/share/applications/wine/...

Re: [1/2] comctl32: Implement highlighting (marquee) selection support in listview

2009-09-14 Thread Nikolay Sivov
Owen Rudge wrote: Hi Nikolay, Why do you need this restoring code? I tried to replicate the way that Windows did the selections. Testing various manners of selection with Windows Explorer, that code was needed for a relatively specific scenario: If you're starting a selection box with som

Re: [1/2] comctl32: Implement highlighting (marquee) selection support in listview

2009-09-14 Thread Owen Rudge
Hi Nikolay, Why do you need this restoring code? I tried to replicate the way that Windows did the selections. Testing various manners of selection with Windows Explorer, that code was needed for a relatively specific scenario: If you're starting a selection box with some items already sel

Re: [1/2] comctl32: Implement highlighting (marquee) selection support in listview

2009-09-14 Thread Nikolay Sivov
Owen Rudge wrote: These patches add support for selecting multiple items in a multi-selection listview using the mouse (by dragging and highlighting). --- dlls/comctl32/listview.c | 172 ++ 1 files changed, 157 insertions(+), 15 deletions(-) Hi,

Re: [PATCH 1/1] winecoreaudio: make supported format test more restrictive

2009-09-14 Thread Ken Thomases
On Sep 14, 2009, at 6:21 AM, > wrote: supportedformat() has been in OSS' audio.c since 2004, so the coreaudio driver was forked even before that time?!? Well, the CoreAudio driver was based on the ALSA driver. So, if ALSA was copied from the OSS driver before that change was made, then

Re: ddraw: complete recognition of pixelformat 19: X8L8V8U8

2009-09-14 Thread Stefan Dösinger
Am Monday 14 September 2009 17:28:13 schrieb joerg-cyril.hoe...@t-systems.com: > Hi, > > the argument for including this code is based on symmetry: Every place in > the Wine source tree (incl. ddraw, d3d9, wined3d) that handles L6V5U5 also > handles X8L8V8U8 -- except for these two places. So I cl

Re: Wine at Ohloh

2009-09-14 Thread Henri Verbeet
As for C++, we do have some of that in the headers, and 27k isn't that much.

Re: Wine at Ohloh

2009-09-14 Thread Paul Vriens
On 09/14/2009 07:17 PM, Austin English wrote: On Mon, Sep 14, 2009 at 12:08 PM, Saulius Krasuckas wrote: FYI, http://www.ohloh.net/p/wine/analyses/latest I wonder how do they find 27k lines of C++ code in Wine tree... According to that, there are also 2 files that are GPL 3, and 2 others tha

Re: Wine at Ohloh

2009-09-14 Thread Austin English
On Mon, Sep 14, 2009 at 12:08 PM, Saulius Krasuckas wrote: > FYI, http://www.ohloh.net/p/wine/analyses/latest > > I wonder how do they find 27k lines of C++ code in Wine tree... According to that, there are also 2 files that are GPL 3, and 2 others that are GPL 2.0, I think their stats are a bit

How I create wine app launcher icons on the Mac

2009-09-14 Thread Joerg-Cyril.Hoehle
Hi, On Linux, I have been using .desktop files that freedesktop defines to keep a directory full of icons. They all launch Wine applications. Often enough, these desktop files are initially create by Wine in ~/.local/share/applications/wine/..., along with the icon files in ~/.local/share/ico

Wine at Ohloh

2009-09-14 Thread Saulius Krasuckas
FYI, http://www.ohloh.net/p/wine/analyses/latest I wonder how do they find 27k lines of C++ code in Wine tree...

Re: ntdll: Do not accept device control requests with invalid and/or incompa tible handles

2009-09-14 Thread Peter Dons Tychsen
Thanks V. However, it would seem that AJ already has commited another fix in ntdlls serial module (which fixes the same bug), so i guess my fix and tests are not valid any more. Thanks, /pedro - Original meddelelse - > Fra: Vitaliy Margolen > Til: Peter Dons Tychsen > Cc: wine-devel@

Re: [ntdll] Move file attribute logic to new function DIR_get_attributes()

2009-09-14 Thread Juan Lang
Hi Dan, > This is a bit different from the code I posted earlier; > following Samba's example, it combines the > fd and filename cases into a single function, Since you don't actually use the fd in your patch, I think it's preferred style not to include it for now. Also, +void DIR_set_attributes

Re: now OSS driver emulation -- and other drivers too -- works as well as OSS HW mode; block size error gone?

2009-09-14 Thread Joerg-Cyril.Hoehle
Hi, so I have submitted patches for OSS and coreaudio. ALSA will follow. I also wrote a testcase, but am unsure about one issue. The following makes sense (winmm/tests/wave.c): todo_wine ok(origformat.nBlockAlign = format.nBlockAlign, "nBlockAlign fixed"); The problem is: whether or not I use t

Re: Is Wine printing on MacOSX?

2009-09-14 Thread Joerg-Cyril.Hoehle
Hi, Stefan Dösinger wrote: >>All that happened [with notepad] is that the printer ejected a blank page. >Printing from notepad works fine for me on both Linux and OSX, fwiw Saving to file instead of printing, notepad generated a .ps file. Reading this into Apple's preview shows the text. Convert

Re: [3/5] comctl32/dpa: Implement DPA_SaveStream() with tests

2009-09-14 Thread Nikolay Sivov
Vitaliy Margolen wrote: Nikolay Sivov wrote: Changelog: - Implement DPA_SaveStream() with tests +streamData.dwSize = curr_pos.QuadPart - initial_pos.QuadPart; +streamData.dwData2 = 1; +streamData.dwItems = streamInfo.iPos;// + 1; c++ comment. +#if 0 +/* crashe