wine
14 years agocrypt32: Add array descriptor members describing offsets of outer structure.
Juan Lang [Wed, 14 Oct 2009 19:58:49 +0000 (12:58 -0700)] 
crypt32: Add array descriptor members describing offsets of outer structure.

14 years agocrypt32: Simplify CRYPT_AsnDecodePKCSAttributes.
Juan Lang [Wed, 14 Oct 2009 19:57:21 +0000 (12:57 -0700)] 
crypt32: Simplify CRYPT_AsnDecodePKCSAttributes.

14 years agocrypt32: Explicitly pass array pointer when decoding CTL entry attributes rather...
Juan Lang [Wed, 14 Oct 2009 19:56:38 +0000 (12:56 -0700)] 
crypt32: Explicitly pass array pointer when decoding CTL entry attributes rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding cert policy qualifiers rather...
Juan Lang [Wed, 14 Oct 2009 19:56:03 +0000 (12:56 -0700)] 
crypt32: Explicitly pass array pointer when decoding cert policy qualifiers rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding basic constraints' subtrees...
Juan Lang [Wed, 14 Oct 2009 19:55:05 +0000 (12:55 -0700)] 
crypt32: Explicitly pass array pointer when decoding basic constraints' subtrees rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding policy qualifier notice numbers...
Juan Lang [Wed, 14 Oct 2009 19:54:23 +0000 (12:54 -0700)] 
crypt32: Explicitly pass array pointer when decoding policy qualifier notice numbers rather than assuming a particular alignment.

14 years agocrypt32: Remove a redundant trace.
Juan Lang [Wed, 14 Oct 2009 19:53:33 +0000 (12:53 -0700)] 
crypt32: Remove a redundant trace.

14 years agocrypt32: Explicitly pass array pointer when decoding CTL extensions rather than assum...
Juan Lang [Wed, 14 Oct 2009 19:52:59 +0000 (12:52 -0700)] 
crypt32: Explicitly pass array pointer when decoding CTL extensions rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding CTL entries rather than assuming...
Juan Lang [Wed, 14 Oct 2009 19:52:14 +0000 (12:52 -0700)] 
crypt32: Explicitly pass array pointer when decoding CTL entries rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding CMS message signers rather than...
Juan Lang [Wed, 14 Oct 2009 19:51:30 +0000 (12:51 -0700)] 
crypt32: Explicitly pass array pointer when decoding CMS message signers rather than assuming a particular alignment.

14 years agocrypt32: Simplify CRYPT_AsnDecodeDistPointName.
Juan Lang [Wed, 14 Oct 2009 19:50:50 +0000 (12:50 -0700)] 
crypt32: Simplify CRYPT_AsnDecodeDistPointName.

14 years agocrypt32: Explicitly pass array pointer when decoding name constraints' excluded subtr...
Juan Lang [Wed, 14 Oct 2009 19:49:49 +0000 (12:49 -0700)] 
crypt32: Explicitly pass array pointer when decoding name constraints' excluded subtrees rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding name constraints' permitted...
Juan Lang [Wed, 14 Oct 2009 19:49:13 +0000 (12:49 -0700)] 
crypt32: Explicitly pass array pointer when decoding name constraints' permitted subtrees rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding CMS message CRLs rather than...
Juan Lang [Wed, 14 Oct 2009 19:48:38 +0000 (12:48 -0700)] 
crypt32: Explicitly pass array pointer when decoding CMS message CRLs rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding CMS message certs rather than...
Juan Lang [Wed, 14 Oct 2009 19:48:03 +0000 (12:48 -0700)] 
crypt32: Explicitly pass array pointer when decoding CMS message certs rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding PKCS attribute values rather...
Juan Lang [Wed, 14 Oct 2009 19:47:27 +0000 (12:47 -0700)] 
crypt32: Explicitly pass array pointer when decoding PKCS attribute values rather than assuming a particular alignment.

14 years agocrypt32: Simplify CRYPT_AsnDecodeSMIMECapabilities.
Juan Lang [Wed, 14 Oct 2009 19:46:53 +0000 (12:46 -0700)] 
crypt32: Simplify CRYPT_AsnDecodeSMIMECapabilities.

