Rico Schüller
525e30e6b7
wined3d/d3d9: Set the initial scissorrect to the dimesions of the backbuffer from the first swapchain of the device.
2008-09-04 12:26:59 +02:00
Dmitry Timoshkov
97f2cbc1ea
ntdll: Add support for NtSetInformationProcess(ProcessExecuteFlags).
2008-09-04 11:53:00 +02:00
Jeff Zaroyko
454a241e97
winetest: Check that user enters a tag.
2008-09-04 11:52:55 +02:00
James Hawkins
3f00006f1f
msi: Source for new patch files can only be compressed.
2008-09-04 11:52:21 +02:00
Nicolas Le Cam
22e69c0ee4
comctl32: Implement LVM_GETUNICODEFORMAT.
2008-09-04 11:51:40 +02:00
Alexander Nicolaysen Sørnes
92e9b1edcf
regedit: Fix a memory leak in export handling.
2008-09-04 11:51:29 +02:00
Alexander Nicolaysen Sørnes
5defba1165
regedit: Convert open/save dialogues to unicode.
2008-09-04 11:51:23 +02:00
Jacek Caban
720e8c6252
jscript: Added parser memory managment.
2008-09-04 11:50:45 +02:00
Jacek Caban
b51a156ff1
jscript: Added lexer.
2008-09-04 11:50:28 +02:00
Jacek Caban
9ebdd11126
jscript: Added parser.
2008-09-04 11:47:56 +02:00
Hongbo Ni
e670b5c831
regedit: Add simplified and traditional Chinese resources.
2008-09-04 11:42:54 +02:00
Hongbo Ni
832c2ae1eb
oleview: Add simplified and traditional Chinese resources.
2008-09-04 11:42:51 +02:00
Hongbo Ni
2656c02dd6
winspool: Add simplified and traditional Chinese resources.
2008-09-04 11:42:48 +02:00
Hongbo Ni
ab08a0102f
wininet: Add simplified and traditional Chinese resources.
2008-09-04 11:42:45 +02:00
Hongbo Ni
29beb84b6b
wineps: Add simplified and traditional Chinese resources.
2008-09-04 11:42:42 +02:00
Hongbo Ni
7d35b15539
shlwapi: Add simplified and traditional Chinese resources.
2008-09-04 11:42:38 +02:00
Hongbo Ni
e96792f8ba
shdoclc: Add simplified and traditional Chinese resources.
2008-09-04 11:42:33 +02:00
Hongbo Ni
4648b353e4
setupapi: Add simplified and traditional Chinese resources.
2008-09-04 11:42:13 +02:00
Hongbo Ni
68aba12fb1
serialui: Add simplified and traditional Chinese resources.
2008-09-04 11:42:09 +02:00
Hongbo Ni
ea20c68a11
sane.ds: Add simplified and traditional Chinese resources.
2008-09-04 11:42:06 +02:00
Hongbo Ni
b71c0a67ec
oledlg: Add simplified and traditional Chinese resources.
2008-09-04 11:42:03 +02:00
Hongbo Ni
275a454823
oleaut32: Add simplified and traditional Chinese resources.
2008-09-04 11:41:59 +02:00
Hongbo Ni
6a7ad7efb5
msvfw32: Add simplified and traditional Chinese resources.
2008-09-04 11:41:56 +02:00
Hongbo Ni
9eb3a9c157
msi: Add simplified and traditional Chinese resources.
2008-09-04 11:41:53 +02:00
Hongbo Ni
642fb1e6a1
mshtml: Add simplified and traditional Chinese resources.
2008-09-04 11:41:50 +02:00
Hongbo Ni
dd0239e6ce
msacm32: Add simplified and traditional Chinese resources.
2008-09-04 11:41:46 +02:00
Hongbo Ni
24a26a1435
mpr: Add simplified and traditional Chinese resources.
2008-09-04 11:41:43 +02:00
Hongbo Ni
cd01bf4291
localui: Add simplified and traditional Chinese resources.
2008-09-04 11:41:39 +02:00
Hongbo Ni
2c248cb0b1
localspl: Add simplified and traditional Chinese resources.
2008-09-04 11:41:35 +02:00
Hongbo Ni
ee288272a5
htctrl: Add simplified and traditional Chinese resources.
2008-09-04 11:41:32 +02:00
Hongbo Ni
092f298aa1
gphoto2: Add simplified and traditional Chinese resources.
2008-09-04 11:41:29 +02:00
Hongbo Ni
baf3460459
credui: Add simplified and traditional Chinese resources.
2008-09-04 11:41:26 +02:00
Hongbo Ni
e36ef9a5c9
browseui: Add simplified and traditional Chinese resou.
2008-09-04 11:41:23 +02:00
Hongbo Ni
030e678c9e
avifil32: Add simplified and traditional Chinese resources.
2008-09-04 11:41:19 +02:00
Hongbo Ni
8bf5594d77
appwiz: Add simplified and traditional Chinese resources.
2008-09-04 11:41:16 +02:00
Shunichi Fuji
de251e1c62
gdi32: Adjust FT_MulFix function to Freetype cvs head.
2008-09-04 11:41:08 +02:00
Louis Lenders
9c2ca354c2
wine.inf: Add default Directx registry key for InstalledVersion.
2008-09-04 11:17:30 +02:00
Henri Verbeet
615f75faec
wined3d: IWineD3DSurface_PreLoad() doesn't do an implicit glBindTexture() anymore.
...
This was exposed by moving texture id generation from Preload() to BindTexture().
2008-09-04 11:15:33 +02:00
Henri Verbeet
632102cd14
wined3d: Correct a TRACE and remove an incorrect comment.
2008-09-04 11:15:24 +02:00
Henri Verbeet
4b354e8e62
wined3d: Fix a variable name inside a VTRACE.
2008-09-04 11:15:17 +02:00
Henri Verbeet
5fd7a59e70
wined3d: Use the correct representative for texture transform states.
2008-09-04 11:15:09 +02:00
Henri Verbeet
d37c6fc0a9
wined3d: Depth stencil tracking depends on the value of This->render_offscreen.
2008-09-04 11:15:01 +02:00
Henri Verbeet
4b6887b8e3
wined3d: Be more careful when deleting FBOs.
...
Clear all attachments before deleting FBOs. It should be valid to
delete FBOs that still have attachments, but for some reason the
nvidia drivers don't like it. The resulting memory corruption can be
pretty nasty, and this workaround seems clean enough.
2008-09-04 11:14:53 +02:00
Hans Leidekker
e078f618eb
winhttp: Implement some more options.
2008-09-04 11:14:32 +02:00
Alexandre Julliard
c614a2481a
libwine: Reserve some malloc space on Solaris before we start mapping other things.
2008-09-03 17:22:17 +02:00
Alistair Leslie-Hughes
5e1ac66b25
msxml3: Add IDispatchEx test.
2008-09-03 14:21:45 +02:00
Hans Leidekker
6bb3090732
winhttp: A non-standard port must be included in the host header.
2008-09-03 14:21:44 +02:00
Hans Leidekker
04a11bb117
winhttp: Add zero value content length header to POST requests without additional data.
2008-09-03 14:21:44 +02:00
Hans Leidekker
96bf72f27e
winhttp: Add status notification tests. Make them pass.
2008-09-03 14:21:44 +02:00
Hans Leidekker
a74b52cf38
winhttp: Add an initial implementation of WinHttpQueryOption and WinHttpSetOption.
2008-09-03 14:21:44 +02:00