wine
18 years agowidl: Support non-basic variables in proc format strings.
Robert Shearman [Mon, 26 Dec 2005 12:05:55 +0000 (13:05 +0100)] 
widl: Support non-basic variables in proc format strings.

18 years agowidl: Add helper functions that return the size of procformat and
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.

18 years agooleaut: Small re-organisation of ITypeInfo::Invoke.
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.

18 years agooleaut32: Convert some tabs to spaces and some other formatting changes.
Robert Shearman [Mon, 26 Dec 2005 12:04:02 +0000 (13:04 +0100)] 
oleaut32: Convert some tabs to spaces and some other formatting changes.

18 years agooleaut32: Initialize member IDs to MEMBERID_NIL inITypeInfo::GetIDsOfNames.
Robert Shearman [Mon, 26 Dec 2005 12:03:27 +0000 (13:03 +0100)] 
oleaut32: Initialize member IDs to MEMBERID_NIL inITypeInfo::GetIDsOfNames.
Better tracing.

18 years agoole: Improve typelib traces.
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.

18 years agomsvcrt: More printf tests for I64 integer size support.
Jesse Allen [Mon, 26 Dec 2005 12:01:49 +0000 (13:01 +0100)] 
msvcrt: More printf tests for I64 integer size support.

18 years agomsvcrt: pf_integer_conv for I64.
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.

18 years agomsvcrt: Do not treat %ll as an IntegerDouble in printf.
Jesse Allen [Mon, 26 Dec 2005 12:00:35 +0000 (13:00 +0100)] 
msvcrt: Do not treat %ll as an IntegerDouble in printf.

18 years agomsvcrt: Parse I, I32, and I64 integer size flags 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.

18 years agourlmon: Implement BindAsyncMoniker function.
Rolf Kalbermatter [Mon, 26 Dec 2005 11:59:42 +0000 (12:59 +0100)] 
urlmon: Implement BindAsyncMoniker function.

18 years agourlmon: URL with two slashes is valid.
Jacek Caban [Mon, 26 Dec 2005 11:59:31 +0000 (12:59 +0100)] 
urlmon: URL with two slashes is valid.

18 years agowinecfg: Updated Norwegian Bokmål resources.
Alexander N. Sørnes [Mon, 26 Dec 2005 11:58:43 +0000 (12:58 +0100)] 
winecfg: Updated Norwegian Bokmål resources.

18 years agoshlwapi: Fix UrlCanonicalize.
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 '\'.

18 years agomsrle32: Spelling fix.
Rolf Kalbermatter [Mon, 26 Dec 2005 11:58:11 +0000 (12:58 +0100)] 
msrle32: Spelling fix.

18 years agodbghelp: Internal search routines can now be case sensitive/insensitive.
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).

18 years agomsvcrt: Prevent a crash if TlsGetValue returns NULL in DLL_THREAD_DETACH.
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.

18 years agoFix detection of V1a prop variant library in test suite.
Robert Shearman [Mon, 26 Dec 2005 11:56:48 +0000 (12:56 +0100)] 
Fix detection of V1a prop variant library in test suite.

18 years agox11drv: Update Canadian keyboard layout to better match the X11 one
Dmitry Timoshkov [Mon, 26 Dec 2005 11:56:26 +0000 (12:56 +0100)] 
x11drv: Update Canadian keyboard layout to better match the X11 one

18 years agoshell32: Clean up the SHFileOperation tests.
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.

18 years agowinecfg: Use hourglass cursor when opening audio drivers.
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.

18 years agoatl: Implement AtlComPtrAssign.
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.

18 years agoRelease 0.9.4. wine-0.9.4
Alexandre Julliard [Thu, 22 Dec 2005 17:28:20 +0000 (18:28 +0100)] 
Release 0.9.4.

18 years agoshell32: Added some test to document native ITEMIDLIST format.
Michael Jung [Thu, 22 Dec 2005 16:16:11 +0000 (17:16 +0100)] 
shell32: Added some test to document native ITEMIDLIST format.

18 years agouser/tests: Remove todo_wine from a few tests that (usually) succeed.
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.

18 years agomciavi32: Rewrite asynchronous MCI_PLAY command handling.
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.

18 years agoole32: Return error instead of asserting if storage file is corrupt.
Ulrich Czekalla [Thu, 22 Dec 2005 16:15:05 +0000 (17:15 +0100)] 
ole32: Return error instead of asserting if storage file is corrupt.

