1. 29 Sep, 2000 2 commits
  2. 14 Apr, 2000 1 commit
  3. 29 Nov, 1999 1 commit
  4. 08 Nov, 1999 1 commit
  5. 23 May, 1999 1 commit
  6. 11 Apr, 1999 1 commit
  7. 28 Feb, 1999 1 commit
  8. 30 Dec, 1998 1 commit
  9. 09 Aug, 1998 1 commit
    • Alexandre Julliard's avatar
      Release 980809 · 767e6f6f
      Alexandre Julliard authored
      Sat Aug  8 19:11:46 1998  Marcus Meissner <marcus@jet.franken.de>
      
       	* [*/*]
      	Added some missing WINAPI and some missing prototypes for
      	functions.
      
      	* [controls/static.c]
      	Got rid of the MODULE32_LookupHMODULE error showing up for every
      	message box.
      
      	* [windows/winproc.c]
      	WM_NOTIFY 16->32 mapping (AOL Instant Messenger or however it is called).
      
      	* [misc/winsock.c]
      	hostent/servent/protoent should not use the same static buffers.
      	(has broken nt3.15 finger.exe which does hp=gethostbyname(), then
      	getservbyname("finger","tcp") and the references hp->h_addr_list[0]).
      
      Sat Aug  8 13:21:24 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [include/server.h] [tools/make_requests] [server/request.c]
      	  [server/trace.c]
      	Automated part of the client/server request code generation.
      	Added tracing of client/server communication.
      
      	* [scheduler/*.c] [server/process.c]
      	Added support for server-side handles.
      
      	* [scheduler/thread.c]
      	Added DLL_THREAD_ATTACH/DETACH notifications.
      
      	* [configure.in]
      	Added check for -lsocket.
      
      	* [windows/winproc.c]
      	Return the thunk address in WINPROC_GetProc if the function types
      	don't match.
      
      Sat Aug  8 02:44:04 1998  Douglas Ridgway  <ridgway@winehq.com>
      
      	* [windows/winproc.c][windows/win.c][windows/message.c]  
      	Documentation for CallWindowProc, SetWindowLong, DispatchMessage,
      	WaitMessage, GetMessage, and PeekMessage.
      
      Sat Aug  8 01:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
      
      	* [controls/commctrl.c][controls/widgets.c][include/builtin32.h]
      	  [include/commctrl.h][relay32/builtin32.c][relay32/comctl32.spec]
      	  [tools/build.c] [relay32/shell32.spec]
      	Added the functionality of the LibMain function. The common 
      	controls are properly initialized now.
      
      	* [controls/treeview.c][memory/atom.c][scheduler/thread.c][windows/class.c]
      	  [windows/msgbox.c][windows/win.c]
      	Put TRACE in, put SetLastError() in.
      
      	* [include/interfaces.h]
      	Added IClassFactory::LockServer.
      
      	* [include/ole2.h]
      	Added struct for LPOLEMENUGROUPWIDTHS32, HOLEMENU32.
      
      	* [include/shell.h][include/shlobj.h][misc/shell.c][ole/folders.c]
      	Reorganized and many structs and classes (IShellBrowser,IShellView)
      	added. shell32.dll should work in many cases now.
      	Started SHGetFileInfoA implementeation, rewrote SHGetPathFromIDList32A.
      	New Shell32LibMain started ShellIconCache Implementation.
      
      	* [misc/shellord.c]
      	Rewrote ILCombine, ILGetSize
      	New stubs SHFind_InitMenuPopup, FileMenu_Create, ShellExecuteEx,
      	SHSetInstanceExplorer, SHGetInstanceExplorer, SHFreeUnusedLibraries.
      
      	* [include/winerror.h]
      	Class and window related error codes added.
      
      	* [memory/heap.c]
      	Changed lstrlen32A to strlen to get rid of milions of TRACE lines.
      
      	* [misc/ddeml.c]
      	First lines for DdeCreateStringHandle32A / DdeFreeStringHandle32.
      
      	* [misc/network.c][relay32/mpr.spec]
      	Fixed some bugs, changed ordinals.
      
      	* [windows/class.c]
      	Workarounds for incorrect hInstance handling. Fixes parts of
      	MSWord95/Excel95 and Money95.
      
      Thu Aug  6 21:05:35 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
      
      	* [windows/nonclient.c][misc/tweak.c][include/tweak.h]
      	  [documentation/win95look]
      	Removed some tweak variables. They are no longer needed.
      
      	* [files/dos_fs.c]
      	Added check for null pointer in DOSFS_GetDevice().
      
      	* [controls/tooltips.c][include/commctrl.h]
      	Improved tooltips.
      
      	* [controls/status.c][include/commctrl.h]
      	Cleaned up code and added tooltip support.
      
      	* [controls/toolbar.c][include/commctrl.h]
      	Added tooltip support.
      
      	* [documentation/common_controls]
      	Updated.
      
      Thu Aug  6 00:05:22 1998  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
      
      	* [include/ver.h] [misc/ver.c]
      	Write VIF_BUFFTOOSMALL, not VIF_BUFTOSMALL.
      
      	* [debugger/hash.c] [debugger/stabs.c]
      	Make debug output more friendly for posting.
      
      	* [files/file.c]
      	Partial implementation of OF_SHARE_EXCLUSIVE.
      	Needed for Quicklogic/QuickChip (InstallShield).
      
      	* [files/profile.c]
      	When a cached-only entry is found, return it.
      
      	* [graphics/x11drv/xfont.c]
      	Accept a space as delimiter for a fontname and inhibit overrun
      	(Make xplasim.ex from the Phillips Coolrunner CPLD suite proceed).
      
      	* [miscemu/main.c]
      	Delay setting IF1632_CallLargeStack after loading the executables.
      	Stops fpgaexp.exe from the Viewlogic FPGA suite from crashing when
       	showing the Blinker error Message Box.
      
      	* [misc/network.c]
      	Make WNetGetConnection16 recognise a CDROM as a local drive.
      
      	* [multimedia/mmsystem.c]
      	Preliminary check for MCI_ALL_DEVICE_ID in MCI_Close by a FIXME.
      
      
      Tue Aug 4 21:15:23 1998  James Juran <jrj120@psu.edu>
      
      	* [ole/ole2nls.c]
      	Fixed bug in CompareString32A.  strcmp() doesn't necessarily
      	return -1, 0, or 1, which the previous code depended on.
      	Changed name of is_punctuation to OLE2NLS_isPunctuation.
      	Made NORM_IGNOREWIDTH not print a FIXME message in 
      	LCMapString32A.
      	Other debugging messages, documentation, and code cleanups.
      
      	* [objects/font.c] [relay32/gdi32.spec] [include/winerror.h]
      	Added stub for GetFontData32, and added GDI_ERROR constant 
      	to winerror.h.
      
      Tue Aug  4 07:44:43 1998  Ove Kaaven <ovek@arcticnet.no>
      
      	* [multimedia/mmio.c]
      	Implemented mmioSetBuffer, mmioAdvance, mmioAscend, and
      	mmioCreateChunk to the best of my knowledge. But watch out,
      	there's bound to be bugs in there...
      
      	* [include/mmsystem.h] [multimedia/mmsystem.c]
      	Hacked in support for 32-bit multimedia function callbacks.
      
      	* [AUTHORS] [misc/shell.c]
      	Selfishly credited my authorship. Hopefully I'm excused.
      
      	* [include/dosexe.h] [include/module.h] [loader/dos/*]
      	  [loader/module.c] [loader/task.c] [Makefile.in]
      	  [configure.in] [Makefile.in]
      	Added DOS EXE (MZ) loader and virtual machine. Task
      	structure integration thanks to Ulrich Weigand.
      
      	* [files/dos_fs.c]
      	Work around a null pointer dereference if ioctlGetDeviceInfo-ing
      	a FILE_DupUnixHandle'd file (i.e. GetStdHandle'd).
      
      	* [include/miscemu.h] [include/winnt.h] [loader/main.c]
      	  [memory/global.c] [msdos/dpmi.c] [msdos/dosmem.c]
      	Added support for DOS memory images, and added
      	DOSMEM_ResizeBlock() and DOSMEM_Available().
      
      	* [msdos/int21.c]
      	Added support for the DOS virtual machine, tweaked handle
      	assignment to avoid stdio clashes, forced INT21_FindNext to exit
      	wildcardless searches after finding one entry, added AH=7, 8, 9,
      	C, 48, 49, 4A, and 7160 CL=1 (Get Short Filename), and made the
      	long filename calls only respond if running with with -winver
      	win95.
      
      	* [objects/cursoricon.c]
      	DestroyCursor32 and DestroyIcon32 should now free the objects
      	(hopefully) correctly.
      
      Sun Aug  2 21:42:09 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
      
      	* [graphics/psdrv/*] [include/psdrv.h]
      	Added PPD file parsing - at the moment it reads a file called
      	default.ppd from the directory in which you start Wine. Page sizes
      	other than A4 should now work (landscape may not). All fonts that are
      	present on your printer (according to the PPD) should be available,
      	providing you have the AFM files. Fonts should now be the correct size.
      	Graphics is still basically lines only. See graphics/psdrv/README .
      
      	* [misc/printdrv.c]
      	Yet more Drv[Get/Set]PrinterData fixes.
      
      Fri Jul 31 21:33:22 1998  Per Lindstrm <pelinstr@algonet.se>
      
      	* [relay32/crtdll.spec] [misc/crtdll.c]
      	Added stub for freopen, _findfirst, _findnext, _fstat and _read.
      
      	* [files/directory.c]
      	Modified warning message.
      
      Wed Jul 29 11:25:28 1998  Luiz Otavio L. Zorzella  <zorzella@nr.conexware.com>
      
      	* [objects/font.c]
      	Added stub for GetFontData.
      
      	* [multimedia/msvideo.c]
      	Created this file to hold the msvideo.dll calls (and maybe also
      	msvfw32.dll). 
      
      	* [objects/cursoricon.c]
      	Added search in Global Heap for cursor when trying to destroy it
      	with DestroyCursor16. This test should be done in many (all?)
      	other functions that use FreeResource.
      
      	* [controls/treeview.c] [include/commctrl.h]
      	Minor correction in name and addition of many placeholders for TVM
      	messages in TREEVIEW_WindowProc.
      
      	* [msdos/dpmi.c]
      	Fixed a bug in DPMI_xrealloc where in a copy of a memory region
      	"A" of size "a" to a region "B" of size "b", "b" bytes were being
      	copied, instead of "a", as the new version does. This both
      	increases speed, as well as avoids segfaults.
      767e6f6f
  10. 12 Jul, 1998 1 commit
    • Alexandre Julliard's avatar
      Release 980712 · 642d3136
      Alexandre Julliard authored
      Sun Jul 12 16:23:36 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [server/*] [scheduler/client.c] (new files)
      	  [scheduler/sysdeps.c] [scheduler/thread.c] [scheduler/process.c]
      	Beginnings of client/server communication for inter-process
      	synchronisation.
      
      Sat Jul 11 19:45:45 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
      
      	* [include/bitmap.h] [objects/bitmap.c] [objects/dib.c] 
      	  [objects/oembitmap.c]
      	Speed up DIB section handling by using pre-allocated colormap and 
      	XImage. Moved DIB section data out of general BITMAPOBJ structure.
      	Bugfix: GetDIBits32 would overwrite one byte beyond bitmap data.
      
      	* [if1632/shell.spec] [if1632/kernel.spec] [win32/kernel32.c]
      	More verbose error message if ThunkConnect fails.
      	Implemented KERNEL_475.
      
      	* [files/profile.c] [ole/ole2nls.c]
      	Minor bugfixes.
      
      	* [if1632/builtin.c] [if1632/kernel.spec] [include/task.h]
      	  [loader/ne/module.c] [loader/task.c]
      	Implemented KERNEL.THHOOK.
      
      	* [if1632/wprocs.spec] [include/process.h] [msdos/dpmi.c] [msdos/vxd.c]
      	Implemented Win32s VxD services (W32S.386).
      
      Sat Jul 11 17:52:23 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
      
      	* [graphics/x11drv/xfont.c] [graphics/x11drv/text.c] 
      	  [include/x11font.h]
      	Improve handling of rotated X11 fonts. Metrics/extents should now be
      	correct. ExtTextOut should behave better (still doesn't handle lpDx).
      
      	* [graphics/painting.c]
      	DrawFocusRect32: Don't do anything if width or height are zero.
      
      Sat Jul 11 15:21:35 1998  Andreas Mohr <100.30936@germany.net>
      
      	* [files/profile.c] [include/windows.h]
      	The length arguments of *Profile*() need to be treated
      	as UINTxx instead of INTxx.
      
      	* [graphics/env.c] [graphics/win16drv/init.c] [include/print.h]
      	  [misc/printdrv.c]
      	Many printer driver fixes/changes (many thanks go to Huw !).
      	Most printers should work again ;)
      
      	* [memory/atom.c]
      	Fixed ATOM_AddAtom to store atoms exactly like Windows.
      
      	* [*/*]
      	Fixed misc compiler warnings.
      
      Fri Jul 10 15:58:36 1998  Marcus Meissner <marcus@jet.franken.de>
      
      	* [files/drive.c]
      	Fixed GetDriveType16 to return DRIVE_REMOTE again.
      
      	* [loader/pe_image.c][loader/module.c]
      	Look for modules that have the same modulename or the same
      	filename (they sometimes differ).
      	Fixed up fixup_imports, removed one of the loops.
      
      	* [windows/winpos.c]
      	Added some NULL ptr checks. Needs more.
      
      	* [graphics/ddraw.c]
      	Some stubs added.
      
      	* [if1632/snoop.c]
      	Updated, made WINELIB compatible.
      
      Fri Jul 10 04:39:56 1998  Douglas Ridgway  <ridgway@winehq.com>
      
      	* [objects/enhmetafile.c] [relay32/gdi32.spec]
      	Small tweaks for documentation system.
      
      Thu Jul  9 22:00:18 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
      
      	* [controls/commctrl.c][include/commctrl.h][relay32/comctl32.spec]
      	Fixed GetEffectiveClientRect, CreateToolbarEx and CreateMappedBitmap.
      	Added stub for ShowHideMenuCtl. Added some documentation.
      
      	* [documentation/common_controls]
      	Added and updated some information.
      
      	* [controls/toolbar.c][include/toolbar.h]
      	Added string support.
      
      	* [misc/shell.c][misc/shellord.c][relay32/shell.spec]
      	Changed names of undocumented functions to their real names and
      	fixed the export table.
      
      	* [controls/imagelist.c][relay32/comctl32.spec]
      	Added stub for ImageList_SetFilter.
      	Fixed some minor bugs and typos.
      
      	* [objects/font.c][include/windows.h][relay32/gdi32.spec]
      	Added stubs for GetCharacterPlacement32[A/W].
      
      	* [objects/region.c][relay32/gdi32.spec]
      	Added stub for UNDOCUMENTED GetRandomRgn.
      
      	* [controls/commctrl.c][controls/*.c][include/*.h]
      	Added dummy listview, pager, rebar, tooltips, trackbar and
      	treeview control. This keeps some programs from complaining.
      
      Thu Jul  9 11:23:58 1998  Rein Klazes <rklazes@casema.net>
      
      	* [graphics/painting.c] [graphics/*/init.c]
      	  [graphics/x11drv/graphics.c] [relay32/gdi32.spec]
      	  [if1632/gdi.spec] [include/gdi.h] [include/x11drv.h]
      	Implemented drawing bezier curves: PolyBezier16/32 and
      	PolyBezierTo16/32.
      
      	* [graphics/x11drv/graphics.c]
      	Improved accuracy of several graphic routines, especially the
      	drawing of pie's.
      
      	* [include/windows.h] [misc/spy.c]
      	Added 25 window messages related to programs based on MFC and/or OLE.
      
      Wed Jul  8 22:00:00 1998  James Juran  <jrj120@psu.edu>
      
      	* [documentation/wine.man]
      	Updated manpage.
      
      	* [wine.ini]
      	Added section for Win95Look=true (commented out by default).
      
      Wed Jul  8 06:23:19 1998  Matthew Becker <mbecker@glasscity.net>
      
      	* [misc/registry.c]
      	Fixed a crash in RegEnumValue32A when the dwType parameter is
      	NULL.
      
      	* [programs/regtest/regtest.c]
      	Improved the printing of errors.
      
      	* [misc/ntdll.c]
      	Added stub for RtlFormatCurrentUserKeyPath.
      
      	* [win32/console.c]
      	Added stub for ScrollConsoleScreenBuffer.
      
      Mon Jul  6 16:41:47 1998  Per Lindstrm <pelinstr@algonet.se>
      
      	* [include/windows.h] [relay32/kernel.spec] [win32/newfns.c]
      	Added stubs for SleepEx and TerminateProcess.
      
      	* [rc/README]
      	Corrected a grammatical error.
      
      Mon Jul  3 12:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
      
      	* [misc/shellord.c]
      	Put some TRACE in.
      
      	* [memory/string.c]
      	Deleted unused variable in lstrcmpi32A.
      
      	* [include/windows.h][memory/string.c]
      	Added functions WideCharToLocal32 LocalToWideChar32 for
      	OLE-strings
      
      	* [include/shlobj.h][include/winerror.h][misc/shell.c]
      	  [ole/folders.c]
      	Added definition of internal class pidlmgr.
      	Changed definitions of EnumIDList, IShellFolder.
      	Added some OLE error constants.
      	Implemented EnumIDList, IShellFolder, IClassFactory,
      	PidlMgr, SHELL32_DllGetClassObject, SHGetDesktopFolder,
      	SHGetSpecialFolderLocation (half), SHGetPathFromIDList
      	(!!This stuff is not finished yet!!)
      
      	* [include/windows.h][misc/network][reley32/mpr.spec]
      	Added stubs for WNetConnectionDialog32[A|W|API].
      	Added struct LPCONNECTDLGSTRUCT32[A|W] and some constants.
      	Added some SetLastError(WN_NO_NETWORK) to the stubs.
      	Fixed bufferhandling in WNetCancelConnection
      	Added stub for MultinetGetErrorText[A|W]
      
      	* [ole/ole2nls.c]
      	Rewrote GetTimeFormat32A.
      
      Fri Jul  3 10:27:30 1998  Michael Poole <poole+@andrew.cmu.edu>
      
      	* [graphics/ddraw.c] [tsx11/X11_calls]
      	Implement IDirectDrawPalette_GetEntries.
      	Use CopyColormapAndFree to avoid erasing previously-set
      	palette entries.
      
      	* [graphics/ddraw.c] [include/ddraw.h]
      	  [tools/make_X11wrappers] [tsx11/X11_calls]
      	Provide a preliminary, not-yet-working framework for doing
      	DirectDraw via Xlib or XShm as well as DGA.
      
      Tue Jun 30 00:16:09 1998  Marcel Baur <mbaur@g26.ethz.ch>
      
      	* [ole/nls/*.nls]
      	Added remaining 22 locales (including arabic locales).
      642d3136
  11. 15 Feb, 1998 1 commit
    • Alexandre Julliard's avatar
      Release 980215 · 03468f7d
      Alexandre Julliard authored
      Sun Feb 15 12:02:59 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [graphics/x11drv/*.c] [objects/*.c]
      	A few X11 critical section optimizations, mostly with XGet/PutPixel.
      
      	* [scheduler/sysdeps.c] [misc/main.c]
      	Make sure X11 critical section is available before any Xlib call.
      
      	* [if1632/relay.c] [tools/build.c]
      	Yet another attempt at fixing Catch/Throw.
      
      	* [loader/pe_image.c]
      	Fixed broken PE DLL loading.
      
      	* [include/winnt.h] [scheduler/handle.c] [scheduler/*.c]
      	Implemented handle access rights.
      	Added Get/SetHandleInformation.
      
      Sun Feb 15 09:45:23 1997  Andreas Mohr <100.30936@germany.net>
      
      	* [misc/winsock.c]
      	Fixed bug in WSACleanup which lead to crashes in WINSOCK_HandleIO.
      
      	* [graphics/fontengine.c] [include/font.h]
      	Minor improvements.
      
      	* [memory/global.c]
      	Implemented GlobalEntryHandle.
      
      	* [misc/toolhelp.c]
      	Fixed a memory bug in Notify*register.
      
      	* [misc/w32scomb.c]
      	Improved Get16DLLAddress.
      
      	* [objects/gdiobj.c]
      	Implemented GdiSeeGdiDo.
      
      
      Sat Feb 14 14:57:39 1998  John Richardson <jrichard@zko.dec.com>
      
      	* [win32/console.c]
      	Added the console implementation, AllocConsole, FreeConsole,
      	CONSOLE_InheritConsole.
      
      	* [documentation/console]
      	Some documentation on the console.
      
      	* [include/winerror.h]
      	Added some error defines.
      
      	* [scheduler/k32obj.c]
      	Registered the scheduler ops.
      
      Fri Feb 13 19:35:35 1998  James Moody  <013263m@dragon.acadiau.ca>
      
      	* [ole/ole2nls.c]
      	Some English language fixes for missing values.
      
      	* [controls/listbox.c]
      	Fix to allow an empty listbox to deselect all items.
      
      	* [relay32/user32.spec] [windows/keyboard.c]
      	CreateAcceleratorTableA stub method.
      
      	* [windows/sysmetrics.c]
      	Added missing SM_CXCURSOR & SM_CYCURSOR initializers.
      
      	* [windows/message.c]
      	PostThreadMessage32A stub method.
      
      Fri Feb 13 17:12:24 1998  Jim Peterson <jspeter@roanoke.infi.net>
      
      	* [libtest/hello3res.rc] [libtest/hello3.c] [libtest/Makefile.in]
      	Updated the 'hello3' test so that it functions properly again.
      
      Fri Feb 13 14:08:07 1998  Martin Boehme  <boehme@informatik.mu-luebeck.de>
      	
      	* [graphics/mapping.c]
      	Fixed the embarrassing bugs I introduced into DPtoLP and
      	LPtoDP.
      
      	* [windows/scroll.c]
      	Prevent ScrollWindow32 from sending WM_ERASEBKGND.
      
      Thu Feb 12 22:46:53 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
      
      	* [objects/metafile] [include/ldt.h]
      	Fix to cope with records longer than 64K.
      
      	* [windows/clipboard.c]
      	Clean up bitmaps and metapicts properly.
      
      Mon Feb  3 21:52:18 1998  Karl Backstrm <karl_b@geocities.com>
      
      	* [programs/winhelp/Sw.rc] [resources/sysres_Sw.rc]
      	Minor update of Swedish language support.
      03468f7d
  12. 18 Jan, 1998 1 commit
    • Alexandre Julliard's avatar
      Release 980118 · 0623a6f3
      Alexandre Julliard authored
      Sun Jan 18 17:05:58 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [include/stackframe.h] [tools/build.c]
      	Some cleanups in stack frame building.
      
      	* [misc/port.c]
      	Implemented clone() wrapper for libc5 users.
      
      	* [scheduler/mutex.c] [scheduler/synchro.c]
      	Implemented abandoned mutexes.
      
      	* [scheduler/process.c] [scheduler/thread.c]
      	We now create a process and a thread structure as soon as possible
      	during initialization.
      
      	* [scheduler/thread.c] [scheduler/sysdeps.c]
      	Moved system-specific thread handling to sysdeps.c.
      
      Fri Jan 16 10:45:15 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
      
      	* [graphics/ddraw.c][include/ddraw.h]
      	Surface handling enhanced. Some stuff already works ;)
      
      	* [multimedia/dsound.c][include/dsound.h]
      	Implemented using the Open Sound System.
      	Slowly starts to work (sounds terrible for some programs).
      
      	* [configure.in][multimedia/audio.c][include/config.h.in]
      	Added check for OpenSoundSystem, fixed -lXxf86dga check.
      	Replaced OS #ifdefs by #ifdef HAVE_OSS in mm/audio.c.
      
      	* [if1632/relay.c][relay32/relay386.c]
      	Do not print control characters for 'str' or 'wstr' args.
      
      	* [misc/registry.c]
      	"" seems to equals NULL in keynames. Replace where needed. Seems
      	to help the win95 regedit.exe...
      
      	* [win32/newfns.c]
      	Implemented QueryPerformance* using gettimeofday(2)
      	(should be done using the pentium timers probably).
      
      	* [tools/ipcl]
      	Removed useless open_pipe construct.
      
      Sun Jan 11 17:10:02 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
      
      	* [objects/region.c] [include/region.h] [graphics/x11drv/clipping.c]
      	Regions are now internal to Wine. The basis of this code is taken
      	from the X11 distribution. GetRegionData() is implemented as is 
      	ExtCreateRegion() (without Xforms). CreatePolyPolygonRgn() should
      	behave correctly now. 
      
      	* [objects/metafile.c] [graphics/metafiledrv/graphics.c]
      	  [graphics/metafiledrv/init.c] [include/metafile.h]
      	  [include/metafiledrv.h]
      	Playback of META_CREATEREGION should now work. Implemented recording
      	of META_CREATEREGION and META_PAINTREGION.
      
      	* [graphics/x11drv/graphics.c]
      	FillRgn() (and therefore its friends) respect logical co-ords.
      
      Wed Jan  7 01:21:45 1998  Steinar Hamre  <steinarh@stud.fim.ntnu.no>
      
      	* [configure.in] [include/acconfig.h] [tools/build.c]
      	Now checking whether to use .string or .ascii.
      
      	* [configure.in] [include/acconfig.h] [scheduler/critsection.c]
      	Defining union semun if this is not available from header files.
      
      	* [misc/lstr.c]
      	Moved wine's own header files below <wctype.h> to avoid
      	parse error on Solaris.
      
      Sun Jan  4 15:38:07 1998  Andrew Taylor <ataylor@cadvision.com>
      
      	* [multimedia/mmsystem.c] [multimedia/mmio.c]
      	Implemented mmioSendMessage and rearranged the mmio
      	subsystem in terms of this function.
      
      Wed Dec 24 00:51:29 1997  Charles Duffy <cduffy@bigfoot.com>
      
      	* [windows/clipboard.c] [relay32/user32.spec]
      	GetPriorityClipboardFormat32 now has something other than just
      	a stub. I have no idea if it works (can't test until
      	SetClipboardData is finished) but HEdit likes things a lot more
      	this way.
      0623a6f3
  13. 04 Jan, 1998 1 commit
    • Alexandre Julliard's avatar
      Release 980104 · 02e90087
      Alexandre Julliard authored
      Sat Jan  3 17:15:56 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [debugger/db_disasm.c]
      	Added cpuid and cmpxchg instructions.
      
      	* [if1632/builtin.c] [relay32/builtin32.c]
      	Fixed broken -dll option with Win32 DLLs.
      
      	* [include/heap.h]
      	Added SYSTEM_LOCK/SYSTEM_UNLOCK macros.
      
      	* [configure.in] [misc/lstr.c]
      	Added check for wctype.h.
      	Commented out --enable-ipc option (IPC code has been broken for a
      	long time anyway).
      
      	* [scheduler/critsection.c] [scheduler/event.c]
      	  [scheduler/mutex.c] [scheduler/semaphore.c]
      	Implemented Win32 synchronization objects.
      
      	* [scheduler/synchro.c]
      	Implemented WaitForMultipleObjects and related functions.
      
      	* [scheduler/thread.c]
      	If possible, use clone() in CreateThread().
      
      	* [scheduler/thread.c] [scheduler/process.c]
      	Made thread and process waitable objects.
      	Thread and process id values are now different from the pointers
      	they represent.
      
      	* [win32/k32obj.c]
      	Moved to scheduler directory.
      	Added function table for waiting operations on objects.
      
      	* [files/file.c] [memory/virtual.c]
      	Added new K32OBJ function table.
      
      Sun Jan  1 16:48:23 1997  Andreas Mohr <100.30936@germany.net>
      
      	* [files/file.c]
      	Fixed my patch for GetTempFileName16() as needed.
      	It was ...Name32A() that didn't work properly, not ...Name16().
      
      	* [graphics/x11drv/brush.c]
      	Fixed a BadMatch error.
      
      	* [msdos/int21.c]
      	Fixed INT21_FindNextFCB() to get correct volume labels e.g.
      	in "file open" dialog.
      
      	* [multimedia/joystick.c] [relay32/winmm.spec]
      	Stub JoyGetPosEx().
      
      	* [scheduler/process.c] [relay32/kernel32.spec]
      	Implemented RegisterServiceProcess().
      
      Wed Dec 31 11:14:43 1997  Lawson Whitney  <lawson_whitney@juno.com>
      
      	* [if1632/kernel.spec] [if1632/relay.c]
      	Define CallProcEx32w - Thanks to Marcus Meissner for his excellent
      	CallProc32W.
      
      	* [loader/module.c]
      	Take a shot at defining FreeLibrary32W.
      
      Sun Dec 28 12:44:04 1997  Kai Morich <kai.morich@rhein-neckar.netsurf.de>
      
      	* [controls/menu.c]
      	Menu modification from WM_INITMENUPOPUP message fixed.
      	Menu items now can have different wID and hSubMenu (Win95 behavior).
      
      	* [misc/cpu.c]
      	Improved IsProcessorFeaturePresent.
      
      Sun Dec 28 03:21:08 1997  Ove Kaaven <ovek@main.arcticnet.no>
      
      	* [include/winsock.h] [misc/winsock.c]
      	Fixed WS_SOL_SOCKET for setsockopt(), and made select() return
      	empty fd_sets if timeout.
      
      	* [objects/palette.c]
      	AnimatePalette() bailed out if entire palette is animated. Fixed.
      
      	* [objects/dib.c]
      	Added some code to SetDIBitsToDevice() and its helpers to fix
      	some offseting problems.
      
      	* [objects/cursoricon.c]
      	Made CreateCursor32() convert the instance handle properly. Made
      	DestroyCursor() return correct success status.
      
      Wed Dec 24 17:56:34 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>
      
      	* [windows/syscolor.c]
      	Added definition of GetSysColorPen16/32. This function does not
      	exist in the Win32 API but is a very close (and natural) relative
      	to GetSysColorBrush function. Moreover, it is *very* much used 
      	within Wine since there are a lot of places where we need to draw
      	lines with the standard colors.
      
      	* [controls/button.c] [controls/combo.c] [controls/icontitle.c]
      	  [controls/menu.c] [controls/progress.c] [controls/scroll.c]
      	  [controls/updown.c] [graphics/painting.c] [misc/tweak.c]
      	  [windows/defwnd.c] [windows/graphics.c] [windows/nonclient.c]
      	Replaced references to sysColorObjects with the appropriate
      	call to GetSysColorBrush32/GetSysColorPen32. There is no need to
      	expose the implementation of these functions, even within Wine.
      	This makes the code easier to understand, debug, maintain.
      
      	* [controls/uitools.c]
      	Modified most of the functions in this file to use the now
      	standard pens (i.e. GetSysColorPen32). These functions made
      	*heavy* use of standard pens so I expect a lot less
      	CreatePen/DeleteObject calls can do only good...:)
      	Plus some minor modifications (*no* functional changes though).
      
      	* [controls/updown.c]
      	Used the new DrawFrameControl32 function to paint the control.
      	I also deleted UDDOWN_DrawArrow since it was no longer required.
      
      Tue Dec 23 00:03:33 1997  Steinar Hamre  <steinarh@stud.fim.ntnu.no>
      
      	* [configure.in]
      	Added check for -lw.
      
      	* [include/wintypes.h] [tools/build.c]
      	Changes to make the assembly understandable for even sun as.
      	".ascii" -> ".string", "call %foo" -> "call *%foo",
      	"pushw/popw %[cdes]s" written out to ".byte 0x66\npushl/popl %[cdes]s".
      
      	* [memory/ldt.c]
      	#ifdef added so <sys/seg.h> will not be included on Solaris.
      
      Mon Dec 22 18:55:19 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
      
      	* [configure.in]
      	Added XF86DGA check.
      
      	* [multimedia/dsound.c][relay32/dsound.spec][include/dsound.h]
      	Started DirectSound. Only stubs for now.
      
      	* [graphics/ddraw.c][include/ddraw.h][relay32/ddraw.spec]
      	Started to implement DirectDraw. Mostly stubs, some
      	testcases work. Requires the XF86DGA extension to XFree86.
      	(check demo/blizdemo.exe from the Diablo CD-ROM).
      
      	* [files/drive.c]
      	Return correct "CDFS" fsname so Diablo is a bit happier.
      
      Sun Dec 21 21:45:48 1997  Kevin Cozens <kcozens@interlog.com>
      
      	* [misc/registry.c]
      	Fixed bugs in the routines which read the Windows '95 registry
      	files. Added extra information regarding the format of the Windows
      	'95 registry files.
      02e90087
  14. 16 Nov, 1997 1 commit
    • Alexandre Julliard's avatar
      Release 971116 · a0b2b1d0
      Alexandre Julliard authored
      Sun Nov 16 07:42:44 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
      
      	* [windows/dce.c] [windows/clipboard.c] [windows/nonclient.c]
      	Bug fixes.
      
      	* [misc/shell.c] [resources/*]
      	New "About" dialog.
      
      Sat Nov 15 17:30:18 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [configure.in] [Makefile.in]
      	Replaced --with-library option by --disable-emulator. The default
       	is now to build both the library and the emulator.
      	Renamed --with options to --enable to follow autoconf guidelines.
      
      	* [loader/main.c] [miscemu/main.c] (New file)
      	Split initialization in WinelibInit/EmulatorInit.
      
      	* [loader/*.c]
      	Removed all remaining #ifdef's WINELIB.
      
      	* [controls/widgets.c] [windows/mdi.c]
      	Converted MDIClientWndProc to 32-bit.
      
      	* [debugger/break.c] [if1632/signal.c] [include/selectors.h]
      	  [scheduler/thread.c]
      	Code and data selector values are now computed at run-time.
      
      	* [library/libres.c]
      	Moved to loader/ directory.
      
      	* [misc/main.c] [misc/version.c] (New file)
      	Moved all version stuff to version.c. Cleaned up a bit.
      
      	* [msdos/dpmi.c]
      	Update the REALMODECALL structure on return from real-mode
      	interrupt.
      
      	* [windows/event.c] [windows/keyboard.c]
      	Changed the way event coordinates are determined. Don't rely on
      	the ConfigureNotify event values. This should fix all problems
      	with cursor position in -desktop and -managed modes.
      
      Sat Nov 15 16:09:36 1997  Slaven Rezic  <eserte@cs.tu-berlin.de>
      
      	* [controls/button.c]
      	(BUTTON_CheckAutoRadioButton): Prevent possible endless loop.
      
      Wed Nov 12 03:42:45 1997  Chris Faherty <chrisf@america.com>
      
      	* [misc/ver.c]
      	Changed VerInstall32A to assume srcdir as destination if destdir
      	is blank.  This was causing alot of DLL installation into SYSTEM
      	directory to fail.
      
      	* [loader/ne_image.c]
      	NE_LoadSegment buffer[100] was too small and getting overruns.
      	Changed it to buffer[200].
      
      Sat Nov  8 06:09:57 1997  Len White <phreak@cgocable.net>
      
      	* [misc/ddeml.c] [include/ddeml.h] [if1632/ddeml.spec]
      	Added stub functions DdeConnectList(), DdeQueryNextServer(),
      	DdeDisconnectList(), DdeSetUserHandle(), DdeAbandonTransaction(),
      	DdePostAdvise(), DdeCreateDataHandle(), DdeAddData(), DdeGetData(),
      	DdeAccessData(), DdeUnaccessData(), DdeEnableCallback(),
      	DdeCmpStringHandles().
      
      Fri Nov  7 19:44:26 1997  Olaf Flebbe  <o.flebbe@science-computing.de>
      
      	* [files/directory.c]
      	Fix typo in directory.c [broke loading of cdplayer on nt40]
      
      	* [misc/main.c]
      	Implemented -winver nt40.
      
      	* [loader/resource.c] [user32.spec]
      	Stubs for CopyAcceleratorTable, Destroy AcceleratorTable.
      
      Thu Nov  6 22:37:04 1997  Morten Welinder  <welinder@rentec.com>
      
      	* [files/drive.c]
      	(GetDiskFreeSpace32A): Cap at 2GB.
      
      	* [include/windows.h]
      	Prototype DrawIconEx and CreateDIBSection32.
      	Define OBM_RADIOCHECK.
      	Add DI_* macros.
      
      	* [objects/dib.c] [if1632/gdi.spec]
      	CreateDIBSection is a WINAPI.  Renamed to CreateDIBSection32.
      	Implement CreateDIBSection16.
      
      	* [if1632/user.spec] [if1632/user32.spec]
      	Add DrawIconEx.
      
      	* [objects/cursoricon.c]
      	(CopyIcon32): Fix bogus implementation.
      
      	* [objects/bitmap.c]
      	(CopyBitmap32): New function.
      	(CopyImage32): Do bitmaps.
      
      	* [graphics/x11drv/text.c]
      	(X11DRV_ExtTextOut): Change ascent and descent default to avoid
      	zero-thinkness overstrike line.
      
      	* [include/debugstr.h] [misc/debugstr.c]
      	New files.
      
      	* [msdos/dpmi.c]
      	Don't prototype do_mscdex. In INT_Int31Handler, handle real-mode
      	int 0x21, ah=0x52.
      
      	* [msdos/int2f.c]
      	Add dummys for 0x1681 and 0x1682.
      
      	* [misc/registry.c]
      	Fix memory leaks in RegDeleteKey32W.
      
      	* [objects/text.c]
      	In TEXT_NextLine, fix another off-by-one bug.
      
      	* [include/bitmaps/obm_radiocheck]
      	New file.  (It a small circle used to radio-button menu items
      	when selected.)
      	
      	* [objects/oembitmap.c]
      	Add obm_radiocheck.
      
      	* [include/windows.h] [if1632/user32.spec] [controls/menu.c]
      	  [if1632/user.spec]
      	Define CheckMenuRadioItem{16,32}.  Define GetMenuItemRect{16,32}.
      
      Wed Nov  5 11:30:14 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
      	* [misc/main.c]
      	Auto adjust versions depending on binary.
      
      Tue Nov  4 15:21:00 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
      
      	* [controls/listbox.c]
      	Paint full background in listbox items with tab stops enabled.
      
      	* [if1632/thunk.c]
      	Copy some more message parameter structures (DRAWITEMSTRUCT16,
      	COMPAREITEMSTRUCT16) to the stack segment to fix broken programs
      	that need this.
      
      	* [windows/dce.c]
      	Only clip sibling windows when the parent has the WS_CLIPSIBLINGS
      	style set.
      
      	* [windows/focus.c]
      	Make order of events in FOCUS_SwitchFocus() reflect API docs.
      
      	* [windows/defdlg.c]
      	Fix problem with loss of focus in some dialogs.
      
      	* [win32/code_page.c]
      	Fix return value for MultiByteToWideChar().
      
      	* [BUGS]
      	BCW now works.
      a0b2b1d0
  15. 01 Jan, 1997 1 commit
    • Alexandre Julliard's avatar
      Release 970101 · 9ea19e54
      Alexandre Julliard authored
      Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [controls/listbox.c]
      	Use FindFirstFile/FindNextFile in LISTBOX_Directory.
      
      	* [files/dos_fs.c]
      	Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
      
      	* [files/file.c] [files/directory.c]
      	Use Win32 kernel objects and handles for file handles.
      	Unified SearchPath() and OpenFile().
      
      	* [loader/builtin.c]
      	Moved to if1632/ directory.
      
      	* [tools/build.c] [debugger/*] [miscemu/*]
      	Win16 register functions now receive the same CONTEXT * structure
      	as Win32 functions.
      
      	* [include/sigcontext.h] [miscemu/instr.c]
      	Added new macros to get register values from the SIGCONTEXT
      	structure (only used for instruction emulation now).
      
      	* [scheduler/process.c] [scheduler/thread.c] (New files)
      	Allocate process and thread structures.
      
      	* [scheduler/process.c] [win32/k32obj.c]
      	Added Win32 kernel objects and handles management.
      
      	* [loader/task.c]
      	Create a Win32 process and thread for every Win16 task.
      
      	* [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
      	Built-in resources are now in Win32 format. This also avoids
      	16-bit callbacks for built-in dialogs.
      
      	* [misc/lzexpand.c]
      	Differentiate between 16-bit and 32-bit file handles.
      
      	* [miscemu/int*.c]
      	Moved all int emulation to msdos/ directory.
      
      	* [msdos/*]
      	New directory msdos/ contains all MS-DOS emulation code that can
      	also be used for Winelib; this should enable Winelib apps to use
      	DOS3Call and related functions.
      
      	* [rc/winerc.c]
      	A few bug fixes for Win32 resource format.
      
      	* [windows/winpos.c]
      	Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
      	right though).
      
      Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
      
      	* [loader/pe_image.c]
      	Make sure BSS of a PE_Image is zero.
      
      Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
      
      	* [windows/scroll.c]
      	ScrollWindowEx() rewrite, ScrollDC() fix.
      
      	* [windows/nonclient.c] [controls/menu.c]
      	Fixed Alt-Space crashes in dialogs.
      
      	* [windows/event.c] [windows/message.c]
      	Some changes in mouse message generation.
      
      Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
      
      	* [debugger/stabs.c]
      	Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
      
      Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>
      
      	* [windows/event.c]
      	Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
      	compatibility.
      9ea19e54
  16. 22 Dec, 1996 1 commit
    • Alexandre Julliard's avatar
      Release 961222 · 7ebe1a41
      Alexandre Julliard authored
      Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
      	Added mapping functions.
      
      	* [if1632/gdi.spec] [objects/*.c] [include/windows.h]
      	Added a lot of Win32 functions.
      
      	* [memory/heap.c]
      	Added HEAP_strdupAtoW and HEAP_strdupWtoA.
      
      	* [misc/lstr.c] [memory/string.c]
      	Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
      
      	* [object/font.c]
      	Avoid uppercasing font names.
      
      	* [windows/hook.c]
      	Set ds = ss before calling hook procedure.
      
      Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
      
      	* [objects/color.c]
      	Use colors allocated by other clients. 
      
      	* [windows/caret.c]
      	Set default blink time to 500.
      
      	* [windows/win.c] [windows/event.c]
      	Delete X context before XDestroyWindow().
      
      	* [windows/keyboard.c]
      	Fixed GetKeyState() once more.
      
      Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>
      
      	* [debugger/*.c]
      	Lots of built-in debugger improvements: parse Win32 EXEs debug
       	information, display local variables, source files and line
       	numbers, get symbols directly from the Wine executable, etc.
      
      Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
      
      	* [misc/winsock_async.c]
       	Extern declaration added for h_errno.
      
      Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>
      
      	* [windows/message.c]
      	Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
      7ebe1a41
  17. 08 Dec, 1996 1 commit
    • Alexandre Julliard's avatar
      Release 961208 · 7e6ae4ba
      Alexandre Julliard authored
      Sun Dec  8 14:51:57 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [configure.in]
      	Added check to see if the compiler supports building a DLL when
      	the --with-dll option is used.
      
      	* [controls/listbox.c]
      	Don't send LBN_SELCHANGE too often.
      	Added WM_CHARTOITEM support.
      
      	* [Make.rules.in] [library/Makefile.in]
      	Build winestub.o and link it with Winelib programs.
      
      	* [objects/text.c]
      	Added support for '&&' in DrawText().
      
      	* [tools/build.c]
      	Added -o option.
      
      Sat Dec 7 12:07:07 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
      
      	* [win32/thread.c]
      	GetCurrentThread(): return -2 (current thread pseudo-handle).
      	GetCurrentThreadId(): return GetCurrentTask().
      
      	* [objects/font.c] [if1632/gdi32.spec]
      	GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
      
      	* [win32/findfile.c]
      	FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
      
      	* [windows/hook.c] [include/hook.h] [if1632/user.spec]
      	  [if1632/user32.spec] [windows/focus.c] [windows/message.c]
      	  [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
      	Hooks rewritten to support Win32.
      
      	* [misc/winsock.c]
      	WINSOCK_select(): need to put sockets with errors into exceptfds.
      	WINSOCK_socket(): fix error return.
      
      	* [windows/win.c]
      	SetWindowWord(): call SetParent on GWW_HWNDPARENT.
      
      Wed Dec  4 22:03:05 1996  Andrew Taylor <andrew@riscan.com>
      
      	* [files/dos_fs.c]
      	Check if buf is NULL before copying string in GetFullPathName32A().
      
      Wed Dec  4 21:40:59 1996  Robert Pouliot <krynos@clic.net>
      
              * [graphics/wing.c] [if1632/wing.spec]
      	Implemented many WinG functions, but some don't seem to
      	work correctly (probably due to the one not done).
      	
      Wed Dec  4 03:38:25 1996  Lee Jaekil <juria@puma.kaitech.re.kr>
      
      	* [misc/main.c]
      	Implemented a few more of the SystemParametersInfo() cases.
      
      Sun Dec  1 22:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu> 
      
      	* [controls/button.c]
      	Improved focus rectangle painting.
      
      	* [windows/dialog.c] [windows/defdlg.c]
      	Fixed IE3.0 problems with DWL_MSGRESULT.
      
      Sun Dec  1 20:49:32 1996  Albrecht Kleine  <kleine@ak.sax.de>
      
      	* [files/profile.c]
      	Changed error handling in PROFILE_SetString().
      7e6ae4ba
  18. 01 Dec, 1996 1 commit
    • Alexandre Julliard's avatar
      Release 961201 · da0cfb36
      Alexandre Julliard authored
      Sat Nov 30 19:21:17 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [configure]
      	Re-generated with autoconf 2.11. Let me know if you have
      	problems.
      
      	* [controls/listbox.c] [controls/oldlbox.c]
      	Listboxes rewritten from scratch. Moved old code still used by
      	comboboxes to oldlbox.c
      
      	* [misc/registry.c]
      	Use temporary file when saving registry.
      
      	* [windows/dialog.c]
      	Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
      
      	* [windows/winproc.c]
      	Added translation for listbox Win32 messages.
      
      Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
      
      	* [controls/widgets.c] [controls/button.c]
      	Fixed some incompatibilities with CTL3D DLL.
      
      	* [windows/dialog.c]
      	Made dialog windows fit into the desktop.
      
      	* [misc/winsock.c] [misc/winsock_async.c]
      	New Winsock engine.
      
      	* [windows/message.c]
      	GetMessage() fixes.
      
      	* [windows/queue.c] [windows/hook.c] [windows/win.c]
      	SetMessageQueue() fixes.
      
      Fri Nov 29 10:25:12 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
      
      	* [objects/text.c]
      	DrawText16(): Fixed return value.
      
      Tue Nov 26 14:47:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
      
      	* [files/profile.c] [*/*]
      	Added Win32 profile functions, updated to new naming standard.
      
      	* [objects/font.c] [if1632/thunk.c] [include/windows.h]
      	Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
      	structures.
      
      	* [misc/ole2nls.c] [if1632/thunk.c]
      	Added EnumSystemLocales() (winhelp.exe).
      
      	* [misc/registry.c]
      	Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
      
      	* [win32/file.c]
      	Partially fixed CreateFileMapping(), added UnmapViewOfFile().
      
      Sat Nov 23 23:36:05 1996  Ronan Waide  <waider@waider.ie>
      
      	* [misc/shell.c]
      	Fixed some FIXMEs relating to ShellExec() and FindExecutable().
      
      	* [misc/main.c]
      	Implemented a few more of the SystemParametersInfo() cases.
      
      Tue Nov 19 01:24:34 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
      
      	* [include/keyboard.h]
      	New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
      
      	* [include/windows.h]
      	New [VK_A, VK_Z] and [VK_0, VK9] macros.
      
      	* [misc/keyboard.c]
      	Fixes in KeyTable and ToAscii.
      
      	* [objects/font.c]
      	FONT_init : Give default value for MSWIN "system" font.
      	FONT_MatchFont : Do not try every size of a font family if the
      	family does not exist.
      
      	* [windows/event.c]
      	lastEventChar hack removed.
      	KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
      	and QueueKeyStateTable (maintained in message.c).
      	EVENT_key : Corrections to the extended bit setting.
      
      	* [windows/message.c] [windows/keyboard.c]
      	Implementation of a new QueueKeyStateTable : table of key states
      	valid when messages are retrieved by GetMessage or PeekMessage,
      	and valid for TranslateMessage.
      	TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
      	and ToAscii.
      	
      Mon Nov 18 16:59:01 1996  Robert Pouliot <krynos@clic.net>
      
      	* [graphics/Makefile.in] [graphics/wing.c]
      	  [if1632/wing.spec]
      	Some functions for WinG support, mostly empty stubs.
      
      	* [misc/crtdll.c] [if1632/crtdll.spec]
      	Many functions added to CRTDLL, mostly calls to Unix C library.
      da0cfb36
  19. 17 Nov, 1996 1 commit
    • Alexandre Julliard's avatar
      Release 961117 · 75d86e1f
      Alexandre Julliard authored
      Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
      	Moved BitBlt operations to the new graphics driver
      	interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
      
      	* [memory/global.c]
      	Unified MemManInfo() and GlobalMemoryStatus().
      
      	* [objects/text.c]
      	Fixed ExtTextOut() to always use physical coords for clip rect.
      
      	* [windows/dialog.c]
      	Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
      
      	* [windows/event.c]
      	Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
      	(thanks to Thomas Koenig).
      
      	* [windows/painting.c]
      	Moved update region clipping for CS_PARENTDC windows to BeginPaint().
      	
      	* [windows/scroll.c]
      	Implemented Win32 version of ScrollWindow() and ScrollDC().
      
      Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
      
      	* [files/*.c] [win32/file.c]
      	Some win32 filetime conversion functions added.
      	Fixed behaviour with DOS drives pointing to UNIX /
      	SetCurrentDirectory() may also get X:\xxx paths.
      	Fixed FILE_Open when called from CreateFile().
      	Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
      
      	* [misc/crtdll.c] [if1632/crtdll.spec]
      	Added some new functions.
      
      	* [if1632/user32.spec]
      	Some thunks into win16 code added.
      
      	* [win32/init.c]
      	Added GetSystemInfo(), removed GetModuleFileName() stub.
      
      	* [win32/code_page.c] [if1632/thunk.c]
      	Added EnumSystemCodePages* (untested).
      
      	* [objects/font.c] [if1632/thunk.c]
      	Added EnumFontFamilies32*.
      	
      Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
      
      	* [controls/menu.c] [windows/mdi.c]
      	Don't delete the MDI `windows' menu if it's already been deleted.
      
      	* [misc/exec.c]
      	Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
       	and complains if it returns FALSE.
      
      	* [windows/winpos.c]
      	Get maximized MDI child's nonclient area redrawn after resize.
      
      Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>
      
      	* [memory/global.c]
      	Use /proc filesystem for GlobalMemoryStatus() on Linux.
      
      Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
      
      	* [windows/event.c]
      	Added OffiX-style file drop handling. File paths must be
      	DOS-mappable by Wine (via wine.conf).
      
      	* [controls/combo.c]
              Added WM_GETTEXT handler.
      
      	* [objects/palette.c]
      	Added ResizePalette() (untested).
      
      	* [objects/cursoricon.c]
      	Implemented icon to cursor conversion.
      
      	* [objects/color.c]
      	Fixed crash on startup when no colorcells are writeable.
      
      Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
      
      	* [rc/winerc.c]
      	Added support for win32 output.
      
      	* [library/libres.c] [include/libres.h] [loader/resource.c]
      	Renamed LIBRES_FindResource to LIBRES_FindResource16.
      	Added LIBRES_FindResource32.
      
      Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>
      
      	* [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
      	Added the spec file for WinG, it's only stub for now, but it
      	should be easy to do by someone with Windows programming
      	knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
      
      	* [if1632/crtdll.spec]
      	Added some string and memory functions to make sfxed95.exe (of
       	Warcraft 2) almost work.
      75d86e1f
  20. 13 Oct, 1996 1 commit
    • Alexandre Julliard's avatar
      Release 961013 · bf9130af
      Alexandre Julliard authored
      Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [Make.rules.in] [*/Makefile.in]
      	Made it possible to compile from a directory other than the source
      	directory.
      
      	* [graphics/metafiledrv/init.c] [include/metafiledrv.h]
      	  [objects/metafile.c] [objects/dc.c]
      	New graphics driver for metafiles.
      
      	* [if1632/thunk.c]
      	Added thunks for SetWindowsHook and SetDCHook.
      
      	* [windows/dialog.c]
      	Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
      	items.
      
      	* [*/*]
      	Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
       	HINSTANCE, HMENU, HRGN and HTASK.
      
      Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>
      
      	* [controls/edit.c]
      	Fixed EditWndProc() to fall back to DefWndProc() when the
      	edit state structure is not available.
      
      Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>
      
      	* [windows/nonclient.c] [windows/mdi.c]
      	AdjustWindowRectEx16() should only take notice of the styles
       	WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
       	WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
      
      	* [controls/scroll.c]
      	Fixed typo in ShowScrollBar32().
      
      Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
      
      	* [if1632/user32.spec] [if1632/winmm.spec]
      	Added SetParent and sndPlaySoundA.
      bf9130af
  21. 24 Aug, 1996 1 commit
    • Alexandre Julliard's avatar
      Release 960824 · 0e270f45
      Alexandre Julliard authored
      Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [controls/scroll.c]
      	Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
      
      	* [graphics/driver.c] [include/x11drv.h]
      	New files for graphics driver handling.
      
      	* [if1632/relay.c] [include/registers.h] [tools/build.c]
      	Implemented Win32 register functions. Not really tested yet.
      
      	* [include/gdi.h]
      	Added a lot of functions to the DC func table.
      
      	* [loader/pe_image.c]
      	Initialise %fs before calling out to 32-bit code.
      
      	* [windows/hook.c]
      	Fixed bug in HOOK_GetHook().
      
      	* [windows/win.c]
      	Fixed FindWindow to return an error if the class name doesn't exist.
      
      Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
      
      	* [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
      	mpr.dll specs added.
      
      	* [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
      	QueryPerformanceCounter(), GlobalMemoryStatus() added.
      
      	* [if1632/user32.spec] [win32/error.c]
      	SetLastErrorEx() added.
      
      	* [misc/commdlg.c]
      	lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
      
      	* [misc/registry.c]
      	Some missing NULL ptr checks added, misc clean up.
      
      Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
      
      	* [controls/menu.c]
      	Adjust popup menu coordinates so that it always stays within 
      	the desktop.
      
      	* [misc/main.c]
      	Fixed GetEnvironment() return value for lpEnv == NULL case.
      
      Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
      
      	* [misc/crtdll.c] [if1632/crtdll.spec]
      	Added some is* functions, strlen and tolower.
      	
      Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
      
      	* [tools/wineconf]
      	New perl script to generate the wine.conf file.
      
      Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
      
      	* [if1632/gdi.spec]
              Lots of printer functions.
      	
      	* [include/callback.h]
              New functions for printer driver support.
      
      	* [include/gdi.h]
              New/changed structures to support printer driver.
      
      	* [misc/escape.c]
              New version that uses function table in DC structure.
      
      	* [objects/dc.c]
              CreateDC copes with things other than Display.
      	X code for CreateDC moved to graphics/x11drv directory.
      	CreateCompatibleDC copies func table from original DC.
      
      	* [objects/font.c]
              GetTextExtentPoint32A,GetTextMetrics16 use function table in
              DC and code moved to drivers directory.
      
      	* [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
              New files for printer support. 
      
      Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
      
      	* [controls/scroll.c]
      	Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
      	code. There are a few options in which I'm probably the wrong person
      	for the job (page size and disable bar). There are comments in the
      	code as to what they should do.
      
      	* [objects/gdiobj.c] [objects/font.c] [include/font.h]
      	Added 32 bit version of FONT_GetObject.
      0e270f45