1. 09 Apr, 2013 1 commit
  2. 01 Dec, 2011 2 commits
  3. 27 Dec, 2008 1 commit
  4. 19 Nov, 2007 1 commit
  5. 23 May, 2006 1 commit
  6. 15 Oct, 2003 1 commit
  7. 24 Sep, 2003 1 commit
  8. 21 May, 2003 1 commit
  9. 02 Apr, 2003 1 commit
  10. 19 Mar, 2003 1 commit
  11. 23 Jan, 2003 1 commit
  12. 23 Oct, 2002 1 commit
  13. 09 Mar, 2002 1 commit
  14. 26 Dec, 2001 1 commit
  15. 19 Dec, 2001 1 commit
  16. 06 Nov, 2001 1 commit
  17. 24 Jul, 2001 1 commit
  18. 22 Jul, 2001 1 commit
  19. 23 Feb, 2001 1 commit
  20. 26 Jan, 2001 1 commit
  21. 30 Nov, 2000 1 commit
  22. 28 Nov, 2000 1 commit
  23. 15 Nov, 2000 1 commit
  24. 30 Apr, 2000 1 commit
  25. 28 Apr, 2000 1 commit
  26. 25 Jan, 2000 1 commit
  27. 08 May, 1999 1 commit
  28. 25 Apr, 1999 2 commits
  29. 21 Mar, 1999 1 commit
  30. 26 Feb, 1999 1 commit
  31. 25 Feb, 1999 1 commit
  32. 17 Feb, 1999 1 commit
  33. 26 Jul, 1998 1 commit
    • Alexandre Julliard's avatar
      Release 980726 · 829fe323
      Alexandre Julliard authored
      Sat Jul 25 19:45:45 1998  Juergen Schmied <juergen.schmied@metronet.de>
      
      	* [include/shlobj.h][misc/shell.c][misc/shellord.c][ole/folders.c]
      	[shell32.spec]
      	Added SHFILEOPSTRUCT32[A|W] and constants, prototypes.
      	Implemented SHGetSpecialFolderLocation, SHGetPathFromIDList32[A].
      	Many IShellFolder, pidl, shell -related changes.
      
      	SHChangeNotifyRegister, SHChangeNotifyDeregister,
      	SHShellFolderView_Message, SHMapPIDLToSystemImageListIndex,
      	SHAddToRecentDocs32, SHFileOperation, SHChangeNotify, 
      	SHCreateShellFolderViewEx stubs.
      
      Sat Jul 25 17:16:25 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
      
      	* [files/profile.c]
      	Fix return value of PROFILE_GetSection().
      
      Fri Jul 24 22:45:19 1998  Ove Kaaven <ovek@isflak.arcticnet.no>
      
      	* [controls/edit.c]
      	Killed the modified flag on WM_SETTEXT. Eudora should no longer
      	bother asking whether you want to save an unchanged message.
      
      Fri Jul 24 21:21:35 1998  Andreas Mohr <100.30936@germany.net>
      
      	* [controls/menu.c]
      	Fixed bug in GetMenuState32.
      	Doesn't fix Free Agent 32 :((
      
      	* [documentation/debugging]
      	Hints added.
      
      	* [files/dos_fs.c] [include/msdos.h] [msdos/int21.c]
      	Enhanced DOS device support.
      
      	* [if1632/Makefile.in] [if1632/builtin.c] [if1632/rasapi16.spec]
      	  [relay32/Makefile.in] [relay32/builtin32.c] [relay32/rasapi32.spec]
      	Added RASAPI16/32.DLL.
      
      	* [misc/aspi.c] [relay32/wnaspi32.spec]
      	Implemented GetASPI32SupportInfo.
      
      	* [multimedia/mmsystem.c]
      	Implemented mmTaskCreate.
      
      Fri Jul 24 20:55:31 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
      
      	* [controls/toolbar.c]
      	Fixed some bugs and added new features.
      
      	* [controls/tooltips.c][include/tooltips.h]
      	Added more messages and started display code.
      
      	* [misc/shell.c][misc/shellord.c][relay32/shell.spec]
      	Fixed StrToOleStrN (SHELL32_79) and added OleStrToStrN (SHELL32_78).
      	Added some new stubs.
      
      	* [objects/cursoricon.c][misc/imagelist.c][include/windows.h]
      	Fixed GetIconInfo and removed the GetIconInfo hack from the
      	image list code.
      
      	* [controls/pager.c][include/pager.h][controls/treeview.c]
      	  [include/treeview.h]
      	Added some messages.
      
      	* [misc/tweak.c][winows/nonclient.c][documentation/win95look]
      	Removed unused tweak variables.
      
      	* [documentation/common_controls]
      	Updated.
      
      Fri Jul 24 18:36:32 1998  James Moody <013263m@dragon.acadiau.ca>
      
      	* [objects/font.c]
      	Fixed a bug in GetTextFace.
      
      Fri Jul 24 17:09:33 1998  Marcus Meissner <marcus@jet.franken.de>
      
      	* [misc/commdlg.c]
      	Fixed stacksmashing bug due to invalid specified function
      	pointers.
      
      	* [files/dos_fs.c]
      	Small change in case handling... be able to create files with
      	uppercase in them (like Program Files/).
      
      	* [graphics/ddraw.c]
      	XF86DGA support made threadsafe, added more Xlib dependent stuff
      	(create Window using CreateWindow(), draw into it). xlib support
      	is not satisfying.
      
      	* [scheduler/critsection.c]
      	Don't recurse on HeapLock with semaphore id 0.
      
      	* [win32/user32.c][windows/message.c][windows/event.c]
      	Moved win32 *Message functions where they belong.
      	Removed some potential races between XPending and XNextEvent by
      	a bit more locking.
      
      Fri Jul 24 13:58:19 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [loader/pe_image.c] [loader/ne/segment.c]
      	Use bogus pointer value instead of NULL for unresolved externals.
      
      	* [memory/selector.c]
      	Clear saved_fs on selector free.
      
      	* [msdos/cdrom.c] [configure.in]
      	Added check for linux/ucdrom.h.
      
      	* [scheduler/client.c] [server/socket.c]
      	Fix for missing struct cmsghdr.
      	Attempt to support msg_accrights fd passing (completely untested).
      
      	* [windows/event.c]
      	Do not grab the pointer in SetCapture (Win32 behavior).
      
      Tue Jul 21 22:28:13 1998  James Juran  <jrj120@psu.edu>
      
      	* [Make.rules.in]
      	Changed $(MKDIR) macro to use -p option (make parent directories
      	if they don't already exist.  This fixes an error in 'make install'
      	if /usr/local/include doesn't already exist.
      
      Tue Jul 21 13:37:04 Rein Klazes <rklazes@casema.net>
      
      	* [include/heap.h]
      	Replaced macro SEGPTR_GET by inline function to avoid *lots*
      	of wrong use of this macro.
      
      	* [relay32/comdlg32.spec]
      	Corrected GetSaveFileNameW entry.
      
      	* [relay32/advapi32.spec] [win32/advapi.c]
      	  [relay32/ole32.spec] [ ole/moniker.c]
      	Added stubs for SetFileSecurity[AW] and CreateFileMoniker32
      
      	* [graphics/x11drv/graphics.c]
      	Finished implementation of bezier drawing code.
      
      Tue Jul 21 11:00:51 1998  Claus Fischer <cfischer@td2cad.intel.com>
      
      	* [files/drive.c]
      	Remove label trailing blanks in GetVolumeInformation32A.
      
      	* [documentation/cdrom-labels]
      	Added documentation on how to find out a CD-ROM label.
      
      Sun Jul 19 23:16:41 1998  Pascal Cuoq <pcuoq@ens-lyon.fr>
      
      	* [include/windows.h]
      	Added some DM_* and DISP_CHANGE_* flags.
      
      	* [relay32/user32.spec] [windows/user.c]
      	Added stub for ChangeDisplaySettingA.
      
      	* [ole/ole2nls.c]
      	is_punctuation: reuse information from another table.
      
      Sun Jul 19 22:04:46 1998  Douglas Ridgway  <ridgway@winehq.com>
      
      	* [Make.rules.in]
      	Updated automatic documentation rules.
      
      	* [graphics/path.c] [misc/aspi.c] [misc/ntdll.c] [misc/winsock_dns.c]
      	[ole/ole2dsp.c] [relay32/user32.spec]
      	Comment format futzing to keep c2man happy.
      
      	* [documentation/README.documentation]
      	Updated description of automatic documentation.
      
      Wed Jul 15 19:10:09 1998   Andrew M. Bishop <amb@gedanken.demon.co.uk>
      
      	* [files/profile.c]
      	Cache the 10 most recently used .ini files.
      
      Tue May 20 19:20:23 1997  Pablo Saratxaga <srtxg@chanae.alphanet.ch>
      
      	* [misc/commdlg.c]
      	Makes PrintDlg32A() return TRUE even if it is an empty
      	stub, so most programs are happy and run anyway instead of
      	aborting at startup.
      
      	* [graphics/x11drv/xfont.c]
      	Increased the maximum font families as (X11) font aliases
      	eated up a lot of families causing wine to stop reading fonts.
      829fe323
  34. 29 Mar, 1998 1 commit
    • Alexandre Julliard's avatar
      Release 980329 · 54c2711f
      Alexandre Julliard authored
      Sun Mar 29 15:18:57 1998  Uwe Bonnes <elektron.ikp.physik.tu-darmstadt.de>
      
      	* [msdos/int21.c]
      	More verbose Trace messages
      
      Sun Mar 29 15:03:30 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [loader/ne_image.c]
      	Terminate relocation chains on 0 offset.
      
      Sun Mar 29 02:35:45 1998  James Juran  <jrj120@psu.edu>
      
      	* [windows/caret.c] [windows/class.c] [windows/clipboard.c]
      	Fixed more USER32 ordinal numbers in function documentation.
      
      Sat Mar 28 22:40:23 1997  Andreas Mohr <100.30936@germany.net>
      
      	* [controls/desktop.c]
      	Return 1 for WM_NCCREATE in DesktopWndProc.
      
      	* [controls/menu.c]
      	Fixed crash when destroying a top popup win that was only created
      	but not shown.
      
      	* [ole/typelib.c] [if1632/typelib.spec]
      	Implemented OABuildVersion.
      
      	* [windows/win.c]
      	Finally fixed ugly bug in GetParent32 that affected window placement:
      	Didn't return 0 for windows that have neither WS_POPUP nor
      	WS_CHILD set. Now it acts exactly like Windows (at least I hope so ;)
      
      Sat Mar 28 02:26:43 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
      
      	* [DEVELOPERS-HINTS] [documentation/debug-msgs]
      	Updated documentation on debug messages
      
      	* [include/button.h] [controls/button.c] [include/windows.h]
      	[include/combo.h] [controls/combo.c] [controls/commctrl.c]
      	[controls/icontitle.c] [controls/listbox.c]	[controls/menu.c]
      	[controls/scroll.c] [controls/widgets.c] 
      	Changed some 16-bit code to 32-bit code. I am positive this will
      	not break anything.
      
      	* [controls/uitools.c] 
      	Renamed the prefix of some functions from UITOOLS_ to UITOOLS95_
      	to reflect the fact that they implement Win95 look. Maybe we will
      	have a UITOOLS31_ in the future. Anyhow, the change is completely
      	internal to this file.
      
      	* [*/*.c]
      	Changed a lot of [f]printf into appropriate debug messages.
      
      Fri Mar 27 19:56:12 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
      	* [documentation/status/]
      	Added directdraw and directsound status.
      
      	* [if1632/thunk.c][ole/*.c][win32/kernel32.c]
      	Added some documentation.
      	Moved FUNC004 to thunk.c since it seems to be a 16->32 thunk
      	(calling conventions and the like still unknown).
      
      Fri Mar 27 09:59:32 1998  Morten Eriksen  <mortene@pvv.org>
      
      	* [loader/resource.c][windows/keyboard.c]
      	Implemented CopyAcceleratorTable() and CreateAcceleratorTable().
      	
      	* [include/compobj.h][ole/compobj.c][relay32/ole32.spec]
      	Added implementation of StringFromGUID2(). 
      
      Tue Mar 26 23:12:05 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
      
      	* [misc/imagelist.c][relay32/comctl32.spec]
      	Implemented new debugging interface.
      	Added missing functions (some are empty stubs).
      	Changed ordinals in comctl32.spec (now dll version 4.72 comatible).
      
      	* [objects/oembitmaps.c][include/windows.h]
      	  [include/bitmaps/*]
      	Added missing restore bitmaps for Win95 look.
      	Added missing Win95 cursors.
      
      Thu Mar 26 10:18:20 1998  Douglas Ridgway  <ridgway@winehq.com>
      
      	* [programs/view/Makefile.in] [programs/view/view.c]
      	Fix compilation, Aldus placeable metafile loading.
      
      	* [graphics/metafiledrv/init.c] [relay32/gdi32.spec] 
      	  [objects/metafile.c]
      	Implemented various 32 bit versions of regular metafile API.
      
      	* [objects/enhmetafile.c]
      	Implemented rendering of a couple of dozen records.
      
      Tue Mar 24 20:06:39 1998  Matthew Becker <mbecker@glasscity.net>
      
      	* [memory/*.c]
      	Updated documentation for API manpages.
      
      Mon Mar 23 09:09:00 1998  Alex Korobka <alex@pharm.sunysb.edu>
      
      	* [misc/winsock.c]
      	Fixed 32-bit DNS lookup.
      
      Mon Mar 23 23:54:47 1998  Luiz Otavio L. Zorzella  <zorzella@nr.conexware.com>
      
      	* [multimedia/init.c]
      	New code for the initialization and gathering of information about
      	the MIDI devices, for future use.
      
      Thu Mar 19 00:59:29 1998  Jim Peterson <jspeter@nospam.birch.ee.vt.edu>
      
      	* [windows/win.c]
      	Eliminated inaccurate setting of cs->hMenu in
      	WIN_CreateWindowEx, along with superfluous SetMenu32 call.
      
      Mon Mar 16 17:40:53 1998  Petter Reinholdtsen <pere@td.org.uit.no>
      
      	* [debugger/dbg.y] [debugger/Makefile.in] [Makefile.in]
      	Install wine.sym in $(exec_prefix)/lib and make sure the debugger
      	finds it.
      
      Sun Mar 15 22:36:35 1998  Michael Veksler <mveksler@tx.technion.ac.il>
      
      	* [dummy.c] [if1632/gdi.spec]
      	Fixed stub declaration of GDI_532, so Hebrew-Word2 kind of works.
      54c2711f
  35. 04 Jan, 1998 1 commit
    • Alexandre Julliard's avatar
      Release 980104 · 02e90087
      Alexandre Julliard authored
      Sat Jan  3 17:15:56 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [debugger/db_disasm.c]
      	Added cpuid and cmpxchg instructions.
      
      	* [if1632/builtin.c] [relay32/builtin32.c]
      	Fixed broken -dll option with Win32 DLLs.
      
      	* [include/heap.h]
      	Added SYSTEM_LOCK/SYSTEM_UNLOCK macros.
      
      	* [configure.in] [misc/lstr.c]
      	Added check for wctype.h.
      	Commented out --enable-ipc option (IPC code has been broken for a
      	long time anyway).
      
      	* [scheduler/critsection.c] [scheduler/event.c]
      	  [scheduler/mutex.c] [scheduler/semaphore.c]
      	Implemented Win32 synchronization objects.
      
      	* [scheduler/synchro.c]
      	Implemented WaitForMultipleObjects and related functions.
      
      	* [scheduler/thread.c]
      	If possible, use clone() in CreateThread().
      
      	* [scheduler/thread.c] [scheduler/process.c]
      	Made thread and process waitable objects.
      	Thread and process id values are now different from the pointers
      	they represent.
      
      	* [win32/k32obj.c]
      	Moved to scheduler directory.
      	Added function table for waiting operations on objects.
      
      	* [files/file.c] [memory/virtual.c]
      	Added new K32OBJ function table.
      
      Sun Jan  1 16:48:23 1997  Andreas Mohr <100.30936@germany.net>
      
      	* [files/file.c]
      	Fixed my patch for GetTempFileName16() as needed.
      	It was ...Name32A() that didn't work properly, not ...Name16().
      
      	* [graphics/x11drv/brush.c]
      	Fixed a BadMatch error.
      
      	* [msdos/int21.c]
      	Fixed INT21_FindNextFCB() to get correct volume labels e.g.
      	in "file open" dialog.
      
      	* [multimedia/joystick.c] [relay32/winmm.spec]
      	Stub JoyGetPosEx().
      
      	* [scheduler/process.c] [relay32/kernel32.spec]
      	Implemented RegisterServiceProcess().
      
      Wed Dec 31 11:14:43 1997  Lawson Whitney  <lawson_whitney@juno.com>
      
      	* [if1632/kernel.spec] [if1632/relay.c]
      	Define CallProcEx32w - Thanks to Marcus Meissner for his excellent
      	CallProc32W.
      
      	* [loader/module.c]
      	Take a shot at defining FreeLibrary32W.
      
      Sun Dec 28 12:44:04 1997  Kai Morich <kai.morich@rhein-neckar.netsurf.de>
      
      	* [controls/menu.c]
      	Menu modification from WM_INITMENUPOPUP message fixed.
      	Menu items now can have different wID and hSubMenu (Win95 behavior).
      
      	* [misc/cpu.c]
      	Improved IsProcessorFeaturePresent.
      
      Sun Dec 28 03:21:08 1997  Ove Kaaven <ovek@main.arcticnet.no>
      
      	* [include/winsock.h] [misc/winsock.c]
      	Fixed WS_SOL_SOCKET for setsockopt(), and made select() return
      	empty fd_sets if timeout.
      
      	* [objects/palette.c]
      	AnimatePalette() bailed out if entire palette is animated. Fixed.
      
      	* [objects/dib.c]
      	Added some code to SetDIBitsToDevice() and its helpers to fix
      	some offseting problems.
      
      	* [objects/cursoricon.c]
      	Made CreateCursor32() convert the instance handle properly. Made
      	DestroyCursor() return correct success status.
      
      Wed Dec 24 17:56:34 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>
      
      	* [windows/syscolor.c]
      	Added definition of GetSysColorPen16/32. This function does not
      	exist in the Win32 API but is a very close (and natural) relative
      	to GetSysColorBrush function. Moreover, it is *very* much used 
      	within Wine since there are a lot of places where we need to draw
      	lines with the standard colors.
      
      	* [controls/button.c] [controls/combo.c] [controls/icontitle.c]
      	  [controls/menu.c] [controls/progress.c] [controls/scroll.c]
      	  [controls/updown.c] [graphics/painting.c] [misc/tweak.c]
      	  [windows/defwnd.c] [windows/graphics.c] [windows/nonclient.c]
      	Replaced references to sysColorObjects with the appropriate
      	call to GetSysColorBrush32/GetSysColorPen32. There is no need to
      	expose the implementation of these functions, even within Wine.
      	This makes the code easier to understand, debug, maintain.
      
      	* [controls/uitools.c]
      	Modified most of the functions in this file to use the now
      	standard pens (i.e. GetSysColorPen32). These functions made
      	*heavy* use of standard pens so I expect a lot less
      	CreatePen/DeleteObject calls can do only good...:)
      	Plus some minor modifications (*no* functional changes though).
      
      	* [controls/updown.c]
      	Used the new DrawFrameControl32 function to paint the control.
      	I also deleted UDDOWN_DrawArrow since it was no longer required.
      
      Tue Dec 23 00:03:33 1997  Steinar Hamre  <steinarh@stud.fim.ntnu.no>
      
      	* [configure.in]
      	Added check for -lw.
      
      	* [include/wintypes.h] [tools/build.c]
      	Changes to make the assembly understandable for even sun as.
      	".ascii" -> ".string", "call %foo" -> "call *%foo",
      	"pushw/popw %[cdes]s" written out to ".byte 0x66\npushl/popl %[cdes]s".
      
      	* [memory/ldt.c]
      	#ifdef added so <sys/seg.h> will not be included on Solaris.
      
      Mon Dec 22 18:55:19 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
      
      	* [configure.in]
      	Added XF86DGA check.
      
      	* [multimedia/dsound.c][relay32/dsound.spec][include/dsound.h]
      	Started DirectSound. Only stubs for now.
      
      	* [graphics/ddraw.c][include/ddraw.h][relay32/ddraw.spec]
      	Started to implement DirectDraw. Mostly stubs, some
      	testcases work. Requires the XF86DGA extension to XFree86.
      	(check demo/blizdemo.exe from the Diablo CD-ROM).
      
      	* [files/drive.c]
      	Return correct "CDFS" fsname so Diablo is a bit happier.
      
      Sun Dec 21 21:45:48 1997  Kevin Cozens <kcozens@interlog.com>
      
      	* [misc/registry.c]
      	Fixed bugs in the routines which read the Windows '95 registry
      	files. Added extra information regarding the format of the Windows
      	'95 registry files.
      02e90087
  36. 01 Jan, 1997 1 commit
    • Alexandre Julliard's avatar
      Release 970101 · 9ea19e54
      Alexandre Julliard authored
      Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [controls/listbox.c]
      	Use FindFirstFile/FindNextFile in LISTBOX_Directory.
      
      	* [files/dos_fs.c]
      	Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
      
      	* [files/file.c] [files/directory.c]
      	Use Win32 kernel objects and handles for file handles.
      	Unified SearchPath() and OpenFile().
      
      	* [loader/builtin.c]
      	Moved to if1632/ directory.
      
      	* [tools/build.c] [debugger/*] [miscemu/*]
      	Win16 register functions now receive the same CONTEXT * structure
      	as Win32 functions.
      
      	* [include/sigcontext.h] [miscemu/instr.c]
      	Added new macros to get register values from the SIGCONTEXT
      	structure (only used for instruction emulation now).
      
      	* [scheduler/process.c] [scheduler/thread.c] (New files)
      	Allocate process and thread structures.
      
      	* [scheduler/process.c] [win32/k32obj.c]
      	Added Win32 kernel objects and handles management.
      
      	* [loader/task.c]
      	Create a Win32 process and thread for every Win16 task.
      
      	* [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
      	Built-in resources are now in Win32 format. This also avoids
      	16-bit callbacks for built-in dialogs.
      
      	* [misc/lzexpand.c]
      	Differentiate between 16-bit and 32-bit file handles.
      
      	* [miscemu/int*.c]
      	Moved all int emulation to msdos/ directory.
      
      	* [msdos/*]
      	New directory msdos/ contains all MS-DOS emulation code that can
      	also be used for Winelib; this should enable Winelib apps to use
      	DOS3Call and related functions.
      
      	* [rc/winerc.c]
      	A few bug fixes for Win32 resource format.
      
      	* [windows/winpos.c]
      	Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
      	right though).
      
      Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
      
      	* [loader/pe_image.c]
      	Make sure BSS of a PE_Image is zero.
      
      Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
      
      	* [windows/scroll.c]
      	ScrollWindowEx() rewrite, ScrollDC() fix.
      
      	* [windows/nonclient.c] [controls/menu.c]
      	Fixed Alt-Space crashes in dialogs.
      
      	* [windows/event.c] [windows/message.c]
      	Some changes in mouse message generation.
      
      Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
      
      	* [debugger/stabs.c]
      	Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
      
      Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>
      
      	* [windows/event.c]
      	Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
      	compatibility.
      9ea19e54
  37. 22 Dec, 1996 1 commit
    • Alexandre Julliard's avatar
      Release 961222 · 7ebe1a41
      Alexandre Julliard authored
      Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
      	Added mapping functions.
      
      	* [if1632/gdi.spec] [objects/*.c] [include/windows.h]
      	Added a lot of Win32 functions.
      
      	* [memory/heap.c]
      	Added HEAP_strdupAtoW and HEAP_strdupWtoA.
      
      	* [misc/lstr.c] [memory/string.c]
      	Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
      
      	* [object/font.c]
      	Avoid uppercasing font names.
      
      	* [windows/hook.c]
      	Set ds = ss before calling hook procedure.
      
      Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
      
      	* [objects/color.c]
      	Use colors allocated by other clients. 
      
      	* [windows/caret.c]
      	Set default blink time to 500.
      
      	* [windows/win.c] [windows/event.c]
      	Delete X context before XDestroyWindow().
      
      	* [windows/keyboard.c]
      	Fixed GetKeyState() once more.
      
      Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>
      
      	* [debugger/*.c]
      	Lots of built-in debugger improvements: parse Win32 EXEs debug
       	information, display local variables, source files and line
       	numbers, get symbols directly from the Wine executable, etc.
      
      Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
      
      	* [misc/winsock_async.c]
       	Extern declaration added for h_errno.
      
      Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>
      
      	* [windows/message.c]
      	Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
      7ebe1a41
  38. 28 Jul, 1996 1 commit
    • Alexandre Julliard's avatar
      Release 960728 · ac9c9b07
      Alexandre Julliard authored
      Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
      
      	* [loader/task.c] [include/task.h]
      	Implemented SwitchStackTo()/SwitchStackBack().
      
      	* [include/wintypes.h] [loader/main.c]
      	Added __winelib variable to distinguish between emulator and
       	library at run-time. Later on, this should avoid some
       	recompilations when building Winelib.
      
      	* [windows/property.c]
      	Implemented Win32 functions for window properties.
      
      Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
      
      	* [controls/listbox.c]
      	Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
      	messages.
      
      	* [controls/menu.c]
      	Call TranslateMessage() to enable shortcuts (on WM_CHAR).
      
      	* [include/cursoricon.h]
      	Moved #pragma pack(1) back to where it belongs.
      
      	* [objects/palette.c]
      	RealizeDefaultPalette() maps to system colors only.
      	Do not broadcast palette notifications when in TrueColor.
      
      	* [objects/color.c] [include/palette.h]
      	Miscellaneous optimizations. Had to fix several
      	"improvements" made to my patch for previous release.
      
      	* [objects/dib.c]
      	Reverse dib bits order for 24-bit SetDIBits().
      
      	* [objects/dc.c]
      	GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
      
      	* [windows/scroll.c]
      	Scroll update region too.
      
      	* [windows/message.c]
      	Include QS_MOUSE into the event mask for nonclient mouse
      	message filter. Fixes problems with Word 6 freezing when
      	mouse hits nonclient area.
      
      	* [windows/win.c] 
      	Allow top-level windows to be linked as HWND_TOP in CreateWindow().
      
      	* [windows/winpos.c] [windows/mdi.c]
      	Attempt to fix control menu duplication.
      
      Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
      
      	* [files/drive.c]
      	GetDriveType32A(): return value for CDROM fixed.
      
      	* [files/file.c]
      	SearchPath* added.
      
      	* [if1632/gdi32.spec] [objects/brush.c]
      	SetBrushOrgEx() added.
      
      	* [loader/pe_resource.c]
      	If even loading the default entry fails, we just use the first
      	entry from the resource directory.
      
      	[loader/task.c]
      	SetSigHandler() stub added, Paradox 4.5 now starts up.
      
      	* [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
      	COMM functions updated to win32, not complete.
      
      	* [misc/lstr.c]
      	FormatMessageA partially implemented.
      
      	* [include/miscemu.h] [memory/selector.c]
      	  [memory/global.c] [miscemu/dosmem.c]
      	DOS memory handling changed: 1MB preallocated block, real-mode
      	segment handling possible, SetSelectorBase into lower physical 1MB
      	possible.
      
      	* [miscemu/dpmi.c]
      	Real-mode segments changed, real-mode int 21,ax=6506 added.
      	AX=0x0303 added.
      
      	* [multimedia/time.c]
      	Fixed bug in killTimer.
      
      	* [objects/bitmap.c]
      	LoadImageA partially implemented.
      
      Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
      
      	* [include/dde_mem.h][include/dde_proc.h]
      	  [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
      	  [ipc/generic_hash.h][library/miscstubs.c]
      	Changes for error free compilation using "--with-ipc":
      	replaced some names with *16-equivalent (e.g. MSG to MSG16),
      	modified prototype of function DDE_GlobalFree() .
      
      	* [objects/palette.c]
      	Added check for metafile-DC in GDISelectPalette(),
      	GDIRealizePalette(),RealizeDefaultPalette() and
      	IsDCCurrentPalette().
      
      Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
      
      	* [controls/edit.c]
      	EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
      	fixes Winhelp.
      
      	* [windows/dialog.c]
      	DIALOG_CreateIndirect: Initialise dlgProc before creating children.
      ac9c9b07