18 years agouser32/tests: Add a PeekMessage test.
Dmitry Timoshkov [Thu, 22 Dec 2005 12:58:11 +0000 (13:58 +0100)] 
user32/tests: Add a PeekMessage test.

18 years agokernel/tests: Check that we successfully open the console.
Eric Pouech [Thu, 22 Dec 2005 12:55:03 +0000 (13:55 +0100)] 
kernel/tests: Check that we successfully open the console.

18 years agoserver: Fixed console access rights handling.
Alexandre Julliard [Thu, 22 Dec 2005 12:54:34 +0000 (13:54 +0100)] 
server: Fixed console access rights handling.

18 years agoopengl: Fix last wgl regression.
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).

18 years agoshell32: Add tests for SHFileOperation's FO_MOVE command.
James Hawkins [Thu, 22 Dec 2005 10:19:13 +0000 (11:19 +0100)] 
shell32: Add tests for SHFileOperation's FO_MOVE command.

18 years agoshell32: Add tests for SHFileOperation's FO_COPY command.
James Hawkins [Thu, 22 Dec 2005 10:17:19 +0000 (11:17 +0100)] 
shell32: Add tests for SHFileOperation's FO_COPY command.

18 years agoshell32: Add tests for SHFileOperation's FO_RENAME command.
James Hawkins [Thu, 22 Dec 2005 10:16:57 +0000 (11:16 +0100)] 
shell32: Add tests for SHFileOperation's FO_RENAME command.

18 years agoshell32: Add tests for SHFileOperation's FO_DELETE command.
James Hawkins [Thu, 22 Dec 2005 10:15:42 +0000 (11:15 +0100)] 
shell32: Add tests for SHFileOperation's FO_DELETE command.

18 years agowinecfg: Add unmanaged windows configuration.
Robert Reif [Thu, 22 Dec 2005 10:15:32 +0000 (11:15 +0100)] 
winecfg: Add unmanaged windows configuration.

18 years agodbghelp: Correct handling for all module names.
Eric Pouech [Thu, 22 Dec 2005 10:11:39 +0000 (11:11 +0100)] 
dbghelp: Correct handling for all module names.

18 years agomsi: Prevent array underflow in MsiFormat when measuring with zero-length buffer.
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.

18 years agoshell32: Remove the '.\\' prefix from filenames, because it hides a
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.

18 years agoddraw: Fix DirectDrawSurface::QueryInterface crash.
Ivan Leo Puoti [Wed, 21 Dec 2005 20:11:54 +0000 (21:11 +0100)] 
ddraw: Fix DirectDrawSurface::QueryInterface crash.

18 years agowinspool: Add version resource.
Detlef Riekenberg [Wed, 21 Dec 2005 20:11:43 +0000 (21:11 +0100)] 
winspool: Add version resource.

18 years agomsvcrt: Return a per-thread buffer in localtime and gmtime.
Alexandre Julliard [Wed, 21 Dec 2005 19:54:26 +0000 (20:54 +0100)] 
msvcrt: Return a per-thread buffer in localtime and gmtime.

18 years agod3d9: Add traces for when shader support is missing in the shader test.
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.

18 years agokernel: Some documentation improvements.
Hans Leidekker [Wed, 21 Dec 2005 19:44:49 +0000 (20:44 +0100)] 
kernel: Some documentation improvements.

18 years agomsvcrt: Implemented wctime(), wasctime().
Marcus Meissner [Wed, 21 Dec 2005 19:23:47 +0000 (20:23 +0100)] 
msvcrt: Implemented wctime(), wasctime().
Free thread data in DLL_THREAD_DETACH.

18 years agowinecfg: Select an audio driver on fresh install.
Robert Reif [Wed, 21 Dec 2005 19:07:56 +0000 (20:07 +0100)] 
winecfg: Select an audio driver on fresh install.

18 years agomscms: Test only one invalid GetStandardColorSpaceProfile() param in a
Saulius Krasuckas [Wed, 21 Dec 2005 19:07:42 +0000 (20:07 +0100)] 
mscms: Test only one invalid GetStandardColorSpaceProfile() param in a
single check.

18 years agomsvideo: Handle ESC key press in the MCIWND class as an alias to stop command.
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.

18 years agomsvcrt: Fix printf sign flags.
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.

18 years agoserver: Set the context flags in get_thread_context to indicate which
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.

18 years agowldap32: Added configure checks for some potentially missing functions.
Hans Leidekker [Wed, 21 Dec 2005 17:42:00 +0000 (18:42 +0100)] 
wldap32: Added configure checks for some potentially missing functions.

