wine
23 years agoFixed some places where whitespace was not handled correctly.
Marcus Meissner [Thu, 13 Dec 2001 00:58:20 +0000 (00:58 +0000)] 
Fixed some places where whitespace was not handled correctly.
Do not use `cmd`s within cat <<EOF since bash1 sometimes gets confused
by it.

23 years agoOnly RTS_CONTROL_HANDSHAKE should set CRTSCTS.
Mike McCormack [Thu, 13 Dec 2001 00:57:58 +0000 (00:57 +0000)] 
Only RTS_CONTROL_HANDSHAKE should set CRTSCTS.

23 years agoAdd the missing functionality in the tty driver.
Eric Laforest [Thu, 13 Dec 2001 00:54:52 +0000 (00:54 +0000)] 
Add the missing functionality in the tty driver.

23 years agoExported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs
Alexandre Julliard [Tue, 11 Dec 2001 00:50:33 +0000 (00:50 +0000)] 
Exported CALL32_Regs from ntdll, renamed to __wine_call_from_32_regs
to follow the naming convention for this type of functions.
Split 16 and 32-bit relay functions into separate files, and moved the
32-bit ones to dlls/ntdll.

23 years agoAdd new stub MLLoadLibrary.
Jon Griffiths [Tue, 11 Dec 2001 00:30:49 +0000 (00:30 +0000)] 
Add new stub MLLoadLibrary.

23 years agoAdd exclusion defs & remaining funcs, remove internal types &
Jon Griffiths [Tue, 11 Dec 2001 00:30:17 +0000 (00:30 +0000)] 
Add exclusion defs & remaining funcs, remove internal types &
obj_base.h (sync with win version), fixed a number of function
prototypes.

23 years agoImplemented pthread_rwlock stubs.
Jukka Heinonen [Tue, 11 Dec 2001 00:20:18 +0000 (00:20 +0000)] 
Implemented pthread_rwlock stubs.

23 years agoFor a radio button even if the initial style includes WS_TABSTOP the
Bill Medland [Tue, 11 Dec 2001 00:16:23 +0000 (00:16 +0000)] 
For a radio button even if the initial style includes WS_TABSTOP the
first BM_SETCHECK 0 will clear it (even if the state was clear).

23 years agoA treeview item may be TVI_ROOT.
Bill Medland [Tue, 11 Dec 2001 00:15:11 +0000 (00:15 +0000)] 
A treeview item may be TVI_ROOT.

23 years agoFix for toolbar potentially using a NULL pointer.
Dave Hawkes [Tue, 11 Dec 2001 00:14:24 +0000 (00:14 +0000)] 
Fix for toolbar potentially using a NULL pointer.

23 years agoAdded WIN_GetRectangles function.
Alexandre Julliard [Thu, 6 Dec 2001 22:33:58 +0000 (22:33 +0000)] 
Added WIN_GetRectangles function.
Fixed WindowFromPoint to work accross processes.

23 years agoImplemented processing for actions: SPI_GET/SETGRIDGRANULARITY,
Andriy Palamarchuk [Thu, 6 Dec 2001 22:28:43 +0000 (22:28 +0000)] 
Implemented processing for actions: SPI_GET/SETGRIDGRANULARITY,
SPI_GET/SETICONTITLEWRAP, SPI_GET/SETMENUDROPALIGNMENT,
SPI_GET/SETDOUBLECLKWIDTH, SPI_GET/SETDOUBLECLKHEIGHT,
SPI_GET/SETDOUBLECLICKTIME.

23 years agoChange the message trace indentation to be consistent by thread.
Guy L. Albertelli [Thu, 6 Dec 2001 22:24:14 +0000 (22:24 +0000)] 
Change the message trace indentation to be consistent by thread.

23 years agoFix for some types of C++ debug info that can cause winedbg to crash.
Dave Hawkes [Thu, 6 Dec 2001 22:22:25 +0000 (22:22 +0000)] 
Fix for some types of C++ debug info that can cause winedbg to crash.

23 years agoDIALOG_CreateIndirect can incorrectly kill the current input focus.
Dave Hawkes [Thu, 6 Dec 2001 22:21:36 +0000 (22:21 +0000)] 
DIALOG_CreateIndirect can incorrectly kill the current input focus.

23 years agoRemoved calls to HEAP_GetSegptr.
Alexandre Julliard [Wed, 5 Dec 2001 22:23:02 +0000 (22:23 +0000)] 
Removed calls to HEAP_GetSegptr.

