wine
24 years agoDon Kelly
Alexandre Julliard [Sat, 26 Feb 2000 18:31:01 +0000 (18:31 +0000)] 
Don Kelly
In Windows Property Sheet can have any mix of icon-less tabs and tabs
with icons.  Adds a check to see if the icon we're adding is non-NULL
(otherwise random junk from memory can be rendered) when the application
has specified the PSP_USEICONID flag is set.  Changes to the Tab control
to only render icons for tabs that have the TCIF_IMAGE flag set
(previously, if the flag was set the entire image list of icons was
rendered).

Stephane Lussier <stephane@macadamian.com>
Fixes for some tab control bugs

Henning Hoffmann
Fixed some width problem with OWNERDRAW tab.

Luc Tourangeau <luc@macadamian.com>
TCM_ADJUSTRECT is now returning consistant compare to Windows.

Serge Ivanov <sergei@corel.ca>
Fixed problem with tab selection. When you select tab it becames first
visible tab. Now leftmost visible tab is calculated properly.
- Added code for correct handling of updown control.
- Forced recalculation of tabs' coordinates when:
a) all items are deleted,
b) window style is canged

24 years agoAdded necessary defines and structures to compile WineLib apps using
Ian Schmidt [Sat, 26 Feb 2000 18:30:12 +0000 (18:30 +0000)] 
Added necessary defines and structures to compile WineLib apps using
MFC 6.0 headers.
Fixed typo in TCM_SETMINTABWIDTH constant.

24 years agoBitmap buttons were not refreshed correctly.
Bill Jin [Sat, 26 Feb 2000 18:29:15 +0000 (18:29 +0000)] 
Bitmap buttons were not refreshed correctly.

24 years agoThis reverts Matts patch. The messaging needs double checking.
Jim Aston [Sat, 26 Feb 2000 18:28:38 +0000 (18:28 +0000)] 
This reverts Matts patch.  The messaging needs double checking.

24 years agoImproved the selector get/set functions.
Alexandre Julliard [Sat, 26 Feb 2000 16:51:13 +0000 (16:51 +0000)] 
Improved the selector get/set functions.
Support ANSI-compatible inline asm (with the help of Patrik Stridvall).

24 years agoMade winmm a separate shared library.
Alexandre Julliard [Sat, 26 Feb 2000 13:45:34 +0000 (13:45 +0000)] 
Made winmm a separate shared library.

24 years agoFixed ANSI C violations.
Patrik Stridvall [Sat, 26 Feb 2000 13:17:55 +0000 (13:17 +0000)] 
Fixed ANSI C violations.

24 years agoFixed Solaris specific compiler issue.
Patrik Stridvall [Sat, 26 Feb 2000 13:16:13 +0000 (13:16 +0000)] 
Fixed Solaris specific compiler issue.

24 years agoFixed some debug message crashes.
Patrik Stridvall [Sat, 26 Feb 2000 13:15:51 +0000 (13:15 +0000)] 
Fixed some debug message crashes.

24 years ago- implement EnumObjects and GetProperty for Mouse and Joystick drivers
Lionel Ulmer [Sat, 26 Feb 2000 13:15:17 +0000 (13:15 +0000)] 
- implement EnumObjects and GetProperty for Mouse and Joystick drivers
- implement SetDataFormat for the Mouse driver

24 years agoMoved hardware related handling to dlls/winmm/joystick driver.
Eric Pouech [Sat, 26 Feb 2000 13:14:04 +0000 (13:14 +0000)] 
Moved hardware related handling to dlls/winmm/joystick driver.
Got rid of joySendMessages() hack (now implementation with a timer).

24 years agoRelease unused space in debug strings to avoid too frequent
Alexandre Julliard [Fri, 25 Feb 2000 21:44:49 +0000 (21:44 +0000)] 
Release unused space in debug strings to avoid too frequent
wrap-arounds in the circular buffer.

24 years agoAdded import of olepro32.
Alexandre Julliard [Fri, 25 Feb 2000 21:41:26 +0000 (21:41 +0000)] 
Added import of olepro32.

24 years agoAdded OLE entries and comments.
Andreas Mohr [Fri, 25 Feb 2000 21:40:48 +0000 (21:40 +0000)] 
Added OLE entries and comments.

24 years agoJapanese support implemented.
Hidenori Takeshima [Fri, 25 Feb 2000 21:40:10 +0000 (21:40 +0000)] 
Japanese support implemented.