18 years agomsi: Use a default dialog font if nothing is specified.
Bill Medland [Tue, 20 Dec 2005 10:59:23 +0000 (11:59 +0100)] 
msi: Use a default dialog font if nothing is specified.

18 years agoshell32/tests: Fixed a test failing on WinXP.
Michael Jung [Tue, 20 Dec 2005 10:57:44 +0000 (11:57 +0100)] 
shell32/tests: Fixed a test failing on WinXP.

18 years agodbghelp: Added a few extensions to make windbg happy.
Eric Pouech [Tue, 20 Dec 2005 10:49:24 +0000 (11:49 +0100)] 
dbghelp: Added a few extensions to make windbg happy.

18 years agomsvcrt: Ignore PadZero when LeftAlign is true in printf conversions.
Jesse Allen [Tue, 20 Dec 2005 10:49:05 +0000 (11:49 +0100)] 
msvcrt: Ignore PadZero when LeftAlign is true in printf conversions.

18 years agomsacm: Preserve value of cbStruct in acmDriverDetails.
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.

18 years agontdll: Made DBG_EXCEPTION_HANDLED a synonym of DBG_CONTINUE for exception handlers.
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.

18 years agowinecfg: Dutch resources update.
Paul Vriens [Tue, 20 Dec 2005 10:47:00 +0000 (11:47 +0100)] 
winecfg: Dutch resources update.

18 years agowined3d: Cleanup shader constants code a little bit.
H. Verbeet [Tue, 20 Dec 2005 10:46:52 +0000 (11:46 +0100)] 
wined3d: Cleanup shader constants code a little bit.
Improved bounds checking.

18 years agomsvcrt: Require exact uppercase and lowercase format in printf routines.
Jesse Allen [Mon, 19 Dec 2005 20:26:46 +0000 (21:26 +0100)] 
msvcrt: Require exact uppercase and lowercase format in printf routines.

18 years agowinemenubuilder: Provide depth to the menus created.
Bill Medland [Mon, 19 Dec 2005 20:25:52 +0000 (21:25 +0100)] 
winemenubuilder: Provide depth to the menus created.

18 years agokernel32: Check for tabs too when extracting the program name
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).

18 years agowidl: Avoid lvalue casts in generated code.
Hans Leidekker [Mon, 19 Dec 2005 20:20:14 +0000 (21:20 +0100)] 
widl: Avoid lvalue casts in generated code.

18 years agosecur32: Adding AcceptSecurityContext to the NTLM security provider.
Kai Blin [Mon, 19 Dec 2005 20:20:03 +0000 (21:20 +0100)] 
secur32: Adding AcceptSecurityContext to the NTLM security provider.

18 years agowinspool: Filter additional failures.
Detlef Riekenberg [Mon, 19 Dec 2005 20:19:47 +0000 (21:19 +0100)] 
winspool: Filter additional failures.

18 years agowinhelp: Handle '> ' on command lines.
Eric Pouech [Mon, 19 Dec 2005 17:23:02 +0000 (18:23 +0100)] 
winhelp: Handle '> ' on command lines.

18 years agodbghelp: First stab at supporting calling convention in function signature.
Eric Pouech [Mon, 19 Dec 2005 17:22:54 +0000 (18:22 +0100)] 
dbghelp: First stab at supporting calling convention in function signature.

18 years agodbghelp: Return proper size for local & parameters in SYMBOL_INFO.
Eric Pouech [Mon, 19 Dec 2005 17:20:47 +0000 (18:20 +0100)] 
dbghelp: Return proper size for local & parameters in SYMBOL_INFO.

18 years agowinecfg: Updated French resources.
Jonathan Ernst [Mon, 19 Dec 2005 17:18:01 +0000 (18:18 +0100)] 
winecfg: Updated French resources.

18 years agouser: Make the edit control IME aware and implement inline editing.
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.

18 years agomsi: Fixed deformat_environment to not cut off string.
Magnus Olsen [Mon, 19 Dec 2005 17:17:28 +0000 (18:17 +0100)] 
msi: Fixed deformat_environment to not cut off string.

18 years agotaskmgr: Fix viewing of debug channels.
Eric Pouech [Mon, 19 Dec 2005 17:16:57 +0000 (18:16 +0100)] 
taskmgr: Fix viewing of debug channels.
Various internal cleanups.

18 years agodbghelp: Implemented SymMatchString.
Eric Pouech [Mon, 19 Dec 2005 17:16:35 +0000 (18:16 +0100)] 
dbghelp: Implemented SymMatchString.

