RE: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread Nicklas Börjesson
>The link seems to be malformed. Can you resend it? I am really >interested in looking at this. >http://www.smipple.net/snippet/moriyoshi/Using%20Objective-C%20ABI%20from%20within%20a%20pure%20C%20code. The trick, it seems, is to include the dot in the end. Interesting URL scheme(and snippet)...

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread Steven Edwards
On Thu, Jul 9, 2009 at 7:18 AM, Adam Strzelecki wrote: > Just to explain things better, I found great sample of calling Obj-C API > within pure C program: > http://www.smipple.net/snippet/moriyoshi/Using%20Objective-C%20ABI%20from%20within%20a%20pure%20C%20code. > > This is basic application that j

Re: Check if WINED3DRS_VERTEXBLEND is dirty in transform_world

2009-07-09 Thread Lisa Denia
> 2009/7/5 Lisa Denia : > > This fixes the flickering cursor mentioned in Bug > > #14375(http://bugs.winehq.org/show_bug.cgi?id=14375). > > The cursor flickers because the scene gets rendered twice a draw, which > > is known and expected. The cursor is not one of that usual animated 2d > > things,

Re: kernel32/nls: Add Lithuanian winerr translation

2009-07-09 Thread André Hentschel
Paul Vriens schrieb: Hi Aurimas, Congratulations !! Congratulations from me, too! I knew you make the 100% until next release, great work. -- Best Regards, André Hentschel

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread Adam Strzelecki
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 of Windows RES format. So this is not a source code. Nib can be created from Xib sour

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread Adam Strzelecki
Rolf, See my comments below. With the same argument you could say that writing COM objects has to be done in C++. Yet Wine has lots and lots of COM code written all in standard C. You're wrong. COM isn't a full C++ interface, it uses/exposes limited C ++ subset - just to be C and other langu

Re: kernel32/nls: Add Lithuanian winerr translation

2009-07-09 Thread Paul Vriens
Hi Aurimas, Congratulations !! -- Cheers, Paul.

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread James Mckenzie
>Just to explain things better, I found great sample of calling Obj-C >API within pure C program: >http://www.smipple.net/snippet/moriyoshi/Using%20Objective-C%20ABI%20from%20within%20a%20pure%20C%20code > >. > >This is basic application that just displays a single window, and YES >it works! >

image loading with windowscodecs

2009-07-09 Thread Vincent Povirk
So I've been working on an implementation of windowscodecs.dll (Windows Imaging Component). This is a Vista/.NET 3.x API for manipulating image data. To the best of my knowledge, only 2 programs currently use it, and I'm not running either one. We're not likely to see it used by real programs in Wi

Re: [1/2] winemine: Add ellipses for menu entries that open new dialog windows

2009-07-09 Thread Anders Jonsson
Yuri Khan wrote: > On Thu, Jul 9, 2009 at 15:53, Anders Jonsson > wrote: > > >> POPUP "&Info" { >> -MENUITEM "&Fastest Times",IDM_TIMES >> +MENUITEM "&Fastest Times...", IDM_TIMES >> MENUITEM "&About", IDM_ABOUT >> } >> > > According to Microsoft

Re: transl and sublangs are not showing neutral

2009-07-09 Thread Paul Vriens
Paul Vriens wrote: Paul Vriens wrote: Ricardo Filipe wrote: 2009/7/8 Paul Vriens > Ricardo Filipe wrote: 2009/7/8 Paul Vriens mailto:paul.vriens.w...@gmail.com>

Re: transl and sublangs are not showing neutral

2009-07-09 Thread Paul Vriens
Paul Vriens wrote: Ricardo Filipe wrote: 2009/7/8 Paul Vriens > Ricardo Filipe wrote: 2009/7/8 Paul Vriens mailto:paul.vriens.w...@gmail.com> >>

Re: [PATCH 1/7] jscript: Inherit Function_valueOf from Object

2009-07-09 Thread Piotr Caban
Hi, Please drop this bunch of patches (it will not apply to newest git). Piotr

Re: [1/2] winemine: Add ellipses for menu entries that open new dialog windows