23 years agoFixed compile for !MZ_SUPPORTED.
Alexandre Julliard [Wed, 5 Dec 2001 22:19:57 +0000 (22:19 +0000)] 
Fixed compile for !MZ_SUPPORTED.

23 years agoUse ntdll functions instead of MultiByteToWideChar/WideCharToMultiByte
Alexandre Julliard [Wed, 5 Dec 2001 22:18:48 +0000 (22:18 +0000)] 
Use ntdll functions instead of MultiByteToWideChar/WideCharToMultiByte
to avoid corrupting the last error code.

23 years agoRemoved ntdll dependency on MultiByteToWideChar/WideCharToMultiByte
Alexandre Julliard [Wed, 5 Dec 2001 22:14:57 +0000 (22:14 +0000)] 
Removed ntdll dependency on MultiByteToWideChar/WideCharToMultiByte
kernel32 functions, plus a few small cleanups.

23 years agoCleanup and improve the mbcs support.
François Gouget [Wed, 5 Dec 2001 22:11:35 +0000 (22:11 +0000)] 
Cleanup and improve the mbcs support.
Add mbctype.h and mbstring.h.
Implement putwc and putwchar.

23 years agoThe toolbar commands were not sent to the correct notification
Dave Hawkes [Wed, 5 Dec 2001 22:10:26 +0000 (22:10 +0000)] 
The toolbar commands were not sent to the correct notification
window.

23 years agoFixed incorrect packing.
Jukka Heinonen [Wed, 5 Dec 2001 22:09:33 +0000 (22:09 +0000)] 
Fixed incorrect packing.

23 years agogetenv is case insensitive.
François Gouget [Wed, 5 Dec 2001 22:09:00 +0000 (22:09 +0000)] 
getenv is case insensitive.

23 years agomktime must normalize the struct tm fields.
François Gouget [Wed, 5 Dec 2001 22:08:46 +0000 (22:08 +0000)] 
mktime must normalize the struct tm fields.

