Re: msctf: add internal function for handling TfClientIds

2009-02-23 Thread James Mckenzie
, aren't linked lists inefficient as well. Searching through them can be very intense, unless they are small ( 5 elements). Anything larger than this and an array would be more efficient. James McKenzie

Re: msacm32: acmFormatEnum - implementing ACM_FORMATENUMF_SUGGEST (2nd try)

2009-03-02 Thread James McKenzie
Can you please use standard compression programs with standard extensions. Your file extension, .bin will not work here. James McKenzie

Re: D3D: Implement vertex blending in drawStridedSlow

2009-03-03 Thread James McKenzie
) I found that the reason of the crash was that VBOs were not removed when using drawStridedSlow for vertex blending. Attached is the modified patch, which doesn't make NOLF2 crash. Patches have to be submitted to Wine-patches. James McKenzie

Re: [RFC] named pipe message-mode design

2009-03-04 Thread James McKenzie
are just looking for the easy way out. Not a good idea and others end up cleaning up when the users start whining. James McKenzie

Re: makedep: let umask decide mode for Makefiles

2009-03-04 Thread James McKenzie
that much with NFS. Just as an aside, where I work, world write is highly discouraged and must be removed unless absolutely necessary. James McKenzie

Re: AppDB entries are being delete without contacting maintainer by Rozanne

2009-03-06 Thread James Mckenzie
is a commercial product whose developers also support Wine. James McKenzie

Re: AppDB entries are being delete without contacting maintainer by Rozanne

2009-03-06 Thread James Mckenzie
Austin English austinengl...@gmail.com wrote on March 6th: Sent: Mar 6, 2009 4:47 PM To: James Mckenzie jjmckenzi...@earthlink.net Cc: Wine Develop wine-devel@winehq.org Subject: Re: AppDB entries are being delete without contacting maintainer by Rozanne On Fri, Mar 6, 2009 at 3:44 PM, James

Re: AppDB entries are being delete without contacting maintainer by Rozanne

2009-03-06 Thread James McKenzie
Ben Klein wrote: 2009/3/7 James Mckenzie jjmckenzi...@earthlink.net: Also, please be aware that entries referring to ReactOS, PlayonLinux and Crossover are also being removed. The latter is actually biting the hand that feeds us. CodeWeavers, the producers of Crossover, host WineHQ

Re: AppDB entries are being delete without contacting maintainer by Rozanne

2009-03-07 Thread James McKenzie
the test data intact. CodeWeavers products are a special case :) ) I think this is the point. Crossover, yes. The rest of the stuff, no. And this is exactly what I was talking about. If it does not work in Wine, rating: Garbage, not Plat, Gold or Bronze. James McKenzie

Re: AppDB entries are being delete without contacting maintainer by Rozanne

2009-03-07 Thread James McKenzie
provide a patch in a long time. James McKenzie

Re: Fwd: [Wine] Re: The pros and cons of a wiki AppDB

2009-03-08 Thread James Mckenzie
am a maintainer of exactly ONE application. I've worked with this application and would really like to get one feature working. Why am I supporting that application? This is because the author refuses to release source code and he will not be building a Mac/Linux specific version. James

Re: [Wine] The pros and cons of a wiki AppDB

2009-03-08 Thread James Mckenzie
really care if we are using a Wiki or a Web Application to record what is hsppening with Applications and their ability to run on Wine. James McKenzie - d.

Re: Fwd: [Wine] Re: The pros and cons of a wiki AppDB

2009-03-08 Thread James Mckenzie
David Gerard dger...@gmail.com wrote on March 8th: 2009/3/8 James Mckenzie jjmckenzi...@earthlink.net: Would you be willing to clean out the ash and trash that will show up with an open Wiki? I already said I would, yes - that the only reason for not just starting one is to avoid massive

Re: [PATCH] [RFC] Make drive C always a

