Re: Updating GSoC proposal

2012-04-19 Thread Steven Edwards
res. If a SoC student shows up with interest, please send them my way, I would be happy to help point them in the right direction. Our code works, I just don't have the time to break it up and get it in the tree. -- Steven Edwards "There is one thing stronger than all the armies in the wo

Re: Rethinking WineConf

2012-01-17 Thread Steven Edwards
legacy user, even if they don't want to pick up the ball and run with it. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Testing edge cases and undocumented behavior

2011-08-30 Thread Steven Edwards
were tracking down a bug in that component, that little note might save someone else hours of effort. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: winelib an fpc

2011-08-29 Thread Steven Edwards
On Mon, Aug 29, 2011 at 2:05 PM, Reinier Napoles Martinez wrote: >  lib:=dlopen('/usr/lib/wine/user32.dll.so',1); This won't work. Simply doing a dlopen on the wine libraries won't get your environment setup properly. -- Steven Edwards "There is one thing stronge

Re: winemenubuilder: appbundle patch 20110618

2011-08-24 Thread Steven Edwards
ot sure when I'll work on it next > (might be tomorrow, might be never). Thanks for your feedback on contribution! I am kind of in the same boat, I only hack on this when I get the itch every few months or so. I'll try to test out your changes soon and see if I can contribute anything else

Re: MS compatible interface to xulrunner?

2010-07-19 Thread Steven Edwards
a side by side assembly with the Wine dlls and a bundled Gecko as opposed to the Windows dlls. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Manifests, Microsoft.VC90.CRT and vc_redist

2010-07-12 Thread Steven Edwards
e a dummy file called iexplore.exe.local which would be placed in the same folder. Like I said, I don't know if support for this was added to Wine, iTunes and Internet Explorer 5 both made use of this behavior under Windows 2000 and it's possible the behavior has changed in newer windows versi

Re: Wine on cygwin now compiles!

2010-06-28 Thread Steven Edwards
laying Win32 applications over X11 to OS X, Solaris and Linux clients. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Wine on cygwin now compiles!

2010-06-16 Thread Steven Edwards
like a $200 (even if they do issue a refund or not charge your CC if it's a new real bug), I decided to waste no more time with it. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Two enhancement requests for winetricks

2010-06-09 Thread Steven Edwards
On Wed, Jun 9, 2010 at 3:45 AM, Dan Kegel wrote: > I suppose winetricks could create uninstaller entries for even > the little verbs... that would be the windows way of doing things. +1 for this idea. -- Steven Edwards "There is one thing stronger than all the armies in the world,

Re: Release plans

2010-05-24 Thread Steven Edwards
mented I will try to merge in my Appbundler hack once this is all merged in to head. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: too much dynamic loading?

2010-05-23 Thread Steven Edwards
that would contain all of the libraries required for an offical OS X release and he was not opposed to linking to it on winehq.org and making it part of the support requirements. The problem is that putting this package together and maintain it is going to require a bit of heavy lifting. -- Steven Edwards

Re: too much dynamic loading?

2010-05-21 Thread Steven Edwards
ver wants to work right on OS X. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: too much dynamic loading?

2010-05-21 Thread Steven Edwards
y every library. > > Can we make some of those direct linking? libjpeg and libpng > and some other lowlevel libraries might be useful. +1 for static linking them. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Release plans

2010-05-20 Thread Steven Edwards
On Thu, May 20, 2010 at 4:17 PM, Steven Edwards wrote: > I've tried with other PNGs before that we've not generated. Take a > third party png, edit the Info.plist and change the icon entry to > instead of pointing at the icns file point at the new Png image. Of > course I&#x

Re: Release plans

2010-05-20 Thread Steven Edwards
h other PNGs before that we've not generated. Take a third party png, edit the Info.plist and change the icon entry to instead of pointing at the icns file point at the new Png image. Of course I've tried this on Leopard, perhaps the behaviour is different on snow leopard, I don't have

Re: Release plans

2010-05-20 Thread Steven Edwards
On Thu, May 20, 2010 at 3:44 PM, Steven Edwards wrote: > I have a hacked version in the Bordeaux tree that uses sips to create > icns icons and working Application bundles. If they have time, Austin > or Tom can send it along for your review if your interested. The > 'right'

Re: Release plans

2010-05-20 Thread Steven Edwards
ng off on to a long rant, I 'hacked' our version call sips on OS X to convert the images to icns.I was never able to get App bundles to want to play nice with the png images winemenubuilder spits out but it works most of the time. Since it's derived LGPL code we are happy to share, th

South East Linux Fest

2010-04-30 Thread Steven Edwards
Hi, I'm going to be running a both at the South East Linux Fest in Spartanburg SC June 11th-13th. If any wine hackers or lurkers from the South Eastern United States want to come out and help, drop me a note privately. I can't offer much in accommodation but I'll provide beer. Th

Re: winmm: Rewrite time.c using ntdll timers

2010-04-06 Thread Steven Edwards
g like this since 0383e4e4990e414a7dcaba51e6b81bf60499944a ;) -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Verbose explanation about the cygwin issue

