Commit Graph

26157 Commits

Author SHA1 Message Date
Alexandre Julliard
605574bebf setupapi: Copy the complete resource tree into the fake dlls. 2006-04-03 14:03:08 +02:00
Hwang YunSong
f360e75ca4 twain: Add a Korean resource. 2006-04-03 12:24:25 +02:00
Jan Zerebecki
6b37d3d57d winealsa: Fix pausing when the hardware does not support it. 2006-04-03 12:23:31 +02:00
Matthew Kehrer
1140332674 url: Add a function and two stubs. 2006-04-03 12:23:24 +02:00
Stefan Dösinger
0ad31f819d wined3d: Add WINED3DBACKBUFFER_TYPE to wined3d_types.h. 2006-04-03 12:17:35 +02:00
Stefan Dösinger
fce54bcc49 wined3d: Add WINED3DDISPLAYMODE to wined3d_types.h. 2006-04-03 12:17:22 +02:00
Mike McCormack
eed120995b ole32: STGM_PRIORITY implies STGM_SHARE_EXCLUSIVE. 2006-04-03 12:15:34 +02:00
Mike McCormack
7bffb5e42d kernel32: [Read/Write]PrivateProfile functions accept a NULL filename. 2006-04-03 12:15:29 +02:00
Mike McCormack
f537eb241a msi: Improve the string table hash. 2006-04-03 12:15:24 +02:00
Alexandre Julliard
f5d3adaf59 ntdll: Process --help and --version args earlier on during startup. 2006-04-03 12:07:20 +02:00
Antonio Codazzi
79f89b9c33 msi: Italian language support. 2006-04-03 11:51:55 +02:00
Antonio Codazzi
872941750e setupapi: Esperanto language support. 2006-04-03 11:50:32 +02:00
Antonio Codazzi
64dfe52c6b uninstaller: Esperanto language support. 2006-04-03 11:50:17 +02:00
Antonio Codazzi
3440029055 uninstaller: Italian language support. 2006-04-03 11:50:04 +02:00
Antonio Codazzi
bed0b2c382 notepad: Esperanto language support. 2006-04-03 11:49:53 +02:00
Antonio Codazzi
e47aba6e36 notepad: Italian language support. 2006-04-03 11:49:39 +02:00
Antonio Codazzi
5f0a136f28 msi: Esperanto language support. 2006-04-03 11:49:03 +02:00
Antonio Codazzi
b6515e13bb commdlg: Esperanto language update. 2006-04-03 11:48:50 +02:00
Antonio Codazzi
3dc31dd552 commdlg: Italian language update. 2006-04-03 11:48:32 +02:00
Antonio Codazzi
a55caf86ec wineps: Italian language update. 2006-04-03 11:48:09 +02:00
Antonio Codazzi
ee01bd0efb user32: Esperanto language update. 2006-04-03 11:47:57 +02:00
Antonio Codazzi
4e91811922 comctl32: Esperanto language support. 2006-04-03 11:47:37 +02:00
Antonio Codazzi
c106f2fe64 comctl32: Italian language updates. 2006-04-03 11:47:14 +02:00
Antonio Codazzi
e5def1c392 clock: Esperanto language support. 2006-04-03 11:47:07 +02:00
Stefan Dösinger
a7063774b9 wined3d: Do not set the mipmap level count every time a texture is used. 2006-04-03 11:45:50 +02:00
Huw Davies
edc34a3cbc gdi32: Add tests for 'Small Fonts'. 2006-04-03 11:40:10 +02:00
qingdoa daoo
35a9398ffe msvcrt: Allow environment strings longer than 512 characters. 2006-04-03 11:39:56 +02:00
Marcus Meissner
6a13925a16 usp10: Fixed debug output of ScriptItemize. 2006-04-03 11:39:43 +02:00
Vitaliy Margolen
bc1440699c dinput: Keyboard should be acquired before calling GetDeviceState. 2006-04-03 11:39:28 +02:00
Alexander N. Sørnes
5656fa8f00 regedit: Fix typo in Norwegian resources. 2006-04-03 11:39:21 +02:00
Alexandre Julliard
e34ccb4c1c x11drv: Get rid of XSync calls on window creation and destruction. 2006-04-01 14:22:34 +02:00
Alexandre Julliard
fb8ca46e82 x11drv: Ignore X errors caused by windows being created or deleted. 2006-04-01 14:21:31 +02:00
Alexandre Julliard
eb7ef83357 gdi: In metafile test only print debug output if enabled. 2006-03-31 21:03:41 +02:00
Alexandre Julliard
c20d6c4095 loader: Hide the preloader from the ps output. 2006-03-31 19:16:22 +02:00
Alexandre Julliard
bf463abfec winewrapper: Remove a couple of variables that are no longer needed. 2006-03-31 17:39:37 +02:00
Alexandre Julliard
e17df7ae7f ntdll: Get rid of the loadorder wildcard support, builtin is always the default now. 2006-03-31 17:39:21 +02:00
Detlef Riekenberg
839f00a967 kernel: Fix handling of invalid parameter in GlobalSize(). 2006-03-31 17:38:49 +02:00
Robert Shearman
714b66e945 ole: Use ncalrpc instead of ncacn_np as the RPC transport.
Use ncalrpc instead of ncacn_np as the transport as this is more similar
to how ole32 from NT works and should also be compatible with rpcrt4
from Win9x, allowing more combinations of dlls to work.
2006-03-31 17:38:43 +02:00
Robert Shearman
1fd711c192 kernel: Add some documentation for simple process functions. 2006-03-31 17:38:12 +02:00
Robert Shearman
837e830a26 widl: There's no need to cast _StubMsg - it's already of the correct type. 2006-03-31 17:38:00 +02:00
Robert Shearman
506404ba09 widl: Only assign variables if not a string and only create a local variable if not a sized parameter.
Only assign variables if not a string and only create a local variable
if not a sized parameter. Fixes type mismatches in the generated code
due to differences in the algorithms between creating local variables
and using them.
2006-03-31 17:37:51 +02:00
Robert Shearman
62eb9f4b0c widl: Initialise the temporary variable to 0 for parameters with more than one level of indirection. 2006-03-31 17:37:35 +02:00
Robert Shearman
d82bb4ade9 widl: Create the correct variable type for parameters with more than one level of indirection. 2006-03-31 17:37:22 +02:00
Robert Shearman
27c3222715 widl: Re-use print_phase_basetype for generating return value marshaling and unmarshaling code. 2006-03-31 17:37:11 +02:00
Robert Shearman
3e065ab342 widl: Move handling of base type marshaling and unmarshaling to a separate function.
Move handling of base type marshaling and unmarshaling to a separate
function and improve it to support return values.
2006-03-31 17:37:01 +02:00
Robert Shearman
eb000448a0 widl: Use print_phase_function for printing NdrPointerFree call. 2006-03-31 17:36:39 +02:00
Robert Shearman
04632f6ab7 widl: Add a function to generate the Ndr type calls.
- Add a function to generate the Ndr type calls.
- Fix a typo where the aligned buffer was added to itself, rather than
assigned.
2006-03-31 17:36:23 +02:00
Robert Shearman
96f6a22ece widl: Only write the buffer incrementing code for the marshaling and unmarshaling phases.
Only write the buffer incrementing code for the marshaling and
unmarshaling phases - buffer sizing is handled elsewhere and freeing
isn't applicable.
2006-03-31 17:36:06 +02:00
Robert Shearman
226c8f6b52 widl: Output the necessary sizing information for other phases.
Output the necessary sizing information for PHASE_BUFFERSIZE and
PHASE_FREE as well as PHASE_MARSHAL. Standardise this rule in a new
function.
2006-03-31 17:35:49 +02:00
Robert Shearman
4a67201b70 widl: Output NULL ref pointer check for pointer levels > 1 too. 2006-03-31 17:35:31 +02:00