2009-03-08 Thread James Mckenzie
that is NOT removable. This will take effort. Sometimes the easy solution is not the correct one. James McKenzie

Re: Sufficient 1.2 release criterion: passing all tests on all platforms?

2009-03-08 Thread James Mckenzie
Dan Kegel d...@kegel.com wrote on March 8th: It almost feels within our grasp for midyear... how 'bout it? I would like to add that these tests should also pass on the MacOSX platform as well. +1 to the idea, Dan. James McKenzie

Re: Vacations

2009-03-14 Thread James McKenzie
Alexandre Julliard wrote: Folks, There won't be any commits next week, as I'll be skiing... Happy skiing and stay safe and warm. James McKenzie

Re: riched20: add tests for EM_FORMATRANGE

2009-03-14 Thread James McKenzie
this over and finish it? This would solve a couple of open bug reports and fix some complaints about text rendering. James McKenzie

Re: [riched20/tests] Changed tests for EM_FORMATRANGE

2009-03-17 Thread James Mckenzie
dpi. Paul: Looks good to me. I still need someone to pick up the actual implementation code and work with it. I have other priorities right now and think that Tony Rollo's code will not work and will require major rework to function properly with RichOLE. James McKenzie

Re: 16bit code generation

2009-03-21 Thread James McKenzie
applications running under Wine, but this will require a great deal of work and may not be worth the effort. This being said, there is always the one user that has a legacy application which they must have. James McKenzie

Re: NTFS filesystem features - WONTFIX?

2009-04-05 Thread James McKenzie
Austin English wrote: See http://bugs.winehq.org/show_bug.cgi?id=17938 for background. Sent reply direct to Austin. This may be outside of Wine's control due to flaky NTFS support by some Linux distributions. James McKenzie

Re: implement PS_USERSTYLE handling, tested with Dia(win32)

2009-04-05 Thread James McKenzie
: 1); This needs a conformance test to show this is what happens in Windows. If this is not supported in certain versions, you will also need to add broken() code for those versions with what happens. Look at the Wine source code and search for the use of this call. James McKenzie

Re: NTFS filesystem features - WONTFIX?

2009-04-07 Thread James Mckenzie
this, I don't see why we couldn't. Can we use Samba code in Wine to make this a reality? James McKenzie

Re: winequartz.drv Mac OS X UI discontinued?

2009-04-07 Thread James McKenzie
management and CoreText for text display. Regards, What is the status of work on this project? James McKenzie

Re: implement PS_USERSTYLE handling, tested with Dia(win32)