23 years ago- allow to save/restore some properties into the registry (like font,
Eric Pouech [Tue, 4 Dec 2001 20:46:54 +0000 (20:46 +0000)] 
- allow to save/restore some properties into the registry (like font,
  cursor size...)
- implement the two sets of properties (default & current)
- fixed some bugs mainly in dialog
- enhanced font selection mechanisms,
- added and protected sub-menu for all operations (sysmenu is not
  avail in managed mode)
- better data separation for the backend(s)

23 years agoLet the console renderer be defined as a thread.
Eric Pouech [Tue, 4 Dec 2001 20:17:43 +0000 (20:17 +0000)] 
Let the console renderer be defined as a thread.

23 years agoOnly include the necessary files to avoid conflicts in gethostname
James Juran [Tue, 4 Dec 2001 20:16:58 +0000 (20:16 +0000)] 
Only include the necessary files to avoid conflicts in gethostname
prototypes between winsock.h and unistd.h

23 years agoCreateBitmap can take nHeight or nWidth = zero, and then returns a
Erik Inge Bolsø [Tue, 4 Dec 2001 20:16:25 +0000 (20:16 +0000)] 
CreateBitmap can take nHeight or nWidth = zero, and then returns a
pointer to a 1x1 monochrome bitmap.

23 years ago- Correct implementation of _169 (call of Release). This fixes crashes
Guy L. Albertelli [Tue, 4 Dec 2001 20:13:40 +0000 (20:13 +0000)] 
- Correct implementation of _169 (call of Release). This fixes crashes
  when actually attempting to call Release.
- Correct some traces.

23 years agoMoved most of the real-mode stuff to dlls/winedos.
Alexandre Julliard [Tue, 4 Dec 2001 19:54:44 +0000 (19:54 +0000)] 
Moved most of the real-mode stuff to dlls/winedos.

23 years agoAdded SYNCHRONIZE access to stdio handles.
Alexandre Julliard [Tue, 4 Dec 2001 19:50:18 +0000 (19:50 +0000)] 
Added SYNCHRONIZE access to stdio handles.

23 years agoCopy the correct number of bytes in WriteConsoleInputA.
Marcus Meissner [Tue, 4 Dec 2001 19:40:54 +0000 (19:40 +0000)] 
Copy the correct number of bytes in WriteConsoleInputA.

23 years agoFixed bugs in output functions (write).
Eric Pouech [Tue, 4 Dec 2001 19:40:28 +0000 (19:40 +0000)] 
Fixed bugs in output functions (write).
Rewrote some parts for better DLL separation.
Fixed some prototypes.
Fixed mmioAdvance in write mode.

23 years agoFixed acmFormatChoose returned fields.
Eric Pouech [Tue, 4 Dec 2001 19:39:54 +0000 (19:39 +0000)] 
Fixed acmFormatChoose returned fields.

23 years agoInitialize dialog data correctly in CreateTemplateDialog.
Gerard Patel [Tue, 4 Dec 2001 19:39:33 +0000 (19:39 +0000)] 
Initialize dialog data correctly in CreateTemplateDialog.

23 years agoMisc fixes to DCB building from command line.
Gerard Patel [Tue, 4 Dec 2001 19:39:13 +0000 (19:39 +0000)] 
Misc fixes to DCB building from command line.

23 years agoBetter handling of configuration with several Windows installations.
Gerard Patel [Tue, 4 Dec 2001 19:38:46 +0000 (19:38 +0000)] 
Better handling of configuration with several Windows installations.

23 years agoUndocumented feature of TB_{GET|SET}BUTTONINFO{A|W}: if mask has
Guy L. Albertelli [Sat, 1 Dec 2001 00:37:41 +0000 (00:37 +0000)] 
Undocumented feature of TB_{GET|SET}BUTTONINFO{A|W}: if mask has
0x80000000 set then the command id is really the index.

23 years ago- Fixed PathIsURL{A|W}.
Guy L. Albertelli [Sat, 1 Dec 2001 00:37:12 +0000 (00:37 +0000)] 
- Fixed PathIsURL{A|W}.
- Implemented PathRenameExtension{A|W}, SHRegDuplicateHKey,
  ChrCmpI{A|W}.
- Added forwards to DrawTextW, CreateDialogParamA, CreateFontW,
  TracePopupMenuEx.

23 years ago- Stub routines for _164, _208, _210, _211, _239, _356, _413, _437,
Guy L. Albertelli [Sat, 1 Dec 2001 00:36:18 +0000 (00:36 +0000)] 
- Stub routines for _164, _208, _210, _211, _239, _356, _413, _437,
  ColorRGBToHLS
- Implement routines for _172, _174, _176, _199, _215, _219, _236, _377,
  _378, UrlCompare{A|W}, UrlApplyScheme{A|W}.
- Fix routines _217, _169, _240, _276, _342, _376.

23 years agoRemoved Get/SetScreenSaveTimeout user driver functions because they
Andriy Palamarchuk [Fri, 30 Nov 2001 23:15:32 +0000 (23:15 +0000)] 
Removed Get/SetScreenSaveTimeout user driver functions because they
are not used.

23 years agoImplemented ImageList_GetDragImage.
Michael Stefaniuc [Fri, 30 Nov 2001 23:15:00 +0000 (23:15 +0000)] 
Implemented ImageList_GetDragImage.
Fixed ImageList_SetDragCursorImage and ImageList_Merge.
No need for StretchBlt in ImageList_BeginDrag.
Added some traces.

23 years agoUse gdi_display everywhere to avoid BadColor errors.
Glenn Schrader [Fri, 30 Nov 2001 23:14:18 +0000 (23:14 +0000)] 
Use gdi_display everywhere to avoid BadColor errors.

23 years agoRemove some possible interlocking problems with peb lock.
Gerard Patel [Fri, 30 Nov 2001 23:13:22 +0000 (23:13 +0000)] 
Remove some possible interlocking problems with peb lock.

23 years agoFixed WS_getpeername parameter in WS_accept.
Paul Rupe [Fri, 30 Nov 2001 23:12:13 +0000 (23:12 +0000)] 
Fixed WS_getpeername parameter in WS_accept.
Changed order of event processing in WINSOCK_DoAsyncEvent.

23 years agomap_image: map the PE header readonly.
Andrew Lewycky [Fri, 30 Nov 2001 23:08:21 +0000 (23:08 +0000)] 
map_image: map the PE header readonly.

23 years agodo_relocations: process relocation blocks with a VirtualAddress of 0,
Andrew Lewycky [Fri, 30 Nov 2001 23:08:02 +0000 (23:08 +0000)] 
do_relocations: process relocation blocks with a VirtualAddress of 0,
stop once SizeOfBlock == 0.

23 years agoRename debug.h to debugtools.h.
Michael Stefaniuc [Fri, 30 Nov 2001 23:07:30 +0000 (23:07 +0000)] 
Rename debug.h to debugtools.h.

23 years agoRedesign of the server communication protocol to allow arbitrary sized
Alexandre Julliard [Fri, 30 Nov 2001 18:46:42 +0000 (18:46 +0000)] 
Redesign of the server communication protocol to allow arbitrary sized
data to be exchanged.
Split request and reply structures to make backwards compatibility
easier.
Moved many console functions to dlls/kernel, added code page support,
changed a few requests to behave properly with the new protocol.

23 years agoAvoid potential problems with filenames containing spaces.
Andreas Mohr [Sun, 25 Nov 2001 00:51:36 +0000 (00:51 +0000)] 
Avoid potential problems with filenames containing spaces.

23 years agoNow passing event with --use-event to let programs starting with
Eric Pouech [Sun, 25 Nov 2001 00:49:36 +0000 (00:49 +0000)] 
Now passing event with --use-event to let programs starting with
digits being run.

23 years agommsystem.dll should be automatically loaded for 16-bit apps.
Joshua Thielen [Sun, 25 Nov 2001 00:49:10 +0000 (00:49 +0000)] 
mmsystem.dll should be automatically loaded for 16-bit apps.

23 years agoFixed IO when not run with wineconsole.
Eric Pouech [Sun, 25 Nov 2001 00:48:44 +0000 (00:48 +0000)] 
Fixed IO when not run with wineconsole.

23 years agoCompile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.
Alexandre Julliard [Sat, 24 Nov 2001 17:07:08 +0000 (17:07 +0000)] 
Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT.

23 years agoSkip queue cleanups if queue has been destroyed already.
Alexandre Julliard [Sat, 24 Nov 2001 03:44:47 +0000 (03:44 +0000)] 
Skip queue cleanups if queue has been destroyed already.

23 years agoFixed registry routines broken by the structure sizes fix.
Alexandre Julliard [Sat, 24 Nov 2001 03:41:37 +0000 (03:41 +0000)] 
Fixed registry routines broken by the structure sizes fix.

23 years agoRevisited console support (got rid of old hacks and private editline
Eric Pouech [Fri, 23 Nov 2001 23:10:08 +0000 (23:10 +0000)] 
Revisited console support (got rid of old hacks and private editline
since we now have a brand new console), removed private debug heap.

23 years agoNew console code based on Win32 windows.
Eric Pouech [Fri, 23 Nov 2001 23:04:58 +0000 (23:04 +0000)] 
New console code based on Win32 windows.

23 years agoFixed packing and layout of many system structures.
Dmitry Timoshkov [Fri, 23 Nov 2001 18:44:43 +0000 (18:44 +0000)] 
Fixed packing and layout of many system structures.

23 years agoMSVCRT_getenv: compare for the length of the key and return NULL in
Uwe Bonnes [Fri, 23 Nov 2001 18:30:19 +0000 (18:30 +0000)] 
MSVCRT_getenv: compare for the length of the key and return NULL in
case of failure.

23 years agoAdd missing </para>.
Michael Stefaniuc [Fri, 23 Nov 2001 18:28:37 +0000 (18:28 +0000)] 
Add missing </para>.

23 years agoCheck for completed overlappeds in ReadComm16 to solve problems with
Mike McCormack [Fri, 23 Nov 2001 18:26:30 +0000 (18:26 +0000)] 
Check for completed overlappeds in ReadComm16 to solve problems with
programs that loop on it but don't get data.

23 years ago_dev_t is an unsigned integer.
Uwe Bonnes [Fri, 23 Nov 2001 18:25:34 +0000 (18:25 +0000)] 
_dev_t is an unsigned integer.

23 years agoImplemented processing for actions SPI_GET/SETSCREENSAVETIMEOUT,
Andriy Palamarchuk [Tue, 20 Nov 2001 20:27:26 +0000 (20:27 +0000)] 
Implemented processing for actions SPI_GET/SETSCREENSAVETIMEOUT,
SPI_GET/SETSCREENSAVEACTIVE, SPI_GET/SETSCREENSAVERRUNNING.

23 years agoGetUserName should include the terminating null character when
James Juran [Tue, 20 Nov 2001 20:26:54 +0000 (20:26 +0000)] 
GetUserName should include the terminating null character when
returning the size of the buffer returned. Correctly handle the
ERROR_MORE_DATA case.

23 years agoUse exception handler for GlobalUnlock, GlobalFree.
Andreas Mohr [Tue, 20 Nov 2001 20:26:35 +0000 (20:26 +0000)] 
Use exception handler for GlobalUnlock, GlobalFree.

23 years agoDocumentation fixes.
Patrik Stridvall [Tue, 20 Nov 2001 18:55:39 +0000 (18:55 +0000)] 
Documentation fixes.

23 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Tue, 20 Nov 2001 18:55:02 +0000 (18:55 +0000)] 
Fixed some issues found by winapi_check.

23 years agoMinor API files update.
Patrik Stridvall [Tue, 20 Nov 2001 18:54:43 +0000 (18:54 +0000)] 
Minor API files update.

23 years agoTOOLBAR_GetRect did not correctly translate the command ID to the
Dave Hawkes [Tue, 20 Nov 2001 18:54:04 +0000 (18:54 +0000)] 
TOOLBAR_GetRect did not correctly translate the command ID to the
button index.

23 years agoAdd Debian/Mandrake menu system support.
Dusan Lacko [Tue, 20 Nov 2001 18:53:33 +0000 (18:53 +0000)] 
Add Debian/Mandrake menu system support.

23 years agoIt is legal to call UnregisterClass with an hInstance of zero.
Bill Medland [Tue, 20 Nov 2001 18:53:16 +0000 (18:53 +0000)] 
It is legal to call UnregisterClass with an hInstance of zero.

23 years agoOnly include 'sys/user.h' for Linux. Fixes a compilation error on
Francois Gouget [Tue, 20 Nov 2001 18:52:42 +0000 (18:52 +0000)] 
Only include 'sys/user.h' for Linux. Fixes a compilation error on
FreeBSD 5.0.

23 years agoFix LUID definition.
Francois Gouget [Tue, 20 Nov 2001 18:52:20 +0000 (18:52 +0000)] 
Fix LUID definition.

23 years agoConvert message spy to unicode.
Dmitry Timoshkov [Tue, 20 Nov 2001 18:50:56 +0000 (18:50 +0000)] 
Convert message spy to unicode.

23 years agoFix lock up in GetKeyNameText due to an increment wrap when KeyCode is
Dave Hawkes [Tue, 20 Nov 2001 18:49:38 +0000 (18:49 +0000)] 
Fix lock up in GetKeyNameText due to an increment wrap when KeyCode is
a char type and max_keycode is 255.

23 years ago- fix wrong hexadecimal GetLastError() output
Andreas Mohr [Mon, 19 Nov 2001 02:30:01 +0000 (02:30 +0000)] 
- fix wrong hexadecimal GetLastError() output
- misc fixes
- changed my email address

23 years agoPrevent warnings about labels at end of switch statements when
James Juran [Mon, 19 Nov 2001 02:24:14 +0000 (02:24 +0000)] 
Prevent warnings about labels at end of switch statements when
compiling with gcc-3.x.

23 years agoFix the Solaris and FreeBSD compilation errors introduced by the
Francois Gouget [Mon, 19 Nov 2001 02:23:22 +0000 (02:23 +0000)] 
Fix the Solaris and FreeBSD compilation errors introduced by the
recent winsock update.

23 years agoFix a loop playing failure and a problem with choppy sound.
Simon Britnell [Mon, 19 Nov 2001 02:10:50 +0000 (02:10 +0000)] 
Fix a loop playing failure and a problem with choppy sound.

23 years agoA few typos.
Francois Gouget [Mon, 19 Nov 2001 02:09:49 +0000 (02:09 +0000)] 
A few typos.

23 years agoMIDL_STUB_MESSAGE needs a pack4 for the MaxCount field.
Francois Gouget [Mon, 19 Nov 2001 02:08:56 +0000 (02:08 +0000)] 
MIDL_STUB_MESSAGE needs a pack4 for the MaxCount field.

23 years agoBetter relaying for _lcreat.
Francois Gouget [Mon, 19 Nov 2001 02:08:34 +0000 (02:08 +0000)] 
Better relaying for _lcreat.

23 years agoSmall typo in avicap32.spec fixed.
Marcus Meissner [Mon, 19 Nov 2001 02:07:40 +0000 (02:07 +0000)] 
Small typo in avicap32.spec fixed.

23 years agoFix exchanged lines in WIN_GetWindowLong.
Gerard Patel [Mon, 19 Nov 2001 02:07:11 +0000 (02:07 +0000)] 
Fix exchanged lines in WIN_GetWindowLong.

23 years agoTruncate the window text if it is too large for the request buffer.
Alexandre Julliard [Fri, 16 Nov 2001 18:14:17 +0000 (18:14 +0000)] 
Truncate the window text if it is too large for the request buffer.

23 years agoLocal classes registered with USER instance handle now are now found
Joshua Thielen [Fri, 16 Nov 2001 18:11:43 +0000 (18:11 +0000)] 
Local classes registered with USER instance handle now are now found
in CLASS_FindClassByAtom.

23 years agoAdded missing RichEdit defines.
Jussi Jumppanen [Fri, 16 Nov 2001 18:11:15 +0000 (18:11 +0000)] 
Added missing RichEdit defines.

23 years agoMoved WIN_FindWinToRepaint functionality to the server.
Alexandre Julliard [Wed, 14 Nov 2001 21:28:36 +0000 (21:28 +0000)] 
Moved WIN_FindWinToRepaint functionality to the server.

23 years agoMake winsock.h and winsock2.h independent from the Unix headers.
Francois Gouget [Wed, 14 Nov 2001 21:26:23 +0000 (21:26 +0000)] 
Make winsock.h and winsock2.h independent from the Unix headers.
Make them compatible with both the Unix C headers and the MSVCRT
headers.
Ensure compatibility with the Unix headers via the USE_WS_PREFIX
macro.
Add WINE_NOWINSOCK: prevents winsock.h from being included from
windows.h when defined.
Add ws2tcpip.h, move definitions to the right header.

23 years agoStructure NEWTEXTMETRIC uses packing 4.
Dmitry Timoshkov [Wed, 14 Nov 2001 21:23:46 +0000 (21:23 +0000)] 
Structure NEWTEXTMETRIC uses packing 4.

23 years agoAdded missing MAPI defines.
Jussi Jumppanen [Wed, 14 Nov 2001 21:23:17 +0000 (21:23 +0000)] 
Added missing MAPI defines.

23 years agoStore the window caption text in the server.
Alexandre Julliard [Tue, 13 Nov 2001 22:23:48 +0000 (22:23 +0000)] 
Store the window caption text in the server.
Maintain a paint count separately for each window.

23 years agoFix the server paint count in SetWindowPos.
Gerard Patel [Tue, 13 Nov 2001 22:02:20 +0000 (22:02 +0000)] 
Fix the server paint count in SetWindowPos.

23 years agoFixed wave(In|Out)Open when called with WAVE_MAPPED flag; some minor
Eric Pouech [Tue, 13 Nov 2001 21:58:32 +0000 (21:58 +0000)] 
Fixed wave(In|Out)Open when called with WAVE_MAPPED flag; some minor
16/32 API call ordering.

23 years agoImplemented processing for SPI_GET/SETMOUSE, SPI_GET/SETKEYBOARDDELAY,
Andriy Palamarchuk [Tue, 13 Nov 2001 21:30:59 +0000 (21:30 +0000)] 
Implemented processing for SPI_GET/SETMOUSE, SPI_GET/SETKEYBOARDDELAY,
SPI_GET/SETKEYBOARDSPEED actions. Implemented use of mouse
acceleration/threshold for relative mouse movements.

23 years agoEDIT_EM_LineLength called from within EDIT_EM_LineLength needs
Andreas Mohr [Tue, 13 Nov 2001 21:29:38 +0000 (21:29 +0000)] 
EDIT_EM_LineLength called from within EDIT_EM_LineLength needs
starting line char index, not line index (== line number).

23 years ago- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
Guy L. Albertelli [Tue, 13 Nov 2001 21:28:21 +0000 (21:28 +0000)] 
- Implement ordinals 7, 8, 9, 13, 14, 19, 36.
- Implement SHRegWriteUSValue{A|W}, UrlGetPart{A|W}, UrlIs...{A|W}

23 years agoFixed some race conditions in notification vs. operation
Eric Pouech [Mon, 12 Nov 2001 15:55:37 +0000 (15:55 +0000)] 
Fixed some race conditions in notification vs. operation
synchronization using the same in process message ring in waveIn as in
waveOut.

23 years agoFixes stupid bug with typelib filenames.
Huw D M Davies [Mon, 12 Nov 2001 15:50:01 +0000 (15:50 +0000)] 
Fixes stupid bug with typelib filenames.