14 years agocrypt32: Let decoder helpers do more sanity checking.
Juan Lang [Wed, 14 Oct 2009 19:46:16 +0000 (12:46 -0700)] 
crypt32: Let decoder helpers do more sanity checking.

14 years agocrypt32: Simplify CRYPT_AsnDecodeExtensions.
Juan Lang [Wed, 14 Oct 2009 19:45:39 +0000 (12:45 -0700)] 
crypt32: Simplify CRYPT_AsnDecodeExtensions.

14 years agocrypt32: Explicitly pass array pointer when decoding CRL extensions rather than assum...
Juan Lang [Wed, 14 Oct 2009 19:44:52 +0000 (12:44 -0700)] 
crypt32: Explicitly pass array pointer when decoding CRL extensions rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding CRL entry extensions rather...
Juan Lang [Wed, 14 Oct 2009 19:43:58 +0000 (12:43 -0700)] 
crypt32: Explicitly pass array pointer when decoding CRL entry extensions rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding cert extensions rather than...
Juan Lang [Wed, 14 Oct 2009 19:43:14 +0000 (12:43 -0700)] 
crypt32: Explicitly pass array pointer when decoding cert extensions rather than assuming a particular alignment.

14 years agocrypt32: Explicitly pass array pointer when decoding CRL entries rather than assuming...
Juan Lang [Wed, 14 Oct 2009 19:42:24 +0000 (12:42 -0700)] 
crypt32: Explicitly pass array pointer when decoding CRL entries rather than assuming a particular alignment.

14 years agosecur32: Don't bother zeroing the handle table in SECUR32_initSchannelSP().
Henri Verbeet [Thu, 15 Oct 2009 08:36:45 +0000 (10:36 +0200)] 
secur32: Don't bother zeroing the handle table in SECUR32_initSchannelSP().

Handles are initialized when they're allocated.

14 years agosecur32: Don't try to cleanup uninitialized handles in SECUR32_deinitSchannelSP().
Henri Verbeet [Thu, 15 Oct 2009 08:36:44 +0000 (10:36 +0200)] 
secur32: Don't try to cleanup uninitialized handles in SECUR32_deinitSchannelSP().

14 years agosecur32: Recognize the ARC4 cipher in schannel_get_cipher_algid().
Henri Verbeet [Thu, 15 Oct 2009 08:36:43 +0000 (10:36 +0200)] 
secur32: Recognize the ARC4 cipher in schannel_get_cipher_algid().

14 years agowined3d: Simplify IWineD3DStateBlockImpl_Apply().
Henri Verbeet [Thu, 15 Oct 2009 08:36:42 +0000 (10:36 +0200)] 
wined3d: Simplify IWineD3DStateBlockImpl_Apply().

Consistently use the stateblock's contained states to determine what to apply.

14 years agowined3d: Don't apply more than num_contained_render_states in IWineD3DStateBlockImpl_...
Henri Verbeet [Thu, 15 Oct 2009 08:36:41 +0000 (10:36 +0200)] 
wined3d: Don't apply more than num_contained_render_states in IWineD3DStateBlockImpl_Apply().

14 years agodinput/tests: Fix a few intermittent test failures.
Paul Vriens [Thu, 15 Oct 2009 07:20:00 +0000 (09:20 +0200)] 
dinput/tests: Fix a few intermittent test failures.

14 years agowinebuild: Add support for PLATFORM_FREEBSD to get_ld_command.
Gerald Pfeifer [Wed, 14 Oct 2009 22:20:39 +0000 (00:20 +0200)] 
winebuild: Add support for PLATFORM_FREEBSD to get_ld_command.

14 years agowinspool/tests: Add tests for EnumPrintProcessors.
Detlef Riekenberg [Wed, 14 Oct 2009 21:50:49 +0000 (23:50 +0200)] 
winspool/tests: Add tests for EnumPrintProcessors.

14 years agowinspool: Implement EnumPrintProcessors[A|W].
Detlef Riekenberg [Wed, 14 Oct 2009 21:45:00 +0000 (23:45 +0200)] 
winspool: Implement EnumPrintProcessors[A|W].

14 years agolocalspl: Implement fpEnumPrintProcessors.
Detlef Riekenberg [Wed, 14 Oct 2009 21:33:01 +0000 (23:33 +0200)] 
localspl: Implement fpEnumPrintProcessors.