2009-04-11 Thread James McKenzie
Hans Breuer wrote: At 05.04.2009 23:54, James McKenzie wrote: Hans Breuer wrote: From b89af7d06fc8cbf5210c61fd58ed62caeddad968 Mon Sep 17 00:00:00 2001 From: Hans Breuer h...@breuer.org Date: Sun, 29 Mar 2009 18:27:29 +0200 Subject: implement PS_USERSTYLE handling, tested with Dia(win32

Re: Re : [4/4] (Try4) msi/tests: Fix package test when run on root drive directory.

2009-04-11 Thread James McKenzie
this 'todo_wine' the code has to be fixed or the test has to be fixed. James McKenzie

Re: Setting working directories for applications?

2009-04-12 Thread James McKenzie
to reproduce properly. James McKenzie

Re: do ERR messages imply bugs?

2009-04-12 Thread James McKenzie
information along. Bugzilla should request an application name and AppDB entry number. We need to make folks 'smart' about why ERR messages appear and what is different from FIXMEs. We also need to improve what is in ERR messages as we can provide fix information as well. James McKenzie

Re: do ERR messages imply bugs?

2009-04-12 Thread James McKenzie
David Gerard wrote: 2009/4/12 James McKenzie jjmckenzi...@earthlink.net: Bugzilla should request an application name and AppDB entry number. Demanding an appID number will certainly keep the bug reports down, though at the expense of bug reporting. The idea is that not all

Re: do ERR messages imply bugs?

2009-04-12 Thread James McKenzie
not function in the way you expect or a fixme, with a note that the requested function is not implemented. There are way to many error messages that are causing concerns with our users. James McKenzie

Re: do ERR messages imply bugs?

2009-04-12 Thread James McKenzie
it is not an error but the message says it is so that we can calm down users who encounter them? James McKenzie

Re: do ERR messages imply bugs?

2009-04-12 Thread James McKenzie
but will not cause a program to crash. I've seen error messages that really should be fixmes and the other way around where a fixme causes some programs to terminate with a screen full of debugging code. James McKenzie Vitaliy

Re: Re : [4/4] (Try4) msi/tests: Fix package test when run on root drive directory.

2009-04-12 Thread James McKenzie
Nicolas Le Cam wrote: 2009/4/13 James McKenzie jjmckenzi...@earthlink.net: Nicolas Le Cam wrote: James, Here are updated patches for part 3 4 of my previous patch set. Tell me if you think I could submit them to wine-patches. For patch 3, the only todo_wine is when launched from

Re: Setting working directories for applications?

2009-04-14 Thread James Mckenzie
application and they do work. If the .desktop files require a specific launcher, it may be possible to get them to work on a Mac. James McKenzie

Re: [PATCH 2/4] gdi32: fetch child fonts by real parent font name

2009-04-18 Thread James McKenzie
) but this happens to be the case for uTorrent 1.8 onwards. Paul: Where is the patch? I could not find it. James McKenzie

Re: Janitor: list.h functions defined but not used

2009-04-19 Thread James McKenzie
Glenn: What compiler was complaining about the static inline problem? Your solution may cause problems with other compilers. James McKenzie

Re: include: Define IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT and code for IN6_IS_ADDR_LOOPBACK

2009-04-25 Thread James McKenzie
Jeff Latimer wrote: Jeff Latimer wrote: This patch enables putty to compile and run using IPv6. I meant to say that André Hentschel was doing the hard work with putty and merely ask me to do this little bit. Jeff Thank you for doing the heavy lifting to all who are working on this. James

Re: [1/7] [wined3d] add ps_np2fixup_t ptr to shader_arb_priv (review)

2009-04-25 Thread James McKenzie
? James McKenzie

Re: Wine fundraising idea

2009-05-01 Thread James Mckenzie
Austin English austinengl...@gmail.com Sent: May 1, 2009 12:39 PM To: Wine Devel wine-devel@winehq.org Subject: Wine fundraising idea Howdy, +1 James McKenzie

Re: error report

2009-05-02 Thread James McKenzie
should give you a working Wine for MacOSX. If you have further comments/questions, we are here to help. James McKenzie

Re: Severity levels

2009-05-03 Thread James McKenzie
this in the user list again and again. It gets boorish after a while. Let's try user education. You only get to choose normal and we get to up/downgrade until you can prove that you know how to do it right. This is how some companies do it. James McKenzie

Re: Severity levels

2009-05-04 Thread James Mckenzie
Bugzilla have a place for user's to place the Impact on their ability to use a Windows program? This is much different than the priority and severity fields. James McKenzie

Re: Severity levels

2009-05-05 Thread James Mckenzie
Darragh Bailey wrote on May 5th: On Mon, May 04, 2009 at 11:24:58AM -0700, James Mckenzie wrote: Ben Klein wrote on May 4th: Final post from me. 2009/5/5 Nicklas Börjesson nicklas.borjes...@ws.se: b) I thought that priority was developer priority and severity was severity for the users

Re: Severity levels

2009-05-07 Thread James McKenzie
with the original bug. In any case, meta-bugs are not allowed in Bugzilla, period. James McKenzie

Re: DIB Engine : Almost 100% working

