wine
21 years agoJanitorial. Get rid of W->A call.
Tony Lambregts [Tue, 4 Mar 2003 02:14:58 +0000 (02:14 +0000)] 
Janitorial. Get rid of W->A call.

21 years agoVarAdd: set 'rc' correctly from BSTR addition.
Marcus Meissner [Tue, 4 Mar 2003 02:14:32 +0000 (02:14 +0000)] 
VarAdd: set 'rc' correctly from BSTR addition.

21 years agoHandle VT_PTR->VT_VARIANT arguments of Invoke.
Marcus Meissner [Tue, 4 Mar 2003 02:14:10 +0000 (02:14 +0000)] 
Handle VT_PTR->VT_VARIANT arguments of Invoke.

21 years ago- added ability to use --backend=(curses|user) as wineconsole parameter
Eric Pouech [Tue, 4 Mar 2003 02:13:25 +0000 (02:13 +0000)] 
- added ability to use --backend=(curses|user) as wineconsole parameter
- rewrote wineconsole command line option parsing

21 years agoIn curses backend, apply the quick-edit directive from registry.
Eric Pouech [Tue, 4 Mar 2003 02:13:05 +0000 (02:13 +0000)] 
In curses backend, apply the quick-edit directive from registry.

21 years agoFixed code to handle full duplex properly.
Robert Reif [Tue, 4 Mar 2003 02:12:34 +0000 (02:12 +0000)] 
Fixed code to handle full duplex properly.
Added support for capture driver (disabled).
Fixed direct sound capture test to handle notifications properly.

21 years agoCapture thread checks queue for more headers before giving error.
Robert Reif [Tue, 4 Mar 2003 02:11:21 +0000 (02:11 +0000)] 
Capture thread checks queue for more headers before giving error.
Capture driver work started.

21 years agoOnly do the unload_dll server call at the time we actually unload the
Alexandre Julliard [Fri, 28 Feb 2003 21:52:08 +0000 (21:52 +0000)] 
Only do the unload_dll server call at the time we actually unload the
dll.

21 years agoSuspended threads should not acquire synchronization objects.
Peter Hunnisett [Fri, 28 Feb 2003 21:50:47 +0000 (21:50 +0000)] 
Suspended threads should not acquire synchronization objects.

21 years ago- supported Platforms didn't mention MacOS X prominently enough by
Andreas Mohr [Fri, 28 Feb 2003 21:49:00 +0000 (21:49 +0000)] 
- supported Platforms didn't mention MacOS X prominently enough by
  far...
- add some URLs, correct URL handling
- remove linux.corel.com, as it's DEAD :-\

21 years agoProperly save/restore %gs register across 16-bit calls.
Alexandre Julliard [Thu, 27 Feb 2003 21:11:13 +0000 (21:11 +0000)] 
Properly save/restore %gs register across 16-bit calls.

21 years agoReplaced most uses of the auto-generated glue code by explicit calls
Alexandre Julliard [Thu, 27 Feb 2003 21:09:45 +0000 (21:09 +0000)] 
Replaced most uses of the auto-generated glue code by explicit calls
to WOWCallback16Ex.

21 years agoFixes to IShellFolder::GetAttributesOf:
Alberto Massari [Thu, 27 Feb 2003 21:04:38 +0000 (21:04 +0000)] 
Fixes to IShellFolder::GetAttributesOf:
- before computing the flags for the requested entry, reset the bits
  we don't support, or we will tell something we didn't want to.
- instead of using an hexadecimal mask for the unsupported flags, use
  a mask made of the supported ones
- replace the obscure hexadecimal values with the proper macros

21 years agoMoved CreateThread16 to kernel, and made it use WOWCallback16.
Alexandre Julliard [Thu, 27 Feb 2003 01:57:16 +0000 (01:57 +0000)] 
Moved CreateThread16 to kernel, and made it use WOWCallback16.

21 years agoRemoved no longer needed UseXTerm internal variable.
Eric Pouech [Thu, 27 Feb 2003 01:42:39 +0000 (01:42 +0000)] 
Removed no longer needed UseXTerm internal variable.

21 years ago- don't create a new console upon startup
Eric Pouech [Thu, 27 Feb 2003 01:41:21 +0000 (01:41 +0000)] 
- don't create a new console upon startup
- no longer assume we're always attached to a console

21 years agoGet rid of win16drv directory.
Alexandre Julliard [Thu, 27 Feb 2003 00:28:50 +0000 (00:28 +0000)] 
Get rid of win16drv directory.

