- 07 Feb, 2008 14 commits
-
-
Eric Pouech authored
dbghelp: When sending back information about a global symbol, only demangle the class & field/method name.
-
Eric Pouech authored
-
Eric Pouech authored
dbghelp: Extended the internal enumeration information so that we know the underlying integral type.
-
Eric Pouech authored
As we don't support C++ for now, we just return FALSE for all cases.
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Andrew Riedi authored
-
Andrew Talbot authored
-
- 06 Feb, 2008 26 commits
-
-
Rob Shearman authored
comctl32: Don't get the background colour in ANIMATE_PaintFrame as this can be called inside a critical section. This could therefore create a deadlock if the processing for WM_CTLCOLORSTATIC ends up sending certain messages to the animate control. So move the retrieval of the background colour into the callers of ANIMATE_PaintFrame but outside of any critical section.
-
Jacek Caban authored
-
Jacek Caban authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
winex11: Use the gdi display when initializing the keyboard to avoid creating a second display connection.
-
Alexandre Julliard authored
-
Paul Vriens authored
-
Reece H. Dunn authored
-
Reece H. Dunn authored
-
Reece H. Dunn authored
-
Jens Nestler authored
kernel32: Don't fail unconditionally in MoveFile for directories with flag MOVEFILE_REPLACE_EXISTING.
-
Kirill K. Smirnov authored
-
Kirill K. Smirnov authored
-
Andrew Riedi authored
-
Paul Chitescu authored
-
Francois Gouget authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
While 6.14 is a sane default, we might want to override it on a per-driver basis, if we have really old Windows drivers on some cards.
-
Stefan Dösinger authored
In theory the opengl library should release the gl resources when we destroy the context, and the stateblock reset will recreate the dummy textures, but I think it is cleaner to do this explicitly.
-
Stefan Dösinger authored
-
Andrew Talbot authored
-
Roderick Colenbrander authored
wined3d: Redownload the surface data in case of a palette change. This fixes a lot of redrawing problems in Red Alert.
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
wined3d: Reload the palette on a color key change. This fixes the ddex4/ddex5 samples from the dx7 sdk.
-