2009-05-10 Thread James McKenzie
this DIB engine fix that or am i wrong? Well, I'm not a big game player, so I don't know how many games would benefit of it. Max: Good work. Have you started to think about how to get this into Wine where AJ will approve? James McKenzie

Re: Add tests for DirectDraw surface reference counting

2009-05-15 Thread James McKenzie
. The patch adds trailing whitespeaces in a few lines. Please remove them. Otherwise the code looks good to me. Oops, same patch without the trailing whitespace. Send it to wine-patches as (try 2) with a comment about removing the white spaces :) James McKenzie

Re: comdlg32: Optimize german Find and FindReplace Dialog(try2)

2009-05-16 Thread James Mckenzie
Dawncrow: Your fix does not match what is displayed in W2K. What does this dialog look like in WindowsXP? James McKenzie -Original Message- From: Dawncrow webmas...@dawncrow.de Sent: May 15, 2009 11:14 AM To: wine-patches wine-patc...@winehq.org Subject: comdlg32: Optimize german

News on Wine 1.1.21/MacOSX/XQuartz 2.3.3

2009-05-16 Thread James McKenzie
they will work on this combination. BTW, the version of Wine for Mac that I used for testing was built using Mike Kronenberg's Build Environment 1.1.5. James McKenzie

Re: News on Wine 1.1.21/MacOSX/XQuartz 2.3.3

2009-05-17 Thread James McKenzie
Austin English wrote: On Sun, May 17, 2009 at 6:49 AM, Steven Edwards sedwa...@bordeauxgroup.com wrote: On Sat, May 16, 2009 at 11:23 PM, James McKenzie jjmckenzi...@earthlink.net wrote: BTW, the version of Wine for Mac that I used for testing was built using Mike Kronenberg's

Re: [Article] WINE and the importance of application compatibility

2009-05-17 Thread James McKenzie
to run. I'm going to work on it and report bugs as they occur. I may also start running Winetest to see what works and what does not. Hopefully, with the recent release of XQuartz 2.3.3, most of the problems have gone away. James McKenzie Thanks, Scott Ritchie

Re: [Article] WINE and the importance of application compatibility

2009-05-17 Thread James McKenzie
their secrets, but give them something better. Of course, we all know the outcome of the Windows versus OS/2 wars: Windows won and the best product went home (it is still available by the way.) James McKenzie

Re: News on Wine 1.1.21/MacOSX/XQuartz 2.3.3

2009-05-22 Thread James Mckenzie
mike.kronenb...@kronenberg.org wrote: On 18.05.2009, at 06:56, Dmitry Timoshkov wrote: James McKenzie jjmckenzi...@earthlink.net wrote: Austin: Contact Mike Kronenberg or Zach Drayer and see what they currently have. IMHO since they haven't even bothered so far to change the license from

Re: News on Wine 1.1.21/MacOSX/XQuartz 2.3.3

2009-05-23 Thread James McKenzie
using Leopard, the opengl fix is not needed anymore, but it may have to stay until XQuartz 2.3.3 is backported for Tiger. James McKenzie

Re: DIB Engine : passing all tests

2009-05-24 Thread James McKenzie
produce a PE version using something like cygwin with X11 headers and the -mno-cygwin switch but I don't know if this would really work. If did then it should work on everything. Let me know how this goes. I'm interested in improvements that will help all *nixes, including MacOSX. James

Re: DIB Engine : passing all tests

2009-05-24 Thread James McKenzie
Steven Edwards wrote: On Sun, May 24, 2009 at 9:23 PM, James McKenzie jjmckenzi...@earthlink.net wrote: Let me know how this goes. I'm interested in improvements that will help all *nixes, including MacOSX. I think I am using the latest patch, its dibeng_max.zip thats got the 1

Re: DIB Engine : passing all tests

2009-05-25 Thread James McKenzie
to give it a go on the Mac, but I don't have any programs that appear to use the functions. James McKenzie

Re: Does wine handle virtual midi ports correct on OSX?