2010-03-23 Thread Steven Edwards
vcrt which is dependant on the cygwin runtime. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Verbose explanation about the cygwin issue

2010-03-22 Thread Steven Edwards
On Mon, Mar 22, 2010 at 12:47 PM, Steven Edwards wrote: > My thinking was, if we require mingw on cygwin, then that would solve > the winegcc problem and the rest of wine could be built including wine > msvcrt, applications that linked to msvcrt would of course have to use > Wine ms

Re: Verbose explanation about the cygwin issue

2010-03-22 Thread Steven Edwards
use Wine msvcrt because if they don't then we will get in to the situation of both c runtimes being invoked which I expect will still not end well. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: dns-sd dll implementation -- Needs work

2010-02-23 Thread Steven Edwards
use. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: makefiles: Add some msvcrt imports needed under Cygwin

2010-02-21 Thread Steven Edwards
f its on cygwin. Take a look at what we do in wininet so that we link to winsock on mingw but use standard sockets the rest of the time. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Intercepting GDI calls

2010-02-18 Thread Steven Edwards
l display, is the client... while on X11, it's the complete > opposite. I'm not going to pretend that it couldn't be confusing. The whole X11 client/server discussion was touched on in the Unix Haters Handbook chapter on X11. I think that reference proves the merit of the argument.

Re: libpng dependency issue

2010-02-05 Thread Steven Edwards
32-bit pixel formats and informing libpng of this . I don't know where > you could be getting RGB pixels. It was just a thought, as I said, my understand of the graphics manipulation is pretty limited, I just assumed that was the problem due to resulting images. I'll try to give it

Re: libpng dependency issue

2010-02-04 Thread Steven Edwards
Hi, On Thu, Feb 4, 2010 at 7:08 PM, Luca Bennati wrote: >> Technically, winemenubuilder should be using windowscodecs for its png >> support, like the rest of wine. I believe Steven Edwards has done some >> work on this. > > Don't know about this. What i know is t

Re: Legal issues with wine development

2010-01-15 Thread Steven Edwards
seems to fall under clean-room standards. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: [PATCH] Replace builtin WineFile Execute Dialog with standard RunFile Dialog - try2

2009-12-29 Thread Steven Edwards
damnit. sorry about that, that's what I get for trying to amend. Here is the correct patch, try 3 On Tue, Dec 29, 2009 at 12:34 PM, Steven Edwards wrote: > I don't know why this didn't get through, resending from gmail. > > This time incorporating (most of) the feedba

Re: Building and packaging Wine Gecko