24 years agoStubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
Steven Elliott [Fri, 25 Feb 2000 21:39:38 +0000 (21:39 +0000)] 
Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
order to allow Windows 9x Perl to start.

24 years agoThis patch initializes the return buffer used in GetPrinterDriverA to
Ulrich Czekalla [Fri, 25 Feb 2000 21:38:17 +0000 (21:38 +0000)] 
This patch initializes the return buffer used in GetPrinterDriverA to
zeros. This prevents buffer overruns caused by accessing garbage data.
Some improvements to the NULL check patch.

Gautam Jain
EnumPrinters is not returning the number of printers found in case the
parameter dwLevel is 1.

24 years agoDo not overwrite the valid ObjectAttributes->RootDirectory.
Dmitry Timoshkov [Fri, 25 Feb 2000 21:37:21 +0000 (21:37 +0000)] 
Do not overwrite the valid ObjectAttributes->RootDirectory.
Perform case insensitive comparison for the registry paths.

24 years agoAdded prototypes for registry functions.
Dmitry Timoshkov [Fri, 25 Feb 2000 21:36:57 +0000 (21:36 +0000)] 
Added prototypes for registry functions.

24 years agoMove definition of CPINFO structure from winbase.h to winnls.h
Dmitry Timoshkov [Fri, 25 Feb 2000 21:36:27 +0000 (21:36 +0000)] 
Move definition of CPINFO structure from winbase.h to winnls.h
Add definition of CPINFOEX structure to winnls.h

24 years agoAdd prototype for CRTDLL_wcstol.
Dmitry Timoshkov [Fri, 25 Feb 2000 21:35:39 +0000 (21:35 +0000)] 
Add prototype for CRTDLL_wcstol.

24 years agoFix for toolbar button size.
Hidenori Takeshima [Fri, 25 Feb 2000 21:35:18 +0000 (21:35 +0000)] 
Fix for toolbar button size.

24 years agoFixed CharNextA/CharNextExA for DBCS.
Hidenori Takeshima [Fri, 25 Feb 2000 21:34:48 +0000 (21:34 +0000)] 
Fixed CharNextA/CharNextExA for DBCS.

24 years agoMisc. fixes for compiler warnings.
James Abbatiello [Fri, 25 Feb 2000 21:01:50 +0000 (21:01 +0000)] 
Misc. fixes for compiler warnings.

24 years agoImplementation of OleConvert routines.
Pierre Mageau [Fri, 25 Feb 2000 20:58:25 +0000 (20:58 +0000)] 
Implementation of OleConvert routines.

Thuy Nguyen <thuy@macadamian.com>
Don't allow to resize stream open in read only mode
Allow write access for stream/storage open with STGM_READWRITE.
StgOpenStorage return values are now more detailed.
Don't rely on STGM_CREATE flag in the Storage constructor.
Preventing to write out of date property.

Owen Wang <owenw@corel.ca>
Allow both positive & negative 32-bit integers as with MFC assumption.
This patch improves the 32bit limit on IStream::*_Seek operations.

John Li <johnl@corel.ca>
When WP opens a linked file, the malloc function in
OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine
crash. The actual problem is the function reading a large data length.

24 years agoMade some local functions static.
Patrik Stridvall [Fri, 25 Feb 2000 20:55:54 +0000 (20:55 +0000)] 
Made some local functions static.

24 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Fri, 25 Feb 2000 20:55:33 +0000 (20:55 +0000)] 
Fixed some issues found by winapi_check.

24 years agoMoved some of the API specification from the global file to the local
Patrik Stridvall [Fri, 25 Feb 2000 20:54:43 +0000 (20:54 +0000)] 
Moved some of the API specification from the global file to the local
files.

24 years agoBetter thread safety for WarpPointer hack.
James Abbatiello [Fri, 25 Feb 2000 20:53:34 +0000 (20:53 +0000)] 
Better thread safety for WarpPointer hack.

24 years agoAdded AddAccessAllowedAce.
Juergen Schmied [Fri, 25 Feb 2000 20:52:38 +0000 (20:52 +0000)] 
Added AddAccessAllowedAce.

24 years agoSome more ListView_ macros, winelib fixes.
Juergen Schmied [Fri, 25 Feb 2000 20:52:20 +0000 (20:52 +0000)] 
Some more ListView_ macros, winelib fixes.

24 years agoFixed allocation of 16x16 icons.
Juergen Schmied [Fri, 25 Feb 2000 20:52:01 +0000 (20:52 +0000)] 
Fixed allocation of 16x16 icons.