21 years agoRemoved the 16-bit graphics driver support; this has been broken for a
Alexandre Julliard [Thu, 27 Feb 2003 00:11:54 +0000 (00:11 +0000)] 
Removed the 16-bit graphics driver support; this has been broken for a
long time anyway.

21 years agoMoved LDT selector allocation routines to libwine.
Alexandre Julliard [Wed, 26 Feb 2003 20:34:45 +0000 (20:34 +0000)] 
Moved LDT selector allocation routines to libwine.
Added support for correct locking of all LDT operations.
Added separate functions to manipulate the %fs selector, which allows
using a global GDT selector on recent Linux kernels.

21 years agoMoveFile[AW] should simply call MoveFileEx[AW]. Should fix issue
Alexandre Julliard [Wed, 26 Feb 2003 20:28:37 +0000 (20:28 +0000)] 
MoveFile[AW] should simply call MoveFileEx[AW]. Should fix issue
reported by Roderick Colenbrander.

21 years agoImplemented DSP Version command.
Sylvain Petreolle [Wed, 26 Feb 2003 20:27:23 +0000 (20:27 +0000)] 
Implemented DSP Version command.

21 years agoRemove assembly generation from wrc.
Dimitrie O. Paun [Wed, 26 Feb 2003 05:04:12 +0000 (05:04 +0000)] 
Remove assembly generation from wrc.

21 years agoMove controller info and state/functionality info initialization to
Jukka Heinonen [Wed, 26 Feb 2003 05:02:54 +0000 (05:02 +0000)] 
Move controller info and state/functionality info initialization to
winedos. Convert many incorrectly static fields into dynamic
fields. Fix vesa mode reporting and realloc memory block consistency
checks.

21 years agoFixed behavior when changing both sb and win size, as the order of
Eric Pouech [Wed, 26 Feb 2003 04:37:15 +0000 (04:37 +0000)] 
Fixed behavior when changing both sb and win size, as the order of
operation is important to keep sb always bigger than win.

21 years agoOnly print 4 hexdigits for tid.
Eric Pouech [Wed, 26 Feb 2003 04:36:54 +0000 (04:36 +0000)] 
Only print 4 hexdigits for tid.

21 years agoCheck both pointers in GetContainingTypeLib.
Mike Hearn [Wed, 26 Feb 2003 04:36:03 +0000 (04:36 +0000)] 
Check both pointers in GetContainingTypeLib.

21 years agoImplemented GlobalMemoryStatusEx().
Mike Hearn [Wed, 26 Feb 2003 04:35:36 +0000 (04:35 +0000)] 
Implemented GlobalMemoryStatusEx().

21 years agoAdd some OLECMDIDs present in MS headers.
Mike Hearn [Wed, 26 Feb 2003 04:34:04 +0000 (04:34 +0000)] 
Add some OLECMDIDs present in MS headers.

21 years agoAdded a "basic usage" section that deals with installation,
Mike Hearn [Wed, 26 Feb 2003 04:33:29 +0000 (04:33 +0000)] 
Added a "basic usage" section that deals with installation,
uninstallation and control panel applets to the "Running Wine" part of
the users guide.

21 years agoAdded send_thread_signal() function and properly handle errors caused
Alexandre Julliard [Tue, 25 Feb 2003 04:17:22 +0000 (04:17 +0000)] 
Added send_thread_signal() function and properly handle errors caused
by the thread having already died when we send it a signal.
Use -1 instead of 0 as invalid Unix pid value.

21 years agoAvoid some redundant calls to time(NULL).
Alexandre Julliard [Tue, 25 Feb 2003 04:04:18 +0000 (04:04 +0000)] 
Avoid some redundant calls to time(NULL).
touch_key() must not be called in create_key.

21 years agoTurn off -Wpointer-arith if it generates warnings when including
Mike McCormack [Tue, 25 Feb 2003 04:01:58 +0000 (04:01 +0000)] 
Turn off -Wpointer-arith if it generates warnings when including
string.h.

21 years agoAccept either TVI_ROOT or NULL for the parent to imply sort the entire
Tim Segall [Tue, 25 Feb 2003 03:59:12 +0000 (03:59 +0000)] 
Accept either TVI_ROOT or NULL for the parent to imply sort the entire
tree.

21 years ago- made support for paged output a generic feature in wcmd
Eric Pouech [Tue, 25 Feb 2003 03:58:42 +0000 (03:58 +0000)] 
- made support for paged output a generic feature in wcmd
- rewrote DIR command accordingly