2009-12-28 Thread Steven Edwards
esulting Gecko just crashes. (The mingw32 version in oldstable, 3.4.5 > something, compiles it correctly, but I can't reasonably build-depend on > it, as that version is not even in the current stable.) Would it be possible to build it as a winelib application? -- Steven Edwards "Ther

Re: Acting as advisor for wcmd-uplift project?

2009-12-26 Thread Steven Edwards
t directory &si, // startup info &piProcInfo)) { ErrorExit("Create process failed"); } Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: [PATCH] Replace builtin WineFile Execute Dialog with standard RunFileDialog

2009-12-23 Thread Steven Edwards
ection to make it more consistent. Have a Merry Christmas! -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: winefile - replace Run/Execute dialog with standard Shell32 RunFileDlg

2009-12-23 Thread Steven Edwards
le either so I'll resubmit with both of those changes. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Parser for cmd language?

2009-12-19 Thread Steven Edwards
whole. A dual or tri-license solution much like what the Mozilla project does is preferable but nothing is set in stone yet. If there is a legitimate need for any part to be relicensed most of the developers are accommodating. Email me privately if you have a specific request. Thanks -- Steven Edwards

Re: Parser for cmd language?

2009-12-18 Thread Steven Edwards
ey be ripped out. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: weird and funky things happen when viewing guimark in ie6 in wine...

2009-12-14 Thread Steven Edwards
). > > It still occurs on OS X (last I tested). I think that it may be > related to the DYLD_FALLBACK_LIBRARY_PATH problem. Yes it still happens on OS X unless you hack your environment though I've not seen it on Linux in forever and a day. -- Steven Edwards "There is one thi

Re: How does --with-wine64 work?

2009-12-07 Thread Steven Edwards
On Mon, Dec 7, 2009 at 9:30 PM, Steven Edwards wrote: > This looks similar to the cross-compile build for mingw where you need > a checkout with the normal tools built for your host and then another > checkout for your target. You then run and point the target configure > at the host

Re: How does --with-wine64 work?

2009-12-07 Thread Steven Edwards
other checkout for your target. You then run and point the target configure at the host wine path to get the host tools. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Please Review - Revised OS X Application Bundle patch

2009-12-07 Thread Steven Edwards
good for the Linux side but sucks for us, and what if tomorrow someone invents something better on Linux for menus or associations? It really needs to be abstracted the right way. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Please Review - Revised OS X Application Bundle patch

2009-12-05 Thread Steven Edwards
ng > constantly. This is xdg-associations winemenubuilder is trying to handle. My patch disables this behavior on OS X until we properly fix associations. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Please Review - Revised OS X Application Bundle patch

2009-12-04 Thread Steven Edwards
WINEPREFIX. Well maybe I should have been more clear. They should NEVER need to mess with WINEDEBUG unless there is a problem. My code takes in to account a different WINEPREFIX. That variable gets set if they install using a different prefix other than ~/.wine. winemenubuilder, *.desktop files and my app bundle patch look for that variable and set it accordingly. It's up to the user to figure out how to install using another WINEPREFIX until we have a better solution in place. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Please Review - Revised OS X Application Bundle patch

2009-12-04 Thread Steven Edwards
Wine. Let's say I write my own Win32 program called Doodles and its highly tied to Windows and I don't want to deal with a source port. Using app bundles I can take doodles.exe, a private install of Wine, the needed Frameworks and icons, tie it all together in a Doodles.app and give that to users. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Please Review - Revised OS X Application Bundle patch

2009-12-03 Thread Steven Edwards
dle support for OS X using the CoreFoundation to generate Information Property Lists Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo appbundle2.diff Description: Binary data

Re: My script for doing testing

