1. 10 Nov, 2000 1 commit
  2. 23 Jul, 2000 1 commit
  3. 10 Feb, 2000 1 commit
  4. 03 Apr, 1999 1 commit
    • Pavel Roskin's avatar
      Casts to (SEGPTR) removed. They did nothing anyway. · 734247b5
      Pavel Roskin authored
      Includes added or removed where necessary.
      Win16 functions replaced with their Win32 counterparts. Comments added
      where it was impossible.
      CALLBACK added where necessary. Some declarations fixed.
      Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
      DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
      Listbox enabled in hello3.
      734247b5
  5. 26 Feb, 1999 1 commit
  6. 13 Sep, 1998 1 commit
    • Alexandre Julliard's avatar
      Release 980913 · a0d77315
      Alexandre Julliard authored
      Fri Sep 11 13:14:35 1998  Andreas Mohr <100.30936@germany.net>
      
      	* [files/file.c] [include/file.h]
      	Fixed SetFilePointer to allow negative positions as in DOS.
      
      	* [graphics/ddraw.c]
      	Added some methods to IDirect3D.
      
      	* [ole/compobj.c] [if1632/compobj.spec]
      	Added/implemented CoCreateStandardMalloc16,
      	CoGetClassObject, CoCreateInstance,
      	LookupETask, SetETask, CoGetState16.
      
      	* [loader/task.c]
      	MakeProcInstance: return 0 if func == NULL.
      
      	* [*/*] [tools/winapi-check]
      	Added zillions of missing WINAPI's and __cdecl's.
      	(oops, several caused by myself)
      	Wrote script for automated checking.
      
      	* [if1632/compobj.spec]
      	Many stub names.
      
      	* [misc/ddeml.c] [ole/compobj.c]
      	Some stubs.
      
      Tue Sep  9 21:36:48 1998  Anders Carlsson <anders.carlsson@linux.nu>
      
      	* [dlls/comctl32/Makefile.in] [dlls/comctl32/commctrl.c]
      	  [dlls/comctl32/tab.c] [include/commctrl.h] [include/tab.h]
              Added preliminary tab control support.
      
      Sat Sep  5 16:27:20 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
      
      	* [graphics/psdrv/*]
      	More changes to the PostScript driver:
      	Implemented pens and solid brushes.
      	Colour/greyscale for fonts, pens and brushes.
      	To get coloured output you need to have *ColorDevice set to true
      	in your PPD, otherwise you'll get greyscale.
      	Landscape mode now works, as does non-A4 page sizes.
      	Encoding of fonts to ANSI is better, Symbol works again.
      
      	* [objects/dc.c] [include/gdi.h] [*/*]
      	Moved dc->w.{text,background}Pixel to X11DRV_PDEVICE where they
      	belong.
      
      Sat Sep  5 05:12:09 1998  Ove Kaaven <ovek@arcticnet.no>
      
      	* [include/dosexe.h] [include/miscemu.h] [include/msdos.h]
      	  [loader/dos/dosvm.c] [loader/dos/module.c] [msdos/dpmi.c]
      	  [msdos/int2f.c] [msdos/interrupts.c]
      	Fixed portability. Adapted some code to make it easier to
      	integrate the DOS subsystem with the DPMI subsystem, made
      	the DPMI simulated real-mode interrupts be handled the V86
      	way. Added support for .COM files. Made int2f DPMI check
      	fail, to avoid pkunzip crashing in attempting to use DPMI.
      	Generally moved stuff around a little.
      	It is now technically possible to load several DOS programs
      	into the same memory space. Not tested, though.
      
      Fri Sep  4 21:40:45 1998  Marcus Meissner <marcus@jet.franken.de>
      
      	* [if1632/kernel.spec]
      	Changed 500-53x stubnames accordingly to nt3.51 krnl386.exe.
      
      	* [win32/except.c]
      	Fixed one bad program behaviour, (deleting SEH while in 
      	first walk). RtlUnwind is broken too I think (it should unwind
      	on success, not while walking the exception chain).
      
      	* [ole/ole2nls.c]
      	Get*DefaultLCID  returns 0x400|id. expected by one application.
      
      	* [if1632/snoop.c]
      	Handle non-standard SP returns more graceful.
      
      	* [windows/class.c]
      	hinstances are mostly irrelevant for win32.
      
      	* [memory/string.c] [misc/registry.c]
      	lstrcmpi32W: use toupper for characters < 0x100. (speedup hack
      	for registry.c)
      	Some small speedup hacks for registry.c
      
      Thu Sep  3 20:40:16 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
      
      	* [Makefile.in][configure][configure.in][dlls/Makefile.in]
      	  [dlls/comctl32/Makefile.in]
      	Created dlls/comctl32 and moved the common controls stuff to it.
      
      	* [misc/version.c]
      	Removed COMCTL32_DllGetVersion. The fixed function is part
      	of the common controls stuff.
      
      	* [dlls/comctl32/*.c][include/commctrl.h]
      	Added structure size tests.
      
      	* [dlls/comctl32/toolbar.c]
      	Fixed a bug in TOOLBAR_GetMaxWidth().
      
      	* [dlls/comctl32/animate.c][include/animate.h]
      	  [dlls/comctl32/comboex.c][include/comboex.h]
      	  [dlls/comctl32/hotkey.c][include/hotkey.h]
      	  [dlls/comctl32/listview.c][include/listview.h]
      	  [dlls/comctl32/commctrl.c][include/commctrl.h]
      	New files. Added Animation, ComboBoxEx, Hotkey and
      	Listview control dummies.
      
      	* [dlls/comctl32/tooltips.c]
      	Fixed a display bug and font selection.
      
      	* [dlls/comctl32/comctl32undoc.c][include/commctrl.h]
      	Added missing DPA functions. Fixed bugs and published the
      	function prototypes.
      
      	* [documentation/common_controls]
      	Updated.
      
      Wed Sep  2 15:43:45 1998  Patrik Stridvall <ps@leissner.se>
      
      	* [AUTHORS] [include/authors.h]
      	Added myself as a Wine author.
      
      	* [memory/virtual.c] [objects/dc.c]
      	Fixed runtime errors for Solaris.
      
      	* [misc/ddeml.c] [objects/gdiobj.c]
      	Minor fixes.
      
      	* [win32/device.c]
      	Added stubs for IFSMgr VxDCall and
      	a partial implementation of IFSMgr DeviceIo.
      
      	* [relay32/Makefile.in] [relay32/builtin32.c] [relay32/imm32.spec] 
      	  [relay32/msnet32.spec] [relay32/oledlg.spec]
      	Added new spec files for IMM32.DLL, MSNET32.DLL, OLEDLG.DLL.
      
      	* [misc/Makefile.in] [misc/imm.c] [include/imm.h]
      	Added news files for implementation of IMM32.DLL. 
      	All functions return 0 as is correct for all Western Languages.
      
      	* [ole/Makefile.in] [ole/oledlg.c] [include/oledlg.h]
      	Added new files for implementation of OLEDLG.DLL.
      	Added stubs with FIXME:s for all functions.
      
      Wed Sep  2 10:50:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
      
      	* [dlls/shell32/contmenu.c][dlls/shell32/shellole.c]
      	  [dlls/shell32/shlfolder.c][dlls/shell32/shlview.c]
      	  [documentation/shell32][include/shell.h]
      	Clean up, bugfixes.
      	
      	* [dlls/shell32/enumidlist.c]
      	Fileattributes implemented.
      	
      	* [dlls/shell32/pidl.c]
      	Class pidlmgr splited into functions, structures changed, 
      	some functions rewritten.
      
      	* [dlls/shell32/shell32_main.c]
      	Small changes and bugfixes SHGetFileInfoA, SHGetSpecialFolderLocation.
      	
      	* [dlls/shell32/shellord.c][relay32/shell32.spec]
      	Parameter documented, implemented SHCloneSpecialIDList.
      	Stub improved ShellExecuteEx32A.
      	New stubs SHFind_InitMenuPopup, FileMenu_InitMenuPopup, 
      	FileMenu_Create, FileMenu_TrackPopupMenuEx, SHWinHelp,
      	SHRunConrolPanel, DAD_ShowDragImage, FileMenu_Destroy,
      	SHGetDataFromIDListA, SHFileOperationA.
      	
      	* [include/winnls.h][include/ole2nls.c]
      	TIME_FORCE24HOURFORMAT, TIME_NOTIMEMARKER implemented
      	in OLE_GetFormatA, GetTimeFormat32A.
      	
      	* [win32/code_page.c]
      	WideCharToMultiByte: parameter checking and returning of strlen
      	implemented.
      	
      	* [windows/keyboard.c][windows/defwnd.c]
      	Debug messages added.
      	
      	* [windows/win.c]
      	WIN_SetWindowLong GWL_STYLE and GWL_EXSTYLE implemented.
      
      	* [controls/menu.c]
      	Missing line added.
      
      	* [include/winerror.h]
      	Macros for SUCCEEDED and FAILED added.
      
      Mon Aug 31 00:55:31 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
      
      	* [loader/module.c]
      	Bugfix: LoadModule16 should *not* call LoadModule32.
      
      	* [files/dos_fs.c]
      	Bugfix: don't crash if given directory doesn't exist.
      
      Sat Aug 29 15:00:49 1998  Turchanov Sergey <turchanov@usa.net>
      
      	* [include/mmsystem.h][multimedia/mmsystem.c][relay32/winmm.spec]
      	Almost completed implementation of [snd]PlaySound (except
      	flags SND_ALIAS_ID and SND_APPLICATION).
      
      	* [if1632/user.spec][windows/winpos.c]
      	Added SetWindowRgn16 stub.
      
      Sat Aug 29 02:53:31 1998  Alexander Lukyanov <lav@long.yar.ru>
      
      	* [files/drive.c]
      	GetDriveType32A: return DRIVE_DOESNOTEXIST in case of non
      	existent drive.
      
      	* [msdos/int21.c]
      	INT21_FindFirstFCB: check drive validity to prevent oops.
      
      	* [win32/file.c]
      	CreateFile32A: duplicate STD_{INPUT,OUTPUT}_HANDLE.
      
      	* [files/dos_fs.c]
      	Make DOSFS_OpenDir treat "" as "/".
      	DOSFS_OpenDevice: duplicate STD_{INPUT,OUTPUT}_HANDLE.
      
      	* [windows/dialog.c]
      	GetNextDlgTabItem32: use last/first item instead of first/last
      	when hwndCtrl==0. This fixes initial focus.
      
      Sat Aug 29 02:46:32 1998  Adrian Harvey <adrian@select.com.au>
      
      	* [include/process.h] [include/process.c]
      	Renamed PROCESS_SELF to CURRENT_PROCESS_PSEUDOHANDLE in line
      	with thread constant, and Win32 documentation (which calls it
      	a pseudohandle.)  Made GetCurrentProcess actually use this
      	constant instead of the value.
      
      	* [include/process.h] [include/thread.h] [scheduler/thread.c]
      	  [scheduler/process.c] [scheduler/handle.c]
      	Modify HANDLE_GetObjPtr to understand about
      	CURRENT_THREAD_PSEUDOHANDLE and CURRENT_PROCESS_PSEUDOHANDLE.
      	This allows DuplicateHandle to do the correct thing with these
      	handles.  Removed now duplicate functionality from THREAD_GetPtr
      	and PROCESS_GetPtr.
      
      	* [loader/ne/segment.c]
      	Fixed two places where HFILE32s were being created and passed to
      	16-bit code. This should unbreak NE self-loading code.
      	Added two casts to remove compile time warnings.
      
      Fri Aug 28 21:04:13 1998  Joseph Pranevich <knight@baltimore.wwaves.com>
      
      	* [msdos/dosmem.c] [msdos/int2f.c]
      	Added beginnings of DOS error table.
      
      	* [msdos/int1a.c]
      	Stub for subfunction 0xb0.
      
      	* [msdos/int10.c] [loader/dos/dosvm.c]
      	INT 10 support completely rewritten and lots of debugging
      	added. Now, DOS apps that use INT 10 to write to the screen will
      	work. (Beyond Zork does, at least. Somewhat.)
      
      	* [include/miscemu.h] [msdos/dosmem.c] [msdos/int21.c]
      	Another shot at getting MS's generic error message facility
      	right.
      
      	* [msdos/int21.c]
      	Command.Com wanted to set its own PSP address. I let it.
      
      Wed Aug 26 12:26:20 1998  Matthew Toseland <Matthew.Toseland@btinternet.com>
      
      	* [include/file.h] [misc/lzexpand.c]
      	Fixed LZCopy16 by fixing HFILE16/HFILE32 convertor macros so don't
      	convert lzw handles.
      
      Tue Aug 25 22:22:55 1998  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
      
      	* [misc/registry.c]
      	In RegEnumvalue, ivalue == 0 is a legal request and should
      	return the first entry.
      
      	* [msdos/int21.c]
      	Add handling for Int21-48/49 in Win16. Makes blinker demo work.
      
      	* [windows/winproc.c]
      	Add Msg32A<->Msg32W translation for LB_ADDSTRING.
      
      Tue Aug 25 21:03:31 1998  Kristian Nielsen  <kristian.nielsen@risoe.dk>
      
      	* [windows/win.c]
      	Fix for SetParent(): MS Windows 3.11 does not clear the WS_CHILD
      	flag when a child window is reparented to the desktop window.
      
      Mon Aug 24 20:55:22 1998  Berend Reitsma <berend at asset-control dot com>
      
      	* [controls/menu.c]
      	Menus created with SetMenuItemInfo and InsertMenuItem should
      	work now.
      
      Sun Aug 23 23:23:23 1998  Alex Korobka <korobka@ams.sunysb.edu>
      
      	* [controls/combo.c]
      	Added CB_GETITEMHEIGHT.
      
      	* [windows/winpos.c] 
      	WM_NCHITTEST, SWP_FRAMECHANGED bugfixes.
      
      Sat Aug 22 21:15:29 1998 Alex Priem <alexp@sci.kun.nl>
      
      	* [files/profile.c] [include/windows.h]
      	Added GetPrivateProfileSectionNames[AW],GetPrivateProfileSectionW,
      	GetPrivateProfileStructW, GetProfileSectionW,
      	WriteProfileSection[AW], WritePrivateProfileStructW. 
      a0d77315
  7. 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
  8. 18 Feb, 1996 1 commit
    • Alexandre Julliard's avatar
      Release 960218 · 0c126c7c
      Alexandre Julliard authored
      Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [controls/desktop.c]
      	Look for the wallpaper file in the Windows directory.
      
      	* [controls/menu.c]
      	Fixed swapped parameters in SetMenuItemBitmaps().
      	Create a separator in MENU_SetItemData() when the string is NULL.
      
      	* [file/dosfs.c]
      	DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
      
      	* [files/file.c]
      	Added a DOS_FILE structure to store per-file information (not
      	really used yet).
      	Fixed _lread and _hread to check the size of the buffer before
      	calling Unix read() to avoid EFAULT error.
      
      	* [misc/exec.c]
      	Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
      
      	* [miscemu/instr.c]
      	Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
       	programs that poll the BIOS counter, provided they reload the
       	selector on every read.
      
      	* [miscemu/int21.c]
      	Re-implemented FindFirst/FindNext for FCB calls.
      
      	* [windows/message.c] [windows/winpos.c]
      	Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
      
      	* [windows/nonclient.c] [windows/win.c] [include/windows.h]
      	Added a per-window WIN_MANAGED flag; only windows that have a
      	dialog frame or a sizing border are managed.
      
      Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
      
      	* [if1632/Makefile.in]
      	Added -g flag to compilation of .c files generated from *32.spec.
      
      	* [if1632/gdi32.spec]
      	Numerous additional functions implemented.
      
      	* if1632/user32.spec]
      	wsprintfA maps to vsprintf not wsprintf
      	Numerous additional functions implemented.
      
      	* [include/gdi.h] [objects/gdiobj.c]
      	New #define MAGIC_DONTCARE added. This is used in
      	GDI_GetObjPtr to enable getting a pointer to a GDI object of
      	unknow type.
      
      	* [win32/gdi32.c]
      	New file.
      
      	* [win32/param32.c]
      	WIN32_MoveToEx() - handle NULL pointer argument.
      
      	* [win32/user32.c]
      	USER32_InvalidateRect - handle passing of a NULL pointer.
      	USER32_SetTimer - New function.
      
      	* [files/directory.c]
      	Fixed DIR_Init() (off by one in allocation of space for
      	environment variables).
      
      	* [files/drive.c]
      	Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
      	on FreeBSD).
      
      Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
      
      	* [controls/menu.c]
      	Memory leak plugged.
      
      	* [controls/edit.c]
      	Erase space with function ExtTextOut(). This eliminates the use of
       	xmalloc().  Memory leak in EDIT_WriteText plugged.
      
      	* [debugger/db_disasm.c]
      	Operand for scas now is di.
      
      	* [files/profile.c]
      	PROFILE_GetSection was copying too much data.
      	PROFILE_GetSection now returns the correct value. It was returning
       	the number of unused instead of used bytes.
      
      	* [objects/dc.c]
      	Corrected two typos in comments.
      
      	* [objects/font.c]
      	FONT_MatchFont didn't return if it couldn't find any font.
      
      	* [objects/oembitmap.c]
      	Free object only if it has been allocated.
      
      	* [windows/scroll.c]
      	Memory leak in ScrollDC plugged.
      
      Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
      
      	* [controls/edit.c]
      	Implemented ES_NOHIDESEL style, shift+click selection,
       	shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
      	(de)selection drawing.  Changed selection drawing to use correct
       	system colors instead of inverting.  Fixed deleting or backspacing
       	across a '\r\n' end of line pair.  Selection now anchors
       	correctly. Fixed text leaking and extra garbage problem bug
       	uncovered by change in class style in wine960131.
      
      	* [controls/widgets.c]
      	Class flags now match those of Windows.
      
      Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
      
      	* [controls/widgets.c]
      	WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
      
      	* [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
      	comctl32.spec ole32.spec winspool.spec: new files.
      	RELAY32_Init: call initialization of new DLLs.
      	RELAY32_GetEntryPoint: expects WIN32_builtin* now.
      	RELAY32_MakeFakeModule: new function.
      
      	* [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
      	Added Win95 functions. Ordinals now differ from both NT and Win95
      	HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
      	CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
      	DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
      	new relays.
      
      	* [if1632/shell32.spec]
      	shell32.spec: renumbered all functions to take into account ordinals.
      	These seem to be identical between NT and Win95.
      
      	* [include/dialog.h][windows/dialog.c]
      	xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
      
      	* [include/handle32.h]
      	New handle types VRANGE, HEAP, HEAPITEM.
      
      	* [include/pe_image.h][loader/pe_image.c]
      	struct w_files: new field builtin.
      	PE_FindExportedFunction: support ordinals.
      	PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
      	fixup_imports: support ordinals.
      	PE_LoadImage: prefer directories over segments.
      
      	* [include/resource.h][win32/resource.c]
      	FindResource32: changed parameter from LPCTSTR to LPCWSTR
      		check LANG_NEUTRAL if LANG_ENGLISH fails.
      	LoadAcceleratorsW,SizeofResource32,AccessResource32: 
      		disabled because it's broken.
      	Casted to and from LPWSTR at various places.
      
      	* [include/string32.h][win32/string32.c]
      	Changed prototypes to take const arguments where appropriate.
      
      	* [include/struct32.h]
      	New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
      
      	* [tools/build.c]
      	BuildSpec32Files: generate Base value into code, generate call to
      	RELAY32_MakeFakeModule.
      	
      	* [win32/heap.c]
      	This is still not finished and needs rework.
      	HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
      	HeapCreate: implemented on top of VirtualAlloc, which does not work yet
      	HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
      
      	* [win32/memory.c]
      	Support for VRANGE_OBJECT. This is not yet called from any place,
      	and needs more platform specific support
      	MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
      	MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
      
      	* [win32/user32.c]
      	WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
      	names, as in dialogs.
      	Implemented dialog functions (see user32.spec).
      
      	* [windows/caret.c]
      	CARET_Initialize: call RELAY32_GetBuiltinDLL.
      
      Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
      
      	* [controls/edit.c]
      	Removed commented out #ifdefs for WINELIB.
      
      	* [tools/makehtml.pl]
      	Put in error checking when trying to open a file.
      
      	* [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
      	Added two new targets: hello4 and new.
      
      	* [include/windows.h]
      	Added definition of DEVMODE structure, although it's not yet used.
        	Modified various API functions from CreateDC() to Escape(), in
       	order to make them more compliant with the strict API definitions.
      
      	* [include/wintypes.h]
      	Added 'typedef char TCHAR'.  It probably should be defined as
      	'short', but then we would have to support such characters.  Also did
      	'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
      	Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
      	MFENUMPROC, and HGDIOBJ.
      
      Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
      
      	* [misc/commdlg.c]
      	Patched a bug that occurred in the internal COMMDLG module for the
       	FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
       	combobox is now handled correctly.
      
      Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
      
      	* [resources/sysres_Cz.rc]
      	Added support for Czech [Cz] language.
      
      Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
      
      	* [objects/font.c]
      	FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
      	for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
      	is -1, assume 0.
      	CreateFontIndirect : if font parameter is NULL, issue an error message.
      	CreateFont : null-terminate lfFaceName.
      	ParseFontParms : debug code turned off : too verbose.
      	InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
      
      	* [objects/color.c]
      	ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
      0c126c7c
  9. 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
  10. 03 Oct, 1995 1 commit
    • Alexandre Julliard's avatar
      Release 951003 · af0bae58
      Alexandre Julliard authored
      Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
      
      	* [controls/menu.c]
      	Fixed GetMenuString() for non-string items.
      
      	* [debugger/*.c]
      	First attempt to check validity of pointers before memory
      	accesses. For now only segmented pointers are checked.
      
      	* [debugger/dbg.y] [memory/ldt.c]
      	Added possibility to dump only one segment with 'info segment'.
      
      	* [include/bitmaps/ocr_*]
      	Added all OEM cursors as XPM bitmaps.
      
      	* [include/cursoricon.h] [objects/cursoricon.c]
      	Rewrote all cursor and icon management to use the same memory
       	layout as Windows, and to factor common code between icons and
      	cursors. Implemented icon directory lookup to find the best
      	matching icon (i.e. the color one).
        	Implemented CopyCursor() and DumpIcon().
      
      	* [loader/module.c]
      	For disabled built-in modules, we now try to load the Windows DLL
      	first, and if this fails we fall back to using the built-in module
      	anyway.
      
      	* [memory/global.c]
      	Fixed GlobalHandle() to return the correct selector in the high
      	word even if we are passed a handle in the first place.
      
      	* [miscemu/instr.c]
      	Take into account the size of the operand and of the stack segment
      	when incrementing the stack pointer.
      	Avoid referencing FS_reg and GS_reg on *BSD.
      
      	* [objects/dib.c]
      	All DIB functions now accept a BITMAPCOREHEADER format bitmap.
      	Monochrome DIBs are created as monochrome bitmap iff they are
      	black and white.
      
      	* [objects/oembitmap.c]
      	Added support for OEM cursors, changed OBM_LoadIcon to use the new
      	icon memory layout.
      
      	* [rc/sysres_Fr.rc]
      	Added French [Fr] language support.
      
      	* [win32/environment.c]
      	Fixed GetCommandLineA() to use current PDB.
      
      	* [windows/event.c] [windows/winpos.c]
      	Simulate a mouse motion event upon SetWindowPos() to force the
      	cursor to be set correctly.
      
      Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
      
      	* [win32/*]
              New Win32 kernel functions: GetACP, GetCPInfo,
       	GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
       	GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
       	SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
       	WriteFile.  Completed implementations of GetCommandLineA.
      
      	* [include/kernel32.h]
              New file.
      
      	* [loader/main.c]
              Call initialization function for Win32 data (doesn't currently do
       	anything).
      
      	* [misc/main.c]
      	Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
      
      Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
      
      	* [windows/winpos.c][miscemu/emulate.c][loader/module.c]
      	  [misc/commdlg.c]
      	Misc. bug fixes
      
      Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
      
      	* [*/*]
      	For Winelib, explicit casts have been placed where warnings were
       	usually generated.
      	printf formats which give the format for printing a handle as
       	"%04x" or something similar have been changed to use the NPFMT
       	macro defined in include/wintypes.h.  Some times, explicit casts
       	were also necessary.
           	Parameter, field, and variable declarations have been made more
       	exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
       	'WORD hFont' to 'HFONT hFont'.
           	Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
       	replaced with a call to WIN_GetWindowInstance(hwnd).
      
      	* [controls/combo.c]
      	Added WINELIB32 support in CLBoxGetCombo().
      
      	* [include/dialog.h]
      	Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
      	winelib needs the packing as well (e.g. when accessing resources
      	like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
      
      	* [include/windows.h]
      	Got rid of the F[a-k] macros, which were cluttering up the global
      	namespace.
      
      	* [include/windows.h] [windows/defwnd.c]
      	Added Win32 messages WM_CTLCOLOR*.
      
      	* [include/wintypes.h]
      	Put in preprocessor '#define WINELIB32' if appropriate and changed
      	the types of some typedefs (WPARAM, HANDLE) based on this.
      	
      	* [loader/module.c] [toolkit/miscstubs.c]
      	Added #ifdef'd portion in LoadModule to handle loading a WINElib
      	module (already loaded, just init values).  '#ifdef'ed out the
      	definition for GetWndProcEntry16 and added a new version to
      	toolkit/miscstubs.c.
      
      	* [misc/shell.c]
      	Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
      	Same amount of total storage, but much more reasonable.  Also, changed
      	calls to strcpy() in ShellAbout() to calls to strncpy() instead.
      	This was a difficult bug to track down, but the AppMisc field was
      	being initialized with the contributers text, which was much larger
      	than 512 characters.
      
      	* [toolkit/atom.c]
      	New file for atom-handling functions.  Copied from memory/atom.c and
      	then heavily modified.  Right now, it's just a linked list of atoms.
      	Consider it as a hash table with just one entry.  It's easily changed
      	later.
      
      	* [toolkit/heap.c]
      	Commented out the heap functions with a "#ifdef WINELIB16" and put in
      	a Win32 version (which is basically a modified copy).
      
      	* [toolkit/sup.c] [toolkit/miscstubs.c]
      	Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
      	added quite a few more stubs.
      
      	* [toolkit/winmain.c]
      	Rearranged startup code in _WinMain.  I think this will work.
      
      	* [toolkit/Makefile.in]
      	Added targets for 'hello' and 'hello2' in case anyone cares to try
      	out the sample programs.
      
      Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
      	
      	* [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
      	First attempt at support for some VxDs. Comm, Shell and Pagefile.
      
      Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
      
      	* [misc/dos_fs.c]
      	DOS_SimplifyPath: Also remove "/./" from path. (Happens when
       	starting applications like 'wine ./excel.exe')
      
      Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
      
      	* [configure.in]
      	Avoid relative path for wine.ini.
      
      	* [rc/sysres_Da.rc]
      	Support for Danish [Da] language.
      
      	* [misc/main.c] [miscemu/cpu.c]
      	Return the processor we're running on correctly.
      
      	* [miscemu/int2f.c]
      	Minor stuff in int 0x2f, function 0x16.
      
      Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
      
      	* [misc/shell.c] [misc/main.c]
      	Implement saving and loading of the registry database (needed for
      	OLE). Very experimental. Fixed ShellExecute().
      	
      	* [miscemu/int21.c]
      	EEXIST is not a critical error condition for mkdir().
      
      Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
      
      	* [include/shell.h] [misc/shell.c]
      	Implemented 4 drag/drop functions with documented functionality.
      
              * [multimedia/time.c]
              "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
      
      	* [*/*] 
              Added new files, more message definitions, structures, debug info,
       	etc.  Rewrote message logging functions to produce output similar
       	to WinSight.  Check out -debugmsg +message option.
      
      	* [misc/file.c]
              Fixed GetDriveType return value.  
      
              * [windows/message.c] 
              Hooks are invoked in normal order.
      
              * [miscemu/*]
              Added some functions and interrupts.
      
              * [misc/shell.c]
              Implemented Drag... functions.
      
      Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
      
      	* [rc/sysres_Fi.rc] [rc/sysres.rc]
      	First attempt at Finnish [Fi] language support.
      af0bae58
  11. 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
  12. 21 Jun, 1994 1 commit
    • Alexandre Julliard's avatar
      Release 940620 · 988ca977
      Alexandre Julliard authored
      Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
      
      	* [objects/bitmap.c]
      	Allow negative bitmap sizes.
      
      Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
      
              * [controls/edit.c]
              Improved selection display.  Added processing for WM_SETFONT,
              EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
              EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
              application's local heap.
      
              * [windows/graphics.c]
              Corrected bug in Rectangle().  XFillRectangle has the same
              width as Rectangle, but XDrawRectangle is one pixel wider
              for the same co-ordinates.
      
              * [memory/heap.c] [include/heap.h]
              Added HEAP_LocalSize function.
      
              * [windows/event.c] [windows/keyboard.c]
              Improvements to KeyStateTable and addition of AsyncKeyStateTable.
              Added supporting code to GetKeyState and GetAsyncKeyState and
              merged mouse button states into GetKeyboardState.
      
              * [loader/resource.c] [include/accel.h]
              Added recognition of SHIFT, CONTROL and ALT keys to
              TranslateAccelerator.
      
              * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
              A bit more metafile support.
      
      Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
      
              * [loader/resource.c]
              SizeofResource() and AllocResource() added, AccessResource() updated.
      
              * [if1632/kernel.spec]
              FreeLibrary() used for FreeModule().
      
              * [windows/graphics.c]
              Rectangle(): swap left & right corners when right < left,
              swap top & bottom when botton < top.
      
      Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
      
      	* [controls/combo.c]
      	Fix bug in window style of the associated listbox.
      
      	* [controls/menu.c]
      	Skip separators in keyboard navigation by using new internal 
      		functions SelectPrevItem() & SelectNextItem(),
      
      	* [misc/profile.c]
      	Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
      		IntBuf must be alloc to (5+1)=6. char instead of 5.
      
      	* [misc/main.c]
      	Put code in functions SetEnvironment() & GetEnvironment().
      
      	* [misc/shell.c]
      	Start putting some code in ExtractIcon() function.
      
      	* [misc/mmsystem.c]
      	Some code for MMTimer functions & timers list.
      
      	* [miscemu/int31.c]
      	Few stubs for DPMI interrupt calls. Nothing work yet.
      
      Mon Jun 20 07:37:43 EDT 1994	John Richardson (jrichard@cs.uml.edu)
      
      	* include/win.h (tagWND):
      	Added icon fields icon, hIcon and rectClientSave to 
      	the tagWND struct.
      
      	* windows/Imakefile
      	Added icon.c to the list of files to compile
      
      	* windows/dce.c (GetDCEx):
      	Added some checks for iconic mode and pass icon window as drawable,
      	not the real window.
      
      	* windows/defwnd.c (DefWindowProc)
      	Added PAINTICON default windows procedure.
      
      	* windows/event.c (EVENT_Expose)
      	Added check for iconic window expose. If iconic window is exposed
      	send a WM_PAINTICON message
      
      	* windows/icon.c 
      	New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
      
      	* windows/mdi.c (DefMDIChildProc)
      	Test for IsIconic during a SC_RESTORE, this doesn't work yet.
      
      	* windows/message.c (hardware_event)
      	Looks for icon as well as window now.
      
      	* windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
      	Added iconify/deiconify in NC_HandleSysCommand, new function
      	NC_DoNCPaintIcon which paints an icon.
      
      	* windows/painting.c (BeginPaint)
      	Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
      	and STOCK_SYSTEM_FONT objects since this is (hopefully) default
      	windows behavior.
      
      	* windows/win.h (CreateWindowEx)
      	Set the default background color of a window to be white.
      	Create icon window, turn off MINIMIZE if it is on, since
      	I don't know what to do with it as of yet... register
      	the icon with the hwnd of its window so we can identify where
      	icon messages are coming from.
      
      Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
      
      	* windows/event.c: Added a hack to define XPointer when using
      	X11R4. 
      
      	* toolkit/hello.c: Test application for WineLib. To compile you'll
      	need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
      	need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
      
      	* toolkit/heap.c: Extended the size of the block size per chunk.
      
      	* misc/stress.c (GetFreeFileHandles): Fixed typo.
      
      	* misc/main.c (main): Changes to allow compilation under SunOS. 
      
      	* loader/library.c: Changed some ifdefs to compile WineLib.
      988ca977