2009-05-25 Thread James McKenzie
, but the background music. I get no error messages in the log file either about MOD_MIDIPORT. MacOSX 10.5.7 James McKenzie

Re: /. wants a fork

2009-05-25 Thread James McKenzie
toys and go play in another sandbox. And lastly, I think there is a site at repo.cz that has all of the unaccepted Wine code somewhere, that we all could look at and fix. James McKenzie

Re: wined3d: {Name of patch here}

2009-05-27 Thread James Mckenzie
Pavel: Just as a hint, can you name your patches to be more descriptive. I am looking for a fix to this problem, and will attempt to test this against DooM to see if the slowness problem I have is fixed. Thank you for contributing to the Wine Project. James McKenzie -Original Message

Re: DIB Engine : passing all tests

2009-05-27 Thread James McKenzie
on this project's survival. James McKenzie

Re: PowerPC MacOSX work...

2009-05-27 Thread James McKenzie
port on it and thus batteries are not fully charging. I stopped working on another FOSS project because running the test suite takes over a day and I could not trust the power supply to last that long. James McKenzie

Re: Changing default severity in Bugzilla to Normal

2009-05-28 Thread James Mckenzie
severity to normal in the hopes of cutting down on the yelling. http://bugs.winehq.org/show_bug.cgi?id=13363 Any thoughts on this? +1 +1 James McKenzie

Re: patch wined3d

2009-05-28 Thread James McKenzie
of the people with the backbuffer problem causing FPS slowness, I am very interested in these patches. However, they need to be cleaned up so that we can use them. James McKenzie

Re: DIB engine

2009-05-29 Thread James Mckenzie
months of work is IHMO very unacceptable. Also, I don't see this as circular, but the 'snake' of getting AJ to accept code into the codebase is. Very respectfully submitted, James McKenzie

Re: DIB engine

2009-05-29 Thread James Mckenzie
. Sorry, but them's the facts. Now, if you were to speak up with your wallet and donate to the effort, that is a vastly different story. Sadly, we are on our own to get AutoCad fully working with Wine. I don't expect any assistance from AutoDesk nor any of the major Linux players. James McKenzie

Re: Time to remove obsolete platforms HP, SGI, and DEC?

2009-05-29 Thread James Mckenzie
and for the AppDB. James McKenzie

Re: WIne DIB

2009-05-30 Thread James McKenzie
Ben Klein wrote: Stop making new threads about this! We've already had too many DIB Engine threads! +1. Please keep all of the traffic on the DIB engine to one thread. James McKenzie

[Fwd: Re: DIB engine]

2009-06-01 Thread James McKenzie
To the list as well. Original Message Subject:Re: DIB engine Date: Mon, 01 Jun 2009 19:09:15 -0700 From: James McKenzie jjmckenzi...@earthlink.net To: Andrew Eikum and...@brightnightgames.com References: a71bd89a0905301414j5bd70f74y3441d367b49bc...@mail.gmail.com

Deadlock under Supreme Commander in d3d9 main.c

2009-06-05 Thread James McKenzie
to be a revisit of the deadlocking issue as reported in bug 14746, but according to another triage person, this is not so. I would like to know if code has been moved from x11drv.c to d3d9_main.c that would cause this error and for the framerate to drop considerably. Thank you. James McKenzie

Re: [3/5] WineD3D: Unroll loops in ARB if GL_NV_vertex_program2_option is not supported

2009-06-06 Thread James Mckenzie
]; +ret[2] = ((char) priv-cur_ps_args-loop_ctrl[idx][3]); +} +return ret; A little explanation might help here. James McKenzie

Re: wined3d:

2009-06-07 Thread James McKenzie
Pavel Prochazka wrote: There is an open bug for this problem, 14746. Can you clean up and attach your fix to this bug so that others can try it? I did apply it cleanly, through three steps to version 1.1.22 of Wine. James McKenzie