2009-11-25 Thread Steven Edwards
the serivce I wrote. start() { echo -n $"winecis spam" /usr/bin/vncserver -geometry 1152x900 -depth 16 :$DISPLAY >> /var/log/vncserver.log 2>&1 doaustinswinecismagic RETVAL=$? echo [ $RETVAL = 0 ] return $RETVAL } stop() {..} restart() {

Re: My script for doing testing

2009-11-25 Thread Steven Edwards
On Wed, Nov 25, 2009 at 5:21 PM, Steven Edwards wrote: > It would be nice to dummy email account subscribed to the commit > messages that it could poll to trigger the checkout, build, test > cycle. > > To make a Continuous Integration Service around it it should run as a >

Re: My script for doing testing

2009-11-25 Thread Steven Edwards
of init in a Xnest/VNC session. I am thinking something like a winecis user which would run these scripts, fetch and the Xnest session as a service we could call winecis. I did something similar recently for a stupid java service that had to have an interactive gui. -- Steven Edwards "T

Re: today's git broke winetricks gecko :-(

2009-11-16 Thread Steven Edwards
I seem to recall Alexandre adding some magic to winetest and the site to reject reports or flag them if they were with a sha1hash that did not match a git revision. Could we not do something like this with gecko? If it's not installed then just ignore those results? -- Steven Edwards "Th

Re: today's git broke winetricks gecko :-(

2009-11-16 Thread Steven Edwards
r version of wine does not contain the gecko package, please contact the package maintainer and inform them about this issue' or something and let it proceed to download at least. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: [PATCH 02/16] [WinMM, MMSystem]: use the new 16=>32 thunks for Aux driver type

2009-10-22 Thread Steven Edwards
On Thu, Oct 22, 2009 at 4:09 PM, Eric Pouech wrote: >  0 files changed, 0 insertions(+), 0 deletions(-) The winmm win16/32 separation has finally collapsed in on itself and this is the resulting Einstein-Rosen bridge. -- Steven Edwards "There is one thing stronger than all the armie

Re: SCSITaskDevice vs our own driver

2009-10-17 Thread Steven Edwards
or should it be hosted on winehq in another git tree? I am sure you would not want to keep it in the main wine tree but if it was hosted somewhere else on Winehq then we could package it with the Wine bundle. -- Steven Edwards "There is one thing stronger than all the armies in the world, an

Re: [2/2] ntdll: Implement FILE_ATTRIBUTE_HIDDEN and FILE_ATTRIBUTE_SYSTEM support (take 6)

2009-10-07 Thread Steven Edwards
already account for what I am saying, please send this message to the Null device. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: winex11: add alternative header

2009-09-19 Thread Steven Edwards
on, at least in all the header patches I've ever submitted for porting related issues. I've seen it used plenty of times like the guide says for checking differing implementation of functions and the like. -- Steven Edwards "There is one thing stronger than all the armies in the

Re: porting winetricks to windows

2009-09-19 Thread Steven Edwards
of it, the best supported platform for it would be msys-git. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: winex11: add alternative header

2009-09-18 Thread Steven Edwards
gt; +#elif defined (HAVE_X11_EXTENSIONS_XF86VMPROTO_H) > +#include >  #endif and instead like this: #ifdef HAVE_X11_EXTENSIONS_XF86VMODE_H #include #endif #ifdef HAVE_X11_EXTENSIONS_XF86VMPROTO_H #include #endif Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that i

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

2009-09-15 Thread Steven Edwards
On Mon, Sep 14, 2009 at 5:33 PM, Steven Edwards wrote: > Right but what happened to the png image? OK so I looked at it a bit more in depth and understand what your going for now. So you are embedding the png as a resource fork of the png image but then using the png as a script. You kind

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. >

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

2009-09-14 Thread Steven Edwards
? > I wonder whether this functionality could be somehow integrated into the git > (winemenubuilder?), or whether developers believe this should be left to > "surrounding" projects like Darwine. See this patch http://www.winehq.org/pipermail/wine-patches/2009-July/076251.html

Recent ntdll performance information patches

2009-08-28 Thread Steven Edwards
’ nt.c:1013: error: ‘struct _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION’ has no member named ‘liKernelTime’ nt.c:1014: error: ‘struct _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION’ has no member named ‘liUserTime’ -- Steven Edwards "There is one thing stronger than all the armies in the world, and

Re: configure: Detect and use tools executable extensions for makefiles.

2009-08-27 Thread Steven Edwards
On Thu, Aug 27, 2009 at 9:01 AM, Steven Edwards wrote: >> I am using mingw, msysgit, msys, and some GnuWin32 packages, so it is >> possible that it is a configuration issue.  I'll retry with only mingw >> and msys.  I don't think they provide Flex and Bison though. &g

Re: configure: Detect and use tools executable extensions for makefiles.

2009-08-27 Thread Steven Edwards
or use the GnuWin32 ports. I'll see if I still have a windows box with a mingw runtime installed to look myself. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: configure: Detect and use tools executable extensions for makefiles.

2009-08-26 Thread Steven Edwards
mingw before. Is this new behaviour? -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Linking a winelib application with a windows dll

2009-08-23 Thread Steven Edwards
dump isn't parsing this right, or that it truly > has no exports.  You want to debug winedump, perhaps by adding the -v > flag to winedump. You can use something like dependancy walker to verify the function names that it exports. -- Steven Edwards "There is one thing stronger th

Re: oleaut32: Dynamic invocation for x86

2009-08-21 Thread Steven Edwards
On Fri, Aug 21, 2009 at 1:42 PM, Juan Lang wrote: > Ah, fair enough, and clearly oleaut32 belongs in that category.  Thanks. I should have said Windows as technically mingw is still __GNUC__ but you got the idea. -- Steven Edwards "There is one thing stronger than all the armies in t

Re: oleaut32: Dynamic invocation for x86

2009-08-21 Thread Steven Edwards
lls/kernel32/instr.c:#if defined(__i386__) && defined(__GNUC__) ./dlls/winex11.drv/dib.c:#if defined(__i386__) && defined(__GNUC__) ./dlls/winex11.drv/dib.c:#if defined(__i386__) && defined(__GNUC__) ./dlls/ddraw/device.c:#if defined(__i386__) && defined(__GNUC__) ./dlls/

Re: Appinstall testing guide up on the wiki

2009-08-15 Thread Steven Edwards
at each release. If someone finds a regression they can use the script to save time as they rollback and test prior winehq releases and work with that app advocate to track down the issue. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: mp3 update

2009-08-13 Thread Steven Edwards
rth the trouble. In fact what your doing sounds perfect now that I've had a chance to think about it. We already pull in too much crap for external libraries. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: mp3 update

2009-08-12 Thread Steven Edwards
tionality. Right. Is there an particular reason we can't dlopen the native library? Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-21 Thread Steven Edwards
ons or ~/Applications seems like the right >> method to me. > > Or /dev/null for command line wine users ... Heh yes perhaps their should be a variable to tell it to not generate a menu at all. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: Status of the Status pages?

2009-07-21 Thread Steven Edwards
, which also need cleanup. I would add it would be nice to show how much of the API is documented vs exported. We could keep a similar structure to the page we have now but pull data from http://source.winehq.org/WineAPI/ and show how well documented the functionality we export is covered. Thanks

Re: FW: Re: please reduce the four registrations on the single winehq.org site.

2009-07-20 Thread Steven Edwards
I think its best if the google contingent answer that. Dan had some issues with it I think but I don't know if any of them are still applicable. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: FW: Re: please reduce the four registrations on the single winehq.org site.

2009-07-20 Thread Steven Edwards
have a > single account moving across each place. Based upon my recollection there was a lot of contempt for OpenID at the last wineconf. Maybe the situation has changed recently... Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-20 Thread Steven Edwards
h to support direct execution of shell scripts and clean it up so that its not such a hack with the existing xdg code an resubmit. Assuming Alexandre accepts that, there is nothing stopping us from developing something better down the road but for now, users will have a Wine they can actually use onc

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-19 Thread Steven Edwards
bash script directly in the bundle for now (thanks again for the tip) as I don't think Alexandre will reject that and we can go from there. If someone wants to change it to something else later and can get it in to Winehq, by all means. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-19 Thread Steven Edwards
On Sun, Jul 19, 2009 at 7:41 AM, Ken Thomases wrote: > On Jul 17, 2009, at 10:02 PM, Steven Edwards wrote: > >> I tried looking in to generating of AppleScript app >> bundles however there seems to be no documented way to do it other >> than to use the Apple Script tool

Re: SVG Logo from the website

2009-07-18 Thread Steven Edwards
to write custom test software to do it! So whatever > happens the impact on users will be quite low. Hehe sounds like Fun! I don't think we have to replace all of them or at least not at one shot (at least not for something as obscure as this one) because it is a lot of work. I think the old

Re: SVG Logo from the website

2009-07-18 Thread Steven Edwards
/ I have no idea but I did take a look at your icon work and really like it. I am curious though, the cryptui.dll cert icons don't strike me as right. I can't even tell what they are supposed to be. -- Steven Edwards "There is one thing stronger than all the armies in the world, an

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-17 Thread Steven Edwards
e you the ablity to start a Wine app and have a Dock icon. It's not even a proper parentsuch as if you kill the app in the Dock the Wine child keeps running. As I said it still needs a lot of love but I don't see much other way to do it... Thanks -- Steven Edwards "There is o

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-17 Thread Steven Edwards
helping. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo update-bundler.diff Description: Binary data

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-16 Thread Steven Edwards
n we have that solution. The build script Austin has been developing on my box provides the missing libraries. If we can do releases with it and bundle the missing libraries in our package that will solve a lot of problems. -- Steven Edwards "There is one thing stronger than all the armies in

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-15 Thread Steven Edwards
you think is the best way to resolve this issue? My interest is that I'd like to provide binary packages of Winehq releases however this issue is a real pain. I suppose we could also provide a support package that is separate from the stock Wine package which would supply the missing libraries

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-14 Thread Steven Edwards
l MacPorts of Fink just to get Wine) or should we ask them to go mucking with the ~/.bashrc? If we want to provide a Winehq support Wine package for OS X we have to decide on a configuration that will work and be the least invasive to the users when they go to install. -- Steven Edwards "Th

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread Steven Edwards
seems to be malformed. Can you resend it? I am really interested in looking at this. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread Steven Edwards
On Thu, Jul 9, 2009 at 9:02 AM, Adam Strzelecki wrote: > Steven Edwards wrote: > >> While we are on the subject, could anyone point me to a reference that >> would show how I can create a mib file using C? > > You meant Nib? It is binary format which is some Mac equivalent

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread Steven Edwards
ial and > often quite tedious and the difference with Object-C might be even > bigger as it is likely using more advanced techniques. While we are on the subject, could anyone point me to a reference that would show how I can create a mib file using C? Thanks -- Steven Edwards "There is o

