wine
24 years agoStarted local name server framework.
Peter Hunnisett [Fri, 26 May 2000 22:26:30 +0000 (22:26 +0000)] 
Started local name server framework.

24 years agoAdd PrintSetup dialog and support for hooks and templates.
Huw D M Davies [Fri, 26 May 2000 22:26:06 +0000 (22:26 +0000)] 
Add PrintSetup dialog and support for hooks and templates.
Move 16 bit api definitions out of commdlg.h to cdlg.h

24 years agoHenning Hoffmann
Alexandre Julliard [Fri, 26 May 2000 01:24:56 +0000 (01:24 +0000)] 
Henning Hoffmann
Don't send EN_CHANGE after painting the edit.
Send it wherever text is changed.

24 years agoMoved the EN_UPDATE notification out of the paint handler. Instead,
Ulrich Czekalla [Fri, 26 May 2000 01:17:34 +0000 (01:17 +0000)] 
Moved the EN_UPDATE notification out of the paint handler. Instead,
the notification is sent when an InvalidateRect is made after
modifying the text.

24 years agoFrancois Methot (Macadamian)
Alexandre Julliard [Fri, 26 May 2000 01:16:01 +0000 (01:16 +0000)] 
Francois Methot (Macadamian)
Fixed the blank color palette tooltip bug by triggering a refresh of
the tooltip with UpdateWindow function instead of calling directly the
refresh function.

24 years agoDEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
James Juran [Fri, 26 May 2000 01:14:55 +0000 (01:14 +0000)] 
DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.

24 years agoDo not clear suffixes list (breaks BSD make).
Alexandre Julliard [Thu, 25 May 2000 23:06:53 +0000 (23:06 +0000)] 
Do not clear suffixes list (breaks BSD make).

24 years agoMove winspool to unicode.
Huw D M Davies [Thu, 25 May 2000 23:02:46 +0000 (23:02 +0000)] 
Move winspool to unicode.
Minor bug fixes.

24 years agoReworked the thumb drawing code, thumb calculation code, channel
Aric Stewart [Thu, 25 May 2000 23:02:18 +0000 (23:02 +0000)] 
Reworked the thumb drawing code, thumb calculation code, channel
calculation code, and corrected some bugs in how tics are drawn and
how clicks are handled.

24 years agoLouis-Philippe Gagnon (of Macadamian Technologies for Corel)
Alexandre Julliard [Thu, 25 May 2000 23:01:39 +0000 (23:01 +0000)] 
Louis-Philippe Gagnon (of Macadamian Technologies for Corel)
Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).

24 years agoUse clipping regions to reduce the amount of processing performed when the
Chris Morgan [Thu, 25 May 2000 23:01:20 +0000 (23:01 +0000)] 
Use clipping regions to reduce the amount of processing performed when the
toolbar is repainting.  Reduces processing by approximately 85-95% in most
cases.

24 years agoFixes crash when calling Treeview_EndEditLabelNow and no node is
Gerard Patel [Thu, 25 May 2000 23:00:46 +0000 (23:00 +0000)] 
Fixes crash when calling Treeview_EndEditLabelNow and no node is
currently edited.

24 years agoDefer to standard scrolling APIs for non-flatSB specific functions so
Susan Farley [Wed, 24 May 2000 21:05:20 +0000 (21:05 +0000)] 
Defer to standard scrolling APIs for non-flatSB specific functions so
that flatSBs show up and behave properly, just not with flat properties.

24 years agoSeparate out the 32bit case from the 24bit case, and copy 3bytes of
Rob Farnum [Wed, 24 May 2000 21:04:42 +0000 (21:04 +0000)] 
Separate out the 32bit case from the 24bit case, and copy 3bytes of
source for every 4bytes of input, into the destination for the 24bit
case.

24 years agoSorted out a few misplaced definitions.
Francois Gouget [Wed, 24 May 2000 21:03:48 +0000 (21:03 +0000)] 
Sorted out a few misplaced definitions.
Added some missing definitions related to file handling and virtual
memory manipulation.
Added IsTextUnicode.

24 years agoAdded handling for TVS_SINGLEEXPAND.
Aric Stewart [Wed, 24 May 2000 21:02:50 +0000 (21:02 +0000)] 
Added handling for TVS_SINGLEEXPAND.

