Commit Graph

32272 Commits

Author SHA1 Message Date
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
Dmitry Timoshkov 1542722121 winedump: Export dump_section() for use outside of pe.c. 2006-12-07 15:40:27 +01:00
Dmitry Timoshkov 7928f5460f winedump: Handle properly partial optional COFF headers.
Export dump_file_header() and dump_optional_header() for use outside of pe.c.
2006-12-07 15:40:04 +01:00
Dmitry Timoshkov cb7453ff4d winedump: IMAGE_SCN_ALIGN_??? are not the bit fields, but the values masked by IMAGE_SCN_ALIGN_MASK. 2006-12-07 15:39:14 +01:00
Dmitry Timoshkov 2d9046e209 winedump: Avoid returning void from a void function. 2006-12-07 15:39:07 +01:00
Dmitry Timoshkov 53e89174c0 winedump: Make output of dump_data fit into 80 columns. 2006-12-07 15:39:01 +01:00
Dmitry Timoshkov 046814701e kernel32: Add PE images with section alignment 1 and 2 to the loader test. 2006-12-07 15:34:43 +01:00
Alexandre Julliard 94ac989534 ntdll: Fix the failing loader tests. 2006-12-07 15:34:36 +01:00
Chris Robinson 34c40097a5 wgl: Implement wglGetPixelFormatAttribfvARB. 2006-12-07 14:05:58 +01:00
Alexandre Julliard 87fa2e3f91 oleaut32/tests: Use LOCALE_NOUSEROVERRIDE in tests that depend on the decimal separator. 2006-12-07 14:05:45 +01:00
Alexandre Julliard 478ac3724d oleaut32: Use LOCALE_NOUSEROVERRIDE where necessary in variant conversions. 2006-12-07 14:05:25 +01:00
Alexandre Julliard 9967d82146 kernel32: For LOCALE_NOUSEROVERRIDE, check locale against the appropriate default lcid. 2006-12-07 12:34:25 +01:00
Alexandre Julliard 82218fcf20 kernel32/tests: Added LOCALE_NOUSEROVERRIDE flag on time tests that rely on AM/PM. 2006-12-07 12:33:55 +01:00
Hwang YunSong(황윤성) 04842dceaf README: Updated Korean translation. 2006-12-07 11:58:29 +01:00
Eric Pouech 59e82f4ff9 winecfg: A few fixes for the French translation. 2006-12-07 11:54:45 +01:00
Francois Gouget d60b99bd12 msvcmaker: Remove references to wine_unicode and to .spec.c files. 2006-12-07 11:53:52 +01:00
Rob Shearman 7a5766346f ole32: Add some documentation for CoCreateInstance. 2006-12-07 11:51:13 +01:00
Rob Shearman 72575a06ca wininet: Make a function for resolving the server name for an HTTP request
and sending the appropriate callbacks and use it to remove some duplicated code.
2006-12-07 11:42:51 +01:00
Rob Shearman 4319ec6b83 wininet: Make HTTP_HandleRedirect no longer call HTTP_HttpSendRequestW.
Make the redirect handling in HTTP_HttpSendRequestW iterate instead of recurse.
2006-12-07 11:42:38 +01:00
Jacek Caban fb4980d6a9 mshtml: Added get_parentWindow implementation. 2006-12-07 11:29:55 +01:00
Jacek Caban 92ecf23310 shdoclc: Added IDS_MESSAGE_BOX_TITLE string. 2006-12-07 11:24:28 +01:00
Jacek Caban 8afd947f15 urlmon: Added application/pdf mime filter. 2006-12-07 11:24:22 +01:00
Jacek Caban edf73245fe urlmon: Added application/java mime filter. 2006-12-07 11:24:16 +01:00
Jacek Caban d5c6f6ec25 urlmon: Added application/x-zip-compressed filter. 2006-12-07 11:24:07 +01:00
Jacek Caban 3d767fcb55 urlmon: Added application/x-gzip-compression filter. 2006-12-07 11:24:01 +01:00
Paul Vriens fd15939497 ntdll/tests: Fix typo. 2006-12-07 11:23:50 +01:00
Francois Gouget da5e750a16 gdi32: Add a prototype for GetFontUnicodeRanges(). 2006-12-07 11:23:46 +01:00