Stefan Dösinger
|
89e999ac71
|
wined3d: Move clipping states to the state table.
|
2006-12-11 12:41:21 +01:00 |
Stefan Dösinger
|
c88efeef05
|
wined3d: Move alpha states to the state table.
|
2006-12-11 12:40:27 +01:00 |
Stefan Dösinger
|
d30f1527cc
|
wined3d: Implement IWineD3DDevice::Reset.
|
2006-12-11 12:40:13 +01:00 |
Andrew Talbot
|
ccf078c118
|
mapi32/tests: Cast-qual warnings fix.
|
2006-12-11 12:19:16 +01:00 |
Andrew Talbot
|
70fec9058d
|
mapi32/tests: Cast-qual warnings fix.
|
2006-12-11 12:19:11 +01:00 |
Andrew Talbot
|
eef087cba7
|
gdi32/tests: Cast-qual warning fix.
|
2006-12-11 12:19:05 +01:00 |
Chris Robinson
|
36be22a6db
|
wined3d: Reduce the number of error messages.
|
2006-12-11 12:18:46 +01:00 |
Peter Oberndorfer
|
d119fd44fe
|
comctl32: Fix imagelist regression from "comctl32: Remove Nx1 assumptions in ImageList_Read".
|
2006-12-11 12:18:39 +01:00 |
Marcus Meissner
|
f0280cbd1e
|
made functions and variables static in some testcases.
|
2006-12-11 12:18:29 +01:00 |
Paul Vriens
|
c5d2053a7d
|
winspool.drv/tests: Fix typo.
|
2006-12-11 12:17:39 +01:00 |
Vitaliy Margolen
|
1056c881e1
|
dinput: Fix processing of custom format.
|
2006-12-11 12:17:26 +01:00 |
Andrew Talbot
|
878d5cc069
|
dmstyle: Dangling references fix.
|
2006-12-11 12:16:50 +01:00 |
Andrew Talbot
|
e6a0a09b88
|
dmloader: Dangling references fix.
|
2006-12-11 12:16:42 +01:00 |
Andrew Talbot
|
db299e3a3a
|
dmime: Dangling references fix.
|
2006-12-11 12:16:33 +01:00 |
Andrew Talbot
|
bc3e7263bc
|
kernel32/tests: Cast-qual warnings fix.
|
2006-12-11 12:15:44 +01:00 |
Eric Pouech
|
9a41a4e984
|
dbghelp: Sparse array speed up.
|
2006-12-11 12:15:34 +01:00 |
Alexandre Julliard
|
5c06093457
|
Release 0.9.27.
|
2006-12-08 22:34:42 +01:00 |
Alexandre Julliard
|
33eadd39d4
|
gdi32: Don't assume that the font codepages change with the user locale.
Codepages can be set independently with LC_CTYPE.
|
2006-12-08 13:00:53 +01:00 |
Alexandre Julliard
|
ec7f2f8802
|
msvcrt: Use LOCALE_USER_DEFAULT to get the proper codepage for the Unix locale.
|
2006-12-08 12:56:17 +01:00 |
Alexandre Julliard
|
f662e2548b
|
shlwapi: Fixed string tests for non-English locales.
|
2006-12-08 12:55:43 +01:00 |
Stefan Dösinger
|
1f07e4af18
|
wined3d: Move blending related states to the state table.
|
2006-12-08 12:25:53 +01:00 |
Stefan Dösinger
|
28cc3c8d6b
|
wined3d: Move WINED3DRS_AMBIENT to the state table.
|
2006-12-08 12:25:28 +01:00 |
Stefan Dösinger
|
2ac48e8154
|
wined3d: Move WINED3DRS_ZFUNCENABLE to the state table.
|
2006-12-08 12:25:20 +01:00 |
Stefan Dösinger
|
8879c7d8dd
|
wined3d: Move WINED3DRS_ZWRITEENABLE to the state table.
|
2006-12-08 12:25:09 +01:00 |
Stefan Dösinger
|
bb622e81bd
|
wined3d: Move WINED3DRS_DITHERENABLE to the state table.
|
2006-12-08 12:24:55 +01:00 |
Stefan Dösinger
|
68f1082284
|
wined3d: Move WINED3DRS_SHADEMODE to the state table.
|
2006-12-08 12:24:45 +01:00 |
Stefan Dösinger
|
e4b4c040f0
|
wined3d: Move WINED3DRS_CULLMODE to the state table.
|
2006-12-08 12:24:31 +01:00 |
Stefan Dösinger
|
bb564dc6fa
|
wined3d: Move WINED3DRS_ZENABLE to the state table.
|
2006-12-08 12:24:21 +01:00 |
Stefan Dösinger
|
53e788956a
|
wined3d: Move WINED3DRS_LIGHTNING to the state table.
|
2006-12-08 12:24:14 +01:00 |
Alexandre Julliard
|
ae9f68dec9
|
gdi32: Disable the freetype mmap sharing on Mac OS.
|
2006-12-08 12:14:13 +01:00 |
Marcus Meissner
|
ccae172e1d
|
comcat: Remove const from COMCAT Manager.
|
2006-12-08 11:39:53 +01:00 |
Louis Lenders
|
c231fd6872
|
shell32: Define AVI resource 152.
|
2006-12-08 11:39:45 +01:00 |
Paul Vriens
|
c9f6c4c7cf
|
advpack/tests: Change the output for HRESULT's.
|
2006-12-08 11:39:38 +01:00 |
Alexandre Julliard
|
5feef7e329
|
dbghelp: Avoid a printf format warning.
|
2006-12-08 11:39:32 +01:00 |
Alexandre Julliard
|
f910e2b5f6
|
winedump: Avoid printf format warnings.
|
2006-12-08 11:39:21 +01:00 |
Byeong-Sik Jeon
|
6cf39ed974
|
imm32: Send the WM_IME_CHAR message, although ResultString has been read.
|
2006-12-08 11:39:07 +01:00 |
Andrew Talbot
|
fa8b971c2e
|
crypt32/tests: Cast-qual warnings fix.
|
2006-12-08 11:39:00 +01:00 |
Andrew Talbot
|
43605806c5
|
crypt32/tests: Cast-qual warnings fix.
|
2006-12-08 11:38:55 +01:00 |
Stefan Dösinger
|
de96320421
|
wined3d: Move WINED3DRS_FILLMODE to the state table.
|
2006-12-07 21:10:54 +01:00 |
Stefan Dösinger
|
2a24e84a65
|
wined3d: Add render states to the state table.
|
2006-12-07 21:10:26 +01:00 |
Stefan Dösinger
|
c0268c7840
|
wined3d: Create the state table.
|
2006-12-07 21:10:07 +01:00 |
Kai Blin
|
804bba8d4c
|
ws2_32: Downgrade SO_REUSEADDR fixme to a trace.
|
2006-12-07 20:58:04 +01:00 |
Alexandre Julliard
|
7ae1b2897e
|
ntdll: Check the NX compatibility flag for every loaded module.
|
2006-12-07 20:52:16 +01:00 |
Alexandre Julliard
|
662897e9d6
|
winebuild: Added --nxcompat option, and mark all modules as NX-compatible by default.
|
2006-12-07 20:51:49 +01:00 |
Alexandre Julliard
|
b2972947ca
|
winedump: Print sizes and offsets in hex.
|
2006-12-07 18:01:29 +01:00 |
Huw Davies
|
2844f383f1
|
wineps.drv: Don't try to download a non-scalable font.
|
2006-12-07 17:54:41 +01:00 |
Mike McCormack
|
c8898f6bba
|
msi: Add tests for comparison to empty strings.
|
2006-12-07 17:54:37 +01:00 |
Mike McCormack
|
9dce96b315
|
msi: Comparisons with null in conditions are special.
|
2006-12-07 17:54:32 +01:00 |
Dmitry Timoshkov
|
690c852540
|
winedump: Dump section data of COFF library files, decode some import data.
|
2006-12-07 15:41:21 +01:00 |
Dmitry Timoshkov
|
e0518a9d88
|
winedump: Add a possibility to dump raw section data.
|
2006-12-07 15:41:14 +01:00 |