Re: Disable forum edits

2009-06-12 Thread James Mckenzie
Subject: Re: Disable forum edits On Fri, Jun 12, 2009 at 12:51 PM, Jeremy Newmanjnew...@codeweavers.com wrote: Editing disabled. -Newman Thanks! +1 James

Re: winex11: Get rid of glext.h in remaining locations [try 2]

2009-06-19 Thread James Mckenzie
) Now with configure.ac Works fine on OS X. Sorry I forgot to do this myself. Thank you. I have not set up my build system, yet. James McKenzie

Re: Pavel Procházka's commit

2009-06-23 Thread James Mckenzie
number and x is the number of patch files. Need to use spacing for your patches OR follow the pattern in use in the file. Tab stops are HIGHLY discouraged. Add test cases, if needed, to demonstrate what you are attempting to do is what Windows(TM) does with the same inputs. James McKenzie

Re: wine 1.1.23 configure message Mac OSX 10.5.7

2009-06-26 Thread James McKenzie
Austin English wrote: On Sat, Jun 13, 2009 at 2:47 AM, Maurits Lamersmaur...@weidestraat.nl wrote: Hi, while running configure of wine 1.1.23 on Mac OSX Leopard 10.5.7 the message below appeared with a request to mail it. Running XCode 3.1.2, i686-apple-darwin9-gcc-4.0.1. Please feel

Fw: Re: Removing active maintainers

2009-06-30 Thread James Mckenzie
Sent to Rosanne only, meant to send it to the list as a comment to this thread. James McKenzie -Forwarded Message- From: James Mckenzie jjmckenzi...@earthlink.net Sent: Jun 29, 2009 6:36 PM To: Rosanne DiMesio dime...@earthlink.net Subject: Re: Removing active maintainers Rosanne

Re: RFC: Mac OSX should use existing Pictures/ Music/ Videos/ etc. directories - how exactly?

2009-07-01 Thread James Mckenzie
You probably want a separate code path in shellpath.c for the Mac. I don't think XDG works there. Can check, but make sure you do not use ObjC code. AJ will reject. Also pass to me, and I will add/test it. James McKenzie

Re: Ensure that GetSystemMenu returns valid HMENU unless bRevert specified

2009-07-04 Thread James McKenzie
at a later time. James McKenzie

Re: server/fd.c: Prevent using uninitialized pointers

2009-07-04 Thread James McKenzie
. [code] int a = 0; char b = NULL; bool c = TRUE; [/code] Without this, we cannot assume anything. James McKenzie

Re: fix overflow in several advapi32 crypt functions hidden by broken WideCharToMultiByte

2009-07-04 Thread James McKenzie
negative (which should not be allowed) or to be incremented past INT_MAX. This can be implemented in several different ways, and since I have not looked at the code, I could not make a proper suggestion but would suggest that the pointer be checked before incrementing and after setting. James

Re: server/fd.c: Prevent using uninitialized pointers

2009-07-04 Thread James McKenzie
Vitaliy Margolen wrote: James McKenzie wrote: [code] int a = 0; char b = NULL; bool c = TRUE; [/code] Without this, we cannot assume anything. Static variables are different. They are always initialized to 0. In your example you show regular variables only. Their initial

16-bit Code on MacOSX Leopard/XCode 3.1

2009-07-04 Thread James McKenzie
if you don't need 16-bit support. * Error: Can't build wine Great catch, BTW. James McKenzie

Re: 16-bit Code on MacOSX Leopard/XCode 3.1

2009-07-04 Thread James McKenzie
King InuYasha wrote: On Sat, Jul 4, 2009 at 4:25 PM, James McKenzie jjmckenzi...@earthlink.net mailto:jjmckenzi...@earthlink.net wrote: I know that this was disabled, but what happens when I try to run a 16 bit app? Here is what happened when I tried to build 1.1.25 with XCode

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