21 years agoForbids selecting (for clipboard) areas larger than the actual
Eric Pouech [Tue, 25 Feb 2003 03:58:22 +0000 (03:58 +0000)] 
Forbids selecting (for clipboard) areas larger than the actual
screen-buffer size.

21 years agoInternetOpenUrlA (http/s case): Use client for HttpOpenRequestA, don't
Uwe Bonnes [Tue, 25 Feb 2003 03:57:59 +0000 (03:57 +0000)] 
InternetOpenUrlA (http/s case): Use client for HttpOpenRequestA, don't
insert HOST: twice.
HttpAddRequestHeadersA: allow lpszHeader == NULL.

21 years agoNo need to support -mwindows as a synonim for -mgui: it's a gcc-ism
Dimitrie O. Paun [Tue, 25 Feb 2003 03:57:09 +0000 (03:57 +0000)] 
No need to support -mwindows as a synonim for -mgui: it's a gcc-ism
that is handled in winegcc.
Link in GDI only in gui mode.

21 years agoNow compiles on windows. Added a couple more checks.
Dan Kegel [Tue, 25 Feb 2003 03:56:43 +0000 (03:56 +0000)] 
Now compiles on windows.  Added a couple more checks.

21 years agoDefine CD_SECS and CD_FRAMES also on non-Linux systems. Avoid a
Gerald Pfeifer [Tue, 25 Feb 2003 03:56:21 +0000 (03:56 +0000)] 
Define CD_SECS and CD_FRAMES also on non-Linux systems.  Avoid a
non-portable TRACE on non-Linux systems.

21 years agoPass the pid of the new process in the new_process request, don't
Alexandre Julliard [Mon, 24 Feb 2003 20:51:50 +0000 (20:51 +0000)] 
Pass the pid of the new process in the new_process request, don't
depend on the parent pid to find the startup info.

21 years agoRemove some unreachable code.
Michael Stefaniuc [Mon, 24 Feb 2003 20:48:45 +0000 (20:48 +0000)] 
Remove some unreachable code.

21 years agoFixed a problem getting the GUID to compile under windows and wine.
Robert Reif [Mon, 24 Feb 2003 20:42:59 +0000 (20:42 +0000)] 
Fixed a problem getting the GUID to compile under windows and wine.

21 years agoFix TRACE format string.
Gerald Pfeifer [Mon, 24 Feb 2003 20:41:51 +0000 (20:41 +0000)] 
Fix TRACE format string.

21 years agoImplement GetDeviceInfo and GetObjectInfo for the keyboard device.
Lionel Ulmer [Mon, 24 Feb 2003 20:41:28 +0000 (20:41 +0000)] 
Implement GetDeviceInfo and GetObjectInfo for the keyboard device.

21 years agoAdded checks when editing window and sb size so that they are kept
Eric Pouech [Mon, 24 Feb 2003 20:41:08 +0000 (20:41 +0000)] 
Added checks when editing window and sb size so that they are kept
consistent.

21 years agoAdded handling for PSNRET_INVALID in PSN_APPLY notification.
Eric Pouech [Mon, 24 Feb 2003 20:40:45 +0000 (20:40 +0000)] 
Added handling for PSNRET_INVALID in PSN_APPLY notification.

21 years agoSet a default 50 lines in history for console apps.
Eric Pouech [Mon, 24 Feb 2003 20:40:20 +0000 (20:40 +0000)] 
Set a default 50 lines in history for console apps.

21 years agoMake 'cmd /c cl /MUMBLE foo.c' pass /MUMBLE to cl.
Dan Kegel [Mon, 24 Feb 2003 20:39:53 +0000 (20:39 +0000)] 
Make 'cmd /c cl /MUMBLE foo.c' pass /MUMBLE to cl.

21 years agoAdd missing LeaveCriticalSection's in error path.
Michael Stefaniuc [Mon, 24 Feb 2003 20:39:22 +0000 (20:39 +0000)] 
Add missing LeaveCriticalSection's in error path.

21 years agoPrint out name of float exceptions.
Marcus Meissner [Mon, 24 Feb 2003 20:38:44 +0000 (20:38 +0000)] 
Print out name of float exceptions.