24 years agoFor unicode: give the selected filename back.
Juergen Schmied [Fri, 25 Feb 2000 20:51:33 +0000 (20:51 +0000)] 
For unicode: give the selected filename back.

24 years agoCheck for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
Ove Kaaven [Fri, 25 Feb 2000 20:51:09 +0000 (20:51 +0000)] 
Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
necessary.

24 years agoWe don't need to call LPtoDP in here as far as PatBlt does it internally.
Serge Ivanov [Fri, 25 Feb 2000 20:50:30 +0000 (20:50 +0000)] 
We don't need to call LPtoDP in here as far as PatBlt does it internally.

24 years agoIn Windows, if PropertySheet can't create some page it just skips it. This
Serge Ivanov [Fri, 25 Feb 2000 20:49:49 +0000 (20:49 +0000)] 
In Windows, if PropertySheet can't create some page it just skips it. This
patch adds similar behaviour to Wine. It also adds some NULL checks.

<yuxi@corel.com>
Fix property sheet initialization bugs.

Matthew Robertson
The template was calling GetActiveIndex which was not being set in the
propsheet code, and the call was moved before we call SetActive -
because that's where we query for the Active Index.

Noomen Hamza
Resize property sheet to the largest dialog size.

Don Kelly
In the WM_INITDIALOG handler for the prop sheet, there is a call to
PROPSHEET_IsTooSmall() which, if it returns TRUE, calls
PROPSHEET_AdjustSize().  Contrary to its comment, .._AdjustSize() actually
aligns the sizes of the "largest" prop. sheet dialog template and the tab
control.  The IsTooSmall() call doesn't properly catch this mismatch.
Modified the function to return TRUE if the sizes mismatch and renamed it to
PROPSHEET_SizeMismatch() to reflect its proper use.

24 years agoWe define PathISURLA, so use it.
Marcus Meissner [Fri, 25 Feb 2000 20:48:11 +0000 (20:48 +0000)] 
We define PathISURLA, so use it.

24 years agoIn function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
Serge Ivanov [Fri, 25 Feb 2000 20:47:26 +0000 (20:47 +0000)] 
In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads
to improper display of overlay images.

24 years agoATOMs are considered unique, so we don't need to check class
Alexandre Julliard [Fri, 25 Feb 2000 20:45:23 +0000 (20:45 +0000)] 
ATOMs are considered unique, so we don't need to check class
pointers in FindWindow.

24 years agoNot all region functions updated 'type' field to reflect current
Serge Ivanov [Fri, 25 Feb 2000 20:42:11 +0000 (20:42 +0000)] 
Not all region functions updated 'type' field to reflect current
region state.

24 years agoMinor fixups and tweaking, and a dummy hook.
Eric Williams [Fri, 25 Feb 2000 20:39:27 +0000 (20:39 +0000)] 
Minor fixups and tweaking, and a dummy hook.

24 years agoFixed handling of filedlg flags.
Juergen Schmied [Fri, 25 Feb 2000 20:36:42 +0000 (20:36 +0000)] 
Fixed handling of filedlg flags.

24 years agoAdded FIXME comment for entry point parameter.
Andreas Mohr [Sun, 20 Feb 2000 19:18:30 +0000 (19:18 +0000)] 
Added FIXME comment for entry point parameter.

24 years ago- stub for OLE32.MkParseDisplayName
Andreas Mohr [Sun, 20 Feb 2000 19:17:53 +0000 (19:17 +0000)] 
- stub for OLE32.MkParseDisplayName
- spelling fixes

24 years ago- fixed my slightly incorrect EndDialog patch
Andreas Mohr [Sun, 20 Feb 2000 19:17:35 +0000 (19:17 +0000)] 
- fixed my slightly incorrect EndDialog patch
- cleaned up win.c

24 years agoSpelling fixes.
Andreas Mohr [Sun, 20 Feb 2000 19:17:15 +0000 (19:17 +0000)] 
Spelling fixes.

24 years agoMade the buffer list in the directsound object thread-safe.
Marcus Meissner [Sun, 20 Feb 2000 19:16:12 +0000 (19:16 +0000)] 
Made the buffer list in the directsound object thread-safe.

24 years agoIt seems to be GetModuleFileName16 that checks exe version on whether
Andreas Mohr [Sun, 20 Feb 2000 19:15:34 +0000 (19:15 +0000)] 
It seems to be GetModuleFileName16 that checks exe version on whether
to return long or short paths, not GetModuleFileNameA.

