Re: Wine Gecko 1.1.0 RC1

2010-08-23 Thread Paul "TBBle" Hampson
ERR("Could not get nsIContent interface: %08x\n", nsres); -- Paul "TBBle" Hampson, paul.hamp...@pobox.com

Re: Fwd: Should we expect Liberation fonts to be installed?

2010-08-12 Thread Paul "TBBle" Hampson
this weekend. (And if I'm feeling enthused, see if I can make fontconfig aliases work, although a brief glace at the API suggests there's nothing specifically for fetching the alias list) -- Paul "TBBle" Hampson, paul.hamp...@pobox.com

Fwd: Should we expect Liberation fonts to be installed?

2010-08-11 Thread Paul "TBBle" Hampson
Sorry, I failed at Gmail again. >_< -- Forwarded message -- From: Paul "TBBle" Hampson Date: 12 August 2010 13:52 Subject: Re: Should we expect Liberation fonts to be installed? To: Scott Ritchie On 8 August 2010 13:02, Scott Ritchie wrote: > On 08/03/2

Re: explorer: implement X session management

2010-07-29 Thread Paul &quot;TBBle&quot; Hampson
ies for the duplicate, I forget that Gmail is "Reply" by default] -- Paul "TBBle" Hampson, paul.hamp...@pobox.com

Re: dinput2

2010-05-21 Thread Paul &quot;TBBle&quot; Hampson
icular documentation of this discussion or intention? I'm interested in the area, but I'm not clear on what's actually being discussed, change-wise. -- Paul "TBBle" Hampson, paul.hamp...@pobox.com

Re: Wine looses a bit gaming and wins mobility?

2010-05-06 Thread Paul &quot;TBBle&quot; Hampson
t's Valve doing the emulation integration, or the content owners... -- Paul "TBBle" Hampson, paul.hamp...@pobox.com

Re: XI2 DirectInput/RawInput/WH_*_LL hooks

2009-06-22 Thread Paul TBBle Hampson
On Mon, Jun 22, 2009 at 12:57:35PM +0200, Alexandre Julliard wrote: > Paul TBBle Hampson writes: >> *) A new process (ala services.exe) which grabs XI2 events from X11 via >> its own connection and feeds them to the wineserver. > It should run in the context of the explorer pr

XI2 DirectInput/RawInput/WH_*_LL hooks

2009-06-21 Thread Paul TBBle Hampson
keyboard interface implemented. -- ----------- Paul "TBBle" Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn't influence us as kids. If it did, we'd be r

Re: Unused functions in fusion.dll

2009-05-14 Thread Paul TBBle Hampson
me across a discussion of it while doing XNA stuff, which is actually compact framework so different again. ^_^ -- --- Paul "TBBle" Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd

Re: Severity levels

2009-05-05 Thread Paul TBBle Hampson
) I've added a Note to the WAR AppDB page which describes symptoms and ties them to linked bugs to try and alleviate this, but it'd be nice if the disconnect wasn't there. -- --- Paul "TBBle" Hampson, B.Sc, LPI, MCS

Re: Severity levels

2009-05-04 Thread Paul TBBle Hampson
#x27;s no > There's no point in keeping metabugs if there's no way to ... > no way to distinguish them from regular bugs. I was under the impression that Wine didn't want metabugs. I'm sure I've seem comments to that effect in Bugzilla itself... -- ----------

Re: RFC on Base Wine Config

2009-05-03 Thread Paul TBBle Hampson
On Sun, May 03, 2009 at 08:54:32PM +1000, Ben Klein wrote: > 2009/5/3 Paul TBBle Hampson : >> On Sun, May 03, 2009 at 03:07:35PM +1000, Ben Klein wrote: >>> It's NOT a networked drive, is it? Drive mappings are the only way to >>> tell Wine and apps running in W

Re: RFC on Base Wine Config

2009-05-03 Thread Paul TBBle Hampson
://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx -- ----------- Paul "TBBle" Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course

Mmap/malloc redirection (bug 13335, seems to affect 3D games mainly)

2009-04-29 Thread Paul TBBle Hampson
her they are the right approach, and if there are things that could be handled more cleanly. [1] http://bugs.winehq.org/show_bug.cgi?id=13335 [2] http://bugs.winehq.org/attachment.cgi?id=20483 [3] http://bugs.winehq.org/attachment.cgi?id=20484 -- ---------

Re: Reparse point unit tests patches

2009-04-27 Thread Paul TBBle Hampson
On Sun, Apr 26, 2009 at 12:39:31PM +0200, Detlef Riekenberg wrote: > On So, 2009-04-26 at 13:18 +1000, Paul TBBle Hampson wrote: >> [PATCH 2/2] Add unit tests for junction points using reparse point interface >> http://www.winehq.org/pipermail/wine-patches/2009-January/067227.h

Reparse point unit tests patches

2009-04-25 Thread Paul TBBle Hampson
t tests for junction points using reparse point interface http://www.winehq.org/pipermail/wine-patches/2009-January/067227.html -- ------- Paul "TBBle" Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubbles

gdi32 font-link patch issues? (Bug 18044)

2009-04-25 Thread Paul TBBle Hampson
09-April/071952.html -- ------- Paul "TBBle" Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn't influence us

Re: [2/2] wininet: HTTP_HttpAddRequestHeadersW should ignore 0-lengthheaders

2009-04-24 Thread Paul TBBle Hampson
On Sat, Apr 25, 2009 at 11:52:20AM +0900, Dmitry Timoshkov wrote: > "Paul TBBle Hampson" wrote: > >+if (strlenW(lpszStart)==0) > >+{ > >+/* Skip 0-length headers */ > >+lpszStart = lpszEnd; > >+

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-21 Thread Paul TBBle Hampson
On Tue, Apr 21, 2009 at 08:16:14AM -0600, Vitaliy Margolen wrote: > Paul TBBle Hampson wrote: >> On Sun, Apr 19, 2009 at 02:39:43PM -0600, Vitaliy Margolen wrote: >>> Paul TBBle Hampson wrote: >> I think I understand now. >> >> So we really don't want to

Re: Changing the language that wine runs in (testing language versions of dialogs)

2009-04-21 Thread Paul TBBle Hampson
locale to codepage mapping, and gdi32/freetype.c for nls_update_font_list which maps code pages to fonts for the Windows UI fonts which vary between countries. -- ----------- Paul "TBBle" Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies s

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-20 Thread Paul TBBle Hampson
On Tue, Apr 21, 2009 at 01:09:47AM +1000, Paul TBBle Hampson wrote: > I think my solution to that while keeping the same structure is to add a > WH_WINEMOUSE_REL hook message that carries relative mouse movement data, > and let DirectInput and RawInput hook that. This also m

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-20 Thread Paul TBBle Hampson
I included in my tarball should no longer be necessary. On Sun, Apr 19, 2009 at 06:41:34PM +1000, Paul TBBle Hampson wrote: > It's got a fair few problems, I'm mainly interested in feedback on > the approach, although obviously any code or style criticisms are > welcome. >

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-20 Thread Paul TBBle Hampson
On Sun, Apr 19, 2009 at 02:39:43PM -0600, Vitaliy Margolen wrote: > Paul TBBle Hampson wrote: >> On Sun, Apr 19, 2009 at 10:48:11AM -0600, Vitaliy Margolen wrote: >>> Paul TBBle Hampson wrote: >>>> On Sun, Apr 19, 2009 at 12:46:20PM +0200, Stefan Dösinger wrote: >&

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-19 Thread Paul TBBle Hampson
On Sun, Apr 19, 2009 at 10:48:11AM -0600, Vitaliy Margolen wrote: > Paul TBBle Hampson wrote: >> On Sun, Apr 19, 2009 at 12:46:20PM +0200, Stefan Dösinger wrote: >>> Am Sonntag, 19. April 2009 10:41:34 schrieb Paul TBBle Hampson: >>>> I've thrown together a ra

XI2 DirectInput mouse implementation RFC

2009-04-19 Thread Paul TBBle Hampson
;s git tree, to fix a compile failure. 0001-Unlock-display-after-XIQueryVersion.patch > libXi 0001-Clear-definitions-of-X-types-defined-to-wire-types.patch > x11proto-input 0001-Ensure-we-have-a-definition-of-BYTE.patch > xinput -- Paul "TBBle" Hampson,

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-19 Thread Paul TBBle Hampson
On Sun, Apr 19, 2009 at 09:46:17PM +1000, Paul TBBle Hampson wrote: > I'm attaching my DirectInput test program. It demonstrates both the > MSDN sample way of doing a background DI mouse reader, and also as it > happens a maybe-bug in Wine's DirectInput headers, in that you c

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-19 Thread Paul TBBle Hampson
On Sun, Apr 19, 2009 at 12:46:20PM +0200, Stefan Dösinger wrote: > Am Sonntag, 19. April 2009 10:41:34 schrieb Paul TBBle Hampson: >> I've thrown together a rather-rough-but-working-in-a-limited-sense >> implementation of XInput2-based DirectInput. >> * Doesn't c

XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-19 Thread Paul TBBle Hampson
le of fixes for the XI2 stuff if anyone wants to try it. One only affects 64-bit builds, and one fixes XCB locking assertions which you could probably otherwise ignore. So they're both kinda optional in the Wine context. Also one more patch, against the xinput utility from whot's git tree, to

Re: gdi32: fetch child fonts by real parent font name

2009-04-18 Thread Paul TBBle Hampson
On Fri, Apr 17, 2009 at 05:51:45PM -0700, Lei Zhang wrote: > On Tue, Apr 14, 2009 at 7:11 AM, Paul TBBle Hampson > wrote: >> This patch fixes bug 18044. >> Basically, the built-in FontLink functionality for subsituting >> alternative fonts where a certain font is mi

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

2009-04-18 Thread Paul TBBle Hampson
On Sat, Apr 18, 2009 at 06:34:46PM -0700, James McKenzie wrote: > Paul TBBle Hampson wrote: >> This patch fixes bug 18044. > Where is the patch? I could not find it. Apologies, will resend the email with the pat

Re: gdi32: Don't add duplicate system_links entries

2009-04-15 Thread Paul TBBle Hampson
On Wed, Apr 15, 2009 at 01:59:50PM +0900, Dmitry Timoshkov wrote: > "Paul TBBle Hampson" wrote: > >+/* Make sure we haven't already got an entry for this due to > >substitution */ > >+duplicate = FALSE; > >+LIST_FOR_

Re: [2/2] secur32/tests: Fix GetUserNameEx() tests (try 2)

2009-04-14 Thread Paul TBBle Hampson
n general it's nice to have this sort of information. Depending on the importance of the crash, surely an exception-handler-type test would document that it crashes on Windows _and_ whether it crashes or not on Wine, and catch a change in that status by either party? -- Paul "TBBle&quo

Re: [RFC] Port of Stefan D ösinger's ARB_vertex_progra m fixed-function vertex pipeline replacement to 1.1.18

2009-03-30 Thread Paul TBBle Hampson
On Sun, Mar 29, 2009 at 02:23:42PM +0200, Henri Verbeet wrote: > 2009/3/29 Paul TBBle Hampson : >> fixme:d3d_surface:surface_upload_data >>>>>>>>>>>>>>>>> GL_INVALID_VALUE >> (0x501) from glTexSubImage2D @ ../../../dlls/wined3d/s

Re: CreateThread timing behaviour (Bug 15323 affecting Warhammer Online)

2009-03-02 Thread Paul TBBle Hampson
ain process or something. I'll play with this further if I have time, barring further comment on this thread, see if I can confirm that the behaviour I'm seeing is due to the code I'm looking at being somehow inside the dll attach code. -- ---------

Re: CreateThread timing behaviour (Bug 15323 affecting Warhammer Online)

2009-03-01 Thread Paul TBBle Hampson
ng run here is inside a dll file (libpatchui.dll) not the main warpatch.bin. -- --- Paul "TBBle" Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn't in

Re: CreateThread timing behaviour (Bug 15323 affecting Warhammer Online)

2009-03-01 Thread Paul TBBle Hampson
On Sun, Mar 01, 2009 at 10:25:32PM +, David Laight wrote: > On Sun, Mar 01, 2009 at 06:08:53PM +1100, Paul TBBle Hampson wrote: >> I'm looking into Bug 15323, and it seems to come down to a >> particular undocumented behaviour of CreateThread on Windows, >> which is

CreateThread timing behaviour (Bug 15323 affecting Warhammer Online)

2009-02-28 Thread Paul TBBle Hampson
ed the chances of warpatch starting correctly (I only had one failure in about ten tries, rather than nine failures in ten tries). -- ----------- Paul "TBBle" Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Bo

Re: New Wine Gecko package

2009-02-06 Thread Paul TBBle Hampson
On Thu, Feb 05, 2009 at 10:13:48PM +0100, Jacek Caban wrote: > Paul TBBle Hampson wrote: >> On Thu, Feb 05, 2009 at 12:52:23AM +0100, Jacek Caban wrote: >>> The last release of Wine Gecko caused a few regressions. Thanks to >>> Alexandre, we've found the reas

Re: New Wine Gecko package

2009-02-05 Thread Paul TBBle Hampson
ack trace is a different depth in xul (but the deep end matches) -- ----------- Paul "TBBle" Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn&#x

Re: A basic implementation for increased security in wine proposal

2009-02-01 Thread Paul TBBle Hampson
d part of Wine's Win32 API documentation. And it's the place to demonstrate that a given behaviour is correct and consistent. -- ----------- Paul "TBBle" Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The B

Re: A basic implementation for increased security in wine proposal

2009-02-01 Thread Paul TBBle Hampson
;t actually know what the exploit is you're trying to get us to break from the Win32 API to avoid, and you specifically refuse to describe it further? -- --- Paul "TBBle" Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies s

Re: A basic implementation for increased security in wine proposal

2009-02-01 Thread Paul TBBle Hampson
(Or at least that's the understanding I have from skimming the submitted patch) It'd be a sad day when we start sacrificing Win32 API implementation accuracy just because we think the Win32 API is wrong. -- --- Paul "TBBle" Hampson, B.S

[RFC] Port of Stefan Dösi nger's ARB_vertex_progra m fixed-function vertex pipeline replacement to 1.1.14

2009-01-31 Thread Paul TBBle Hampson
can implement vertex blending there. [1] http://www.mail-archive.com/wine-devel@winehq.org/msg49501.html -- --- Paul "TBBle" Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 5

Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-29 Thread Paul TBBle Hampson
blending with 4 matrices under D3D9. I thought it was suggested here a while ago that DirectX9 itself or the card driver implements vertex blending if the card doesn't support it in hardware. I presume it does this with a shader. -- -

Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-28 Thread Paul TBBle Hampson
On Wed, Jan 28, 2009 at 09:46:23AM +0100, Henri Verbeet wrote: > 2009/1/28 Paul TBBle Hampson : >> On Mon, Jan 26, 2009 at 12:19:32PM +0100, Henri Verbeet wrote: >>> Sure, but so does just faking the device caps. >> I don't see that as having a chance of making it

Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-27 Thread Paul TBBle Hampson
On Mon, Jan 26, 2009 at 12:19:32PM +0100, Henri Verbeet wrote: > 2009/1/26 Paul TBBle Hampson : >> On Mon, Jan 26, 2009 at 09:16:12AM +0100, Henri Verbeet wrote: >>> 2009/1/25 Claudio Ciccani : >>>> +WORD vertexBlendSW : 1; /* vertexBlend software f

Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-26 Thread Paul TBBle Hampson
t patching, and without passing through drawStridedSlow. This is because they don't actually use the vertex blending, but produce unrecognised (by Wine) vertex data if the capability isn't there. -- ----------- Paul "TBBle" Hampson,

Re: AppDB: Rating / Patching

2009-01-23 Thread Paul TBBle Hampson
dentally is the first one to implement SxS, which means it behaves differently under <= Win2k and >= WinXP. I dunno where WoW came into it, I was talking about Warcraft 3. Mind you, occasionally AppDB users (and bug reporters) confused the two as well. It doesn't help that WoW hit

Re: AppDB: Rating / Patching

2009-01-22 Thread Paul TBBle Hampson
On Tue, Jan 20, 2009 at 06:34:14PM +0100, Francois Gouget wrote: > On Wed, 21 Jan 2009, Paul TBBle Hampson wrote: > [...] >> What about apps that fail to include a necessary third-party library? >> If I understand the AppDB comments and followed the IRC discussion >>

Re: AppDB: Rating / Patching

2009-01-20 Thread Paul TBBle Hampson
latinum if it's otherwise perfect? I'm of the opinion that it does, on the grounds that Wine itself is working fine, the problem is actually an upstream bug. The maintainer of the relevant AppDB page (or at least the author of one of the notes on that page, I presume the maintainer does

Re: gecko regressions; debug build of gecko?

2009-01-12 Thread Paul TBBle Hampson
the built tree. Also, I saw the above bugs are marked against shdocvw, while bug 16785 (and a few other Wine-Gecko 0.9.0 bugs) are marked against mshtml. http://bugs.winehq.org/show_bug.cgi?id=16785 -- ----------- Paul "TBBle" Hampson, B.

Re: [PATCH 1/2] Add definitions used by reparse points

2009-01-10 Thread Paul TBBle Hampson
On Wed, Jan 07, 2009 at 07:24:07PM +1100, Paul TBBle Hampson wrote: > Resend, removing C++-style comments > -- > Paul "TBBle" Hampson, paul.hamp...@pobox.com > Shorter .sig for a more eco-friendly paperless office. Any comments on this patch series? The only thing I

Re: setupapi/tests: Remove an unneeded cast.

2009-01-08 Thread Paul TBBle Hampson
; > This test is there to show that the prototype of StringTableLookUpStringEx > is broken; the last parameter is treated as an integer instead of a pointer > and this notation serves to document that fact. Wouldn't that actually be different type sizes under Win64? -- -

Re: [PATCH 1/2] Add definitions used by reparse points

2009-01-07 Thread Paul TBBle Hampson
On Wed, Jan 07, 2009 at 08:58:47AM +0100, Paul Vriens wrote: > Paul TBBle Hampson wrote: >> Not much to say about this. It's needed for the unit tests coming up. > Hi Paul, > Part of your signature says: > License: http://creativecommons.org/licenses/by/2.5/au/ > D

Re: [PATCH 1/2] Add definitions used by reparse points

2009-01-06 Thread Paul TBBle Hampson
On Wed, Jan 07, 2009 at 12:22:15AM -0600, Austin English wrote: > On Wed, Jan 7, 2009 at 12:05 AM, Paul TBBle Hampson > wrote: >> Not much to say about this. It's needed for the unit tests coming up. > +// Used for all tags where IsReparseTagMicrosoft is false > +//

MaxVertexBlendMatrices, multi-matrix vertex blending and D3DX

2009-01-04 Thread Paul TBBle Hampson
ehq.org/pipermail/wine-devel/2008-February/062433.html -- ----------- Paul "TBBle" Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of co

Re: winhttp: Correctly parse specified ports in WinHttpCrackUrl

2008-12-31 Thread Paul TBBle Hampson
eries might have used subject lines > [1/2] winhttp/tests: Add tests for WinHttpCrackUrl port number handling > [2/2] winhttp: Correctly parse specified ports in WinHttpCrackUrl Thanks for that, I'll keep that in mind for future. -- ----------