24 years agoCorrected the problem where a tab control marked multiline but has
Aric Stewart [Wed, 24 May 2000 21:02:29 +0000 (21:02 +0000)] 
Corrected the problem where a tab control marked multiline but has
only one tab was being justified to fill the whole tab space.

24 years agoCommented out broken __asm__, added comments where it is broken.
Marcus Meissner [Wed, 24 May 2000 21:02:00 +0000 (21:02 +0000)] 
Commented out broken __asm__, added comments where it is broken.

24 years agoInserted a missing call to SetWindowPos(). With this change the header
Martin Fuchs [Wed, 24 May 2000 03:33:05 +0000 (03:33 +0000)] 
Inserted a missing call to SetWindowPos(). With this change the header
control is visible again in list views with report style.

24 years agoRevived the GEN_C_SRCS variable to support wrc lex/yacc sources.
Alexandre Julliard [Wed, 24 May 2000 03:31:04 +0000 (03:31 +0000)] 
Revived the GEN_C_SRCS variable to support wrc lex/yacc sources.

24 years agoSend a normal mouse message code in WM_PARENTNOTIFY, even if the
Alexandre Julliard [Tue, 23 May 2000 23:43:02 +0000 (23:43 +0000)] 
Send a normal mouse message code in WM_PARENTNOTIFY, even if the
actual message was a non-client one.

24 years agoFixed issues found by winapi_check.
Patrik Stridvall [Tue, 23 May 2000 23:38:32 +0000 (23:38 +0000)] 
Fixed issues found by winapi_check.

24 years ago- Updated API files
Patrik Stridvall [Tue, 23 May 2000 23:37:51 +0000 (23:37 +0000)] 
- Updated API files
- Better headers and prototype checking
- Prototype checking now called --prototype instead of --headers
- New options --headers-{duplicated,misplaced} for
  duplicated/misplaced functions checking of the headers.
- Minor bug fixes.

24 years agoIf system doesn't have OpenGL, don't refer to libopengl32.so.
Hidenori Takeshima [Tue, 23 May 2000 23:36:41 +0000 (23:36 +0000)] 
If system doesn't have OpenGL, don't refer to libopengl32.so.

24 years agoAbey George (of Macadamian/Corel)
Alexandre Julliard [Tue, 23 May 2000 23:34:40 +0000 (23:34 +0000)] 
Abey George (of Macadamian/Corel)
When you open files with Embedded objects, they were not getting drawn
correctly.  When you paste OLE objects with presentation data, they
were not getting drawn correctly.

24 years agoPost a WM_CANCELMODE message to wake up the internal menu handling
Rob Farnum [Tue, 23 May 2000 23:34:17 +0000 (23:34 +0000)] 
Post a WM_CANCELMODE message to wake up the internal menu handling
code. This fixes the problem of a menu being orphaned when the parent
window disappears, or if the parent loses focus.

24 years agoFix a mismatch between format string and parameter.
Gerald Pfeifer [Tue, 23 May 2000 23:32:42 +0000 (23:32 +0000)] 
Fix a mismatch between format string and parameter.

24 years agoSetBuddy no longer overwrites its superclass' WndProc property when
Susan Farley [Tue, 23 May 2000 21:22:27 +0000 (21:22 +0000)] 
SetBuddy no longer overwrites its superclass' WndProc property when
the buddy has already been subclassed, eliminating the infinite loop
that resulted.

24 years agoCleaned up X11 extension tests.
John R. Sheets [Tue, 23 May 2000 21:18:51 +0000 (21:18 +0000)] 
Cleaned up X11 extension tests.

24 years agoCapture ^V,^X,^C and translate it to the corresponding message for
Ulrich Czekalla [Tue, 23 May 2000 21:16:07 +0000 (21:16 +0000)] 
Capture ^V,^X,^C and translate it to the corresponding message for
paste, cut, copy.

24 years ago- fixed the OpenGL32 spec file (and the make_opengl_spec tool)
Lionel Ulmer [Tue, 23 May 2000 21:15:06 +0000 (21:15 +0000)] 
- fixed the OpenGL32 spec file (and the make_opengl_spec tool)
- prevent HalfLife from crashing when it frees three times the same
  rendering context

