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.
Vitaliy Margolen [Mon, 19 Dec 2005 17:16:18 +0000 (18:16 +0100)]
user: Fix LB_GETTEXT unmapping for A<->W.
Thomas Weidenmueller [Mon, 19 Dec 2005 17:15:58 +0000 (18:15 +0100)]
setupapi: Fix comparing the group SIDs in IsUserAdmin.
Huw Davies [Mon, 19 Dec 2005 16:45:13 +0000 (17:45 +0100)]
opengl: Add support for rendering on bitmaps.
Alexandre Julliard [Mon, 19 Dec 2005 16:44:56 +0000 (17:44 +0100)]
ole32: Revert exception handler change.
The handler does the opposite of normal page fault handlers.
Rein Klazes [Mon, 19 Dec 2005 16:43:34 +0000 (17:43 +0100)]
user: Fix hrgn leaks in win.c test.
Dmitry Timoshkov [Mon, 19 Dec 2005 16:43:10 +0000 (17:43 +0100)]
comctl32: Add a test for the initial tooltip window style settings,
make it pass under Wine.
Henning Gerhardt [Mon, 19 Dec 2005 16:42:30 +0000 (17:42 +0100)]
winecfg: Update German resource.
Rein Klazes [Mon, 19 Dec 2005 16:42:11 +0000 (17:42 +0100)]
wcmd: Increase maximum length of commands.
Increase maximum length of commands to 8192 bytes as on Windows XP.
Add needed braces to a multi line "if" statement.
Eric Pouech [Mon, 19 Dec 2005 16:41:52 +0000 (17:41 +0100)]
dbghelp: New stubs (needed for windbg startup).
Eric Pouech [Mon, 19 Dec 2005 16:41:43 +0000 (17:41 +0100)]
dbghelp: Fixed loading .so modules from a living target.
Eric Pouech [Mon, 19 Dec 2005 16:41:32 +0000 (17:41 +0100)]
dbghelp: Fixed missing parameters info in StackWalk64.
Paul Vriens [Mon, 19 Dec 2005 09:00:08 +0000 (10:00 +0100)]
d3d9: Don't crash on NULL device_ptr.
Alexandre Julliard [Mon, 19 Dec 2005 08:59:50 +0000 (09:59 +0100)]
ntdll: Make __wine_call_from_32_restore_regs take a context pointer.
Changed exception raise functions to call it explicitly.
Jacek Caban [Mon, 19 Dec 2005 08:57:25 +0000 (09:57 +0100)]
urlmon: Added handling of BINDF_FROMURLMON in file protocol.
Jacek Caban [Mon, 19 Dec 2005 08:53:30 +0000 (09:53 +0100)]
Fix typo in urlmon.idl.
Lauri Tulmin [Mon, 19 Dec 2005 08:53:19 +0000 (09:53 +0100)]
user32: Don't truncate text when creating edit control.
Rein Klazes [Mon, 19 Dec 2005 08:53:04 +0000 (09:53 +0100)]
x11drv: Do not use the scroll rectangle for clipping in ScrollDC.
With a conformance test.
Jacek Caban [Mon, 19 Dec 2005 08:52:30 +0000 (09:52 +0100)]
urlmon: Added some tests and fixes of file protocol.
Alexander N. Sørnes [Mon, 19 Dec 2005 08:52:20 +0000 (09:52 +0100)]
winecfg: Updated Norwegian Bokmaal resources.
Alexandre Julliard [Sun, 18 Dec 2005 09:45:01 +0000 (10:45 +0100)]
ntdll: New implementation of relay thunks.
New implementation of relay thunks that doesn't require modifying code
on the fly, so that the thunks can be put in the text section.
Some performance improvements.
Alexandre Julliard [Sat, 17 Dec 2005 17:47:03 +0000 (18:47 +0100)]
ntdll: Don't use a real guard page at the bottom of the stack.
A no-access page is enough, we can't properly raise an overflow
exception anyway.
Robert Reif [Sat, 17 Dec 2005 11:30:06 +0000 (12:30 +0100)]
winecfg: Use sound tree view for driver selection.
- Move driver selection and configuration into tree view.
- Only show loadable drivers.
Robert Reif [Sat, 17 Dec 2005 11:25:19 +0000 (12:25 +0100)]
wineoss: Shorten MIDI names.
Shorten MIDI names to fit into 32 byte array without overflow.
Juan Lang [Sat, 17 Dec 2005 11:24:59 +0000 (12:24 +0100)]
crypt32: Implement more implicit properties, with tests.
Vitaliy Margolen [Sat, 17 Dec 2005 11:24:46 +0000 (12:24 +0100)]
imagehlp: Forward StackWalk64 to dbghelp.StackWalk64.
Dmitry Timoshkov [Sat, 17 Dec 2005 11:24:37 +0000 (12:24 +0100)]
x11drv: ScrollDC should not clip output if a clipping rect is not specified.
Add a ScrollDC test with NULL clipping rect.
Add another set of ScrollDC tests written by Rein Klazes.
Huw Davies [Fri, 16 Dec 2005 18:29:52 +0000 (19:29 +0100)]
x11drv: Get the visual for the GLXPixmap from the current pixel format.
Alexandre Julliard [Fri, 16 Dec 2005 16:17:57 +0000 (17:17 +0100)]
Take advantage of the __EXCEPT_PAGE_FAULT macro.
Alexandre Julliard [Fri, 16 Dec 2005 15:58:47 +0000 (16:58 +0100)]
Exception handling: Added a magic __EXCEPT_PAGE_FAULT macro to make it
easier to handle the common case of trapping page faults.
Alexandre Julliard [Fri, 16 Dec 2005 15:37:12 +0000 (16:37 +0100)]
We no longer need to handle EXCEPTION_PRIV_INSTRUCTION on page faults.
Alexandre Julliard [Fri, 16 Dec 2005 15:27:39 +0000 (16:27 +0100)]
ntdll: More compatible exception information for protection faults.
Added a bunch of test cases.
Oliver Stieber [Fri, 16 Dec 2005 11:49:38 +0000 (12:49 +0100)]
wined3d: Vertex declaration cleanup.
Clean up constants and the wine declaration when the vertex
declaration is destroyed.
Oliver Stieber [Fri, 16 Dec 2005 11:49:22 +0000 (12:49 +0100)]
wined3d: Allow NULL multi sample quality.
Allow MultiSampleQuality to be passed as NULL, this is a
requirement for DirectX 8 and lower.
Alexandre Julliard [Fri, 16 Dec 2005 11:44:58 +0000 (12:44 +0100)]
Add -register hint in ntdll, kernel and msvcrt spec files.
Alexandre Julliard [Fri, 16 Dec 2005 11:44:16 +0000 (12:44 +0100)]
winebuild: Allow -register flag for Win32 too.
This way it can be used as hint for the relay code.
Juan Lang [Fri, 16 Dec 2005 11:41:28 +0000 (12:41 +0100)]
crypt32: Implement CRLDistPoints encoding/decoding.
- rewrite sequence decoding to support context-specific tags, and
eliminate duplicated code
- implement encoding and decoding of CRLDistPoints
Stefan Leichter [Fri, 16 Dec 2005 11:41:11 +0000 (12:41 +0100)]
shell32: Fix return value of PathProcessCommand.
Jacek Caban [Fri, 16 Dec 2005 11:40:39 +0000 (12:40 +0100)]
urlmon: Fix BindToStorage test.
Jacek Caban [Fri, 16 Dec 2005 11:40:29 +0000 (12:40 +0100)]
Added some declarations to mshtml.idl.
Jacek Caban [Fri, 16 Dec 2005 11:40:17 +0000 (12:40 +0100)]
widl: Added bindable and displaybind attributes handling.
Milko Krachounov [Fri, 16 Dec 2005 11:40:05 +0000 (12:40 +0100)]
winecfg: Update Bulgarian resource.
José Manuel Ferrer Ortiz [Fri, 16 Dec 2005 11:39:55 +0000 (12:39 +0100)]
uninstaller: Spanish translations update.
José Manuel Ferrer Ortiz [Fri, 16 Dec 2005 11:39:46 +0000 (12:39 +0100)]
winecfg: Spanish translations update.
Ragnvald "Despair" Maartmann-Moe IV [Fri, 16 Dec 2005 11:39:07 +0000 (12:39 +0100)]
wined3d: Fix matrix copy/paste bug.
Oliver Stieber [Fri, 16 Dec 2005 11:38:24 +0000 (12:38 +0100)]
wined3d: Vertex declaration recording state.
Stop SetVertexDeclaration from reference counting if a stateblock is
being recorded.
Rein Klazes [Fri, 16 Dec 2005 11:38:06 +0000 (12:38 +0100)]
user32: Implement saving and fix reading of nonclient metrics.
With conformance tests.
Tomas Carnecky [Fri, 16 Dec 2005 11:37:34 +0000 (12:37 +0100)]
x11drv: Allow users to preload an OpenGL library.
Ivan Leo Puoti [Fri, 16 Dec 2005 11:37:24 +0000 (12:37 +0100)]
Add some structs/prototypes to wdm.h.
James Hawkins [Thu, 15 Dec 2005 10:02:20 +0000 (11:02 +0100)]
setupapi: Added stubs for SetupGetInfInformation and
SetupQueryInfFileInformation.
Alexandre Julliard [Thu, 15 Dec 2005 09:48:12 +0000 (10:48 +0100)]
ntdll: Reimplemented _chkstk and _alloca_probe directly in assembly.
Jacek Caban [Thu, 15 Dec 2005 09:41:56 +0000 (10:41 +0100)]
mshtml: Fix handling Gecko strings.
Jacek Caban [Thu, 15 Dec 2005 09:26:11 +0000 (10:26 +0100)]
mshtml: Set Gecko's profile.
Make sure that Gecko components are registered.
Oliver Stieber [Thu, 15 Dec 2005 09:25:47 +0000 (10:25 +0100)]
wined3d: Internal reference counting.
Change most references to resources parent into references to the
resource, so that external reference counts match DirectX but object
aren't released if they are still referenced by the stateblock.
Paul Vriens [Thu, 15 Dec 2005 09:25:19 +0000 (10:25 +0100)]
mscms: Add another possible error.
Paul Vriens [Thu, 15 Dec 2005 09:25:06 +0000 (10:25 +0100)]
d3d9: Don't treat missing d3d9.dll as a failure.
Dmitry Timoshkov [Thu, 15 Dec 2005 09:24:49 +0000 (10:24 +0100)]
iccvid: Add support for ICM_DECOMPRESS_END message.
Rein Klazes [Wed, 14 Dec 2005 11:27:39 +0000 (12:27 +0100)]
user: Read/save minimized metrics from/to registry.
Alexandre Julliard [Wed, 14 Dec 2005 11:19:18 +0000 (12:19 +0100)]
preloader: Reserve some space for the shared user data.
Alexandre Julliard [Wed, 14 Dec 2005 11:17:59 +0000 (12:17 +0100)]
ntdll: Fixes in virtual memory protection flags.
Tweak reporting of virtual protection flags and address space limit to
yield results closer to what Windows does.
H. Verbeet [Wed, 14 Dec 2005 10:29:38 +0000 (11:29 +0100)]
d3d9: Add a test for Get/SetVertexDeclaration refcounts.
H. Verbeet [Wed, 14 Dec 2005 10:29:17 +0000 (11:29 +0100)]
wined3d: Return the correct parent in IWineD3DVertexDeclarationImpl_GetParent.
H. Verbeet [Wed, 14 Dec 2005 10:29:05 +0000 (11:29 +0100)]
d3d9: Check for a NULL shader in IDirect3DDevice9Impl_GetVertexShader
before getting the parent.
Vitaliy Margolen [Wed, 14 Dec 2005 10:14:02 +0000 (11:14 +0100)]
ntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
Modify WaitNamedPipeW to use NtFsControlFile.
Replace struct overlapped with event.
Mike McCormack [Wed, 14 Dec 2005 09:51:10 +0000 (10:51 +0100)]
winecfg: Update Korean translation.
Paul Vriens [Wed, 14 Dec 2005 09:50:52 +0000 (10:50 +0100)]
d3d9: Don't treat missing d3d9.dll as a failure.
H. Verbeet [Wed, 14 Dec 2005 09:50:27 +0000 (10:50 +0100)]
wined3d: Return the correct vertex declaration.
In IWineD3DDeviceImpl_GetVertexDeclaration, return the vertex
declaration in This->stateblock instead of the one in
This->updateStateBlock.
Ulrich Czekalla [Wed, 14 Dec 2005 09:50:04 +0000 (10:50 +0100)]
riched20: Reset selection when text is reset.
Aric Stewart [Wed, 14 Dec 2005 09:49:54 +0000 (10:49 +0100)]
user: GetClipboardFormatNameA fix.
In the W->A translation make sure we have characters to translate
before doing the WideCharToMultiByte with -1.
Saulius Krasuckas [Tue, 13 Dec 2005 17:12:34 +0000 (18:12 +0100)]
mscms: Move repetitive code to helper macros.
Dmitry Timoshkov [Tue, 13 Dec 2005 16:47:27 +0000 (17:47 +0100)]
x11drv: ScrollDC fix.
There is no need to offset the source rectangle in the reverse
direction before scrolling.
Aric Stewart [Tue, 13 Dec 2005 16:07:41 +0000 (17:07 +0100)]
wininet: HTTP headers reworking.
Redo how headers are handled, eliminating the concept of Standard
Headers and allow all headers to be added multiple times.
Allow querying of headers with an index to get the multiple headers.
Respect response vs request headers in HttpQueryInfo.
Add a number of tests to extensively test header adding and replacing.
Alexandre Julliard [Tue, 13 Dec 2005 16:07:06 +0000 (17:07 +0100)]
gdi: Added support for doing GetBitmapBits on a DIB section.
Simply copy the DIB bits in that case.
Alexandre Julliard [Tue, 13 Dec 2005 16:05:06 +0000 (17:05 +0100)]
x11drv: Clipping fix with DIB section copy.
Use the GC of the destination device in X11DRV_DIB_CopyDIBSection so
that the clipping region is taken into account.