21 years agoLink in shell32 only in gui mode.
Dimitrie O. Paun [Mon, 24 Feb 2003 20:38:25 +0000 (20:38 +0000)] 
Link in shell32 only in gui mode.
Add all the standard defines that MinGW provides (with the exception
of __MINGW__, that's MinGW prerogative).
Do not pass along linker options when only compiling.

21 years agoAdded definitions for DirectSoundFullDuplex and moved some GUIDs
Robert Reif [Mon, 24 Feb 2003 20:37:50 +0000 (20:37 +0000)] 
Added definitions for DirectSoundFullDuplex and moved some GUIDs
around.

21 years agoRelease 20030219. wine-20030219
Alexandre Julliard [Thu, 20 Feb 2003 01:11:16 +0000 (01:11 +0000)] 
Release 20030219.

21 years agoAdded pipe.ok.
Alexandre Julliard [Wed, 19 Feb 2003 23:30:39 +0000 (23:30 +0000)] 
Added pipe.ok.

21 years agoUpdated authors list.
Alexandre Julliard [Wed, 19 Feb 2003 23:30:10 +0000 (23:30 +0000)] 
Updated authors list.

21 years agoFixed read-overflow spotted by valgrind.
Eric Pouech [Wed, 19 Feb 2003 23:27:49 +0000 (23:27 +0000)] 
Fixed read-overflow spotted by valgrind.

21 years agoIgnore get shadow buffer function.
Jukka Heinonen [Wed, 19 Feb 2003 23:27:01 +0000 (23:27 +0000)] 
Ignore get shadow buffer function.
Remember to synchronize VGA display on program exit because update
thread may not have time to run.

21 years agoFixed installation order of linkable dlls.
Alexandre Julliard [Wed, 19 Feb 2003 22:11:37 +0000 (22:11 +0000)] 
Fixed installation order of linkable dlls.

21 years agoMove resize memory block to winedos and make it resize in place and
Jukka Heinonen [Wed, 19 Feb 2003 22:11:04 +0000 (22:11 +0000)] 
Move resize memory block to winedos and make it resize in place and
work correctly even when trying to allocate too much memory.

21 years agoRough implementation of _O_TEXT/_O_BINARY translation by doing single
Uwe Bonnes [Wed, 19 Feb 2003 22:09:33 +0000 (22:09 +0000)] 
Rough implementation of _O_TEXT/_O_BINARY translation by doing single
byte read/writes in _O_TEXT mode and CR/LR handling.
fput/getwc must read multibyte characters in _O_TEXT.
Added test cases for _O_TEXT/_O_BINARY file handling and fgetws.

21 years ago- Some systems/drives are very slow to read the TOC. To address this
Waldeck Schutzer [Wed, 19 Feb 2003 22:08:50 +0000 (22:08 +0000)] 
- Some systems/drives are very slow to read the TOC. To address this
  issue, we are caching it inside the driver.
- Windows will seek while not playing, Linux will not. We are
  providing better compatibility with Windows by also caching the
  current position.

21 years agoAvoid playing data tracks.
Waldeck Schutzer [Wed, 19 Feb 2003 22:08:03 +0000 (22:08 +0000)] 
Avoid playing data tracks.

21 years agoAvoid warnings.
Gerald Pfeifer [Wed, 19 Feb 2003 22:07:14 +0000 (22:07 +0000)] 
Avoid warnings.

21 years agoAdded check for illegal pipe names.
Dan Kegel [Wed, 19 Feb 2003 22:06:36 +0000 (22:06 +0000)] 
Added check for illegal pipe names.
Added regression test.

21 years agoConvert Twips values from the registry.
Andreas Mohr [Wed, 19 Feb 2003 22:04:46 +0000 (22:04 +0000)] 
Convert Twips values from the registry.

21 years agoAuthors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietrich Teickner <Dietrich_Teickne...
Alexandre Julliard [Wed, 19 Feb 2003 22:04:03 +0000 (22:04 +0000)] 
Authors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietrich Teickner <Dietrich_Teickner@t-online.de>
- Fixed incorrect undo buffer size (previous code caused heap
  corruption when using backspace many times).
- Always kill timer when left mouse button is released and in captured
  state.

21 years agoFor better concurrency, separate the connections from the bindings.
Ove Kaaven [Wed, 19 Feb 2003 03:44:35 +0000 (03:44 +0000)] 
For better concurrency, separate the connections from the bindings.

21 years ago- Avoid possible seg fault when calling TRACE with NULL string pointers.
Warren Baird [Wed, 19 Feb 2003 03:43:08 +0000 (03:43 +0000)] 
- Avoid possible seg fault when calling TRACE with NULL string pointers.
- Fix bad side-effect of makepath on input parameters.

21 years agoIncrease size of insufficiently big stack allocated buffer used for
Warren Baird [Wed, 19 Feb 2003 03:42:38 +0000 (03:42 +0000)] 
Increase size of insufficiently big stack allocated buffer used for
error messages in PROCESS_InitWine.

21 years agoWhen updating the edited line, remember to update attributes, too.
Jukka Heinonen [Wed, 19 Feb 2003 03:42:06 +0000 (03:42 +0000)] 
When updating the edited line, remember to update attributes, too.

21 years ago- removed unused function: SetSymbolValue
Eric Pouech [Wed, 19 Feb 2003 03:41:48 +0000 (03:41 +0000)] 
- removed unused function: SetSymbolValue
- enhanced a bit AddSymbol regarding invalid symbol management (and
  enhanced its traces)
- now printing type information in 'info sym'

21 years ago- added parsing of C++ inheritence information
Eric Pouech [Wed, 19 Feb 2003 03:41:25 +0000 (03:41 +0000)] 
- added parsing of C++ inheritence information
- added an internal trace for displaying errors in typedef parsing
- enhanced ELF symbol management (direct call to AddSymbol in ELF
  header)

21 years agoA fix to get edit control scrolls bars to draw in the correct
Duane Clark [Wed, 19 Feb 2003 03:40:33 +0000 (03:40 +0000)] 
A fix to get edit control scrolls bars to draw in the correct
position.

21 years agoTests for RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar,
Thomas Mertes [Wed, 19 Feb 2003 03:40:14 +0000 (03:40 +0000)] 
Tests for RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar,
RtlInt64ToUnicodeString, RtlIntegerToChar, RtlIntegerToUnicodeString,
RtlLargeIntegerToChar, RtlUnicodeStringToInteger and
RtlUpcaseUnicodeChar.

21 years ago- Implement RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar,
Thomas Mertes [Wed, 19 Feb 2003 03:39:46 +0000 (03:39 +0000)] 
- Implement RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar,
  RtlInt64ToUnicodeString, RtlIntegerToChar, RtlIntegerToUnicodeString,
  RtlLargeIntegerToChar, RtlUnicodeStringToInteger and
  RtlUpcaseUnicodeChar.
- Use toupperW instead of toupper in RtlCompareUnicodeString.

21 years ago- the first argument in several Unicode functions was an ASCII string
Alberto Massari [Wed, 19 Feb 2003 03:39:12 +0000 (03:39 +0000)] 
- the first argument in several Unicode functions was an ASCII string
  instead of a Unicode one
- added more macro definitions

21 years ago"Implemented" IID_BS_* macros.
Ove Kaaven [Wed, 19 Feb 2003 03:38:07 +0000 (03:38 +0000)] 
"Implemented" IID_BS_* macros.

21 years agoAdded missing release_object.
Mike McCormack [Wed, 19 Feb 2003 00:38:12 +0000 (00:38 +0000)] 
Added missing release_object.

21 years agoMoved all references to file descriptors out of the generic object
Alexandre Julliard [Wed, 19 Feb 2003 00:33:32 +0000 (00:33 +0000)] 
Moved all references to file descriptors out of the generic object
structure.
Changed the poll()-related routines to deal with file descriptors
instead of objects and integrated poll support into fd.c.

21 years agoPrint thread ids in traces with only 4 digits now that they are small
Alexandre Julliard [Tue, 18 Feb 2003 23:29:47 +0000 (23:29 +0000)] 
Print thread ids in traces with only 4 digits now that they are small
integers.

21 years agoPrint dll name too for stub exceptions.
Alexandre Julliard [Tue, 18 Feb 2003 23:25:34 +0000 (23:25 +0000)] 
Print dll name too for stub exceptions.

21 years agoCorrectly encode wParam for WM_SYSCOMMAND,SC_SIZE messages.
Duane Clark [Tue, 18 Feb 2003 23:24:57 +0000 (23:24 +0000)] 
Correctly encode wParam for WM_SYSCOMMAND,SC_SIZE messages.

21 years agoAdded stub for CryptUnprotectData.
Alberto Massari [Tue, 18 Feb 2003 23:23:52 +0000 (23:23 +0000)] 
Added stub for CryptUnprotectData.

21 years agoAdd entry for no html in patches.
Tony Lambregts [Tue, 18 Feb 2003 23:23:35 +0000 (23:23 +0000)] 
Add entry for no html in patches.

21 years agoPorting fixes.
Steven Edwards [Tue, 18 Feb 2003 23:23:10 +0000 (23:23 +0000)] 
Porting fixes.

21 years ago- Fix small bug in RtlFindMostSignificantBit. It returned sometimes
Thomas Mertes [Tue, 18 Feb 2003 23:22:49 +0000 (23:22 +0000)] 
- Fix small bug in RtlFindMostSignificantBit. It returned sometimes
  wrong results if more then one bit was set.
- Update the test cases as well.

21 years agoMake sure get_file_size uses a valid fd (spotted by Uwe Bonnes).
Alexandre Julliard [Mon, 17 Feb 2003 01:50:40 +0000 (01:50 +0000)] 
Make sure get_file_size uses a valid fd (spotted by Uwe Bonnes).

21 years agoSet default loadorder to native for dlls that contain an explicit
Alexandre Julliard [Mon, 17 Feb 2003 01:49:47 +0000 (01:49 +0000)] 
Set default loadorder to native for dlls that contain an explicit
path.

21 years agoUpdated regression testing documentation.
Tony Lambregts [Mon, 17 Feb 2003 01:49:13 +0000 (01:49 +0000)] 
Updated regression testing documentation.

21 years agoAllowed waveInMessage to use physical information (as waveOut does).
Eric Pouech [Mon, 17 Feb 2003 01:48:47 +0000 (01:48 +0000)] 
Allowed waveInMessage to use physical information (as waveOut does).

21 years agoNDR marshalling fixes.
Ove Kaaven [Mon, 17 Feb 2003 01:48:24 +0000 (01:48 +0000)] 
NDR marshalling fixes.

21 years agoMake NdrDllRegisterProxy use the interface stub header instead of the
Ove Kaaven [Mon, 17 Feb 2003 01:47:54 +0000 (01:47 +0000)] 
Make NdrDllRegisterProxy use the interface stub header instead of the
interface proxy header to avoid stubless proxy ambiguities.

21 years ago- added GetName() to retrieve type name
Eric Pouech [Mon, 17 Feb 2003 01:47:38 +0000 (01:47 +0000)] 
- added GetName() to retrieve type name
- reimplemented DumpTypes so that it really dumps the types content
- now printing type information in 'info sym'

21 years agoMoved expr freeing when translating a command (no longer done on each
Eric Pouech [Mon, 17 Feb 2003 01:47:20 +0000 (01:47 +0000)] 
Moved expr freeing when translating a command (no longer done on each
command which uses an expr).

21 years agoReimplemented distance attenuation formula.
Rok Mandeljc [Mon, 17 Feb 2003 01:46:46 +0000 (01:46 +0000)] 
Reimplemented distance attenuation formula.
Removed coning formula since i believe it's inappropriate.

21 years ago- Implemented two lookup tables for the sample fonts. The first,
Shachar Shemesh [Sat, 15 Feb 2003 00:02:24 +0000 (00:02 +0000)] 
- Implemented two lookup tables for the sample fonts. The first,
  "CHARSET_ORDER", is for converting codepage to ordinal charset num,
  and the second, "SAMPLE_LANG_TEXT", is for giving the actual sample
  text.
- Removed all references to changing the font directly in stc5.
- Modified the "InvalidateRect" calls to invalidate the rect where
  stc5 is, rather than stc5 itself.
- Added handling of WM_PAINT that draws the sample text, properly
  truncated.
- Removed handling of WM_CTLCOLOR - no longer neccessary.

21 years agoAdded support for direct sound capture and a real direct sound capture
Robert Reif [Sat, 15 Feb 2003 00:01:17 +0000 (00:01 +0000)] 
Added support for direct sound capture and a real direct sound capture
driver. Capture now works with some skipping. Full duplex does not but
I will be working on that next.

21 years agoAdded additional formats.
Robert Reif [Sat, 15 Feb 2003 00:00:12 +0000 (00:00 +0000)] 
Added additional formats.
Fixed a few bugs in read/write positions when the format is mapped
using acm.
Fixed a bug where the number of waveOut devices is used when iterating
over waveIn devices.

21 years agoStarted to add support for a real direct sound capture driver.
Robert Reif [Fri, 14 Feb 2003 23:59:15 +0000 (23:59 +0000)] 
Started to add support for a real direct sound capture driver.
Changed the capture fragment size but this still needs tuning for best
performance.

21 years agoAdded/fixed some definitions for direct sound capture.
Robert Reif [Fri, 14 Feb 2003 23:57:27 +0000 (23:57 +0000)] 
Added/fixed some definitions for direct sound capture.