14 years agomshtml: Implement IHTMLLocation::get_port.
Andrew Eikum [Wed, 14 Oct 2009 21:33:37 +0000 (16:33 -0500)] 
mshtml: Implement IHTMLLocation::get_port.

14 years agomshtml: Add helper function get_url_components.
Andrew Eikum [Wed, 14 Oct 2009 21:33:21 +0000 (16:33 -0500)] 
mshtml: Add helper function get_url_components.

14 years agomshtml: Add test suite for IHTMLLocation.
Andrew Eikum [Wed, 14 Oct 2009 21:33:03 +0000 (16:33 -0500)] 
mshtml: Add test suite for IHTMLLocation.

14 years agowinmm: Transform the mmio proc kind into a boolean (to distinguish between ANSI and...
Eric Pouech [Wed, 14 Oct 2009 19:56:13 +0000 (21:56 +0200)] 
winmm: Transform the mmio proc kind into a boolean (to distinguish between ANSI and Unicode).

14 years agowinmm: Create real 16<>32 thunks for mmio support in MMSystem.
Eric Pouech [Wed, 14 Oct 2009 19:56:05 +0000 (21:56 +0200)] 
winmm: Create real 16<>32 thunks for mmio support in MMSystem.

14 years agommsystem: Move the 16bit mmio code into a dedicated file (mmio16.c).
Eric Pouech [Wed, 14 Oct 2009 19:55:57 +0000 (21:55 +0200)] 
mmsystem: Move the 16bit mmio code into a dedicated file (mmio16.c).

14 years agomsxml3: Store xmlnode structure instead of pointer in node implementations.
Jacek Caban [Wed, 14 Oct 2009 18:01:42 +0000 (20:01 +0200)] 
msxml3: Store xmlnode structure instead of pointer in node implementations.

14 years agodinput8: Ensure balance of CoInitialize/CoUninitialize.
Markus Stockhausen [Wed, 14 Oct 2009 17:47:45 +0000 (19:47 +0200)] 
dinput8: Ensure balance of CoInitialize/CoUninitialize.

14 years agourlmon: Add CoInternetGetSecurityUrl stub.
Vincent Povirk [Wed, 14 Oct 2009 16:06:14 +0000 (11:06 -0500)] 
urlmon: Add CoInternetGetSecurityUrl stub.

14 years agod3d9/tests: Fix position of EndScene in visual test.
James Helferty [Wed, 14 Oct 2009 14:57:36 +0000 (10:57 -0400)] 
d3d9/tests: Fix position of EndScene in visual test.

14 years agojscript: Create regexp object when evaluating regexp literal.
Jacek Caban [Wed, 14 Oct 2009 12:43:01 +0000 (14:43 +0200)] 
jscript: Create regexp object when evaluating regexp literal.

14 years agojscript: Separate flags parsing from regexp creating.
Jacek Caban [Wed, 14 Oct 2009 12:42:30 +0000 (14:42 +0200)] 
jscript: Separate flags parsing from regexp creating.

14 years agojscript: Don't use VARTYPE as is in literal_t.
Jacek Caban [Wed, 14 Oct 2009 12:41:50 +0000 (14:41 +0200)] 
jscript: Don't use VARTYPE as is in literal_t.

14 years agonetapi32: Add stub for NetFileEnum().
Paul Chitescu [Wed, 14 Oct 2009 12:21:14 +0000 (15:21 +0300)] 
netapi32: Add stub for NetFileEnum().

14 years agokernel32/tests: Fix some test failures on Win9x/WinMe.
Paul Vriens [Wed, 14 Oct 2009 11:34:06 +0000 (13:34 +0200)] 
kernel32/tests: Fix some test failures on Win9x/WinMe.

14 years agowinex11: The xrender tile picture must be used only inside the critical section.
Alexandre Julliard [Wed, 14 Oct 2009 12:24:17 +0000 (14:24 +0200)] 
winex11: The xrender tile picture must be used only inside the critical section.

14 years agowinex11: Use get_xrender_picture in X11DRV_XRender_GetSrcAreaStretch.
Roderick Colenbrander [Wed, 14 Oct 2009 11:15:01 +0000 (13:15 +0200)] 
winex11: Use get_xrender_picture in X11DRV_XRender_GetSrcAreaStretch.

14 years agowinex11: Add X11DRV_XRender_SetDeviceClipping for syncing the clipping region with...
Roderick Colenbrander [Wed, 14 Oct 2009 10:33:40 +0000 (12:33 +0200)] 
winex11: Add X11DRV_XRender_SetDeviceClipping for syncing the clipping region with XRender pictures.

14 years agokernel32: Correct ullTotalVirtual for GlobalMemoryStatusEx().
Ray Hinchliffe [Wed, 14 Oct 2009 08:23:45 +0000 (09:23 +0100)] 
kernel32: Correct ullTotalVirtual for GlobalMemoryStatusEx().

14 years agowinex11: Send WM_SYSKEYDOWN and WM_SYSKEYUP when the 'F10' key is used.
Erich Hoover [Tue, 13 Oct 2009 00:51:19 +0000 (18:51 -0600)] 
winex11: Send WM_SYSKEYDOWN and WM_SYSKEYUP when the 'F10' key is used.

14 years agouser32: Test for 'F10' key events.
Erich Hoover [Tue, 13 Oct 2009 00:49:57 +0000 (18:49 -0600)] 
user32: Test for 'F10' key events.

14 years agod3d: Make EndScene calls hookable.
Stefan Dösinger [Sat, 12 Sep 2009 23:25:23 +0000 (01:25 +0200)] 
d3d: Make EndScene calls hookable.

14 years agodinput: Make the creation functions hookable.
Stefan Dösinger [Sat, 12 Sep 2009 12:18:32 +0000 (14:18 +0200)] 
dinput: Make the creation functions hookable.

14 years agoddraw: Make directdraw create functions hookable.
Stefan Dösinger [Sat, 12 Sep 2009 12:15:31 +0000 (14:15 +0200)] 
ddraw: Make directdraw create functions hookable.

14 years agod3d9: Make some functions hookable.
Stefan Dösinger [Sat, 12 Sep 2009 12:19:25 +0000 (14:19 +0200)] 
d3d9: Make some functions hookable.

14 years agod3d8: Make Direct3DCreate8 hookable.
Stefan Dösinger [Sat, 12 Sep 2009 12:13:58 +0000 (14:13 +0200)] 
d3d8: Make Direct3DCreate8 hookable.

14 years agoshell32: Make some functions hookable.
Stefan Dösinger [Sat, 12 Sep 2009 12:13:47 +0000 (14:13 +0200)] 
shell32: Make some functions hookable.

14 years agouser32: Make some functions hookable.
Stefan Dösinger [Sat, 12 Sep 2009 12:10:56 +0000 (14:10 +0200)] 
user32: Make some functions hookable.

14 years agokernel32: Make some functions hookable.
Stefan Dösinger [Sat, 12 Sep 2009 12:10:20 +0000 (14:10 +0200)] 
kernel32: Make some functions hookable.

14 years agoconfigure: Check for ms_hook_prologue attribute support.
Stefan Dösinger [Sat, 12 Sep 2009 12:08:53 +0000 (14:08 +0200)] 
configure: Check for ms_hook_prologue attribute support.

14 years agowinmm/tests: Fix some test failures in Win9x and WinMe.
Paul Vriens [Wed, 14 Oct 2009 08:56:36 +0000 (10:56 +0200)] 
winmm/tests: Fix some test failures in Win9x and WinMe.

14 years agooleaut32: Fix null terminator in SysReAllocStringLen.
Alexander Kochetkov [Wed, 14 Oct 2009 07:37:20 +0000 (11:37 +0400)] 
oleaut32: Fix null terminator in SysReAllocStringLen.

14 years agooleaut32/tests: Checking null terminator in return value of SysReAllocStringLen.
Alexander Kochetkov [Wed, 14 Oct 2009 07:27:10 +0000 (11:27 +0400)] 
oleaut32/tests: Checking null terminator in return value of SysReAllocStringLen.

14 years agontdll: Implement CDROM_RawRead() on Mac OS.
Charles Davis [Tue, 13 Oct 2009 18:58:59 +0000 (12:58 -0600)] 
ntdll: Implement CDROM_RawRead() on Mac OS.

14 years agowinmm: MCI notification is controlled by keyword only.
Jörg Höhle [Tue, 13 Oct 2009 06:00:03 +0000 (08:00 +0200)] 
winmm: MCI notification is controlled by keyword only.

14 years agowined3d: Merge some bitfields in struct SAVEDSTATES.
Henri Verbeet [Wed, 14 Oct 2009 08:55:19 +0000 (10:55 +0200)] 
wined3d: Merge some bitfields in struct SAVEDSTATES.

14 years agowined3d: Simplify IWineD3DStateBlockImpl_Capture().
Henri Verbeet [Wed, 14 Oct 2009 08:55:18 +0000 (10:55 +0200)] 
wined3d: Simplify IWineD3DStateBlockImpl_Capture().

Consistently use the stateblock's contained states to determine what to
capture.

14 years agowined3d: Remove the useless "changed" and "enabledChanged" fields from struct wined3d...
Henri Verbeet [Wed, 14 Oct 2009 08:55:17 +0000 (10:55 +0200)] 
wined3d: Remove the useless "changed" and "enabledChanged" fields from struct wined3d_light_info.

14 years agowined3d: Rename PLIGHTINFOEL to something less awful.
Henri Verbeet [Wed, 14 Oct 2009 08:55:16 +0000 (10:55 +0200)] 
wined3d: Rename PLIGHTINFOEL to something less awful.

14 years agowined3d: Get rid of stateblock_copy_values().
Henri Verbeet [Wed, 14 Oct 2009 08:55:15 +0000 (10:55 +0200)] 
wined3d: Get rid of stateblock_copy_values().

Use IWineD3DStateBlockImpl_Capture() for the initial stateblock capture
instead.

14 years agocomctl32/monthcal: Reduce update rectangle after updating current selection.
Nikolay Sivov [Tue, 13 Oct 2009 19:35:19 +0000 (23:35 +0400)] 
comctl32/monthcal: Reduce update rectangle after updating current selection.

14 years agocomctl32/monthcal: Fix painting selected day, remove unneeded operations.
Nikolay Sivov [Tue, 13 Oct 2009 18:06:48 +0000 (22:06 +0400)] 
comctl32/monthcal: Fix painting selected day, remove unneeded operations.

14 years agocomctl32/comboex: Handle NULL item text case to avoid crash.
Nikolay Sivov [Tue, 13 Oct 2009 16:59:39 +0000 (20:59 +0400)] 
comctl32/comboex: Handle NULL item text case to avoid crash.

14 years agowinealsa.drv: Remove call to snd_pcm_drain.
Maarten Lankhorst [Tue, 13 Oct 2009 18:04:22 +0000 (20:04 +0200)] 
winealsa.drv: Remove call to snd_pcm_drain.

snd_pcm_drain can cause a deadlock if in the wrong state, and
snd_pcm_drop below does the same thing.

14 years ago jscript: Added Global.encodeURIComponent implementation.
Piotr Caban [Tue, 13 Oct 2009 20:39:20 +0000 (22:39 +0200)] 
 jscript: Added Global.encodeURIComponent implementation.

14 years agojscript: Fixed Global functions lengths.
Piotr Caban [Tue, 13 Oct 2009 20:08:43 +0000 (22:08 +0200)] 
jscript: Fixed Global functions lengths.

14 years agoole32: Add test showing storage objects can't be opened twice.
Vincent Povirk [Mon, 12 Oct 2009 21:26:01 +0000 (16:26 -0500)] 
ole32: Add test showing storage objects can't be opened twice.

14 years agoadvapi32/tests: Fix a test failure on Vista and higher.
Paul Vriens [Tue, 13 Oct 2009 19:03:26 +0000 (21:03 +0200)] 
advapi32/tests: Fix a test failure on Vista and higher.

14 years agoadvapi32/tests: Fix a test failure on W2K and lower.
Paul Vriens [Tue, 13 Oct 2009 18:55:34 +0000 (20:55 +0200)] 
advapi32/tests: Fix a test failure on W2K and lower.

14 years agomshtml: Return failure in GetContentType if content type is not available.
Jacek Caban [Tue, 13 Oct 2009 18:50:55 +0000 (20:50 +0200)] 
mshtml: Return failure in GetContentType if content type is not available.

14 years agomshtml: Added support for DISPATCH_METHOD|DISPATCH_PROPERTYGET calls to InvokeEx...
Jacek Caban [Tue, 13 Oct 2009 18:50:28 +0000 (20:50 +0200)] 
mshtml: Added support for DISPATCH_METHOD|DISPATCH_PROPERTYGET calls to InvokeEx implementation.

14 years agomshtml: Use DISPATCH_* macros instead of INVOKE_*.
Jacek Caban [Tue, 13 Oct 2009 18:50:02 +0000 (20:50 +0200)] 
mshtml: Use DISPATCH_* macros instead of INVOKE_*.

14 years agomshtml: Added IHTMLFrameBase IDispatchEx support.
Jacek Caban [Tue, 13 Oct 2009 18:49:34 +0000 (20:49 +0200)] 
mshtml: Added IHTMLFrameBase IDispatchEx support.

14 years agomshtml: Added IHTMLBaseFrame interface stub implementation.
Jacek Caban [Tue, 13 Oct 2009 18:49:13 +0000 (20:49 +0200)] 
mshtml: Added IHTMLBaseFrame interface stub implementation.

14 years agowpp: Add I/O callbacks.
Matteo Bruni [Wed, 30 Sep 2009 18:15:38 +0000 (20:15 +0200)] 
wpp: Add I/O callbacks.

14 years agoadvapi32/tests: Add some extra tests.
Paul Vriens [Tue, 13 Oct 2009 13:40:20 +0000 (15:40 +0200)] 
advapi32/tests: Add some extra tests.

14 years agoadvapi32: Skip leading spaces when parsing.
Paul Vriens [Tue, 13 Oct 2009 13:39:47 +0000 (15:39 +0200)] 
advapi32: Skip leading spaces when parsing.

14 years agoadvapi32/tests: Make some tests table driven.
Paul Vriens [Tue, 13 Oct 2009 11:34:34 +0000 (13:34 +0200)] 
advapi32/tests: Make some tests table driven.

14 years agowinetest: Improve the native dll check to catch .NET dlls too.
Alexandre Julliard [Tue, 13 Oct 2009 12:51:39 +0000 (14:51 +0200)] 
winetest: Improve the native dll check to catch .NET dlls too.

14 years agowininet: Cache basic authentication values based on realm and host.
Aric Stewart [Mon, 12 Oct 2009 19:24:18 +0000 (14:24 -0500)] 
wininet: Cache basic authentication values based on realm and host.

14 years agontdll: Use the exception code as exit status when no debugger is present.
Alexandre Julliard [Tue, 13 Oct 2009 12:15:27 +0000 (14:15 +0200)] 
ntdll: Use the exception code as exit status when no debugger is present.

14 years agorsaenh: Fix the accepted RC2 key length, based on a test case by Dan Kegel.
Dmitry Timoshkov [Tue, 13 Oct 2009 10:25:31 +0000 (19:25 +0900)] 
rsaenh: Fix the accepted RC2 key length, based on a test case by Dan Kegel.

14 years agontdll: Implement CDROM_ReadQChannel() on Mac OS.
Charles Davis [Mon, 12 Oct 2009 19:15:35 +0000 (13:15 -0600)] 
ntdll: Implement CDROM_ReadQChannel() on Mac OS.

14 years agoriched20: Implement handling of WM_KEYDOWN VK_TAB in the dialog mode.
Sergey Khodych [Sun, 4 Oct 2009 20:16:08 +0000 (23:16 +0300)] 
riched20: Implement handling of WM_KEYDOWN VK_TAB in the dialog mode.

14 years agoriched20: Implement handling of WM_KEYDOWN VK_ESCAPE in the dialog mode.
Sergey Khodych [Sun, 4 Oct 2009 19:50:50 +0000 (22:50 +0300)] 
riched20: Implement handling of WM_KEYDOWN VK_ESCAPE in the dialog mode.

14 years agoriched20: Implement handling of WM_KEYDOWN VK_RETURN in the dialog mode.
Sergey Khodych [Sun, 4 Oct 2009 19:48:44 +0000 (22:48 +0300)] 
riched20: Implement handling of WM_KEYDOWN VK_RETURN in the dialog mode.

14 years agoriched20: Enable the dialog mode after receiving WM_GETDLGCODE message.
Sergey Khodych [Sun, 4 Oct 2009 18:41:48 +0000 (21:41 +0300)] 
riched20: Enable the dialog mode after receiving WM_GETDLGCODE message.