1. 26 Feb, 1999 1 commit
  2. 05 Mar, 1997 1 commit
    • Alexandre Julliard's avatar
      Release 970305 · 21979019
      Alexandre Julliard authored
      Sun Mar  2 14:57:37 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [*/*]
      	Completed transition to new Win32 types.
      
      	* [tools/build.c]
      	Changed CallTo16_regs to take a CONTEXT argument.
      
      	* [memory/virtual.c]
      	Rewrote Virtual* functions. Implemented CreateFileMapping and
      	OpenFileMapping. Broke MapViewOfFile ;-)
      
      	* [win32/k32obj.c]
      	Implemented named objects.
      
      Sun Mar  2 00:33:21 1997  Mikolaj Zalewski <zmikolaj@free.polbox.pl>
      
      	* [misc/ole2nls.c] [resources/sysres_Pl.c]
      	Added Polish language support.
      
      Sat Mar  1 13:31:25 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
      
      	* [windows/keyboard.c]
      	Wrote VkKeyScan and tested with Winword. Works ok except for dead
      	chars.
      
      Fri Feb 28 09:34:03 1997  John Harvey <john@division.co.uk>
      
      	* [graphics/win16drv/font.c] [graphics/win16drv/init.c]
      	  [graphics/win16drv/obects.c]
      	Added start of SelectObject call for printer driver. Write should
      	now run with the printer driver enabled.
      
      Wed Feb 26 20:03:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
      
      	* [debugger/*.c]
      	Re-added a disassembly command (list serves another functionality
      	now).
      
      	* [loader/pe_resource.c]
      	Added # support.
      
      	* [misc/ole2nls.c]
      	GetStringType* added.
      
      	* [objects/color.c]
      	VGA16 fixes.
      
      	* [windows/class.c]
      	Look for global widget classes too in GetClassInfo32.
      
      	* [windows/sysmetrics.c] [include/windows.h]
      	Added Win32 sysmetrics.
      
      Sat Feb 22 23:56:29 1997  Jukka Iivonen <iivonen@cc.helsinki.fi>
      
      	* [documentation/languages]
      	The fourth case updated.
      
      	* [if1632/ntdll.spec]
      	Added some is* and to* functions.
      
      Sat Feb 22 23:05:47 1997  Morten Welinder  <terra@diku.dk>
      
      	* [configure.in]
      	Add tests for wait4 and waitpid.
      
      	* [loader/signal.c]
      	Clean up OS-dependent code.  I hope I got it right, :-)
      
      	* [tools/wineconf]
      	Recognise vfat file systems.  Ignore floppy drives specified in
      	/etc/fstab.
      
      	* [files/*]
      	Fix function names in error messages.
      
      Sat Feb 22 06:15:13 1997  Pablo Saratxaga <srtxg@chanae.stben.be>
      
      	* [windows/keyboard.c] [windows/message.c]
      	Support for more latin alphabet dead keys for iso-8859-{1,2,3,4,9}
      	characters sets.
      
      Fri Feb 21 20:37:50 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
      
      	* [controls/edit.c]
      	Fix incorrect arg order in LOCAL_Alloc() call.
      
      Fri Feb 21 18:19:17 1997  Andrew Taylor  <andrew@riscan.com>
      
      	* [multimedia/mmsystem.c] [multimedia/mcistring.c]
      	Fixed bug related to device IDs returned by multimedia
      	system.  Implemented mciGetDeviceID.
      
      Sat Feb 15 00:58:19 1997  Jimen Ching  <jching@aloha.com>
      
      	* [debugger/dbg.y]
      	Do not dereference invalid expressions.
      21979019
  3. 01 Sep, 1995 1 commit
    • Alexandre Julliard's avatar
      Release 950901 · b7258bef
      Alexandre Julliard authored
      Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
      
      	* [Configure]
      	Added compile-time option for IPC.
      
      	* [configure.in]
      	Added command-line options for language, IPC and malloc
      	debugging.
      
      	* [controls/menu.c]
      	WM_MENUSELECT was sometimes sent to the wrong window.
      
      	* [debugger/break.c]
      	For the 'next' command, only step over instruction that require
      	it. This allows 'next' to do the right thing with jmp and ret
      	instructions.
      
      	* [ipc/*.c] [memory/atom.c] [memory/global.c]
      	IPC can now be configured out at compile-time.
      
      	* [loader/task.c]
      	Bug fix in TASK_Reschedule() that could cause a task to be deleted
      	twice.
      
      	* [miscemu/dosmem.c] (New file)
      	Partial emulation of the BIOS data segment.
      
      	* [miscemu/instr.c]
      	Trap attempts to access selector 0x40 and remap the access to
      	segment __0040H.
      
      	* [tools/build.c]
      	Fixed bug in CallTo32_LargeStack() that caused problems when
      	compiling Wine with the -fomit-frame-pointer option.
      
      	* [windows/message.c]
      	Fixed bug in hardware event handling that could cause some events
      	to get ignored.
      
      Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
      
      	* [ipc/README] [ipc/dde.tex]
      	LaTeX documentation for the ipc and DDE stuff.
      
      Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
      
      	* [ipc/Imakefile] [ipc/wine_test_stub.c]
      	Fixed IPC testing. Now it can be compiled with "make tests"
      
      Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
      
      	* [if1632/kernel.spec] [include/windows.h] [misc/main.c]
      	Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
      
      Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
      
      	* [miscemu/int21.c]
      	Misc fix to int21,ah=40 (write) to match _lwrite().
      	AX=0x440A (check if handle is remote) added.
      
      	* [multimedia/mmsystem.c]
      	Moved mciSendString to mcistring.c.
      
      	* [multimedia/mcistring.c]
      	New file, string interface for MCI (not complete, not thoroughly
      	tested).
      
      	* [multimedia/audio.c]
      	IOCTL prints errors; one paranoid check disabled.
      
      	* [misc/file.c]
      	Misc operator precedence fixes.
      
      	* [if1632/gdi.spec] [objects/bitblt.c]
      	Stub for FastWindowFrame (parameters not correct).
      
      Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
      
      	* [loader/ne_image.c]
      	Preliminary support for iterated segments.
      
      Sat Aug 19 00:43:04 1995  Andrew Taylor  (andrew@riscan.com)
      
      	* [windows/mapping.c]
      	In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
       	the absolute value of (ydim / xdim) or (xdim / ydim).
      
      Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
      
      	* [objects/oembitmap.c]
      	Added some includes for Windows 95.
      
      	* [include/sysmetrics.h]
      	Added some sysmetrics for Windows 95.
      
      	* [include/bitmaps/*95]
      	New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
      	obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
      
      Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
      
      	* [misc/shell.c] [rc/sysres*.rc]
      	The caption of the ShellAbout dialog box is language specific and
       	should be defined in the resources.
      b7258bef
  4. 17 Aug, 1995 1 commit
    • Alexandre Julliard's avatar
      Release 950817 · 808cb043
      Alexandre Julliard authored
      Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
      
      	* [*/Makefile.in]
      	Removed winelibclean target, as it doesn't work anyway.
      
      	* [controls/button.c]
      	Avoid drawing the focus rectangle outside of the button.
      
      	* [controls/widgets.c]
      	Fixed bug with the size of the reserved bytes for the Edit
      	control (caused Eudora to crash).
      
      	* [debugger/*] [include/debugger.h]
      	Unified debugger address handling. Segmented and linear addresses
      	are no grouped in a single type DBG_ADDR.
      	All commands now accept seg:off addresses.
      	Module entry points are now loaded upon first entry to the
      	debugger, so that entry points of the loaded executable also
      	appear in the symbol table.
      
      	* [include/registers.h] [miscemu/*.c]
      	Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
      	This makes code less readable, but will prevent a lot of name
      	clashes with other definitions. It also avoids a hidden reference
      	to the 'context' variable.
      
      	* [ipc/dde_atom.c] [misc/atom.c]
      	All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
      	to allow supporting integer atoms.
      	Moved atom.c to memory/ directory.
      
      	* [loader/task.c]
      	Fixed environment allocation to compute the size dynamically.
      	Added 'windir' environment variable.
      	Fixed GetDOSEnvironment() to return the current task environment.
      
      	* [windows/message.c]
      	Fixed bug in MSG_GetWindowForEvent().
      
      Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
      
      	* [include/ole.h]
      	Added a lot of structures  from my Borland Manual. Neither complete,
      	nor 100% right (check please)
      	
      	* [misc/shell.c]
      	Fixed some of the Reg* functions.
      	Enhanced ShellExecute.
      	Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
      	Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
      
      	* [misc/dos_fs.c]
      	Make umsdos mounted windows dirs work again.
      
      	* [miscemu/emulate.c]
      	Added some comments, preimplementation of subfunction 7.
      
      	* [multimedia/mmsystem.c]
      	Implemented mciSendString. not complete, not clean, not
      	necessarily working (only checked with a program which uses
       	'cdaudio' (one working program is cool.exe, a shareware waveditor
       	with cdaudio play facilities.)
      
      	* [multimedia/mcicda.c]
      	Segptr fixes in DriverProc
      	Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
       	link to your real cdrom device.
      
      Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
      
      	* [loader/resource.c]
      	Don't crash in a LoadString to NULL
      
      	* [loader/resource.c]
      	Fixed accelerators to work with modifiers.  (ALT-x modifiers still
       	won't work unless the ALT keypress exited the menu.)
      
      	* [misc/file.c]
      	Expand a file to the current offset with an _lwrite of size zero.
      
      	* [misc/file.c]
      	Set a newly created file to read-write instead of write-only.
      	
      Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
      
      	* [misc/main.c] [include/msdos.h]
      	Fixed to return DOS version 6.22, and the correct byte order
      	for Windows programs.
      
      Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
      
      	* [include/options.h] [memory/global.c] [misc/main.c]
      	Make the new IPC run-time selectible, disabling it by default.
      	(I think it's only useful for libwine, anyway.)
      
      	* [loader/task.c] [memory/selector.c]
      	In FreeSelector(), walk up the stack and fix the frames.
      
      	* [objects/dib.c]
      	Missing break statement in DIB_SetImageBits_RLE8().
      	In GetDIBits(), set the compression flag in the bitmap info to zero.
      
      	* [windows/dialog.c]
      	GetNextDlgGroupItem() needs to treat the first child as if it had
      	an implicit WS_GROUP bit set.
      
      Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
      
      	* [misc/dos_fs.c]
      	Quick'n dirty fix for the initialisation of the Z: information
      	structure.
      808cb043
  5. 29 Jul, 1995 1 commit
    • Alexandre Julliard's avatar
      Release 950727 · e2991ea7
      Alexandre Julliard authored
      Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
      
      	* [ipc/*]
      	New directory. This directory contains the new inter-wine
       	communications support. It enables DDE protocols between two wine
       	instances.  Currently it is limited to DDE, but can be enhanced to
       	support OLE between 2 different wine instances.  This is very
       	important for libwine.a DDE/OLE support.
      
      	* [tools/ipcl]
          	A script to delete garbage IPC handles (shared memory, semaphores
       	and message queues).  The current inter-wine communication is not
       	perfect, and sometimes leaves garbage behind.
      
      	* [if1632/relay.c] [include/atom.h] [include/global.h]
       	[loader/selector.c] [loader/task.c] [loader/module.c]
       	[loader/signal.c] [memory/global.c] [misc/atom.c]
       	[windows/class.c] [windows/message.c] [windows/win.c]
      	[Imakefile]
          	Hooks for inter-wine DDE support, current Global.*Atom functions
       	renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
       	DDE communication. (The first call to these functions sets up the
       	IPC structures - which otherwise cause unneeded overhead.
      
      Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
      
      	* [controls/menu.c]
      	Don't crash if a NULL string is passed to menu functions.
      
      	* [memory/selector.c]
      	We now use a bit in ldt_flags_copy to indicate free LDT entries.
      	Fixed a bug in SELECTOR_ReallocBlock that could cause it to
      	overwrite valid LDT entries when growing a block.
      
      	* [miscemu/instr.c]
      	Emulate int xx instruction by storing the interrupt vector in
      	CS:IP and returning directly. This allows a program to install an
      	interrupt vector.
      
      	* [windows/win.c]
      	Added function WIN_GetTopParent to get the top-level parent of a
      	window.
      
      Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
      
              * [loader/resource.c]
              Added LoadIconHandler. It doesn't do anything yet, but now you
              can use borland help files with winhelp.exe.
      
      Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
      
      	* [misc/main.c]
      	Fixed to return 386 Enhanced mode correctly. Also return the same
       	type of CPU, for both Enhanced and Standard mode, namely a 386.
      
      Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
      
      	* [Configure] [include/options.h] [include/wineopts.h]
      	  [misc/main.c][misc/spy.c]
      	  Removed support of spy file. Redirected spy messages to stddeb.
      	  Removed -spy option. Added -debugmsg +spy option.
      
      	* [debugger/dbg.y][debugger/debug.l]
      	Enabled segmented addresses (seg:offs) for break and x commands.
      
      	* [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
      	  [include/region.h]
      	FrameRgn, REGION_FrameRgn: New functions
      
      	* [if1632/kernel.spec]
      	IsWinOldApTask: Return false
      
      	* [if1632/mouse.spec]
      	CplApplet: Removed
      
      	* [if1632/user.spec] [windows/win.c]
      	ShowOwnedPopups: New function
      
      	* [if1632/winsock.spec] [misc/winsocket.c]
      	inet_addr, select: New prototypes in relay code
      	Fixed memory layout for netdb functions (getXbyY).
      	WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
      
      	* [objects/clipping.c]
      	RectVisible: Fixed call to LPToDP
      
      	* [rc/winerc.c]
      	main: Removed extra argument to getopt for Linux.
      
      Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
      
              * [controls/listbox.c]
      	Yet another fix for ListBoxDirectory().
      	
      	* [loader/module.c] [if1632/kernel.spec]
      	Make GetModuleHandle() accept instance handles as parameter.
      
              * [if1632/relay.c] [loader/task.c]
      	Put a magic cookie at the bottom of the 32 bit stack, and check on
      	each return from a 32 bit function whether it's still there. Complain
      	if it's not.
      
              * [if1632/user.spec]
      	Wrong entry for CloseDriver().
      
      	* [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
      	[miscemu/int21.c]
      	Large parts of dos_fs.c simplified. Changed it to use one
      	current drive/directory per task, which is set to the module path on
      	task creation.
      	Prevent CorelPaint from closing stdin.
      	open() with O_CREAT set must be passed three parameters.
      	DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
      	it's in DOS_readdir() now.
      
      	* [misc/profile.c]
      	Some badly written software (Lotus Freelance Graphics) passes a bogus
      	size parameter that caused Wine to write off the end of a segment.
      	Fixed. (It's probably too paranoid now.)
      	
      	* [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
      	[multimedia/Imakefile] [if1632/winprocs.spec]
      	16 bit entry point for MMSysTimeCallback.
      	Split off time.c and joystick.c from mmsystem.c.
      	
      	* [objects/dib.c]
      	GetDIBits(): call XGetImage() via CallTo32_LargeStack.
      
              * [windows/cursor.c]
      	DestroyCursor(): do nothing for builtin cursors.
      	
      	* [windows/mdi.c]
      	Half of WM_MDISETMENU implemented.
      	
      	* [windows/win.c]
      	EnumWindows() and EnumTaskWindows() never enumerated any windows.
      	Fixed.
      
      	* [windows/*.c]
      	Fixed GetParent() to return correct values for owned windows.
      
      	* [windows/message.c]
      	Don't try to activate disabled top-level windows.
      
              * [windows/nonclient.c]
      	Work around a bug in gcc-2.7.0.
      	
      	* [tools/build.c] [include/stackframe.h] [memory/global.c] 
      	[loader/task.c] [memory/selector.c]
      	Some Visual Basic programs (and possibly others, too) expect ES to be 
      	preserved by a call to an API function, so we have to save it.
      	In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
      	to prevent segfaults if ES contained the selector to be freed.
      
      Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
      
      	* [*/*]
      	Added missing prototypes to header files and relevant includes
      	to reduce compile time warnings.
      
      Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
      
      	* [configure.in] [include/config.h] [*/Makefile.in]
      	New configuration scheme based on autoconf.
      
      Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
      
      	* [miscemu/ioports.c]
      	Revamp to have only one in- and one out- variant, both really
       	implemented.
      
      	* [miscemu/instr.c]
      	INSTR_EmulateInstruction: Use new ioport interface.  Implement
       	string io.  Correct instruction pointer for 32-bit code.
      
      	* [include/miscemu.h]
      	Update port function prototypes.
      
      	* [include/registers.h]
      	Defined FS and GS.
      
      Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
      
      	* [misc/dos_fs.c]
      	ChopOffSlash(): A path consisting off a single slash is left
       	intact, and multiple slashes are all removed.
      e2991ea7