1. 24 Aug, 2004 1 commit
  2. 16 Aug, 2004 1 commit
  3. 03 Dec, 2003 1 commit
  4. 28 Jul, 2003 1 commit
  5. 15 Feb, 2003 1 commit
    • Shachar Shemesh's avatar
      - Implemented two lookup tables for the sample fonts. The first, · ee63d5ee
      Shachar Shemesh authored
        "CHARSET_ORDER", is for converting codepage to ordinal charset num,
        and the second, "SAMPLE_LANG_TEXT", is for giving the actual sample
        text.
      - Removed all references to changing the font directly in stc5.
      - Modified the "InvalidateRect" calls to invalidate the rect where
        stc5 is, rather than stc5 itself.
      - Added handling of WM_PAINT that draws the sample text, properly
        truncated.
      - Removed handling of WM_CTLCOLOR - no longer neccessary.
      ee63d5ee
  6. 08 Nov, 2002 1 commit
  7. 01 Jun, 2002 1 commit
  8. 09 Mar, 2002 1 commit
  9. 23 Jul, 2000 1 commit
  10. 24 Apr, 2000 1 commit
  11. 12 Nov, 1999 1 commit
  12. 03 Sep, 1999 1 commit
  13. 25 Apr, 1999 1 commit
  14. 26 Feb, 1999 1 commit
  15. 11 Feb, 1999 1 commit
  16. 01 Nov, 1998 1 commit
  17. 01 Jun, 1998 1 commit
    • Alexandre Julliard's avatar
      Release 980601 · a845b88e
      Alexandre Julliard authored
      Sun May 31 13:40:13 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [if1632/signal.c]
      	Added display of exception name.
      
      	* [loader/task.c]
      	Yet another attempt at fixing SwitchStackTo/SwitchStackBack.
      
      	* [memory/selector.c] [relay32/builtin32.c] [tools/build.c]
      	  [win32/kernel32.c]
      	Generate an assembly stub for Win32 register functions to make
      	their names available at link time.
      
      	* [programs/*/Makefile.in]
      	Added hacks to support old resource compiler.
      
      Fri May 29 16:27:14 1998  Marcus Meissner <marcus@jet.franken.de>
      
      	* [tools/testrun]
      	Merge of my testscripts at home into one single perl program
      	(tested with perl5). Works only on Linux due to 'ps' and 'ipcs'
      	magic.
      
      	* [controls/menu.c]
      	Added some DefaultMenuItem stubs.
      
      	* [debugger/stabs.c]
      	Fixed stabs loading, now supports (int,int) typeinfo format used
      	by gcc-2.8 and egcs-1. If it still crashes, please mail me.
      
      	* [if1632/][relay32/]
      	Added msvideo.dll (stubs only)
      	Replaced some ptr by str for stringcases
      	Added some new stubs (VxDCall, FindCloseNotif....)
      
      	* [misc/network.c]
      	Some argument fixes.
      
      	* [misc/registry.c][misc/cpu.c]
      	Registry initialization partially rewritten and enhanced.
      
      	* [scheduler/*.c]
      	Some additions so we don't do kill(0,SIGUSR1) (kill processgroup
      	instead of targeted thread)
      	Added SetThreadContext.
      
      Thu May 28 23:59:59 1998  Bertho Stultiens <bertho@akhphd.au.dk>
      
      	* [tools/wrc/*]
      	New resource compiler version 1.0.0 (28-May-1998)
      
      	* [Make.rules.in] [Makefile.in]
      	Changed and added rc rules to point to tools/wrc/wrc.
      
      	* [configure.in] [include/config.h.in]
      	Added check for function 'stricmp'.
      
      	* [include/resource.h]
      	Commented out the old resource structure to catch references.
      	It also includes wrc_rsc.h.
      
      	* [include/wrc_rsc.h]
      	New file. Definitions for the resources generated with wrc.
      
      	* [include/windows.h]
      	Added #ifdef RC_INVOKED to exclude stdarg.h.
      	Added SS_NOTIFY flag.
      
      	* [include/winnls.h]
      	Added SUBLANG_* definitions and corrected some defaults.
      
      	* [loader/libres.c]
      	Changed the sysres load functions to support wrc generated
      	resources.
      
      	* [resource/sysres_*.rc]
      	Added #include <windows.h>
      
      	* [resource/sysres.c]
      	Changed declarations to match wrc's output
      
      	* [resource/Makefile.in]
      	Changed rules to work with wrc.
      
      	* [tools/makedep.c]
      	Changed generation of .rc file dependencies to .s target.
      
      Thu May 28 22:28:39 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
      
      	* [files/file.c][include/windows.c][relay32/kernel32.spec]
      	Implemented GetFileAttributesEx32A/W.
      
      	* [misc/imagelist.h][include/commctrl.h][relay32/comctl32.spec]
      	Added ImageList_Read and ImageList_Write stubs.
      	Added ImageList_AddIcon function.
      	Added ImageList_LoadImage. It is the same as ImageList_LoadImage32A.
      
      	* [controls/header.c]
      	Fixed bitmap drawing bug.
      	Added full bitmap support.
      
      	* [include/commctrl.h]
      	Added missing header macros.
      
      	* [controls/toolbar.c][include/toolbar.h][include/commctrl.h]
      	  [controls/commctrl.c] [relay32/comctl32.spec]
      	First implementation of toolbar control.
      	Implemented CreateToolbar, CreateToolbarEx and CreateMappedBitmap.
      
      	* [controls/progress.c][controls/status.c]
      	Some code cleanup.
      
      	* [controls/commctrl.c][include/commctrl.h][relay32/comctl32.spec]
      	Removed CreateStatusWindow16 and DrawStatusText16.
      	CreateStatusWindow is the same as CreateStatusWindow32A.
      	DrawStatusText is the same as DrawStatusText32A.
      
      Thu May 28 16:01:28 1998  Matthew J. Francis  <asbel@dial.pipex.com>
      
      	* [objects/bitmap.c] [objects/bitmap.h] [objects/oembitmap.c]
      	  [objects/dc.c] [graphics/x11drv/bitblt.c]
      	Added partial implementation of CreateDIBSection, with great thanks
      	to Ulrich Weigand <weigand@informatik.uni-erlangen.de> for
      	contributing the bulk of the patch.
      
      Wed May 27 19:04:31 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
      
      	* [win32/kernel32.c] [if1632/thunk.c] [include/flatthunk.h]
      	ThunkConnect16 and related functions moved to emulator.
      
      	* [loader/ne/segment.c]
      	Call DllEntryPoint with correct arguments.
      
      	* [relay32/builtin32.c]
      	Bugfix: Relay debugging did not work for multiple processes.
      
      	* [controls/menu.c]
      	Bugfix: dwItemData was not set for MF_OWNERDRAW menus.
      
      	* [if1632/relay.c] [relay32/relay386.c]
      	Relay messages converted to use DPRINTF.
      
      	* [controls/desktop.c] [relay32/user32.spec]
      	Implemented PaintDesktop.
      
      	* [files/profile.c] [if1632/kernel.spec] [misc/network.c]
      	  [misc/printdrv.c] [relay32/winspool.spec] 
      	  [win32/ordinals.c] [relay32/kernel32.spec]
      	Some stubs added.
      
      	* [relay32/mpr.spec]
      	All ordinals were off by one.
      
      Tue May 26 13:32:57 1998  Bill Hawes <whawes@star.net>
      
      	* [misc/lstr.c] [include/casemap.h] [tools/unimap.pl]
      	Added Unicode case conversion routines towupper/towlower,
      	with mapping tables casemap.h created by tools/unimap.pl.
      
      	* [misc/ntdll.c] [include/winnls.h] [relay32/ntdll.spec]
      	  [relay32/advapi.spec]
      	Minimal implementation of IsTextUnicode, just enough to get
      	NT4 notepad to open ascii/unicode files.
      
      	* [Make.rules.in] [resources/sysres_En.rc]
      	Added include file dlgs.h for building resource files, so that
      	resources can refer to defined values (e.g. pshHelp).
      
      	* [misc/crtdll.c] [relay32/crtdll.spec]
      	Use towupper/towlower for 32W case conversions.
      
      	* [memory/string.c]
      	Use towupper for 32W case conversions.
      
      	* [ole/ole2nls.c]
      	Use towupper for 32W case conversions; fix mem leak; minor cleanup
      
      	* [controls/edit.c]
      	Added soft break flag to edit state. Print unknown action values
      	for WM_VSCROLL (action 190 occurs when running NT4 notepad.)
      
      Mon May 25 22:42:40 1998  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
      
      	* [files/file.c]
      	Care for a pathological case in SetFilePointer.
      
      	* [graphics/x11drv/xfont.c]
      	Handle longer Font names in LFD_ComposeLFD and try to catch errors.
      
      	* [loader/pe_image.c]
      	Unload Dummymodule when PE_LoadLibraryEx32A fails with
      	PE_LoadImage (makes Encarta 98 installer proceed).
      
      	* [misc/registry.c]
      	Move a check for a special case in RegCreateKeyEx32W after the
      	check for existence.
      
      Tue May 25 20:18:26 1998  Matthew Becker <mbecker@glasscity.net>
      
      	* [misc/ntdll.c]
      	Added some stubs, just guessing at the size of their param lists.
      
      	* [misc/registry.c]
      	Added stubs for RegUnLoadKey, RegSetKeySecurity, RegSaveKey,
      	RegRestoreKey, and RegReplaceKey
      
      	* [programs/regtest/regtest.c]
      	Updated registry testing program.
      
      Sun May 24 18:11:40 1998  Alex Priem <alexp@sci.kun.nl>
      
      	* [file/profile.c]
      	Added flag 'return_values' to PROFILE_GetSection.
      
      Sun May 24 13:41:10 1998  James Juran <jrj120@psu.edu>
      
      	* [misc/shell.c] [files/directory.c]
      	Documentation/debugging info additions.
      
      	* [*/*.c] [include/*.h]
      	Moved many extern function definitions to appropriate header files.
      	Cleaned up a few compile warnings.
      	If #include "debug.h" is present, removed #include <stdio.h>.
      	debug.h includes stdio.h, so it is not necessary to include both.
      
      	* [graphics/*.c] [if1632/signal.c] [ipc/*.c] [scheduler/*.c]
      	  [win32/*.c] [windows/*.c]
      	Final patch to convert fprintf statements to new debugging interface.
      	Some fprintfs are still left, especially in the debugger/ directory.
      	However, IMHO, it's not worth the effort to change the rest.
      
      Fri May 22 21:58:35 1998  Morten Welinder  <terra@diku.dk>
      
      	* [windows/keyboard.c]
      	Correct handling of keys "`-=[]\;',./".
      
      Fri May 22 12:06:00 1998  Per Lindstrm <pelinstr@algonet.se>
      
      	* [include/windows.h] [relay32/kernel32.spec] [win32/console.c]
      	Added stub for ReadConsoleOutputCharacter32A.
      
      Thu May 21 16:45:48 1998  Pascal Cuoq <pcuoq@ens-lyon.fr>
      
      	* [ole/ole2nls.c]
      	Began better implementation of LCMapString32A.
      	Not very well tested yet, and still need improvements.
      
      	* [controls/scroll.c]
      	Documented functions.
      
      Wed May 20 21:37:56 1998  Peter Hunnisett <hunnise@nortel.ca>
      
      	* [include/windows.h][misc/main.c]
      	Change SystemParameterInfo to support SPI_GETHIGHCONTRAST. Also
      	include some missing SPI_ definitions.
      
      	* [include/dsound.h][multimedia/dsound.c][relay32/dplayx.spec]
      	Added stubs for DirectPlayLobbyCreate[AW]. Not sure if these
      	should go into a new files dplayx.c? Anyone care?
      
      	* [include/winnls.h]
      	Added two missing flags for the CompareString32 functions.
      a845b88e
  18. 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
  19. 20 Jan, 1997 1 commit
    • Alexandre Julliard's avatar
      Release 970120 · 01d6346a
      Alexandre Julliard authored
      Sun Jan 19 11:46:48 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [loader/module.c]
      	Fixed LoadModule() to always call the DLL initialization code.
      
      	* [windows/event.c]
      	Moved all the keyboard stuff to windows/keyboard.c
      
      	* [tools/build.c]
      	Fixed Win32 register functions.
      
      Sat Jan 18 22:24:41 1997  David Makepeace  <D.Makepeace@mailbox.uq.oz.au>
      
              * [tools/makedep.c]
              Fixed bug which causes SEGV on Solaris x86.
      
      Fri Jan 17 18:32:27 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
      
      	* [controls/edit.c]
      	Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
      	WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
      	Fixed EM_SETSEL and some minor bugs (features).
      	Hence: fully functional undo and a win95 menu with the right mouse
      		button.
      
      	* [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
      	Added a context menu for the edit control.
      	Translations, please ...
      
      Fri Jan	17 08:29:52 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
      
      	* [windows/event.c]
      	Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
      	Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
      	Added 3-state handling of toggle keys (CapsLock, NumLock) in order
      	to make them work with any X server.
      	Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
      
      	* [include/keyboard.h]
      	Totally replaced the file (formerly containing the vkcase definitions)
      	by the declaration of 'extern' variables contained by event.c and used
      	by keyboard.c
      	
      	* [windows/keyboard.c]
      	Started to rewrite VkKeyScan and MapVirtualKey, to make them use the 
      	table keyc2vkey or X functions only.
      	ToAscii : added keypad 0-9 and . special case.
      	Changed toggle keys active mask from 0x80 to 0x1.
      
      	* [misc/keyboard.c]
      	File deleted. Contents moved to windows/keyboard.c.
      
      	* [misc/main.c]
      	Added putenv XKB_DISABLE to disable XKB extension (which, when
      	present, causes AltGr to change keyboard group instead of being a
      	modifier).
      
      Tue Jan 14 22:56:43 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
      
      	* [windows/event.c]
      	Do not assume NumLockMask is Mod2Mask, but compute it by scanning
      	output of XGetModifierMapping for XK_Num_Lock.
      
      Tue Jan 14 15:49:49 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
      
      	* [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
      	  [debugger/*.c]
      	General clean up.
      	Changed defines/structures to match Windows NT SDK.
      
      	* [loader/main.c]
      	Don't crash on empty command-line.
      
      	* [windows/winpos.c]
      	winpos.c made win32 clean.
      
      	* [misc/ntdll.c]
      	Some string conversion additions.
      
      	* [files/file.c]
      	GetFileAttributes/GetTempFileName fixed.
      
      	* [misc/ver.c]
      	VerInstallFile implemented.
      
      Mon Jan 13 15:03:11 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
      
      	* [tools/build.c]: Use PREFIX also in stabs messages.
      
      Mon Jan 13 10:40:33 1997  John Harvey <john@division.co.uk>
      
      	* [graphics/win16drv/*] [include/win16drv.h]
      	Many fixes and some new features.
      
      	* [graphics/x11drv/font.c] [graphics/x11drv/init.c]
      	  [include/x11drv.h] [objects/font.c]
      	GetTextMetrics() moved to graphics driver.
      
      	* [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
      	New dummy EngineEnumerateFont, EngineRealizeFont functions.
      
      	* [include/windows.h]
      	TEXTFORM16 and FONTINFO16 structure definitions moved here from
      	include/win16drv.h
      01d6346a
  20. 06 May, 1996 1 commit
    • Alexandre Julliard's avatar
      Release 960506 · 1285c2f9
      Alexandre Julliard authored
      Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [DEVELOPERS-HINTS]
      	Added paragraph on naming conventions for Win16/Win32/Winelib.
      
      	* [controls/menu.c]
      	Create a default system menu that is the same for all windows
      	instead of making a copy every time.
      
      	* [include/wintypes.h]
      	Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
      	Added xx16 and xx32 definitions for most types. General clean-up.
      
      	* [memory/global.c] [memory/local.c] [*/*]
      	Renamed Global and Local heap functions to xxx16. Added all xxx32
      	versions of the same functions.
      
      	* [memory/selector.c]
      	Mask out lower bits of selector in FreeSelector().
      
      	* [misc/lstr.c]
      	Fixed wvsprintf().
      
      	* [windows/class.c]
      	Changed the class structure to make Win32 support easier.
      
      	* [windows/defwnd.c]
      	Added handling of WM_INITMENUPOPUP for system menu to gray out
      	invalid options.
      
      	* [windows/winpos.c]
      	Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
      	a SEGPTR.
      
      Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
      
      	* [memory/local.c]
      	Implementation of moveable and (rudimentary) support for
       	discardable local memory, plus several bug fixes.
      
      Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
      
      	* [include/windows.h] [windows/win.c] [if1632/user.spec] 
      	FindWindowEx() implemented (someone reported it was missing
      	for FrameMaker 4.1).
      
      	* [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
      	  [win32/resource.c]
      	Misc small stubs/small functions which bring win95 binaries
      	further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
      	Small fix in WIN32_LoadAcceleratorsA.
      
      Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
      
      	* [controls/edit.c] [controls/EDIT.TODO]
      	Changed / fixed some types and typecasts.
      	Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
      	Added heap initialization in WM_CREATE.
      
      Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
      
      	* [controls/combo.c] [controls/listbox.c]
      	Pass WM_[HV]SCROLL to listbox, but not combo.
      	Don't try to redraw non-existant scroll bars (changes dwStyle flags).
      	Combo box gets border.
      	Combo box includes button (otherwise button won't trigger dropdown).
      	Proper border around RectButton.
      	Check size consistancy of combo, listbox, and button after resizing 
      	or before painting.  These routines still aren't completely correct.
      	Localize size checks in separate routines.
      	Listboxes are white.
      
      Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
      
      	* [controls/combo.c][include/commdlg.h][include/commdlg.c]
      	  [resources/sysres_De.rc][resources/sysres_En.rc]
      	Introduced ChooseFont dialog, but needed some patches in 
      	handling of comboboxes with edit controls.
      
      Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
      
      	* [programs/winhelp/*]
      	Added a help viewer and a simple `.hlp' to `.sgml' converter.
      
      Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
      
      	* [resources/sysres_*.rc] [misc/shell.c]
      	Modified size of "About" dialog boxes.
      
      Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
      
      	* [if1632/Makefile.in][loader/builtin.c]
      	crtdll.spec, ntdll.spec, wsock32.spec: new files.
      
      	* [loader/pe_image.c]
      	Fix error message if import by ordinal failed.
      1285c2f9
  21. 14 Apr, 1996 1 commit
    • Alexandre Julliard's avatar
      Release 960414 · 329f0680
      Alexandre Julliard authored
      Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [controls/menu.c] [include/dialog.h] [windows/dialog.c]
      	Made the resource loading code always use the correct Windows
      	layout for Winelib on other CPUs.
      
      	* [include/module.h] [loader/module.c]
      	Added self handle in NE_MODULE structure, so we can use a pointer
      	instead of a handle.
      	Added function MODULE_GetPtr() to validate a HMODULE.
      
      	* [memory/heap.c]
      	Implemented Win32 heap management.
      
      	* [memory/selector.c]
      	Fix selector limit for huge blocks.
      
      Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
      
      	* [objects/metafile.c]
      	Fixed memcpy bug to allow memory based metafiles to work.
      
      Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
      
      	* [controls/edit.c] [controls/EDIT.TODO]
      	Complete rewrite.  Everything changed: new features, new bugs.
      	Main addition: WordWrap.
      
      Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
      
      	* [resources/sysres_It.rc]
      	Fixed a few mistakes in the file and resized some of the controls.
      
      Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
      
      	* [misc/winsocket.c]
      	Fixed broken #if defined that stopped unixware compiling.
      
      	* [win32/resource.c]
              Added missing return to end of FindResource32.
      
      Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
      
      	* [windows/keyboard.c] [windows/event.c]
      	Fixed GetKeyState for mouse buttons.
      
      	* [windows/message.c]
      	WM_MOUSEACTIVATE wasn't sent in some cases.
      
      Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
      
      	* [objects/font.c]
      	Match slightly bigger font if height negative.
      
      Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
      
      	* [multimedia/mmsystem.c]
      	Changed read's to FILE_read's in mmsystem to fix mmio bug.
      
      Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
      
      	* [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
      	Introduced ColorDlgProc() for ChooseColor() and replaced fitting
      	En-,De- resources. 
      	As written in TODO: some national language support is needed here.
      329f0680
  22. 25 Feb, 1996 1 commit
    • Alexandre Julliard's avatar
      Release 960225 · 7d654eb2
      Alexandre Julliard authored
      Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [files/profile.c]
      	Added \r when writing profile files, for DOS compatibility.
      
      	* [memory/global.c]
      	Fixed bug in GlobalReAlloc() that caused a discarded block not to
       	be reallocated if its size was not changed.
      
      	* [memory/selector.c]
      	Avoid setting a valid LDT entry with base and limit set to 0, as
       	this causes the kernel to clear the entry. This fixes a crash when
       	exiting Windows program manager.
      
      	* [objects/metafile.c]
      	Removed call to creat() instead of _lcreat() for WINELIB.
      
      Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
      
      	* [if1632/gdi32.spec]
      	GetTextExtentPointA now has win32 specific implementation.
      
      	* [include/struct32.h]
      	Define new structure tagSIZE32 and typedef SIZE32 to it.
      	Define prototype for function PARAM32_SIZE16to32
      
      	* [win32/param32.c]
      	New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
      
      	* [win32/memory.c]
      	Added missing file pointer parameter to fprintf.
      
      Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
      
      	* [windows/nonclient.c]
      	Added more familiar icon activity, ie single click brings up
       	system menu.
      
      Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
      
      	* [controls/menu.c]
      	Added calls to HideCaret() and ShowCaret() from within
       	TrackPopupMenu(), MENU_TrackMouseMenuBar() and
       	MENU_TrackKbdMenuBar().  Are there any more places where this
       	should be done?
      
      	* [controls/static.c]
      	Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
       	the previous icon.  Added a new FIXME at the point where
       	WM_SETTEXT is handled for a SS_ICON static control.
      
      	* [misc/commdlg.c]
      	Implemented FindText() and ReplaceText()
      	Still missing : Templates and Hooks handling / error checking
      
      	* [resources/sysres_En.c]
      	Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
      	Languages other than En should update these too, though, as well
       	as redimension the controls because some of the text doesn't fit.
        	Created file resources/TODO to explain this.
      
      	* [windows/caret.c]
      	Re-written.  It now uses the correct R2_XORPEN.  It resets the
       	blink timer on SetCaretPos().  It does its own hide/show scheme
       	when SetCaretPos() is called (should be faster).
      
      Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
      
      	* [controls/listbox.c]
      	Miscellaneous changes for better LBS_EXTENDEDSEL support.
      	Removed several superfluous redrawals of item list.
      
      	* [controls/scroll.c]
      	WM_GETDLGCODE return value.
      
      	* [windows/win.c]
      	FlashWindow function.
      
      	* [windows/painting.c] [windows/scroll.c]
      	Added HideCaret/ShowCaret calls.
      
      	* [objects/font.c]
      	Added GetCharABCWidths stub.
      
      	* [include/windows.h]
      	"#define"s needed for changes mentioned above.
      
      Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
      
      	* [include/winsock.h]
      	Change order of includes to get in_addr struct defined in time.
      	(Note: Linux 1.3.66, libc 5.2.18)
      
      	* [misc/main.c] [include/options.h] [miscemu/int2f.c]
      	Changed the -enhanced option into a -mode option, which can be
      	either 'standard' or 'enhanced'. 'enhanced' is the default.
      7d654eb2
  23. 26 Dec, 1995 1 commit
    • Alexandre Julliard's avatar
      Release 951226 · d7d4fdf8
      Alexandre Julliard authored
      Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
      
      	* [configure.in] [Makefile.in] [tools/install-sh]
      	New 'install' target installs Wine binary, library and man page.
      	Library is now more logically named libwine.a.
      	Split toolkit/ directory into library (for library code) and
      	libtest (for test programs).
      
      	* [controls/edit.c]
      	Quick hack to partially support EM_PASSWORD style (avoids
      	displaying your passwords on the screen when testing programs...)
      
      	* [configure.in] [controls/menu.c] [include/resource.h]
      	  [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
      	Language is now a run-time option (wine -language xx).
      
      	* [debugger/dbg.y]
      	Dump some more debugging info on crash.
      
      	* [misc/profile.c]
      	Only consider ';' as a comment if it's the first non-blank
      	character on the line.
      
      	* [miscemu/dpmi.c]
      	More debugging info for real-mode callback.
      
      	* [objects/gdiobj.c]
      	Rewrote EnumObjects() to do the Right Thing.
      
      	* [resources/sysres*]
      	New directory containing system resources.
      
      Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
      
      	* [win32/file.c] [win32/memory.c]
              Unixware doesn't have MAP_ANON ifdefed out for now.
      
      	* [misc/dos_fs.c]
              DOS_GetDosFileName didn't truncate paths starting ./ properly.
      
      	* [tools/build.c]
      	Produces assembly code that works with the unixware assembler.
      
      Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
      
      	* [miscemu/instr.c]
      	INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
      
      	* [misc/dos_fs.c]
      	DOS_readdir should always return directories, even if they don't
       	match the file name mask.
      
      Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
      	
      	* [misc/exec.c]
      	Give arguments to winhelp.
      
      	* [miscemu/int21.c]
      	Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
      	Created function ExtendedOpenCreateFile.
      	Give for some Windows95 interrupts the return value 'not
      	implemented'.
      
      Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
      
      	* [include/kernel32.h] [include/windows.h]
      	Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
       	include/kernel32.h to include/windows.h and declared the new Win32
       	API functions Sleep(), GetLocalTime(), and GetSystemTime().
        	Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
      
      	* [rc/rc (new file)]
      	Created the shell script 'rc', which should simplify resource
       	compilation.
      
      	* [win32/environment.c]
      	Kludged around an undefined reference to wine_files.  This change
       	should be fixed some time.
      
      	* [win32/time.c] [if1632/kernel32.spec]
      	Added the functions GetSystemTime(), and Sleep().
      
      	* [miscemu/int21.c]
      	Renamed static function GetSystemTime to INT21_GetSystemTime to
       	avoid conflicts with the API function of the same name.
      
      	* [include/wintypes.h]
      	Added the SPFMT definition for printf statements.
      
      	* [misc/shell.c] [include/shell.h]
      	Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
       	with the ones in include/winerror.h.  They should probably use the
       	versions in winerror.h, but I'm not certain, and that can be done
       	later.
      
      	* [windows/mdi.c]
      	Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
       	WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
       	(boolean) was discarded with this translation.  Translated handler
       	of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
       	WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
       	false, call DrawMenuBar() if desired).
      
      	* [*/*]
      	General explicit casts and more rigid typing to remove warnings.
      
      	* [include/winpos.h] [windows/winpos.c]
      	Changed return type of WINPOS_ChangeActiveWindow to BOOL.
      
      	* [include/commdlg.h] [misc/commdlg.c]
      	Added prototypes for ChooseColor(), CommDlgExtendedError(),
       	FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
       	PrintDlg, and ReplaceText().
      	Renamed the CommDlgExtendError() function to CommDlgExtendedError().
      	Made GetFileTitle return a short, as per the API definition.
      
      	* [Makefile.in]
      	Added line to clean and distclean that removes temporaries from
       	the include directory.
      
      Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
      
      	* [controls/edit.c]
      	Almost rewrote EDIT_GetLineMsg.
      
      Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <andrew@riscan.com>
      
      	* [windows/mdi.c]
      	Fixed MDITile() bug that occurs when 0 windows are present or all
      	windows are minimized.
      
      Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
      
      	* [misc/profile.c]
              Try harder to find files, especially in the working directory.
      	Look in $HOME/.wine too and create it there if it isn't found.
      d7d4fdf8
  24. 18 Sep, 1995 1 commit
    • Alexandre Julliard's avatar
      Release 950918 · ff8331ea
      Alexandre Julliard authored
      Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
      
      	* [configure.in] [*/Makefile.in] [Make.rules.in]
      	Cleaned up makefiles, added configuration option for Winelib,
      	grouped common make rules in Make.rules.in.
      
      	* [Configure]
      	Renamed to 'Configure.old'; please use 'configure' instead.
      
      	* [controls/menu.c]
      	Fixed DestroyMenu() to avoid deleting the same menu twice.
      	More fixes to WM_MENUSELECT, and added WM_INITMENU.
      
      	* [if1632/relay.c]
      	Fixed wrong register values displayed by RELAY_DebugCall32().
      
      	* [memory/local.c]
      	Fixed LocalLock() and LocalUnlock() to increment/decrement the
      	lock count for moveable blocks.
      
      	* [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
      	Modified the generated C file so that the resource information
      	(size, etc.) is also exported.
      	Modified common dialogs to use the new informations.
      
      	* [misc/main.c] [ANNOUNCE]
      	Update the list of contributors. Please let me know if I forgot
      	someone.
      
      	* [rc/sysres.rc] [rc/sysres_En.rc]
      	Moved English resources to sysres_En.rc.
      	Changed ids from numeric to symbolic for dialogs.
      
      	* [windows/dialog.c]
      	Modified template parsing to be able to pass segmented pointers to
      	CreateWindow().
      
      	* [windows/win.c]
      	CreateWindow() now takes segmented pointers for class and window
      	names.
      	Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
      	or WS_MINIMIZE bits are set.
      
      Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
      
      	* [controls/scroll.c]
      	Fixed scroll-bar bugs for non-client windows.
      
      Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
      
      	* [include/cursor.h] [windows/cursor.c]
      	Cursor is not mirrored any more and the hotspot is set right.
      
      Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
      
      	* [ole.h]
      	Misc small fixes.
      
      Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
      
      	* [rc/sysres_Es.rc]
      	First attempt at Spanish [Es] language support.
      
      Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
      
      	* [include/alias.h][windows/alias.c][include/relay32.h]
      	New files
      
      	* [controls/widgets.c]
      	WIDGETS_Init: register alias window procedures
      
      	* [if1632/callback.c]
      	CallWndProc: Call alias functions if necessary
      
      	* [if1632/gdi32.spec]
      	GetStockObject, TextOutA: new relays
      
      	* [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
      	user32.c: new file
      	BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
      	GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
      
      	* [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
      	PE_Win32CallToStart: new function
      	MODULE_CreateInstance: removed static attribute
      	LoadModule: Try loading PE image on error 21
      	PE_LoadModule: new function
      	PE_LoadImage: initialize pe_data with 0
      	
      	* [include/dlls.h][include/peexe.h]
      	moved pe_data and w_files to peexe.h
      	
      	* [misc/shell.c]
      	ShellAbout: Register AboutWndProc aliases
      
      	* [miscemu/int21.c]
      	handle 0x440A and 0xDC
      
      	* [miscemu/int2f.c]
      	handle 0x84
      
      	* [objects/dib.c]
      	CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
      
      	* [tools/build.c]
      	include windows.h and relay32.h into generated Win32 relays,
      	don't declare the implementation as int (*)();
      	limit in WIN32_builtin was off by one
      
      	* [windows/caret.c]
      	CARET_Initialize: new function, call on strategic places
      
      	* [windows/messagebox.c]
      	MessageBox: register message box proc aliases
      
      	* [if1632/advapi32.spec][if1632/comdlg32.spec]
      	New files
      
      	* [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
      	added new spec files
      	RELAY32_GetBuiltinDLL: perform lookup case insensitive
      	RELAY32_GetEntryPoint: start name search at 0
      
      	* [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
      	Added stubs for new Win95 API
      
      Sat Sep 2 1995  Martin Roy
      
      	* [misc/commdlg.c]
      	In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
        	When process IDOK button in FILEDLG_WMCommand(),
       	lpofn->nFilterIndex should be updated to current selection.
      
      Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
      
      	* [loader/module.c] [loader/ne_image.c]
      	Added support of self-loading modules.
      ff8331ea
  25. 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
  26. 20 Jun, 1995 1 commit
    • Alexandre Julliard's avatar
      Release 950620 · bd34d4ff
      Alexandre Julliard authored
      Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
      
      	* [debugger/*.c]
      	Modified debugger to use segmented pointers everywhere.
      
      	* [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
      	Declared all functions that return only 16-bit as 'pascal16'.
      
      	* [include/ldt.h] [memory/ldt.c]
      	Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
      	Maintain a copy of the selector flags, removing the need to make a
      	system call to retrieve an LDT entry.
      
      	* [loader/module.c]
      	Fixed bug with module file handle cache.
      
      	* [loader/ne_resource.c]
      	Fixed file name bug in NE_AccessResource().
      
      	* [loader/resource.c]
      	Fixed bug in LoadIcon() that caused wrong colors to be used for
      	the icon mask.
      
      	* [loader/signal.c]
      	Moved instruction emulation to miscemu/instr.c.
      
      	* [misc/dos_fs.c] [miscemu/int21.c]
      	Lots of small fixes, thanks to Morten Welinder.
      
      	* [miscemu/dpmi.c]
      	More complete DPMI emulation.
      
      	* [miscemu/instr.c]
      	Added support for prefixes in instructions to emulate.
      
      	* [miscemu/int2f.c]
      	Use register macros instead of destroying the high part of 32-bit
      	registers.
      
      	* [objects/dc.c]
      	Fixed bug in GetDCState() that failed to clear the new DC.
      
      	* [rc/sysres.rc]
      	Removed dialogs 11 and 12 that were never used.
      
      	* [tools/build.c]
      	'pascal16' generated functions did not save %dx.
      	Removed use of %fs to access the stack.
      	%ds is no longer initialized before calling a 16-bit routine.
      
      	* [windows/defwnd.c]
      	Accept a NULL pointer as window title.
      
      	* [windows/mdi.c]
      	MDICascade: skip iconic windows.
      	Implemented CalcChildScroll().
      	
      	* [windows/utility.c]
      	Fixed MulDiv() for illegal values.
      
      	* [windows/win.c]
      	Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
      	a zero width or height.
      
      Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
      
      	* [controls/edit.c]
      	Fixed "uninitalized" message which -Wall couldnt see to be ok
      	in EDIT_WriteText.
      
      	* [include/debug.h]
      	Added define for extra checks in API definitions during debugging.
      
      	* [loader/ne_image.c]
      	Added newline in NE_FixupPrologs to avoid long lines.
      
      	* [misc/dos_fs.c]
      	Added extra safety check in DOS_ValidDrive.
      
      	* [misc/exec.c]
      	Fixed definition of ExitWindows.
      	
      Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
      
      	* [controls/edit.c]
      	Some fixes, mostly for memory management, but also for text selection
      	and tab postitions. General cleanup. Notepad.exe now works.
      
      	* [controls/combo.c]
      	Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
      	the combo box, not the ComboLBox that belongs to it.
      
      	* [controls/listbox.c]
      	Handle itemID field correctly throughout.
      
      	* [memory/local.c]
      	Implemented flag LMEM_ZEROINIT.
      	LocalReAlloc() could trash the heap. Fixed.
      
      	* [objects/font.c]
      	FONT_MatchFont(): don't get confused by negative widths.
      	Fixed a segfault in EnumFonts().
      
      	* [objects/text.c]
      	DrawText(): DT_CALCRECT implies DT_NOCLIP.
      
      	* [objects/dcvalues.c]
      	MAKELONG was used with bad parameters in DC_GET_X_Y.
      
      	* [windows/dialog.c]
      	Don't show the dialog if WS_VISIBLE isn't set in the template.
      
      	* [windows/utility.c]
      	UTILITY_convertArgs(): Never pass an expression containing ++ into a
      	macro...
      
      	* [windows/win.c]
      	SetParent() should unlink the window before changing the parent.
      
      	* [windows/message.c]
      	Don't call timer functions via CallWindowProc(), since it checks
      	whether hwnd==0 and does not call the function in that case.
      
      	* [miscemu/instr.c]
      	Ignore interrupt 0x3D, for VBRUN300.DLL.
      
      	* [misc/commdlg.c]
      	Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
      	pointer to the item text.
      
      	* [if1632/relay.c]
      	Disable OLE and DDEML DLLs by default, since they contain nothing but
      	stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
      	some programs may work better without them.
      	
      	* [multimedia/*.c] [include/multimedia.h] [include/driver.h]
      	Begun cleaning things up a little. Replaced printfs with dprintf_
      	macros, made functions static where possible, and some other minor
      	changes.
      
      Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
      
      	* [debugger/dbg.y][debugger/dbg.l]
      	Removed special handling for FILE_IDENTIFER, because it caused
      	problems with x/<format> statements.
      
      	* [debugger/info.c]
      	Use SC_ESP instead of SC_EIP for stack dump.
      
      	* [misc/compobj.c][if1632/compobj.spec]
      	CoBuildVersion, CoInitialize, CoUninitialize: new functions
      
      	* [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
      	New files ole2.c, ole2.h
      	OleBuildVersion, OleInitialize, OleUninitialize: new functions
      
      	* [if1632/ole2disp.spec]
      	Added missing ordinals above 109
      
      	* [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
      	New file winnls.h
      	GetLocaleInfoA: new function
      
      	* [if1632/shell.spec]
      	Added FindEnvironmentString as stub
      
      	* [misc/olecli.c][if1632/olecli.spec]
      	OleIsDcMeta: New function
      
      	* [objects/font][misc/gdi.spec]
      	GetKerningPairs: new function
      
      	* [misc/shell.c]
      	ShellExecute: Implemented support for starting programs
      
      	* [if1632/user.spec]
      	Inserted missing relay to GetClipCursor
      
      Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
              
      	* [controls/edit.c]
      	Fix a problem with the local heap.
      
      	* [include/wintypes.h]
      	Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
      	
      	* [include/mdi.h] [windows/mdi.c]
      	This code still assumed segmented address==linear address. Fixed.
      
      	* [include/msdos.h] [misc/dos_fs.c]
      	The filemask field of the dosdirent structure could be overrun. Fixed.
      	If you had a file called foobar and a file called foo, trying to 
      	FindFile(foo) could accidentally find file foobar instead. Fixed.
      	
      	* [misc/file.c]
      	OpenFile(): Always return the full pathname in ofs->szPathName. This 
      	also fixes GetModuleFilename().
      	Prevent _lclose() from closing stderr or stdout.
      
      	* [misc/profile.c]
      	Search for .ini files in the path of the current module as well.
      	(Needed by Lotus Organizer.)
      
      	* [loader/task.c] [loader/ne_image.c] [loader/module.c]
      	[memory/local.c]
      	Local heaps are now initialized by InitTask() for executables. DLLs
      	have to call LocalInit() themselves, LocalInit() has to put the
      	heap at the end of the segment when called with start==0. We no longer
      	allocate the DGROUP with 64k on startup, but grow the local heap
      	in LOCAL_GetBlock() when necessary.
      
              * [loader/module.c]
      	LoadLibrary() should call LoadModule() in all cases, even if the
      	DLL is already loaded, to ensure that the reference count is correct.
      
      	* [loader/ne_image.c]
      	Some changes to function prolog fixup. Does anyone know exactly how
      	this is supposed to work? I am only guessing here.
      	In NE_InitializeDLLs(), initialize the DLLs a module refers to before
      	the module itself.
      	
              * [loader/task.c]
      	Initialize instance data at the beginning of the DGROUP in InitTask().
      
      	* [memory/local.c]
      	Some fixes for moveable blocks.
      
      	* [memory/selector.c]
      	All the IsBad*Pointer() functions returned exactly the wrong boolean
      	value in all cases!
      	
      	* [objects/bitblt.c]
      	Fixed another null pointer dereference in debugging output.
      	
      	* [objects/font.c]
      	Some more recovery possibilities for FONT_MatchFont() if a specified
      	font does not exist.
      	
      	* [windows/win.c]
      	The dialog code may call CreateWindowEx with an integer in windowName.
      	This happens for static icon controls that expect a resource ID as
      	the window name. CreateWindowEx() used to crash. Fixed.
      	
      	* [windows/class.c] [windows/win.c]
      	Window classes are owned by modules, not instances. Changed
      	RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
      	accordingly.
      
      Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
      
      	* [miscemu/int21.c]
      	  clock.exe was displaying incorrect year.
      
      Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
      
      	* [include/cursor.h] [windows/cursor.c]
      	Implemented CreateCursorIconIndirect().
      bd34d4ff
  27. 06 Jun, 1995 1 commit
    • Alexandre Julliard's avatar
      Release 950606 · a2f2e019
      Alexandre Julliard authored
      Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
      
      	* [controls/menu.c]
      	Fixed bug with drawing multi-column menus with vertical separator.
      
      	* [debugger/debug.l]
      	Fixed NULL-pointer reference after readline().
      
      	* [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
      	Added interrupt vector emulation. Allows to retrieve an interrupt
      	vector and jump to it without crashing.
      
      	* [loader/ldt.c]
      	Moved ldt.c to memory directory.
      
      	* [loader/task.c]
      	Implemented LockCurrentTask() and GetInstanceData().
      
      	* [objects/bitblt.c]
      	Fixed a bug that caused StretchBlt() to use wrong colors when
      	stretching a monochrome bitmap to a color display.
      
      	* [objects/bitmap.c]
      	Fixed a segmented pointer bug in CreateBitmapIndirect().
      
      	* [tools/build.c]
      	Added possibility to have arguments for register functions; used
      	by interrupt vectors to remove the flags from the stack.
      	Generate a new function CallTo32_LargeStack(), that allows calling
      	a 32-bit function using the original 32-bit stack, for functions
      	that need more that 64k of stack.
      
      Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
      
      	* [if1632/shell.spec] [misc/shell.c]
      	DoEnvironmentSubst: fixed prototype
      
      	* [if1632/gdi.spec] [objects/palette.c]
      	SetSystemPaletteUse: new function
      
      	* [if1632/kernel.spec] [loader/resource.c]
      	DirectResAlloc: new function
      
      	* [if1632/user.spec] [windows/keyboard.c]
      	SetKeyboardState: new function
      
      Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
              
      	* [tools/build.c]
              Prevent interrupts from destroying the args for a 32 bit function
              by loading the correct value into %esp directly after %ss.
      
      	* [loader/ne_image.c] [loader/module.c]
      	The new instance must be created earlier in LoadModule(), so that
      	fixups referencing it will be handled correctly.
              Initialize the local heap for a DGROUP in NE_LoadSegment().
      	
      	* [objects/dib.c]
      	Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
      	This used to crash Wine. Fixed.
      
              * [objects/text.c]
      	Fix possible null pointer dereference in debugging output.
      	
      	* [misc/commdlg.c]
      	Handle user input in the edit control better. Some bugs fixed.
      	
      	* [memory/local.c]
      	Started implementing moveable blocks. This is unfinished (!), but
      	at least it does not seem to break things.
      
      Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
              
      	* [loader/module.c]
      	LoadModule(): DLLs occasionally have a data segment, and they work
      	much better if it is loaded :-)
      	LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
      	FindModule(): also strip off the last backslash of the pathnames
      	(Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
      	GetModuleHandle(): just call MODULE_FindModule, it does the same job,
      	only better.
      	
      	* [loader/ne_image.c]
      	LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
      	not really correct, it seems that all programs and DLLs try to do
      	this themselves. But they pass weird parameters.)
      	NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
      	
      	* [loader/task.c] [misc/user.c]
      	Finish global initializations in InitTask instead of InitApp, or
      	all the DLLs will be initialized in InitTask without any available
      	window classes!
      a2f2e019
  28. 22 May, 1995 1 commit
    • Alexandre Julliard's avatar
      Release 950522 · 2787be87
      Alexandre Julliard authored
      Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
      
      	* [debugger/hash.c] [debugger/info.c]
      	Added support for symbolic segmented addresses. Add symbols for all
      	built-in API entry points.
      
      	* [if1632/relay.c] [include/dlls.h]
      	Removed dll_table structure, as we now use the built-in module
      	structures.
      
      	* [if1632/relay.c] [loader/main.c]
      	Removed winestat option, as it was no longer very meaningful.
      
      	* [include/stackframe.h]
      	New macro MAKE_SEGPTR that creates a segmented pointer to a local
      	variable on the 32-bit stack.
      
      	* [loader/module.c]
      	Added support for multiple instances of an application.
      	Implemented LoadModule() and FreeModule().
      
      	* [loader/ne_image.c] [loader/task.c]
      	Moved initialisation of built-in DLLs to InitTask().
      
      	* [memory/global.c]
      	Implemented discardable blocks.
      
      	* [misc/file.c]
      	Search path of current executable in OpenFile().
      	Fixed bug with searching in Windows path.
      
      	* [misc/lstr.c]
      	Hard-coded translation tables for Ansi<->Oem.
      
      	* [misc/user.c]
      	Moved some global initializations to InitApp(), because they need
      	a task context to be performed.
      
      	* [objects/dc.c]
      	Handle R2_BLACK and R2_WHITE specially so that they work correctly
      	with palette displays.
      
      	* [tools/build.c]
      	Suppressed generation of the C file for DLL specs, because it's no
      	longer needed. Output all the assembly code directly to stdout.
      	Some changes to integrate Win32 support from Martin von	Loewis. 
      
      	* [windows/msgbox.c]
      	Moved message box code from misc/ to windows/.
      
      Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
      
      	* [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
      	  [misc/mmaux.c] [misc/mmsystem.c]
      	Modify code & use pointers conversion macros.
      	Make cdaudio & wave devices work again (only using some applets).
      
      	* [misc/profile.c]
      	Change getc() to fgetc() where needed.
      
      Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
      
      	* [if1632/Imakefile]
      	added entries for the new files gdi32.spec, kernel32.spec,
      	user32.spec, shell32.spec and winprocs32.spec.
      
      	* [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
      	  [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
      	ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
      	ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
      		stub implementations provided 
      	marked storage.dll,storege.sys functions as stubs
      
      	* [include/pe_image.h]
      	Added structures WIN32_builtin and  WIN32_function
      
      	* [include/peexe.h]
      	PE_Import_Directory: renamed reserved fields to 
      		TimeDate, Forwarder, Thunk_List
      
      	* [include/winerror.h]
      	New file.
      
      	* [loader/main.c]
      	called RELAY32_Init
      
      	* [loader/pe_image.c]
      	xmmap: map BSS anonymous
      	dump_imports: renamed to fixup_imports, do the fixup of imported
      	              symbols
      	PE_LoadImage: pass raw data size to xmmap
      
      	* [loader/resource.c]
      	DumpIcon: new function
      
      	* [misc/kernel32.c]
      	New file.
      
      	* [misc/main.c]
      	make stdout and stderr unbuffered
      
      	* [misc/shell.c]
      	DoEnvironmentSubst: new function
      
      	* [objects/font.c]
      	FONT_MatchFont: try oblique if there is no italic
      
      	* [rc/Imakefile][rc/parser.l]
      	yywrap: new function
      	Don't link with libfl.a on Linux
      
      	* [tools/build.c]
      	Added keywords stdcall, subsystem, base
      	GenerateForWin32: new function
      	BuildSpecFiles: call GenerateForWin32 if subsystem is win32
      
      Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
              
              * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
      	Minor fixes.
      	
      	* [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
      	Rewrote message box handling.
      	
      	* [windows/dialog.c]
      	Dialogs should be invisible until after WM_INITDIALOG is seent.
      	Don't switch to invisible dialog items on a TAB keypress.
      	
      	* [windows/mdi.c]
      	Send WM_NCPAINT message in MDIRestoreChild().
      	
      	* [windows/painting.c]
      	Fixed typo (&& -> &).
      	
      	* [windows/message.c] [if1632/user.spec]
      	Implemented PostAppMessage().
      	
      	* [windows/event.c]
      	SetCapture(0) should act like ReleaseCapture().
      
      Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
      
      	* [Imakefile]
      	Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
      	Added ASFLAGS to exported variables.
      
      	* [debugger/readline/Imakefile]
      	Moved defines for libreadline from DEFINES to EXTRA_DEFINES
      
      	* [memory/local.c] [miscemu/int21.c]
      	Added some more debugging outputs.
      
      Mon May  8 00:55:27 MET DST 1995	  Dag Asheim (dash@ifi.uio.no)
      
      	* [misc/message.c]
      	Fixed a "FIXME" concerning norwegian translation.
      
      Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
              
      	* [*/*]
              Removed warnings in a couple of files and deleted some obsolete code.
      
              * [controls/listbox.c]
              Cleanup, speed improvements & lots of bug fixes.
      
              * [controls/combo.c]
      	Mostly rewritten. This is still very buggy, but not quite as bad as 
      	before.
      
              * [include/commdlg.h] [misc/commdlg.c]
              Removed the need for sysres.dll. Small bug fixes.
      	
              * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
                [loader/library.c] [loader/main.c] [rc/sysres*.rc]
              Removed sysres.dll and replaced the remaining bitmaps/icons with
              XPM equivalents.
      
              * [misc/message.c] [windows/nonclient.c] [misc/main.c]
                [if1632/winprocs.spec]
              "About Wine..." now brings up a standard ShellAbout() window with
              the Wine icon and the list of contributors.
      	
      	* [misc/shell.c]
      	Fixed ShellAbout()/AboutDialogProc() to show the right icon.
      
      	* [windows/event.c]
      	Small hack for non-alphanumeric keys: Dont't send the ascii value in
      	the WM_KEYDOWN message, but some unused code instead. Should be done
      	properly by sending different codes for each key. The edit control
      	used to get a VK_DELETE message each time the user typed '.'.
      
      	* [windows/class.c]
      	Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
      	This used to be no problem, but breaks Resource Workshop in 950403.
      	
      	* [objects/dib.c]
      	New diagnostic for a bug I've been encountering. If it shows up,
      	please report it.
      
      Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
      
      	* [objects/color.c]
      	Handle situation when 'dc' exists, but palette mapping
      	does not.  (Fixes kidpix2 demo.)
      
      Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
      
      	* [loader/ldt.c]
      	LDT_Print: Only show the number of entries that the kernel
      	returned. Make this work for NetBSD.
      
      Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
      
      	* [debugger/dbg.y] [include/wine.h] [loader/signal.c]
      	Modify cs and ds selector values for NetBSD-current.
      
      	* [debugger/debug.l]
      	$sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
      
      	* [debugger/regpos.h]
      	Modify sigcontext format for NetBSD-current.
      	SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
      
      	* [include/ldt.h]
      	SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
      	value, since only 16 bits of it may have been saved.
      
      	* [misc/winsocket.c]
      	Set structure packing with `#pragma pack' to accomodate
      	other/older compilers.
      
      Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
      	
      	* [misc/commdlg.c]
      	Fixed path-names so when changing directory the listboxes
      	changes too.
      	
      	* [debugger/dbg.y debugger/debug.l wine.ini]
      	Added SymbolTableFile to wine.ini so symbols can be read
      	without standing in the directory containing wine.sym.
      	Added the possibility to specify full name of wine.sym from
      	the debugger prompt.
      2787be87
  29. 10 Dec, 1994 1 commit
    • Alexandre Julliard's avatar
      Release 941210 · 234bc24d
      Alexandre Julliard authored
      Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
      
      	* [controls/listbox.c]
      	Fixed problems due to new scroll-bar code.
      
      	* [loader/signal.c] [miscemu/ioports.c]
      	Handle I/O opcodes that use an absolute address.
      
      	* [objects/text.c]
      	Implemented TabbedTextOut().
      
      Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
      
      	* [objects/metafile.c]
      	Implemented GetMetafile().
      	Fixed bug in PlayMetaFile() when reading disc based metafile records.
      	Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
      	PlayMetaFileRecord().
      	
      Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
      
      	* [Imakefile]
      	wine.sym: Remove gcc2_compiled and friends
      
      	* [controls/listbox.c][if1632/relay.c][if1632/relay.c]
      	  [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
      	Replace #ifdef DEBUG_XXX with if(debugging_xxx){
      
      	* [if1632/call.S]
      	CallToLibMain: New function
      
      	* [if1632/relay.c][include/options.h][misc/main.c]
      	  [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
      	removed Options.relay_debug
      
      	* [include/heap.h]
      	HEAP_OWNER: Use ds instead of cs:ip
      
      	* [loader/ne_image.c]
      	LoadNEImage: Remember current exe, handle nodata dlls
      	InitNEDLL: handle nodata dlls, call CallToLibMain
      
      	* [loader/selector.c]
      	CreateSelectors: Initialize auto_data_sel with 0
      
      	* [memory/heap.c]
      	HEAP_CheckHeap: Check prev
      	HEAP_CheckLocalHeaps: new function
      
      	* [misc/profile]
      	Remember and dump only changed profiles
      
      	* [tools/makedebug]
      	Introduce debugging_xxx flags
      
      Sun Nov 27 23:13:22 MET 1994	<erik@xs4all.nl>
      
      	* [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
      	if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
      	pe_image.h selectors.h wintypes.h]
      	Added.
      
      	* [*/*]
      	- Commented all 'static char copyright statements', see misc/main.c
      	- moved prototypes to headers files, fixed wrong prototypes.
      	- *please* add a header file for each .c if you need to export
      	  things.
      
      	* [misc/main.c]
      	Added one static string which list the names of the contributors.
      
      Fri Nov 25 16:24:27 MET 1994		  Dag Asheim (dash@ifi.uio.no)
      
      	* [Configure]
      	Made the support for multiple languages more automatic.  Added
      	a [fonts] section to the wine.conf file.  Made the defaults
      	better.  Generally cleaned it up.
      
      	* [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
      	Norwegian resources and small fixes to the german resources.
      
      Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
      
      	* [debugger/break.c]
      	bark(), toggle_next(), should_continue(): New functions
      	insert_break(): Fixed, adds write access to page before writing
      	wine_bp.next_addr: new structure field
      
      	* [debugger/dbg.y]
      	Changed symbol's value to be it's value instead of the value
      	pointed to by the symbol.
      	Changed SIGTRAP handling to allow continuation after break point
      
      	* [misc/shell.c]
      	ShellAbout(): Load resource from memory
      234bc24d
  30. 22 Nov, 1994 1 commit
    • Alexandre Julliard's avatar
      Release 941122 · ecc3712d
      Alexandre Julliard authored
      Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
      
      	* [controls/scroll.c] [include/scroll.h]
      	Rewritten most of scroll-bar code for better Windows look & feel.
      	Implemented EnableScrollBar().
      	Preliminary keyboard support.
      
      	* [objects/bitblt.c]
      	Fixed BadMatch error for BitBlt() and StretchBlt() when reading
      	bits from outside the visible region.
      
      	* [objects/oembitmap.c] [include/bitmaps/obm_*]
      	Use XPM symbolic colors to load bitmaps. This allows the colors
      	of the bitmaps to depend on the system colors.
      
      	* [tools/make_debug]
      	Made the make_debug script more robust.
      
      	* [windows/dialog.c]
      	Fixed CheckRadioButton().
      
      	* [windows/nonclient.c]
      	A few changes to scroll-bar drawing and tracking.
      
      	* [windows/winpos.c]
      	Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
      	avoid confusion, and optimized it somewhat.
      
      Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
      
      	* [misc/audio.c]
      	* [misc/mcianim.c]
      	more coding but nothing spectacular.
      
      	* [misc/mmaux.c]
      	some coding to access '/dev/mixer'.
      
      	* [misc/midi.c]
      	some coding to read .MID files, but it's not playing yet.
      
      Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
      
      	* [objects/dib.c]
      	Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
      	bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
      	includes some bitmaps output by Paint Shop Pro.  Implementation is
      	possibly now too lax.  Please see the notes on the function about
      	why.
      
      	* [controls/desktop.c]
      	The desktop pattern should be painted if the wallpaper doesn't
      	cover the whole screen width OR the whole screen height.
      
      Sun Nov 13 00:07:11 MET 1994	Erik Bos	<erik@xs4all.nl>
      
      	* [objects/dib.c]
      	Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
      	now work.
      
      	* [loader/ne_resource.c] [include/resource.h]
      	Some cleanup.
      
      Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
      
      	* [Configure]
      	  [rc/sysres.rc]
      	Primitive compile-time support for multiple languages
      
      	* [rc/sysres_De.rc]
      	New file
      
      	* [loader/resource.c]
      	LoadBitmap: Recognize end of sysresbm properly
      
      	* [rc/Imakefile]
      	Rules to compile resources simplified, dependencies changed
      
      	* [rc/sysresbm.rc]
      	Don't use sysresbm if using XPM
      
      	* [windows/dialog.c]
      	CreateDialogIndirectParam: Reverse Z-order of controls
      
      	* [windows/message.c]
      	MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
      
      	* [windows/winpos.c]
      	NextWindowFromPoint: New function
      
      	* [controls/button.c]
      	WM_NCHITTEST: Group Box is HTTRANSPARENT
      	BUTTON_CheckAutoRadioButton: New function
      	BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
      
      Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
      
      	* [objects/text.c]
      	Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
      	is too long to break.
      
      	* [objects/font.c]
      	Don't assume helvetica if there is no font family; let the other
      	font attributes decide what font to use.
      
      	* [controls/widgets.c]
      	Listboxes and combo boxes need to be notified of double-clicks.
      
      	* [controls/listbox.c]
      	  [include/listbox.h]
      
      	scrolling to bottom of list box should display last item at the
      	bottom, not at the top.
      	
      	list boxes need to allocate a separate heap for their item data,
      	rather than using the user heap.  Otherwise, it's very easy to run
      	out of memory for list box items.
      
      	removed redundant code in ListBoxAddString().  Implemented simple
      	version of LBS_SORT.
      
      	Don't put [.] in the list box when using DDL_DIRECTORY.
      
      	* [controls/combo.c]
      	Combos should pass CBS_SORT onto their list box.
      
      	* [windows/win.c]
      	If window creation is aborted, remove the window from the
      	linked lists.
      
      	* [controls/static.c]
      	static controls with SS_ICON were always returning 0 from
      	WM_NCCREATE.
      
      	Make sure static controls have text to draw before drawing it.
      ecc3712d
  31. 07 Nov, 1994 1 commit
    • Alexandre Julliard's avatar
      Release 941107 · 3ed37e08
      Alexandre Julliard authored
      Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
      
      	* [objects/oembitmap.c]  (New file)
      	Added possibility to use .xpm files for OEM bitmaps.
      
      	* [include/bitmaps/obm*]  (New files)
      	Redrawn all OEM bitmaps in xpm format.
      
      	* [objects/font.c]
      	Add space for internal leading when using a negative font height.
      	Stubs for AddFontResource() and RemoveFontResource().
      	Fix in FONT_Init() for uninitialised default font.
      
      	* [windows/dialog.c]
      	Make font height negative as it is really a point size and not a
      	pixel size; dialogs using 8-point fonts look better now.
      
      	* [windows/graphics.c]
      	Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
      
      	* [windows/nonclient.c]
      	A few changes for new OEM bitmaps.
      
      Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
      
      	* [windows/class.c]
      	The names of local classes have to be stored using GlobalAtom*.
      	Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
      
      	* [if1632/call.S]
      	CallTo16(cx): It's possible to set the contents of the cx-register.
      
      	* [loader/ne_image.c]
      	InitNEDLL(): The size of the local heap is now passed in the cx-
      	register when initializing a DLL.
      
      	* [memory/heap.c]
      	LocalInit(): The case start==0 is now handled in the way it should.
      
      	* [windows/win.c]
      	GetWindowLong(): If the adress of the windows function is requested
      	it's no longer returned if it's within the Wine code (and therefore
      	unreachable by a windows program). This makes Borland's OWL happy.
      
      	* [controls/edit.c]
      	EDIT_GetStr(): Added handling for off<0.
      
      Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
      
      	* [loader/library.c]
      	Fixed infinite loop bug when two DLLs refer to each other (fixes
      	hangup of Quicken during loading).
      
      Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
      
      	* [misc/dos_fs.c]
      	Bug fix: The size of a disk an the available space
      	is now returned in bytes instead of (incorrectly)
      	KBytes.
      
      Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
      
      	* [windows/graphics.c]
      	Bug fix: Pie segments are now filled with correct brush.
      
      Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
      
              * [Imakefile]
              generate rc.o before loader.o
      
              * [controls/menu.c]
              CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
      
              * [include/resource.h]
              Add struct ResourceTable
      
              * [loader/bitmap.h]
              Load system bitmaps from sysresbmTable
      
              * [misc/clipboard.c]
                [windows/event.c]
              IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
              
              * [rc/Imakefile]
              generate rc.o from sysres.o and sysresbm.o. Added -lfl
      
              * [rc/rc.y]
              change style handling to allow ( S1 | S2 ) | S3
      
              * [rc/sysres.rc]
                [rc/sysresbm.rc]
              Put bitmaps and icons to sysresbm, everything else to sysres
      
              * [rc/winerc.c]
                [rc/winerc.h]
              Added -o, -c flags. New function set_out_file. Output to files.
      
              * [windows/dialog.c]
              DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
      
              * [windows/nonclient.c]
              Create AboutWine dialog from template pointer
      3ed37e08
  32. 30 Oct, 1994 1 commit
    • Alexandre Julliard's avatar
      Release 941030 · 3a405baf
      Alexandre Julliard authored
      Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
      
      	* [controls/static.c]
      	Bug fix for SS_ICON controls.
      
      	* [if1632/Imakefile]
      	Fixed call.o dependencies.
      
      	* [objects/clipping.c] [objects/dc.c]
      	Fixed visible region handling. hVisRgn is always non-null now.
      
      	* [windows/dce.c]
      	Bug fix in GetDCEx for CS_OWNDC windows.
      
      	* [windows/nonclient.c] [windows/painting.c]
      	Fixes to icon window drawing.
      
      	* [windows/winpos.c]
      	A few fixes in SetWindowPos().
      
      Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
      
      	* [objects/bitblt.c]
      	BitBlt(): BitBlt is now able to handle any raster operation. If
      	the request can't be passed to XWindows directly, it's quite
      	slow, though.
      
      	* [*/*.c]
      	  [misc/main.c]
      	Improvements of the system for handling debug messages. Options are
      	now also loaded from /usr/lib/X11/app-defaults/Wine (insert
      	*debugoptions: +xxx there if you want to have turn messages xxx on).
      
      	* [controls/menu.c]
      	DestroyMenu(): The whole window won't be destroyed as a sideeffect
      	any longer.
      
      	* [misc/file.c]
      	OpenFile(): Fixed bug in searching in system/window-directory.
      
      Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
      
      	* [include/windows.h]
      	Bug fix for window related structures.
      	DCB and COMSTAT are affected. They must be packed.
      
      	* [misc/comm.c]
      	Bug fix for COM ports:
      	Dial and dialog window in terminal.exe now works.
      	Non sequential COM assignments in wine.conf should not break now.
      	Baudrate can be specified in wine.conf to overcome baudrate limitation
      	in mswindow. See sample wine.ini
      
      	* [include/comm.h]
      	add baudrate field to DosDeviceStructre
      
      	* [object/font.c]
      	Bug fix for font assignment.
      	Use pairs of foundry and family fontnames in X11 to correspond with
      	window's fonts.
      	Put font assignment ini wine.ini.
      
      	* [wine.ini]
      	Adding optional baudrate after port name in "serialports" section
      	Add new section, "fonts".
      	"default" is special key in "fonts" to match any unmatch window font.
      
      Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
      
      	* [if1632/relay.c]
      	* [if1632/commdlg.spec] 	New file.
      	* [misc/commdlg.c] 			New file.
      	* [include/commdlg.h] 		New file.
      	Begin of an emulated COMMDLG DLL, built-in for now.
      	(BTW, if you want to switch between built-in & 16bits CommDlg, only 
      	thing you need to do is to put the real/dummy name in file relay.c)
      
      	* [controls/scroll.c]
      	* [controls/combo.c]
      	* [controls/listbox.c]
      	Few bug fixes and/or cosmetic.
      
      	* [misc/audio.c]
      	* [misc/mmaux.c]
      	bug fixes and flags returned to emulate SB16.
      
      	* [misc/midi.c] 			New file.
      	skeleton for 'Midi' MMSYSTEM & MCI driver.
      
      	* [misc/mcianim.c] 			New file.
      	skeleton for 'Animation1' MCI driver.
      
      	* [windows/win.c]
      	Add new stub for GetLastActiveWindow().
      
      Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
      
      	* [if1632/call.S] [tools/build.c]
                 Support for ELF format. (Not complete)
      
      Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
      
      	* [if1632/user.spec]
      	Add stubs for ArrangeIconicWindows(), etc.
      
      	* [if1632/kernel.spec]
      	Add IsBad*Ptr() functions.
      
      	* [loader/signal.c]
      	Add test_memory(), for use with IsBad*Ptr().
      
      	* [windows/winpos.c]
      	Add stubs for TileChildWindows(), etc.
      
      	* [windows/win.c]
      	IsWindow() shouldn't crash if it's given a bad handle.
      	Add stub for GetLastActivePopup().
      
      	* [memory/global.c]
      	Implement the IsBad*Ptr() functions.
      
      	* [controls/listbox.c]
      	Return the full longword of the item data in LB_GETITEMDATA.
      
      	* [controls/edit.c]
      	Don't let the user select an area past the end of the text.
      
      	* [objects/text.c]
      	In DrawText(), the code to delete crlfs also removed multiple
      	consecutive newlines.  Also, using DT_CALCRECT didn't return
      	the right height, and the width wasn't returned at all.
      	This caused MessageBoxes to be missing much of their text.
      
      	* [windows/scroll.c]
      	ScrollWindow[Ex] didn't work right with null LPRECT arguments.
      
      Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
      
      	* [miscemu/int21.c]
      	Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
      
      	* [misc/property.c]
      	Fixed inverted logic in EnumProps(), and changed CallBack16()
      	call to use new arg format.
      
      	* [windows/win.c]
      	Fixed CallBack16() call in Enum[Child]Windows to use new arg
      	format; this fixes crashes in enum procedures.
      
      Wed Oct 19 21:30:00 PDT 1994		martin@cs.csufresno.edu
      
      	* [misc/clipboard.c]
      	  [windows/event.c]
      	  [windows/message.c]
      	Added cut and paste between Wine and other X clients via
      	the PRIMARY selection. Text only this time.
      
      	* [controls/edit.c]
      	EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
      
      	* [windows/defwnd.c]
      	Send WM_SYSCOMMAND to overlapped ancestor window, 
      	not the receiver of WM_SYSKEYDOWN
      
      Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
      
              * [controls/edit.c]
      	ClientWidth()/ClientHeight() macros: return 0 if size would
      	be negative
      	EDIT_StrLength(): takes unsigned char* instead of char*
      
      	* [controls/listbox.c]
      	ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
      	case instead of in each place required (it was omitted in
      	some places causing problems!)
      
      	* [controls/menu.c]
      	MENU_CalcItemSize(): don't try to find size of a text item
      	if the pointer is NULL
      
      	* [include/heap.h]
      	added definition of HEAP_LocalInit()
      
      	* [include/msdos.h]
      	removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
      	instead)
      
      	* [loader/selector.c]
      	IPCCopySelector(): added missing flags to shmget() call
      	? does this break linux - I added these flags in a previous
      	patch but they were missing in the corresponding release ?
      
      	* [loader/signal.c]
      	win_fault(): added missing definitions of i, dump for those
      	not running NetBSD or linux
      
      	* [misc/dos_fs.c]
      	DOS_GetCurrentDir(): made temp[] static so it can be safely
      	returned
      
      	* [miscemu/int21.c,int25.c,int26.c]
      	Changed all invocations of pointer() to SAFEMAKEPTR(). Included
      	segmem.h where necessary.
      
      	* [windows/dialog.c]
      	CreateDialogIndirectParam(): Changed HEAP_Init() call to 
      	HEAP_LocalInit(), removed redundant variables
      
      Sat Oct 22 00:29:41 MET 1994		  Dag Asheim (dash@ifi.uio.no)
      
      	* [loader/library.c] [loader/main.c] [loader/ne_image.c]
      	  [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
      	  [objects/bitblt.c] [objects/metafile.c]
      	Rewritten more printf's to use the new debugging system, and
      	made wine less verbose per default. Use "-debugmsg +module"
      	to get (almost) the same behavior as before.
      3a405baf