Re: why is Kronenberg's Wine/Mac work blacklisted on winehq?

2009-06-26 Thread Steven Edwards
upport for Mike's package (The only semi-actively maintained Darwine) there should be some discussion first because it was a topic at Wineconf. Like I said, I'm happy to offer my box for doing builds if there is really consensus that it needs to change. Thanks -- Steven Edwards "Ther

Re: why is Kronenberg's Wine/Mac work blacklisted on winehq?

2009-06-26 Thread Steven Edwards
stro's gets an easy pass. I think its clearly a double standard. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: ActiveX support in IE7

2009-06-25 Thread Steven Edwards
right I know, God forbid someone link to Winehq and post their own concise useful howto's. We really don't need the traffic and google pagerank for Winehq. I much prefer to only get drunks looking for the latest vintage rather than people interested in running Windows software under Linux.

Re: Alexandre Julliard : configure: Don't accept mingw32 as target name, we need an explicit CPU specification.

2009-06-19 Thread Steven Edwards
o names them with the mingw32- prefix only, on my 32-bit x86 install. Yes Gentoo is the only major odd-man out. We should send a patch upstream for its emerge overlay or whatever they call the think. -- Steven Edwards "There is one thing stronger than all the armies in the world, and t

Re: Alexandre Julliard : configure: Don't accept mingw32 as target name, we need an explicit CPU specification.