24 years agoAvoid too much refreshing when changing the drive in the 16 bits file
Gerard Patel [Sun, 20 Feb 2000 19:15:01 +0000 (19:15 +0000)] 
Avoid too much refreshing when changing the drive in the 16 bits file
dialog.

24 years agoGetLongPathName rewrite.
Petr Tomasek [Sun, 20 Feb 2000 19:14:17 +0000 (19:14 +0000)] 
GetLongPathName rewrite.

24 years agoCorel merge:
Alexandre Julliard [Sun, 20 Feb 2000 18:54:04 +0000 (18:54 +0000)] 
Corel merge:

Pierre Mageau
Don't update the combo box selection when closing the dialog only when
clicking on OK button.  Adjust file dialog size when help button isn't
present.

Don Kelly.
Fixes problems with open dialog box filters.

Ulrich Czekalla
Prevents the help button from displaying on OpenFile dialogs unless
the proper flag is set in the OPENFILENAME struct.

Yuxi Zhang
Fixed memory leak.

Jean-Claude Batista
Add tooltips to the file Dialog toolbar.

Sylvain Bouchard, Bill Jin
Three new functions
EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections
Instead of passing in a copy of ofn, passing in the pointer of ofn.

David Golding
A "!" was missing in a check against lpstrInitialDir.

Rick Mutzke
Fixed crash: if dialog has no filetypes appearing in the dropdown list.

Matt Robertson, Ulrich Czekalla
Fixed problems occurring with selection of files inside openfiledlg.

24 years ago- activated use of templates
Juergen Schmied [Sun, 20 Feb 2000 18:50:18 +0000 (18:50 +0000)] 
- activated use of templates
- moved the creating of new folders to the shellview

