Mike McCormack [Sat, 31 Dec 2005 12:14:12 +0000 (13:14 +0100)]
riched20: Add newlines to ERR macro output.
Robert Reif [Sat, 31 Dec 2005 12:13:52 +0000 (13:13 +0100)]
comctl32: Create ipaddress in enabled state.
Raphael Junqueira [Sat, 31 Dec 2005 12:13:34 +0000 (13:13 +0100)]
wined3d: Added support for WINED3DFMT_X4R4G4B4.
Hans Leidekker [Sat, 31 Dec 2005 12:13:13 +0000 (13:13 +0100)]
wldap32: Document the value handling functions.
Hans Leidekker [Sat, 31 Dec 2005 12:13:05 +0000 (13:13 +0100)]
wldap32: Copy embedded berval structures too.
Henning Gerhardt [Sat, 31 Dec 2005 12:12:31 +0000 (13:12 +0100)]
winecfg: Update German resource.
Thomas Weidenmueller [Sat, 31 Dec 2005 12:12:19 +0000 (13:12 +0100)]
comctl32: Fix error handling in PSM_ADDPAGE in case of memory
allocation failure.
Yuval Fledel [Mon, 26 Dec 2005 12:37:57 +0000 (13:37 +0100)]
winetest: Only include d3d9 if it is being built.
Jacek Caban [Mon, 26 Dec 2005 12:27:25 +0000 (13:27 +0100)]
urlmon: Added GetSecurityId implementation.
Jacek Caban [Mon, 26 Dec 2005 12:27:10 +0000 (13:27 +0100)]
urlmon: Use pluggable protocol for file protocol.
Robert Shearman [Mon, 26 Dec 2005 12:22:46 +0000 (13:22 +0100)]
widl: Fix merge conflict.
Robert Shearman [Mon, 26 Dec 2005 12:22:32 +0000 (13:22 +0100)]
widl: Follow type references in procformat and typeformat string generation.
Robert Shearman [Mon, 26 Dec 2005 12:22:05 +0000 (13:22 +0100)]
widl: Handle marshaling and unmarshaling structures.
Robert Shearman [Mon, 26 Dec 2005 12:21:38 +0000 (13:21 +0100)]
widl: Out parameters.
Marshall and unmarshall out parameters for servers and clients
respectively.
Write out array components for declared local variables in generated
server code.
Robert Shearman [Mon, 26 Dec 2005 12:20:59 +0000 (13:20 +0100)]
widl: Remove some duplication.
Remove some duplicated code by calling an improved
get_required_buffer_size.
Add some more newlines in the generated code to separate separate
stages.
Calculate the buffer size of [out] arguments in generated server code.
Fix the direction passed into unmarshall_arguments.
Robert Shearman [Mon, 26 Dec 2005 12:14:28 +0000 (13:14 +0100)]
widl: Pass a state into marshall_arguments and unmarshall_arguments to
decide which parameters should be considered based on their direction.
Robert Shearman [Mon, 26 Dec 2005 12:13:41 +0000 (13:13 +0100)]
widl: Generate marshaling and unmarshaling statements for arrays.
Robert Shearman [Mon, 26 Dec 2005 12:13:04 +0000 (13:13 +0100)]
widl: Treat variables with array indices the same as pointers.
Robert Shearman [Mon, 26 Dec 2005 12:12:46 +0000 (13:12 +0100)]
widl: Advance the type format string whilst marshaling and
unmarshaling arguments.
Robert Shearman [Mon, 26 Dec 2005 12:12:26 +0000 (13:12 +0100)]
widl: Convert the main while loops in marshall_arguments and
unmarshall_arguments into for loops.
Robert Shearman [Mon, 26 Dec 2005 12:12:03 +0000 (13:12 +0100)]
widl: Add support for marshalling and unmarshalling conformant strings.
Robert Shearman [Mon, 26 Dec 2005 12:11:33 +0000 (13:11 +0100)]
widl: Add some const attributes.
Robert Shearman [Mon, 26 Dec 2005 12:09:36 +0000 (13:09 +0100)]
widl: Prepare marshall and unmarshall code generation functions for
accepting pointers.
Robert Shearman [Mon, 26 Dec 2005 12:08:51 +0000 (13:08 +0100)]
widl: Fix SEGVs with client and server code generation when an
interface has no methods.
Robert Shearman [Mon, 26 Dec 2005 12:07:55 +0000 (13:07 +0100)]
widl: Generate correct proc format strings for [out] and [in, out] parameters.
Robert Shearman [Mon, 26 Dec 2005 12:07:08 +0000 (13:07 +0100)]
widl: Use the same precendence rule for the conditional operator as in wpp.
Fixes several shift/reduce warnings.
Robert Shearman [Mon, 26 Dec 2005 12:06:29 +0000 (13:06 +0100)]
widl: Better array support.
Treat variables with array indices the same as pointers when writing
out the proc & type format strings.
Fix a typo when writing out the proc format string where a non-return
type was written out for a return type and vice-versa.
Robert Shearman [Mon, 26 Dec 2005 12:05:55 +0000 (13:05 +0100)]
widl: Support non-basic variables in proc format strings.
Robert Shearman [Mon, 26 Dec 2005 12:05:29 +0000 (13:05 +0100)]
widl: Add helper functions that return the size of procformat and
typeformat strings for variables.
Robert Shearman [Mon, 26 Dec 2005 12:04:31 +0000 (13:04 +0100)]
oleaut: Small re-organisation of ITypeInfo::Invoke.
Only output the one function in the trace for ITypeInfo::Invoke.
Process the return value on output in ITypeInfo::Invoke, but only copy
it to pVarResult if pVarResult is not NULL.
Robert Shearman [Mon, 26 Dec 2005 12:04:02 +0000 (13:04 +0100)]
oleaut32: Convert some tabs to spaces and some other formatting changes.
Robert Shearman [Mon, 26 Dec 2005 12:03:27 +0000 (13:03 +0100)]
oleaut32: Initialize member IDs to MEMBERID_NIL inITypeInfo::GetIDsOfNames.
Better tracing.
Robert Shearman [Mon, 26 Dec 2005 12:02:47 +0000 (13:02 +0100)]
ole: Improve typelib traces.
Move the debug channel check from dump_TLBFuncDesc[One] to its callers
for more flexibility in which channel controls the output.
Jesse Allen [Mon, 26 Dec 2005 12:01:49 +0000 (13:01 +0100)]
msvcrt: More printf tests for I64 integer size support.
Jesse Allen [Mon, 26 Dec 2005 12:01:38 +0000 (13:01 +0100)]
msvcrt: pf_integer_conv for I64.
- Add pf_integer_conv and pf_is_integer_format.
- Update pf_fill to handle printing the sign for signed integers.
- Handle I64 integer sizes using pf_integer_conv and pf_output_format_A.
Jesse Allen [Mon, 26 Dec 2005 12:00:35 +0000 (13:00 +0100)]
msvcrt: Do not treat %ll as an IntegerDouble in printf.
Jesse Allen [Mon, 26 Dec 2005 12:00:01 +0000 (13:00 +0100)]
msvcrt: Parse I, I32, and I64 integer size flags in printf.
Rolf Kalbermatter [Mon, 26 Dec 2005 11:59:42 +0000 (12:59 +0100)]
urlmon: Implement BindAsyncMoniker function.
Jacek Caban [Mon, 26 Dec 2005 11:59:31 +0000 (12:59 +0100)]
urlmon: URL with two slashes is valid.
Alexander N. Sørnes [Mon, 26 Dec 2005 11:58:43 +0000 (12:58 +0100)]
winecfg: Updated Norwegian Bokmål resources.
Jacek Caban [Mon, 26 Dec 2005 11:58:28 +0000 (12:58 +0100)]
shlwapi: Fix UrlCanonicalize.
- Added support for URL_FILE_USE_PATHURL.
- Fix handling of '/' and '\'.
Rolf Kalbermatter [Mon, 26 Dec 2005 11:58:11 +0000 (12:58 +0100)]
msrle32: Spelling fix.
Eric Pouech [Mon, 26 Dec 2005 11:57:26 +0000 (12:57 +0100)]
dbghelp: Internal search routines can now be case sensitive/insensitive.
- Now handling option SYMOPT_CASE_INSENSITIVE for symbol search.
- Quick implementation of SymSearch on top of SymEnumSymbols (should
be the other way around).
Maxime Bellengé [Mon, 26 Dec 2005 11:57:06 +0000 (12:57 +0100)]
msvcrt: Prevent a crash if TlsGetValue returns NULL in DLL_THREAD_DETACH.
Robert Shearman [Mon, 26 Dec 2005 11:56:48 +0000 (12:56 +0100)]
Fix detection of V1a prop variant library in test suite.
Dmitry Timoshkov [Mon, 26 Dec 2005 11:56:26 +0000 (12:56 +0100)]
x11drv: Update Canadian keyboard layout to better match the X11 one
James Hawkins [Mon, 26 Dec 2005 11:56:06 +0000 (12:56 +0100)]
shell32: Clean up the SHFileOperation tests.
- Make sure to create all the files used by the new tests.
- Add a couple more SHFileOperation tests.
- Fix some of the old tests.
Robert Reif [Mon, 26 Dec 2005 11:55:40 +0000 (12:55 +0100)]
winecfg: Use hourglass cursor when opening audio drivers.
Misbehaving drivers can take a while to open so change to the hour
glass cursor when opening them.
Ulrich Czekalla [Mon, 26 Dec 2005 11:55:22 +0000 (12:55 +0100)]
atl: Implement AtlComPtrAssign.
According to MSDN AtlModuleInit should initialize the modules critical
sections.
Alexandre Julliard [Thu, 22 Dec 2005 17:28:20 +0000 (18:28 +0100)]
Release 0.9.4.
Michael Jung [Thu, 22 Dec 2005 16:16:11 +0000 (17:16 +0100)]
shell32: Added some test to document native ITEMIDLIST format.
Alexandre Julliard [Thu, 22 Dec 2005 16:15:54 +0000 (17:15 +0100)]
user/tests: Remove todo_wine from a few tests that (usually) succeed.
Dmitry Timoshkov [Thu, 22 Dec 2005 16:15:33 +0000 (17:15 +0100)]
mciavi32: Rewrite asynchronous MCI_PLAY command handling.
Rewrite asynchronous MCI_PLAY command handling in MCIAVI driver, make
it more responsive to commands in the MCI_MODE_PLAY state by checking
hStopEvent even if the time frame between frames has expired.
Ulrich Czekalla [Thu, 22 Dec 2005 16:15:05 +0000 (17:15 +0100)]
ole32: Return error instead of asserting if storage file is corrupt.
Dmitry Timoshkov [Thu, 22 Dec 2005 12:58:11 +0000 (13:58 +0100)]
user32/tests: Add a PeekMessage test.
Eric Pouech [Thu, 22 Dec 2005 12:55:03 +0000 (13:55 +0100)]
kernel/tests: Check that we successfully open the console.
Alexandre Julliard [Thu, 22 Dec 2005 12:54:34 +0000 (13:54 +0100)]
server: Fixed console access rights handling.
Raphael Junqueira [Thu, 22 Dec 2005 12:54:01 +0000 (13:54 +0100)]
opengl: Fix last wgl regression.
Fix wgl regression: test glx server version and extensions to use (and
not use glXQueryDrawable on older glx implementations).
James Hawkins [Thu, 22 Dec 2005 10:19:13 +0000 (11:19 +0100)]
shell32: Add tests for SHFileOperation's FO_MOVE command.
James Hawkins [Thu, 22 Dec 2005 10:17:19 +0000 (11:17 +0100)]
shell32: Add tests for SHFileOperation's FO_COPY command.
James Hawkins [Thu, 22 Dec 2005 10:16:57 +0000 (11:16 +0100)]
shell32: Add tests for SHFileOperation's FO_RENAME command.
James Hawkins [Thu, 22 Dec 2005 10:15:42 +0000 (11:15 +0100)]
shell32: Add tests for SHFileOperation's FO_DELETE command.
Robert Reif [Thu, 22 Dec 2005 10:15:32 +0000 (11:15 +0100)]
winecfg: Add unmanaged windows configuration.
Eric Pouech [Thu, 22 Dec 2005 10:11:39 +0000 (11:11 +0100)]
dbghelp: Correct handling for all module names.
Bill Medland [Wed, 21 Dec 2005 20:19:47 +0000 (21:19 +0100)]
msi: Prevent array underflow in MsiFormat when measuring with zero-length buffer.
James Hawkins [Wed, 21 Dec 2005 20:18:19 +0000 (21:18 +0100)]
shell32: Remove the '.\\' prefix from filenames, because it hides a
bug in SHFileOperation.
Ivan Leo Puoti [Wed, 21 Dec 2005 20:11:54 +0000 (21:11 +0100)]
ddraw: Fix DirectDrawSurface::QueryInterface crash.
Detlef Riekenberg [Wed, 21 Dec 2005 20:11:43 +0000 (21:11 +0100)]
winspool: Add version resource.
Alexandre Julliard [Wed, 21 Dec 2005 19:54:26 +0000 (20:54 +0100)]
msvcrt: Return a per-thread buffer in localtime and gmtime.
H. Verbeet [Wed, 21 Dec 2005 19:45:07 +0000 (20:45 +0100)]
d3d9: Add traces for when shader support is missing in the shader test.
Hans Leidekker [Wed, 21 Dec 2005 19:44:49 +0000 (20:44 +0100)]
kernel: Some documentation improvements.
Marcus Meissner [Wed, 21 Dec 2005 19:23:47 +0000 (20:23 +0100)]
msvcrt: Implemented wctime(), wasctime().
Free thread data in DLL_THREAD_DETACH.
Robert Reif [Wed, 21 Dec 2005 19:07:56 +0000 (20:07 +0100)]
winecfg: Select an audio driver on fresh install.
Saulius Krasuckas [Wed, 21 Dec 2005 19:07:42 +0000 (20:07 +0100)]
mscms: Test only one invalid GetStandardColorSpaceProfile() param in a
single check.
Dmitry Timoshkov [Wed, 21 Dec 2005 19:07:22 +0000 (20:07 +0100)]
msvideo: Handle ESC key press in the MCIWND class as an alias to stop command.
Jesse Allen [Wed, 21 Dec 2005 19:07:03 +0000 (20:07 +0100)]
msvcrt: Fix printf sign flags.
Fix the printf sign flags so that '+' doesn't always override ' '
space alone. If they both appear, continue parsing and let '+' take
precedence.
Alexandre Julliard [Wed, 21 Dec 2005 19:06:42 +0000 (20:06 +0100)]
server: Set the context flags in get_thread_context to indicate which
parts of the returned context are valid.
Hans Leidekker [Wed, 21 Dec 2005 17:42:00 +0000 (18:42 +0100)]
wldap32: Added configure checks for some potentially missing functions.
Bill Medland [Tue, 20 Dec 2005 10:59:23 +0000 (11:59 +0100)]
msi: Use a default dialog font if nothing is specified.
Michael Jung [Tue, 20 Dec 2005 10:57:44 +0000 (11:57 +0100)]
shell32/tests: Fixed a test failing on WinXP.
Eric Pouech [Tue, 20 Dec 2005 10:49:24 +0000 (11:49 +0100)]
dbghelp: Added a few extensions to make windbg happy.
Jesse Allen [Tue, 20 Dec 2005 10:49:05 +0000 (11:49 +0100)]
msvcrt: Ignore PadZero when LeftAlign is true in printf conversions.
Alex Villacís Lasso [Tue, 20 Dec 2005 10:48:01 +0000 (11:48 +0100)]
msacm: Preserve value of cbStruct in acmDriverDetails.
Ensure that the cbStruct member of the ACMDRIVERDETAILS[AW] struct is
filled with a valid value before returning.
Fill the cbStruct member of the ACMDRIVERDETAILS[AW] before sending a
ACMDM_DRIVER_DETAILS message to an installed codec that might be a
native library: native ACM codecs expect cbStruct to be valid before
filling the rest of the struct with any data.
Eric Pouech [Tue, 20 Dec 2005 10:47:27 +0000 (11:47 +0100)]
ntdll: Made DBG_EXCEPTION_HANDLED a synonym of DBG_CONTINUE for exception handlers.
Paul Vriens [Tue, 20 Dec 2005 10:47:00 +0000 (11:47 +0100)]
winecfg: Dutch resources update.
H. Verbeet [Tue, 20 Dec 2005 10:46:52 +0000 (11:46 +0100)]
wined3d: Cleanup shader constants code a little bit.
Improved bounds checking.
Jesse Allen [Mon, 19 Dec 2005 20:26:46 +0000 (21:26 +0100)]
msvcrt: Require exact uppercase and lowercase format in printf routines.
Bill Medland [Mon, 19 Dec 2005 20:25:52 +0000 (21:25 +0100)]
winemenubuilder: Provide depth to the menus created.
Alexandre Julliard [Mon, 19 Dec 2005 20:25:23 +0000 (21:25 +0100)]
kernel32: Check for tabs too when extracting the program name
(reported by Vitaliy Margolen).
Hans Leidekker [Mon, 19 Dec 2005 20:20:14 +0000 (21:20 +0100)]
widl: Avoid lvalue casts in generated code.
Kai Blin [Mon, 19 Dec 2005 20:20:03 +0000 (21:20 +0100)]
secur32: Adding AcceptSecurityContext to the NTLM security provider.
Detlef Riekenberg [Mon, 19 Dec 2005 20:19:47 +0000 (21:19 +0100)]
winspool: Filter additional failures.
Eric Pouech [Mon, 19 Dec 2005 17:23:02 +0000 (18:23 +0100)]
winhelp: Handle '> ' on command lines.
Eric Pouech [Mon, 19 Dec 2005 17:22:54 +0000 (18:22 +0100)]
dbghelp: First stab at supporting calling convention in function signature.
Eric Pouech [Mon, 19 Dec 2005 17:20:47 +0000 (18:20 +0100)]
dbghelp: Return proper size for local & parameters in SYMBOL_INFO.
Jonathan Ernst [Mon, 19 Dec 2005 17:18:01 +0000 (18:18 +0100)]
winecfg: Updated French resources.
Aric Stewart [Mon, 19 Dec 2005 17:17:51 +0000 (18:17 +0100)]
user: Make the edit control IME aware and implement inline editing.
Makes for a significantly better user experience for CJK users.
Magnus Olsen [Mon, 19 Dec 2005 17:17:28 +0000 (18:17 +0100)]
msi: Fixed deformat_environment to not cut off string.
Eric Pouech [Mon, 19 Dec 2005 17:16:57 +0000 (18:16 +0100)]
taskmgr: Fix viewing of debug channels.
Various internal cleanups.
Eric Pouech [Mon, 19 Dec 2005 17:16:35 +0000 (18:16 +0100)]
dbghelp: Implemented SymMatchString.