2009-06-19 Thread Steven Edwards
-compiler. Now that most distro's are shipping mingw packages this is less common. I guess your argument is right and anyone rolling their own should get with the program and follow the standard. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that i

Re: Alexandre Julliard : configure: Don't accept mingw32 as target name, we need an explicit CPU specification.

2009-06-19 Thread Steven Edwards
practice would be if mingw32 is passed then to assume a sensible lowest common default. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Re: PATCH - enhance the help message in expand

2009-06-13 Thread Steven Edwards
rly stub the unimplemented functions anyway and I agree it should use the resources. I was hoping when I looked at it that adding the case for multiple cabinet files would be less of a hassle... -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is a

Re: OS X build broken

2009-06-12 Thread Steven Edwards
> It works fine here. What does your __ASM_GLOBAL_FUNC macro look like in > include/config.h? This is what I have, /* Define to a macro to generate an assembly function */ #define __ASM_GLOBAL_FUNC(name,code) asm(".text\n\t.align 4\n\t.globl _" #name " \n\t\n_" #name ":\n\t"

Re: OS X build broken

2009-06-11 Thread Steven Edwards
On Thu, Jun 11, 2009 at 11:39 PM, Austin English wrote: > AJ, looks like your 'configure: Detect the appropriate form for the > __ASM_GLOBAL_FUNC macro.' patch broke the compile on OS X. Could you > have a look? Bah you beat me reporting this by 13mins! :P -- Steven Edwards