24 years agoStarted with shell-clipboard handling (context menu cut&paste,
Juergen Schmied [Sun, 20 Feb 2000 18:49:16 +0000 (18:49 +0000)] 
Started with shell-clipboard handling (context menu cut&paste,
drag&drop).

24 years agoRemoved ItemIDListList, reorganisation, more formats.
Juergen Schmied [Sun, 20 Feb 2000 18:48:41 +0000 (18:48 +0000)] 
Removed ItemIDListList, reorganisation, more formats.

24 years ago- implemented rename, copy and delete file
Juergen Schmied [Sun, 20 Feb 2000 18:48:26 +0000 (18:48 +0000)] 
- implemented rename, copy and delete file
- "new file" is activating label edit for rename
- implemented IShellView_SelectItem

24 years agoBetter context menus.
Juergen Schmied [Sun, 20 Feb 2000 18:47:41 +0000 (18:47 +0000)] 
Better context menus.

24 years ago- new files related to context menu and drag drop file operations
Juergen Schmied [Sun, 20 Feb 2000 18:46:28 +0000 (18:46 +0000)] 
- new files related to context menu and drag drop file operations
- render functions for clipboardformats

24 years agoStephane Lussier
Alexandre Julliard [Sun, 20 Feb 2000 18:43:44 +0000 (18:43 +0000)] 
Stephane Lussier
Implemented PathIsURLA and modified ShellExecute16 to be able to load URL

24 years agoStarted implementation of shell notifications.
Juergen Schmied [Sun, 20 Feb 2000 18:40:55 +0000 (18:40 +0000)] 
Started implementation of shell notifications.

24 years agoNew file (SHFileOperation).
Juergen Schmied [Sun, 20 Feb 2000 18:39:11 +0000 (18:39 +0000)] 
New file (SHFileOperation).

24 years agoFixes.
Juergen Schmied [Sun, 20 Feb 2000 18:38:19 +0000 (18:38 +0000)] 
Fixes.

24 years ago- new internal interface for item manipulation (cut/paste/new folder/delete/rename)
Juergen Schmied [Sun, 20 Feb 2000 18:37:48 +0000 (18:37 +0000)] 
- new internal interface for item manipulation (cut/paste/new folder/delete/rename)
- implemented IPersistFolder2 interface

24 years agoNew aPidl handling functions.
Juergen Schmied [Sun, 20 Feb 2000 18:36:23 +0000 (18:36 +0000)] 
New aPidl handling functions.

24 years agoAvoid crash on usage message.
Alexandre Julliard [Sun, 20 Feb 2000 14:02:47 +0000 (14:02 +0000)] 
Avoid crash on usage message.

24 years agoAvoid crash on NULL data pointer.
Alexandre Julliard [Sun, 20 Feb 2000 13:57:13 +0000 (13:57 +0000)] 
Avoid crash on NULL data pointer.

24 years agoAdded stub for RtlAssert().
Andreas Mohr [Sun, 20 Feb 2000 13:47:28 +0000 (13:47 +0000)] 
Added stub for RtlAssert().

24 years agoAdded Japanese jp106 and pc98x1 keyboard layout.
Hidenori Takeshima [Sun, 20 Feb 2000 13:43:29 +0000 (13:43 +0000)] 
Added Japanese jp106 and pc98x1 keyboard layout.

24 years agoGot rid of PROFILE_ functions, now accessing Wine config options
Eric Pouech [Sun, 20 Feb 2000 13:40:54 +0000 (13:40 +0000)] 
Got rid of PROFILE_ functions, now accessing Wine config options
through the registry.

24 years agoWhile creating the wine config key, make sure that only Wine's subkeys
Eric Pouech [Sun, 20 Feb 2000 13:39:42 +0000 (13:39 +0000)] 
While creating the wine config key, make sure that only Wine's subkeys
are volatile.

24 years agoCheck for NULL ptr in PSDRV_GetDeviceCapabilities.
Marcus Meissner [Sun, 20 Feb 2000 13:35:54 +0000 (13:35 +0000)] 
Check for NULL ptr in PSDRV_GetDeviceCapabilities.

24 years agoAdded a bit magic to CONSOLE_get_input so we don't get single Escapes
Marcus Meissner [Sun, 20 Feb 2000 13:29:25 +0000 (13:29 +0000)] 
Added a bit magic to CONSOLE_get_input so we don't get single Escapes
from function key escape sequences.

24 years agoBug fix for native USER.
Alexandre Julliard [Sat, 19 Feb 2000 20:51:29 +0000 (20:51 +0000)] 
Bug fix for native USER.

24 years agoHard-coded DllPairs configuration; there is no need for the user to
Alexandre Julliard [Sat, 19 Feb 2000 20:51:01 +0000 (20:51 +0000)] 
Hard-coded DllPairs configuration; there is no need for the user to
change it.

24 years agoStore config file contents in the registry so we only have to load it
Alexandre Julliard [Sat, 19 Feb 2000 20:50:00 +0000 (20:50 +0000)] 
Store config file contents in the registry so we only have to load it
once per session.
Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
Removed a few unnecessary/unused command-line options.

24 years agoStore the handle of the process exe file in the server.
Alexandre Julliard [Fri, 18 Feb 2000 21:54:32 +0000 (21:54 +0000)] 
Store the handle of the process exe file in the server.
Removed PROCESS_Initial().

24 years agoSet the type of VarBstrFromDate to dwFlags, instead of lcid.
Owen Wang [Fri, 18 Feb 2000 19:14:29 +0000 (19:14 +0000)] 
Set the type of VarBstrFromDate to dwFlags, instead of lcid.

Ulrich Czekalla  <ulrichc@corel.ca>
Fixed the problem with the date being off by one.

Petar Djukic
VariantCopy was ignoring VT_DISPATCH,VT_UNKNOWN, and VT_VARIANT. Same
with VariantClear.
Coerce function doesn't implement coercion for VT_DISPATCH type.

24 years agoAdded/corrected ordinals of kernel, gdi, user.
Andreas Mohr [Fri, 18 Feb 2000 19:11:35 +0000 (19:11 +0000)] 
Added/corrected ordinals of kernel, gdi, user.

24 years agoPopup windows will be hidden when minimizing the main frame.
Noomen Hamza [Fri, 18 Feb 2000 19:11:04 +0000 (19:11 +0000)] 
Popup windows will be hidden when minimizing the main frame.

24 years agoChanged the loading of typelib files to use a memory mapping instead
Alexandre Julliard [Fri, 18 Feb 2000 19:08:40 +0000 (19:08 +0000)] 
Changed the loading of typelib files to use a memory mapping instead
of reading the file bit by bit.

24 years agoDRIVE_FindDriveRoot() always checked from drive A: to Z: for each
Andreas Mohr [Fri, 18 Feb 2000 19:06:49 +0000 (19:06 +0000)] 
DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
path component even if a match already occurred.

24 years agoFixed prototype for OleTranslateColor.
Eric Pouech [Fri, 18 Feb 2000 19:06:00 +0000 (19:06 +0000)] 
Fixed prototype for OleTranslateColor.

24 years agoAdded WARN messages on open errors.
Matthew Cline [Fri, 18 Feb 2000 19:05:11 +0000 (19:05 +0000)] 
Added WARN messages on open errors.

24 years agoThe maximum size of the buffer is 1024 bytes in Win32.
Hidenori Takeshima [Fri, 18 Feb 2000 19:04:28 +0000 (19:04 +0000)] 
The maximum size of the buffer is 1024 bytes in Win32.

24 years agoMoved SystemHeap allocations to the process heap.
Alexandre Julliard [Wed, 16 Feb 2000 22:47:24 +0000 (22:47 +0000)] 
Moved SystemHeap allocations to the process heap.

24 years agoDo not use GlobalFindAtom with atom handles in CreateWindow* functions.
Gerard Patel [Wed, 16 Feb 2000 21:23:24 +0000 (21:23 +0000)] 
Do not use GlobalFindAtom with atom handles in CreateWindow* functions.

24 years agoSend WM_HELP message when F1 is pressed.
Ulrich Czekalla [Wed, 16 Feb 2000 21:22:18 +0000 (21:22 +0000)] 
Send WM_HELP message when F1 is pressed.

24 years agoAdded support for the following celtic languages: Irish Gaelic, Scots
Alastair McKinstry [Wed, 16 Feb 2000 21:21:51 +0000 (21:21 +0000)] 
Added support for the following celtic languages: Irish Gaelic, Scots
Gaelic, Manx Gaelic, Breton, Welsh, Cornish.

24 years agoAdded stub for CoResumeClassObjects.
Juergen Schmied [Mon, 14 Feb 2000 19:56:21 +0000 (19:56 +0000)] 
Added stub for CoResumeClassObjects.

24 years ago- added argument printing to stubs
Lionel Ulmer [Mon, 14 Feb 2000 19:55:26 +0000 (19:55 +0000)] 
- added argument printing to stubs
- replaced memcmp by IsEqualGUID
- implemented GetCapabilities for Mouse and Keyboard

24 years agoioctlsocket() now returns success if the app sets nonblocking mode for
Ove Kaaven [Mon, 14 Feb 2000 19:50:57 +0000 (19:50 +0000)] 
ioctlsocket() now returns success if the app sets nonblocking mode for
WSAAsyncSelect()-ed sockets.

24 years agoFixed FreeBSD compile.
Gerald Pfeifer [Mon, 14 Feb 2000 19:50:26 +0000 (19:50 +0000)] 
Fixed FreeBSD compile.

24 years ago- fixed crash on mci channel tracing
Eric Pouech [Mon, 14 Feb 2000 19:49:46 +0000 (19:49 +0000)] 
- fixed crash on mci channel tracing
- fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages

24 years agoMoved CLIPPING_UpdateGCClipping call outside of the X11 section.
James Abbatiello [Sun, 13 Feb 2000 16:08:19 +0000 (16:08 +0000)] 
Moved CLIPPING_UpdateGCClipping call outside of the X11 section.

24 years agoAdded definition for STILL_ACTIVE.
Dave Pickles [Sun, 13 Feb 2000 16:04:14 +0000 (16:04 +0000)] 
Added definition for STILL_ACTIVE.

24 years agoAdded configure check for the unix domain sockaddr length.
Juergen Lock [Sun, 13 Feb 2000 16:03:29 +0000 (16:03 +0000)] 
Added configure check for the unix domain sockaddr length.

24 years agoFixed CDROM_Audio_Seek for non-linux systems.
Juergen Lock [Sun, 13 Feb 2000 16:00:53 +0000 (16:00 +0000)] 
Fixed CDROM_Audio_Seek for non-linux systems.

24 years agoGetObjectA() now rejects GDI handles which are invalid.
Matthew Cline [Sun, 13 Feb 2000 16:00:17 +0000 (16:00 +0000)] 
GetObjectA() now rejects GDI handles which are invalid.

24 years agoVERSION_GetSystemDLLVersion crashed when being called on a .so.
Juergen Lock [Sun, 13 Feb 2000 15:58:44 +0000 (15:58 +0000)] 
VERSION_GetSystemDLLVersion crashed when being called on a .so.

24 years agoDisplay the system popup menu when clicking with the right mouse
Martin Fuchs [Sun, 13 Feb 2000 15:57:41 +0000 (15:57 +0000)] 
Display the system popup menu when clicking with the right mouse
button in the window caption.

24 years agoRemoved check for class existence.
Alexandre Julliard [Sun, 13 Feb 2000 15:10:50 +0000 (15:10 +0000)] 
Removed check for class existence.