Commit graph

59779 commits

Author SHA1 Message Date
Jacek Caban
fe459ad85f include: Added ntddndis.h. 2009-07-17 11:22:06 +02:00
Jacek Caban
97936252dd wininet: Code clean up by using heap_strdup* functions. 2009-07-17 11:21:59 +02:00
Jacek Caban
13974e9d5a wininet: Code clean up by using heap_strdup* functions. 2009-07-17 11:17:13 +02:00
Jacek Caban
5d6f01b76b wininet: Rename WININET_strdup_WtoA to heap_strdupWtoA. 2009-07-17 11:16:55 +02:00
Jacek Caban
e09dfcfa99 wininet: Rename WININET_strdup_AtoW to heap_strdupAtoW and handle NULL argument in its implementation. 2009-07-17 11:16:50 +02:00
Jacek Caban
f598709212 wininet: Rename WININET_strdupW to standard heap_strdupW. 2009-07-17 11:16:42 +02:00
Ricardo Filipe
b465a7daa5 winefile: Fix Portuguese translation. 2009-07-17 11:16:38 +02:00
Ricardo Filipe
f8f8783a43 appwiz.cpl: Update Portuguese translation and convert to UTF8. 2009-07-17 11:16:33 +02:00
Vladimir Pankratov
e03b9197cb cmd: Convert the Russian resources to UTF-8. 2009-07-17 11:16:25 +02:00
Juan Lang
778a1d85c4 ws2_32: Make sure sockaddr is big enough when formatting an IPv6 address. 2009-07-17 11:14:48 +02:00
Juan Lang
a9a1cd269c ws2_32: Remove an unnecessary cast. 2009-07-17 11:14:43 +02:00
Alexandre Julliard
f59a3097f2 uuid: Include some more headers. 2009-07-16 16:36:41 +02:00
Joel Holdsworth
91f458314b gdi32/tests: Added tests for BitBlt. 2009-07-16 16:18:20 +02:00
Paul Vriens
4e370f74f7 winhttp: Fix a crash on Vista and higher. 2009-07-16 16:06:57 +02:00
Vitaliy Margolen
d2117c14ba shell32: Export IsUserAnAdmin by name as well. 2009-07-16 16:06:51 +02:00
Henri Verbeet
50f5abcad9 wined3d: Recognize the SM4 dp4 opcode. 2009-07-16 16:03:40 +02:00
Henri Verbeet
03acf9d207 wined3d: Recognize the SM4 dp3 opcode. 2009-07-16 16:03:36 +02:00
Henri Verbeet
7539cd5c85 wined3d: Recognize the SM4 rsq opcode. 2009-07-16 16:03:32 +02:00
Henri Verbeet
d6ffe00cd2 wined3d: Recognize the SM4 constant buffer register type. 2009-07-16 16:03:28 +02:00
Henri Verbeet
c4f8845bc9 wined3d: Recognize SM4 arrays.
This is for SM4 constant buffers, which look like cb<x>[<y>]. At some later
point we should probably translate pre-SM4 constants to constant buffers.
2009-07-16 16:03:23 +02:00
David Adam
f24bf3e4bd d3dx9: Remove a failing test in Windows. 2009-07-16 12:48:06 +02:00
David Adam
a3634e2ca3 d3dx9: Fix D3DXQuaternionToAxisAngle to make tests pass in Windows. 2009-07-16 12:48:02 +02:00
Andrew Nguyen
8f1836cbcc t2embed: Implement TTLoadEmbeddedFont as a stub. 2009-07-16 12:47:56 +02:00
Piotr Caban
ea5c94f84d jscript: Fix create_exec_ctx implementation. 2009-07-16 11:38:48 +02:00
Piotr Caban
8e1233ec48 jscript: Remove broken tests. 2009-07-16 11:38:44 +02:00
Piotr Caban
f5e678e8dd jscript: Improve Object_toString implementation. 2009-07-16 11:38:37 +02:00
Detlef Riekenberg
889d20f881 winemine: Add ellipses for IDM_CUSTOM. 2009-07-16 11:21:46 +02:00
Ricardo Filipe
4842b5c201 shdoclc: Fix Portuguese translation and convert to UTF8. 2009-07-16 11:21:42 +02:00
Ricardo Filipe
ac67331d6d mshtml: Update Portuguese translation and convert to UTF8. 2009-07-16 11:21:38 +02:00
Ricardo Filipe
1656ddd06b gphoto2.ds: Fix Portuguese translation and convert to UTF8. 2009-07-16 11:21:35 +02:00
Andrew Nguyen
f63f4026cf kernel32: Implement WTSGetActiveConsoleSessionId as a stub. 2009-07-16 11:21:21 +02:00
Roderick Colenbrander
618b410aa8 winex11: Add a function for retrieving the bitmap GC. 2009-07-16 11:19:34 +02:00
Stefan Dösinger
9d14dcab68 wined3d: Use the unmodified source in MOVA.
The code removed by this patch was a leftover from the time when we tried to
emulate MOVA with a plain ARL, which only supports one source in plain ARB.
This breaks the more sophisticated MOVA and 4 component ADDR register we have
now however.
2009-07-16 11:15:45 +02:00
Stefan Dösinger
6a04c2d5cc wined3d: Don't call glGetError if nobody is listening. 2009-07-16 11:15:40 +02:00
Dmitry Timoshkov
1d265bcac2 comctl32: Explicitly initialize visible order of a newly added item, force visible order recalculation on redraw. 2009-07-16 11:15:36 +02:00
Michael Stefaniuc
2bf4acb56c Set the encoding of the Romanian resources to UTF-8. 2009-07-16 11:15:23 +02:00
Alexandre Julliard
fc8c8a5251 wrc: Report an error when encountering non-ASCII characters. 2009-07-16 11:15:15 +02:00
Alexandre Julliard
5d56995696 wrc: Avoid a crash if a file didn't contain any resources. 2009-07-16 11:15:00 +02:00
Ricardo Filipe
1eab4f2f3d taskmgr: Update Portuguese translation and convert to UTF8. 2009-07-16 11:14:21 +02:00
Ricardo Filipe
2f48c23e58 reg: Update Portuguese translation and convert to UTF8. 2009-07-16 11:14:16 +02:00
Nikolay Sivov
3373ed8fbb comctl32/dpa: Don't use start index on searching sorted array. 2009-07-16 11:13:07 +02:00
Aric Stewart
6a5bb87e3a gdi32: In init_system_links, reinitialize val_len and data_len before continuing. 2009-07-16 11:13:02 +02:00
Jacek Caban
3935c81b21 include: Added netcon.idl. 2009-07-16 11:08:25 +02:00
Frédéric Delanoy
0c334f597b appwiz.cpl: Fix French UI display and wording. 2009-07-16 11:08:13 +02:00
Juan Lang
235c6c1e1e winhttp: Use the correct address length when connecting. 2009-07-16 11:08:06 +02:00
Juan Lang
a4a3953b2f winhttp: Fix a comment typo. 2009-07-16 11:08:02 +02:00
Aurimas Fišeras
f220d1227a appwiz.cpl: Update Lithuanian translation. 2009-07-16 11:07:56 +02:00
André Hentschel
4a70164d66 shell32: Correct German language. 2009-07-16 11:07:51 +02:00
André Hentschel
599942643b appwiz.cpl: Correct German language. 2009-07-16 11:07:48 +02:00
Aric Stewart
a3bae05dec sane: Remove BOM from Japanese resource. 2009-07-16 11:07:44 +02:00