24 years agoImproved DirectDrawPalette handling (set it on init, not every time it
Ove Kaaven [Tue, 23 May 2000 21:14:11 +0000 (21:14 +0000)] 
Improved DirectDrawPalette handling (set it on init, not every time it
changes). Added VGA_WriteChars() function.

24 years agoScale mouse coordinates to default width 640.
Ove Kaaven [Tue, 23 May 2000 21:13:52 +0000 (21:13 +0000)] 
Scale mouse coordinates to default width 640.

24 years agoMade WINE_DirectDraw a decorationless popup window. Fixes mouse
Ove Kaaven [Tue, 23 May 2000 21:13:33 +0000 (21:13 +0000)] 
Made WINE_DirectDraw a decorationless popup window. Fixes mouse
coordinates previously offset by the invisible decorations.

24 years ago#undef DELETE before (re)defining it.
Gerald Pfeifer [Tue, 23 May 2000 21:13:04 +0000 (21:13 +0000)] 
#undef DELETE before (re)defining it.

24 years agoFixed tooltips.
Chris Morgan [Tue, 23 May 2000 21:12:03 +0000 (21:12 +0000)] 
Fixed tooltips.

24 years agoReduce toolbar redrawing and flicker by calling RedrawWindow() in
Chris Morgan [Tue, 23 May 2000 21:11:06 +0000 (21:11 +0000)] 
Reduce toolbar redrawing and flicker by calling RedrawWindow() in
TOOLBAR_MouseMove() only if hot effect applies to the current hot
button.  Restore bHot flag of hot button in TOOLBAR_LButtonUp() to
restore hot effect properly.

24 years agoSerge Ivanov
Alexandre Julliard [Tue, 23 May 2000 04:18:12 +0000 (04:18 +0000)] 
Serge Ivanov
Fixed WM_LBUTTONDBLCLK handling.

24 years agoSet and retrieve the window icon that is drawn under managed mode
Susan Farley [Tue, 23 May 2000 04:12:23 +0000 (04:12 +0000)] 
Set and retrieve the window icon that is drawn under managed mode
(based on the work of Andrew Lewycky for Corel).

24 years agoCorrected a problem of when oldHit is negative and we try to use it as
Aric Stewart [Tue, 23 May 2000 04:10:45 +0000 (04:10 +0000)] 
Corrected a problem of when oldHit is negative and we try to use it as
an index into the buttons array.

24 years agoShould include commdlg.h.
Francois Gouget [Tue, 23 May 2000 04:07:53 +0000 (04:07 +0000)] 
Should include commdlg.h.

24 years agoDefine the _X86_ macro on Intel processors.
Francois Gouget [Tue, 23 May 2000 04:07:15 +0000 (04:07 +0000)] 
Define the _X86_ macro on Intel processors.

24 years agoSome part of EDIT_EM_LineLength code was commented (broken). Restored
Andreas Mohr [Tue, 23 May 2000 04:05:05 +0000 (04:05 +0000)] 
Some part of EDIT_EM_LineLength code was commented (broken). Restored
the capability to calculate the remaining non-selected chars of a
selection area.

24 years agoRemove the PRIMARYSURFACE attribute from back buffers.
Lionel Ulmer [Tue, 23 May 2000 04:03:48 +0000 (04:03 +0000)] 
Remove the PRIMARYSURFACE attribute from back buffers.

24 years agoIf a listview is created with LVS_NOCOLUMNEHEADER then wine creates the
Aric Stewart [Tue, 23 May 2000 01:24:24 +0000 (01:24 +0000)] 
If a listview is created with LVS_NOCOLUMNEHEADER then wine creates the
header like normal but just sets it not visible. This fix lays out
those supposedly nonexistent headers to size 0,0. So that even if they
become visible they are not drawn.

24 years agoRemove the direct call into core (DIALOG_DoDialogBox).
Gerard Patel [Tue, 23 May 2000 01:22:35 +0000 (01:22 +0000)] 
Remove the direct call into core (DIALOG_DoDialogBox).

24 years agoInitialize the back-buffer with the correct VTable.
Lionel Ulmer [Tue, 23 May 2000 01:21:47 +0000 (01:21 +0000)] 
Initialize the back-buffer with the correct VTable.

24 years ago- added option to get double-buffered desktop
Lionel Ulmer [Tue, 23 May 2000 01:20:08 +0000 (01:20 +0000)] 
- added option to get double-buffered desktop
- implemented wglUseFontBitmapsA and wglDeleteContext

24 years ago- Implemented animated cursors and icons resource types.
Bertho Stultiens [Tue, 23 May 2000 01:18:38 +0000 (01:18 +0000)] 
- Implemented animated cursors and icons resource types.
- Added partial support for font resources (user supplied fontdir is
  required).
- All resources with inline data (a la RCDATA) now support language,
  version and characteristics data.
- Implemented resource name duplicate checks. It is now an error if
  two resources of the same type have the same name.
- Bugfix: Language propagation was not correct when .res files were
  generated.
- Bugfix: VERSIONINFO now handles memory options.
- Bugfix: resource names and the resource type may be equal (e.g. MENU
  MENU {...}). This support was mistakingly deleted in the upgrade to
  the builtin preprocessor.
  The standalone LANGUAGE setting became context sensitive as a consequence
  of this. Now it *must* end with a newline *after* both expressions and
  no newlines are allowed within the line (the statement must fit on one
  line). This is no practical problem though.

24 years agoSend regular messages to stdout so that they are separate from
Francois Gouget [Tue, 23 May 2000 01:17:46 +0000 (01:17 +0000)] 
Send regular messages to stdout so that they are separate from
progress messages.

24 years agoRegression testing using CVS.
Gerard Patel [Tue, 23 May 2000 01:17:10 +0000 (01:17 +0000)] 
Regression testing using CVS.

24 years ago- Small fixes/updates
Peter Hunnisett [Tue, 23 May 2000 01:16:36 +0000 (01:16 +0000)] 
- Small fixes/updates
- Add support for the DPCONNECTION_DIRECTPLAYLOBBY flag

24 years agoA bit of documentation on new debugging features.
Eric Pouech [Tue, 23 May 2000 01:15:25 +0000 (01:15 +0000)] 
A bit of documentation on new debugging features.

24 years agoSearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
James Juran [Tue, 23 May 2000 01:13:50 +0000 (01:13 +0000)] 
SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
it does not find the file.

24 years agoUse WARN() instead of TRACE() in DebugOutputA().
Andreas Mohr [Tue, 23 May 2000 01:13:07 +0000 (01:13 +0000)] 
Use WARN() instead of TRACE() in DebugOutputA().

24 years agoHeapFree on a NULL ptr should return TRUE.
Huw D M Davies [Tue, 23 May 2000 01:12:41 +0000 (01:12 +0000)] 
HeapFree on a NULL ptr should return TRUE.

24 years agoUpdate nItemWidth in LISTVIEW_SetItem() if LVS_LIST or LVS_SMALLICON
Chris Morgan [Fri, 19 May 2000 03:44:46 +0000 (03:44 +0000)] 
Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST or LVS_SMALLICON
mode and item text is wider than the current nItemWidth.

24 years agoFixed initialization of INSTANCEDATA in InitTask().
Ulrich Weigand [Fri, 19 May 2000 03:40:22 +0000 (03:40 +0000)] 
Fixed initialization of INSTANCEDATA in InitTask().

24 years agoStgOpenStorage16: correct arguments to the CreateFile call.
Uwe Bonnes [Fri, 19 May 2000 03:38:22 +0000 (03:38 +0000)] 
StgOpenStorage16: correct arguments to the CreateFile call.

24 years agoDOSFS_DoGetFullPathName: terminate string weh called like .\\file
Uwe Bonnes [Fri, 19 May 2000 03:37:53 +0000 (03:37 +0000)] 
DOSFS_DoGetFullPathName: terminate string weh called like .\\file

24 years agoReplace the calls to malloc by calls to HeapAlloc and friends.
Francois Gouget [Fri, 19 May 2000 03:37:21 +0000 (03:37 +0000)] 
Replace the calls to malloc by calls to HeapAlloc and friends.

24 years agoFixes the line of garbage at the bottom of images and the fact that
Aric Stewart [Fri, 19 May 2000 03:36:53 +0000 (03:36 +0000)] 
Fixes the line of garbage at the bottom of images and the fact that
the buttons in the open dialog box where too tall.

24 years agoMoved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
Dimitrie O. Paun [Fri, 19 May 2000 03:35:58 +0000 (03:35 +0000)] 
Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.

24 years ago- Added remaining DirectX 3D3 6&7 3D interfaces.
Peter Hunnisett [Thu, 18 May 2000 01:26:42 +0000 (01:26 +0000)] 
- Added remaining DirectX 3D3 6&7 3D interfaces.
- Added d3dcaps.h, d3dtypes.h and rearranged contents according to
  DirectX 7 headers.
- Fixed dsound.h include list (d3d.h->d3dtypes.h).

24 years agoMinor update.
Juergen Lock [Thu, 18 May 2000 00:52:22 +0000 (00:52 +0000)] 
Minor update.

24 years agoFixed issues found by winapi_test.
Patrik Stridvall [Thu, 18 May 2000 00:52:08 +0000 (00:52 +0000)] 
Fixed issues found by winapi_test.

24 years agoGetRelAbs for some reason takes 2 parameters, even though the second
Patrik Stridvall [Thu, 18 May 2000 00:51:52 +0000 (00:51 +0000)] 
GetRelAbs for some reason takes 2 parameters, even though the second
one is ignored at least on Windows NT 3.51 according to Marcus Meissner.

24 years agoSheri Steeves
Alexandre Julliard [Thu, 18 May 2000 00:16:53 +0000 (00:16 +0000)] 
Sheri Steeves
The edit is now detected correctly if the parent is a combo box. It
wasn't working when the combobox was superclassed.

24 years agoFrancois Boisvert
Alexandre Julliard [Thu, 18 May 2000 00:12:23 +0000 (00:12 +0000)] 
Francois Boisvert
System icons in the small caption bars are displayed with the right size.

24 years agoFixed issues found by winapi_check.
Patrik Stridvall [Thu, 18 May 2000 00:07:53 +0000 (00:07 +0000)] 
Fixed issues found by winapi_check.

24 years agoMinor bug fixes.
Patrik Stridvall [Thu, 18 May 2000 00:07:31 +0000 (00:07 +0000)] 
Minor bug fixes.

24 years agoConvert C++ comments to regular C comments.
Francois Gouget [Thu, 18 May 2000 00:05:10 +0000 (00:05 +0000)] 
Convert C++ comments to regular C comments.

24 years agoMade IDirectDrawSurface::SetPalette set the surface's DIBSection color
Ove Kaaven [Thu, 18 May 2000 00:04:10 +0000 (00:04 +0000)] 
Made IDirectDrawSurface::SetPalette set the surface's DIBSection color
map to point to the IDirectDrawPalette's own depth conversion color map.

24 years agoInitialize an identity mapping in CreatePalette if no depth conversion
Ove Kaaven [Thu, 18 May 2000 00:03:36 +0000 (00:03 +0000)] 
Initialize an identity mapping in CreatePalette if no depth conversion
is necessary. Also fixed a warning.

24 years agoMade X11DRV_DIB_MapColor map back to the original color index if the
Ove Kaaven [Thu, 18 May 2000 00:03:09 +0000 (00:03 +0000)] 
Made X11DRV_DIB_MapColor map back to the original color index if the
XImage pixel's physical color is still the same.

24 years agoUse the correct display for cached metrics file name.
Alexandre Julliard [Mon, 15 May 2000 02:47:25 +0000 (02:47 +0000)] 
Use the correct display for cached metrics file name.
Store metrics in specified config dir.

24 years agoMake sure all Wine processes share the same X display.
Alexandre Julliard [Mon, 15 May 2000 02:46:44 +0000 (02:46 +0000)] 
Make sure all Wine processes share the same X display.
Inherit --managed option across processes.
Add support for specifying display and managed mode in config file.

24 years agoUse unsigned int instead of unsigned short in DirectDraw
Ove Kaaven [Mon, 15 May 2000 02:34:41 +0000 (02:34 +0000)] 
Use unsigned int instead of unsigned short in DirectDraw
depth-conversion color map.

24 years agoAvoid calls to SetFocus when they are unnecessary.
Susan Farley [Mon, 15 May 2000 02:34:20 +0000 (02:34 +0000)] 
Avoid calls to SetFocus when they are unnecessary.

24 years agoImplemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.
David Black [Sun, 14 May 2000 23:50:00 +0000 (23:50 +0000)] 
Implemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.

24 years agoMore verbose errors.
Andreas Mohr [Sun, 14 May 2000 23:45:03 +0000 (23:45 +0000)] 
More verbose errors.

24 years agoFixed borders of windows while dragging or sizing to match
Chris Morgan [Sun, 14 May 2000 23:43:29 +0000 (23:43 +0000)] 
Fixed borders of windows while dragging or sizing to match
TWEAK_WineLook setting.

24 years ago#include <sys/types.h> before <sys/mman.h>.
Gerald Pfeifer [Sun, 14 May 2000 23:40:56 +0000 (23:40 +0000)] 
#include <sys/types.h> before <sys/mman.h>.

24 years agoMoved DDEML into dlls/user.
Dimitrie O. Paun [Sun, 14 May 2000 23:34:41 +0000 (23:34 +0000)] 
Moved DDEML into dlls/user.

24 years agoAdded support for registry values larger than the server buffer.
Alexandre Julliard [Sun, 14 May 2000 22:57:57 +0000 (22:57 +0000)] 
Added support for registry values larger than the server buffer.
When loading a registry file, automatically determine overlap between
key name and file contents based on the first key name.
Removed v1 saving code.
Save USER\.Default separately into ~/.wine/userdef.reg.

24 years agoImproved DIBSection support for IDirectDrawSurface::GetDC.
Ove Kaaven [Sun, 14 May 2000 22:53:51 +0000 (22:53 +0000)] 
Improved DIBSection support for IDirectDrawSurface::GetDC.

24 years ago- set debug messages after a TRACE_ON test
Lionel Ulmer [Sun, 14 May 2000 22:53:17 +0000 (22:53 +0000)] 
- set debug messages after a TRACE_ON test
- prevent crash when making the NULL context current

24 years agoWhen new menu Id is not found or index > nitems, insert the new menu
Gerard Patel [Sun, 14 May 2000 22:52:52 +0000 (22:52 +0000)] 
When new menu Id is not found or index > nitems, insert the new menu
at end of current menu.

24 years ago- Added ability to create 3D3 interfaces for Xlib
Peter Hunnisett [Sat, 13 May 2000 01:28:49 +0000 (01:28 +0000)] 
- Added ability to create 3D3 interfaces for Xlib
- Changed DD_OK to D3D_OK in some places for consistency
- Cleaned up some compiler warnings present without DGA2
- Changed order for DirectDrawEnumerateExA to enumerate at least
  what abilities are known rather than bailing on unsupported flags
- Added DirectDrawCreateEx stub

24 years agoDistinguish RADIOCHECK style menu items from standard checkmark menu
Susan Farley [Fri, 12 May 2000 21:59:31 +0000 (21:59 +0000)] 
Distinguish RADIOCHECK style menu items from standard checkmark menu
items.

24 years agoLike the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button
Susan Farley [Fri, 12 May 2000 21:51:09 +0000 (21:51 +0000)] 
Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button
should be sent a BN_CLICKED when it receives the focus.

24 years agoGetFullPathname: add missing termination to the string.
Uwe Bonnes [Fri, 12 May 2000 21:45:52 +0000 (21:45 +0000)] 
GetFullPathname: add missing termination to the string.

24 years agoFixed byte order on Solaris and FreeBSD.
Patrik Stridvall [Fri, 12 May 2000 21:39:55 +0000 (21:39 +0000)] 
Fixed byte order on Solaris and FreeBSD.

24 years agoAdded support for OpenGL.
Lionel Ulmer [Fri, 12 May 2000 20:18:14 +0000 (20:18 +0000)] 
Added support for OpenGL.

24 years agoFixed absolute path to pidl generation.
Eric Pouech [Fri, 12 May 2000 20:12:13 +0000 (20:12 +0000)] 
Fixed absolute path to pidl generation.

24 years agoFixed buffer overflow.
Alexandre Julliard [Thu, 11 May 2000 21:49:54 +0000 (21:49 +0000)] 
Fixed buffer overflow.

24 years agoFixed some debug messages.
Patrik Stridvall [Thu, 11 May 2000 21:48:28 +0000 (21:48 +0000)] 
Fixed some debug messages.

24 years agoFixed issues found by winapi_check.
Patrik Stridvall [Thu, 11 May 2000 21:46:51 +0000 (21:46 +0000)] 
Fixed issues found by winapi_check.

24 years ago- Check for missing modules in modules.dat.
Patrik Stridvall [Thu, 11 May 2000 21:46:17 +0000 (21:46 +0000)] 
- Check for missing modules in modules.dat.
- New options --debug-messages for debug message checking (turned off
  by default)
- Do not discard the argument name (use in debug message checking)
- Improved parsing
- Minor bug fixes

24 years agoFixed asm() constraints.
Marcus Meissner [Thu, 11 May 2000 21:45:09 +0000 (21:45 +0000)] 
Fixed asm() constraints.