2009-07-05 Thread James McKenzie
is not possible. There are dependencies, just like there are on Linux. The X11SDK is not installed and that is just a start... And Mike's builds are LGPL, just like Wine's. James McKenzie

Re: Building problems on Intel Mac.

2009-07-05 Thread James McKenzie
the latest versions of several packages. James McKenzie

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-05 Thread James McKenzie
Emmanuel Maillard wrote: Le 11 avr. 09 à 18:20, James McKenzie a écrit : Emmanuel Maillard wrote: Le 3 janv. 09 à 04:14, James McKenzie a écrit : Emmanuel Maillard wrote: Hi, Le 4 juil. 08 à 12:37, Adam Strzelecki a écrit : Hi Emmanuel, hello Wine developers, Latest WineQuartz.drv

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-05 Thread James McKenzie
/Cocoa library exists, this would help move the project along. James McKenzie

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

2009-07-06 Thread James Mckenzie
James McKenzie wrote: Something that I do have to point out is that freetype, a very important library for Wine is not shipped with XCode nor MacOSX. We have to include it. Huh? On my 10.5.7 Leopard system, Wine was able to find FreeType -- with LD_LIBRARY_PATH guidance. And I have nothing

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

2009-07-06 Thread James McKenzie
joerg-cyril.hoe...@t-systems.com wrote: James McKenzie wrote: Something that I do have to point out is that freetype, a very important library for Wine is not shipped with XCode nor MacOSX. We have to include it. Huh? On my 10.5.7 Leopard system, Wine was able to find

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

2009-07-06 Thread James McKenzie
from other users? That patch looks very familiar. I think it is the fallback path that Mike uses. James McKenzie

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread James Mckenzie
cannot be included, however. I would like to see it 'wrapped' so that it could not be compiled and then the world would be upright (and this is how several other projects do this as well.) James McKenzie

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-10 Thread James McKenzie
clean, commented, understandable code. Unfortunately, we have to stick with c/C++ code here. I'm wondering if there is a C++ to ObjC library interface that would be cleaner. James McKenzie

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-10 Thread James McKenzie
Emmanuel Maillard wrote: Emmanuel: What is the status of winequartz.drv? It looks like your last patch was for 1.1.2. James McKenzie Hi, I didn't really work on winequartz.drv since this patch, start a new version at the beginning of October, but more or less waiting for DIB engine

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-11 Thread James McKenzie
to support the Mac rather than using c wrappers. James McKenzie

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-11 Thread James McKenzie
. That of course, may be years away (I worked with both the NeoOffice.org and OpenOffice.org projects with this. It was a multi-year adventure.) James McKenzie

Re: FW: Re: winequartz.drv Mac OS X UI discontinued?

2009-07-11 Thread James McKenzie
programmers on this project. James McKenzie

Re: [Request for review] wrc: Add support for nameID with quotes

2009-07-12 Thread James McKenzie
what Windows(TM) and what Wine does to see if the patch really fixes the problem. James McKenzie

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-14 Thread James McKenzie
there. Wine will need a startup script to fix this problem. That is what Zach Drayer and Mike Kronenberg do. This is what OpenOffice.org does. Fink and MacPorts both build their own LD_LIBRARY_PATH and permenantly alter it. James McKenzie

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-14 Thread James McKenzie
. It is not 'rocket science' to makd this happen. James McKenzie

Re: which release of Wine created or last updated this particular .wine/ tree?

2009-07-15 Thread James McKenzie
an application installs. +1, from a CM kind of guy. James McKenzie

Re: suggestions about MacOS DYLD_FALLBACK_LIBRARY_PATH patch

2009-07-17 Thread James McKenzie
or an installer for packing Wine ? IMHO bundles are more friendly to end users. Bundles are WAY more friendly than using the installer. Installer programs are meant to remain on the system. James McKenzie

  1   2   3   4   5   6   7   8   >