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
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/...
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
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
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,
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
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
As for C++, we do have some of that in the headers, and 27k isn't that much.
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
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
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
FYI, http://www.ohloh.net/p/wine/analyses/latest
I wonder how do they find 27k lines of C++ code in Wine tree...
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@
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
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
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
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
17 matches
Mail list logo