18 years agouser: Fix LB_GETTEXT unmapping for A<->W.
Vitaliy Margolen [Mon, 19 Dec 2005 17:16:18 +0000 (18:16 +0100)] 
user: Fix LB_GETTEXT unmapping for A<->W.

18 years agosetupapi: Fix comparing the group SIDs in IsUserAdmin.
Thomas Weidenmueller [Mon, 19 Dec 2005 17:15:58 +0000 (18:15 +0100)] 
setupapi: Fix comparing the group SIDs in IsUserAdmin.

18 years agoopengl: Add support for rendering on bitmaps.
Huw Davies [Mon, 19 Dec 2005 16:45:13 +0000 (17:45 +0100)] 
opengl: Add support for rendering on bitmaps.

18 years agoole32: Revert exception handler change.
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.

18 years agouser: Fix hrgn leaks in win.c test.
Rein Klazes [Mon, 19 Dec 2005 16:43:34 +0000 (17:43 +0100)] 
user: Fix hrgn leaks in win.c test.

18 years agocomctl32: Add a test for the initial tooltip window style settings,
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.

18 years agowinecfg: Update German resource.
Henning Gerhardt [Mon, 19 Dec 2005 16:42:30 +0000 (17:42 +0100)] 
winecfg: Update German resource.

18 years agowcmd: Increase maximum length of commands.
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.

18 years agodbghelp: New stubs (needed for windbg startup).
Eric Pouech [Mon, 19 Dec 2005 16:41:52 +0000 (17:41 +0100)] 
dbghelp: New stubs (needed for windbg startup).

18 years agodbghelp: Fixed loading .so modules from a living target.
Eric Pouech [Mon, 19 Dec 2005 16:41:43 +0000 (17:41 +0100)] 
dbghelp: Fixed loading .so modules from a living target.

18 years agodbghelp: Fixed missing parameters info in StackWalk64.
Eric Pouech [Mon, 19 Dec 2005 16:41:32 +0000 (17:41 +0100)] 
dbghelp: Fixed missing parameters info in StackWalk64.

18 years agod3d9: Don't crash on NULL device_ptr.
Paul Vriens [Mon, 19 Dec 2005 09:00:08 +0000 (10:00 +0100)] 
d3d9: Don't crash on NULL device_ptr.

18 years agontdll: Make __wine_call_from_32_restore_regs take a context pointer.
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.

18 years agourlmon: Added handling of BINDF_FROMURLMON in file protocol.
Jacek Caban [Mon, 19 Dec 2005 08:57:25 +0000 (09:57 +0100)] 
urlmon: Added handling of BINDF_FROMURLMON in file protocol.

18 years agoFix typo in urlmon.idl.
Jacek Caban [Mon, 19 Dec 2005 08:53:30 +0000 (09:53 +0100)] 
Fix typo in urlmon.idl.

18 years agouser32: Don't truncate text when creating edit control.
Lauri Tulmin [Mon, 19 Dec 2005 08:53:19 +0000 (09:53 +0100)] 
user32: Don't truncate text when creating edit control.

18 years agox11drv: Do not use the scroll rectangle for clipping in ScrollDC.
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.

18 years agourlmon: Added some tests and fixes of file protocol.
Jacek Caban [Mon, 19 Dec 2005 08:52:30 +0000 (09:52 +0100)] 
urlmon: Added some tests and fixes of file protocol.

18 years agowinecfg: Updated Norwegian Bokmaal resources.
Alexander N. Sørnes [Mon, 19 Dec 2005 08:52:20 +0000 (09:52 +0100)] 
winecfg: Updated Norwegian Bokmaal resources.

18 years agontdll: New implementation of relay thunks.
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.

18 years agontdll: Don't use a real guard page at the bottom of the stack.
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.

18 years agowinecfg: Use sound tree view for driver selection.
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.

18 years agowineoss: Shorten MIDI names.
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.

18 years agocrypt32: Implement more implicit properties, with tests.
Juan Lang [Sat, 17 Dec 2005 11:24:59 +0000 (12:24 +0100)] 
crypt32: Implement more implicit properties, with tests.

18 years agoimagehlp: Forward StackWalk64 to dbghelp.StackWalk64.
Vitaliy Margolen [Sat, 17 Dec 2005 11:24:46 +0000 (12:24 +0100)] 
imagehlp: Forward StackWalk64 to dbghelp.StackWalk64.

18 years agox11drv: ScrollDC should not clip output if a clipping rect is not specified.
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.

18 years agox11drv: Get the visual for the GLXPixmap from the current pixel format.
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.