Re: Use of "patch" keyword in Bugzilla

2009-01-03 Thread Austin English
On Sat, Jan 3, 2009 at 9:05 PM, Vitaliy Margolen wrote: > Moving this conversation to wine-devel. >>What|Removed |Added >> >>Keywords|patch | >> >> --

Use of "patch" keyword in Bugzilla

2009-01-03 Thread Vitaliy Margolen
Moving this conversation to wine-devel. >What|Removed |Added > >Keywords|patch | > > --- Comment #7 From Vitaliy Margolen 2009-01-03 19:47:16 [

Re: include: Change RPC_STATUS from long to LONG for Win64 compatibility.

2009-01-03 Thread Michael Stefaniuc
James Hawkins wrote: > On Sat, Jan 3, 2009 at 4:49 PM, Michael Stefaniuc wrote: >> Also fix the compiler warnings introduced by this change. >> >> diff --git a/dlls/advapi32/crypt.c b/dlls/advapi32/crypt.c >> index 5d0b15e..8ef0a5f 100644 >> --- a/dlls/advapi32/crypt.c >> +++ b/dlls/advapi32/crypt

Re: include: Change RPC_STATUS from long to LONG for Win64 compatibility.

2009-01-03 Thread James Hawkins
On Sat, Jan 3, 2009 at 4:49 PM, Michael Stefaniuc wrote: > Also fix the compiler warnings introduced by this change. > > diff --git a/dlls/advapi32/crypt.c b/dlls/advapi32/crypt.c > index 5d0b15e..8ef0a5f 100644 > --- a/dlls/advapi32/crypt.c > +++ b/dlls/advapi32/crypt.c > @@ -305,7 +305,7 @@ stat

Re: widl: fix handling of [local] functions without [call_as]