2009-07-09 Thread Yuri Khan
On Thu, Jul 9, 2009 at 15:53, Anders Jonsson wrote: >     POPUP "&Info" { > -        MENUITEM "&Fastest Times",    IDM_TIMES > +        MENUITEM "&Fastest Times...", IDM_TIMES >         MENUITEM "&About",         IDM_ABOUT >     } According to Microsoft's guidelines, an ellipsis is only necessary

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 of Windows > RES format.

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread Chris Robinson
On Thursday 09 July 2009 1:46:59 am Rolf Kalbermatter wrote: > Adam Strzelecki [mailto:o...@java.pl] > > > Cocoa is the proper Obj-C API for OSX UI & graphics. OSX is > > NextStep based objective oriented GUI & OS. And Obj-C is a > > basement of both NextStep and OSX. So if you want to write > > OS

Re: WineD3D: Check if GL accepts 4 component specular colors

2009-07-09 Thread Henri Verbeet
Actually, while I'm at it, you're also missing ENTER_GL()/LEAVE_GL() calls in match_allows_spec_alpha(), and you should document that it depends on the caller to do context activation.

Re: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread Steven Edwards
On Thu, Jul 9, 2009 at 4:46 AM, Rolf Kalbermatter wrote: > With the same argument you could say that writing COM objects has > to be done in C++. Yet Wine has lots and lots of COM code written > all in standard C. > > Agreed, writing object oriented code in C is not exactly trivial and > often quit

Re: comctl32: Fix dialog ('Next' button was hidden)

2009-07-09 Thread Frédéric Delanoy
On 07/09/2009 01:18 PM, Frank Richter wrote: > On 09.07.2009 07:42, Aurimas Fišeras wrote: >> On 07/08/2009 10:31 PM, Frédéric Delanoy wrote: >> I think it should be under the button "Finish", so that >> the "Finish" button can be shown in the same place >> instead of "Next >" on the last wizard pa

Re: comctl32: Fix dialog ('Next' button was hidden)

2009-07-09 Thread Frank Richter
On 09.07.2009 07:42, Aurimas Fišeras wrote: > On 07/08/2009 10:31 PM, Frédéric Delanoy wrote: > I think it should be under the button "Finish", so that > the "Finish" button can be shown in the same place > instead of "Next >" on the last wizard page. I recall some Wizards have Next and Finish vis

Re: XInput [1/4]: Implement XInputGetState

2009-07-09 Thread Michael Gruber
On Thu, Jul 9, 2009 at 09:50, Stefan Dösinger wrote: > > Am 09.07.2009 um 02:58 schrieb Michael Gruber: > >> This patch series implements parts of the XInput library. You can use >> this to play games that support Xbox 360 Controllers. To be able to >> use this you will need to have your Controller

Re: WineD3D: Check if GL accepts 4 component specular colors

2009-07-09 Thread Henri Verbeet
2009/7/9 Stefan Dösinger : > - > GL_EXTCALL(glSecondaryColorPointerEXT)(e->format_desc->gl_vtx_format, > e->format_desc->gl_vtx_type, > -e->stride, e->data + stateblock->loadBaseVertexIndex * > e->stride + offset[e->stream_idx]); > + > +if(GLINFO_LOCATI

RE: winequartz.drv Mac OS X UI discontinued?

2009-07-09 Thread Rolf Kalbermatter
Adam Strzelecki [mailto:o...@java.pl] > Cocoa is the proper Obj-C API for OSX UI & graphics. OSX is > NextStep based objective oriented GUI & OS. And Obj-C is a > basement of both NextStep and OSX. So if you want to write > OSX GUI application properly you have to use Obj-C, same as > C++ & K

Re: XInput [1/4]: Implement XInputGetState

2009-07-09 Thread Stefan Dösinger
Am 09.07.2009 um 02:58 schrieb Michael Gruber: This patch series implements parts of the XInput library. You can use this to play games that support Xbox 360 Controllers. To be able to use this you will need to have your Controller working on Linux via the xpad kernel driver and the event inter

Re: comctl32: Fix dialog ('Next' button was hidden) [ invalid patch ]

2009-07-09 Thread Frédéric Delanoy
Please discard this patch Frédéric

Re: comctl32: Fix dialog ('Next' button was hidden)

2009-07-09 Thread Frédéric Delanoy
On 07/09/2009 07:42 AM, Aurimas Fišeras wrote: > On 07/08/2009 10:31 PM, Frédéric Delanoy wrote: > I think it should be under the button "Finish", so that > the "Finish" button can be shown in the same place > instead of "Next >" on the last wizard page. > OK. My mistake. I'll revert and resend i