Re: Alexandre Julliard : configure: Detect the appropriate form for the __ASM_GLOBAL_FUNC macro.

2009-06-11 Thread Steven Edwards
am getting this ld: absolute addressing (perhaps -mdynamic-no-pic) used in _itextHostStdcallVtbl from txthost.o not allowed in slidable image collect2: ld returned 1 exit status winegcc: gcc failed make: *** [riched20.dll.so] Error 2 Is the __ASM_GLOBAL_FUNC stdcall wrapper in txthost.c just bork

Re: How do I actually write a testcase for a 16-bit API ?

2009-06-08 Thread Steven Edwards
o one has taken the time to integrate it. Of course you might want to double check with Alexandre as to his preference. He might prefer at this point to just keep the win16 tests out of the tree. I don't know. -- Steven Edwards "There is one thing stronger than all the armies in the w

Re: Alexandre Julliard : winegcc: Create a stub main to work around the lack of Unicode support in Mingw.

2009-06-05 Thread Steven Edwards
On Fri, Jun 5, 2009 at 9:56 AM, Alexandre Julliard wrote: > winegcc: Create a stub main to work around the lack of Unicode support in > Mingw. Thank you. The mingw developers policy opposing adding this entry point baffles me. -- Steven Edwards "There is one thing stronger than all

Re: Socks support in ws2_32

2009-06-05 Thread Steven Edwards
ks or not. I would try looking at something like IE and see how it sets the proxy server stuff. Thanks -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

Extending winemenubuilder to create Application Bundles on OS X

2009-06-03 Thread Steven Edwards
normal png images without much luck. If your interested in helping, researching this and if needed, adding exporting the icon resources straight to icns would be a good place to start. -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose ti

Re: Alexandre Julliard : rpcrt4: Change the allocation of delegated stub methods so that we never need to free them .

2009-06-02 Thread Steven Edwards
On Tue, Jun 2, 2009 at 9:44 AM, Alexandre Julliard wrote: > +#define MAX_BLOCKS 64  /* 64k methods should be enough for anybody */ lol, best. comment. ever! -- Steven Edwards "There is one thing stronger than all the armies in the world, and that is an idea whose time has come." - Victor Hugo

  1   2   3   4   5   6   7   8   >