2009-01-03 Thread Michael Karcher
Am Sonntag, den 04.01.2009, 00:30 + schrieb Rob Shearman: > 2009/1/3 Michael Karcher : > > @@ -548,8 +548,9 @@ static int write_proxy_methods(type_t *iface, int skip) > >if (iface->funcs) LIST_FOR_EACH_ENTRY( cur, iface->funcs, const func_t, > > entry ) { > > var_t *def = cur->def; >

Re: shell32: add explorer toolbar bitmaps

2009-01-03 Thread Roderick Colenbrander
> > Why not use icons from the tango project? > > There's also the nuvola icon theme, which, conveniently, is already LGPL: > http://www.icon-king.com/projects/nuvola/ > --Juan I believe windows contains some generic icons build into shell32 and some other dlls but theme files can override them.

Re: shell32: add explorer toolbar bitmaps

2009-01-03 Thread Roderick Colenbrander
> On Sat, Jan 3, 2009 at 5:19 PM, Andrey Turkin > wrote: > > James Hawkins wrote: > > > > On Sat, Jan 3, 2009 at 3:07 PM, Andrey Turkin > > wrote: > > > > > > I _love_ this idea, and icons look very nice, but here can be some legal > > troubles. The icons are under Creative Commons - Share Alike

Re: widl: fix handling of [local] functions without [call_as]

2009-01-03 Thread Rob Shearman
2009/1/3 Michael Karcher : > @@ -548,8 +548,9 @@ static int write_proxy_methods(type_t *iface, int skip) >if (iface->funcs) LIST_FOR_EACH_ENTRY( cur, iface->funcs, const func_t, > entry ) { > var_t *def = cur->def; > if (!is_callas(def->attrs)) { > + if (i != cur->idx ) error("w

Re: Patch implementing riched20 : EM_PASTESPECIAL -- critique?

2009-01-03 Thread Arren Lex
Sorry, here is a new version which doesn't totally ignore the lvalue (gives fixme). 2009/1/2 Arren Lex : > Hello, all; > > Attached is a patch that implements the EM_PASTESPECIAL riched20 > message, which pastes with a specified clipboard format -- > http://msdn.microsoft.com/en-us/library/bb77421

Re: REALLY EXCITING! wine iexplore.exe http://pyjs.org/examples/

2009-01-03 Thread Austin English
On Fri, Jan 2, 2009 at 9:34 AM, Luke Kenneth Casson Leighton wrote: > aww folks - bless you :) if all of these worked, then it means that > mshtml is coming along _really_ well! i went through the kitchen sink > example, and it passed - everything - with flying colours. the > library unit test

Re: shell32: add explorer toolbar bitmaps

2009-01-03 Thread Juan Lang
> Why not use icons from the tango project? There's also the nuvola icon theme, which, conveniently, is already LGPL: http://www.icon-king.com/projects/nuvola/ --Juan

Re: Build wine with gcc-4.3 and ssp

2009-01-03 Thread Stefan Reimer
> On Fri, Jan 02, 2009 at 11:14:52PM +0100, Stefan Reimer wrote: >> Hi, >> to build wine using gcc 4.3 with enabled ssp (stack-smashing-protector) the following patch must be applied to loader/preloader.c >> >> see gcc source ./gcc/config/i386/i386.c around line 24391 >> >> /* For 32-bit code we ca

Re: Build wine with gcc-4.3 and ssp

2009-01-03 Thread Stefan Reimer
> On Fri, Jan 02, 2009 at 11:14:52PM +0100, Stefan Reimer wrote: >> Hi, >> to build wine using gcc 4.3 with enabled ssp (stack-smashing-protector) >> the following patch must be applied to loader/preloader.c >> >> see gcc source ./gcc/config/i386/i386.c around line 24391 >> >> /* For 32-bit code we

Re: libwine.so "incompatible"???

2009-01-03 Thread Luke Kenneth Casson Leighton
frick. with -lwine -m32 at link time: ... sre.o Modules/_codecsmodule.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -lpthread -ldl -lutil -lwine -m32 -lm; \ fi collect2: ld terminated with signal 11 [Segmentation fault] /usr/bin/ld: i386:x86-64 architecture of

Re: libwine.so "incompatible"???

2009-01-03 Thread Luke Kenneth Casson Leighton
http://www.winehq.org/pipermail/wine-devel/2007-January/053744.html hold that thought :) On Sat, Jan 3, 2009 at 12:38 PM, Luke Kenneth Casson Leighton wrote: > rob, anyone - any ideas? > >gcc -pthread -shared -o libpython2.5.so > Modules/_typesmodule.o Modules/getbuildinfo.o

libwine.so "incompatible"???

2009-01-03 Thread Luke Kenneth Casson Leighton
rob, anyone - any ideas? gcc -pthread -shared -o libpython2.5.so Modules/_typesmodule.o Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar

Re: install-wine-deps.sh can now handle 32 bit wine on 64 bit systems

2009-01-03 Thread IneedAname
On Fri, 2 Jan 2009 16:23:52 -0800 "Dan Kegel" wrote: > ./configure --target=i686-unknown-gnu-linux What does that do? It's not listed in "./configure --help". For building 64bit wine I have to pass "--enable-win64". 32bit wine builds with just "make". I am running Ubuntu 8.04 with an AMD64 proc

Patch implementing riched20 : EM_PASTESPECIAL -- critique?

2009-01-03 Thread Arren Lex
Hello, all; Attached is a patch that implements the EM_PASTESPECIAL riched20 message, which pastes with a specified clipboard format -- http://msdn.microsoft.com/en-us/library/bb774214(VS.85).aspx Because there is (apparently) no ANSI clipboard implemented, the CF_TEXT clipboard format pastes gar

Re: Build wine with gcc-4.3 and ssp

2009-01-03 Thread Stefan Reimer
> On Fri, Jan 02, 2009 at 11:14:52PM +0100, Stefan Reimer wrote: >> Hi, >> to build wine using gcc 4.3 with enabled ssp (stack-smashing-protector) >> the following patch must be applied to loader/preloader.c >> >> see gcc source ./gcc/config/i386/i386.c around line 24391 >> >> /* For 32-bit code we

Re: shell32: add explorer toolbar bitmaps

2009-01-03 Thread Austin English
On Sat, Jan 3, 2009 at 5:19 PM, Andrey Turkin wrote: > James Hawkins wrote: > > On Sat, Jan 3, 2009 at 3:07 PM, Andrey Turkin > wrote: > > > I _love_ this idea, and icons look very nice, but here can be some legal > troubles. The icons are under Creative Commons - Share Alike 2.5 license. > I'm n

Re: shell32: add explorer toolbar bitmaps

2009-01-03 Thread Andrey Turkin
James Hawkins wrote: > On Sat, Jan 3, 2009 at 3:07 PM, Andrey Turkin wrote: > >> I _love_ this idea, and icons look very nice, but here can be some legal >> troubles. The icons are under Creative Commons - Share Alike 2.5 license. >> I'm not a lawyer and not sure if using (probably modified) ic

Re: shell32: add explorer toolbar bitmaps

2009-01-03 Thread Austin English
On Sat, Jan 3, 2009 at 5:07 PM, Andrey Turkin wrote: > Roderick Colenbrander wrote: > > Juan Lang wrote: > > > so I just cutted icons from other toolbars' bitmaps; > > > > Which other toolbars, specifically? You can't grab copyrighted work, > > > you know. > > > --Juan > > > > > Yeah, I know. All

Re: shell32: add explorer toolbar bitmaps

2009-01-03 Thread James Hawkins
On Sat, Jan 3, 2009 at 3:07 PM, Andrey Turkin wrote: > > I _love_ this idea, and icons look very nice, but here can be some legal > troubles. The icons are under Creative Commons - Share Alike 2.5 license. > I'm not a lawyer and not sure if using (probably modified) icons would be > considered as

Re: shell32: add explorer toolbar bitmaps

2009-01-03 Thread Andrey Turkin
Roderick Colenbrander wrote: >> Juan Lang wrote: >> so I just cutted icons from other toolbars' bitmaps; >>> Which other toolbars, specifically? You can't grab copyrighted work, >>> >> you know. >> >>> --Juan >>> >>> >>> >> Yeah, I know. All

Re: shell32: add explorer toolbar bitmaps

2009-01-03 Thread Roderick Colenbrander
> Juan Lang wrote: > >> so I just cutted icons from other toolbars' bitmaps; > >> > > > > Which other toolbars, specifically? You can't grab copyrighted work, > you know. > > --Juan > > > > > Yeah, I know. All bitmaps were from Wine itself (comctl32 etc). Why not use icons from the tango

Re: question on how to do language bindings to MSHTML's COM interface

2009-01-03 Thread Luke Kenneth Casson Leighton
> There are a number of parts to your question: > 1. Is it OK for the application to be a winelib one (i.e. invoked via > or linked to wine, rather than being "native")? i'm on the first step - getting python compiled. so i'm in the middle of an experiment to compile python with wine, and it looks

Re: [PATCH] Compile fix on Linux 2.6.28 / x86

2009-01-03 Thread Pavel Troller
> On Sat, Jan 03, 2009 at 08:36:07PM +0100, Pavel Troller wrote: > > Hi! > > Due to changes in Linux kernel include file structure, the following patch > > is necessary to compile wine with the 2.6.28 kernel: > > > > --- wine/dlls/ntdll/serial.c.old2009-01-03 19:31:17.0 +0100 > > +++

Re: [PATCH] Compile fix on Linux 2.6.28 / x86

2009-01-03 Thread Marcus Meissner
On Sat, Jan 03, 2009 at 08:36:07PM +0100, Pavel Troller wrote: > Hi! > Due to changes in Linux kernel include file structure, the following patch > is necessary to compile wine with the 2.6.28 kernel: > > --- wine/dlls/ntdll/serial.c.old 2009-01-03 19:31:17.0 +0100 > +++ wine/dlls/n

Re: [PATCH] Compile fix on Linux 2.6.28 / x86

2009-01-03 Thread Austin English
On Sat, Jan 3, 2009 at 1:36 PM, Pavel Troller wrote: > Hi! > Due to changes in Linux kernel include file structure, the following patch > is necessary to compile wine with the 2.6.28 kernel: > > --- wine/dlls/ntdll/serial.c.old2009-01-03 19:31:17.0 +0100 > +++ wine/dlls/ntdll/seri

[PATCH] Compile fix on Linux 2.6.28 / x86

2009-01-03 Thread Pavel Troller
Hi! Due to changes in Linux kernel include file structure, the following patch is necessary to compile wine with the 2.6.28 kernel: --- wine/dlls/ntdll/serial.c.old2009-01-03 19:31:17.0 +0100 +++ wine/dlls/ntdll/serial.c2009-01-03 20:31:11.0 +0100 @@ -74,6 +74,10 @@

Re: Build wine with gcc-4.3 and ssp

2009-01-03 Thread Marcus Meissner
On Sat, Jan 03, 2009 at 07:52:10PM +0100, Stefan Reimer wrote: > > On Fri, Jan 02, 2009 at 11:14:52PM +0100, Stefan Reimer wrote: > I am using gentoo hardened: > > gcc (Gentoo Hardened 4.3.2-r7 p1.5, ssp, fortify, pie-10.2.0) 4.3.2 glibc 2.8 > > Using gcc -v gives: > > /usr/libexec/gcc/x86_64-p

Re: Packagers: consider not packaging wine-1.1.12, or cherrypicking fixes

2009-01-03 Thread Marcus Meissner
On Sat, Jan 03, 2009 at 10:11:23AM -0800, Dan Kegel wrote: > wine-1.1.12 has a couple regressions in it: > http://bugs.winehq.org/show_bug.cgi?id=16754 > http://bugs.winehq.org/show_bug.cgi?id=16732 > http://bugs.winehq.org/show_bug.cgi?id=16708 > > Please consider either cherrypicking the fixes,

Packagers: consider not packaging wine-1.1.12, or cherrypicking fixes

2009-01-03 Thread Dan Kegel
wine-1.1.12 has a couple regressions in it: http://bugs.winehq.org/show_bug.cgi?id=16754 http://bugs.winehq.org/show_bug.cgi?id=16732 http://bugs.winehq.org/show_bug.cgi?id=16708 Please consider either cherrypicking the fixes, or skipping wine-1.1.12.

Re: kernel32: implement CPU detection for OpenBSD

2009-01-03 Thread Austin English
On Sat, Jan 3, 2009 at 5:43 AM, Rob Shearman wrote: > 2009/1/3 Austin English : >> diff --git a/dlls/kernel32/cpu.c b/dlls/kernel32/cpu.c >> index 63ca277..10a8e87 100644 >> --- a/dlls/kernel32/cpu.c >> +++ b/dlls/kernel32/cpu.c >> @@ -544,7 +544,7 @@ VOID WINAPI GetSystemInfo( >> } >>

Re: App Database Ratings

2009-01-03 Thread M.Kiesel
On Sat, 3 Jan 2009, Keith Muir wrote: > Recently read the thread on the poor quality of the ratings but changing > the wording isn't going to have much of an effect. A properly structured > questionnaire that then suggests a rating will. Something like a simple rule-based system (platinum = no_s

Re: shell32: add explorer toolbar bitmaps

2009-01-03 Thread Juan Lang
> Yeah, I know. All bitmaps were from Wine itself (comctl32 etc). Thanks :) --Juan

Re: shell32: add explorer toolbar bitmaps

2009-01-03 Thread Andrey Turkin
Juan Lang wrote: >> so I just cutted icons from other toolbars' bitmaps; >> > > Which other toolbars, specifically? You can't grab copyrighted work, you > know. > --Juan > > Yeah, I know. All bitmaps were from Wine itself (comctl32 etc).

Fwd: [Wine] Look for a Wine Expert to Possibly hire....

2009-01-03 Thread Austin English
For those of you that don't read wine-users: -- Forwarded message -- From: BaseHead Date: Sat, Jan 3, 2009 at 4:18 AM Subject: [Wine] Look for a Wine Expert to Possibly hire To: wine-us...@winehq.org Hey all! We make a Sound FX Database Program called BaseHead for windows

Re: shell32: add explorer toolbar bitmaps

2009-01-03 Thread Juan Lang
> so I just cutted icons from other toolbars' bitmaps; Which other toolbars, specifically? You can't grab copyrighted work, you know. --Juan

App Database Ratings

2009-01-03 Thread Keith Muir
Recently read the thread on the poor quality of the ratings but changing the wording isn't going to have much of an effect. A properly structured questionnaire that then suggests a rating will. The problem with this is the amount of work required to overhaul the database in order to do it. Tha

Re: [PATCH 2/3] fusion: Add tests for the IAssemblyEnum interface. [try4]

2009-01-03 Thread Alexandre Julliard
"James Hawkins" writes: > Now handling different ordering of directory listings. It doesn't work here: ../../../tools/runtest -q -P wine -M fusion.dll -T ../../.. -p fusion_test.exe.so asmenum.c && touch asmenum.ok asmenum.c:445: Test failed: Expected "wine, Version=1.0.1.2, Culture=neutral,

Re: winedbg: add a crash dialog for --auto mode (3rd try)

2009-01-03 Thread MikoĊ‚aj Zalewski
Is there something wrong with this patch?

Re: kernel32: implement CPU detection for OpenBSD

2009-01-03 Thread Rob Shearman
2009/1/3 Austin English : > diff --git a/dlls/kernel32/cpu.c b/dlls/kernel32/cpu.c > index 63ca277..10a8e87 100644 > --- a/dlls/kernel32/cpu.c > +++ b/dlls/kernel32/cpu.c > @@ -544,7 +544,7 @@ VOID WINAPI GetSystemInfo( > } > fclose (f); > } > -#elif defined (__NetBSD__) > +#elif

Re: question on how to do language bindings to MSHTML's COM interface

2009-01-03 Thread Luke Kenneth Casson Leighton
quick question: is there any progress on implementing COM, in wine, or is it necessary to grab dcom98.exe and to find the headers and the .libs from visual studio? and have you seen these - IDL files defined by wez, for DCOM? http://freedce.cvs.sourceforge.net/viewvc/freedce/freedce/dcom/ l. p

Re: question on how to do language bindings to MSHTML's COM interface

2009-01-03 Thread Luke Kenneth Casson Leighton
On Fri, Jan 2, 2009 at 9:17 PM, Rob Shearman wrote: > 2009/1/1 Luke Kenneth Casson Leighton : >> folks, hi, >> i have a rather intriguing issue i'd like to look at, which takes >> quite a bit of explaining as to why i'd like to go about it - if >> people are interested i can answer that, but for n