Advice on how to proceed - XKB keyboard handling

2007-04-09 Thread Shachar Shemesh
Hi all, I put up an intermediate version of my XKB patch. It is the last attachment for bug #735 (http://bugs.winehq.org/show_bug.cgi?id=735). The patch, as is, solves bug 735, as can be tested by compiling the test program. However, it does not play well with other areas of the keyboard

Richedit URL hyperlink bug

2007-04-09 Thread Andrew Talbot
Hi, I run an app (Blitzin2) that displays scrolling text with various highlightings in a rich edit control. When displaying hyperlinks comprising normal words, they are rendered in blue and underlined, and whatever follows is rendered appropriately. However, if the displayed link text happens to

Re: [01/10] wined3d: Handle FBO attachments slightly more efficiently

2007-04-09 Thread Stefan Dösinger
Am Montag 09 April 2007 01:53 schrieb H. Verbeet: The idea here is to only update FBO attachments when the FBO is being used to draw to, since apparently binding an incomplete FBO is rather slow. Changelog: - Handle FBO attachments slightly more efficiently Is there a reason why you do not

Re: Is Wine a platform for Codeweaver to make money?! Please help me understand.

2007-04-09 Thread Wesley Parish
Sorry to jump into the discussion at this late date, but while I run Wine occasionally for some software I get in my email - no, not viruses, thank goodness! - and some other software that I get with family photo CDs, etc, I haven't done anything with it lately, apart from installing an old

Re: [01/10] wined3d: Handle FBO attachments slightly more efficiently

2007-04-09 Thread H. Verbeet
On 09/04/07, Stefan Dösinger [EMAIL PROTECTED] wrote: Am Montag 09 April 2007 01:53 schrieb H. Verbeet: The idea here is to only update FBO attachments when the FBO is being used to draw to, since apparently binding an incomplete FBO is rather slow. Changelog: - Handle FBO attachments

Re: Is Wine a platform for Codeweaver to make money?! Please help me understand.

2007-04-09 Thread Jan Zerebecki
On Mon, Apr 09, 2007 at 10:06:19PM +1200, Wesley Parish wrote: I was wondering, there is Wine, there is CrossOver, and there is Cedega. CrossOver I know contribute their source back, I don't know about Cedega Since wine 0.9 someone with transgaming in the author field got 3 patches into wine.

Re: Is Wine a platform for Codeweaver to make money?! Please help me understand.

2007-04-09 Thread Stefan Dösinger
You can install multiple Wine installations, a crossover install and a cedega install on the same machine without problems (though it's some time ago that I verified it for the later two). Yes, this is supposed to work(CrossOver and Wine at least). But note, that running wine on the command

Re: [06/10] wined3d: Use the framebuffer blit extension to implement StretchRect

2007-04-09 Thread Mirek
Hi, I can't compile wine with this patch. Here is error log: device.c: In function ‘stretch_rect_fbo’: device.c:5311: error: ‘WineD3D_GL_Info’ has no member named ‘glBlitFramebufferEXT’ device.c:5314: error: ‘WineD3D_GL_Info’ has no member named ‘glBlitFramebufferEXT’ make[2]: *** [device.o]

Re: [06/10] wined3d: Use the framebuffer blit extension to implement StretchRect

2007-04-09 Thread H. Verbeet
On 09/04/07, Mirek [EMAIL PROTECTED] wrote: Hi, I can't compile wine with this patch. Here is error log: device.c: In function 'stretch_rect_fbo': device.c:5311: error: 'WineD3D_GL_Info' has no member named 'glBlitFramebufferEXT' device.c:5314: error: 'WineD3D_GL_Info' has no member named

A Study on Free/Open Source Software Defect Management

2007-04-09 Thread Anu Gupta DCSA
Dear Wine Contributots, I am really thankful to Free/Open Source Software development community for their overwhelming response to the survey on practices and problems of defect management in Free/Open Source Software projects. The Online Questionnaire is available at:

Re: Richedit URL hyperlink bug

2007-04-09 Thread Matt Finnicum
Hi, The problem is most likely in that there's two kinds of links happening at once - the automatically detected one and the manually specified one. The automatic detection is done in ME_AutoURLDetect at the very bottom of editor.c. I don't really have time to look at it myself until this

configure using deprecated alsa header.. ?

2007-04-09 Thread Tom Spear
I just downloaded and configured wine 0.9.34 and looking thru the config.log (didnt do this on prior versions, so I'm pretty sure it's not a regression), there is a warning about needing to use alsa/asoundlib.h instead of sys/asoundlib.h .. I made bug 7997 about it:

SoC Deadline: 07:00 UTC on April 10th

2007-04-09 Thread Detlef Riekenberg
### 2. Make sure that all the applications that you *really* want have mentors assigned to them as quickly as possible, certainly no later than 12 midnight Pacific / 07:00 UTC on April 10th. ### Do we have assigned a mentor for all possible slots? -- By by ... Detlef

Re: configure using deprecated alsa header.. ?

2007-04-09 Thread Tom Spear
As a side I looked thru config.log a little further up and saw the test for asla/asoundlib.h which succeeded. So in the case that both headers exist, which one are we using? On 4/9/07, Tom Spear [EMAIL PROTECTED] wrote: I just downloaded and configured wine 0.9.34 and looking thru the

Re: err:ddraw:IDirectDrawImpl_QueryInterface (0x1bdd28)

2007-04-09 Thread Klaus Layer
Am Sonntag, 8. April 2007 12:55 schrieben Sie: Hi, Interestingly this application does nothing that would make ddraw return a failure. Can you send a ddraw,d3d7 trace WITH the registry key set as a reference? As far as I can see, this application is on its way to set up a Direct3D

Re: err:ddraw:IDirectDrawImpl_QueryInterface (0x1bdd28)

2007-04-09 Thread Klaus Layer
Am Sonntag, 8. April 2007 01:14 schrieb Vitaliy Margolen: Do not strip Wine when you debuggin it, _especially_ when you sending your traces to wine-devel. Properly compiling Wine would help. This is invalid. Please visit wiki page(s) for gentoo that state which flags you should and which

Re: Winehq's wiki table problem

2007-04-09 Thread Detlef Riekenberg
On So, 2007-04-08 at 11:06 -0600, Vitaliy Margolen wrote: Does anyone else see the problem with the tables not aligned properly? Yes, it's broken in firefox, but displayed readable in dillo (but many html-errors are detected by dillo). Tested with FrontPage and Developer-Hints Mozilla

Re: respect unicode _ILCreateFromFindData

2007-04-09 Thread Dmitry Timoshkov
Aric Stewart [EMAIL PROTECTED] wrote: +if (fs) +{ +FileTimeToDosDateTime( (stffile-ftLastWriteTime), + fs-uFileDate, fs-uFileTime); +fs-dwFileSize = stffile-nFileSizeLow; +fs-uFileAttribs = (WORD)stffile-dwFileAttributes; + +

Re: configure using deprecated alsa header.. ?

2007-04-09 Thread Maarten Lankhorst
Tom Spear schreef: I just downloaded and configured wine 0.9.34 and looking thru the config.log (didnt do this on prior versions, so I'm pretty sure it's not a regression), there is a warning about needing to use alsa/asoundlib.h instead of sys/asoundlib.h .. I made bug 7997 about it: