- 13 Mar, 2009 4 commits
-
-
Michael Stefaniuc authored
long is always 32bit in IDL files but that's not true in C.
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
- 12 Mar, 2009 36 commits
-
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Hans Leidekker authored
We were forcing features with a REINSTALL override to be reinstalled locally, which is only correct if the original install state is local. This causes problems with the office 2007 sp1 installer, which applies a REINSTALL override to an advertised feature.
-
Francois Gouget authored
-
Francois Gouget authored
Also convert a 'smart' quote to a regular quote.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
On Darwin, line numbers usually precede the associated function.
-
Ken Thomases authored
On Darwin, line numbers usually precede the associated function.
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
-
Ken Thomases authored
-
Henri Verbeet authored
This is redundant now.
-
Henri Verbeet authored
Use the format description stored in the resource instead.
-
Henri Verbeet authored
The goal is to eventually use a pointer to the format description in most places where we currently use WINED3DFORMAT. IWineD3DSurfaceImpl for example has copies of several fields from the format description, but also needs to lookup the format description itself in several places.
-
Henri Verbeet authored
This is redundant now, InitAdapters() will only be called once for each IWineD3DImpl object, as pointed out by Allan Tong.
-
Henri Verbeet authored
-
Henri Verbeet authored
wined3d: Explicitly pass the texUnitMap to shader_glsl_load_vsamplers() and shader_glsl_load_psamplers(). The general idea here is to reduce dependencies on the entire stateblock, and pass the real dependencies explicitly. This should make it clearer what context a shader really needs.
-
Alexandre Julliard authored
This allows creating a wineprefix on 64-bit, where exception handling doesn't quite work yet.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Dylan Smith authored
This behaviour was tested against native winhlp32 by pressing down the left mouse button and holding it while over the link to avoid having WM_LBUTTONUP sent. I noticed that the action for clicking the link happened right away, without waiting for me to release the mouse button.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
This is the stuff not yet backed by code in mshtml.
-
Michael Stefaniuc authored
-