1 ----------------------------------------------------------------------
2 Sun Jan 19 11:46:48 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
5 Fixed LoadModule() to always call the DLL initialization code.
8 Moved all the keyboard stuff to windows/keyboard.c
11 Fixed Win32 register functions.
13 Sat Jan 18 22:24:41 1997 David Makepeace <D.Makepeace@mailbox.uq.oz.au>
16 Fixed bug which causes SEGV on Solaris x86.
18 Fri Jan 17 18:32:27 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
21 Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
22 WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
23 Fixed EM_SETSEL and some minor bugs (features).
24 Hence: fully functional undo and a win95 menu with the right mouse
27 * [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
28 Added a context menu for the edit control.
29 Translations, please ...
31 Fri Jan 17 08:29:52 1997 David Faure <david.faure@ifhamy.insa-lyon.fr>
34 Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
35 Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
36 Added 3-state handling of toggle keys (CapsLock, NumLock) in order
37 to make them work with any X server.
38 Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
40 * [include/keyboard.h]
41 Totally replaced the file (formerly containing the vkcase definitions)
42 by the declaration of 'extern' variables contained by event.c and used
45 * [windows/keyboard.c]
46 Started to rewrite VkKeyScan and MapVirtualKey, to make them use the
47 table keyc2vkey or X functions only.
48 ToAscii : added keypad 0-9 and . special case.
49 Changed toggle keys active mask from 0x80 to 0x1.
52 File deleted. Contents moved to windows/keyboard.c.
55 Added putenv XKB_DISABLE to disable XKB extension (which, when
56 present, causes AltGr to change keyboard group instead of being a
59 Tue Jan 14 22:56:43 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
62 Do not assume NumLockMask is Mod2Mask, but compute it by scanning
63 output of XGetModifierMapping for XK_Num_Lock.
65 Tue Jan 14 15:49:49 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
67 * [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
70 Changed defines/structures to match Windows NT SDK.
73 Don't crash on empty command-line.
76 winpos.c made win32 clean.
79 Some string conversion additions.
82 GetFileAttributes/GetTempFileName fixed.
85 VerInstallFile implemented.
87 Mon Jan 13 15:03:11 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
89 * [tools/build.c]: Use PREFIX also in stabs messages.
91 Mon Jan 13 10:40:33 1997 John Harvey <john@division.co.uk>
93 * [graphics/win16drv/*] [include/win16drv.h]
94 Many fixes and some new features.
96 * [graphics/x11drv/font.c] [graphics/x11drv/init.c]
97 [include/x11drv.h] [objects/font.c]
98 GetTextMetrics() moved to graphics driver.
100 * [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
101 New dummy EngineEnumerateFont, EngineRealizeFont functions.
103 * [include/windows.h]
104 TEXTFORM16 and FONTINFO16 structure definitions moved here from
107 ----------------------------------------------------------------------
108 Sat Jan 11 18:17:59 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
111 Updated to new Win32 types.
113 * [controls/listbox.c]
114 Fixed Winfile extended selection bug.
116 * [files/directory.c]
117 Changed DIR_SearchPath to return both long and short file names.
120 Implemented VFAT ioctl to retrieve the original short filenames
121 from a VFAT filesystem (Linux only for now).
122 Replaced DOSFS_GetUnixFileName()/DOSFS_GetDosTrueName() by
124 Properly implemented GetShortPathName() and GetFullPathName().
125 Made all functions re-entrant.
127 * [files/file.c] [misc/main.c]
128 Replaced -allowreadonly option by -failreadonly. The default is
129 now to report success when opening a read-only file for writing.
131 * [objects/metafile.c]
132 Fixed bug in DIB bitmaps pointer calculation.
134 * [scheduler/process.c]
135 Implemented environment strings and Get/SetStdHandle with process
139 Rewrote BuildContext32() to avoid instructions that may not be
140 supported by all assemblers.
142 Fri Jan 10 17:11:09 1997 David Faure <david.faure@ifhamy.insa-lyon.fr>
145 Created table keyc2vkey, which associate a vkey(+extended bit) to
146 any keycode. Changed EVENT_event_to_vkey to use this table to
147 return the correct vkey. Changed EVENT_ToAscii to get the keycode
148 from this table too. Assigned OEM specific vkeys arbitrarily.
150 Fri Jan 10 09:26:17 1997 John Harvey <john@division.co.uk>
152 * [misc/winsock.c] [misc/winsoc_async.c]
153 Fixed svr4 header files.
154 Changed bzero() to memset().
157 Removed bcopy() and used memcpy() instead.
160 Include string.h instead of strings.h
163 Include string.h instead of strings.h.
164 Define __ELF__ for svr4 systems.
167 Use wait() instead of wait4() which doesnt exist on Unixware.
170 Use sysconf() instead of getpagesize() for svr4 systems.
172 Thu Jan 9 21:07:20 1997 Robert Pouliot <krynos@clic.net>
174 * [Make.rules.in] [Makefile.in] [make_os2.sh] [rc/Makefile.in]
175 [tools/Makefile.in] [documentation/wine_os2.txt]
176 Patches for OS/2 support. Note that it doesn't compile yet.
178 Tue Jan 7 20:03:53 1997 Eric Youngdale <eric@sub2304.jic.com>
181 Many more debugger improvements (see debugger/README for details).
183 Tue Jan 7 15:12:21 1997 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
185 * [windows/graphics.c] [objects/text.c] [graphics/x11drv/*]
186 [graphics/metafiledrv/*]
187 Moved some device dependent code into the resp. subdirs.
189 * [include/gdi.h] [include/metafiledrv.h] [include/x11drv.h]
191 DC_FUNCTIONS: GetPixel added, some unnecessary functions removed.
194 CreatePolyPolygonRgn32 added.
197 QueryDosDevice added.
200 FormatMessage: broken heap management fixed.
202 * [scheduler/process.c] [scheduler/thread.c]
203 Get/SetThreadPriority/PriorityClass added.
205 Mon Jan 6 21:55:30 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
208 ToAscii : Use EVENT_ToAscii instead.
211 keypad_key : Do not convert XK_Mode_switch to VK_MENU; recognize
213 EVENT_event_to_vkey : New function, to transform a X keycode
214 into a MSwin vkey + extended bit.
215 EVENT_ToAscii : New function, to transform a vkey + extended bit
216 (+ key state table) into ascii char(s), using XLookupString, and
217 recognizing dead chars.
218 EVENT_key : Transform AltGr into Ctrl+Alt sequence; call
219 EVENT_event_to_vkey for keycode to vkey conversion; fixed
220 previous, context and extended bits.
222 * [windows/keyboard.c]
223 Include stddebug.h, to get -debugmsg messages.
224 GetKeyState : Handle VK_MBUTTON case.
225 GetKeyboardState, SetKeyboardState : Debugging messages added.
227 * [windows/message.c]
228 TranslateMessage : Handle dead chars.
230 Mon Jan 6 20:10:11 1997 Dominik Strasser <bm424953@muenchen.org>
232 * [if1632/crtdll.spec] [misc/crtdll.c]
233 C++ functions new/delete/set_new_handler implemented.
235 Mon Jan 6 15:48:15 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
237 * [controls/edit.c] [include/windows.h]
238 Moved the edit control to 32 bits.
239 Included new (win95) message definitions in windows.h
240 Implemented EM_SCROLLCARET, EM_SETMARGINS, EM_GETMARGINS,
241 EM_GETLIMITTEXT, EM_POSFROMCHAR, EM_CHARFROMPOS.
242 Broke EM_SETWORDBREAKPROC (internal wordwrap still works).
243 Fixed some bugs, introduced a couple of others.
244 Text buffer is now initially in 32-bit heap.
246 * [controls/EDIT.TODO] [controls/combo.c] [controls/widgets.c]
247 [if1632/wprocs.spec] [library/miscstubs.c] [windows/defdlg.c]
249 Updated to work with 32-bit edit control.
251 Sat Jan 4 22:07:27 1997 O.Flebbe <O.Flebbe@science-computing.uni-tuebingen.de>
253 * [loader/pe_image.c]
254 Use mmap rather then malloc. Better workaround for clean
257 ----------------------------------------------------------------------
258 Wed Jan 1 15:36:17 1997 Alexandre Julliard <julliard@lrc.epfl.ch>
260 * [controls/listbox.c]
261 Use FindFirstFile/FindNextFile in LISTBOX_Directory.
264 Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
266 * [files/file.c] [files/directory.c]
267 Use Win32 kernel objects and handles for file handles.
268 Unified SearchPath() and OpenFile().
271 Moved to if1632/ directory.
273 * [tools/build.c] [debugger/*] [miscemu/*]
274 Win16 register functions now receive the same CONTEXT * structure
277 * [include/sigcontext.h] [miscemu/instr.c]
278 Added new macros to get register values from the SIGCONTEXT
279 structure (only used for instruction emulation now).
281 * [scheduler/process.c] [scheduler/thread.c] (New files)
282 Allocate process and thread structures.
284 * [scheduler/process.c] [win32/k32obj.c]
285 Added Win32 kernel objects and handles management.
288 Create a Win32 process and thread for every Win16 task.
290 * [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
291 Built-in resources are now in Win32 format. This also avoids
292 16-bit callbacks for built-in dialogs.
295 Differentiate between 16-bit and 32-bit file handles.
298 Moved all int emulation to msdos/ directory.
301 New directory msdos/ contains all MS-DOS emulation code that can
302 also be used for Winelib; this should enable Winelib apps to use
303 DOS3Call and related functions.
306 A few bug fixes for Win32 resource format.
309 Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
312 Sun Dec 29 17:47:55 1996 O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
314 * [loader/pe_image.c]
315 Make sure BSS of a PE_Image is zero.
317 Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
320 ScrollWindowEx() rewrite, ScrollDC() fix.
322 * [windows/nonclient.c] [controls/menu.c]
323 Fixed Alt-Space crashes in dialogs.
325 * [windows/event.c] [windows/message.c]
326 Some changes in mouse message generation.
328 Thu Dec 26 09:25:24 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
331 Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
333 Tue Dec 24 00:59:05 MET 1996 Martin Buck <martin-2.buck@student.uni-ulm.de>
336 Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
339 ----------------------------------------------------------------------
340 Sun Dec 22 13:30:18 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
342 * [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
343 Added mapping functions.
345 * [if1632/gdi.spec] [objects/*.c] [include/windows.h]
346 Added a lot of Win32 functions.
349 Added HEAP_strdupAtoW and HEAP_strdupWtoA.
351 * [misc/lstr.c] [memory/string.c]
352 Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
355 Avoid uppercasing font names.
358 Set ds = ss before calling hook procedure.
360 Sat Dec 21 21:44:17 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
363 Use colors allocated by other clients.
366 Set default blink time to 500.
368 * [windows/win.c] [windows/event.c]
369 Delete X context before XDestroyWindow().
371 * [windows/keyboard.c]
372 Fixed GetKeyState() once more.
374 Fri Dec 20 08:26:33 1996 Eric Youngdale <eric@sub2304.jic.com>
377 Lots of built-in debugger improvements: parse Win32 EXEs debug
378 information, display local variables, source files and line
379 numbers, get symbols directly from the Wine executable, etc.
381 Tue Dec 17 22:39:42 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
383 * [misc/winsock_async.c]
384 Extern declaration added for h_errno.
386 Tue Dec 17 21:29:34 1996 Albrecht Kleine <kleine@ak.sax.de>
388 * [windows/message.c]
389 Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
391 ----------------------------------------------------------------------
392 Sun Dec 15 16:18:15 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
394 * [graphics/x11drv/bitblt.c]
395 Fixed BITBLT_StretchImage for partially covered or inverted
399 Fixed the upside-down bitmap problem.
401 Sat Dec 14 02:49:57 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
403 * [if1632/user32.spec]
404 IsMenu and RemoveMenu added (use existing Win16 functions).
406 * [include/windows.h]
407 Corrections to BITMAPINFOHEADER structure.
409 * [loader/module.c] [if1632/kernel32.spec]
410 New function GetModuleFileName32A (heavily based on original
413 * [loader/pe_image.c]
414 Hack to allow files with short PE header to be loaded (e.g.
415 COMDLG32.DLL from Win32s).
417 * [misc/winsock_async.c]
418 #if out EIDRM case (not present in FreeBSD).
421 Remove trailing comments from .s files generated by build
422 as these break assembly when not run through pre-processor.
424 * [windows/graphics.c] [if1632/gdi32.spec]
425 New function Polyline32 - based on original Polyline. Needs
426 metafile support adding still.
428 Fri Dec 13 13:04:06 1996 Bruce Milner <Bruce.Milner@genetics.utah.edu>
430 * [win32/findfile.c] [if1632/kernel.spec]
431 FindFirstFile32A(): Use dos current directory for drive prefixes.
432 FindNextFile32A(): Fill in file attribute information.
433 Implement FindFirstFile16, FindNextFile16, FindClose16.
436 GetCurrentDirectory32A - Fix problem with null 3rd character in
439 Tue Dec 10 14:49:07 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
441 * [windows/painting.c][windows/message.c]
442 Don't use linked lists to call SendMessage(), for it might destroy
443 the current listentry.
446 Fixed temporary file saving (rename doesn't work across
450 GetFullPathName*,GetDriveType32A fixed, CreateDirectoryEx*,
451 GetVolumeInformation32W fixed.
453 * [win32/process.c][if1632/kernel.spec][if1632/kernel32.spec]
454 LoadLibrary* updated to new naming std., *32W added.
456 * [win32/console.c] [include/wincon.h]
457 Additions for NT commandline executables.
459 * [if1632/advapi32.spec][if1632/kernel32.spec][win32/init.c]
460 GetUserName32W added, GetComputerName32W added,
461 GetStartupInfo32W added, GetSystemInfo updated to NT standard.
463 * [windows/msgbox.c][misc/shell.c][windows/graphics.c]
464 MessageBox32W, ShellAbout32W, CommandLineToArgvW, Polygon32 added.
466 * [misc/crtdll.c][include/crtdll.h][if1632/crtdll.spec][misc/ntdll.c]
468 Lot of new unicode functions added (needed for NT).
470 * [loader/pe_image.c]
473 Tue Dec 10 22:39:33 1996 Albrecht Kleine <kleine@ak.sax.de>
475 * [windows/keyboard.c]
476 Rewrote function TranslateAccelerator().
478 Mon Dec 9 14:52:13 1996 Slaven Rezic <eserte@cs.tu-berlin.de>
481 DEFWND_SetText(): Set icon name.
483 Sun Dec 8 23:30:00 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
485 * [loader/signal.c] [misc/winsock.c] [misc/winsock_async.c]
486 [if1632/winsock.spec]
487 IPC resource cleanup, bugfixes.
489 * [windows/dialog.c] [windows/defdlg.c]
490 More DefDlgProc() fixes.
492 Sun Dec 8 14:01:42 1996 Vadim Strizhevsky <striv@ms.com>
494 * [misc/clipboard.c] [objects/font.c] [win32/init.c]
495 [win32/newfns.c] [windows/graphics.c]
496 Added a few WIN32 functions which needed to run some win32
497 accessories. Clock should now work almost as well as 16 bit version.
498 Add: RegisterClipboardFormat32W GetTextExtentExPoint32*
499 GetModuleHandleW, DisableThreadLibraryCalls (empty stub),
501 Fix: Polygon16 possible memory leak on error return.
503 ----------------------------------------------------------------------
504 Sun Dec 8 14:51:57 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
507 Added check to see if the compiler supports building a DLL when
508 the --with-dll option is used.
510 * [controls/listbox.c]
511 Don't send LBN_SELCHANGE too often.
512 Added WM_CHARTOITEM support.
514 * [Make.rules.in] [library/Makefile.in]
515 Build winestub.o and link it with Winelib programs.
518 Added support for '&&' in DrawText().
523 Sat Dec 7 12:07:07 1996 Andrew Lewycky <plewycky@oise.utoronto.ca>
526 GetCurrentThread(): return -2 (current thread pseudo-handle).
527 GetCurrentThreadId(): return GetCurrentTask().
529 * [objects/font.c] [if1632/gdi32.spec]
530 GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
533 FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
535 * [windows/hook.c] [include/hook.h] [if1632/user.spec]
536 [if1632/user32.spec] [windows/focus.c] [windows/message.c]
537 [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
538 Hooks rewritten to support Win32.
541 WINSOCK_select(): need to put sockets with errors into exceptfds.
542 WINSOCK_socket(): fix error return.
545 SetWindowWord(): call SetParent on GWW_HWNDPARENT.
547 Wed Dec 4 22:03:05 1996 Andrew Taylor <andrew@riscan.com>
550 Check if buf is NULL before copying string in GetFullPathName32A().
552 Wed Dec 4 21:40:59 1996 Robert Pouliot <krynos@clic.net>
554 * [graphics/wing.c] [if1632/wing.spec]
555 Implemented many WinG functions, but some don't seem to
556 work correctly (probably due to the one not done).
558 Wed Dec 4 03:38:25 1996 Lee Jaekil <juria@puma.kaitech.re.kr>
561 Implemented a few more of the SystemParametersInfo() cases.
563 Sun Dec 1 22:30:00 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
565 * [controls/button.c]
566 Improved focus rectangle painting.
568 * [windows/dialog.c] [windows/defdlg.c]
569 Fixed IE3.0 problems with DWL_MSGRESULT.
571 Sun Dec 1 20:49:32 1996 Albrecht Kleine <kleine@ak.sax.de>
574 Changed error handling in PROFILE_SetString().
576 ----------------------------------------------------------------------
577 Sat Nov 30 19:21:17 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
580 Re-generated with autoconf 2.11. Let me know if you have
583 * [controls/listbox.c] [controls/oldlbox.c]
584 Listboxes rewritten from scratch. Moved old code still used by
585 comboboxes to oldlbox.c
588 Use temporary file when saving registry.
591 Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
593 * [windows/winproc.c]
594 Added translation for listbox Win32 messages.
596 Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
598 * [controls/widgets.c] [controls/button.c]
599 Fixed some incompatibilities with CTL3D DLL.
602 Made dialog windows fit into the desktop.
604 * [misc/winsock.c] [misc/winsock_async.c]
607 * [windows/message.c]
610 * [windows/queue.c] [windows/hook.c] [windows/win.c]
611 SetMessageQueue() fixes.
613 Fri Nov 29 10:25:12 1996 Slaven Rezic <eserte@cs.tu-berlin.de>
616 DrawText16(): Fixed return value.
618 Tue Nov 26 14:47:09 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
620 * [files/profile.c] [*/*]
621 Added Win32 profile functions, updated to new naming standard.
623 * [objects/font.c] [if1632/thunk.c] [include/windows.h]
624 Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
627 * [misc/ole2nls.c] [if1632/thunk.c]
628 Added EnumSystemLocales() (winhelp.exe).
631 Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
634 Partially fixed CreateFileMapping(), added UnmapViewOfFile().
636 Sat Nov 23 23:36:05 1996 Ronan Waide <waider@waider.ie>
639 Fixed some FIXMEs relating to ShellExec() and FindExecutable().
642 Implemented a few more of the SystemParametersInfo() cases.
644 Tue Nov 19 01:24:34 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
646 * [include/keyboard.h]
647 New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
649 * [include/windows.h]
650 New [VK_A, VK_Z] and [VK_0, VK9] macros.
653 Fixes in KeyTable and ToAscii.
656 FONT_init : Give default value for MSWIN "system" font.
657 FONT_MatchFont : Do not try every size of a font family if the
658 family does not exist.
661 lastEventChar hack removed.
662 KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
663 and QueueKeyStateTable (maintained in message.c).
664 EVENT_key : Corrections to the extended bit setting.
666 * [windows/message.c] [windows/keyboard.c]
667 Implementation of a new QueueKeyStateTable : table of key states
668 valid when messages are retrieved by GetMessage or PeekMessage,
669 and valid for TranslateMessage.
670 TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
673 Mon Nov 18 16:59:01 1996 Robert Pouliot <krynos@clic.net>
675 * [graphics/Makefile.in] [graphics/wing.c]
677 Some functions for WinG support, mostly empty stubs.
679 * [misc/crtdll.c] [if1632/crtdll.spec]
680 Many functions added to CRTDLL, mostly calls to Unix C library.
682 ----------------------------------------------------------------------
683 Sun Nov 17 15:01:45 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
685 * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
686 Moved BitBlt operations to the new graphics driver
687 interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
690 Unified MemManInfo() and GlobalMemoryStatus().
693 Fixed ExtTextOut() to always use physical coords for clip rect.
696 Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
699 Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
700 (thanks to Thomas Koenig).
702 * [windows/painting.c]
703 Moved update region clipping for CS_PARENTDC windows to BeginPaint().
706 Implemented Win32 version of ScrollWindow() and ScrollDC().
708 Tue Nov 12 09:52:17 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
710 * [files/*.c] [win32/file.c]
711 Some win32 filetime conversion functions added.
712 Fixed behaviour with DOS drives pointing to UNIX /
713 SetCurrentDirectory() may also get X:\xxx paths.
714 Fixed FILE_Open when called from CreateFile().
715 Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
717 * [misc/crtdll.c] [if1632/crtdll.spec]
718 Added some new functions.
720 * [if1632/user32.spec]
721 Some thunks into win16 code added.
724 Added GetSystemInfo(), removed GetModuleFileName() stub.
726 * [win32/code_page.c] [if1632/thunk.c]
727 Added EnumSystemCodePages* (untested).
729 * [objects/font.c] [if1632/thunk.c]
730 Added EnumFontFamilies32*.
732 Mon Nov 11 14:50:24 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
734 * [controls/menu.c] [windows/mdi.c]
735 Don't delete the MDI `windows' menu if it's already been deleted.
738 Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
739 and complains if it returns FALSE.
742 Get maximized MDI child's nonclient area redrawn after resize.
744 Thu Nov 7 13:32:34 1996 Lee Jaekil <juria@seodu.co.kr>
747 Use /proc filesystem for GlobalMemoryStatus() on Linux.
749 Mon Nov 4 18:30:00 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
752 Added OffiX-style file drop handling. File paths must be
753 DOS-mappable by Wine (via wine.conf).
756 Added WM_GETTEXT handler.
758 * [objects/palette.c]
759 Added ResizePalette() (untested).
761 * [objects/cursoricon.c]
762 Implemented icon to cursor conversion.
765 Fixed crash on startup when no colorcells are writeable.
767 Mon Nov 4 00:49:41 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
770 Added support for win32 output.
772 * [library/libres.c] [include/libres.h] [loader/resource.c]
773 Renamed LIBRES_FindResource to LIBRES_FindResource16.
774 Added LIBRES_FindResource32.
776 Sun Nov 3 21:21:45 1996 Robert Pouliot <krynos@clic.net>
778 * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
779 Added the spec file for WinG, it's only stub for now, but it
780 should be easy to do by someone with Windows programming
781 knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
783 * [if1632/crtdll.spec]
784 Added some string and memory functions to make sfxed95.exe (of
785 Warcraft 2) almost work.
787 ----------------------------------------------------------------------
788 Sat Nov 2 12:50:40 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
791 Added long file name mask in DOSFS_FindNext().
793 * [loader/pe_image.c] [loader/task.c]
794 Moved Win32 task startup into TASK_CallToStart().
797 Fixed SetDCState() for memory DC (thanks to Constantine
798 Sapuntzakis for spotting this one).
801 Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
804 Added Win32 version for many graphics functions.
806 Thu Oct 31 10:00:18 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
808 * [controls/button.c]
809 BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
812 EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
813 EDIT_EM_GetSel() renamed to EDIT_GetSel().
816 DS_LOCALEDIT is a dialog style not an edit style.
818 * [windows/winproc.c]
819 Stop stack trashing when wndPtr->text == NULL.
821 Tue Oct 29 23:35:04 1996 Constantine P Sapuntzakis <csapuntz@mit.edu>
824 GetDCEx32 - The determination of whether to use the DC cache or
825 not should be independent of DCX_USESTYLE.
827 Sat Oct 26 17:31:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
829 * [files/directory.c]
830 Added errno.h to #includes
833 Close files once they have been processed.
835 ----------------------------------------------------------------------
836 Tue Oct 22 20:09:52 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
838 * [*/Makefile.in] [tools/makedep.c]
839 New program to generate dependencies; should be faster and more
840 portable than 'gcc -MM'.
843 Replaced WPARAM and HDC by explicitly-sized types.
846 Fixed bug in HOOK_GetHook16 function.
848 Thu Oct 17 09:13:50 1996 John Harvey <john@division.co.uk>
850 * [include/debug.h] [include/stddebug.h]
851 Added debug option for win16drv (-debugmsg +win16drv)
853 * [graphics/win16drv/init.c]
854 Only enable CreateDC if printer=on specified in wine section of
856 printfs changed to dprintf_win16drv.
859 * [include/gdi.h] [graphics/x11drv/clipping.c]
860 [graphics/x11drv/Makefile.in]
861 Moved SetDeviceClipping into drivers.
863 ----------------------------------------------------------------------
864 Sun Oct 13 15:32:32 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
866 * [Make.rules.in] [*/Makefile.in]
867 Made it possible to compile from a directory other than the source
870 * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
871 [objects/metafile.c] [objects/dc.c]
872 New graphics driver for metafiles.
875 Added thunks for SetWindowsHook and SetDCHook.
878 Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
882 Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
883 HINSTANCE, HMENU, HRGN and HTASK.
885 Wed Oct 9 14:59:45 1996 Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
888 Fixed EditWndProc() to fall back to DefWndProc() when the
889 edit state structure is not available.
891 Wed Oct 2 14:00:34 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
893 * [windows/nonclient.c] [windows/mdi.c]
894 AdjustWindowRectEx16() should only take notice of the styles
895 WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
896 WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
898 * [controls/scroll.c]
899 Fixed typo in ShowScrollBar32().
901 Sun Aug 25 20:18:56 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
903 * [if1632/user32.spec] [if1632/winmm.spec]
904 Added SetParent and sndPlaySoundA.
906 ----------------------------------------------------------------------
907 Fri Sep 27 14:18:42 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
909 * [controls/button.c]
910 Fixed focus rectangle size and clipping.
912 * [controls/scroll.c]
913 Converted to Win32 and added support for scroll page.
914 Completed SetScrollInfo() and implemented other Win32 functions.
917 Removed FILE_Read() (use _lread32 instead).
919 * [objects/dce.c] [include/dce.h]
920 Allocate DCE on the Win32 heap, and use pointers instead of
922 Implemented Win32 version of DC functions.
924 * [windows/painting.c]
925 Attempt to make CS_PARENTDC style work again.
927 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
929 * [windows/dce.c] [windows/winpos.c]
930 Override SaveUnder attribute when painting took place
931 in a window below. Force X to raise activated window
934 * [misc/clipboard.c] [windows/event.c]
935 Translation between DOS and Unix text formats and several
936 other fixes for the sudden selection loss.
938 * [windows/message.c]
939 Apply "first" and "last" when checking for WM_QUIT in
943 Rearranged DestroyWindow() to fit "Windows Internals"
946 * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
947 Misc. fixes to CBT hook calls.
949 * [controls/menu.c] [misc/user.c]
950 Fixup resident popup menu window so that it doesn't get
951 destroyed by USER_AppExit().
953 * [loader/module.c] [loader/task.c] [windows/event.c]
954 Process "unsafe" X events outside the scheduler to prevent
957 * [windows/message.c] [windows/queue.c] [windows/winpos.c]
958 Lots of fixes for better Win16 multitasking.
960 Wed Sep 25 20:36:30 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
962 * [include/windows.h]
963 Added some missing HOOK defines.
965 * [misc/shell.c][if1632/shell32.spec][include/shell.h]
966 SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
968 * [win32/console.c][include/wincon.h]
969 GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
974 * [loader/pe_image.c]
975 Fixed exported function lookup. (msvcrt20.dll)
976 Add debugsyms for entrypoint, exported functions and sections.
978 * [multimedia/mmsystem.c]
979 MCIOpen: support for element opens (mplayer.exe /play bla.avi).
982 Added several missing things/stubs/simple thunks from win32
985 Sat Sep 21 17:27:44 1996 O.Flebbe <flebbe@science-computing.uni-tuebingen.de>
987 * [windows/property.c]
988 Fixed debugging of 16 Bit RemoveProp().
990 * [debugger/memory.c]
991 Added DEBUG_checkmap_bad() for linux.
993 Thu Sep 19 20:48:31 1996 Albrecht Kleine <kleine@ak.sax.de>
995 * [windows/event.c] [windows/hook.c]
996 Use EnableHardwareInput() for JournalPlayback hook.
998 * [controls/listbox.c]
999 Changed handling of LB_GETITEMRECT in empty listboxes.
1001 Thu Sep 19 13:34:35 1996 Slaven Rezic <eserte@cs.tu-berlin.de>
1004 Fixes to X resources handling.
1006 Wed Sep 18 00:31:15 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1008 * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
1009 Individual handle table created for each metafile. Fixed
1010 GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
1012 * [windows/graphics.c] [objects/dc.c]
1013 Rectangle() changed to work better with wide pens and PS_NULL.
1016 * [windows/winpos.c]
1017 Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
1020 * [windows/nonclient.c]
1021 AdjustWindowRectEx() should perform calculations even if the
1022 window is minimized.
1025 Better handling of system button painting. Maximized windows can
1026 contain scroll bars. Icons now maximize properly.
1028 * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
1029 Improved greying of items in system menu. WM_INITMEMUPOPUP no
1030 longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
1033 Mon Sep 16 21:30:00 1996 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1036 Fix missing includes and wrong printing arguments.
1038 * [controls/listbox.c]
1039 Don't sort drives in ListBoxDirectory().
1041 Sat Sep 14 09:05:47 1996 Petri Tuomola <ptuomola@xs4all.nl>
1043 * [windows/dialog.c]
1044 Fixed handling of Shift-TAB in dialogs.
1046 Thu Sep 12 18:31:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1048 * [if1632/gdi32.spec]
1049 Added SelectClipRgn - call win16 version.
1051 * [if1632/user32.spec]
1052 Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
1054 * [include/wincon.h]
1055 Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
1056 out of #if 0 protected portion of file.
1058 * [loader/pe_image.c]
1059 PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
1060 programs now work better)
1063 Added stub functions for GetConsoleScreenBufferInfo and
1064 GetLargestConsoleWindowSize
1066 * [win32/findfile.c]
1067 FindFirstFile32A() - removed erroneous strcpy
1069 * [windows/keyboard.c]
1070 GetAsyncKeyState() - bug fix - now returns value as per Microsoft
1071 specification. NB - I still have doubts about some other functions
1074 ----------------------------------------------------------------------
1075 Wed Sep 11 18:08:30 1996 Albrecht Kleine <kleine@ak.sax.de>
1078 Minor improvements in setting event time in MSG struct.
1081 Removed an useless 'unimplemented hook' message.
1084 Added a WH_CBT hook call during window creation: good for CTL3D.DLL
1086 Wed Sep 11 11:19:56 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1087 * [loader/pe_image.c]
1088 Fixed imports with no name/ordinal list (MFC30.DLL).
1089 Added borland style - ordinal import (wsock32.dll).
1091 * [files/file.c] [win32/file.c] [if1632/kernel.spec]
1092 [if1632/kernel32.spec] [include/windows.h]
1093 Win32 and Win16 code use the same filehandles/HFILEs.
1094 Added SetEndOfFile, MoveFile*, diverse *W functions.
1096 * [loader/pe_image.c]
1097 Fixed argument 2 to DllEntry.
1100 Adapt to filehandling changes, win32 code still broken.
1103 Use Wine filehandling.
1104 StartupRegistry to add startup-detected registry entries.
1106 * [miscemu/dpmi.c] [miscemu/int21.c]
1107 Some missing interrupt-functions added.
1109 * [if1632/gdi32.spec][if1632/user32.spec]
1110 Some thunks to 16 bit equivalent functions added.
1112 Sat Sep 7 11:36:57 EDT 1996 Matthew Ghio <ghio@netcom.com>
1114 * [misc/winsocket.c]
1115 Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
1116 Windows fd_set structs.
1118 * [if1632/winsock.spec]
1119 Corrected arguments to select().
1121 ----------------------------------------------------------------------
1122 Sun Sep 1 19:22:46 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
1124 * [misc/commdlg.c] [if1632/commdlg.spec]
1125 Fixed some SEGPTR problems.
1127 * [windows/winproc.c]
1128 Added message translation for WM_COMPAREITEM, WM_DELETEITEM
1130 Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
1132 Fri Aug 30 13:39:00 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1134 GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
1136 * [multimedia/audio.c]
1137 The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
1140 * [multimedia/mcistring.c]
1141 Segptr string handling fixed & enhanced.
1143 * [if1632/crtdll.spec][misc/crtdll.c]
1144 malloc,free,_strupr,_stricmp,_strcmpi added.
1146 * [if1632/wsock32.spec][misc/winsock.c]
1147 More direct thunks into unix libc and WsControl-stub added.
1149 Thu Aug 29 23:54:25 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1151 * [objects/metafile.c]
1152 Bug fixes to both recording and playback of ExtTextOut().
1154 Tue Aug 27 15:43:21 1996 Slaven Rezic <eserte@cs.tu-berlin.de>
1156 * [multimedia/audio.c] [multimedia/mcianim.c]
1157 [multimedia/mcicda.c] [multimedia/midi.c]
1158 Made cdaudio, audio and midi work for FreeBSD.
1160 Sun Aug 25 20:18:56 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
1162 * [misc/crtdll.c] [if1632/crtdll.spec]
1163 Added a lot of functions.
1166 Added ID values for all languages in GetUserDefaultLCID().
1168 Fri Aug 24 21:02:28 1996 Albrecht Kleine <kleine@ak.sax.de>
1170 * [windows/event.c] [windows/message.c]
1171 First attempt at hook WH_JOURNALPLAYBACK.
1173 ----------------------------------------------------------------------
1174 Sat Aug 24 13:57:01 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
1176 * [controls/scroll.c]
1177 Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
1179 * [graphics/driver.c] [include/x11drv.h]
1180 New files for graphics driver handling.
1182 * [if1632/relay.c] [include/registers.h] [tools/build.c]
1183 Implemented Win32 register functions. Not really tested yet.
1186 Added a lot of functions to the DC func table.
1188 * [loader/pe_image.c]
1189 Initialise %fs before calling out to 32-bit code.
1192 Fixed bug in HOOK_GetHook().
1195 Fixed FindWindow to return an error if the class name doesn't exist.
1197 Wed Aug 21 15:15:53 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1199 * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
1200 mpr.dll specs added.
1202 * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
1203 QueryPerformanceCounter(), GlobalMemoryStatus() added.
1205 * [if1632/user32.spec] [win32/error.c]
1206 SetLastErrorEx() added.
1209 lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
1212 Some missing NULL ptr checks added, misc clean up.
1214 Tue Aug 20 21:00:00 1996 Alex Korobka <alex@pharm.sunysb.edu>
1217 Adjust popup menu coordinates so that it always stays within
1221 Fixed GetEnvironment() return value for lpEnv == NULL case.
1223 Mon Aug 19 22:48:36 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
1225 * [misc/crtdll.c] [if1632/crtdll.spec]
1226 Added some is* functions, strlen and tolower.
1228 Mon Aug 19 13:33:13 1996 Stephen Simmons <ssimmons@vitsemi.com>
1231 New perl script to generate the wine.conf file.
1233 Fri Aug 16 15:31:44 1996 John Harvey <john@division.co.uk>
1236 Lots of printer functions.
1238 * [include/callback.h]
1239 New functions for printer driver support.
1242 New/changed structures to support printer driver.
1245 New version that uses function table in DC structure.
1248 CreateDC copes with things other than Display.
1249 X code for CreateDC moved to graphics/x11drv directory.
1250 CreateCompatibleDC copies func table from original DC.
1253 GetTextExtentPoint32A,GetTextMetrics16 use function table in
1254 DC and code moved to drivers directory.
1256 * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
1257 New files for printer support.
1259 Fri Aug 16 12:33:00 1996 Bruce Milner <Bruce.Milner@genetics.utah.edu>
1261 * [controls/scroll.c]
1262 Added SetScrollInfo32 and GetScrollInfo32. These just call existing
1263 code. There are a few options in which I'm probably the wrong person
1264 for the job (page size and disable bar). There are comments in the
1265 code as to what they should do.
1267 * [objects/gdiobj.c] [objects/font.c] [include/font.h]
1268 Added 32 bit version of FONT_GetObject.
1270 ----------------------------------------------------------------------
1271 Sun Aug 18 12:17:54 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
1274 Added 'Filesystem' option in drives configuration.
1277 Added handling of case-insensitive filesystems.
1279 * [memory/selector.c] [include/stackframe.h]
1280 Removed MAKE_SEGPTR.
1282 * [misc/commdlg.c] [multimedia/mcistring.c]
1283 Replaced MAKE_SEGPTR by the SEGPTR_* macros.
1285 * [objects/bitblt.c] [windows/graphics.c]
1286 Use an intermediary pixmap to avoid some BadMatch errors on
1289 Sun Aug 18 09:21:27 1996 Albrecht Kleine <kleine@ak.sax.de>
1291 * [windows/message.c]
1292 Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
1295 Fixed a bad string result in VerQueryValue[16|32A|32W].
1297 Fri Aug 16 19:55:04 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1299 * [if1632/crtdll.spec] [misc/crtdll.c]
1300 More additions to get win95 programs further down the road.
1302 * [if1632/kernel.spec] [loader/module.c]
1303 GetModuleName() added.
1304 LoadModule(): params->showCmd can be NULL.
1306 * [if1632/kernel32.spec] [if1632/thunk.c]
1307 ThunkConnect32() stub added.
1309 * [loader/resource.c]
1310 Entries include lastentry.
1312 * [misc/shell.c] [files/file.c]
1313 Made progman work again.
1315 Fri Aug 16 09:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1317 * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
1318 Icon painting fixes.
1320 * [windows/winpos.c] [windows/painting.c]
1321 Enforce and follow hrgnUpdate more closely to cut down on
1322 redundant RedrawWindow() calls.
1325 Process ConfigureNotify only for managed windows.
1327 * [windows/winpos.c]
1328 Do not redraw parent if the window was hidden before SetWindowPos().
1330 * [windows/nonclient.c]
1331 Omit some nonclient decoration painting for managed windows.
1333 * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
1334 Implemented WM_NEXTMENU.
1336 * [controls/listbox.c]
1337 Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
1340 Added .ICO file handling to ExtractIcon().
1342 ----------------------------------------------------------------------
1343 Sun Aug 11 13:00:20 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
1345 * [configure.in] [include/acconfig.h] [tools/build.c]
1346 Added check for underscore on external symbols.
1348 * [memory/selector.c] [memory/global.c]
1349 Fixed FreeSelector() to free only one selector.
1350 Added SELECTOR_FreeBlock() to free an array of selectors.
1353 Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
1356 * [tools/build.c] [if1632/crtdll.spec]
1357 Added 'extern' type, used for external variables or functions.
1359 * [windows/winpos.c]
1360 Allow de-activating a window in WINPOS_ChangeActiveWindow().
1362 * [windows/winproc.c]
1363 Added 32-to-16 translation for button messages.
1364 Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
1365 happen to be valid SEGPTRs.
1367 Sat Aug 10 18:22:25 1996 Albrecht Kleine <kleine@ak.sax.de>
1369 * [windows/message.c]
1370 Removed a FIXME in MSG_PeekHardwareMsg(): produces correct
1371 data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
1373 * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
1374 Introduced undocumented API function IsValidMetaFile(), plus a
1375 minor fix in last patch of CopyMetaFile().
1377 * [objects/gdiobj.c]
1378 Removed a FIXME in IsGDIObject(): added magic word check.
1380 Sun Aug 10 18:10:10 1996 Bruce Milner <Bruce.Milner@genetics.utah.edu>
1382 * [controls/statuswin.c]
1383 First pass at implementing the StatusWindow class.
1385 * [include/commctrl.h]
1386 Header file for common controls.
1388 * [controls/widgets.c]
1389 Added InitCommonControls().
1391 * [if1632/comctl32.spec]
1392 Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
1394 * [win32/findfile.c] [if1632/kernel32.spec]
1395 Add FindNextFile32A, FindClose.
1396 Modified FindFirstFile32A so it works with FindNextFile32A.
1398 * [include/winbase.h]
1399 Fixed WIN32_FIND_DATA structure member names.
1401 Sat Aug 10 09:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1403 * [windows/scroll.c]
1404 Changed scrolling routines to benefit from DCE code update.
1406 Thu Aug 8 18:05:09 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1409 SearchPath* could get NULL for lastpart argument.
1411 * [if1632/build-spec.txt] [documentation/debugging]
1412 Varargs documentation added, debugging hints updated.
1414 * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
1415 Started to implement CRTDLL.
1417 * [if1632/wsock32.spec]
1418 Some thunks to standard libc functions (structures have the same
1419 elements, but perhaps wrong offset due to packing).
1421 * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
1422 Merged kernel32.h into windows.h.
1425 Enhanced FormatMessage().
1427 * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
1428 GetVersion() updated to new naming standard.
1429 Changed language handling to support language ids.
1432 Enhanced FindExecutable, so it finds files in the search path too.
1434 * [win32/environment.c]
1435 GetCommandLine* updated.
1437 * [loader/resource.c] [loader/pe_resource.c]
1438 FindResourceEx32* added.
1439 Loading of messagetables added.
1440 Language handling now uses Wine default language id.
1442 ----------------------------------------------------------------------
1443 Sun Aug 4 18:18:48 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
1445 * [controls/scroll.c]
1446 Attempted to implement undocumented scroll-bar messages.
1448 * [tools/build.c] [include/callback.h] [windows/winproc.c]
1449 CallTo16_* functions now get DS from the previous 16-bit stackframe.
1451 * [if1632/thunk.c] [include/callback.h]
1452 Added thunks to implement callbacks for the emulator. Now all the
1453 Enum* functions always take a real function pointer even in the
1456 * [loader/builtin.c]
1457 Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
1458 work with NULL entry points. Using linear search now.
1461 Implemented IsSharedSelector().
1464 Changed SwitchStackTo/Back to use the instance data to store the
1465 previous stack instead of the TDB. Also copy the local variables
1467 Added GetExeVersion() and SetTackSignalProc().
1468 Implemented SetSigHandler().
1470 Sat Aug 3 22:19:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1473 "Fixed" problem in deleting menus where win32 could get into an
1474 endless loop when it crashed. I think I've fixed the symptoms, not
1475 the original problem so it might be worth further investigation.
1477 * [debugger/registers.c]
1478 Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
1479 compile wine properly.
1482 Made DOSFS_Hash and DOSFS_Match non-static so they can be called
1483 from win32/findfile.c (q.v.).
1485 * [if1632/gdi32.spec]
1486 Added SetMapMode (call existing function)
1488 * [if1632/kernel32.spec]
1489 Added FindFirstFileA and SetFileAttributesA.
1491 * [if1632/user32.spec]
1492 Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
1493 IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
1494 UnhookWindowsHookEx.
1497 Added stub function SetFileAttributes32A. It's a stub because I
1498 can't really work out what this function should do with most
1499 attributes in a Unix environment. Anyone care to expand it?
1501 * [win32/findfile.c]
1502 New file. Initial stab at FindFirstFile. This doesn't work as
1503 specified yet, though a lot of the groundwork is there. I haven't
1504 time to work on this for the next month, so if anyone wants to pick
1505 it up and run with it please do.
1508 Removed malloc.h from includes (covered by stdlib.h include, and
1509 gets rid of a warning in FreeBSD).
1512 UnhookWindowsHookEx32A stub added.
1515 Added implementation of IsDialogMessage32A.
1517 * [windows/dialog.c]
1518 IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
1519 SendDlgItemMessage16.
1521 Sat Aug 3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1523 * [windows/graphics.c]
1524 Removed rectangle checking (conflicted with nonstandard
1527 * [windows/dialog.c]
1528 Added check for child-style dialogs to DS_ABSALIGN
1529 coordinate conversion.
1532 Cleaned up misc. bits
1534 Thu Aug 1 10:51:45 1996 Andrew Lewycky <plewycky@oise.utoronto.ca>
1536 * [windows/focus.c] [windows/event.c] [windows/win.c]
1538 Fixes to focusing and activation.
1540 * [windows/defdlg.c]
1541 Properly(?) handle DM_GETDEFID.
1543 * [controls/combo.c]
1544 Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
1545 CBCheckSize: Adjust edit position.
1547 Tue Jul 30 09:46:36 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1549 * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
1550 Pass HFILEs instead of unix-fds to self-loader code.
1552 Mon Jul 29 21:48:25 1996 Albrecht Kleine <kleine@ak.sax.de>
1554 * [include/metafile.h] [objects/metafile.c] [objects/text.c]
1555 Implemented handling of some new metafile records (META_...)
1556 in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
1557 Added functions like MF_StretchBlt() for usage in metafiles.
1558 Minor bugfix in CopyMetafile().
1560 * [objects/bitmap.c][objects/dib.c]
1561 Added check for metafile-DC in Bitmap and DIB functions:
1562 CreateCompatibleBitmap() etc.
1564 ----------------------------------------------------------------------
1565 Sun Jul 28 17:57:19 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
1567 * [loader/task.c] [include/task.h]
1568 Implemented SwitchStackTo()/SwitchStackBack().
1570 * [include/wintypes.h] [loader/main.c]
1571 Added __winelib variable to distinguish between emulator and
1572 library at run-time. Later on, this should avoid some
1573 recompilations when building Winelib.
1575 * [windows/property.c]
1576 Implemented Win32 functions for window properties.
1578 Fri Jul 26 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1580 * [controls/listbox.c]
1581 Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
1585 Call TranslateMessage() to enable shortcuts (on WM_CHAR).
1587 * [include/cursoricon.h]
1588 Moved #pragma pack(1) back to where it belongs.
1590 * [objects/palette.c]
1591 RealizeDefaultPalette() maps to system colors only.
1592 Do not broadcast palette notifications when in TrueColor.
1594 * [objects/color.c] [include/palette.h]
1595 Miscellaneous optimizations. Had to fix several
1596 "improvements" made to my patch for previous release.
1599 Reverse dib bits order for 24-bit SetDIBits().
1602 GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
1604 * [windows/scroll.c]
1605 Scroll update region too.
1607 * [windows/message.c]
1608 Include QS_MOUSE into the event mask for nonclient mouse
1609 message filter. Fixes problems with Word 6 freezing when
1610 mouse hits nonclient area.
1613 Allow top-level windows to be linked as HWND_TOP in CreateWindow().
1615 * [windows/winpos.c] [windows/mdi.c]
1616 Attempt to fix control menu duplication.
1618 Fri Jul 26 09:49:35 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1621 GetDriveType32A(): return value for CDROM fixed.
1626 * [if1632/gdi32.spec] [objects/brush.c]
1627 SetBrushOrgEx() added.
1629 * [loader/pe_resource.c]
1630 If even loading the default entry fails, we just use the first
1631 entry from the resource directory.
1634 SetSigHandler() stub added, Paradox 4.5 now starts up.
1636 * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
1637 COMM functions updated to win32, not complete.
1640 FormatMessageA partially implemented.
1642 * [include/miscemu.h] [memory/selector.c]
1643 [memory/global.c] [miscemu/dosmem.c]
1644 DOS memory handling changed: 1MB preallocated block, real-mode
1645 segment handling possible, SetSelectorBase into lower physical 1MB
1649 Real-mode segments changed, real-mode int 21,ax=6506 added.
1652 * [multimedia/time.c]
1653 Fixed bug in killTimer.
1655 * [objects/bitmap.c]
1656 LoadImageA partially implemented.
1658 Wed Jul 24 18:20:24 1996 Albrecht Kleine <kleine@ak.sax.de>
1660 * [include/dde_mem.h][include/dde_proc.h]
1661 [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
1662 [ipc/generic_hash.h][library/miscstubs.c]
1663 Changes for error free compilation using "--with-ipc":
1664 replaced some names with *16-equivalent (e.g. MSG to MSG16),
1665 modified prototype of function DDE_GlobalFree() .
1667 * [objects/palette.c]
1668 Added check for metafile-DC in GDISelectPalette(),
1669 GDIRealizePalette(),RealizeDefaultPalette() and
1670 IsDCCurrentPalette().
1672 Tue Jul 23 22:46:53 1996 Andrew Lewycky <plewycky@oise.utoronto.ca>
1675 EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
1678 * [windows/dialog.c]
1679 DIALOG_CreateIndirect: Initialise dlgProc before creating children.
1681 ----------------------------------------------------------------------
1682 Wed Jul 17 16:10:16 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
1685 Generate include/config.h instead of putting everything on the
1687 Removed -with-malloc-debug option (not useful for end users
1689 Added check for memmove().
1691 * [include/wintypes.h] [*/Makefile.in]
1692 Added definition of __WINE__ symbol when compiling Wine code
1693 (emulator or library) as opposed to user programs.
1695 * [debugger/editline.c] [debugger/readline/*]
1696 Moved all the readline code into debugger/editline.c. Removed the
1697 readline subdirectory.
1700 Added PROFILE_GetWineIniInt().
1702 * [include/stackframe.h] [loader/task.c]
1703 The 16-bit stackframe now also exists for Winelib (even though it
1704 only ever contains one frame).
1707 Added function MODULE_CreateDummyModule() to create a dummy Win16
1708 module for Winelib and Win32.
1711 Make sure the ldt entry contents will be acceptable for the Linux
1714 * [memory/selector.c]
1715 Fixed SetSelectorLimit() when the limit is in pages.
1721 Clear the segment registers that contain the selector being freed
1723 Added missing break after SelectorAccessRights call.
1725 * [win32/struct32.c]
1726 Added conversions for MDICREATESTRUCT.
1728 * [windows/winproc.c]
1729 Added message conversions for WM_MDICREATE.
1731 Tue Jul 16 19:46:24 1996 Pavel Kankovsky <KAN@frode.dcit.cz>
1734 Added GetExePtr() call in CLASS_FindClassByAtom().
1736 Mon Jul 15 17:49:38 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1739 Some more trivial specs added.
1741 * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
1742 CreateFont32* added, changed to new naming std.
1744 * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
1745 Some defines/types added.
1748 TlsSetValue() returns boolean.
1750 * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
1751 [controls/menu.c] [objects/bitmap.c]
1752 Cleanup of the resource functions, mostly changes to new naming
1753 standard and fixing of argument types so that they agree with the
1756 Thu Jul 11 15:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1758 * [windows/winpos.c]
1762 Fix reversed LPARAM in WM_MDIACTIVATE.
1765 New option AllocSystemColors tells Wine how many colors to grab
1766 from the system colormap.
1768 * [objects/bitblt.c] [objects/dc.c]
1769 Fixed pink garbage over Word buttons in PseudoColor. Added
1770 optional DSTINVERT shortcut for faster text selection.
1773 Skip bogus segmented pointers in wsvnprintf16().
1775 * [objects/gdiobj.c]
1776 Added palette handling to UnrealizeObject().
1778 * [objects/color.c] [objects/palette.c] [windows/dce.c]
1779 Wine gets palette manager with support for more than 20 colors.
1780 Only PseudoColor and TrueColor visuals tested so far.
1782 * [windows/winpos.c] [windows/win.c]
1783 Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
1784 use XReconfigureWMWindows() instead of XConfigureWindow() in
1788 Do not allocate more than 640K of DOS memory.
1791 Do not allow -desktop and -managed together.
1793 ----------------------------------------------------------------------
1794 Fri Jul 12 17:43:05 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
1796 * [controls/scroll.c]
1797 Use Win32 heap functions to allocate scroll-bar info structure.
1799 * [debugger/dbg.y] [debugger/registers.c]
1800 Added support for FS and GS segment registers.
1801 Check that segment registers value are OK before returning from
1804 * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
1805 Changed relay debugging for Win32 function: the relay code now
1806 passes the entry point address instead of the function name.
1808 * [tools/build.c] [miscemu/*.c]
1809 Added support for data entry points in Win32 DLLs.
1810 Added 'cdecl' function type for Win32.
1811 For 'register' function, the relay code now passes a pointer to
1812 the SIGCONTEXT structure.
1814 * [include/registers.h] [include/wine.h]
1815 Moved SIGCONTEXT structure definition in registers.h.
1817 * [loader/pe_image.c]
1818 Don't die at once if some Win32 entry points cannot be found, but
1819 set them to NULL, just like we do for Win16. This allows some
1820 programs to go further before crashing.
1822 * [loader/task.c] [loader/main.c]
1823 Moved global initializations from InitTask() to MAIN_Init(), as
1824 they no longer need a task context with the new SEGPTR heap functions.
1827 Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
1830 * [windows/graphics.c]
1831 Partially implemented DrawEdge().
1833 * [windows/timer.c] [windows/caret.c]
1834 Implemented Win32 timer handling. Updated caret management to use
1835 Win32 timers (avoids having to use a Win16 callback).
1838 Prevent programs from setting some style bits with
1839 SetWindowLong(). This should fix some BadMatch crashes.
1840 Link new windows at the end of the linked list.
1842 * [windows/winpos.c]
1843 Don't try to activate a child window in ShowWindow().
1845 * [windows/winproc.c]
1846 Added a 32->32 thunk to support Ansi-Unicode translation.
1848 Wed Jul 10 22:11:12 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1850 * [files/directory.c]
1851 Additional (undocumented) return value for GetTempDrive() added.
1853 * [files/dos_fs.c] [files/file.c] [include/windows.h]
1854 GetTempFileName32* added.
1855 GetShortPathName* added.
1858 Win16 lstrcpy() can get NULL ptrs as argument and survive.
1861 LZOpenFile(): also try opening with compressed filename if normal
1864 * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
1866 CompareString* added.
1868 Sun Jul 7 01:22:14 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
1870 * [objects/font.c] [if1632/gdi32.spec]
1871 CreateFontIndirect32A and CreateFontIndirect32W added.
1874 GetUserDefaultLCID return values updated for new languages.
1875 Finnish support added for GetLocaleInfoA.
1877 * [object/palette] [gdi32.spec]
1878 RealizePalette32 and SelectPalette32 added.
1880 Sat Jul 6 17:27:30 1996 Ronan Waide <root@waider.ie>
1883 Fixup for SHELL_FindExecutable so that File->Run from progman
1884 works once more. Still needs some more fixups - grep for FIXME in
1887 ----------------------------------------------------------------------
1888 Fri Jul 5 16:27:43 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
1890 * [controls/desktop.c]
1891 Use Windows file I/O routines to load the desktop bitmap.
1894 Implemented RemoveDirectory* and DeleteFile*.
1897 Added SIGCONTEXT typedef to replace #define sigcontext_struct.
1900 Fixed initial breakpoint setting for Win32 tasks.
1903 Ignore Unicode formats for wsprintf16().
1906 Implemented Win32 version of GetTextMetrics.
1908 * [windows/winproc.c] [windows/win.c] [windows/class.c]
1910 Modified windows procedures to use thunks, to ensure that the
1911 procedure can be called directly from the Windows program.
1914 Added function WIN_BuildWinArray() to make it easier to enumerate
1915 windows. Implemented Win32 version of EnumWindows() and friends.
1917 Fri Jul 5 11:56:22 1996 Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
1919 * [controls/button.c] [windows/win.c]
1920 Operator precedence fixes.
1923 Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
1924 Fixed word wrap with long words.
1926 * [debugger/debug.l]
1927 New alias "where" for command "backtrace".
1930 Corrected parameter of ExtTextOut.
1933 Corrected printing of table of modules.
1936 Removed superfluous \n in message name.
1938 * [windows/message.c]
1939 Declared MSG_SendMessage as static.
1940 Changed parameter of DirectedYield() from queue handle to task handle.
1941 Removed warning mesages for argument of printf.
1943 * [windows/nonclient.c]
1944 Added the flag DT_NOPREFIX when drawing window titles.
1947 WIN_WalkWindows now prints the invalid window handle.
1948 Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
1950 * [windows/winproc.c]
1951 Allows creating dialog windows with NULL as dialog function.
1953 Wed Jul 3 09:26:41 1996 Andrew Lewycky <plewycky@oise.utoronto.ca>
1956 EVENT_key: Fixes to VK_ code generation for space bar and
1960 GetTempFileName: first character in temporary name is "~".
1963 HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
1966 ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
1969 Removed some bugs and reformatted. Actually loads drivers now.
1971 * [include/callback.h]
1972 Added CallDriverProc() and CallWindowsExitProc().
1975 MODULE_CallWEP(): new function.
1978 LZSeek(): return new pointer, not old one.
1981 find_ne_resource(): fixed dependence on LZSeek() bug.
1982 GetFileResource(): initialize reslen before using it.
1985 SetClassWord(): add missing else.
1988 lpFontList is now MAX_FONTS+1. It used to overwrite the array.
1989 InitFontList: allocate one huge array of structures.
1990 FONT_MatchFont: uppercase the face name.
1992 Thu Jun 27 12:41:40 1996 Bruce Milner <bruce@genetics.utah.edu>
1995 Fixed a typo in HeapReAlloc().
1997 Tue Jun 25 22:22:03 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1999 * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
2000 [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
2002 GetDriveType* fixed, updated to NewNameStandard.
2003 GetCurrentDirectory* fixed (needs to prepend X:\).
2005 * [controls/listbox.c]
2006 Missing NULL check added.
2008 * [if1632/winmm.spec] [loader/builtin.c]
2009 winmm.dll (32bit mmsystem equivalent) specs added.
2011 * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
2012 Rtl{Move,Zero,Fill}Memory added.
2015 Some NULL ptr dereference bugs fixed.
2017 * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
2019 Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
2020 Aliasing should work for all MCI devices.
2023 Allow passing invalid window handles to CloseWindow().
2025 Tue Jun 25 20:02:15 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
2027 * [files/directory.c] [if1632/kernel32.spec]
2028 GetSystemDirectory32A and GetSystemDirectory32W added.
2030 * [misc/main.c] [if1632/kernel32.spec]
2031 Beep and SetEnvironmentVariable32W added.
2033 ----------------------------------------------------------------------
2034 Wed Jun 19 14:49:27 1996 Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
2037 GetFreeDiskSpace*, GetVolumeInformation* added.
2040 FlushFileBuffers, CreateDirectory* added.
2042 * [include/winbase.h] [include/windows.h]
2043 Prototypes, defines added and fixes.
2045 * [if1632/kernel32.spec] [include/resource32.h]
2046 [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
2047 Fixes to resource handling.
2049 * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
2050 Specs for implemented functions added
2051 Some thunks to functions which are same as win16 equivalents.
2054 GetAppCompatFlags() added.
2057 One missing else added, small hack to RegQueryValue16().
2060 GetFileAttributesA() fixed (was using DOS path as UNIX path).
2062 Tue Jun 18 21:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2064 * [loader/ne_resource.c]
2065 Fixed FreeResource() return value.
2068 Fixed a bug in ExtTextOut() that was causing overlapped characters
2071 * [windows/winpos.c]
2072 SWP_FRAMECHANGED for top-level windows now invalidates client
2073 area as clock.exe wants.
2075 Tue Jun 18 11:30:22 1996 Albrecht Kleine <kleine@ak.sax.de>
2077 * [controls/listbox.c]
2078 Mini bugfix: 'revival' of missing scrollbar in listboxes.
2080 Mon Jun 17 20:27:41 1996 Robert Pouliot <krynos@clic.net>
2082 * [resources/sysres_Fr.rc] [resources/TODO]
2083 Made changes for Choose_Font dialog.
2085 ----------------------------------------------------------------------
2086 Sun Jun 16 16:51:31 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
2089 Fixed bug in HeapRealloc (thanks to Bruce Milner).
2092 Fixed argument size for %c format in wsprintf16().
2095 Don't free hFirstBitmap for saved DCs.
2098 Added timer handling in EVENT_WaitXEvent().
2100 * [windows/message.c]
2101 In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
2102 event is for the current task; if not, wake the other task.
2104 * [windows/queue.c] [include/queue.h]
2105 Added 'self' handle in queue structure.
2108 Added TIMER_ExpireTimers() function to mark expired timers and
2109 wake up the corresponding tasks.
2111 Thu Jun 13 01:46:33 EDT 1996 William Magro <wmagro@tc.cornell.edu>
2113 * [windows/mapping.c]
2114 First point in list was mapped multiple times in DPtoLP and
2115 LPtoDP. Other points were not mapped.
2117 Wed Jun 12 18:08:45 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2120 Some fixes for ExtractIcon function family.
2122 * [documentation/user_module]
2123 Chapter about windowing and messaging subsystems.
2125 ----------------------------------------------------------------------
2126 Tue Jun 11 15:20:43 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
2128 * [debugger/break.c] [loader/signal.c]
2129 Fixed breakpoints in 32-bit code.
2131 * [include/windows.h]
2132 Added many more Win32 versions of standard structures.
2134 * [include/winreg.h] [misc/registry.c]
2135 Moved private types into registry.c.
2137 * [memory/string.c] (New file)
2138 Moved most string functions from misc/lstr.c; added Win32 version
2142 Implemented Win32 wsprintf functions.
2144 * [objects/bitmap.c]
2145 Implemented Win32 bitmap functions.
2147 * [windows/dialog.c]
2148 Don't set dialog procedure before the controls are created. This
2149 avoids a crash in Winhelp.
2151 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
2153 * [controls/menu.c] [if1632/user.spec] [windows/message.c]
2154 Replace PeekMessage with PeekMessage16.
2156 * [if1632/kernel32.spec][misc/main.c]
2157 GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
2158 MAIN_ParseVersion: new function, new command line option -winver.
2159 GetVersion: modified to take command line argument into account.
2161 * [if1632/kernel32.spec] [win32/process.c]
2162 FreeLibrary32: new function.
2163 TlsAlloc: initialize Tls to zero.
2164 InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
2167 * [if1632/kernel32.spec]
2168 SetErrorMode,GetActiveWindow: new relays to existing functions.
2170 * [if1632/kernel32.spec][win32/user32.c]
2171 PeekMessage32A,PeekMessage32W: new functions.
2173 * [include/struct32.h][include/windows.h]
2174 Moved MSG32 to windows.h.
2175 Renamed MSG to MSG16.
2176 Modified prototypes to use MSG16
2178 * [include/winbase.h]
2179 OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
2181 Sun Jun 9 20:53:30 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2183 * [if1632/Makefile.in] [loader/builtin.c]
2184 version.dll,lz32.dll added.
2186 * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
2189 Modified to new function naming standard.
2191 * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
2192 version.dll added (win32 version of ver.dll).
2193 Modified to new function naming standard.
2194 Use registry to look up a LOCALE langids too.
2195 (VerInstallFile,VerFindFile still stubs)
2197 Fri Jun 7 20:40:20 1996 Albrecht Kleine <kleine@ak.sax.de>
2200 Added a warning if GetTempFileName() gets a bad drive parameter.
2203 Changed file listbox color to gray in SaveFile dialog
2204 (just like Windows does this).
2206 ----------------------------------------------------------------------
2207 Wed Jun 5 20:13:54 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
2209 * [controls/button.c] [controls/listbox.c]
2210 Fixed wParam of WM_DRAWITEM message.
2212 * [if1632/Makefile.in] [loader/builtin.c]
2213 Remove WPROCS32 DLL, as the relay code can call Wine routines
2216 * [loader/module.c] [loader/ne_image.c]
2217 Fixed initial stack layout for self-loading modules.
2220 Fixed data segment building for Win16 modules.
2222 * [windows/defdlg.c]
2223 Implemented Win32 versions of DefDlgProc().
2225 * [windows/dialog.c]
2226 Merged Win16 and Win32 dialog code.
2227 Added support for control extra data in dialog item template.
2230 Unified Win16 and Win32 versions of CreateWindow().
2231 Implemented Win32 version of GetWindowLong().
2233 * [windows/winproc.c]
2234 Changed the implementation of window procedures, so that 16-bit
2235 winprocs are valid segmented pointers.
2237 Sun Jun 2 16:39:46 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2240 Fixed another bug in the w95 loader. Quietened some debug output.
2242 Sun Jun 2 10:00:22 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
2244 * [windows/winproc.c]
2245 Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
2247 Sat Jun 1 12:37:22 1996 Tristan Tarrant <tst@sthinc.demon.co.uk>
2249 * [resources/TODO] [resources/sysres_It.rc]
2250 Updated font dialog box.
2252 Thu May 30 21:05:19 1996 Albrecht Kleine <kleine@ak.sax.de>
2254 * [include/commdlg.h] [misc/commdlg.c]
2255 ChooseFont() and ChooseColor():
2256 Bugfixes and added more support for some CF_* and CC_* flags:
2257 dialog templates and font size control.
2258 Bugfix in structure definition of CHOOSECOLOR definition.
2260 * [ipc/dde_proc.c] [windows/event.c]
2261 Replaced SendMessage with SendMessage16 and added inclusion of
2262 dde_proc.h for error-free compilation of ipc module.
2264 Thu May 30 19:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2266 * [windows/scroll.c]
2267 Made ScrollDC to save/restore current clipping region.
2269 * [misc/clipboard.c] [windows/event.c]
2270 Implemented most of the previously missing features (not tested),
2271 improved text pasting from/to X.
2273 * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
2274 [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
2275 [windows/winpos.c] [windows/painting.c]
2276 Updated DCE code, implemented dynamic invalidation of owned DCs.
2277 This fixes a lot of problems with scrolling in WinWord. Not
2278 sure about the effect on -desktop.
2280 Wed May 29 23:35:44 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
2282 * [win32/time.c] [if1632/kernel32.spec]
2283 Added SetSystemTime and SetTimeZoneInformation.
2285 * [if1632/kernel32.spec]
2286 Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
2288 * [include/windows.h]
2289 Added SYSTEM_POWER_STATUS structure and prototypes for
2290 GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
2292 * [include/kernel32.h]
2293 Added a prototype for SetTimeZoneInformation.
2295 * [win32/environment.c] [if1632/kernel32.spec]
2296 Added GetSystemPowerStatus and SetSystemPowerState stubs.
2298 ----------------------------------------------------------------------
2299 Tue May 28 19:36:36 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
2301 * [controls/combo.c]
2302 Destroy the listbox and edit control when destroying the
2303 combo. This should prevent crashes on application exit.
2305 * [misc/system.c] [if1632/system.spec]
2306 Implemented InquireSystem().
2308 * [loader/task.c] [windows/message.c] [windows/queue.c]
2309 First attempt at inter-task SendMessage(). Still has a lot of
2312 Tue May 28 14:26:04 1996 Peter Bajusz <hyp-x@inf.bme.hu>
2315 Fixed MDITile with iconic children.
2317 Mon May 27 20:28:18 1996 Albrecht Kleine <kleine@ak.sax.de>
2321 - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
2322 not real available font types (e.g. "Bold") can not selected
2323 - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
2326 In FONT_MatchFont perform check if "lfFaceName" is family from X11
2327 only if "lfFaceName" is a windows font family then do a call of
2328 FONT_TranslateName() : this results in better font selections in
2329 ChooseFont() or applications like charmap.exe or write.exe.
2330 Added a ParseFontParms() call if necessary in function
2331 FONT_MatchFont(): we need a font name as basis for GetTextFace()
2332 even if there isn't one...
2335 Inventory of resource translations in sysres_??.rc
2337 Fri May 24 16:33:28 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2340 _w95_loadreg: use offset to determine next RGDB position too.
2342 Thu May 23 19:35:38 1996 Greg Kreider <kreider@natlab.research.philips.com>
2344 * [controls/combo.c]
2345 Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
2348 Result of option "-fixedmap" is to turn flag on.
2350 Thu May 23 19:15:41 1996 Ronan Waide <root@waider.ie>
2353 ShellExecute and FindExecutable now both use common code to
2354 determine the required executable file.
2356 ----------------------------------------------------------------------
2357 Tue May 21 14:06:07 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
2359 * [controls/button.c]
2360 Made ButtonWndProc a 32-bit window procedure.
2362 * [controls/desktop.c]
2363 Made DesktopWndProc a 32-bit window procedure.
2364 Added handling of WM_SETCURSOR.
2367 Allocate menu items and strings on the 32-bit system heap.
2368 Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
2369 AppendMenu and LoadMenuIndirect.
2371 * [controls/widgets.c]
2372 Added possibility to have 32-bit built-in classes.
2375 Implemented GetLogicalDrive() and GetLogicalDriveStrings().
2377 * [misc/spy.c] [include/spy.h]
2378 Added support for spying Win32 messages.
2380 * [loader/builtin.c]
2381 Fixed bug in -dll option parsing.
2384 Added back the change by Huw D. M. Davies to free the block in
2385 LocalRealloc() before allocating the new one.
2387 * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
2388 Fixed bug in bitmap size that caused memory corruption for 24bpp.
2390 * [windows/defwnd.c]
2391 Implemented Win32 version of DefWindowProc().
2393 * [windows/dialog.c]
2394 Implemented Win32 version of SendDlgItemMessage,
2395 Get/SetDlgItemText and Get/SetDlgItemInt.
2398 Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
2399 Don't make a copy of the OBM bitmaps for every MDI window.
2401 * [windows/message.c]
2402 Implemented Win32 version of SendMessage().
2404 * [windows/winproc.c] [windows/class.c] [windows/win.c]
2405 New scheme for 32-bit window procedures to replace aliases. All
2406 32-bit window procedure get a 16-bit address pointing to a
2407 WINDOWPROC structure.
2408 Implemented Ansi<->Unicode translation for CallWindowProc().
2409 Added translation of WM_DRAWITEM between Win16 and Win32.
2411 * [windows/win.c] [include/callback.h]
2412 Added ugly hack to build CREATESTRUCT on the stack when sending
2414 Implemented Win32 version of Get/SetWindowWord/Long and
2417 Fri May 17 10:20:16 1996 Albrecht Kleine <kleine@ak.sax.de>
2419 * [controls/button.c]
2420 Avoid gray text on gray background in disabled push buttons
2421 using a b/w raster and some raster operations (PatBlt,BitBlt).
2424 DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
2426 ----------------------------------------------------------------------
2427 Thu May 16 13:35:31 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
2430 Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
2431 SIZE16. Implemented Win32 version of most functions that take
2432 these types as parameters.
2435 Patched autoconf to attempt to correctly detect -lnsl and
2436 -lsocket. Please check this out.
2438 * [controls/button.c]
2439 Added support for Win32 BM_* messages.
2442 Avoid sending extra WM_MENUSELECT messages. This avoids crashes
2445 * [memory.heap.c] [include/heap.h]
2446 Added support for SEGPTRs in Win32 heaps. Added a few macros to
2447 make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
2448 but they work with Win32.
2451 Implemented Win32 atom functions.
2454 Fixed LocalReAlloc() changes to avoid copying the whole block twice.
2457 Use /dev/zero instead of MAP_ANON for VirtualAlloc().
2460 Properly implemented the Win32 class functions.
2462 * [windows/winproc.c] (New file)
2463 New file handling the message translation between Win16 and Win32.
2465 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2467 * [windows/mdi.c] [windows/menu.c]
2468 Improved WM_MDICREATE and WM_MDICASCADE handling.
2470 * [windows/event.c] [objects/bitblt.c]
2471 Handle GraphicsExpose event for BitBlt from screen to screen.
2473 * [windows/event.c] [windows/win.c] [windows/nonclient.c]
2474 Bunch of fixes for problems with -managed.
2476 * [windows/win.c] [windows/winpos.c]
2477 Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
2480 * [windows/win.c] [windows/queue.c] [misc/user.c]
2481 Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
2482 on window creation/destruction.
2484 * [objects/palette.c]
2485 Crude RealizePalette(). At least something is visible in LviewPro.
2487 Sun May 12 02:05:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2489 * [if1632/gdi32.spec]
2490 Added Rectangle (use win16 version).
2492 * [if1632/kernel32.spec]
2493 Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
2495 * [if1632/user32.spec]
2496 Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
2498 Added SetWindowsHookExA (empty stub for now).
2500 * [include/handle32.h]
2501 Changed #include <malloc.h> to #include <stdlib.h> to prevent
2502 hate message from FreeBSD compiler.
2505 Added new function SetWindowsHookEx32A (empty stub for now).
2508 Removed redundant debugging printf statement.
2510 Sun May 12 01:24:57 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2513 Avoid creating adjacent free blocks.
2514 Free the block in LocalReAlloc() before allocating a new one.
2515 Fixed LocalReAlloc() for discarded blocks.
2517 Fri May 10 23:05:12 1996 Jukka Iivonen <iivonen@cc.helsinki.fi>
2519 * [resources/sysres_Fi.rc]
2520 ChooseFont and ChooseColor dialogs updated.
2522 Fri May 10 17:19:33 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2524 * [files/drive.c,if1632/kernel.spec]
2525 GetCurrentDirectory(),SetCurrentDirectory() implemented.
2527 * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
2528 [include/windows.h] [include/winreg.h] [loader/main.c]
2529 [misc/main.c] [misc/shell.c] [misc/registry.c]
2531 - loads win95 registry databases,
2532 - save only updated keys on default,
2533 - now adhers to the new function naming standard,
2536 Tue May 7 22:36:13 1996 Albrecht Kleine <kleine@ak.sax.de>
2539 Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
2540 and synchronized mine with Greg Kreider's works.
2543 Bugfix in ChooseFont: font size handling.
2545 ----------------------------------------------------------------------
2546 Mon May 6 12:56:26 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
2548 * [DEVELOPERS-HINTS]
2549 Added paragraph on naming conventions for Win16/Win32/Winelib.
2552 Create a default system menu that is the same for all windows
2553 instead of making a copy every time.
2555 * [include/wintypes.h]
2556 Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
2557 Added xx16 and xx32 definitions for most types. General clean-up.
2559 * [memory/global.c] [memory/local.c] [*/*]
2560 Renamed Global and Local heap functions to xxx16. Added all xxx32
2561 versions of the same functions.
2563 * [memory/selector.c]
2564 Mask out lower bits of selector in FreeSelector().
2570 Changed the class structure to make Win32 support easier.
2572 * [windows/defwnd.c]
2573 Added handling of WM_INITMENUPOPUP for system menu to gray out
2576 * [windows/winpos.c]
2577 Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
2580 Sun May 5 03:51:26 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2583 Implementation of moveable and (rudimentary) support for
2584 discardable local memory, plus several bug fixes.
2586 Sat May 4 18:33:35 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2588 * [include/windows.h] [windows/win.c] [if1632/user.spec]
2589 FindWindowEx() implemented (someone reported it was missing
2590 for FrameMaker 4.1).
2592 * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
2594 Misc small stubs/small functions which bring win95 binaries
2595 further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
2596 Small fix in WIN32_LoadAcceleratorsA.
2598 Fri May 3 19:43:12 1996 Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
2600 * [controls/edit.c] [controls/EDIT.TODO]
2601 Changed / fixed some types and typecasts.
2602 Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
2603 Added heap initialization in WM_CREATE.
2605 Fri May 3 19:30:02 1996 Greg Kreider <kreider@natlab.research.philips.com>
2607 * [controls/combo.c] [controls/listbox.c]
2608 Pass WM_[HV]SCROLL to listbox, but not combo.
2609 Don't try to redraw non-existant scroll bars (changes dwStyle flags).
2610 Combo box gets border.
2611 Combo box includes button (otherwise button won't trigger dropdown).
2612 Proper border around RectButton.
2613 Check size consistancy of combo, listbox, and button after resizing
2614 or before painting. These routines still aren't completely correct.
2615 Localize size checks in separate routines.
2616 Listboxes are white.
2618 Thu May 2 19:21:23 1996 Albrecht Kleine <kleine@ak.sax.de>
2620 * [controls/combo.c][include/commdlg.h][include/commdlg.c]
2621 [resources/sysres_De.rc][resources/sysres_En.rc]
2622 Introduced ChooseFont dialog, but needed some patches in
2623 handling of comboboxes with edit controls.
2625 Tue Apr 30 00:33:27 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
2627 * [programs/winhelp/*]
2628 Added a help viewer and a simple `.hlp' to `.sgml' converter.
2630 Mon Apr 29 14:17:57 1996 Tristan Tarrant <tst@sthinc.demon.co.uk>
2632 * [resources/sysres_*.rc] [misc/shell.c]
2633 Modified size of "About" dialog boxes.
2635 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
2637 * [if1632/Makefile.in][loader/builtin.c]
2638 crtdll.spec, ntdll.spec, wsock32.spec: new files.
2640 * [loader/pe_image.c]
2641 Fix error message if import by ordinal failed.
2643 ----------------------------------------------------------------------
2644 Sun Apr 28 14:32:43 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
2647 Subdir memory is now also compiled for Winelib, in order to get
2648 the Win32 heap functions.
2650 * [if1632/Makefile.in]
2651 Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
2652 DLL names > 8 characters.
2654 * [loader/builtin.c] (New file)
2655 Grouped all built-in DLLs code in a single file.
2658 Use the Win32 heap code instead of malloc() to allocate linear
2659 memory. This will help test the heap code.
2662 Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
2664 * [tools/build.c] [if1632/relay.c]
2665 Removed 'id' directive in spec files. For relay debugging, the DLL
2666 entry point is now computed from the CS:IP entry point address.
2667 Added 'heap' directive to specifiy a local heap for the DLL. USER
2668 and GDI heap are now created this way.
2670 * [windows/class.c] [include/class.h]
2671 Changed the class structure to use pointers instead of handles.
2672 Changed Get/SetClassWord/Long to use a switch statement; this
2673 allows changing the layout of the CLASS structure.
2675 * [windows/win.c] [include/win.h]
2676 Use a CLASS * instead of a handle for the window class.
2678 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
2680 * [if1632/kernel32.spec] [memory/global.c]
2681 [win32/memory.c] [win32/process.c]
2682 GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
2683 LocalLock,SetThreadAffinityMask: new relays.
2685 * [win32/cursoricon32.c]
2686 Return same handle if a cursor is loaded multiple times.
2688 Sat Apr 27 15:13:37 1996 Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
2690 * [resources/sysres_Ko.rc]
2691 Added support for Korean [Ko] language.
2693 Fri Apr 26 00:49:05 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2695 * [objects/dc.c] [objects/font.c]
2696 Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
2698 * [objects/metafile.c] [objects/dcvalues.c]
2699 Fixed broken SetTextAlign() on metafiles.
2701 * [objects/metafile.c]
2702 Delete objects in handle table at end of PlayMetaFile().
2704 Wed Apr 24 19:21:01 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2706 * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
2707 VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
2708 [If it doesn't work for you, use -dll -ver and report it to me]
2710 * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
2711 [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
2712 [windows/graphics.c]
2713 Simple win32 functions, where we can just use the win16 counterpart.
2717 Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
2720 Some alloclens were off by 1, one double fclose() fixed.
2721 Requesting value 0 of a key with no values returns an error
2722 (should we always return a made up value NULL? what does win3.1?)
2724 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2727 Implemented FindEnvironmentString(), DoEnvironmentSubst(),
2728 ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
2731 Do extensive cleanup on application exit.
2733 * [windows/hook.c] [windows/win.c] [windows/class.c]
2734 Added miscellaneous cleanup routines.
2737 More efficient popup menu window handling.
2739 Mon Apr 22 21:35:22 1996 Albrecht Kleine <kleine@ak.sax.de>
2741 * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
2742 Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
2744 ----------------------------------------------------------------------
2745 Sat Apr 20 23:23:16 1996 Robert Pouliot <krynos@qbc.clic.net>
2747 * [resources/sysres_Fr.rc] [resources/TODO]
2748 Made changes for Choose_Color dialog.
2750 Sat Apr 20 15:43:49 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
2752 * [controls/button.c]
2753 Fixed test that got miscompiled by some old gcc versions.
2756 Fixed the layout of handle tables so that moveable handle entries
2757 can be freed on LocalFree().
2758 Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
2761 * [misc/main.c] [ANNOUNCE]
2762 Update the list of contributors. Please let me know if I forgot
2765 Fri Apr 19 20:07:20 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2767 * [controls/edit.c] [controls/EDIT.TODO]
2768 Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
2769 Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
2770 Added WM_ENABLE implementation (gray text).
2771 Fixed buffer > 32767 bug.
2772 Fixed argument types / typecasting.
2773 Faster selection (re)drawing.
2775 Thu Apr 18 13:38:26 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2777 * [misc/registry.c] [include/winreg.h]
2778 Changed savefile format again to human readable/editable
2779 (UNICODE chars >0xff are specified by \uXXXX, data by XX).
2780 Has now global / local registry databases (including merging them).
2781 HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
2782 HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
2785 Allow " " as COMx: ... spec delimiter too.
2786 (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't
2789 Thu Apr 18 09:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2792 Miscellaneous changes.
2794 * [windows/winpos.c]
2795 Use BitBlt whenever possible in SetWindowPos.
2797 * [windows/painting.c]
2798 Fix incompatibilities with hrgnUpdate being 1.
2800 Wed Apr 17 19:19:22 1996 Albrecht Kleine <kleine@ak.sax.de>
2803 Many bugfixes in ChooseColor dialog.
2804 Added a user defined dialog title in FileOpen-/FileSave- dialog.
2806 * [misc/commdlg.c][include/commdlg.h]
2807 [if1632/commdlg.spec][if1632/winprocs.spec]
2808 Introduced dialog-, callback- and enum- stub functions
2809 for ChooseFont dialog
2811 Wed Apr 17 19:08:38 1996 Niels de Carpentier <niels@cindy.et.tudelft.nl>
2813 * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
2814 Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
2815 Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug
2818 * [windows/winpos.c]
2819 Don't try to hide the window if it's already hidden.
2821 * [windows/message.c]
2822 Let MSG_PeekHardwareMsg fill the message queue with events if
2825 Wed Apr 17 17:54:04 1996 Tristan Tarrant <tst@sthinc.demon.co.uk>
2827 * [resources/sysres_It.rc]
2828 Updated to support the new CHOOSE_COLOR_DIALOG.
2830 Tue Apr 16 11:50:00 1996 Anand Kumria <akumria@ozemail.com.au>
2832 * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
2833 [include/w32sys.h] [include/dlls.h]
2834 [misc/Makefile] [misc/w32sys.c]
2835 W32SYS.DLL partially implemented.
2837 ----------------------------------------------------------------------
2838 Sun Apr 14 12:51:27 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
2840 * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
2841 Made the resource loading code always use the correct Windows
2842 layout for Winelib on other CPUs.
2844 * [include/module.h] [loader/module.c]
2845 Added self handle in NE_MODULE structure, so we can use a pointer
2846 instead of a handle.
2847 Added function MODULE_GetPtr() to validate a HMODULE.
2850 Implemented Win32 heap management.
2852 * [memory/selector.c]
2853 Fix selector limit for huge blocks.
2855 Sat Apr 13 00:19:12 1996 Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2857 * [objects/metafile.c]
2858 Fixed memcpy bug to allow memory based metafiles to work.
2860 Fri Apr 12 19:25:41 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2862 * [controls/edit.c] [controls/EDIT.TODO]
2863 Complete rewrite. Everything changed: new features, new bugs.
2864 Main addition: WordWrap.
2866 Fri Apr 12 20:29:55 1996 Tristan Tarrant <tst@dcs.ed.ac.uk>
2868 * [resources/sysres_It.rc]
2869 Fixed a few mistakes in the file and resized some of the controls.
2871 Fri Apr 12 09:55:13 1996 John Harvey <john@division.co.uk>
2873 * [misc/winsocket.c]
2874 Fixed broken #if defined that stopped unixware compiling.
2876 * [win32/resource.c]
2877 Added missing return to end of FindResource32.
2879 Thu Apr 11 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2881 * [windows/keyboard.c] [windows/event.c]
2882 Fixed GetKeyState for mouse buttons.
2884 * [windows/message.c]
2885 WM_MOUSEACTIVATE wasn't sent in some cases.
2887 Wed Apr 10 18:59:53 1996 Niels de Carpentier <niels@cindy.et.tudelft.nl>
2890 Match slightly bigger font if height negative.
2892 Mon Apr 8 13:46:15 1996 Deano Calver <deano@rattie.demon.co.uk>
2894 * [multimedia/mmsystem.c]
2895 Changed read's to FILE_read's in mmsystem to fix mmio bug.
2897 Sun Apr 7 21:40:29 1996 Albrecht Kleine <kleine@ak.sax.de>
2899 * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
2900 Introduced ColorDlgProc() for ChooseColor() and replaced fitting
2902 As written in TODO: some national language support is needed here.
2904 ----------------------------------------------------------------------
2905 Fri Apr 5 15:22:55 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
2907 * [controls/button.c] [controls/static.c]
2908 Changes to use WND * wherever possible.
2910 * [debugger/dbg.y] [debugger/debug.l]
2911 Added 'info module' and 'walk module' commands.
2913 * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
2914 Added assembly code generation to call from Wine into 32-bit code.
2915 Changed all 'call32' references in 'callfrom16' to avoid confusion
2916 with Win32 routines.
2918 * [include/callback.h]
2919 Added prototypes for 32-bit callbacks.
2921 * [loader/module.c] [if1632/relay32.c] [tools/build.c]
2922 Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
2923 now generated by the build program.
2925 * [include/module.h]
2926 Added extra info to NE_MODULE for Win32 modules to point to the PE
2929 * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
2930 Removed the wine_files list. The PE data for a module can now be
2931 accessed with the NE_WIN32_MODULE macro.
2933 * [loader/signal.c] [miscemu/instr.c]
2934 Don't start the BIOS timer at startup, but only after an access to
2938 Changed LOCAL_Lock() to return a 32-bit pointer.
2940 * [misc/main.c] [include/dlls.h]
2941 Some built-in DLLs (like KERNEL) can no longer be disabled from
2944 Thu Apr 4 19:54:39 1996 Keith Reynolds <keithr@sco.COM>
2947 A lot of small changes to support SCO OpenServer 5.
2949 Thu Apr 4 15:38:13 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2952 Fixed GetKeyState() call to use 0x8000 convention.
2954 * [include/windows.h]
2955 Added undocumented messages EM_SCROLL and EM_GETTHUMB.
2957 Thu Apr 4 09:52:52 1996 John Harvey <john@division.co.uk>
2960 Modified code to assemble on unixware.
2962 Wed Apr 3 09:38:26 1996 Juergen Marquardt <marqu@lunar.advantest.de>
2965 Implementation of a second font cache which will be updated
2968 Mon Apr 1 16:47:40 1996 Robert Pouliot <krynos@qbc.clic.net>
2970 * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
2971 [resources/sysres_De.rc] [resources/sysres_Eo.rc]
2972 [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
2973 [resources/sysres_No.rc] [resources/TODO]
2974 Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
2976 ----------------------------------------------------------------------
2977 Sun Mar 31 13:54:46 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
2980 Changed BuildSpec32Files() to generate assembly instead of C code.
2981 Unified -spec16 and -spec32 options; DLL type is now determined by
2982 the 'type' declaration in the .spec file.
2983 New -stdcall option to build all stdcall assembly relays.
2985 * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
2986 Started to unify 16- and 32-bit builtin DLLs.
2989 Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
2991 * [loader/pe_image.c] [loader/resource.c]
2992 All modules now have a NE signature, and can be distinguished by
2993 the NE_FFLAGS_WIN32 flag.
2996 Aliases for built-in window procedures are now all created at
2997 startup in ALIAS_Init().
2999 Fri Mar 29 14:56:39 1996 Greg Kreider <kreider@natlab.research.philips.com>
3001 * [controls/combo.c]
3002 Limit rectangle to clear to size of item when painting combo, not
3003 default. Only draw items in list when there is enough room for them.
3005 * [controls/listbox.c]
3006 Get the measure of every item that's added and store in the item's
3007 data structure. Scroll listbox if mouse near edge of box. Only
3008 draw items in list when there is enough room.
3010 Fri Mar 29 12:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3012 * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
3013 [windows/nonclient.c] [controls/menu.c]
3014 Various changes for better keyboard handling.
3016 * [windows/event.c] [windows/message.c] [misc/keyboard.c]
3017 Proper keyboard message ordering, working GetKeyState() (finally!),
3018 improvements in ToAscii().
3020 * [windows/win.c] [windows/message.c]
3021 Small improvements in WIN_FindWinToRepaint.
3023 * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
3024 Put update region in WM_NCPAINT wParam.
3027 Kill task timers when task is deleted, switch timers to the
3028 new queue in SetTaskQueue().
3030 * [loader/signal.c] [miscemu/dosmem.c]
3031 Added SIGALRM signal handler to increment BIOS clock.
3033 * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
3034 Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
3037 * [windows/winpos.c]
3038 Improvements in handling of owned popups. "Floating" toolboxes
3041 Thu Mar 28 12:38:29 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3044 New file, registry rewrite including win32 extensions
3046 - multiple valus per key
3047 - different datatypes for values
3049 - saving and loading in different registries.
3051 * [include/winreg.h]
3052 New file, definitions and structs for registry.
3054 * [include/winerror.h]
3055 Some new error defines added... there are more, someone please
3056 check a (real-)windows winerror.h.
3058 * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
3059 Registry specs added.
3062 Switch internal SHELL.DLL to default 'used'.
3064 * [win32/string32.c] [include/string32.h]
3065 Some new functions added.
3066 char should be unsigned char when converting to 16bit ints.
3068 * [misc/shell.c] [include/shell.h] [win32/advapi.c]
3069 Removed old registry functions.
3071 Tue Mar 26 15:01:46 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3073 * [include/bitmaps/ocr_ibeam]
3074 Fixed the position of the hotspot.
3077 Fixed a few bugs in TEXT_TabbedTextOut().
3080 Fixed the order of the bits in the KeyStateTable.
3081 0x80 is the up/down-bit. 0x01 is the toggle bit.
3083 * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
3084 Fixed the calls to GetKeyState().
3086 Tue Mar 26 08:43:15 1996 Robert Pouliot <krynos@qbc.clic.net>
3088 * [resources/sysres_Fr.rc] [resources/TODO]
3089 Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
3091 Mon Mar 25 17:38:59 1996 Tristan Tarrant <tst@dcs.ed.ac.uk>
3093 * [resources/sysres_it.rc]
3094 Added support for Italian [It] language.
3096 ----------------------------------------------------------------------
3097 Sun Mar 24 13:13:11 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
3099 * [include/win.h] [windows/*.c]
3100 Replaced next, parent, child and owner handles by pointers in WND
3101 structure. This should improve performance, and should be
3102 reasonably safe since Microsoft did the same in Win95.
3104 * [include/wintypes.h] [*/*]
3105 Redefined HANDLE to be UINT instead of a pointer for Winelib. This
3106 allows removing a lot of unnecessary casts and NPFMTs.
3109 Create the caret brush upon CreateCaret(); use the bitmap
3110 dimensions for the caret.
3111 Fixed CARET_DisplayCaret() to use PatBlt().
3113 Fri Mar 22 16:00:00 1996 Anand Kumria <akumria@ozemail.com.au>
3115 * [misc/winsocket.c]
3116 More sanity checks, fixup some erroneous return codes.
3118 * [documentation/winsock]
3119 Description of how compatible the winsock is currently.
3121 Fri Mar 22 13:05:34 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
3123 * [library/winmain.c]
3124 Set `lpszCmdParam' by concatenating arguments.
3127 WinExec: accept Unix commands, use Wine emulator.
3129 Mon Mar 18 12:16:27 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
3131 * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
3132 DeleteCriticalSection, EnterCriticalSection,
3133 InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
3134 TlsFree, TlsGetValue, TlsSetValue: new functions.
3135 CRITICAL_SECTION: new structure.
3137 * [if1632/kernel32.spec][win32/code_page.c]
3138 WideCharToMultiByte: new function.
3140 * [if1632/kernel32.spec][win32/file.c]
3141 GetFileAttributesA: new function.
3143 * [if1632/kernel32.spec][misc/main.c]
3144 GetEnvironmentStringsW, FreeEnvironmentStringsA,
3145 FreeEnvironmentStringsW: new functions.
3147 * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
3148 cursoricon32.c: new file.
3149 LoadCursorA, LoadCursorW: modified implementation from LoadCursor
3151 LoadIconA, LoadIconW: modified implementation from LoadIconA32
3154 * [include/struct32.h]
3155 pragma pack inserted.
3156 CURSORICON32 structures added.
3158 * [include/winnls.h]
3159 Constants CP_* and WC_* added.
3161 * [loader/pe_image.c]
3162 PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
3164 Sun Mar 17 16:59:12 1996 Albrecht Kleine <kleine@ak.sax.de>
3167 Introduced hook function handling in file dialog.
3168 Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
3170 Thu Mar 14 10:50:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3172 * [if1632/gdi32.spec]
3173 Added GetNearestColor.
3175 * [if1632/kernel32.spec]
3176 Added GlobalAddAtomA.
3179 Added stackframe.h to includes.
3180 WIN32_GlobalAddAtomA() - new function.
3182 ----------------------------------------------------------------------
3183 Wed Mar 13 19:46:50 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
3186 Removed calls to memmove (not portable).
3188 * [debugger/dbg.y] [debugger/debug.l]
3189 Prefixed all token with 't' to avoid conflicts with type
3191 Added 'walk queue', 'walk class' and 'info class' commands.
3194 Moved queue and window information functions to windows/queue.c
3195 and windows/win.c respectively.
3198 Added SIGHUP handling to force entry into built-in debugger.
3202 General cleanup and performance improvements.
3205 Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
3209 Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
3210 sure if this key combination is a good choice...
3212 * [windows/message.c] [windows/queue.c] (New file)
3213 Moved message queue handling functions to windows/queue.c.
3215 Tue Mar 12 14:55:16 1996 Onno Hovers <onno@stack.urc.tue.nl>
3217 * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
3218 Implemented Win32 exception functions: RaiseException(),
3219 RtlUnwind(), SetUnhandledExceptionFilter() and
3220 UnhandledExceptionFilter().
3222 Mon Mar 11 19:23:29 1996 Albrecht Kleine <kleine@ak.sax.de>
3224 * [controls/listbox.c] [include/listbox.h]
3225 Special handling for COMBOLBOX styles introduced via extension of
3226 HEADLIST structure: lphl->dwStyle.
3228 Mon Mar 11 13:31:06 1996 Greg Kreider <kreider@natlab.research.philips.com>
3230 * [controls/combo.c]
3231 Any mouse movement within a small distance (defined by CBLMM_EDGE)
3232 of the top or bottom edge causes the window to scroll. Also moved
3233 some assignments so the routine works correctly.
3235 * [controls/listbox.c]
3236 Changing selection in ListBoxSetCurSel now updates PrevFocused.
3237 Added to LBSetFont and CreateListBoxStruct a fake hdc that tests
3238 and sets the standard text height.
3240 Sun Mar 10 08:39:23 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3243 Fixed memory leak in DCE_ClipWindows().
3245 ----------------------------------------------------------------------
3246 Fri Mar 8 19:07:18 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
3249 Quote '[' and ']' in the test program for the strength-reduce
3250 bug. This should work much better...
3253 Augmented DOS_FILE structure. Most internal functions now return a
3254 DOS_FILE* instead of a Unix handle.
3255 Added a local file array to replace the PDB list upon startup, to
3256 allow using file I/O functions before the first task is created.
3257 Added FILE_SetDateTime() and FILE_Sync() functions.
3260 Use the DOS file I/O functions in MODULE_LoadExeHeader().
3262 * [objects/bitblt.c]
3263 Use visible region instead of GC clip region to clip source
3264 area. This fixes the card drawing bug in freecell.
3266 * [objects/region.c]
3267 Fixed CombineRgn() to allow src and dest regions to be the same.
3269 Fri Mar 8 16:32:23 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3271 * [controls/EDIT.TODO]
3272 Updated so it reflects the current status.
3275 Implemented internal EDIT_WordBreakProc().
3276 Implemented ES_READONLY.
3277 Implemented WM_LBUTTONDBLCLK to select whole words.
3278 Fixed a lot of types in the function definitions.
3280 Wed Mar 6 19:55:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3283 Added "walk window" command to walk window list.
3286 Added proper(?) WM_MDISETMENU message handling.
3288 Wed Mar 6 09:27:12 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
3290 * [if1632/callback.c][if1632/relay32.c]
3291 RELAY32_CallWindowProcConvStruct: new function.
3293 * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
3294 struct32.c: new file. Moved all structure conversions into that file
3295 PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16:
3296 renamed to STRUCT32_POINT32to16, ...
3297 WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
3299 New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
3302 * [include/windows.h][misc/exec.c]
3303 WINHELP, MULTIKEYHELP, HELPWININFO: new structures
3304 WinHelp: Reimplemented. Thanks to Peter Balch
3305 (100710.2566@compuserve.com) for his valuable research.
3307 * [win32/winprocs.c]
3308 WIN32_CallWindowProcTo16: new function, call in
3309 USER32_DefWindowProcA,...
3311 Mon Mar 4 23:22:40 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
3313 * [include/wintypes.h]
3314 Added "#define __export".
3316 * [objects/bitblt.c]
3317 Put in a few hacks to make bitblt-ing work when upside-down and/or
3318 mirrored. BITBLT_StretchImage should really be checked over
3321 * [programs/progman/main.c]
3322 Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
3324 * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
3325 Eliminated shift/reduce conflict in style definition.
3326 Added crude error message support: "stdin:%d: parse error before '%s'".
3327 Implemented string table support to the best of my ability (it works
3328 with LoadString() calls).
3330 * [windows/nonclient.c]
3331 Fixed bug in NC_DoSizeMove() that made system menu pop up when title
3332 bar of non-iconized window was clicked (checked for iconization).
3334 Mon Mar 04 20:55:19 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3336 * [if1632/lzexpand.spec] [if1632/relay.c]
3337 [include/lzexpand.h][misc/lzexpand.c]
3340 Sun Mar 03 18:10:22 1996 Albrecht Kleine <kleine@ak.sax.de>
3343 Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
3344 this prevents too early termination of EnumChildWindows().
3346 ----------------------------------------------------------------------
3347 Sat Mar 2 18:19:06 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
3349 * [controls/scroll.c]
3350 Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
3351 current tracking window.
3354 Fixed two file descriptor leaks in FILE_OpenFile().
3356 * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
3358 Replaced LOADEDFILEINFO structure by OFSTRUCT.
3361 Reload the pointer to the atom table in ATOM_GetTable() and
3362 ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
3363 move in linear memory.
3365 Fri Mar 1 11:57:13 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3367 * [include/callback.h]
3368 Added support for CallWordBreakProc().
3371 New caret handling (really efficient / fast).
3372 Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
3373 Fixed EM_SETFONT so it now also creates a proper new caret.
3375 Wed Feb 28 22:03:34 1996 Daniel Schepler <daniel@frobnitz.wustl.edu>
3377 * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
3378 Added WM_DELETE protocol to top-level windows.
3380 * [controls/scroll.c]
3381 Fixed a problem which caused slow scrolling to continue uncontrollably.
3384 Implemented ExitWindows().
3387 Set top-level owned windows to be transient.
3389 Wed Feb 28 19:13:22 1996 Ulrich Schmid <uschmid@mail.hh.provi.de>
3391 * [programs/progman/*]
3392 Added a program manager.
3394 Wed Feb 28 18:38:01 1996 Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
3396 * [resources/sysres_Eo.c]
3397 Added support for Esperanto [Eo] language.
3399 Wed Feb 28 00:23:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3401 * [if1632/user32.spec]
3402 Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
3405 Added task.h to includes. GetModuleHandleA() - return hInstance
3406 if called with NULL parameter. Freecell needs this. NOTE this
3407 may indicate a problem with differentiation between hModule and
3408 hInstance within Wine.
3410 * [win32/resource.c]
3411 FindResource32() and LoadResource32() - Removed #if 0's around
3412 conversion from hInstance to hModule. See remarks above.
3414 * [win32/string32.c]
3415 WIN32_UniLen() - removed stray semicolon.
3417 Tue Feb 27 21:05:18 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
3420 Set blink rate with call to GetProfileInt().
3423 In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
3424 instead of 0. This seems to correspond to Borland's defaults, and
3425 the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
3426 or "| NOT WS_VISIBLE" technique in the *.rc file.
3429 In GetLocalTime() and GetSystemTime(), used tv_sec field of result
3430 returned by gettimeofday() instead of making second call to
3431 time(). This eliminates clock jitter if the seconds change
3432 between the two calls (rare, but possible).
3434 * [include/wintypes.h]
3435 Added "#define _far" and "#define _pascal".
3438 Added function GetDesktopHwnd().
3440 * [include/xmalloc.h]
3441 Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
3442 have been removed from 'configure', and was causing redefinition
3445 Tue Feb 27 19:31:11 1996 Albrecht Kleine <kleine@ak.sax.de>
3447 * [windows/winpos.c]
3448 Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
3449 to force a repaint when setting menu bars with different rows.
3451 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3453 * [windows/syscolors.c] [controls/scroll.c]
3454 Fixed DrawFocusRect pen and SCROLL_THUMB painting.
3456 ----------------------------------------------------------------------
3457 Sat Feb 24 16:17:05 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
3460 Added \r when writing profile files, for DOS compatibility.
3463 Fixed bug in GlobalReAlloc() that caused a discarded block not to
3464 be reallocated if its size was not changed.
3466 * [memory/selector.c]
3467 Avoid setting a valid LDT entry with base and limit set to 0, as
3468 this causes the kernel to clear the entry. This fixes a crash when
3469 exiting Windows program manager.
3471 * [objects/metafile.c]
3472 Removed call to creat() instead of _lcreat() for WINELIB.
3474 Fri Feb 23 00:35:54 1996 Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
3476 * [if1632/gdi32.spec]
3477 GetTextExtentPointA now has win32 specific implementation.
3479 * [include/struct32.h]
3480 Define new structure tagSIZE32 and typedef SIZE32 to it.
3481 Define prototype for function PARAM32_SIZE16to32
3484 New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
3487 Added missing file pointer parameter to fprintf.
3489 Thu Feb 22 01:14:21 1996 Eric Warnke <ew2193@csc.albany.edu>
3491 * [windows/nonclient.c]
3492 Added more familiar icon activity, ie single click brings up
3495 Wed Feb 21 13:07:04 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3498 Added calls to HideCaret() and ShowCaret() from within
3499 TrackPopupMenu(), MENU_TrackMouseMenuBar() and
3500 MENU_TrackKbdMenuBar(). Are there any more places where this
3503 * [controls/static.c]
3504 Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
3505 the previous icon. Added a new FIXME at the point where
3506 WM_SETTEXT is handled for a SS_ICON static control.
3509 Implemented FindText() and ReplaceText()
3510 Still missing : Templates and Hooks handling / error checking
3512 * [resources/sysres_En.c]
3513 Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
3514 Languages other than En should update these too, though, as well
3515 as redimension the controls because some of the text doesn't fit.
3516 Created file resources/TODO to explain this.
3519 Re-written. It now uses the correct R2_XORPEN. It resets the
3520 blink timer on SetCaretPos(). It does its own hide/show scheme
3521 when SetCaretPos() is called (should be faster).
3523 Mon Feb 19 21:50:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3525 * [controls/listbox.c]
3526 Miscellaneous changes for better LBS_EXTENDEDSEL support.
3527 Removed several superfluous redrawals of item list.
3529 * [controls/scroll.c]
3530 WM_GETDLGCODE return value.
3533 FlashWindow function.
3535 * [windows/painting.c] [windows/scroll.c]
3536 Added HideCaret/ShowCaret calls.
3539 Added GetCharABCWidths stub.
3541 * [include/windows.h]
3542 "#define"s needed for changes mentioned above.
3544 Mon Feb 19 20:12:03 1996 Hans de Graaff <Hans.deGraaff@twi72.twi.tudelft.nl>
3546 * [include/winsock.h]
3547 Change order of includes to get in_addr struct defined in time.
3548 (Note: Linux 1.3.66, libc 5.2.18)
3550 * [misc/main.c] [include/options.h] [miscemu/int2f.c]
3551 Changed the -enhanced option into a -mode option, which can be
3552 either 'standard' or 'enhanced'. 'enhanced' is the default.
3554 ----------------------------------------------------------------------
3555 Sun Feb 18 16:35:54 1996 Alexandre Julliard <julliard@lrc.epfl.ch>
3557 * [controls/desktop.c]
3558 Look for the wallpaper file in the Windows directory.
3561 Fixed swapped parameters in SetMenuItemBitmaps().
3562 Create a separator in MENU_SetItemData() when the string is NULL.
3565 DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
3568 Added a DOS_FILE structure to store per-file information (not
3570 Fixed _lread and _hread to check the size of the buffer before
3571 calling Unix read() to avoid EFAULT error.
3574 Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
3577 Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
3578 programs that poll the BIOS counter, provided they reload the
3579 selector on every read.
3582 Re-implemented FindFirst/FindNext for FCB calls.
3584 * [windows/message.c] [windows/winpos.c]
3585 Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
3587 * [windows/nonclient.c] [windows/win.c] [include/windows.h]
3588 Added a per-window WIN_MANAGED flag; only windows that have a
3589 dialog frame or a sizing border are managed.
3591 Sat Feb 17 18:25:00 1996 Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
3593 * [if1632/Makefile.in]
3594 Added -g flag to compilation of .c files generated from *32.spec.
3596 * [if1632/gdi32.spec]
3597 Numerous additional functions implemented.
3599 * if1632/user32.spec]
3600 wsprintfA maps to vsprintf not wsprintf
3601 Numerous additional functions implemented.
3603 * [include/gdi.h] [objects/gdiobj.c]
3604 New #define MAGIC_DONTCARE added. This is used in
3605 GDI_GetObjPtr to enable getting a pointer to a GDI object of
3612 WIN32_MoveToEx() - handle NULL pointer argument.
3615 USER32_InvalidateRect - handle passing of a NULL pointer.
3616 USER32_SetTimer - New function.
3618 * [files/directory.c]
3619 Fixed DIR_Init() (off by one in allocation of space for
3620 environment variables).
3623 Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
3626 Fri Feb 16 10:26:56 1996 Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
3629 Memory leak plugged.
3632 Erase space with function ExtTextOut(). This eliminates the use of
3633 xmalloc(). Memory leak in EDIT_WriteText plugged.
3635 * [debugger/db_disasm.c]
3636 Operand for scas now is di.
3639 PROFILE_GetSection was copying too much data.
3640 PROFILE_GetSection now returns the correct value. It was returning
3641 the number of unused instead of used bytes.
3644 Corrected two typos in comments.
3647 FONT_MatchFont didn't return if it couldn't find any font.
3649 * [objects/oembitmap.c]
3650 Free object only if it has been allocated.
3652 * [windows/scroll.c]
3653 Memory leak in ScrollDC plugged.
3655 Tue Feb 13 11:17:00 1996 William Magro <wmagro@tc.cornell.edu>
3658 Implemented ES_NOHIDESEL style, shift+click selection,
3659 shift+{arrow,home,end,pgup,pgdn} selection. Optimized
3660 (de)selection drawing. Changed selection drawing to use correct
3661 system colors instead of inverting. Fixed deleting or backspacing
3662 across a '\r\n' end of line pair. Selection now anchors
3663 correctly. Fixed text leaking and extra garbage problem bug
3664 uncovered by change in class style in wine960131.
3666 * [controls/widgets.c]
3667 Class flags now match those of Windows.
3669 Mon Feb 12 21:28:19 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
3671 * [controls/widgets.c]
3672 WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
3674 * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
3675 comctl32.spec ole32.spec winspool.spec: new files.
3676 RELAY32_Init: call initialization of new DLLs.
3677 RELAY32_GetEntryPoint: expects WIN32_builtin* now.
3678 RELAY32_MakeFakeModule: new function.
3680 * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
3681 Added Win95 functions. Ordinals now differ from both NT and Win95
3682 HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
3683 CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
3684 DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
3687 * [if1632/shell32.spec]
3688 shell32.spec: renumbered all functions to take into account ordinals.
3689 These seem to be identical between NT and Win95.
3691 * [include/dialog.h][windows/dialog.c]
3692 xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
3694 * [include/handle32.h]
3695 New handle types VRANGE, HEAP, HEAPITEM.
3697 * [include/pe_image.h][loader/pe_image.c]
3698 struct w_files: new field builtin.
3699 PE_FindExportedFunction: support ordinals.
3700 PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
3701 fixup_imports: support ordinals.
3702 PE_LoadImage: prefer directories over segments.
3704 * [include/resource.h][win32/resource.c]
3705 FindResource32: changed parameter from LPCTSTR to LPCWSTR
3706 check LANG_NEUTRAL if LANG_ENGLISH fails.
3707 LoadAcceleratorsW,SizeofResource32,AccessResource32:
3708 disabled because it's broken.
3709 Casted to and from LPWSTR at various places.
3711 * [include/string32.h][win32/string32.c]
3712 Changed prototypes to take const arguments where appropriate.
3714 * [include/struct32.h]
3715 New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
3718 BuildSpec32Files: generate Base value into code, generate call to
3719 RELAY32_MakeFakeModule.
3722 This is still not finished and needs rework.
3723 HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
3724 HeapCreate: implemented on top of VirtualAlloc, which does not work yet
3725 HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
3728 Support for VRANGE_OBJECT. This is not yet called from any place,
3729 and needs more platform specific support
3730 MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
3731 MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
3734 WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
3735 names, as in dialogs.
3736 Implemented dialog functions (see user32.spec).
3739 CARET_Initialize: call RELAY32_GetBuiltinDLL.
3741 Mon Feb 12 18:52:40 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
3744 Removed commented out #ifdefs for WINELIB.
3746 * [tools/makehtml.pl]
3747 Put in error checking when trying to open a file.
3749 * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
3750 Added two new targets: hello4 and new.
3752 * [include/windows.h]
3753 Added definition of DEVMODE structure, although it's not yet used.
3754 Modified various API functions from CreateDC() to Escape(), in
3755 order to make them more compliant with the strict API definitions.
3757 * [include/wintypes.h]
3758 Added 'typedef char TCHAR'. It probably should be defined as
3759 'short', but then we would have to support such characters. Also did
3760 'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
3761 Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
3762 MFENUMPROC, and HGDIOBJ.
3764 Mon Feb 5 16:42:07 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3767 Patched a bug that occurred in the internal COMMDLG module for the
3768 FileOpen(), FileSave() and FileSaveAs() functions. The file-type
3769 combobox is now handled correctly.
3771 Fri Feb 2 22:52:58 1996 Roman Dolejsi <roman@sorry.vse.cz>
3773 * [resources/sysres_Cz.rc]
3774 Added support for Czech [Cz] language.
3776 Thu Feb 1 00:35:04 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
3779 FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
3780 for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
3782 CreateFontIndirect : if font parameter is NULL, issue an error message.
3783 CreateFont : null-terminate lfFaceName.
3784 ParseFontParms : debug code turned off : too verbose.
3785 InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
3788 ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
3790 --------------------------------------------------------------------
3791 Wed Jan 31 10:58:00 1996 Alexandre Julliard <julliard@sunsite.unc.edu>
3794 Added --with-dll option to build libwine.so.
3796 * [controls/listbox.c]
3797 Fixed ListBoxDirectory(), DlgDirSelect() and
3798 DlgDirList(). Hopefully their behavior is correct now.
3801 Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
3802 ModifyMenu() for the item data, to avoid corrupting the pointer
3803 for owner-drawn items.
3805 * [controls/static.c]
3806 Attempt to load OEM icons for SS_ICON controls. Probably not
3808 Don't clip the text output.
3810 * [files/directory.c]
3811 Add temp dir and Windows dir to environment.
3814 Fixed a few path handling bugs in DOSFS_GetUnixFileName().
3815 Cache last used directory in DOSFS_FindNext() to avoid quadratic
3819 New format for drives configuration in wine.conf; allows
3820 specifying the type, label and serial number of a drive.
3823 New function FILE_OpenUnixFile to make sure we don't open a
3824 directory instead of a file.
3825 Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
3828 Rewrote profile handling. Should be closer to Windows behavior now.
3829 New function PROFILE_GetWineIniString() to get a string from wine.conf.
3830 Support environment variables in wine.conf.
3833 Fixed the order of deletion in TASK_DeleteTask() to avoid memory
3837 Create a discarded block on GlobalAlloc() if the size is 0; thanks
3838 to John Harvey for noticing this.
3841 LOCAL_GetHeap: make sure the pointer is valid before checking
3845 Moved profile and registry saving to ExitWindows(), so we don't
3846 try to save them in case of a crash.
3849 INT21_GetFreeDiskSpace: try to compute the cluster size from the
3850 filesystem size instead of hard-coding it to 64.
3851 Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
3852 reading or writing 65535 bytes (thanks to Bruce Milner for this one).
3854 * [windows/message.c]
3855 Fixed bug in linked-list handling in MSG_DeleteQueue().
3856 Simplified SetMessageQueue().
3858 * [wine.ini] [wine.man]
3859 Updated for new drives configuration format.
3861 Tue Jan 30 11:24:46 1996 William Magro <wmagro@tc.cornell.edu>
3864 Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
3865 EM_GETPASSWORDCHAR messages.
3867 * [controls/widgets.c]
3868 Adjusted class creation flags to better match values Windows uses.
3870 * [include/windows.h]
3871 Fixed ES_NOHIDESEL typo.
3873 * [loader/ne_image.c]
3874 Added detection for zero offset in RADDR fixups. Quicken
3875 was in an infinite loop here.
3877 Mon Jan 29 20:12:22 1996 Albrecht Kleine <kleine@ak.sax.de>
3880 Bugfix: range error in month value (0..11 set to 1..12).
3883 Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
3884 appearance of the caret.
3886 * [windows/mdi.c] [include/mdi.h]
3887 Changed MDITile(): added a new parameter WORD wParam for
3888 WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
3891 Sun Jan 28 14:20:00 1996 Cameron Heide <heide@ee.ualberta.ca>
3894 Added a small bit of MSCDEX emulation.
3897 ALIAS_RegisterAlias was returning the hash value when it should
3898 have been returning the record number.
3900 Sat Jan 27 10:53:51 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
3902 * [include/shell.h] [include/wintypes.h]
3903 Moved definition of HKEY and LPHKEY types to include/wintypes.h.
3904 Declared FONTENUMPROC in wintypes.h.
3906 * [include/windows.h]
3907 Added definition of KERNINGPAIR and LPKERNINGPAIR types. Added
3908 declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
3909 ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
3910 GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
3911 IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
3912 RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
3913 RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
3916 * [tools/makehtml.pl] [documentation/apiw.index]
3917 New files that scan windows.h, commdlg.h, and toolhelp.h and output
3918 an HTML sorted list with optional links to www.willows.com and a
3919 tally of unimplemented APIW functions.
3921 * [objects/cursoricon.c]
3922 Added Win32 versions of CopyIcon() and CopyCursor() for use in
3925 * [win32/resource.c] [win32/winprocs.c]
3926 Added '#include "libres.h"' and explicit declarations of windows
3927 procs in order to avoid warnings.
3929 * [windows/utility.c]
3930 Added Win32 version of MulDiv() for libwine.
3932 * [*/*] [include/windows.h]
3933 Changed several function declarations to comply more strictly to
3934 the windows API (without, hopefully, altering their functionality).
3937 Made the return value of CheckMenuItem be the previous state of
3938 the menu item if it was found, otherwise -1 as specified in the
3939 SDK. This conflicts with the APIW specification, which says it
3940 should return TRUE if successful, otherwise FALSE.
3942 * [include/windows.h]
3943 Added obsolete WM_SIZE message wParam names for compatibility.
3944 Added WinHelp() command constants, even though they are not yet
3948 Tidied up transform_binary_file(). In argument checking, flattened
3949 any invalid characters specified with the prefix argument.
3951 * [library/libres.c]
3952 Made FindResource() case-insensitive when parameter 'name' is a string.
3954 Sat Jan 27 02:30 1996 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
3957 If root "/" is given in wine.conf, use it as last resort.
3960 Report ER_AccessDenied it disk ist not writable
3964 Squeezed some bugs in ExtendedOpenCreateFile
3966 * [windows/winpos.c]
3967 Some windows may not be moved or resized. We are missing some
3968 structures to be exact, but the approach should help in some cases
3969 and make things worse in much fewer.
3971 Fri Jan 26 10:24:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3973 * [loader/pe_image.c]
3974 fixup_imports: Find builtins for Borland style entries, too
3976 Fri Jan 26 10:24:00 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
3979 LoadMenu: branch to Win32 for PE modules
3981 * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
3982 DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
3983 WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
3984 EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
3985 DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
3986 LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
3987 to convert parameters or naming convention
3989 * [include/kernel32.h][include/wintypes.h]
3990 moved WCHAR, defined LPWSTR
3992 * [include/string32.h][win32/string32.c][include/struct32.h]
3996 LoadModule: exit after returning from PE_LoadModule
3998 * [loader/pe_image.c]
3999 my_wcstombs: isascii does not work on Linux for Unicode
4000 PE_LoadImage: Handle directories
4003 USER32_RECT32to16, USER32_RECT16to32: new functions
4004 implemented new user32 relays
4007 WIN32_WinHelpA: new function
4012 * [win32/resource.c]
4013 GetResDirEntry: added support for named entries
4014 WIN32_LoadAcceleratorsW: invoke *32 resource functions
4015 WIN32_LoadBitmapA: convert name to unicode if appropriate
4016 WIN32_ParseMenu: new function
4017 implemented new resource functions from user32.spec
4019 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4021 * [objects/cursoricon.c]
4022 GetIconId() and LoadIconHandler() functions.
4025 Better maximization support, TranslateMDISysAccel() function,
4028 * [windows/defwnd.c]
4029 Fix for WM_WINDOWPOSCHANGED message handler.
4031 * [windows/winpos.c]
4032 Rewrote WindowFromPoint() function.
4034 Sun Jan 21 1996 17:05:09 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
4036 * [include/toolhelp.h] [misc/toolhelp.c]
4037 Added Notify(Un)Register, but no callbacks yet.
4039 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
4042 Added target for libwine.so.1.0.
4044 * [library/winmain.c]
4045 For WINELIBDLL, _WinMain just returns hInstance instead of calling
4049 For WINELIBDLL, renamed main() to _wine_main() for calling from the
4052 * [library/winestub.c] (new file)
4053 Provides a stub main() function for using libwine.so.
4055 Tue Jan 16 11:04:34 1996 Anand Kumria <akumria@ozemail.com.au>
4061 Attempt to do some sanity checking in MemManInfo().
4064 Fix changelog oversight for previous entry.
4066 ---------------------------------------------------------------------
4067 Sun Jan 14 13:45:22 1996 Alexandre Julliard <julliard@sunsite.unc.edu>
4070 Added check for gcc strength-reduce bug.
4072 * [controls/listbox.c]
4073 Changed ListBoxDirectory() to use the new DOS file functions.
4076 Fixed parameters for DeleteMenu() call in ChangeMenu().
4078 * [debugger/stack.c]
4079 Also display current frame in back-trace.
4081 * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
4082 Complete rewrite of the DOS file handling.
4083 Implemented per-task file handles.
4084 Removed default Z: drive; needs to be put explicitely in wine.ini
4088 Fixed file descriptor leak in LoadModule().
4091 Initialise PDB file handle table in TASK_CreateTask().
4092 Close file handles on task termination.
4093 Implemented SetErrorMode().
4096 Fixed WNetGetConnection() to use GetDriveType().
4099 Added function xstrdup().
4102 Many changes for new DOS file functions.
4104 * [miscemu/interrupts.c]
4105 Moved DOS_GetEquipment() function into INT_Int11Handler().
4108 Bug fix: create system menu before sending WM_NCCREATE.
4111 Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
4114 Sat Jan 13 16:13:02 1996 Jim Peterson <jspeter@birch.ee.vt.edu>
4116 * [include/wintypes.h]
4117 Added 'typedef HGLOBAL GOBALHANDLE;'. This is not precisely in line
4118 with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
4121 * [include/winsock.h]
4122 Added '#include <arpa/inet.h>' for various declarations. '#ifdef'-ed
4123 out some old style internet address #define's.
4126 Made MakeProcInstance() return first parameter #ifdef WINELIB32.
4127 Made FreeProcInstance() do nothing #ifdef WINELIB32.
4128 '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
4130 * [library/miscstubs.c]
4131 Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
4132 with name="ActivateAppProc". This hardly seems correct, but it's my
4133 best guess as to how the emulator responds.
4135 Sat Jan 6 17:57:45 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
4137 * [if1632/kernel32.spec][win32/process.c]
4138 WIN32_GetProcAddress, LoadLibraryA: new functions
4140 * [if1632/relay32.c]
4141 RELAY32_GetEntryPoint: Removed code to load PE DLLs
4143 * [include/pe_image.h][include/pe_exe.h]
4144 struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
4145 struct PE_Reloc_Block: new structure
4148 MODULE_RegisterModule: new function
4150 * [loader/pe_image.c]
4151 PE_FindExportedFunction,PE_GetProcAddress: new functions
4152 fixup_imports: expect struct w_files* now, fill dlls_to_init,
4154 do_relocations: new functions
4155 calc_vma_size: renamed from dump_table
4156 PE_LoadImage: use malloc to allocate memory for image
4157 PE_InitDLL: expect HMODULE
4158 PE_InitializeDLLs: new function
4161 NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
4162 GetExePtr: Accept PE modules
4165 FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
4167 Thu Jan 4 11:36:21 1996 Manfred Weichel <Manfred.Weichel@mch.sni.de>
4170 New file with usleep() function for SVR4.
4173 Check for usleep() function.
4175 Tue Jan 02 14:00:00 1996 Anand Kumria <akumria@ozemail.com.au>
4177 * [if1632/toolhelp.spec] [include/toolhelp.h]
4178 [misc/user.c] [windows/message.c]
4179 Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
4185 Implement DPMI Get Page Size (AX=0604, INT 31)
4188 Implement TOOLHELP.72 GetMemManInfo.
4190 Mon Jan 2 10:33:00 1996 Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4192 * [if1632/callback.c]
4193 CallWindowProc() - When calling RELAY32_CallWindowProc, check
4194 whether lParam should be a SEGPTR, and if so convert it to one.
4196 * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
4197 Numerous functions added, mostly calls to original (win16)
4198 functions. Note that some (many) of these are probably not
4199 strictly correct, but with these additions freecell will at least
4200 display its main window though it is garbled.
4202 * [if1632/winprocs.spec]
4203 Completely rewritten - all WndProcs now have win32 versions to
4204 help with the lparam SEGPTR fix in callback.c
4206 * [include/kernel32.h]
4210 Definition of PE_Export_Directory amended.
4212 * [include/resource32.h]
4215 * [include/stackframe.h]
4216 Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
4217 prototype for replacement function in memory/selector.c which
4218 can operate on any given memory address. This is currently
4219 required for win32 support. It is a dreadful cludge, and will
4220 certainly slow down other programs. If you are not interested
4221 in win32 development you may wish to reverse this patch.
4223 * [include/windows.h]
4224 Definition of SW_SHOWDEFAULT added.
4226 * [loader/pe_image.c]
4227 Extensive rewrites of xmmap() fixup_imports().
4228 PE_LoadImage() - initialisation of bss added, extraction of
4229 module name fixed, initialisation of DLL added.
4230 PE_InitDLL() - now does something.
4231 PE_Win32CallToStart() - initialisation of TEB pointed to by
4233 PE_InitTEB() created to perform TEB initialisation.
4235 * [memory/selector.c]
4236 New function MAKE_SEGPTR() - see include/stackframe.h above.
4239 USER32_RegisterClassA(), CreateWindowExA() memory allocation
4240 method changed. This is probably now unnecessary with the
4241 new MAKE_SEGPTR handling code.
4242 USER32_DefWndProcA() removed to win32/winprocs.c
4243 USER32_TranslateMessage added.
4246 handling of win32 spec files changed to support gcc2.6.X
4247 this requires optimisations to be disabled.
4249 * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
4252 * [win32/Makefile.in]
4253 New files heap.c, newfns.c, resource.c and winprocs.c added to build.
4256 New function W32_SetHandleCount.
4259 WIN32_GetModuleHandle() - now returns handle of running process
4260 if called with NULL.
4261 GetStartupInfoA() - set cbReserved2 to 0.
4264 VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
4265 it work with FreeBSD. Also check for return value. Removed extra
4268 * [windows/winpos.c]
4269 ShowWindow() - SW_SHOWDEFAULT handling kludged in.
4271 ----------------------------------------------------------------------
4272 Sat Dec 23 18:15:59 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
4274 * [configure.in] [Makefile.in] [tools/install-sh]
4275 New 'install' target installs Wine binary, library and man page.
4276 Library is now more logically named libwine.a.
4277 Split toolkit/ directory into library (for library code) and
4278 libtest (for test programs).
4281 Quick hack to partially support EM_PASSWORD style (avoids
4282 displaying your passwords on the screen when testing programs...)
4284 * [configure.in] [controls/menu.c] [include/resource.h]
4285 [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
4286 Language is now a run-time option (wine -language xx).
4289 Dump some more debugging info on crash.
4292 Only consider ';' as a comment if it's the first non-blank
4293 character on the line.
4296 More debugging info for real-mode callback.
4298 * [objects/gdiobj.c]
4299 Rewrote EnumObjects() to do the Right Thing.
4301 * [resources/sysres*]
4302 New directory containing system resources.
4304 Fri Dec 22 11:24:39 GMT 1995 John Harvey <john@division.co.uk>
4306 * [win32/file.c] [win32/memory.c]
4307 Unixware doesn't have MAP_ANON ifdefed out for now.
4310 DOS_GetDosFileName didn't truncate paths starting ./ properly.
4313 Produces assembly code that works with the unixware assembler.
4315 Wed Dec 20 22:22:29 +0100 1995 Morten Welinder <terra@diku.dk>
4318 INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
4321 DOS_readdir should always return directories, even if they don't
4322 match the file name mask.
4324 Tue Dec 19 18:00:00 1995 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4327 Give arguments to winhelp.
4330 Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
4331 Created function ExtendedOpenCreateFile.
4332 Give for some Windows95 interrupts the return value 'not
4335 Sun Dec 17 16:51:56 EST 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
4337 * [include/kernel32.h] [include/windows.h]
4338 Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
4339 include/kernel32.h to include/windows.h and declared the new Win32
4340 API functions Sleep(), GetLocalTime(), and GetSystemTime().
4341 Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
4343 * [rc/rc (new file)]
4344 Created the shell script 'rc', which should simplify resource
4347 * [win32/environment.c]
4348 Kludged around an undefined reference to wine_files. This change
4349 should be fixed some time.
4351 * [win32/time.c] [if1632/kernel32.spec]
4352 Added the functions GetSystemTime(), and Sleep().
4355 Renamed static function GetSystemTime to INT21_GetSystemTime to
4356 avoid conflicts with the API function of the same name.
4358 * [include/wintypes.h]
4359 Added the SPFMT definition for printf statements.
4361 * [misc/shell.c] [include/shell.h]
4362 Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
4363 with the ones in include/winerror.h. They should probably use the
4364 versions in winerror.h, but I'm not certain, and that can be done
4368 Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
4369 WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32. The ? parameter
4370 (boolean) was discarded with this translation. Translated handler
4371 of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
4372 WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
4373 false, call DrawMenuBar() if desired).
4376 General explicit casts and more rigid typing to remove warnings.
4378 * [include/winpos.h] [windows/winpos.c]
4379 Changed return type of WINPOS_ChangeActiveWindow to BOOL.
4381 * [include/commdlg.h] [misc/commdlg.c]
4382 Added prototypes for ChooseColor(), CommDlgExtendedError(),
4383 FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
4384 PrintDlg, and ReplaceText().
4385 Renamed the CommDlgExtendError() function to CommDlgExtendedError().
4386 Made GetFileTitle return a short, as per the API definition.
4389 Added line to clean and distclean that removes temporaries from
4390 the include directory.
4392 Sat Dec 16 19:39:14 MET 1995 Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
4395 Almost rewrote EDIT_GetLineMsg.
4397 Sat Dec 16 13:51:48 MST 1995 Andrew Taylor <andrew@riscan.com>
4400 Fixed MDITile() bug that occurs when 0 windows are present or all
4401 windows are minimized.
4403 Wed Dec 12 23:30:00 1995 Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4406 Try harder to find files, especially in the working directory.
4407 Look in $HOME/.wine too and create it there if it isn't found.
4409 ----------------------------------------------------------------------
4410 Mon Dec 11 19:08:55 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
4413 Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
4414 they do the same job.
4417 Fixed __attribute__((stdcall)) to make it compile with gcc
4418 versions under 2.7. Doesn't mean it will run OK though...
4420 Sat Dec 09 13:22:58 1995 Cameron Heide <heide@ee.ualberta.ca>
4422 * [include/kernel32.h] [include/winerror.h]
4423 Added file attribute definitions and more error codes.
4426 Added some rudimentary errno-to-Win32 error conversion
4430 Added to GetFileInformationByHandle, filled in some known
4431 error codes, and switched to dprintf_win32.
4436 Fri Dec 8 14:37:39 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
4438 * [controls/combo.c]
4439 Converted functions of the type LONG _(HWND,WORD,LONG) to the type
4440 LRESULT _(HWND,WPARAM,LPARAM) where needed.
4442 * [include/libres.h]
4443 Restructured libres prototypes to closer match the windows API.
4445 * [include/windows.h]
4446 Changed several API prototypes' parameter types from 'short' to INT,
4447 which is #defined as short in the emulator, but is a normal int in
4448 WINELIB32. Also changed SEGPTR from DWORD to void* when WINELIB32.
4449 (This creates a lot of warnings at library-compile time, but less
4450 warnings at app-compile time. I'll remove the warnings soon.)
4452 * [loader/resource.c]
4453 Fixed parameter mismatch in call to LIBRES_FindResource(). Changed
4454 various implementations of the LIBRES_* API functions.
4457 Deleted local 'i' from win_fault(), since it was unused.
4459 * [objects/bitblt.c]
4460 Mirrored changes to include/windows.h mentioned above.
4462 * [toolkit/hello3.c]
4463 Changed LoadMenuIndirect() call to LoadMenu() to test the new
4464 resource registration technique.
4466 * [toolkit/libres.c]
4467 Removed definition of 'struct resource' and fixed bugs in the resource
4468 implementation. Implemented LIBRES_FindResource.
4470 * [windows/graphics.c]
4471 Mirrored changes to include/windows.h mentioned above.
4473 Thu Dec 7 23:15:56 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
4476 LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
4478 * [controls/listbox.c]
4479 CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
4481 * [include/listbox.h]
4482 change HeapSel from WORD to HANDLE
4484 * [include/resource.h][rc/winerc.c]
4485 struct ResourceTable: removed
4486 struct resource: moved to header file
4487 autoregister resources if supported by compiler
4490 LOCAL_GetHeap: expect HANDLE rather than WORD
4492 * [toolkit/Makefile.in]
4493 Add ALLCFLAGS to make hello3
4496 LocalFree, HEAP_Free: handle 0 parameter gracefully
4498 Wed Dec 06 15:34:23 1995 Greg Cooper <cooper@ima-inc.com>
4500 * [misc/winsocket.c]
4501 Fixed the msgsnd and msgrcv errors that winsock programs get.
4503 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
4505 * [if1632/kernel.spec]
4506 Fixed _hread and _hwrite return type
4508 * [if1632/relay32.c] [loader/pe_image.c]
4509 Hacked loading of PE-dll's in
4512 Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
4515 Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
4518 Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
4519 WaitForSingleObject, DuplicateHandle, GetCurrentProcess
4521 Mon Dec 04 13:06:37 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4523 * [include/wine.h] [misc/lstr.c]
4524 Define wine_strncpy(). This function does not pad the buffer with
4525 zeroes like GNU strncpy(), which might break some Windows programs
4526 that pass bogus size arguments.
4528 * [loader/module.c]: GetModuleFileName(),
4529 [misc/commdlg.c]: GetFileTitle(),
4530 [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
4531 [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
4532 [multimedia/mmsystem.c], [objects/font.c]:
4533 Use wine_strncpy() where strings are returned to Windows programs.
4535 * [objects/metafile.c]
4536 PlayMetafile(): Clear the handle table before using it.
4538 * [misc/shell.c] [misc/main.c]
4539 Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
4542 load(): Need to handle comments.
4544 * [toolkit/libres.c]
4547 * [windows/nonclient.c]
4548 Use MAKE_SEGPTR macro in two places where a user heap block used
4549 to be allocated instead.
4551 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
4553 * [windows/winpos.c]
4554 In function SetWindowPos: do not redraw the parent of
4555 a window if the specified window is placed on the top.
4556 This avoids that ShowWindow(hwnd,1) hides hwnd instead
4559 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4561 * [windows/scroll.c]
4562 Now it can scroll children along with the client region of parent
4563 window. Tried to optimize update region calculation.
4566 ScrollChildren function, more other features added. Basically
4569 * [windows/winpos.c] [windows/focus.c]
4570 Reimplemented window activation and focus handling.
4572 * [windows/nonclient.c]
4573 Added new flag WIN_NCACTIVATED.
4575 * [windows/message.c] [loader/task.c]
4576 Small changes (to maintain linked list of message queues).
4578 Wed Nov 29 15:51:48 1995 Daniel Schepler <daniel@shep13.wustl.edu>
4580 * [include/options.h] [misc/main.c] [windows/defwnd.c]
4581 [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
4582 Implemented a -managed option to replace the standard Windows
4583 frame of top-level windows with the window manager's decorations.
4584 If a top-level window makes its own frame, this will still show
4585 up, inside the window manager decorations (I believe ctl3dv2.dll
4586 would do this, although I can't test this).
4588 ----------------------------------------------------------------------
4589 Tue Nov 21 18:49:10 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
4591 * [configure.in] [Makefile] [misc/dos_fs.c]
4592 Got rid of autoconf.h file.
4595 More logical behavior upon syntax errors.
4597 * [include/hook.h] [windows/hook.c]
4598 Changed hook structure and rewrote most of the hook functions for
4599 better compatibility, based on investigations by Alex Korobka.
4601 * [include/message.h] [windows/message.c]
4602 Added hooks to message queue structure and made the structure
4603 layout Windows-compatible.
4604 Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
4605 WH_JOURNALRECORD hooks.
4608 Added command-line option for changing the language at run-time
4609 (not implemented yet), based on a suggestion from Michael Patra.
4611 * [objects/cursoricon.c]
4612 Fixed silly SEGPTR bug in DumpIcon().
4614 Mon Nov 20 22:22:22 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4616 * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
4617 Partial implementaion of LBS_EXTENDEDSEL style,
4618 yet more updates for drag & drop support. Now works.
4620 * [windows/defwnd.c]
4621 More message handlers.
4624 DragObject, DragDetect, AnyPopup functions.
4626 * [controls/listbox.c]
4627 More kludgy fixes (WM_...TOITEM, etc.).
4629 * [objects/cursoricon.c] [objects/oembitmap.c]
4630 IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
4633 * [include/bitmaps/ocr*]
4636 Mon Nov 20 11:05:20 EST 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
4639 Swapped flags and size arguments to LocalRealloc as per changes in
4640 memory/local.c by William Magro in previous release.
4642 * [include/wintypes.h]
4643 Reinstated the #define's for 'min' and 'max', since they're part of
4644 the Windows API. I really don't think it's a wise idea, so I put
4645 a '#ifndef DONT_DEFINE_min_AND_max' around them. I think the actual
4646 WINE code should never use these (it should use 'MIN' and 'MAX'
4650 Put '#ifndef WINELIB' around many things that WINElib should not need.
4653 Took out many '#if defined(WINELIB)' sections with the associated
4654 comment 'temporary fix, until Local memory is correctly implemented in
4655 WINELIB', since the effective translations are now in
4656 toolkit/miscstubs.c.
4657 Took out the #ifndef's I put in EDIT_ClearText. Whoever modified this
4658 file fixed (or at least postponed) the bug I had encountered.
4661 Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
4662 C: This will probably cause a lot of trouble if this change is
4663 forgotten in the future, but it will let things like the OpenFileName
4664 dialog work for now.
4666 * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
4668 Made new libres.c file, which will contain functions for supporting
4669 accessing resources by name in WINElib. 'winerc' will need to be
4673 Refined memory routines to allow for differences between LocalAlloc
4674 and GlobalAlloc and between LocalSize and GlobalSize.
4676 * [windows/message.c] [include/windows.h]
4677 Defined the GetCurrentTime routine in windows/message.c, and removed
4678 the #define in windows.h.
4680 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
4683 Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
4686 Added undocumented GetExpWinVer.
4689 Previous code didn't pop possibly changed %esi, %edi and %edx
4695 * [win32/code_page.c]
4696 Added stub for MultiByteToWideChar.
4699 Added SetConsoleCtrlHandler stub.
4702 Added ReadFile CreateFileA GetFileInformationByHandle stubs.
4706 Changed VirtualAlloc and VirtualFree.
4711 Sun Nov 19 17:54:42 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4713 * [include/windows.h]
4714 Fixed a few broken structure definitions.
4716 * [loader/resource.c]
4717 FindResource(): Need to check for '#xxx' strings here.
4720 FindNext(): Return MS-DOS filenames uppercase.
4722 * [objects/cursoricon.c]
4723 CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
4727 _lopen(): Files opened in OF_WRITE mode are truncated.
4728 OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
4729 created; use read/write mode.
4735 Fixed bad call to strncpy() that smashed the stack.
4737 * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
4738 Operator precedence fixes. People who use gcc 2.7.1 don't need a
4741 * [if1632/gdi.spec] [objects/palette.c]
4742 Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
4743 but sometimes that's good enough.
4745 Fri Nov 17 09:10:35 GMT 1995 John Harvey <john@division.co.uk>
4747 * [include/wine.h] [include/registers.h] [include/winsock.h]
4748 Added definitions for Unixware.
4750 * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
4751 Misc. fixes for Unixware.
4754 Made assignemts to context in InitTask for registers use the macros
4755 from registers.h to make them more portable. (Needed for Unixware)
4758 Fixed register acces routines to work on Unixware. Bit grubby but
4762 EDIT_WM_NCCreate allocates local heap if hasn't been previously
4766 mkdir now creates directory with permission to access it.
4769 mkdir now creates directory with permission to access it.
4770 DOS_opendir now uses linked list of dirents to avoid problems with
4771 realloc changing address of malloced memory.
4773 Thu Nov 16 12:47:13 1995 Michael Patra <patra@itp1.Physik.TU-Berlin.DE>
4776 MENU_CalcItemSize(): Fixed handling of empty menu items.
4778 Sat Nov 11 21:46:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
4781 In OpenFile, unlink should be done on the unix filename.
4783 Sat Nov 11 16:43:29 1995 Cameron Heide (heide@ee.ualberta.ca)
4785 * [include/handle32.h]
4786 New header file containing internal Win32 kernel handle
4790 Added ReadFile, CreateFile, and CloseFileHandle, and did
4791 some reorganizing to match the new handle allocation scheme.
4794 Added CloseHandle and the creation of standard I/O handles.
4796 * [win32/object_mgt.c]
4797 New module for allocating and freeing Win32 kernel handles.
4799 ----------------------------------------------------------------------
4800 Fri Nov 3 20:08:17 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
4803 Attempt to check for -li386 on NetBSD. Please test this.
4805 Mon Oct 30 12:40:32 EST 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
4808 Eliminated various warnings with either explicit casts or more
4809 accurate variable/parameter declarations (e.g. INT instead of short
4811 Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
4814 * [controls/edit.c] [windows/defdlg.c]
4815 Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
4816 definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
4817 DEFDLG_FindDefButton to avoid warnings.
4819 * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
4820 [windows/message.c] [windows/nonclient.c]
4821 Converted MAKEPOINT macro call to manual conversion.
4823 * [include/windows.h]
4824 For WINELIB32, structures POINT, SIZE, and RECT have LONG members
4825 instead of INT. This also invalidates the macro MAKEPOINT(), which
4826 is not supported in Win32. Also defined the POINTS structure (SHORT
4827 members) and the MAKEPOINTS macro.
4830 Changed a lot of 'strcpy' calls to 'strncpy' calls. I'm desperate to
4831 find this memory bug, and this should be done anyway.
4834 Well, the alteration mentioned above didn't do it, but #ifdef'ing out
4835 a few lines in EDIT_ClearText did. This leads to bugs, but for now,
4836 it's better than bizzare memory troubles.
4838 * [toolkit/miscstubs.c]
4839 Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
4840 and RELAY32_GetEntryPoint(). These are the most popular warnings, and
4841 their current implementation seems fine.
4843 Sat Oct 28 09:39:18 1995 Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
4845 * [objects/cursoricon.c]
4846 Fix for "broken" X servers that invert masked cursor colors.
4848 Fri Oct 27 19:27:21 1995 Alex Korobka <alex@phm6.pharm.sunysb.edu>
4850 * [windows/dialog.c] [windows/nonclient.c]
4851 Remove unnecessary items from the system menu.
4853 Thu Oct 26 05:03:03 MET 1995 Philippe De Muyter <phdm@info.ucl.ac.be>
4855 * [objects/color.c] [objects/palette.c]
4856 Make GetNearestColor return a RGB value instead of a pixel value.
4858 Wed Oct 25 23:33:39 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
4860 * [controls/desktop.c][controls/menu.c][include/menu.h]
4861 Changed WORD parameters to UINT parameters.
4863 * [include/wintypes.h]
4864 Made UINT 32bit for WINELIB.
4867 Disabled RELAY32_Init and MODULE_Init for WINELIB.
4870 Assume CPU386 for WINELIB.
4873 add_popup: set MF_POPUP flag on menu item.
4875 * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
4876 Add resource demo hello3 for WINELIB.
4877 New file README.resources.
4879 * [toolkit/miscstubs.c]
4882 Tue Oct 17 15:13:10 IST 1995 Itai Nahshon <nahshon@vnet.ibm.com>
4885 Do not append .exe if the file name already has an extension.
4888 Avoid creating a file with a junk name if a .ini file does not
4891 * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
4892 Added a lot of dummy stubs for Windows Hebrew version.
4894 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
4896 * [controls/button.c]
4897 Fix for buttons with no label.
4899 * [controls/combo.c][controls/listbox.c]
4900 Fixes for scrollbar positioning. Now disappears correctly
4904 Handle memory allocation differently when building as library.
4907 Don't destroy old icon before drawing new icon. (Fixes landscape/
4908 portrait toggle icon in print dialog.)
4911 New functions SetMetaFileBits and GetMetaFileBits
4913 * [include/sysmetrics.h] [windows/sysmetrics.c]
4914 Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
4916 * [include/windows.h]
4917 META_EXTTEXTOUT, not META_SETTEXTOUT
4918 define GetCurrentTime as GetTickCount (for wine library)
4921 Don't initialize built-in modules in wine library
4924 LocalReAlloc was defined incorrectly. Swap flags and size arguments.
4927 Always report CPUTYPE=4 to wine library.
4930 RLE8 images were missing top line when decompressed.
4932 * [objects/metafile.c]
4933 SetMetaFileBits and GetMetaFileBits implemented. Works when called
4934 from winhelp. More testing needed. Various memory leaks plugged.
4935 Various other bug fixes. New metafile operations added in
4936 PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
4937 SetMapperFlags, RealizePalette, ExtTextOut, Escape. Testing needed.
4940 LocalUnLock changed to LocalUnlock
4942 Sun Oct 15 21:55:33 1995 Anand Kumria <akumria@ozemail.com.au>
4945 Return the correct error number, for host lookup operations.
4946 Also, correct the problem with send_message.
4948 Fri Oct 13 19:04:35 1995 Morten Welinder <terra@diku.dk>
4951 Using nm's built-in sorting.
4954 Use xmalloc for malloc and xrealloc for realloc in all ungarded
4958 Handle C-like expressions. Clean-up.
4960 * [debugger/debug.l]
4961 Lots of new tokens for expressions.
4964 Implement "list" command for disassembling.
4967 Implement more Danish stuff.
4969 Fri Oct 6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
4972 Updated self-loading modules to support for new 32 bit
4975 ----------------------------------------------------------------------
4976 Sun Oct 1 15:48:34 1995 Alexandre Julliard <julliard@sunsite.unc>
4979 Fixed GetMenuString() for non-string items.
4982 First attempt to check validity of pointers before memory
4983 accesses. For now only segmented pointers are checked.
4985 * [debugger/dbg.y] [memory/ldt.c]
4986 Added possibility to dump only one segment with 'info segment'.
4988 * [include/bitmaps/ocr_*]
4989 Added all OEM cursors as XPM bitmaps.
4991 * [include/cursoricon.h] [objects/cursoricon.c]
4992 Rewrote all cursor and icon management to use the same memory
4993 layout as Windows, and to factor common code between icons and
4994 cursors. Implemented icon directory lookup to find the best
4995 matching icon (i.e. the color one).
4996 Implemented CopyCursor() and DumpIcon().
4999 For disabled built-in modules, we now try to load the Windows DLL
5000 first, and if this fails we fall back to using the built-in module
5004 Fixed GlobalHandle() to return the correct selector in the high
5005 word even if we are passed a handle in the first place.
5008 Take into account the size of the operand and of the stack segment
5009 when incrementing the stack pointer.
5010 Avoid referencing FS_reg and GS_reg on *BSD.
5013 All DIB functions now accept a BITMAPCOREHEADER format bitmap.
5014 Monochrome DIBs are created as monochrome bitmap iff they are
5017 * [objects/oembitmap.c]
5018 Added support for OEM cursors, changed OBM_LoadIcon to use the new
5022 Added French [Fr] language support.
5024 * [win32/environment.c]
5025 Fixed GetCommandLineA() to use current PDB.
5027 * [windows/event.c] [windows/winpos.c]
5028 Simulate a mouse motion event upon SetWindowPos() to force the
5029 cursor to be set correctly.
5031 Sat Sep 30 17:49:32 Cameron Heide (heide@ee.ualberta.ca)
5034 New Win32 kernel functions: GetACP, GetCPInfo,
5035 GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
5036 GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
5037 SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
5038 WriteFile. Completed implementations of GetCommandLineA.
5040 * [include/kernel32.h]
5044 Call initialization function for Win32 data (doesn't currently do
5048 Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
5050 Sat Sep 30 00:26:56 1995 Niels de Carpentier <niels@cindy.et.tudelft.nl>
5052 * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
5056 Fri Sep 29 16:16:13 1995 Jim Peterson <jspeter@birch.ee.vt.edu>
5059 For Winelib, explicit casts have been placed where warnings were
5061 printf formats which give the format for printing a handle as
5062 "%04x" or something similar have been changed to use the NPFMT
5063 macro defined in include/wintypes.h. Some times, explicit casts
5064 were also necessary.
5065 Parameter, field, and variable declarations have been made more
5066 exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
5067 'WORD hFont' to 'HFONT hFont'.
5068 Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
5069 replaced with a call to WIN_GetWindowInstance(hwnd).
5071 * [controls/combo.c]
5072 Added WINELIB32 support in CLBoxGetCombo().
5074 * [include/dialog.h]
5075 Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
5076 winelib needs the packing as well (e.g. when accessing resources
5077 like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
5079 * [include/windows.h]
5080 Got rid of the F[a-k] macros, which were cluttering up the global
5083 * [include/windows.h] [windows/defwnd.c]
5084 Added Win32 messages WM_CTLCOLOR*.
5086 * [include/wintypes.h]
5087 Put in preprocessor '#define WINELIB32' if appropriate and changed
5088 the types of some typedefs (WPARAM, HANDLE) based on this.
5090 * [loader/module.c] [toolkit/miscstubs.c]
5091 Added #ifdef'd portion in LoadModule to handle loading a WINElib
5092 module (already loaded, just init values). '#ifdef'ed out the
5093 definition for GetWndProcEntry16 and added a new version to
5094 toolkit/miscstubs.c.
5097 Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
5098 Same amount of total storage, but much more reasonable. Also, changed
5099 calls to strcpy() in ShellAbout() to calls to strncpy() instead.
5100 This was a difficult bug to track down, but the AppMisc field was
5101 being initialized with the contributers text, which was much larger
5102 than 512 characters.
5105 New file for atom-handling functions. Copied from memory/atom.c and
5106 then heavily modified. Right now, it's just a linked list of atoms.
5107 Consider it as a hash table with just one entry. It's easily changed
5111 Commented out the heap functions with a "#ifdef WINELIB16" and put in
5112 a Win32 version (which is basically a modified copy).
5114 * [toolkit/sup.c] [toolkit/miscstubs.c]
5115 Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
5116 added quite a few more stubs.
5118 * [toolkit/winmain.c]
5119 Rearranged startup code in _WinMain. I think this will work.
5121 * [toolkit/Makefile.in]
5122 Added targets for 'hello' and 'hello2' in case anyone cares to try
5123 out the sample programs.
5125 Wed Sep 27 23:13:43 1995 Anand Kumria <akumria@ozemail.com.au>
5127 * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
5128 First attempt at support for some VxDs. Comm, Shell and Pagefile.
5130 Tue Sep 26 21:34:45 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
5133 DOS_SimplifyPath: Also remove "/./" from path. (Happens when
5134 starting applications like 'wine ./excel.exe')
5136 Sat Sep 23 23:32:40 1995 Morten Welinder <terra@diku.dk>
5139 Avoid relative path for wine.ini.
5142 Support for Danish [Da] language.
5144 * [misc/main.c] [miscemu/cpu.c]
5145 Return the processor we're running on correctly.
5148 Minor stuff in int 0x2f, function 0x16.
5150 Sat Sep 23 1995 17:58:04 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
5152 * [misc/shell.c] [misc/main.c]
5153 Implement saving and loading of the registry database (needed for
5154 OLE). Very experimental. Fixed ShellExecute().
5157 EEXIST is not a critical error condition for mkdir().
5159 Fri Sep 22 01:33:34 1995 Alex Korobka <alex@phm6.pharm.sunysb.edu>
5161 * [include/shell.h] [misc/shell.c]
5162 Implemented 4 drag/drop functions with documented functionality.
5164 * [multimedia/time.c]
5165 "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
5168 Added new files, more message definitions, structures, debug info,
5169 etc. Rewrote message logging functions to produce output similar
5170 to WinSight. Check out -debugmsg +message option.
5173 Fixed GetDriveType return value.
5175 * [windows/message.c]
5176 Hooks are invoked in normal order.
5179 Added some functions and interrupts.
5182 Implemented Drag... functions.
5184 Thu Sep 21 23:50:12 1995 Jukka Iivonen <iivonen@cc.helsinki.fi>
5186 * [rc/sysres_Fi.rc] [rc/sysres.rc]
5187 First attempt at Finnish [Fi] language support.
5189 ----------------------------------------------------------------------------
5190 Sun Sep 17 16:47:49 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
5192 * [configure.in] [*/Makefile.in] [Make.rules.in]
5193 Cleaned up makefiles, added configuration option for Winelib,
5194 grouped common make rules in Make.rules.in.
5197 Renamed to 'Configure.old'; please use 'configure' instead.
5200 Fixed DestroyMenu() to avoid deleting the same menu twice.
5201 More fixes to WM_MENUSELECT, and added WM_INITMENU.
5204 Fixed wrong register values displayed by RELAY_DebugCall32().
5207 Fixed LocalLock() and LocalUnlock() to increment/decrement the
5208 lock count for moveable blocks.
5210 * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
5211 Modified the generated C file so that the resource information
5212 (size, etc.) is also exported.
5213 Modified common dialogs to use the new informations.
5215 * [misc/main.c] [ANNOUNCE]
5216 Update the list of contributors. Please let me know if I forgot
5219 * [rc/sysres.rc] [rc/sysres_En.rc]
5220 Moved English resources to sysres_En.rc.
5221 Changed ids from numeric to symbolic for dialogs.
5223 * [windows/dialog.c]
5224 Modified template parsing to be able to pass segmented pointers to
5228 CreateWindow() now takes segmented pointers for class and window
5230 Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
5231 or WS_MINIMIZE bits are set.
5233 Thu Sep 14 17:19:57 1995 Paul Wilhelm <paul@paul.accessone.com>
5235 * [controls/scroll.c]
5236 Fixed scroll-bar bugs for non-client windows.
5238 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
5240 * [include/cursor.h] [windows/cursor.c]
5241 Cursor is not mirrored any more and the hotspot is set right.
5243 Wed Sep 13 14:22:31 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
5248 Mon Sep 4 00:01:23 1995 Jon Tombs <jon@gte.esi.us.es>
5251 First attempt at Spanish [Es] language support.
5253 Sun Sep 3 13:22:33 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
5255 * [include/alias.h][windows/alias.c][include/relay32.h]
5258 * [controls/widgets.c]
5259 WIDGETS_Init: register alias window procedures
5261 * [if1632/callback.c]
5262 CallWndProc: Call alias functions if necessary
5264 * [if1632/gdi32.spec]
5265 GetStockObject, TextOutA: new relays
5267 * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
5269 BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
5270 GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
5272 * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
5273 PE_Win32CallToStart: new function
5274 MODULE_CreateInstance: removed static attribute
5275 LoadModule: Try loading PE image on error 21
5276 PE_LoadModule: new function
5277 PE_LoadImage: initialize pe_data with 0
5279 * [include/dlls.h][include/peexe.h]
5280 moved pe_data and w_files to peexe.h
5283 ShellAbout: Register AboutWndProc aliases
5286 handle 0x440A and 0xDC
5292 CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
5295 include windows.h and relay32.h into generated Win32 relays,
5296 don't declare the implementation as int (*)();
5297 limit in WIN32_builtin was off by one
5300 CARET_Initialize: new function, call on strategic places
5302 * [windows/messagebox.c]
5303 MessageBox: register message box proc aliases
5305 * [if1632/advapi32.spec][if1632/comdlg32.spec]
5308 * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
5309 added new spec files
5310 RELAY32_GetBuiltinDLL: perform lookup case insensitive
5311 RELAY32_GetEntryPoint: start name search at 0
5313 * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
5314 Added stubs for new Win95 API
5316 Sat Sep 2 1995 Martin Roy
5319 In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
5320 When process IDOK button in FILEDLG_WMCommand(),
5321 lpofn->nFilterIndex should be updated to current selection.
5323 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
5325 * [loader/module.c] [loader/ne_image.c]
5326 Added support of self-loading modules.
5328 ---------------------------------------------------------------------
5329 Thu Aug 31 17:19:57 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
5332 Added compile-time option for IPC.
5335 Added command-line options for language, IPC and malloc
5339 WM_MENUSELECT was sometimes sent to the wrong window.
5341 * [debugger/break.c]
5342 For the 'next' command, only step over instruction that require
5343 it. This allows 'next' to do the right thing with jmp and ret
5346 * [ipc/*.c] [memory/atom.c] [memory/global.c]
5347 IPC can now be configured out at compile-time.
5350 Bug fix in TASK_Reschedule() that could cause a task to be deleted
5353 * [miscemu/dosmem.c] (New file)
5354 Partial emulation of the BIOS data segment.
5357 Trap attempts to access selector 0x40 and remap the access to
5361 Fixed bug in CallTo32_LargeStack() that caused problems when
5362 compiling Wine with the -fomit-frame-pointer option.
5364 * [windows/message.c]
5365 Fixed bug in hardware event handling that could cause some events
5368 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
5370 * [ipc/README] [ipc/dde.tex]
5371 LaTeX documentation for the ipc and DDE stuff.
5373 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
5375 * [ipc/Imakefile] [ipc/wine_test_stub.c]
5376 Fixed IPC testing. Now it can be compiled with "make tests"
5378 Wed Aug 23 21:04:14 1995 Fons Botman <botman@wab-tis.rabobank.nl>
5380 * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
5381 Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
5383 Sun Aug 20 13:49:42 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
5386 Misc fix to int21,ah=40 (write) to match _lwrite().
5387 AX=0x440A (check if handle is remote) added.
5389 * [multimedia/mmsystem.c]
5390 Moved mciSendString to mcistring.c.
5392 * [multimedia/mcistring.c]
5393 New file, string interface for MCI (not complete, not thoroughly
5396 * [multimedia/audio.c]
5397 IOCTL prints errors; one paranoid check disabled.
5400 Misc operator precedence fixes.
5402 * [if1632/gdi.spec] [objects/bitblt.c]
5403 Stub for FastWindowFrame (parameters not correct).
5405 Sat Aug 19 01:31:23 1995 Graham Menhennitt <gfm@werple.mira.net.au>
5407 * [loader/ne_image.c]
5408 Preliminary support for iterated segments.
5410 Sat Aug 19 00:43:04 1995 Andrew Taylor (andrew@riscan.com)
5412 * [windows/mapping.c]
5413 In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
5414 the absolute value of (ydim / xdim) or (xdim / ydim).
5416 Thu Aug 15 23:00:16 Gregory Trubetskoy <grisha@mira.com>
5418 * [objects/oembitmap.c]
5419 Added some includes for Windows 95.
5421 * [include/sysmetrics.h]
5422 Added some sysmetrics for Windows 95.
5424 * [include/bitmaps/*95]
5425 New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
5426 obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
5428 Thu Aug 10 12:00:00 1995 Jan Willamowius (jan@janhh.shnet.org)
5430 * [misc/shell.c] [rc/sysres*.rc]
5431 The caption of the ShellAbout dialog box is language specific and
5432 should be defined in the resources.
5434 ----------------------------------------------------------------------
5435 Thu Aug 17 19:30:14 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
5438 Removed winelibclean target, as it doesn't work anyway.
5440 * [controls/button.c]
5441 Avoid drawing the focus rectangle outside of the button.
5443 * [controls/widgets.c]
5444 Fixed bug with the size of the reserved bytes for the Edit
5445 control (caused Eudora to crash).
5447 * [debugger/*] [include/debugger.h]
5448 Unified debugger address handling. Segmented and linear addresses
5449 are no grouped in a single type DBG_ADDR.
5450 All commands now accept seg:off addresses.
5451 Module entry points are now loaded upon first entry to the
5452 debugger, so that entry points of the loaded executable also
5453 appear in the symbol table.
5455 * [include/registers.h] [miscemu/*.c]
5456 Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
5457 This makes code less readable, but will prevent a lot of name
5458 clashes with other definitions. It also avoids a hidden reference
5459 to the 'context' variable.
5461 * [ipc/dde_atom.c] [misc/atom.c]
5462 All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
5463 to allow supporting integer atoms.
5464 Moved atom.c to memory/ directory.
5467 Fixed environment allocation to compute the size dynamically.
5468 Added 'windir' environment variable.
5469 Fixed GetDOSEnvironment() to return the current task environment.
5471 * [windows/message.c]
5472 Fixed bug in MSG_GetWindowForEvent().
5474 Wed Aug 9 11:40:43 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
5477 Added a lot of structures from my Borland Manual. Neither complete,
5478 nor 100% right (check please)
5481 Fixed some of the Reg* functions.
5482 Enhanced ShellExecute.
5483 Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
5484 Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
5487 Make umsdos mounted windows dirs work again.
5489 * [miscemu/emulate.c]
5490 Added some comments, preimplementation of subfunction 7.
5492 * [multimedia/mmsystem.c]
5493 Implemented mciSendString. not complete, not clean, not
5494 necessarily working (only checked with a program which uses
5495 'cdaudio' (one working program is cool.exe, a shareware waveditor
5496 with cdaudio play facilities.)
5498 * [multimedia/mcicda.c]
5499 Segptr fixes in DriverProc
5500 Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
5501 link to your real cdrom device.
5503 Tue Aug 8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
5505 * [loader/resource.c]
5506 Don't crash in a LoadString to NULL
5508 * [loader/resource.c]
5509 Fixed accelerators to work with modifiers. (ALT-x modifiers still
5510 won't work unless the ALT keypress exited the menu.)
5513 Expand a file to the current offset with an _lwrite of size zero.
5516 Set a newly created file to read-write instead of write-only.
5518 Sun Aug 6 20:28:35 1995 Anand Kumria <akumria@ozemail.com.au>
5520 * [misc/main.c] [include/msdos.h]
5521 Fixed to return DOS version 6.22, and the correct byte order
5522 for Windows programs.
5524 Wed Aug 2 12:36:33 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5526 * [include/options.h] [memory/global.c] [misc/main.c]
5527 Make the new IPC run-time selectible, disabling it by default.
5528 (I think it's only useful for libwine, anyway.)
5530 * [loader/task.c] [memory/selector.c]
5531 In FreeSelector(), walk up the stack and fix the frames.
5534 Missing break statement in DIB_SetImageBits_RLE8().
5535 In GetDIBits(), set the compression flag in the bitmap info to zero.
5537 * [windows/dialog.c]
5538 GetNextDlgGroupItem() needs to treat the first child as if it had
5539 an implicit WS_GROUP bit set.
5541 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
5544 Quick'n dirty fix for the initialisation of the Z: information
5547 ----------------------------------------------------------------------
5548 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
5551 New directory. This directory contains the new inter-wine
5552 communications support. It enables DDE protocols between two wine
5553 instances. Currently it is limited to DDE, but can be enhanced to
5554 support OLE between 2 different wine instances. This is very
5555 important for libwine.a DDE/OLE support.
5558 A script to delete garbage IPC handles (shared memory, semaphores
5559 and message queues). The current inter-wine communication is not
5560 perfect, and sometimes leaves garbage behind.
5562 * [if1632/relay.c] [include/atom.h] [include/global.h]
5563 [loader/selector.c] [loader/task.c] [loader/module.c]
5564 [loader/signal.c] [memory/global.c] [misc/atom.c]
5565 [windows/class.c] [windows/message.c] [windows/win.c]
5567 Hooks for inter-wine DDE support, current Global.*Atom functions
5568 renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
5569 DDE communication. (The first call to these functions sets up the
5570 IPC structures - which otherwise cause unneeded overhead.
5572 Mon Jul 17 19:55:21 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
5575 Don't crash if a NULL string is passed to menu functions.
5577 * [memory/selector.c]
5578 We now use a bit in ldt_flags_copy to indicate free LDT entries.
5579 Fixed a bug in SELECTOR_ReallocBlock that could cause it to
5580 overwrite valid LDT entries when growing a block.
5583 Emulate int xx instruction by storing the interrupt vector in
5584 CS:IP and returning directly. This allows a program to install an
5588 Added function WIN_GetTopParent to get the top-level parent of a
5591 Sun Jul 16 18:17:17 1995 Gregory Trubetskoy <grisha@mira.com>
5593 * [loader/resource.c]
5594 Added LoadIconHandler. It doesn't do anything yet, but now you
5595 can use borland help files with winhelp.exe.
5597 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
5600 Fixed to return 386 Enhanced mode correctly. Also return the same
5601 type of CPU, for both Enhanced and Standard mode, namely a 386.
5603 Sun Jul 16 00:02:04 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
5605 * [Configure] [include/options.h] [include/wineopts.h]
5606 [misc/main.c][misc/spy.c]
5607 Removed support of spy file. Redirected spy messages to stddeb.
5608 Removed -spy option. Added -debugmsg +spy option.
5610 * [debugger/dbg.y][debugger/debug.l]
5611 Enabled segmented addresses (seg:offs) for break and x commands.
5613 * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
5615 FrameRgn, REGION_FrameRgn: New functions
5617 * [if1632/kernel.spec]
5618 IsWinOldApTask: Return false
5620 * [if1632/mouse.spec]
5623 * [if1632/user.spec] [windows/win.c]
5624 ShowOwnedPopups: New function
5626 * [if1632/winsock.spec] [misc/winsocket.c]
5627 inet_addr, select: New prototypes in relay code
5628 Fixed memory layout for netdb functions (getXbyY).
5629 WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
5631 * [objects/clipping.c]
5632 RectVisible: Fixed call to LPToDP
5635 main: Removed extra argument to getopt for Linux.
5637 Tue Jul 11 00:14:41 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5639 * [controls/listbox.c]
5640 Yet another fix for ListBoxDirectory().
5642 * [loader/module.c] [if1632/kernel.spec]
5643 Make GetModuleHandle() accept instance handles as parameter.
5645 * [if1632/relay.c] [loader/task.c]
5646 Put a magic cookie at the bottom of the 32 bit stack, and check on
5647 each return from a 32 bit function whether it's still there. Complain
5650 * [if1632/user.spec]
5651 Wrong entry for CloseDriver().
5653 * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
5655 Large parts of dos_fs.c simplified. Changed it to use one
5656 current drive/directory per task, which is set to the module path on
5658 Prevent CorelPaint from closing stdin.
5659 open() with O_CREAT set must be passed three parameters.
5660 DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
5661 it's in DOS_readdir() now.
5664 Some badly written software (Lotus Freelance Graphics) passes a bogus
5665 size parameter that caused Wine to write off the end of a segment.
5666 Fixed. (It's probably too paranoid now.)
5668 * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
5669 [multimedia/Imakefile] [if1632/winprocs.spec]
5670 16 bit entry point for MMSysTimeCallback.
5671 Split off time.c and joystick.c from mmsystem.c.
5674 GetDIBits(): call XGetImage() via CallTo32_LargeStack.
5676 * [windows/cursor.c]
5677 DestroyCursor(): do nothing for builtin cursors.
5680 Half of WM_MDISETMENU implemented.
5683 EnumWindows() and EnumTaskWindows() never enumerated any windows.
5687 Fixed GetParent() to return correct values for owned windows.
5689 * [windows/message.c]
5690 Don't try to activate disabled top-level windows.
5692 * [windows/nonclient.c]
5693 Work around a bug in gcc-2.7.0.
5695 * [tools/build.c] [include/stackframe.h] [memory/global.c]
5696 [loader/task.c] [memory/selector.c]
5697 Some Visual Basic programs (and possibly others, too) expect ES to be
5698 preserved by a call to an API function, so we have to save it.
5699 In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es
5700 to prevent segfaults if ES contained the selector to be freed.
5702 Sun Jul 9 20:21:20 1995 Jon Tombs <jon@gtex02.us.es>
5705 Added missing prototypes to header files and relevant includes
5706 to reduce compile time warnings.
5708 Sun Jul 9 18:32:56 1995 Michael Patra <micky@marie.physik.tu-berlin.de>
5710 * [configure.in] [include/config.h] [*/Makefile.in]
5711 New configuration scheme based on autoconf.
5713 Sat Jul 8 14:12:45 1995 Morten Welinder <terra+@cs.cmu.edu>
5715 * [miscemu/ioports.c]
5716 Revamp to have only one in- and one out- variant, both really
5720 INSTR_EmulateInstruction: Use new ioport interface. Implement
5721 string io. Correct instruction pointer for 32-bit code.
5723 * [include/miscemu.h]
5724 Update port function prototypes.
5726 * [include/registers.h]
5729 Sat Jul 8 13:38:54 1995 Hans de Graaff <graaff@twi72.twi.tudelft.nl>
5732 ChopOffSlash(): A path consisting off a single slash is left
5733 intact, and multiple slashes are all removed.
5735 ----------------------------------------------------------------------
5736 Wed Jul 5 19:06:35 1995 Alexandre Julliard <julliard@sunsite.unc.edu>
5738 * [controls/scroll.c]
5739 Fixed drawing bug that caused part of a non-client scroll bar
5740 to be painted even when the scroll-bar was hidden.
5742 * [debugger/break.c] [debugger/dbg.y]
5743 Rewrote breakpoint handling to work in 16-bit mode.
5744 Implemented single-stepping ('step' and 'next' instructions).
5746 * [debugger/debug.l]
5747 Format specifier is now a separate token.
5748 Entering an empty line at the debugger prompt causes the previous
5749 command to be repeated, like under gdb.
5751 * [debugger/debug.l] [debugger/registers.c]
5752 Differentiate 16-bit and 32-bit registers without taking current
5753 mode into account ($eax is always 32-bit, $ax always 16-bit).
5755 * [debugger/stack.c]
5756 Fixed stack information routines to differentiate between 16-bit
5760 Option -debug now sets a breakpoint at the first instruction of
5764 Added handling of lock, repe and repne prefixes.
5767 Changed StretchDIBits() to do the correct thing, even if it's still
5770 * [windows/graphics.c]
5771 Fixes in RoundRect(), thanks to Babak Masalehdan.
5773 * [windows/message.c]
5774 Tried to fix mouse event handling with respect to disabled
5777 * [windows/painting.c]
5778 Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
5782 Fixed IsWindowVisible() to return FALSE when one of the parent
5785 Sat Jul 1 22:08:21 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
5787 * [if1632/compobj.spec][misc/compobj.c]
5788 CoGetMalloc: New function
5789 Added relay entries for COMPOBJ ordinals above 100
5790 CoInitialize: Changed parameter to DWORD
5792 * [if1632/ole2.spec]
5793 Exported implementation of OleBuildVersion
5795 * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
5796 ole2disp.c: New file
5797 SysAllocString, SysReallocString, SysAllocStringLen,
5798 SysReAllocStringLen, SysFreeString, SysStringLen: new functions
5800 * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
5801 CompareStringA: New function
5803 Thu Jun 29 19:42:02 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
5804 * [objects/font.c] [if1632/gdi.spec]
5805 New stubs for CreateScalableFontResource, GetGlyphOutline.
5807 Thu Jun 29 13:47:08 GMT 1995 Göran Thyni (goran@norrsken.bildbasen.se)
5810 Extensive changes and bug fixes to FileDialog handling,
5811 behaves more like native Windows.
5813 Wed Jun 28 13:04:44 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5815 * [controls/listbox.c] [controls/combo.c]
5816 Some minor optimizations.
5819 LOCAL_FindFreeBlock(): Never use the last one.
5822 GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
5825 read() returns an error when length==0. This is not what Windows
5826 programs expect, so pay attention to this in _lread(). Changed this
5827 in _lwrite(), _hread(), _hwrite(), too.
5829 * [loader/resource.c]
5830 LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
5833 * [if1632/shell.spec] [misc/shell.c]
5834 Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
5835 Accept some more combinations of parameters in the Reg..() functions.
5837 * [if1632/toolhelp.spec]
5838 Make InterruptRegister() and InterruptUnregister() return false.
5841 CallNextHookEx() used to crash when called with a null hhook. Fixed.
5843 Wed Jun 28 10:14:34 1995 Martin von Loewis <martin@informatik.hu-berlin.de>
5845 * [include/neexe.h][loader/ne_image.c]
5846 NE_LoadSegment: Detect iterated segments
5849 LOCALE_SLONGDATE: fixed typo
5852 Reordered include files to avoid conflicts with Linux libc.5.1
5855 Added -b option to process binary resource files into C arrays
5857 * [include/callback.h]
5858 CallWndProc: Added dummy ds parameter for libwine
5860 * [include/gdi.h][include/user.h]
5861 USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
5863 * [include/ldt.h][include/stackframe.h]
5864 defined segment conversion macros for libwine
5867 Defined USER_HeapSel for libwine
5870 Disable -dll option for libwine
5873 removed GetFreeSystemResources, SystemHeapInfo from libwine for now
5876 fixed LocalLock prototype
5879 sync'ed load_mz_header, load_ne_header with structures
5881 * [toolkit/winmain.c]
5882 Disabled resource DLLs for libwine for now
5884 Mon Jun 26 19:30:24 1995 Hans de Graaff (graaff@twi72.twi.tudelft.nl)
5887 Fixed -enhanced option to report a 386 CPU instead of a 286.
5889 Fri Jun 23 23:18:25 1995 Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
5892 Remove maximum open dosdirent limit (fixing the winfile.exe
5893 problem) by using telldir()/seekdir().
5895 Fri Jun 23 13:42:25 1995 Hans de Graaff (graaff@twi72.twi.tudelft.nl)
5898 Fixed problem parsing empty lines within sections in .ini files.
5900 ----------------------------------------------------------------------
5901 Mon Jun 19 20:29:50 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
5904 Modified debugger to use segmented pointers everywhere.
5906 * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
5907 Declared all functions that return only 16-bit as 'pascal16'.
5909 * [include/ldt.h] [memory/ldt.c]
5910 Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
5911 Maintain a copy of the selector flags, removing the need to make a
5912 system call to retrieve an LDT entry.
5915 Fixed bug with module file handle cache.
5917 * [loader/ne_resource.c]
5918 Fixed file name bug in NE_AccessResource().
5920 * [loader/resource.c]
5921 Fixed bug in LoadIcon() that caused wrong colors to be used for
5925 Moved instruction emulation to miscemu/instr.c.
5927 * [misc/dos_fs.c] [miscemu/int21.c]
5928 Lots of small fixes, thanks to Morten Welinder.
5931 More complete DPMI emulation.
5934 Added support for prefixes in instructions to emulate.
5937 Use register macros instead of destroying the high part of 32-bit
5941 Fixed bug in GetDCState() that failed to clear the new DC.
5944 Removed dialogs 11 and 12 that were never used.
5947 'pascal16' generated functions did not save %dx.
5948 Removed use of %fs to access the stack.
5949 %ds is no longer initialized before calling a 16-bit routine.
5951 * [windows/defwnd.c]
5952 Accept a NULL pointer as window title.
5955 MDICascade: skip iconic windows.
5956 Implemented CalcChildScroll().
5958 * [windows/utility.c]
5959 Fixed MulDiv() for illegal values.
5962 Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
5963 a zero width or height.
5965 Sun Jun 18 22:22:30 MET DST 1995 Fons Botman (botman@inter.nl.net)
5968 Fixed "uninitalized" message which -Wall couldnt see to be ok
5972 Added define for extra checks in API definitions during debugging.
5974 * [loader/ne_image.c]
5975 Added newline in NE_FixupPrologs to avoid long lines.
5978 Added extra safety check in DOS_ValidDrive.
5981 Fixed definition of ExitWindows.
5983 Sun Jun 18 21:16:08 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5986 Some fixes, mostly for memory management, but also for text selection
5987 and tab postitions. General cleanup. Notepad.exe now works.
5989 * [controls/combo.c]
5990 Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
5991 the combo box, not the ComboLBox that belongs to it.
5993 * [controls/listbox.c]
5994 Handle itemID field correctly throughout.
5997 Implemented flag LMEM_ZEROINIT.
5998 LocalReAlloc() could trash the heap. Fixed.
6001 FONT_MatchFont(): don't get confused by negative widths.
6002 Fixed a segfault in EnumFonts().
6005 DrawText(): DT_CALCRECT implies DT_NOCLIP.
6007 * [objects/dcvalues.c]
6008 MAKELONG was used with bad parameters in DC_GET_X_Y.
6010 * [windows/dialog.c]
6011 Don't show the dialog if WS_VISIBLE isn't set in the template.
6013 * [windows/utility.c]
6014 UTILITY_convertArgs(): Never pass an expression containing ++ into a
6018 SetParent() should unlink the window before changing the parent.
6020 * [windows/message.c]
6021 Don't call timer functions via CallWindowProc(), since it checks
6022 whether hwnd==0 and does not call the function in that case.
6025 Ignore interrupt 0x3D, for VBRUN300.DLL.
6028 Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
6029 pointer to the item text.
6032 Disable OLE and DDEML DLLs by default, since they contain nothing but
6033 stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
6034 some programs may work better without them.
6036 * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
6037 Begun cleaning things up a little. Replaced printfs with dprintf_
6038 macros, made functions static where possible, and some other minor
6041 Sun Jun 11 23:19:10 1995 Martin von Loewis <martin@informatik.hu-berlin.de>
6043 * [debugger/dbg.y][debugger/dbg.l]
6044 Removed special handling for FILE_IDENTIFER, because it caused
6045 problems with x/<format> statements.
6048 Use SC_ESP instead of SC_EIP for stack dump.
6050 * [misc/compobj.c][if1632/compobj.spec]
6051 CoBuildVersion, CoInitialize, CoUninitialize: new functions
6053 * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
6054 New files ole2.c, ole2.h
6055 OleBuildVersion, OleInitialize, OleUninitialize: new functions
6057 * [if1632/ole2disp.spec]
6058 Added missing ordinals above 109
6060 * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
6062 GetLocaleInfoA: new function
6064 * [if1632/shell.spec]
6065 Added FindEnvironmentString as stub
6067 * [misc/olecli.c][if1632/olecli.spec]
6068 OleIsDcMeta: New function
6070 * [objects/font][misc/gdi.spec]
6071 GetKerningPairs: new function
6074 ShellExecute: Implemented support for starting programs
6076 * [if1632/user.spec]
6077 Inserted missing relay to GetClipCursor
6079 Sun Jun 11 20:34:47 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6082 Fix a problem with the local heap.
6084 * [include/wintypes.h]
6085 Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
6087 * [include/mdi.h] [windows/mdi.c]
6088 This code still assumed segmented address==linear address. Fixed.
6090 * [include/msdos.h] [misc/dos_fs.c]
6091 The filemask field of the dosdirent structure could be overrun. Fixed.
6092 If you had a file called foobar and a file called foo, trying to
6093 FindFile(foo) could accidentally find file foobar instead. Fixed.
6096 OpenFile(): Always return the full pathname in ofs->szPathName. This
6097 also fixes GetModuleFilename().
6098 Prevent _lclose() from closing stderr or stdout.
6101 Search for .ini files in the path of the current module as well.
6102 (Needed by Lotus Organizer.)
6104 * [loader/task.c] [loader/ne_image.c] [loader/module.c]
6106 Local heaps are now initialized by InitTask() for executables. DLLs
6107 have to call LocalInit() themselves, LocalInit() has to put the
6108 heap at the end of the segment when called with start==0. We no longer
6109 allocate the DGROUP with 64k on startup, but grow the local heap
6110 in LOCAL_GetBlock() when necessary.
6113 LoadLibrary() should call LoadModule() in all cases, even if the
6114 DLL is already loaded, to ensure that the reference count is correct.
6116 * [loader/ne_image.c]
6117 Some changes to function prolog fixup. Does anyone know exactly how
6118 this is supposed to work? I am only guessing here.
6119 In NE_InitializeDLLs(), initialize the DLLs a module refers to before
6123 Initialize instance data at the beginning of the DGROUP in InitTask().
6126 Some fixes for moveable blocks.
6128 * [memory/selector.c]
6129 All the IsBad*Pointer() functions returned exactly the wrong boolean
6132 * [objects/bitblt.c]
6133 Fixed another null pointer dereference in debugging output.
6136 Some more recovery possibilities for FONT_MatchFont() if a specified
6137 font does not exist.
6140 The dialog code may call CreateWindowEx with an integer in windowName.
6141 This happens for static icon controls that expect a resource ID as
6142 the window name. CreateWindowEx() used to crash. Fixed.
6144 * [windows/class.c] [windows/win.c]
6145 Window classes are owned by modules, not instances. Changed
6146 RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
6149 Sat Jun 10 16:10:53 1995 Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
6152 clock.exe was displaying incorrect year.
6154 Fri Jun 9 20:36:56 1995 Victor Schneider <tailor@crl.com>
6156 * [include/cursor.h] [windows/cursor.c]
6157 Implemented CreateCursorIconIndirect().
6159 ----------------------------------------------------------------------
6160 Tue Jun 6 12:11:41 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
6163 Fixed bug with drawing multi-column menus with vertical separator.
6165 * [debugger/debug.l]
6166 Fixed NULL-pointer reference after readline().
6168 * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
6169 Added interrupt vector emulation. Allows to retrieve an interrupt
6170 vector and jump to it without crashing.
6173 Moved ldt.c to memory directory.
6176 Implemented LockCurrentTask() and GetInstanceData().
6178 * [objects/bitblt.c]
6179 Fixed a bug that caused StretchBlt() to use wrong colors when
6180 stretching a monochrome bitmap to a color display.
6182 * [objects/bitmap.c]
6183 Fixed a segmented pointer bug in CreateBitmapIndirect().
6186 Added possibility to have arguments for register functions; used
6187 by interrupt vectors to remove the flags from the stack.
6188 Generate a new function CallTo32_LargeStack(), that allows calling
6189 a 32-bit function using the original 32-bit stack, for functions
6190 that need more that 64k of stack.
6192 Tue May 30 10:29:56 1995 Martin von Loewis <martin@informatik.hu-berlin.de>
6194 * [if1632/shell.spec] [misc/shell.c]
6195 DoEnvironmentSubst: fixed prototype
6197 * [if1632/gdi.spec] [objects/palette.c]
6198 SetSystemPaletteUse: new function
6200 * [if1632/kernel.spec] [loader/resource.c]
6201 DirectResAlloc: new function
6203 * [if1632/user.spec] [windows/keyboard.c]
6204 SetKeyboardState: new function
6206 Mon May 29 12:58:28 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6209 Prevent interrupts from destroying the args for a 32 bit function
6210 by loading the correct value into %esp directly after %ss.
6212 * [loader/ne_image.c] [loader/module.c]
6213 The new instance must be created earlier in LoadModule(), so that
6214 fixups referencing it will be handled correctly.
6215 Initialize the local heap for a DGROUP in NE_LoadSegment().
6218 Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
6219 This used to crash Wine. Fixed.
6222 Fix possible null pointer dereference in debugging output.
6225 Handle user input in the edit control better. Some bugs fixed.
6228 Started implementing moveable blocks. This is unfinished (!), but
6229 at least it does not seem to break things.
6231 Wed May 24 13:26:36 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6234 LoadModule(): DLLs occasionally have a data segment, and they work
6235 much better if it is loaded :-)
6236 LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
6237 FindModule(): also strip off the last backslash of the pathnames
6238 (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
6239 GetModuleHandle(): just call MODULE_FindModule, it does the same job,
6242 * [loader/ne_image.c]
6243 LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
6244 not really correct, it seems that all programs and DLLs try to do
6245 this themselves. But they pass weird parameters.)
6246 NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
6248 * [loader/task.c] [misc/user.c]
6249 Finish global initializations in InitTask instead of InitApp, or
6250 all the DLLs will be initialized in InitTask without any available
6253 ----------------------------------------------------------------------
6254 Sun May 21 12:30:30 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
6256 * [debugger/hash.c] [debugger/info.c]
6257 Added support for symbolic segmented addresses. Add symbols for all
6258 built-in API entry points.
6260 * [if1632/relay.c] [include/dlls.h]
6261 Removed dll_table structure, as we now use the built-in module
6264 * [if1632/relay.c] [loader/main.c]
6265 Removed winestat option, as it was no longer very meaningful.
6267 * [include/stackframe.h]
6268 New macro MAKE_SEGPTR that creates a segmented pointer to a local
6269 variable on the 32-bit stack.
6272 Added support for multiple instances of an application.
6273 Implemented LoadModule() and FreeModule().
6275 * [loader/ne_image.c] [loader/task.c]
6276 Moved initialisation of built-in DLLs to InitTask().
6279 Implemented discardable blocks.
6282 Search path of current executable in OpenFile().
6283 Fixed bug with searching in Windows path.
6286 Hard-coded translation tables for Ansi<->Oem.
6289 Moved some global initializations to InitApp(), because they need
6290 a task context to be performed.
6293 Handle R2_BLACK and R2_WHITE specially so that they work correctly
6294 with palette displays.
6297 Suppressed generation of the C file for DLL specs, because it's no
6298 longer needed. Output all the assembly code directly to stdout.
6299 Some changes to integrate Win32 support from Martin von Loewis.
6301 * [windows/msgbox.c]
6302 Moved message box code from misc/ to windows/.
6304 Mon May 15 23:40:04 1995 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
6306 * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
6307 [misc/mmaux.c] [misc/mmsystem.c]
6308 Modify code & use pointers conversion macros.
6309 Make cdaudio & wave devices work again (only using some applets).
6312 Change getc() to fgetc() where needed.
6314 Mon May 15 22:10:56 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
6316 * [if1632/Imakefile]
6317 added entries for the new files gdi32.spec, kernel32.spec,
6318 user32.spec, shell32.spec and winprocs32.spec.
6320 * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
6321 [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
6322 ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
6323 ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
6324 stub implementations provided
6325 marked storage.dll,storege.sys functions as stubs
6327 * [include/pe_image.h]
6328 Added structures WIN32_builtin and WIN32_function
6331 PE_Import_Directory: renamed reserved fields to
6332 TimeDate, Forwarder, Thunk_List
6334 * [include/winerror.h]
6340 * [loader/pe_image.c]
6341 xmmap: map BSS anonymous
6342 dump_imports: renamed to fixup_imports, do the fixup of imported
6344 PE_LoadImage: pass raw data size to xmmap
6346 * [loader/resource.c]
6347 DumpIcon: new function
6353 make stdout and stderr unbuffered
6356 DoEnvironmentSubst: new function
6359 FONT_MatchFont: try oblique if there is no italic
6361 * [rc/Imakefile][rc/parser.l]
6362 yywrap: new function
6363 Don't link with libfl.a on Linux
6366 Added keywords stdcall, subsystem, base
6367 GenerateForWin32: new function
6368 BuildSpecFiles: call GenerateForWin32 if subsystem is win32
6370 Mon May 15 10:38:14 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6372 * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
6375 * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
6376 Rewrote message box handling.
6378 * [windows/dialog.c]
6379 Dialogs should be invisible until after WM_INITDIALOG is seent.
6380 Don't switch to invisible dialog items on a TAB keypress.
6383 Send WM_NCPAINT message in MDIRestoreChild().
6385 * [windows/painting.c]
6386 Fixed typo (&& -> &).
6388 * [windows/message.c] [if1632/user.spec]
6389 Implemented PostAppMessage().
6392 SetCapture(0) should act like ReleaseCapture().
6394 Tue May 9 11:55:52 1995 Eddie C. Dost (ecd@dressler.de)
6397 Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
6398 Added ASFLAGS to exported variables.
6400 * [debugger/readline/Imakefile]
6401 Moved defines for libreadline from DEFINES to EXTRA_DEFINES
6403 * [memory/local.c] [miscemu/int21.c]
6404 Added some more debugging outputs.
6406 Mon May 8 00:55:27 MET DST 1995 Dag Asheim (dash@ifi.uio.no)
6409 Fixed a "FIXME" concerning norwegian translation.
6411 Sun May 7 23:25:23 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6414 Removed warnings in a couple of files and deleted some obsolete code.
6416 * [controls/listbox.c]
6417 Cleanup, speed improvements & lots of bug fixes.
6419 * [controls/combo.c]
6420 Mostly rewritten. This is still very buggy, but not quite as bad as
6423 * [include/commdlg.h] [misc/commdlg.c]
6424 Removed the need for sysres.dll. Small bug fixes.
6426 * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
6427 [loader/library.c] [loader/main.c] [rc/sysres*.rc]
6428 Removed sysres.dll and replaced the remaining bitmaps/icons with
6431 * [misc/message.c] [windows/nonclient.c] [misc/main.c]
6432 [if1632/winprocs.spec]
6433 "About Wine..." now brings up a standard ShellAbout() window with
6434 the Wine icon and the list of contributors.
6437 Fixed ShellAbout()/AboutDialogProc() to show the right icon.
6440 Small hack for non-alphanumeric keys: Dont't send the ascii value in
6441 the WM_KEYDOWN message, but some unused code instead. Should be done
6442 properly by sending different codes for each key. The edit control
6443 used to get a VK_DELETE message each time the user typed '.'.
6446 Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
6447 This used to be no problem, but breaks Resource Workshop in 950403.
6450 New diagnostic for a bug I've been encountering. If it shows up,
6453 Sun May 7 23:11:18 EDT 1995 William Magro (wmagro@tc.cornell.edu)
6456 Handle situation when 'dc' exists, but palette mapping
6457 does not. (Fixes kidpix2 demo.)
6459 Sun May 7 03:32:00 1995 Charles M. Hannum (mycroft@mit.edu)
6462 LDT_Print: Only show the number of entries that the kernel
6463 returned. Make this work for NetBSD.
6465 Fri May 5 02:53:26 1995 Charles M. Hannum (mycroft@mit.edu)
6467 * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
6468 Modify cs and ds selector values for NetBSD-current.
6470 * [debugger/debug.l]
6471 $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
6473 * [debugger/regpos.h]
6474 Modify sigcontext format for NetBSD-current.
6475 SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
6478 SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
6479 value, since only 16 bits of it may have been saved.
6481 * [misc/winsocket.c]
6482 Set structure packing with `#pragma pack' to accomodate
6483 other/older compilers.
6485 Tue May 2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
6488 Fixed path-names so when changing directory the listboxes
6491 * [debugger/dbg.y debugger/debug.l wine.ini]
6492 Added SymbolTableFile to wine.ini so symbols can be read
6493 without standing in the directory containing wine.sym.
6494 Added the possibility to specify full name of wine.sym from
6495 the debugger prompt.
6497 ----------------------------------------------------------------------
6498 Sat Apr 29 20:42:01 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
6500 * [controls/static.c]
6501 Fixed painting of SS_*FRAME controls.
6503 * [if1632/callback.c]
6504 Pass the window instance as DS to the 16-bit window procedure.
6505 Rewrote Catch() and Throw() to make them work with multiple tasks.
6508 New function MAIN_Init() to perform initializations before the
6509 first task is started instead of doing them in InitApp().
6510 Temporary hack to command-line parsing to load one program per
6511 command-line argument, to make testing task-switching easier.
6514 Reimplemented modules to use a Windows-compatible layout and to
6515 allow multiple tasks and multiple module instances. Not really
6518 * [loader/task.c] [misc/exec.c]
6519 Reimplemented tasks to use a common address space, and implemented
6520 preliminary task-switching capabilities.
6523 Fixed bug in GlobalNext().
6526 Updated the list of contributors. Let me know if I forgot someone.
6529 Use one DTA per task instead of a global one.
6531 * [objects/bitblt.c]
6532 Fixed bug in BitBlt() that could cause BadMatch errors.
6535 Added new function type 'stub', that makes possible to export an
6536 unimplemented function by name as well as by ordinal. This will
6537 avoid loading errors for unimplemented functions.
6538 Generate an in-memory module layout for built-in DLLs so that the
6539 same code can be used for built-in and loaded modules.
6540 Changed relay code to make it unnecessary to save the value of the
6543 * [windows/message.c]
6544 Implemented multiple message queues and preliminary task-switching
6545 capabilities. Inter-task SendMessage() calls are not implemented
6546 yet and will probably cause crashes if used.
6548 * [windows/property.c]
6549 Reimplemented properties and allocate them on the USER heap.
6552 Fixed bug in SetWindowWord().
6553 Reimplemented EnumWindows() and EnumTaskWindows().
6555 Tue Apr 18 09:48:38 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6558 GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
6560 * [loader/resource.c]
6561 Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
6565 * [objects/font.c] [include/windows.h]
6566 Fixed a bug in InitFontsList() and worked on the EnumFonts()
6567 functions to make them comprehensible.
6569 * [controls/button.c]
6570 Fixed my previous patch to handle LBUTTONUP messages.
6572 Fri Apr 14 11:41:28 1995 Cameron Heide (heide@ee.ualberta.ca)
6574 * [misc/network.c, misc/dos_fs.c]
6575 Implemented WNetGetConnection. All that is currently
6576 supported are drives, for which the remote name is simply
6577 the redirected UNIX directory name.
6580 More drive number validity checking.
6582 Wed Apr 12 11:28:37 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6584 * [controls/listbox.c]
6585 Oops, my previous change to ListBoxDirectory broke the Borland
6586 file open dialog. Fixed.
6588 Mon Apr 10 23:17:12 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
6590 * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
6591 New file ole2nls.c. Added stubs for GetUserDefaultLCID,
6592 GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
6594 Mon Apr 10 10:05:18 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6596 * [memory/global.c] [memory/local.c] [include/windows.h]
6597 GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
6598 LocalReAlloc(): Same for LMEM_MODIFY.
6600 * [controls/listbox.c]
6601 Fixed a bug in ListBoxDirectory that prevented commdlg from working.
6602 Check for errors in some more places.
6604 * [if1632/gdi.spec] [if1632/user.spec]
6605 16 bit callback functions should be passed as segptrs.
6607 * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
6609 Prevent a DLL from being initialized twice (Borlands Resource
6610 Workshop used to do this).
6611 Provide an additional flag for each w_file that indicates whether
6612 it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
6614 * [controls/button.c]
6615 Handle LBUTTONUP messages even if the button no longer has the
6616 capture (for WinHelp).
6618 * [include/wintypes.h]
6619 FARPROC is now a segptr for the emulator and a function
6620 pointer for the library.
6622 * [misc/commdlg.c] [misc/commdlg.h]
6623 Cleaned the file dialogs up a little. They now work reasonably well,
6624 although there are still some problems (e.g. files are initially
6627 * [windows/class.c] [if1632/user.spec] [include/windows.h]
6628 GetClassInfo() must take a segptr, as it checks whether the
6630 GetClassName() called the wrong atom function. No surprise it didn't
6634 AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
6635 Removed some warnings.
6637 * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
6638 New spec file for the 3.1 DDEML DDL.
6641 Small fix to ChangeMenu - mask out the obsolete flags
6642 (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
6643 problems with the MF_BYPOSITION flag.
6645 * [windows/message.c]
6646 SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
6647 ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
6648 stack for speed reasons.
6650 * [windows/hook.c] [include/windows.h]
6651 Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
6652 they have slightly different semantics.
6653 MS Hearts now works somewhat, if you disable the new builtin DDEML.
6654 The graphics are completely messed up, though.
6656 ----------------------------------------------------------------------
6657 Sun Apr 2 18:31:12 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
6659 * [Configure] [if1632/Imakefile]
6660 Removed new build and short names options.
6662 * [if1632/*.c] [tools/build.c]
6663 Implemented compiled call-back functions for better performance;
6664 all the relay code is now done in assembly code generated by the
6666 Relay code is no longer dependent on being loaded below 64K.
6668 * [loader/resource.c]
6669 Fixed memory leak in LoadString(). A fix will also be needed for
6673 Implemented global heap arenas, so we can store informations about
6674 global blocks, like lock counts or owner handle.
6675 Implemented FarGetOwner() and FarSetOwner().
6676 Implemented global heap TOOLHELP functions.
6678 * [memory/selector.c]
6679 Bug fix: it was not possible to re-use a free selector.
6681 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis (csapuntz@mit.edu)
6683 * [controls/listbox.c]
6684 Major work on listbox code
6685 - Many bugs fixed (still many bugs)
6686 - More messages supported
6689 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
6692 Lots of bug fixes related to diappearing text, lost carets,
6693 highlighting, segmentation faults, occurance of random
6694 characters, insertion of characters over selection, misplaced
6695 caret location, display corruption, end of line behavior, etc.
6697 * [controls/widgets.c]
6698 EDIT class doesn't want to use CS_PARENTDC flag.
6700 Thu Mar 30 20:58:25 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6702 * [loader/selector.c]
6703 FixupFunctionPrologs() should also handle multiple data modules.
6704 (this bug only became visible because MakeProcInstance() was fixed
6708 Simplified DOS_SimplifyPath.
6709 Small fix to DOS_opendir to reuse an entry if an open directory
6710 is opened again, to prevent "too many open directories" messages.
6712 Thu Mar 30 12:05:05 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
6714 * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
6715 CoDisconnectObject: new stub function
6720 * [loader/ne_image.c]
6721 NE_FixupSegment: Be more generous on additive fixups
6723 * [if1632/user.spec][misc/network.c]
6724 Add more WNet* stubs
6726 Wed Mar 29 11:47:22 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6728 * [controls/listbox.c]
6729 DlgDirList(): send segptr instead of linear pointer
6730 in message to static control
6732 Tried to implement ownerdrawn menuitems. Doesn't work.
6733 * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
6734 Provide a stub for GetRasterizerCaps()
6735 * [loader/selector.c]
6736 Pass end address instead of length to LocalInit() in
6739 LocalInit(): If there's already a local heap in the segment, do
6740 nothing and return TRUE
6741 * [objects/linedda.c]
6742 Replaced buggy LineDDA() with a Bresenham algorithm. Should work
6744 * [windows/cursor.c]
6745 LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
6748 Tue Mar 21 17:54:43 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6750 * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
6751 [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
6752 [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
6753 [windows/nonclient.c] [misc/message.c]
6754 Added a new builtin DLL that provides 16 bit entry points for all
6755 the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
6758 RegOpenKey()/RegCreateKey() bugs fixed.
6759 * [loader/ne_image.c]
6760 Skipping the initialization of a DLL when CS == 0 was broken.
6762 ----------------------------------------------------------------------
6763 Sun Mar 19 16:30:20 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
6766 Implemented a new memory mapping scheme. There's no longer a
6767 one-to-one mapping between 16-bit and 32-bit pointers. Please see
6768 file DEVELOPERS-HINTS for technical details.
6770 * [controls/scroll.c]
6771 Fixed bug when dragging mouse in horizontal scrollbars.
6773 * [tools/build.c] [if1632/*.spec]
6774 Removed support for C callback functions and for re-ordering
6775 of the 32-bit arguments, as these were never used. This should
6776 allow a more efficient callback scheme to be implemented.
6778 * [if1632/olecli.spec]
6779 Reduced the number of entries to make the 16-bit code fit in 64k.
6780 This limitation will soon be removed.
6783 Rewrote LDT manipulation functions and implemented LDT_GetEntry().
6786 Rewrote Global*() routines to use the new selector allocation
6790 Rewrote local heap handling to use a Windows-compatible layout
6791 (not really finished yet).
6792 Implemented TOOLHELP heap-walking routines.
6794 * [memory/selector.c]
6795 Implemented LDT manipulation API functions.
6797 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
6799 * [windows/defdlg.c]
6800 Fixed problem where dialogs closed using the System menu
6801 ('Close' item or double click on close box) would
6804 Sun Mar 12 14:28:13 1995 Michael Patra <micky@marie.physik.TU-Berlin.DE>
6806 * [controls/listbox.c]
6807 Removed most of the statements for sending a notification message
6808 ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
6809 code; Borland's standard file open dialog will work now.
6811 * [misc/main.c], [misc/file.c], [miscemu/int21.c]
6812 Added support for new command line option "-allowreadonly". If set
6813 an attempt to open a read only file in write mode will be converted
6814 to opening it read only (many programs try to open all files in
6815 read/write mode even if they only intend to read it - this might
6816 cause a few under problems under an unix-like environment where most
6817 files are read only for a "normal" user)
6819 * [loader/selector.c]
6820 GetMemoryReference(): Added support for __AHIncr and __AHShift
6823 DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
6824 will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
6828 TEXT_NextLine(): Removed a bug in the handling of LF's
6831 GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
6833 Sat Mar 11 19:46:19 1995 Martin von Loewis <loewis@informatik.hu-berlin.de>
6836 ChangeMenu: defaults to MF_INSERT
6837 InsertMenu: allow insertion even if position is one after last item
6839 * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
6840 [if1632/storage.spec] [include/dlls.h]
6841 Added stubs for STORAGE.DLL and COMPOBJ.DLL
6843 * [if1632/user.spec] [windows/message.c]
6844 InSendMessage: new function
6846 * [include/neexe.h][include/ne_image.c]
6847 NE_FixupSegment: fixed handling of additive records
6849 * [loader/selector.c]
6850 GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
6853 win_fault: Enter debugger on SIGFPE, too
6855 Wed Mar 1 21:47:42 1995 Cameron Heide (heide@ee.ualberta.ca)
6858 Various minor modifications to the clock tick counter,
6859 FindFirst/FindNext funcs, and DPB handling.
6861 ----------------------------------------------------------------------
6862 Thu Mar 2 17:44:32 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
6864 * [loader/resource.c] [objects/oembitmap.c]
6865 Removed sysres bitmap code; you need libXpm to compile now.
6866 Implemented LoadIcon() for OEM icons.
6868 * [include/bitmaps/oic_*]
6869 Added OEM icons in XPM format.
6872 Bug fix in DrawIcon().
6875 Removed; all bitmaps are stored in XPM format now.
6877 Tue Feb 28 18:54:28 1995 Tomi Leppikangas (tomilepp@paju.oulu.fi)
6880 Small patch to fix edit-control when it's created with text.
6882 Sun Feb 26 20:22:15 1995 Michael Veksler (e1678223@tochnapc2.technion.ac.il)
6884 * [tools/make_debug]
6885 The created macros won't have side effects anymore when used in
6886 an "if-else" structure. No more warnings from the compiler when
6887 compiled without defining DEBUG_RUNTIME.
6889 Sun Feb 26 20:20:49 1995 Michael Patra <micky@marie.physik.TU-Berlin.DE>
6891 * [controls/listbox.c]
6892 ListBoxDeleteString(): Fixed
6894 * [loader/selector.c]
6895 GetMemoryReference(): When special segments are referenced by
6896 pseudo-functions like __0040H, a reference to a "normal" segment
6897 will be returned preventing the program from crashing as soon
6898 as the referenced segment is actually accessed.
6900 Sun Feb 26 15:55:14 MET 1995 Martin von Loewis (loewis@informatik.hu-berlin.de)
6903 Ask for OLE stubs and malloc debugging
6906 link with libmcheck.a if necessary
6908 * [if1632/relay.c][include/dll.h][if1632/Imakefile]
6909 Add OLE stubs, increase number of builtins
6910 dll_name_table_entry_s: new field dll_is_used
6912 * [loader/library.c]
6913 GetModuleHandle,ModuleNext: Check dll_is_used
6915 * [loader/ne_image.c]
6916 Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
6919 * [misc/olecli.c][misc/olesvr.c]
6920 New files. Add to misc/Imakefile
6923 DOS_GetUnixFileName: make a copy of the input parameter to
6927 MAIN_ParseDLLOptions: new function
6928 MAIN_ParseOptions: treat -dll command line flag
6929 main: add support for malloc debugging
6931 Fri Feb 24 12:43:27 1995 Erik Svendsen <z3esv@kmd-ac.dk>
6934 Small patch for people using FreeBSD-2.1.0.
6936 Fri Feb 17 22:49:18 1995 Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
6939 Added return values to the Call* routines
6941 * [toolkit/winmain.c]
6942 Load the resource file properly for WineLib applications.
6944 ----------------------------------------------------------------------
6945 Thu Feb 16 18:57:31 1995 Alexandre Julliard (julliard@sunsite.unc.edu)
6948 Only save the lower 16-bits of SP and BP.
6950 * [if1632/callback.c]
6951 When calling to 16-bit code, restore DS from its previous value on
6952 entry to the 32-bit code, instead of from the code segment owner.
6954 * [if1632/relay.c] [include/stackframe.h]
6955 Use a structure to represent the 16-bit stack frame layout
6956 instead of hard-coded offsets.
6959 Use y.tab.c for bison output file for compatibility with yacc.
6962 Small optimization for calls to 32-bit code.
6964 Sun Feb 12 03:19:47 1995 Michael Veksler (s1678223@t2.technion.ac.il)
6967 Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
6969 Sun Feb 11 20:00:00 1995 Göran Thyni (goran@norrsken.bildbasen.se)
6972 Remove unnecessary sym-table loading when stopped in 16-bit mode.
6974 * [include/segmem.h] [loader/selector.c]
6975 Added dynamic alloction of selectors.
6976 Fixed some problems with large programs SIGSEGV-ing while
6977 running out of selectors.
6979 * [include/segmem.h] [loader/selector.c] [if1632/callback.c]
6980 [memory/global.c] [memory/heap.c] [memory/linear.c]
6981 Use __AHSHIFT and __AHINCR instead of 3 and 8.
6983 Mon Feb 6 18:07:38 1995 Cameron Heide (heide@ee.ualberta.ca)
6986 Better relative path handling when converting filenames between
6987 dos and unix, allowing '.' to be used in the Windows path.
6988 Startup working dir is now based on current working dir.
6990 Sat Feb 4 21:21:13 1995 Michael Veksler (s1678223@t2.technion.ac.il)
6992 * [if1632/relay.c] [include/dlls.h] [tools/build.c]
6993 Squeezed data structure that references internal dll's (mostly
6994 "struct dll_table_entry_s"). Caused 20% reduction in executable
6997 Fri Feb 3 18:53:15 1995 Martin v. Loewis (loewis@marie)
7000 make wine.sym only when making emulator
7003 OpenFile(): report as not implemented for WINELIB
7006 Fix CONVERT_HOSTENT and friends for use with WINELIB
7008 * [rc/Imakefile][rc/rc.y][rc/parser.c]
7009 Rename rc.y to parser.y
7010 Use flex and bison on Sun
7013 CallWindowProc: fix parameter type
7016 Commented #ifdef sparc
7018 ----------------------------------------------------------------------
7019 Wed Feb 1 19:27:55 1995 Alexandre Julliard (julliard@lamisun.epfl.ch)
7021 * [windows/nonclient.c] [windows/winpos.c]
7022 Implemented maximized windows.
7023 Implemented icon positioning and ArrangeIconicWindows().
7024 Bug fixes in SetWindowPos().
7026 * [windows/painting.c]
7027 Implemented GetControlBrush().
7028 Window frame is no longer contained in the update region.
7031 Destroy owned windows upon DestroyWindow().
7033 Sun Jan 29 16:17:22 1995 David Metcalfe <david@prism.demon.co.uk>
7036 Changed line terminator to \r\n to be compatible with
7037 Windows. Fixed bug in text selection.
7039 Sun Jan 29 14:10:22 1995 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7042 Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
7043 Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
7044 These functions now work somewhat more the way Windows programs expect
7047 ----------------------------------------------------------------------
7048 Sun Jan 22 18:55:33 1995 Alexandre Julliard (julliard@lamisun.epfl.ch)
7050 * [loader/resource.c] [objects/dib.c]
7051 Fixed icon loading and drawing, now that BitBlt() works correctly.
7053 * [objects/clipping.c] [objects/region.c]
7054 Implemented elliptic regions with a set of rectangle. This greatly
7055 simplifies the region code and should boost clipping performance.
7058 Fixed bug that caused seg-fault on 24bpp displays.
7060 * [objects/bitblt.c]
7061 Fixed bug when shrinking a bitmap to more than half its size.
7063 * [windows/graphics.c]
7064 Fixed bugs in PaintRgn() and Polyline().
7066 * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
7067 Fixed some problems with window background painting.
7069 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
7072 * [tools/newbuild.c]
7076 * [loader/selector.c]
7077 * [include/segmem.h]
7079 Changed selector code and 16/32 bit xfer code so that wine
7080 no longer has to be loaded low in memory. Changed wine
7081 to work with ELF binary formats under Linux.
7083 Sat Sep 17 11:08:49 1994 Eric Youngdale (eric@esp22)
7085 * [debugger/db_disasm.c]
7086 New instruction disassembler - borrowed from Mach kernel. Has a
7087 BSD style of license as opposed to the gdb code we were previously
7088 using which was under the GPL.
7090 ----------------------------------------------------------------------
7091 Mon Jan 9 18:27:11 1995 Alexandre Julliard (julliard@lamisun.epfl.ch)
7094 Compiling with -Wall flag.
7097 Fixes to minimize the number of compilation warnings.
7099 * [objects/bitblt.c]
7100 Fixed BitBlt() and used the same code to rewrite PatBlt() and
7101 StretchBlt(). The three *Blt() functions should now be correct in
7102 every case (famous last words).
7104 * [objects/brush.c] [objects/dither.c]
7105 Merged the two files into brush.c
7108 Fixed bug when the Windows programs forget to re-select the
7109 original bitmap in a memory DC.
7112 Tty to use 'fixed' font when the system font can't be found.
7114 * [windows/dialog.c]
7115 Tentative fix to make dialogs look better when using fixed-width
7118 * [windows/graphics.c]
7119 Partially implemented the PS_INSIDEFRAME pen style.
7121 * [windows/nonclient.c]
7122 Fix for windows that have the WS_EX_DLGMODALFRAME style bit
7123 without the WS_DLGFRAME style.
7125 Thu Jan 5 13:37:42 1995 Cameron Heide (heide@ee.ualberta.ca)
7128 GlobalCompact should now return the correct value when the
7129 largest run of free blocks includes the last block.
7132 Tiling and cascading windows without any MDI children should
7133 no longer crash (assuming no-op is the correct thing to do).
7135 Sun Jan 1 23:30:25 1995 Fons Botman <botman@rabo.nl>
7138 GetTextExtentPoint: fixed debug output, str is counted string, not
7142 DLLRelay: when debugging_stack got segv, added upper bound for
7145 ----------------------------------------------------------------------
7146 Tue Dec 27 13:35:16 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
7149 All objects files are now kept in their respective directory.
7154 * [objects/bitblt.c]
7155 Rewrote BitBlt() to look right in every case, while minimizing
7156 the impact on performance. Not really finished yet.
7158 * [objects/bitmap.c] [objects/dc.c]
7159 Fixed bug with pattern brushes.
7161 * [objects/clipping.c] [windows/painting.c]
7162 Fixes for logical coordinates.
7164 * [objects/color.c] [windows/graphics.c]
7165 Fixed GetPixel() to return the correct color, and made it faster.
7167 * [objects/region.c]
7168 Fixed bug in CombineRgn() when one of the region is empty.
7170 Fri Dec 22 01:42:57 MET 1994 Dag Asheim (dash@ifi.uio.no)
7173 Don't assume that expr handles '==', use '=' instead.
7174 Give a (hopefully informative) message if imake fails.
7176 ----------------------------------------------------------------------
7177 Wed Dec 7 14:52:25 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
7179 * [controls/listbox.c]
7180 Fixed problems due to new scroll-bar code.
7182 * [loader/signal.c] [miscemu/ioports.c]
7183 Handle I/O opcodes that use an absolute address.
7186 Implemented TabbedTextOut().
7188 Sat Dec 3 18:53:08 1994 Kenneth MacDonald <K.MacDonald@ed.ac.uk>
7190 * [objects/metafile.c]
7191 Implemented GetMetafile().
7192 Fixed bug in PlayMetaFile() when reading disc based metafile records.
7193 Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to
7194 PlayMetaFileRecord().
7196 Wed Nov 30 06:32:25 1994 Martin von Loewis (martin@cs.csufresno.edu)
7199 wine.sym: Remove gcc2_compiled and friends
7201 * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
7202 [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
7203 Replace #ifdef DEBUG_XXX with if(debugging_xxx){
7206 CallToLibMain: New function
7208 * [if1632/relay.c][include/options.h][misc/main.c]
7209 [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
7210 removed Options.relay_debug
7213 HEAP_OWNER: Use ds instead of cs:ip
7215 * [loader/ne_image.c]
7216 LoadNEImage: Remember current exe, handle nodata dlls
7217 InitNEDLL: handle nodata dlls, call CallToLibMain
7219 * [loader/selector.c]
7220 CreateSelectors: Initialize auto_data_sel with 0
7223 HEAP_CheckHeap: Check prev
7224 HEAP_CheckLocalHeaps: new function
7227 Remember and dump only changed profiles
7230 Introduce debugging_xxx flags
7232 Sun Nov 27 23:13:22 MET 1994 <erik@xs4all.nl>
7234 * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
7235 if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h
7236 pe_image.h selectors.h wintypes.h]
7240 - Commented all 'static char copyright statements', see misc/main.c
7241 - moved prototypes to headers files, fixed wrong prototypes.
7242 - *please* add a header file for each .c if you need to export
7246 Added one static string which list the names of the contributors.
7248 Fri Nov 25 16:24:27 MET 1994 Dag Asheim (dash@ifi.uio.no)
7251 Made the support for multiple languages more automatic. Added
7252 a [fonts] section to the wine.conf file. Made the defaults
7253 better. Generally cleaned it up.
7255 * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
7256 Norwegian resources and small fixes to the german resources.
7258 Wed Nov 23 20:28:59 1994 Martin von Loewis (martin@cs.csufresno.edu)
7260 * [debugger/break.c]
7261 bark(), toggle_next(), should_continue(): New functions
7262 insert_break(): Fixed, adds write access to page before writing
7263 wine_bp.next_addr: new structure field
7266 Changed symbol's value to be it's value instead of the value
7267 pointed to by the symbol.
7268 Changed SIGTRAP handling to allow continuation after break point
7271 ShellAbout(): Load resource from memory
7273 ----------------------------------------------------------------------
7274 Sun Nov 20 18:30:06 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
7276 * [controls/scroll.c] [include/scroll.h]
7277 Rewritten most of scroll-bar code for better Windows look & feel.
7278 Implemented EnableScrollBar().
7279 Preliminary keyboard support.
7281 * [objects/bitblt.c]
7282 Fixed BadMatch error for BitBlt() and StretchBlt() when reading
7283 bits from outside the visible region.
7285 * [objects/oembitmap.c] [include/bitmaps/obm_*]
7286 Use XPM symbolic colors to load bitmaps. This allows the colors
7287 of the bitmaps to depend on the system colors.
7289 * [tools/make_debug]
7290 Made the make_debug script more robust.
7292 * [windows/dialog.c]
7293 Fixed CheckRadioButton().
7295 * [windows/nonclient.c]
7296 A few changes to scroll-bar drawing and tracking.
7298 * [windows/winpos.c]
7299 Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
7300 avoid confusion, and optimized it somewhat.
7302 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
7306 more coding but nothing spectacular.
7309 some coding to access '/dev/mixer'.
7312 some coding to read .MID files, but it's not playing yet.
7314 Sun Nov 13 19:31:03 1994 James Youngman (mbcstjy@afs.man.ac.uk)
7317 Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
7318 bitmaps which don't end 0x00, 0x02 (previously it blew up). This
7319 includes some bitmaps output by Paint Shop Pro. Implementation is
7320 possibly now too lax. Please see the notes on the function about
7323 * [controls/desktop.c]
7324 The desktop pattern should be painted if the wallpaper doesn't
7325 cover the whole screen width OR the whole screen height.
7327 Sun Nov 13 00:07:11 MET 1994 Erik Bos <erik@xs4all.nl>
7330 Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
7333 * [loader/ne_resource.c] [include/resource.h]
7336 Thu Nov 10 20:44:58 1994 Martin von Loewis (martin@cs.csufresno.edu)
7340 Primitive compile-time support for multiple languages
7345 * [loader/resource.c]
7346 LoadBitmap: Recognize end of sysresbm properly
7349 Rules to compile resources simplified, dependencies changed
7352 Don't use sysresbm if using XPM
7354 * [windows/dialog.c]
7355 CreateDialogIndirectParam: Reverse Z-order of controls
7357 * [windows/message.c]
7358 MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
7360 * [windows/winpos.c]
7361 NextWindowFromPoint: New function
7363 * [controls/button.c]
7364 WM_NCHITTEST: Group Box is HTTRANSPARENT
7365 BUTTON_CheckAutoRadioButton: New function
7366 BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
7368 Mon Nov 7 11:20:26 1994 Paul Falstad (pf@zoof.cts.com)
7371 Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
7372 is too long to break.
7375 Don't assume helvetica if there is no font family; let the other
7376 font attributes decide what font to use.
7378 * [controls/widgets.c]
7379 Listboxes and combo boxes need to be notified of double-clicks.
7381 * [controls/listbox.c]
7384 scrolling to bottom of list box should display last item at the
7385 bottom, not at the top.
7387 list boxes need to allocate a separate heap for their item data,
7388 rather than using the user heap. Otherwise, it's very easy to run
7389 out of memory for list box items.
7391 removed redundant code in ListBoxAddString(). Implemented simple
7392 version of LBS_SORT.
7394 Don't put [.] in the list box when using DDL_DIRECTORY.
7396 * [controls/combo.c]
7397 Combos should pass CBS_SORT onto their list box.
7400 If window creation is aborted, remove the window from the
7403 * [controls/static.c]
7404 static controls with SS_ICON were always returning 0 from
7407 Make sure static controls have text to draw before drawing it.
7409 ----------------------------------------------------------------------
7410 Sun Nov 6 18:52:04 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
7412 * [objects/oembitmap.c] (New file)
7413 Added possibility to use .xpm files for OEM bitmaps.
7415 * [include/bitmaps/obm*] (New files)
7416 Redrawn all OEM bitmaps in xpm format.
7419 Add space for internal leading when using a negative font height.
7420 Stubs for AddFontResource() and RemoveFontResource().
7421 Fix in FONT_Init() for uninitialised default font.
7423 * [windows/dialog.c]
7424 Make font height negative as it is really a point size and not a
7425 pixel size; dialogs using 8-point fonts look better now.
7427 * [windows/graphics.c]
7428 Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
7430 * [windows/nonclient.c]
7431 A few changes for new OEM bitmaps.
7433 Sun Nov 6 18:22:18 1994 Michael Patra <micky@marie.physik.tu-berlin.de>
7436 The names of local classes have to be stored using GlobalAtom*.
7437 Otherwise they couldn't be accessed from other modules (e.g. BWCC)
7440 CallTo16(cx): It's possible to set the contents of the cx-register.
7442 * [loader/ne_image.c]
7443 InitNEDLL(): The size of the local heap is now passed in the cx-
7444 register when initializing a DLL.
7447 LocalInit(): The case start==0 is now handled in the way it should.
7450 GetWindowLong(): If the adress of the windows function is requested
7451 it's no longer returned if it's within the Wine code (and therefore
7452 unreachable by a windows program). This makes Borland's OWL happy.
7455 EDIT_GetStr(): Added handling for off<0.
7457 Sun Nov 6 17:37:14 1994 Chris Jones <chrisj@ichips.intel.com>
7459 * [loader/library.c]
7460 Fixed infinite loop bug when two DLLs refer to each other (fixes
7461 hangup of Quicken during loading).
7463 Thu Nov 04 12:00:00 1994 Jan Willamowius (jan@janhh.sh.sub.de)
7466 Bug fix: The size of a disk an the available space
7467 is now returned in bytes instead of (incorrectly)
7470 Thu Nov 03 12:00:00 1994 Jan Willamowius (jan@janhh.sh.sub.de)
7472 * [windows/graphics.c]
7473 Bug fix: Pie segments are now filled with correct brush.
7475 Thu Nov 3 10:40:09 1994 Martin von Loewis (martin@cs.csufresno.edu)
7478 generate rc.o before loader.o
7481 CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
7483 * [include/resource.h]
7484 Add struct ResourceTable
7487 Load system bitmaps from sysresbmTable
7489 * [misc/clipboard.c]
7491 IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
7494 generate rc.o from sysres.o and sysresbm.o. Added -lfl
7497 change style handling to allow ( S1 | S2 ) | S3
7501 Put bitmaps and icons to sysresbm, everything else to sysres
7505 Added -o, -c flags. New function set_out_file. Output to files.
7507 * [windows/dialog.c]
7508 DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions
7510 * [windows/nonclient.c]
7511 Create AboutWine dialog from template pointer
7513 ----------------------------------------------------------------------
7514 Sun Oct 30 13:01:18 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
7516 * [controls/static.c]
7517 Bug fix for SS_ICON controls.
7519 * [if1632/Imakefile]
7520 Fixed call.o dependencies.
7522 * [objects/clipping.c] [objects/dc.c]
7523 Fixed visible region handling. hVisRgn is always non-null now.
7526 Bug fix in GetDCEx for CS_OWNDC windows.
7528 * [windows/nonclient.c] [windows/painting.c]
7529 Fixes to icon window drawing.
7531 * [windows/winpos.c]
7532 A few fixes in SetWindowPos().
7534 Sun Oct 30 12:50:24 1994 Michael Patra <micky@marie.physik.tu-berlin.de>
7536 * [objects/bitblt.c]
7537 BitBlt(): BitBlt is now able to handle any raster operation. If
7538 the request can't be passed to XWindows directly, it's quite
7543 Improvements of the system for handling debug messages. Options are
7544 now also loaded from /usr/lib/X11/app-defaults/Wine (insert
7545 *debugoptions: +xxx there if you want to have turn messages xxx on).
7548 DestroyMenu(): The whole window won't be destroyed as a sideeffect
7552 OpenFile(): Fixed bug in searching in system/window-directory.
7554 Sun Oct 30 12:25:53 1994 Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
7556 * [include/windows.h]
7557 Bug fix for window related structures.
7558 DCB and COMSTAT are affected. They must be packed.
7561 Bug fix for COM ports:
7562 Dial and dialog window in terminal.exe now works.
7563 Non sequential COM assignments in wine.conf should not break now.
7564 Baudrate can be specified in wine.conf to overcome baudrate limitation
7565 in mswindow. See sample wine.ini
7568 add baudrate field to DosDeviceStructre
7571 Bug fix for font assignment.
7572 Use pairs of foundry and family fontnames in X11 to correspond with
7574 Put font assignment ini wine.ini.
7577 Adding optional baudrate after port name in "serialports" section
7578 Add new section, "fonts".
7579 "default" is special key in "fonts" to match any unmatch window font.
7581 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
7584 * [if1632/commdlg.spec] New file.
7585 * [misc/commdlg.c] New file.
7586 * [include/commdlg.h] New file.
7587 Begin of an emulated COMMDLG DLL, built-in for now.
7588 (BTW, if you want to switch between built-in & 16bits CommDlg, only
7589 thing you need to do is to put the real/dummy name in file relay.c)
7591 * [controls/scroll.c]
7592 * [controls/combo.c]
7593 * [controls/listbox.c]
7594 Few bug fixes and/or cosmetic.
7598 bug fixes and flags returned to emulate SB16.
7600 * [misc/midi.c] New file.
7601 skeleton for 'Midi' MMSYSTEM & MCI driver.
7603 * [misc/mcianim.c] New file.
7604 skeleton for 'Animation1' MCI driver.
7607 Add new stub for GetLastActiveWindow().
7609 Tue Oct 25 09:17:25 1994 Olaf Flebbe (flebbe@tat.physik.uni-tuebingen.de)
7611 * [if1632/call.S] [tools/build.c]
7612 Support for ELF format. (Not complete)
7614 Sun Oct 23 00:51:50 1994 Paul Falstad (pf@zoof)
7616 * [if1632/user.spec]
7617 Add stubs for ArrangeIconicWindows(), etc.
7619 * [if1632/kernel.spec]
7620 Add IsBad*Ptr() functions.
7623 Add test_memory(), for use with IsBad*Ptr().
7625 * [windows/winpos.c]
7626 Add stubs for TileChildWindows(), etc.
7629 IsWindow() shouldn't crash if it's given a bad handle.
7630 Add stub for GetLastActivePopup().
7633 Implement the IsBad*Ptr() functions.
7635 * [controls/listbox.c]
7636 Return the full longword of the item data in LB_GETITEMDATA.
7639 Don't let the user select an area past the end of the text.
7642 In DrawText(), the code to delete crlfs also removed multiple
7643 consecutive newlines. Also, using DT_CALCRECT didn't return
7644 the right height, and the width wasn't returned at all.
7645 This caused MessageBoxes to be missing much of their text.
7647 * [windows/scroll.c]
7648 ScrollWindow[Ex] didn't work right with null LPRECT arguments.
7650 Fri Oct 21 21:47:19 1994 Paul Falstad (pf@zoof.cts.com)
7653 Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
7656 Fixed inverted logic in EnumProps(), and changed CallBack16()
7657 call to use new arg format.
7660 Fixed CallBack16() call in Enum[Child]Windows to use new arg
7661 format; this fixes crashes in enum procedures.
7663 Wed Oct 19 21:30:00 PDT 1994 martin@cs.csufresno.edu
7665 * [misc/clipboard.c]
7668 Added cut and paste between Wine and other X clients via
7669 the PRIMARY selection. Text only this time.
7672 EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
7674 * [windows/defwnd.c]
7675 Send WM_SYSCOMMAND to overlapped ancestor window,
7676 not the receiver of WM_SYSKEYDOWN
7678 Sat Oct 22 15:01:02 1994 Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
7681 ClientWidth()/ClientHeight() macros: return 0 if size would
7683 EDIT_StrLength(): takes unsigned char* instead of char*
7685 * [controls/listbox.c]
7686 ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
7687 case instead of in each place required (it was omitted in
7688 some places causing problems!)
7691 MENU_CalcItemSize(): don't try to find size of a text item
7692 if the pointer is NULL
7695 added definition of HEAP_LocalInit()
7698 removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
7701 * [loader/selector.c]
7702 IPCCopySelector(): added missing flags to shmget() call
7703 ? does this break linux - I added these flags in a previous
7704 patch but they were missing in the corresponding release ?
7707 win_fault(): added missing definitions of i, dump for those
7708 not running NetBSD or linux
7711 DOS_GetCurrentDir(): made temp[] static so it can be safely
7714 * [miscemu/int21.c,int25.c,int26.c]
7715 Changed all invocations of pointer() to SAFEMAKEPTR(). Included
7716 segmem.h where necessary.
7718 * [windows/dialog.c]
7719 CreateDialogIndirectParam(): Changed HEAP_Init() call to
7720 HEAP_LocalInit(), removed redundant variables
7722 Sat Oct 22 00:29:41 MET 1994 Dag Asheim (dash@ifi.uio.no)
7724 * [loader/library.c] [loader/main.c] [loader/ne_image.c]
7725 [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
7726 [objects/bitblt.c] [objects/metafile.c]
7727 Rewritten more printf's to use the new debugging system, and
7728 made wine less verbose per default. Use "-debugmsg +module"
7729 to get (almost) the same behavior as before.
7731 ----------------------------------------------------------------------
7732 Sun Oct 16 13:29:07 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
7734 * [controls/button.c]
7735 Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
7737 Implemented default button painting.
7738 Optimised redrawing.
7739 Fixed owner-draw buttons.
7741 * [controls/static.c]
7742 Implemented WM_SETFONT.
7743 A few optimisations in painting code.
7744 Bug fix for SS_SIMPLE controls.
7746 * [if1632/callback.c]
7747 Preliminary GetCodeHandle().
7750 Changed 'pascal' to 'pascal16' everywhere it's needed.
7752 * [include/windows.h]
7753 Fixed a few data structures.
7756 Bug fix in HEAP_ReAlloc().
7761 * [objects/bitblt.c]
7762 Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
7765 Better font mapping code.
7766 Implemented GetTextFace().
7768 * [objects/region.c]
7769 Bug fix in REGION_MakePixmap().
7770 Faster region copying.
7773 Implemented ExtTextOut().
7774 Implemented DT_NOCLIP style for DrawText().
7777 Free the bitmap when deleting a memory DC.
7780 Added support for windows that have no associated X window.
7781 Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
7783 * [windows/defdlg.c]
7784 Implemented default push button handling and DM_SETDEFID.
7785 Implemented WM_NEXTDLGCTL.
7787 * [windows/dialog.c]
7788 Implemented default push button handling.
7789 Beginning of a keyboard interface in dialogs
7790 (does not really work yet).
7791 Fixed dialogs that use a special font.
7793 * [windows/event.c] [windows/focus.c]
7794 Added support for non-X windows.
7796 * [windows/graphics.c]
7797 Rewritten FloodFill() and implemented ExtFloodFill().
7799 * [windows/message.c]
7800 Cleaner hardware messages and X events handling.
7802 * [windows/defwnd.c] [windows/painting.c]
7803 Implemented WM_SETREDRAW.
7806 Only create an X window for top-level windows, or for the desktop.
7807 Child windows now use their parent's drawable.
7809 * [windows/winpos.c]
7810 Beginning of support for non-X windows (still somewhat broken).
7811 Implemented *DeferWindowPos().
7814 Cleaned up some Imakefiles.
7815 Moved dc.c from windows/ to objects/.
7816 Moved cursor.c from misc/ to windows/.
7818 Sun Oct 16 12:21:52 1994 Michael Patra <micky@marie.physik.tu-berlin.d400.de>
7821 [include/stddebug.h]
7823 Rewritten all the calls to printf for displaying debug-information
7824 (messages like "LoadImage: loading SOL (SOL.EXE)" etc.)
7825 Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
7826 all these messages on, "-debugmsg -dll" will turn all messages
7827 concerning DLLs off.
7829 * [controls/combo.c]
7830 Added some handling for combo controls with ownerdraw-styles
7831 (just creating and passing the necessary messages to the
7832 corresponding listbox control; the edit-control needs to be
7833 replaced with something else).
7837 Added support for use of global heap memory in dialogs with
7840 * [controls/listbox.c]
7841 Added support for item data.
7842 ListBoxInsertString(): Fixed bug for elements which are not inserted
7843 after the currently last element.
7847 DOS_ValidDirectory(): Checks whether a given string is in fact the
7848 valid name of a directory.
7850 Sat Oct 15 17:35:00 PDT 1994 <martin@cs.csufresno.edu>
7853 generate wine.sym after creating wine
7856 load "wine.sym" when entering debugger
7859 symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
7861 Sun Sep 25 12:00:00 PDT 1994 <martin@osiris.cs.csufresno.edu>
7863 * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
7866 Sun Sep 18 11:04:45 MET DST 1994 Dag Asheim (dash@ifi.uio.no)
7869 Exclude and Include no longer requires a terminating ';' to
7870 register the last component.
7872 Thu Sep 15 23:10:09 MET DST 1994 Dag Asheim (dash@ifi.uio.no)
7875 Rewrote much of it. Added capability to generate a wine.ini
7876 file. Commented out the processor emulator options until that
7877 becomes interesting. Gives a warning if it sees any *.rej
7878 files. I hope I haven't assumed to much about the shell/OS so
7879 that it breaks under *BSD.
7882 Removed/changed calls to ToUnix() (which calls tolower()) so
7883 that the part of the pathname which correspond with the drive
7884 letter on DOS no longer will be mapped to lowercase. This
7885 means that it should be possible to have uppercase letters in
7886 the [drives] section of wine.ini.
7889 Cosmetic changes so that it displays better in the window you
7890 get from pressing "Credit_License" in the "About WINE" window.
7892 Sun Aug 21 21:12:06 MET DST 1994 <erik@xs4all.nl>
7895 LoadMenu() moved to loader/resource.c.
7898 Added stub for FileCDR().
7901 Added, from Eric's pe-test.
7903 * [include/resource.h]
7906 * [loader/resources.c]
7907 Removed duplicated code in *Resource() functions.
7908 Moved NE-program specific functions into ne_image.c.
7909 Moved NE-fileformat functions to ne_resource.c.
7911 * [pe_image.c] [pe_resource.c]
7912 Added. Nothing implemented to run PE-executables, resource
7916 Changed OpenFile() to use macros.
7919 Added NULL-ptr checks to ShellAbout().
7924 * [miscemu/kernel.c]
7925 Added _DI = _DS, to put the caller's instance in DI. Doesn't
7926 work properly if caller changed DS :-(
7928 ----------------------------------------------------------------------
7929 Thu Aug 25 15:24:36 EDT 1994 <jrichard@cs.uml.edu>
7932 Removed seperate X window for icon, added icon width,height.
7934 * [include/windows.h]
7935 Commented out the old SW_xxx emum and added defines since
7936 they aren't enumerated.
7939 Removed some older IsIconic checks from GetDCEx(), functionality
7940 is now in nonclient and generic wine window handling code.
7941 Lots of thanks to Alexandre Julliard all the hints and
7944 * [windows/defwnd.c]
7945 Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
7946 WM_PAINTICON now calls NC_HandleNCPaint.
7949 Removed IsIconic checks.
7952 Removed everything in this file for now... could be used later.
7953 Icon functionality is now handled by the generic wine windows
7957 Added a ShowWindow in MDIRestoreChild(). MDI child windows now
7958 show up when deiconified. Removed IsIconic checks.
7960 * [windows/message.c]
7961 Removed old icon routines from hardware_event().
7963 * [windows/nonclient.c]
7964 Changed NC_HandleNCCalcSize() so it doesn't change the size
7965 of an icon window. Made NC_InternalNCHitTest() on an Iconic
7966 window always return HTCAPTION. Made NC_HandleNCLButtonDblClk()
7967 on an Iconic window always send a SC_RESTORE message.
7969 * [windows/painting.c]
7970 Changed RedrawWindow() so it doesn't redraw an iconic window
7971 unless it has to (no icon for this class).
7974 Removed creation of seperate icon window from CreateWindowEx().
7976 * [windows/winpos.c]
7977 Added saving and restoring of window rectangle during
7978 iconification/deiconification to ShowWindow(). Added
7979 functions to recursively hide and show children... called
7980 by ShowWindow during iconification/deiconification.
7982 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST) micky@marie.physik.tu-berlin.de (Michael Patra)
7984 * [windows/message.c]
7985 WaitMessage(): Fixed handling of wm_timer-messages
7988 FindNextFCB(): Rewritten to support other functions than just
7989 returning the volume label
7992 OpenFile(): Fix in handling of OF_CREATE
7994 Wed Aug 24 19:40:42 PDT 1994 Andrew Lagodzinski (andrew@netcom.com)
7996 * [if1632/user.spec]
8002 Fri Aug 19 16:37:00 1994 Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8004 * [loader/selector.c]
8005 Many changes throughout file to correct handling of shared memory
8006 function return codes. FreeBSD and SunOS shm functions return
8007 -1 not 0 on error. If Linux is different, these changes
8008 will have to be backed out.
8009 CleanupSelectors(): this is a new (internal) call to free
8010 up all selectors (and shm handles/memory) for use on exit.
8012 * [include/segmem.h]
8013 Change comment to reflect new use of shm_key
8016 called_at_exit(): add call to CleanupSelectors()
8018 Mon Aug 22 18:19:25 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
8020 * [controls/button.c]
8021 Use OBM_CHECKBOXES to draw check boxes with correct colors.
8022 Fixed bug with WM_SETTEXT handling.
8023 A few drawing optimisations.
8026 Implemented correct \t and \a handling in menu items.
8027 Implemented help items (flush right) on menu bar.
8028 Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
8030 * [controls/static.c]
8031 Fixed SS_ICON controls and implemented STM_SETICON message
8034 * [controls/widget.c]
8035 Set cursor to IDC_ARROW for built-in classes.
8037 * [include/options.h] [misc/main.c]
8038 Backing store is now off by default.
8040 * [objects/region.c]
8041 Use X regions for rectangle and polygon regions: *major* speed
8044 * [windows/dialog.c]
8045 Fixed the fix for integer ids in controls. SS_ICON controls in
8046 dialogs should work now.
8047 Implemented DS_ABSALIGN style.
8049 * [windows/graphics.c]
8050 Implemented InvertRgn().
8051 New internal function GRAPH_DrawBitmap() to draw bitmaps faster
8052 than with CreateCompatibleDC() + BitBlt().
8054 * [windows/message.c]
8055 Determining the window for a mouse message is now done at
8057 Modified PeekMessage() handling to avoid needlessly flushing the
8061 Check for restart of a timer (SetTimer call with the same hwnd and
8062 id than an existing timer).
8064 ----------------------------------------------------------------------
8065 Tue Aug 9 23:58:29 MET DST 1994 <erik@hacktic.nl>
8068 OpenFile(): Completly rewritten.
8071 CreateFile(): Fixed wrong mode in call to open.
8072 OpenExistingFile(): Implemented file sharing.
8074 CreateNewFile(): Fixed wrong mode in call to open.
8075 fLock(): Added to handle record locking.
8076 GetFileAttribute(): Added.
8077 As a result, AH = 0x5c, 0x09, and 0x0b were changed.
8080 AH = 0x10: SHARE installation check
8082 * [loader/resource.c]
8083 AccessResource(): Fixed. A new file descriptor will be returned by
8084 every call to AccessResource().
8086 * [windows/utility.c]
8090 FindMenuItem(): Fixed (handling for nPos == -1 added).
8093 CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
8096 Added two options for a processor emulator that might be
8099 * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
8100 CreateNewTask() stores real modulename instead of 'TASKxxxx'.
8101 Added TaskFirst(), TaskNext(), TaskFindHandle().
8104 Added stub for MemManInfo().
8107 Added stub for GetTabbedTextExt().
8110 Changed all references to registers. Please don't access
8111 the context structure.
8112 fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
8115 Fixed bug in AnsiUpper() & AnsiLower().
8117 * [misc/winsocket.c]
8118 bugfix in getsockopt()/setsockopt(): winsock uses different values
8122 Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
8124 Mon Aug 8 21:12:33 1994 David Metcalfe <david@prism.demon.co.uk>
8127 Added support for WM_COPY, WM_CUT and WM_PASTE messages.
8129 * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
8130 Modified dialog code to create new heap for edit controls
8131 unless DS_LOCALEDIT style is set.
8133 Thu Aug 4 18:50:56 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
8135 * [controls/button.c] [controls/edit.c] [controls/static.c]
8136 Removed unneeded GlobalUnlock() calls.
8138 * [controls/menu.c] [include/menu.h]
8139 Lots of changes, fixed a lot of old bugs and introduced a lot of
8141 - Changed message loop to use MSG_GetInternalMessage().
8142 - Fixed a bug that caused the main window to lose activation when
8144 - Correctly send initialisation messages (WM_INITMENUPOPUP).
8145 - Implemented EndMenu() and LookupMenuHandle().
8146 - Changed internal structures to be as compatible as possible with
8148 - Allocated everything on the USER heap instead of the global heap.
8149 - Prefixed all internal function names with MENU_ and declared
8151 - Moved "About Wine..." handling to NC_HandleSysCommand().
8152 - Multi-line menus should now work correctly.
8154 * [loader/resource.c] [objects/bitmap.c]
8155 Added the possibility to create OEM bitmaps directly as X bitmaps.
8157 * [objects/dcvalues.c] [windows/dc.c]
8158 Fixed GetDCOrg() to return screen coordinates.
8160 * [windows/message.c]
8161 Fixed double-click checks when the message is not removed from the
8163 Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
8165 * [windows/nonclient.c]
8166 Bug fix in system menu hit-test calculation.
8167 A few changes for new menu functions.
8169 Thu Aug 11 17:51:02 1994 Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
8172 Bug fix in Edit_NCCreateMessage
8173 es->textlen was being used before being set
8176 Bug fix in MENU_DrawMenuItem
8177 don't try to write text if NULL pointer passed
8179 ----------------------------------------------------------------------
8180 Thu Aug 4 07:18:02 1994 Michael Patra <micky@marie.physik.tu-berlin.de>
8182 * [windows/message.c]
8183 Implemented WaitMessage() (USER.112).
8185 * [if1632/user.spec]
8188 * [windows/defwnd.c]
8189 WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
8191 * [miscemu/int{13,21,2a}.c]
8192 * [miscemu/Imakefile]
8194 Added a few basic disk information and diagnostic functions to
8195 prevent programs using this function from crashing. All drives
8196 are claimed to be remote ones, so direct I/O isn't allowed.
8199 EDIT_WriteText(): Added code to correctly erase the remaining space
8200 of the edit-control if the size of the control has changed sinced it's
8203 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
8205 * [if1632/mouse.spec]
8206 Added mouse.dll entry, no functions.
8208 * [loader/resource.c]
8209 Bug fix in AccessResource().
8211 * [misc/keyboard.c], added [include/keyboard.h]
8212 Changed functions to return more useful values.
8214 * [windows/dialog.c]
8215 Hacked DIALOG_GetControl() to support resources which
8216 have 0xff00 - 0xffff as id. ** Needs to be done properly by
8217 someone who knows the NE fileformat **
8219 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8222 Add new stub for EnableHGardwareInput() function.
8224 * [windows/message.c]
8225 Add coding for HWND_BROADCAST in PostMessage().
8228 Add coding for OpenFile() also search in WindowPaths.
8234 Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
8235 Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
8236 SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
8237 ----------------------------------------------------------------------
8238 Mon Jul 18 23:55:13 MET DST 1994
8241 CallTo16(): added `mov %eax,%edx' just before lcall,
8242 to make sure that DX contain the DLL's hinstance when
8245 CallTo32_16() added, equal to CallTo32() except for
8246 one thing: it saves DX and
8249 Added some code to support 16 and 32 bit return values.
8251 * [1632/{kernel,user}.spec]
8252 Changed most of the `pascal' style to pascal_16 when
8253 function returned a 16bit value.
8255 Tue Jul 19 18:40:25 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
8258 Reorganized sizing and drawing code to implement multi-line menus.
8259 Implemented MENUBREAK style.
8260 Use system colors to draw menus.
8263 Bug fix in COLOR_IsSolid().
8266 Bug fix in FONT_GetMetrics(): calculate average character width
8267 only on existing chars (dialogs look much better).
8270 Bug fix in DrawText(): use text color to underline mnemonic.
8272 * [windows/nonclient.c]
8273 Changed WM_NCHITTEST handling to cope with multi-line menu bars.
8275 * [windows/syscolor.c]
8276 Added system objects for menu colors.
8278 Mon Jul 18 19:32:08 PDT 1994 Andrew Lagodzinski (andrew@netcom.com)
8281 Fixed bug in SelectPrevItem that caused seperators to not be
8282 skipped when using the up arrow key.
8284 ----------------------------------------------------------------------
8285 Thu Jul 14 17:50:45 1994 Bob Amstadt (bob@pooh)
8288 Autodetects Linux version (if running Linux).
8291 New signals for Linux.
8294 New structure field in sys call.
8296 Sun Jul 10 19:31:34 1994 Olaf Flebbe (olaf@dragon)
8299 fixed Memory (Resource) Leak.
8304 Tue Jul 12 18:50:34 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
8306 * [controls/desktop.c]
8307 Implemented desktop wallpaper (only 16 colors for now).
8309 * [controls/menu.c] [windows/nonclient.c]
8310 Preliminary work to allow multi-line menus.
8313 No backing store on desktop window (not useful).
8316 A few fixes to DrawText() to make underlines under mnemonic
8317 letters to look better.
8319 * [windows/graphics.c]
8320 More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
8321 Implemented PolyPolygon() (partially working).
8323 * [windows/winpos.c]
8324 New function WINPOS_SendNCCalcSize().
8325 Cleaned up SetWindowPos() and added preliminary support for
8328 Mon Jul 11 19:15:51 1994 Miguel de Icaza (miguel@sphinx)
8331 Changes to work as a library.
8333 * [if1632/callback.c]
8337 Changes to allow linking with WineLib.
8339 * [include/windows.h]
8340 Added macro WINELIB_UNIMP
8342 * [loader/library.c]
8343 When compiling WineLib, GetProcAddress is not implemented yet.
8346 Added empty InitDLL when using WineLib.
8348 * [loader/ne_image.c]
8349 Some parts of the loader are needed for WineLib, ifdefed correctly
8351 * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
8352 Disable compilation of module when compiling WineLib.
8355 Fixed small bug. When passed an invalid handle WineLib would
8356 crash, now return NULL.
8358 * [toolkit/winmain.c]
8359 Call CreateNewTask in _WinMain.
8361 Sun Jul 10 09:08:02 1994 David Metcalfe <david@prism.demon.co.uk>
8363 * [controls/edit.c] [controls/widget.c]
8364 More changes to improve compatibility with Windows' edit
8365 control. Finished off tab stop support.
8367 Mon Jul 11 21:05:02 MET DST 1994 Erik Bos <erik@hacktic.nl>
8370 # of ordinals in shell.dll changed to 103.
8373 sti, cli will now be ignored.
8376 Added stub for GetSysColorBrush().
8378 ----------------------------------------------------------------------
8379 Sun, 3 Jul 1994 20:15:56 +0100 (BST) David Metcalfe <david@prism.demon.co.uk>
8382 Bug fixes and tidying up. Preliminary tab stop support
8385 * [windows/dialog.c]
8386 Reversed order of buttons in CheckRadioButtons so that all
8387 buttons are now displayed.
8389 Tue Jul 5 18:30:24 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
8391 * [include/options.h] [misc/main.c] [windows/win.c]
8392 Removed nosaveunders option, replaced by handling
8393 the CS_SAVEBITS flag.
8396 Modified the fix for negative size in class extra bytes to
8397 avoid modifying the caller's data.
8400 Bug fix: system font must be a proportional font.
8401 Fixed a bug that caused the default pen to not be selected
8404 * [windows/graphics.c]
8405 Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
8408 * [windows/painting.c]
8409 Removed incorrect selecting of default objects in BeginPaint()
8410 (no longer needed because of the fix in dc.c).
8412 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8416 Add more code to interface '/dev/dsp'.
8418 * New file [misc/mcicda.c]
8419 Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
8421 * New file [misc/mmaux.c]
8422 Stubs to make a future driver connected to '/dev/mixer'.
8425 Temporary patch to CreateWindowEx() for reseting negative
8426 coordinates to 0,0 ; because 'soundrec.exe' give negative values
8427 and I need it to work on MMSYSTEM ... :-)
8430 add a stub 'do_int2f_16' (function 0x16) for DMPI server.
8432 Mon Jun 20 10:08:40 BST 1994 William Smith (wos@dcs.warwick.ac.uk)
8435 New file -- some definitions that were in comm.c now need to
8436 be shared with misc/dos_fs.c
8439 Some definitions moved into include/comm.h
8441 * misc/dos_fs.c (DOS_GetEquipment):
8442 Fixed error in equipment -- bitwise or of two values should
8443 be used instead of logical or. Also added code to correctly
8444 report the number of serial and parallel devices.
8446 ----------------------------------------------------------------------
8447 Mon Jun 20 14:26:41 1994 Bob Amstadt (bob@pooh)
8449 * [objects/bitmap.c]
8450 Allow negative bitmap sizes.
8452 Sun Jun 19 12:00:04 1994 David Metcalfe <david@prism.demon.co.uk>
8455 Improved selection display. Added processing for WM_SETFONT,
8456 EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
8457 EM_GETHANDLE, EM_SETHANDLE messages. Text buffer now stored on
8458 application's local heap.
8460 * [windows/graphics.c]
8461 Corrected bug in Rectangle(). XFillRectangle has the same
8462 width as Rectangle, but XDrawRectangle is one pixel wider
8463 for the same co-ordinates.
8465 * [memory/heap.c] [include/heap.h]
8466 Added HEAP_LocalSize function.
8468 * [windows/event.c] [windows/keyboard.c]
8469 Improvements to KeyStateTable and addition of AsyncKeyStateTable.
8470 Added supporting code to GetKeyState and GetAsyncKeyState and
8471 merged mouse button states into GetKeyboardState.
8473 * [loader/resource.c] [include/accel.h]
8474 Added recognition of SHIFT, CONTROL and ALT keys to
8475 TranslateAccelerator.
8477 * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
8478 A bit more metafile support.
8480 Sun Jun 19 17:29:00 MET DST 1994 Erik Bos (erik@hacktic.nl)
8482 * [loader/resource.c]
8483 SizeofResource() and AllocResource() added, AccessResource() updated.
8485 * [if1632/kernel.spec]
8486 FreeLibrary() used for FreeModule().
8488 * [windows/graphics.c]
8489 Rectangle(): swap left & right corners when right < left,
8490 swap top & bottom when botton < top.
8492 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8494 * [controls/combo.c]
8495 Fix bug in window style of the associated listbox.
8498 Skip separators in keyboard navigation by using new internal
8499 functions SelectPrevItem() & SelectNextItem(),
8502 Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
8503 IntBuf must be alloc to (5+1)=6. char instead of 5.
8506 Put code in functions SetEnvironment() & GetEnvironment().
8509 Start putting some code in ExtractIcon() function.
8512 Some code for MMTimer functions & timers list.
8515 Few stubs for DPMI interrupt calls. Nothing work yet.
8517 Mon Jun 20 07:37:43 EDT 1994 John Richardson (jrichard@cs.uml.edu)
8519 * include/win.h (tagWND):
8520 Added icon fields icon, hIcon and rectClientSave to
8524 Added icon.c to the list of files to compile
8526 * windows/dce.c (GetDCEx):
8527 Added some checks for iconic mode and pass icon window as drawable,
8528 not the real window.
8530 * windows/defwnd.c (DefWindowProc)
8531 Added PAINTICON default windows procedure.
8533 * windows/event.c (EVENT_Expose)
8534 Added check for iconic window expose. If iconic window is exposed
8535 send a WM_PAINTICON message
8538 New file. ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
8540 * windows/mdi.c (DefMDIChildProc)
8541 Test for IsIconic during a SC_RESTORE, this doesn't work yet.
8543 * windows/message.c (hardware_event)
8544 Looks for icon as well as window now.
8546 * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
8547 Added iconify/deiconify in NC_HandleSysCommand, new function
8548 NC_DoNCPaintIcon which paints an icon.
8550 * windows/painting.c (BeginPaint)
8551 Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
8552 and STOCK_SYSTEM_FONT objects since this is (hopefully) default
8555 * windows/win.h (CreateWindowEx)
8556 Set the default background color of a window to be white.
8557 Create icon window, turn off MINIMIZE if it is on, since
8558 I don't know what to do with it as of yet... register
8559 the icon with the hwnd of its window so we can identify where
8560 icon messages are coming from.
8562 Mon Jun 20 10:15:59 1994 Miguel de Icaza (miguel@sphinx)
8564 * windows/event.c: Added a hack to define XPointer when using
8567 * toolkit/hello.c: Test application for WineLib. To compile you'll
8568 need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
8569 need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm
8571 * toolkit/heap.c: Extended the size of the block size per chunk.
8573 * misc/stress.c (GetFreeFileHandles): Fixed typo.
8575 * misc/main.c (main): Changes to allow compilation under SunOS.
8577 * loader/library.c: Changed some ifdefs to compile WineLib.
8579 ----------------------------------------------------------------------
8580 Tue Jun 14 08:09:14 1994 Bob Amstadt (bob@pooh)
8582 * loader/selector.c (GetCurrentPDB):
8583 Added trivial function GetCurrentPDB() which returns the program
8584 segment prefix selector.
8586 * memory/heap.c (HEAP_Free):
8587 If free list is empty, make the freed block the free list.
8589 Fri Jun 10 07:56:49 1994 Bob Amstadt (bob@pooh)
8591 * controls/edit.c (EDIT_SetTextMsg):
8592 Do not append a newline at the end of the last line.
8594 * windows/event.c (SetCapture):
8595 Set winHasCursor if mouse capture succeeds.
8597 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8599 * [controls/listbox.c]
8600 Fix bug in listbox : InsertString should call AddString if -1.
8603 New function GetMenuState().
8605 * [controls/scroll.c] [windows/nonclient.c]
8606 Try to make ShowScrollBar() recalc NC_ regions. Not finished !
8609 Add Stub for TabbedTextOut(), which temporarely call Textout().
8611 * [windows/keyboard.c] [windows/event.c]
8612 New function GetKeyBoardState() with an KeyStateTable array
8613 & associated handling in function EVENT_key().
8615 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
8620 * [loader/library.c]
8621 ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
8625 IsGDIObject() added.
8627 * [miscemu/int2[56].c]
8628 bugfix: both didn't leave flags pushed on 16bit-stack.
8629 (winfile gets a bit further)
8634 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
8636 Added code to drop redundant motion Events in the XEvent queue.
8638 Thu Jun 9 10:55:55 MET DST 1994 Jochen Hein ( Hein@Student.TU-Clausthal.de )
8640 * [misc/main.c misc/message.c include/texts.h]
8641 Removed the text-constants from message.c into variables
8642 which may be changed from X-resources.
8644 * [misc/main.c misc/message.c]
8645 added <locale.h> and setlocale() to main.c, used toupper() in message.c
8647 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
8649 * controls/button.c ( [CR]B_LButton* )
8650 left rc.right at full window width so click on label also
8651 activates the control (MSWin behavior)
8653 Sat Jun 11 19:05:40 1994 Olaf Flebbe (flebbe@tat.physik.uni-tuebingen.de)
8655 * include/windows.h:
8656 functions pointers can not be packed.
8657 (annoying warnings with forthcomming gcc-2.6.x)
8659 * loader/main.c (InitDLL):
8660 Fixed a printf statement. (for control.exe)
8662 (InitializeLoadedDLLs):
8663 deleted shadow definition of *wpnt.
8664 (Breaks many programs, because now COMMDLG will be
8667 * windows/win.c (SetWindowText):
8668 added missing breaks; (PENSATE starts)
8670 * windows/graphics.c (FloodFill):
8671 Proper boundarys. (BANGBANG starts) FloodFile_rec should
8674 * objects/font.c (FONT_GetMetrics):
8675 TYPO: use font->perchar only if it is defined. (WRITE starts)
8677 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
8679 Fixes for improved behaviour when dragging thumb;
8680 Added SB_THUMBPOSITION message when thumb is released.
8682 ----------------------------------------------------------------------
8683 Tue Jun 7 08:41:27 1994 Bob Amstadt (bob@pooh)
8685 * loader/selector.c (FixupFunctionPrologs):
8686 New function to fixup loaded DLL function prologs. It replaces the
8687 do nothing code with code that loads DS with the appropriate data
8688 segment for the DLL.
8690 * misc/cursor.c (LoadCursor):
8691 Disabled cursor loading from .EXE or .DLL. The code needs to handle
8692 the possibility of multiple cursors in a single directory. Also,
8693 it should check to see if the cursor is the right size.
8695 * objects/font.c (EnumFonts):
8696 Checked for lpLogFontList[i] == NULL
8698 * objects/gdiobj.c (SetObjectOwner):
8699 Removed stub. Replaced with simple return in gdi.spec. This
8700 function is not defined for the retail version of Windows.
8702 * memory/heap.c (WIN16_LocalHandleDelta):
8703 New function. This is really a dummy that imitates the proper
8706 * loader/library.c (GetProcAddress):
8707 Fixed definition of IS_BUILTIN_DLL() macro.
8709 Mon Jun 6 18:15:40 1994 Bob Amstadt (bob@pooh)
8711 * miscemu/int21.c (SeekFile):
8712 Needed to return current position in DX:AX.
8714 * windows/utility.c (windows_wsprintf):
8715 Added support for '#' in format, and fixed bug with "ptr" being
8716 incremented too many times.
8718 * miscemu/int21.c (OpenExistingFile):
8719 Add code to handle opening files read-only and write-only.
8722 Segment fixups now done in LoadImage instead of _WinMain. This
8723 is necessary to support LoadLibrary().
8725 Sun Jun 5 17:34:24 1994 Erik Bos (erik@hacktic.nl)
8728 - fixed: GetModuleHandle() sometimes returned
8730 - don't init dlls when cs == 0 (lzexpand, doesn't
8731 seem to have a init function)
8732 - LoadLibrary & LoadImage now return error instead
8734 - moved most of NE-functions into one file.
8735 - LoadLibrary() uses w_files list instead of its
8737 - NE exectables are now fixed-up and initialised when
8738 loaded instead of only once before calling InitTask.
8740 * [miscemu/int15.c] [miscemu/int31.c]
8743 * [loader/selector.c]
8744 Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
8747 Stub added for IsRomModule().
8750 Some cleanup, added heap for returning data.
8752 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8755 Change MAX_ORDINALS define to higher value, 1299 entries.
8756 (MMSYSTEM doesn't have succesive numbers, some are around 1200).
8758 * [windows/utility.c]
8759 Bug fix in windows_wsprintf(), (twice increments ...).
8761 * [windows/winpos.c]
8762 Bug fix in SetWindowPos(), redraw was done if flag
8763 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
8765 * [misc/message.c] [controls/combo.c]
8766 Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
8769 In CreateWindowEx(), do SetMenu() calls after window creation,
8770 just before sending to WM_NCCALCSIZE.
8773 In function SetMenu(), now use SetWindowPos() with
8774 flags SWP_FRAMECHANGED to readjust menu area.
8775 Function MenuBarCalcSize() redone.
8777 Sun May 29 11:08:24 1994 David B. Thomas (dt@yenta.abq.nm.us)
8780 Fixed problems associated with DT_WORDBREAK flag. String length
8781 was not being properly decremented when lines were folded, and
8782 wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
8783 both on in addition to DT_WORDBREAK. Windows does wrapping in
8784 this case, and now so does wine.
8786 Sun Jun 5 19:17:49 1994 Olaf Flebbe (olaf@dragon)
8789 cp1 was uninitialized iff lineno == 0
8791 * FindFile tests for existance of file even if a full
8792 filename was supplied. What about unix file names?
8794 * [controls/listbox ]
8795 wndPtr was uninitialized for LB_SETTOPINDEX
8798 Do not free lpProp. Is it really allocated by malloc?
8799 {edited by Bob Amstadt: changed free() to GlobalFree()}
8801 ----------------------------------------------------------------------
8802 Sat May 28 12:03:23 1994 Bob Amstadt (bob@pooh)
8804 * miscemu/int21.c (OpenExistingFile):
8805 OpenExistingFile needed to return handle in AX register instead
8808 * miscemu/int21.c (ioctlGetDeviceInfo):
8809 Added a little code to give a fake result for normal files.
8811 Wed May 25 21:55:38 1994 Bob Amstadt (bob@pooh)
8814 return value from GlobalSize was completely wrong.
8817 fixed bug in FindFirst. Directory pointer (dp) was not placed in
8821 fixed creation of pop.h to guarantee that flags are restored correctly.
8824 changed all occurance of strncmp() to strncasecmp().
8825 BuildCommDCB() should not require that OpenComm() be called first.
8827 * [loader/selector.c]
8828 Heap initialized to size of full segment less stack size and
8829 automatic data size.
8831 Sat May 28 09:14:33 1994 Rick Sladkey (jrs@world.std.com)
8833 * [controls/listbox.c]
8834 Correct typos in ListBoxResetContent where lpls variable is
8835 used where lsls2 variable is meant. Don't call USER_HEAP_FREE
8836 twice on the same handle if hData and hMem are the same.
8838 * [debugger/opcodes/i386-dis.c]
8839 Add new name array names_rmw for table driven decoding of the
8840 16-bit mod/rm field. Omit large case statement in OP_E and
8841 replace with array reference to match existing coding style.
8842 Add new static variable machine with value 286 or 386 to
8843 correctly decode mod/rm field in either 16 or 32 bit modes.
8844 Set it in print_insn_i{2,3}86. In OP_E use it to decide how
8845 to decode mod/rm. While the code was correct for 16 bit code,
8846 it was improperly decoding mod/rm fields on word prefixed
8847 32 bit instructions.
8849 * [debugger/debug.l]
8850 Recognize new token ABORT. Recognize single letters 'p'
8854 Add new token ABORT. Allow print command to be invoked by
8855 'p' and quit command by 'q', ala GDB. Change lots of '};'
8856 to just '}'. Add static dummy_regs to wine_debug so that
8857 wine_debug(0, NULL) doesn't core dump with qmagic.
8860 Correct syntax of break command in helptext and omit former
8861 comment about probable bugginess of the disassembly since it
8862 is now correct. Change fprintf of first backtrace stack
8863 frame to match that of the second and subsequent frames.
8865 * [loader/selector.c]
8866 Change construction of command line in CreatePSP from creating
8867 a string that looks like "arg1 arg2 \r" to "arg1 arg2". A DOS
8868 PSP command line looks like " arg1 arg2\r" with the length not
8869 including the trailing "\r" but that is not how Windows does it.
8871 * [loader/library.c]
8872 Change uses of %s to print strings in GetModuleHandle to %x so
8873 that string IDs don't cause a core dump with qmagic. Handle
8874 converting a string id to a literal module handle. For
8875 example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
8876 it is a real module handle.
8879 In MessageBox, translate a NULL title argument to the string "Error".
8882 In GetSetProfile translate a NULL Default argument to "". Any
8883 caller whose Default argument is NULL is buggy, but CHARMAP does it
8887 Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
8889 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es)
8891 * New options/resourses nosaveunders and nobackingstore. By
8892 default backingstore and saveunders are now enabled, these use
8893 more memory but avoids those slow (sometimes multiple) redraws
8894 caused be exposure events.
8896 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8898 * [misc/driver.c] New file
8899 Skeleton for 'Installable Wine Drivers' functions. :-)
8900 * [misc/audio.c] New file
8901 Skeleton for basic 'Audio Driver' functions.
8902 * [misc/network.c] New file
8903 Stubs for few networking functions.
8906 More coding ... a dust in a galaxy ...
8908 Some coding for 'RegXXX' functions ... a dust in the wind ...
8911 Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
8914 New function CreateDiscardableBitmap(), it just calling
8915 CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
8917 * [controls/listbox.c]
8918 * [controls/combo.c]
8919 New font member assigned to SYSTEM_FONT as default.
8920 Added processing for WM_SETFONT message;
8923 Tue May 31 20:34:25 EDT 1994 John Richardson <jrichard@cs.uml.edu>
8926 Added AsyncMouseButtonsStates array for GetAsyncKeyState.
8928 * [windows/keyboard.c]
8929 Implemented beginning of GetAsyncKeyState.
8931 Wed May 25 23:35:03 1994 David Metcalfe <david@prism.demon.co.uk>
8933 * [objects/metafile.c] [include/metafile.h]
8934 [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
8936 Further metafile support.
8938 ----------------------------------------------------------------------
8939 Mon May 23 15:07:36 1994 Bob Amstadt (bob@pooh)
8941 * [loader/selector.c]
8942 Allocate heap and stack segments as 64k.
8944 Sat May 21 01:15:49 1994 Rick Sladkey (jrs@world.std.com)
8946 * [loader/selector.c]
8947 Correct typos where memcpy is used instead of memset.
8949 * [loader/resource.c]
8950 Allow for legitimate cases where biSizeImage is 0 in LoadIcon
8951 by calculating the value when the bitmap is not compressed.
8954 Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
8956 * [loader/resource.c]
8957 New function type_match to handle string resource types as
8958 well as IDs. In addition, compare only low 4 bits of type_id
8959 when both numbers are IDs so that 0x0002 matches 0x8002.
8960 In FindResourceByNumber and FindResourceByName use type_match
8961 instead of comparing numbers. In FindResource handle the
8962 "#number" syntax and empty strings in both the resource and
8965 Mon May 23 00:48:25 1994 Rick Sladkey (jrs@world.std.com)
8967 * [windows/dialog.c]
8968 Fix inadvertent printing of string IDs as strings.
8970 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8973 New functions GetMenuItemCount(), GetMenuItemID().
8974 GetMenuString() & HiliteMenuItem().
8975 Bug fix in CheckMenuItem().
8976 Function SetMenu() now make client area recalc if menu removed.
8978 * [windows/winpos.c]
8979 Bug fix in SetWindowPos(), no more XMapping or XConfiguring of
8980 windows with initial width or height equal zero.
8982 * [objects/gdiobj.c]
8983 New function EnumObjects(), using new lpPenBrushList buildup
8984 from calls to new function GDI_AppendToPenBrushList().
8985 ('pbrush.exe' don't show its face yet ! ... :-( )
8986 New EMPTY STUB for function SetObjectOwner(),
8987 ('mplayer.exe' call it via GetProcAddress() ...)
8990 New internal functions ParseFontParms() & InitFontsList().
8991 EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
8992 FONT_MatchFont now make retries to find closest-smallest font.
8993 ('charmap.exe' can now show the differents fonts available)
8995 * [windows/nonclient.c]
8996 Use small dos OBM_OLD_CLOSE button for MDI windows.
8998 * [windows/graphics.c] [objects/bitmap.c]
8999 Start to remove obsolete globals such XT_screen ...
9001 * [loader/library.c]
9002 Make function GetProcAddress() working also with builtin DLLs.
9004 Tue May 24 20:18:02 1994 Erik Bos (erik@hacktic.nl)
9006 * [if1632/system.spec] [if1632/toolhelp.spec]
9007 system.dll & toolhelp.dll added.
9009 * [loader/library.c]
9010 Modified GetModuleFileName() to return the full
9012 Added a check to LoadLibrary() to prevent loading
9013 built in dlls. (eg. user.exe)
9014 Added a check to FreeLibrary() to prevent built-in
9015 dlls from being freed.
9016 Modified GetProcAddress() to support builtin dlls.
9018 * [loader/signal.c] [miscemu/int2f.c]
9019 Added => pifedit runs.
9022 Added a NULL-ptr check to DOS_closedir().
9024 ----------------------------------------------------------------------
9025 Tue May 17 23:03:16 1994 Bob Amstadt (bob@pooh)
9028 Fixed bug with dce initialization that was causing dialog boxes to not
9031 * [if1632/callback.c]
9032 Better fix for bug found by Martin.
9034 Sat May 14 19:48:39 1994 Rick Sladkey (jrs@world.std.com)
9037 Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
9039 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9042 Make EnumFonts() calling a callback with dummy fonts ... :-)
9045 Add Empty Stub for ExtTextOut(), which temporarely call Textout().
9047 * [if1632/callback.c]
9048 Temporarely go around bug in CallWindowProc(), you will see printfs.
9051 Make EDIT controls focused by a mouse click.
9054 Bug Fix in function EnumProps(), better use of CallBack16().
9057 Basic Skelton's for MCI messages dispatching function.
9059 Sun May 15 16:15:17 1994 Erik Bos (erik@hacktic.nl)
9061 * [windows/utility.c]
9062 Added windows_wsprintf() for the emulator, wsprintf() is
9065 Sat May 14 22:16:40 1994 Rick Sladkey (jrs@world.std.com)
9068 Fix pointer problems in LoadCursor leading to heap corruption.
9070 * [ controls/menu.c ]
9071 Fix two NULL dereferencing bugs.
9073 Sun May 15 20:07:48 1994 Rick Sladkey (jrs@world.std.com)
9076 Fix NULL pointer dereferencing bug in GetCharWidth.
9078 * [loader/resource.c]
9079 Fix under-allocation of memory in LoadAccelerators.
9082 Ignore negative sizes for extra fields in RegisterClass.
9084 Sun May 15 06:35:03 1994 David Metcalfe <david@prism.demon.co.uk>
9086 * [objects/metafile.c] [include/metafile.h] [include/windows.h]
9087 [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
9088 [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
9089 [windows/dc.c] [windows/mapping.c]
9090 Beginnings of metafile support.
9093 Corrected spelling of _lcreat.
9097 ----------------------------------------------------------------------
9098 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9100 * [controls/scroll.c]
9101 Make thumbtrack button disappear if scroll box ratio < 3:1.
9102 Make arrow buttons rectangular if scroll box ratio < 2:1.
9103 Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN,
9104 SBS_LEFTALIGN & SBS_RIGHTALIGN.
9105 Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
9107 * [loader/library.c] [loader/task.c] [misc/exec.c]
9108 Continue playing around trying to get a second task running.
9111 Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
9114 Adding previous works of the Apr 25, 94.
9116 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
9118 * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
9119 Added Martin's mmsystem.dll stubs.
9122 Added remaining stubs for sound.dll.
9124 * [if1632/shell.spec] [misc/shell.c]
9125 Fixed prototypes (I found them in BC 4) and added ShellAbout()
9128 ----------------------------------------------------------------------
9129 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9132 Add XUngrabPointer() & XUngrabServer() in wine_fault().
9134 Fri Apr 22 19:30:08 1994 Erik Bos (erik@trashcan.hacktic.nl)
9136 * [objects/bitblt.c]
9137 color_stretch() rewritten to use ints only. *fast!*
9138 BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
9139 use color_stretch().
9141 Mon May 2 21:39:43 1994 Erik Bos (erik@trashcan.hacktic.nl)
9150 SwapMouseButton() added, (NOP).
9153 GetDesktopHwnd() added.
9156 Added not implemented functions defs as comment.
9158 * [misc/winsocket.c]
9159 Change WSAGetXbyY() functions to non-blocking ones,
9160 Added WSAAsyncSelect().
9161 (WSA functions can't be canceled yet).
9163 Wed Apr 20 23:58:58 1994 Scott A. Laird (scott@curly)
9165 * misc/profile.c: Fixed bug with GetIniFileName returning wrong
9166 path when given a simple file name. Fixed GetSetProfile to allow
9167 enumerating all key names when KeyName is null.
9169 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9171 * [objects/bitblt.c]
9172 Add protection to BitBlt() & StretchBlt() for width or height = 0.
9174 * [windows/nonclient.c]
9175 Avoid painting in NC_DoNCPaint() if IsWindowVisible().
9176 Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
9179 CreateWindowEx() & DestroyWindow() now call respectively
9180 AddWindowToTask() & RemoveWindowFromTask().
9181 New empty stub for function AnyPopup().
9183 * [loader/library.c]
9184 Bug Fix : GetModuleFileName() now return full path filename.
9186 * [include/menu.h] [controls/menu.c]
9187 Add hText handle and remove obsolete MENUITEM struct members.
9188 Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
9189 Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
9192 GetTempFilename() now create a file.
9193 _lcreate() use unix open (name, mode, perm), with perm=O666.
9196 Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
9198 * New file [misc/mmsystem.c]
9199 * New file [include/mmsystem.h]
9200 * New file [if1632/mmsystem.spec]
9201 Many, many empty stubs ... :-)
9203 ----------------------------------------------------------------------
9205 Wed Apr 20 14:53:35 1994 Bob Amstadt (bob@pooh)
9207 * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
9208 Fixed bug for non-Linux systems.
9210 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9213 Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
9214 New empty stub for function SetSysModalWindow().
9217 New empty stub for function ExitWindows().
9220 New empty stub for function EnumFonts().
9222 * New file [misc/property.c]
9223 New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
9225 * New file [misc/shell.c]
9226 New empty stubs for function RegisterShellProc(),
9227 ShellExecute() & ShellProc().
9229 * New files [loader/task.c] & [include/task.h]
9230 Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
9231 from 'loader/library.c'.
9233 * [if1632/user.c] [if1632/kernel.c]
9234 Put Atoms functions entries.
9236 * [controls/combo.c]
9237 New functions DirDlgSelectComboBox() & DirDlgListComboBox().
9239 * [controls/listbox.c]
9240 New functions DirDlgSelect() & DirDlgList().
9242 Sun Apr 17 20:57:59 1994 Erik Bos (erik@trashcan.hacktic.nl)
9247 * [if1632/callback.c]
9248 CallGrayStringProc() added.
9250 * [if1632/relay.c] [if1632/mmsystem.spec]
9253 * [if1632/kernel.spec] [if1632/user.spec]
9254 Added forgotten specs for atom functions.
9256 ----------------------------------------------------------------------
9257 Tue Apr 12 00:05:31 1994 Bob Amstadt (bob@pooh)
9259 * misc/spy.c (SpyInit): Added more message types
9261 * [windows/mdi.c] [include/mdi.h]
9262 Maximizing and restoring child windows.
9263 Tiling of child windows.
9265 Mon Apr 11 20:48:28 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
9267 * [windows/winpos.c]
9268 Revert focus and activation to previous window when hiding a window.
9270 * [windows/syscolor.c]
9271 Implemented system color objects (brushes and pens created at
9272 SetSysColor() time for better performance).
9274 * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
9275 Changed painting code to use system color objects.
9277 * [windows/message.c]
9278 New function MSG_InternalGetMessage() for internal messages
9279 loops (e.g. for dialogs or menus).
9281 * [windows/hook.c] [include/hook.h] (New files)
9282 Beginning of the window hooks implementation.
9284 * [windows/dialog.c]
9285 Use new function MSG_InternalGetMessage() in DialogBox().
9287 * [if1632/callback.c]
9288 Added function CallHookProc().
9290 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9293 Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
9296 Nothing much more than a stub for LoadModule(), I saw there a lot
9297 to be done in that corner, I will come back later ...
9299 * [loader/library.c]
9300 New functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
9301 and associated modules & tasks linked-lists.
9302 (it's only an 'emerging bud', more to come next weeks).
9305 Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
9308 You can now click outside menu region without problem.
9309 Keyboard navig more smootly, even if a child has the focus.
9310 Bug fix in InsertItem(), (bad linklist when insert point not found).
9311 change Realloc for Free & Alloc in ModifyItem().
9312 MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores
9313 done by DrawText(), (maybe it should done in DrawText() itself ?).
9315 Sun Apr 10 14:06:08 1994 Erik Bos (erik@trashcan.hacktic.nl)
9318 .INI files will now be stored in / loaded from the windows dir
9319 if no path is supplied.
9321 * [if1632/kernel.spec]
9322 Fixed GetDriveType's prototype.
9324 * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
9325 Fixed prototypes: winsock uses a word as socket handle not an int.
9327 * [misc/winsocket.c]
9328 Added heap allocation for returned structures.
9329 Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
9332 Added IsDLLLoaded(), used in LoadImage() to prevent loading
9333 a dll multiple times.
9334 Directory is added to wine's path when a fullpath is supplied when
9336 LoadImage(): DLL filename used instead DLL's own internal name,
9337 fixes 'Bad DLL name' errors.
9339 Sat Apr 9 08:26:03 1994 David Metcalfe <david@prism.demon.co.uk>
9341 * [controls/edit.c] [controls/widgets.c]
9342 First release of edit control.
9344 ----------------------------------------------------------------------
9345 Tue Apr 5 14:36:59 1994 Bob Amstadt (bob@pooh)
9347 * [include/mdi.h] [windows/mdi.c]
9348 Use WM_PARENTNOTIFY messages to activate children.
9349 Generate WM_CHILDACTIVATE messages.
9350 Beginnings handler for maxmized child window.
9351 Clean up when children are destroyed.
9353 * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
9354 Removed code add 94/03/26.
9356 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9359 Make mouse menu navigation working again. :-))
9360 (be carefull, clicking outside menus (ie.: clientrect)
9363 * [windows/nonclient.c] [controls/scroll.c]
9364 Bugs fix in NCTrackScrollBars().
9367 Bug fix in 'ToDos()' in conversion for '/',
9368 (example: '/window/' was translated to 'WINDOWs').
9371 Function ChangeDir() extract possible drive before DOS_ChangeDir().
9373 * [loader/library.c] [loader/wine.c]
9374 Playing around moving function GetProcAddress() and put some code in.
9376 Mon Apr 4 21:39:07 1994 Alexandre Julliard (julliard@lamisun.epfl.ch)
9379 Better explanation of command-line options.
9382 Implemented SetDIBitsToDevice().
9385 Bug fix in SetDCState().
9388 Removed WS_DISABLED handling (now done in message.c).
9390 * [windows/message.c]
9391 Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
9392 Use WindowFromPoint() to find the window for mouse events, taking
9393 into account disabled windows.
9395 * [windows/painting.c]
9396 Bug fix in BeginPaint() to allow calling it at other times than
9397 on WM_PAINT (Solitaire needs it...)
9400 Implemented FindWindow().
9401 Rewritten EnableWindow() to behave more like Windows.
9403 * [windows/winpos.c]
9404 Rewritten WindowFromPoint() to also search child windows.
9406 Mon Apr 4 17:36:32 1994 Erik Bos (erik@trashcan.hacktic.nl)
9408 * [include/int21.h] -> [msdos.h]
9411 * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h]
9412 new, added for int 10, 25 and 26.
9414 * [miscemu/ioports.c]
9415 new, added to allow win apps to use ioports.
9418 Added support for in, inb, out, outb instructions.
9420 ----------------------------------------------------------------------
9421 Sun Mar 27 13:40:25 1994 Bob Amstadt (bob@pooh)
9423 * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
9425 Sat Mar 26 21:23:55 1994 Bob Amstadt (bob@pooh)
9428 Window list properly updated.
9430 * [windows/message.c]
9431 Call WINPOS_ChildActivate() when mouse pressed.
9433 * [windows/nonclient.c]
9434 Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
9437 * [windows/winpos.c]
9438 Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
9440 Thu Mar 24 14:49:17 1994 Bob Amstadt (bob@pooh)
9442 * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
9443 (DeleteMenu): Many bug fixes.
9446 Created function FindMenuItem().
9448 Thu Mar 24 14:17:24 1994 Bob Amstadt (bob@pooh)
9451 Removed incorrect MDI handling code from CreateWindowEx().
9454 MF_STRING items needed to allocate a private copy of string.
9457 Fixed buggy calls to GlobalFree().
9460 Eliminated some redundant code with function call.
9462 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
9465 timer list pointers looped in InsertTimer
9467 Tue Mar 29 13:32:08 MET DST 1994 julliard@di.epfl.ch (Alexandre Julliard)
9470 A few changes for desktop window support.
9473 Added -depth option.
9476 Yet another bug fix in SubtractRect().
9478 * [objects/bitmap.c]
9479 Changes to use only one depth (specified with -depth)
9483 Added support for dithered solid brushes.
9486 Use the same 20 system colors as in Windows.
9487 System palette initialisation now done in COLOR_InitPalette().
9488 Added support for a color mapping table to map logical color
9489 indexes to X colormap entries.
9490 Implemented GetNearestColor() and RealizeDefaultPalette().
9493 Added support for color mapping table.
9495 * [objects/dither.c] (New file)
9496 Implemented solid color dithering.
9498 * [objects/palette.c]
9499 Implemented GetSystemPaletteEntries() and SelectPalette().
9502 Make a copy of the menu name in RegisterClass().
9505 Fixed device caps when using a desktop window.
9506 Added support for the color mapping table in DCs.
9509 Added ConfigureNotify handler on desktop window.
9511 * [windows/message.c]
9512 Removed call to XTranslateCoordinates() on every mouse motion
9513 New function MSG_Synchronize() to synchronize with the X server.
9515 * [windows/syscolor.c]
9516 Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
9518 * [windows/winpos.c]
9519 Added synchronization on window mapping. Solves the double redraw
9520 problem when starting Solitaire.
9522 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9524 * [control/menu.c] * [windows/defwnd.c]
9525 Make keyboard navigation working with menubar,
9526 but temporarely inserted a bug in menubar mouse handling ... :-((
9527 (it will be fix next week !)
9529 * [windows/defwnd.c]
9530 Connect VK_MENU to menubar navigation.
9532 * [loader/library.c]
9533 GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
9535 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
9538 Added Copy(). Added a check for `-h' to show usage.
9541 Fixed bug in FindFile(), to load directories as dlls.
9544 Fixed ToUnix() and ToDos() again, as my previous patch
9547 * [misc/dos_fs.c] [miscemu/int21.c]
9548 Bug fixes, should be able to handle all winfile and progman int21
9549 requests now except for a few small things.
9551 Tue Mar 29 06:25:54 1994 crw@harris.mlb.semi.harris.com (Carl Williams)
9554 Implemented GetFreeSystemResources().
9556 ----------------------------------------------------------------------
9557 Mon Mar 21 17:32:25 1994 Bob Amstadt (bob@pooh)
9559 * controls/menu.c (GetSubMenu): Function did not return correct value
9562 Beginnings of menu handling.
9564 Thu Mar 10 11:32:06 1994 Stefan (SAM) Muenzel (muenzel@tat.physik.uni-tuebingen.de)
9567 if font.width equals zero use asterix instead.
9569 Mon Mar 21 17:23:37 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
9571 * [objects/bitmap.c]
9572 Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
9575 Some changes with pattern brushes because of the new bitmap code.
9578 Added function COLOR_ToPhysical for better color mapping.
9581 Heavily optimized SetDIBits().
9584 Opimized SetDCState() and DC_SetupGC*() functions.
9585 Added stub for CreateIC().
9587 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9590 Call SetFocus() after closing box to give back focus to previous owner.
9593 Small bug fix in GetTempFilename() : replace a '\' to '\\'.
9595 * [control/scroll.c]
9596 Calls to BitBlt() replace by StretchBlt().
9599 Call SetFocus() to previous owner after closing Popups.
9600 Fill stub DeleteMenu().
9602 * [control/listbox.c]
9604 Use SetFocus() in WM_LBUTTONDOWN.
9605 Close ComboBox List upon WM_KILLFOCUS.
9606 Early development of WM_MEASUREITEM mecanism.
9608 * [windows/defwnd.c]
9609 Early development of WM_MEASUREITEM mecanism.
9611 Tue Mar 22 10:44:57 1994 Miguel de Icaza (miguel@xochitl)
9614 Fixed sintaxis problem when building the library.
9616 ----------------------------------------------------------------------
9617 Tue Mar 15 13:11:56 1994 Bob Amstadt (bob@pooh)
9619 * [include/windows.h]
9620 Added message types and structures for MDI
9623 Created internal structures for handling MDI
9626 Began creating MDI support
9628 Thu Mar 10 16:51:46 1994 Bob Amstadt (bob@pooh)
9630 * [loader/wine.c] [include/wine.h]
9631 Added new field to "struct w_files" to hold the "name table"
9632 resource for Windows 3.0 programs
9634 * [loader/resource.c]
9635 Added code to handle programs with a "name table" resource.
9636 LoadResourceByName() modified to check for the existence of
9639 Mon Mar 14 22:31:42 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
9642 Added installing the private colormap on the desktop window.
9645 Cleaned up focus event handling (see focus.c).
9646 Use GetFocus() to direct key events to the correct window.
9649 Rewritten SetFocus() to:
9650 - only set X focus on top-level windows
9651 - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
9652 - prevent setting focus to disabled windows
9653 - install private colormap so -privatemap option works again
9655 * [windows/message.c] [windows/timer.c]
9656 Changed timer management to no longer use PostMessage(), but
9657 to generate timer messages on the fly. Also fixed a related bug
9658 in GetMessage() which could cause busy-waiting.
9661 Only select focus events on top-level windows.
9663 * [windows/winpos.c]
9664 Added some sanity checks for desktop window.
9666 Fri Mar 4 20:42:01 1994 Erik Bos (erik@trashcan.hacktic.nl)
9669 bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName().
9670 Support for tilde symbol added for rootdirectories in [drives]
9671 section of wine's configfile.
9674 hread(), hwrite() added.
9679 * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
9680 Added STRESS.DLL, an useless dll used to stress a windows system.
9683 Added missing #includes, fixed prototypes for prototype checking.
9685 * [include/prototypes.h]
9687 Added prototypes for loader/*c, if1632/*c.
9689 ----------------------------------------------------------------------
9690 Tue Mar 8 09:54:34 1994 Bob Amstadt (bob@pooh)
9693 Added reminder to set WINEPATH, if it is not set.
9698 * [controls/button.c]
9699 Added BN_CLICKED notification for owner-draw buttons.
9701 * [if1632/kernel.spec] [memory/heap.c]
9702 Changed Local* functions to WIN16_Local* to prevent unconcious use
9706 Push old Stack16Frame on stack before setting.
9708 * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
9709 Added multiple local heap handling in Atom* functions.
9711 * [include/regfunc.h] [miscemu/int21.c]
9712 Rewrote DOS3Call() use context frame that is already on the stack.
9715 Fixed to allow leading ";" to mark comments.
9718 Fixed bugs and added support for "include" and "exclude" filters.
9721 Rearranged calls in InitApp().
9724 Fixed font handling to create system fonts, if they are used.
9727 If text drawn on window with no font specified, then default the
9728 font to the system font.
9730 Mon Mar 7 20:32:09 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
9732 * [controls/desktop.c]
9733 Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
9734 Implemented SetDeskPattern().
9737 Added -desktop option to get a large desktop window with
9738 everything inside it.
9742 Bug fix in SubtractRect().
9745 Replaced the DefaultRootWindow() macro by the rootWindow variable.
9747 * [windows/event.c] [windows/message.c]
9748 [windows/nonclient.c] [windows/win.c]
9749 A few changes to accomodate the new desktop window.
9751 Tue Mar 8 11:13:03 1994 Miguel de Icaza (miguel@xochitl.nuclecu.unam.mx)
9753 * [toolkit/arch.c] --New file--
9754 Routines for converting little endian data structures to
9755 big-endian data structures, currently only BITMAP structures are
9759 When used as part of the WineLib, the code is much simpler.
9760 Doesn't depend on alignement.
9763 Ifdefed Emulator dependent code if compiling WineLib.
9765 * [loader/resource.c]
9766 Moved misc/resource.c to loader/resource.c.
9768 * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
9769 Ifdefed whole code if compiling WINELIB.
9771 * [include/winsock.h]
9772 Added compilation define to allow compilation on SunOS.
9775 Removed load_typeinfo and load_nameinfo prototypes, they belong
9779 Added load_typeinfo and load_nameinfo prototypes.
9782 Fixed some bugs in the conversion routines.
9783 Added macros for Bitmap loading.
9785 Tue Mar 8 12:52:05 1994 crw@maniac.mlb.semi.harris.com (Carl Williams)
9787 * [if1632/kernel.spec] [memory/global.c]
9788 Implemented GetFreeSpace()
9790 * [if1632/user.spec] [loader/resource.c]
9791 Implemented CreateIcon()
9793 ----------------------------------------------------------------------
9794 Tue Mar 1 11:30:21 1994 Bob Amstadt (bob@pooh)
9796 * [Configure] [*/Imakefile]
9797 Created configure script to handle different types of Wine builds.
9799 * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
9800 Added ability to compile Wine on systems with 14-char filename limit.
9802 * [if1632/relay.c] [include/options.h] [misc/main.c]
9803 Added -relaydbg option to command line if DEBUG_RELAY is defined.
9805 * [loader/selector.c]
9806 Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
9809 Fixed LocalInit() to work correctly.
9812 Added code to call loaded DLLs' initialization routines.
9814 Tue Mar 1 01:01:17 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
9817 Added clipping of child windows by their parent's client area.
9819 * [windows/nonclient.c]
9820 Bug fix in NC_DoNCPaint().
9822 * [windows/painting.c]
9823 Bug fix in RedrawWindow().
9825 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9828 Bug fix again in ATOM_DeleteAtom() :
9829 change LocalFree() by USER_HEAP_FREE().
9830 (Previous patch done Feb 13th had been lost)
9832 * [controls/scroll.c]
9833 Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
9835 * [windows/class.c] (sorry Alex ...)
9836 There was no bug there "in RegisterClass() :
9837 WNDCLASS->lpszClassName was reset to NULL."
9840 * [misc/clipboard.c] --- New File ---
9841 New function EnumClipboardFormats().
9842 New function OpenClipboard().
9843 New function CloseClipboard().
9844 New function EmptyClipboard().
9845 New function GetClipboardOwner().
9846 New function GetClipboardViewer().
9847 New function CountClipboardFormats().
9848 New function IsClipboardFormatAvailable().
9849 New function OpenClipboard().
9850 New function GetClipboardData().
9851 New function SetClipboardViewer().
9852 New function EnumClipboardFormats().
9853 New function RegisterClipboardFormat().
9854 New function ChangeClipboardChain().
9855 New function SetClipboardData().
9856 New function GetOpenClipboardWindow().
9857 New function GetPriorityClipboardFormat().
9858 New function GetClipboardFormatName().
9860 Tue Mar 1 20:15:45 1994 Erik Bos <erik@trashcan.hacktic.nl>
9863 bugfix in OpenComm().
9865 ----------------------------------------------------------------------
9866 Tue Feb 22 18:04:02 1994 Jeffrey Hsu <hsu@freefall.cdrom.com>
9868 * [include/winsock.h]
9869 The sockproto struct is already defined in <sys/socket.h>
9872 Need to include <netinet/in.h> for struct in-addr.
9873 Use sys_errlist[] instead of strerror[].
9876 ANSI C specifies that the malloc functions are defined in stdlib.h,
9877 so we don't need to include malloc.h.
9880 Print informative error message about probable cause of i386_set_ldt()
9881 failure and then exit.
9884 For systems that don't use gmake by default, set the MAKE variable
9885 to gmake and propagate it on recursive makes.
9886 Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
9887 can be built with the FreeBSD 1.0.2 compiler.
9889 Tue Feb 22 02:52:19 EST 1994 jrichard@cs.uml.edu (John Richardson)
9891 * [objects/bitblt.c]
9892 Added in three functions to do stretching and compression
9893 for WHITEONBLACK, BLACKONWHITE, and color copies.
9895 Tue Feb 22 15:01:31 EST 1994 jrichard@cs.uml.edu (John Richardson)
9897 * [windows/graphics.c]
9898 Added FloodFill and FloodFill_rec. FloodFill_rec is pretty
9899 inefficent, but should suffice for now.
9901 * [include/windows.h]
9902 Changed the x,y paramaters for the FloodFill prototype
9905 Tue Feb 22 00:58:28 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
9907 * [windows/widgets.c]
9908 Added desktop window class.
9910 * [windows/painting.c]
9911 Bug fix in RedrawWindow().
9912 Implemented ExcludeUpdateRgn().
9914 * [windows/win.c] [windows/winpos.c]
9915 Implemented desktop window.
9917 * [controls/desktop.c]
9918 Preliminary desktop window procedure.
9920 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9923 New function LoadMenuIndirect().
9924 New function GetMenuCheckMarkDimensions().
9926 * [if1632/user.spec]
9927 Entry for DefDlgProc().
9930 Fix bug in RegisterClass() :
9931 WNDCLASS->lpszMenuName was reset to NULL.
9934 In CreateWindowEx(), if hMenu == 0 then use
9935 wndclass->lpszMenuName to load Menu from resource;
9937 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
9939 * [loader/library.c] [loader/wine.c]
9940 Fixed runing DLL's as main executable problem.
9943 Added wildcard support in DOS_readdir().
9945 * [misc/winsocket.c]
9946 Added proper error handling of BSD winsocket functions.
9949 KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
9952 Added functions for GetVersion, GetWinFlags and GetTimerResolution
9953 for libwine.a, SystemParametersInfo() partly implemented.
9955 Tue Feb 22 19:00:02 1994 Miguel de Icaza (miguel@xochitl.nuclecu.unam.mx)
9957 * [toolkit/winmain.c]
9958 Added _WinMain function. Setups the library (calls USER_InitApp).
9961 Added load_mz_header, load_ne_header, load_type_info and
9962 load_name_info functions.
9968 Moved from loader/misc.c. I hope to put back all the loader
9969 functions in the ~loader subdirectory in the future. CUrrently is
9970 needed since it has USER_InitApp.
9973 Since WineLib will probably need DLLs (currently it needs
9974 Sysres.dll). WineLib will be using much code of the loader again.
9975 So I removed some ifdefs that were used by WineLib.
9977 Added load_typeinfo and load_nameinfo (and the corresponding
9978 functions in [toolkit/sup.c]
9980 Added integer convertion functions in the needed places.
9982 Added very ugly patch (includes wine.c). In the next release I
9983 plan to move back all the loader routines to ~/loader. In the
9984 meantime I needed this patch. It doesn't affect any of the
9985 emulator code (its ifdefed for WineLib).
9988 Cleaned up call to WinMain (now uses [toolkit/winmain.c]
9989 Ifdefed argument number checking when compiling the library.
9992 Modified to use load_(mz|ne)_header instead of doing a direct
9993 read. When compiling the emulator it still uses the direct read
9997 Prototypes for loading routines.
10000 Added WINE_PACKED macro instead of __attribute__ ((packed))
10003 Macros for converting integers (Little endian to big-endian).
10004 Needed in the Sun to allow loading of DLL files.
10006 ----------------------------------------------------------------------
10007 Mon Feb 14 23:48:09 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
10009 * [windows/clipping.c]
10010 Moved everything into windows/painting.c and removed this file.
10012 * [windows/message.c]
10013 Removed calls to memmove() in MSG_RemoveMsg().
10015 * [windows/nonclient.c]
10016 Added WM_GETMINMAXINFO support for window resizing.
10018 * [windows/painting.c]
10019 Implemented RedrawWindow().
10021 * [windows/scroll.c]
10022 Bug fix in ScrollWindowEx().
10025 Moved UpdateWindow() to windows/painting.c.
10027 Fri Feb 11 12:41:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
10029 * [loader/wine.c] [misc/dos_fs.c]
10030 getenv() eq NULL bugfixes.
10033 cfmakeraw changed for SunOS.
10035 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10038 Bug fix in ATOM_DeleteAtom() :
10039 change LocalFree() by USER_HEAP_FREE().
10042 New function FatalAppExit().
10045 New empty stub SetMapperFlags().
10047 * [controls/menu.c]
10048 Better CheckMark & other bitmaps placement.
10050 * [windows/graphics.c]
10051 New function RoundRect() : calc.exe now working...
10053 Tue Feb 15 14:29:37 1994 John Richardson
10055 * [objects/bitblt.c]
10056 Fixed StretchBlt so it works quicker and faster. It still doesn't
10057 use the StretchMode bits for bitmap compression, but that will
10060 Mon Feb 14 13:21:04 1994 Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
10062 * [include/windows.h,dialog.h,gdi.h]
10063 Changed __atribute__ ((packed)) for WINE_PACKED.
10064 When compiling the library this is defined as nothing. This gets
10065 rid with all the problems compiling under SunOS. Also
10067 * [windows/utility.c]
10068 Added DebugPrintString.
10071 Added hSysRes = 1 definition to resolve externals.
10072 Added CallLineDDAProc function (toolkit version).
10073 Added toy, and hi ineficient memmove until code in message.c get
10076 * [objects/gdiobj.c]
10077 Ifdefed linux/emulator-dependent code to allow compilation of
10080 * [misc/winsocket.c]
10081 Added ifdef to allow compilation under SunOS.
10083 * [misc/resource.c]
10084 When compiling the library, the resource file is expected to be in
10085 a file called $argv[0].Res. Also the information of the resource
10086 is expected to be at offset 0 of the .Res file.
10089 Call WinMain with arguments if compiling WineLib.
10090 Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
10091 Call sync_profiles to preserve changes to .INI files.
10093 * [misc/comm.c,dos_fs.c]
10094 removed call to atexit(Comm_DeInit)
10095 removed call to atexit(DOS_DeInitFS)
10096 Shutdown functions are now called from the return of WinMain
10098 * removed memorylib subdirectory
10100 * moved memory/atom.c to misc/atom.c
10101 moved memorylib/heap.c to toolkit/heap.c
10104 Moved DebugPrintString to windows/utility.c
10106 * [include/winsock.h]
10107 Define SO_DONTLINGER only if it has not been previously defined.
10109 * [include/windows.h]
10110 added definition for DLGPROC.
10111 added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
10112 When compiling WineLib WNDPROC is defined with all the parameters
10113 to avoid compilation problems.
10116 When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
10117 calls are translated to the library allocation routines.
10119 * [include/gdi.h,user.h]
10120 When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
10121 translated to the library allocation routines.
10124 Defined LocalAlign. When compiling the emulator it's translated as
10125 a call to LocalAlloc (the original code), when compiling WineLib
10126 as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
10127 (atom.c needs aligned data on a 4 byte boundary).
10130 Renamed KERNEL_* functions and fixed prototypes.
10132 * [if1632/kernel.spec]
10133 Renamed KERNEL_* functions in order to be used by applications
10134 using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
10135 _llseek, _lopen, _lwrite).
10138 Create library instead of executable when building target
10141 ----------------------------------------------------------------------
10142 Tue Feb 8 13:52:11 1994 Miguel de Icaza (miguel@roxanne)
10145 Use $(CC) instead of cc.
10146 Added libwine target.
10148 * [include/prototypes]
10149 #ifdefed section for WineLib
10151 * moved loader/cursor.c to misc/cursor.c
10152 moved loader/resource.c to misc/resource.c
10153 moved misc/emulate.c to miscemu/emulate.c
10154 moved misc/int1a.c to miscemu/int1a.c
10155 moved misc/int21.c to miscemu/int21.c
10156 moved misc/kernel.c to miscemu/kernel.c
10157 moved misc/user.c to miscemu/user.c
10159 * [memorylib/heap.c]
10160 Heap management for WineLib
10163 Modified to allow compilation under SunOS (#include errno, SunOS
10164 doesn't have atexit ()).
10167 Modified to allow compilation under SunOS (#include vfs.h)
10170 Modified to allow compilation under SunOS (OPEN_MAX constant,
10173 * [objects/palette.c]
10174 Modified to allow compilation under SunOS (#include limits)
10177 WineLib version of CallWindowProc.
10179 * [windows/event.c]
10180 Typedef XPointer under X11R4 (OpenWindows).
10183 When compiling WineLib, use direct callbacks instead of the
10184 windows supplied callbacks.
10186 Mon Feb 7 22:37:34 MET 1994 julliard@di.epfl.ch (Alexandre Julliard)
10188 * [loader/cursor.c]
10189 New function CURSOR_SetWinCursor(), for internal use, to set
10190 the cursor of a specific window more reliably than with SetCursor().
10192 * [windows/nonclient.c]
10193 Better window management. Moving and resizing from the system
10194 menu should work now.
10195 Added scroll-bar mouse tracking.
10198 Moved scroll-bar creation and destruction to defwnd.c.
10200 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10202 * [windows/nonclient.c]
10203 Call to StdDrawMenuBar() during NC's drawing.
10204 New NC_TrackMouseMenuBar() function which call
10205 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
10207 * [controls/menu.c]
10208 New ChangeMenu() function.
10209 Remove permanently old Xt menu code.
10210 Make common functions MenuButtonDown(), MenuButtonUp()
10211 & MenuMouseMove() for both popups & menubar.
10213 * [controls/combo.c]
10214 Paint OBM_COMBO directly in combo client.
10216 * [controls/listbox.c]
10217 Fix bug in multicolumns calculations.
10219 * [controls/Makefile]
10220 Remove rules for old file 'caption.c'.
10223 Remove empty stub GetModuleFileName().
10225 * [loader/library.c]
10226 New GetModuleHandle() function.
10227 New GetModuleUsage() function.
10228 New GetModuleFileName() function.
10230 * [loader/resource.c]
10231 Try to find the bug a missing menu loading ... Not found yet !
10234 Remove old menubar creation.
10236 Thu Feb 3 22:30:11 1994 Erik Bos (erik@trashcan.hacktic.nl)
10238 * [misc/winsocket.c]
10239 More functions added.
10241 * [if1632/winsock.spec] [misc/winsocket.c]
10242 Added John Brezak's winsock.dll stuff.
10244 ----------------------------------------------------------------------
10245 Tue Feb 1 21:14:47 1994 Bob Amstadt (bob@pooh)
10247 * [loader/selector.c]
10248 Added function CreateNewSegments(). Modified IPCCopySelector
10249 to allow aliasing to any arbitrary memory space.
10251 * [memory/global.c]
10252 Fixed potential bug in GlobalGetFreeSegments().
10254 * [memory/linear.c]
10255 Created functions GlobalLinearLock() and GlobalLinearUnlock().
10257 Tue Feb 1 05:51:43 1994 julliard@di.epfl.ch (Alexandre Julliard)
10259 * [controls/widgets.c]
10260 Removed CAPTION window class.
10262 * [loader/cursor.c]
10263 Bug fix in LoadCursor(): don't allocate memory every time for
10266 * [windows/clipping.c]
10267 Invalidate child windows in InvalidateRgn().
10269 * [windows/defwnd.c]
10270 Added repaint of the caption when changing window text.
10272 * [windows/event.c]
10273 Modified SetCapture() to allow keyboard events while capturing.
10275 * [windows/message.c]
10276 New function MSG_GetHardwareMessage(), to do mouse tracking
10277 without returning control to the Windows program.
10279 * [windows/nonclient.c]
10280 A couple of changes in frame drawing for DLGMODALFRAME windows.
10281 Rewritten window moving code, to use MSG_GetHardwareMessage()
10282 instead of non-client mouse events (this is the way Windows
10283 does it), and to send WM_ENTERSIZEMOVE messages.
10284 Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
10287 Allocate temporary structures on the USER heap instead of
10288 using GlobalAlloc().
10290 * [windows/winpos.c]
10291 Added function WINPOS_GetMinMaxInfo() to get sizing informations.
10293 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10295 * [windows/nonclient.c]
10296 Call to StdDrawScrollBar() during NC's drawing.
10297 Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
10298 Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
10299 Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
10301 * [controls/menu.c]
10302 New GetSubMenu() function.
10303 Move GetMenu() & SetMenu() functions from 'windows/win.c'.
10305 * [controls/listbox.c]
10306 Start changes to satisfy recent changes in scrollbars/windows.
10308 * [loader/resource.c]
10309 Put some code in LoadAccelerators() stub.
10310 New TranslateAccelerator() function.
10313 Remove GetMenu() & SetMenu() functions.
10314 Call to NC_CreateScrollBars() if required by CreateWindow().
10316 ----------------------------------------------------------------------
10317 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
10320 Added functions EnumWindows, EnumChildWindows, and helper
10321 WIN_EnumChildWin. EnumWindows won't list all wine windows
10322 because GetDesktopWindow isn't complete. However, the code
10323 is in place for it to work correctly and only needs
10324 GetDesktopWindow to do so.
10326 Tue Jan 25 05:51:47 1994 julliard@di.epfl.ch (Alexandre Julliard)
10328 * [windows/defwnd.c]
10329 Added handling of activation messages (WM_ACTIVATE,
10330 WM_NCACTIVATE, WM_MOUSEACTIVATE)
10332 * [windows/event.c]
10333 De-activate the window when losing input focus.
10335 * [windows/focus.c]
10336 Bug fix in SetFocus().
10338 * [windows/message.c]
10339 Added activation of the window on mouse-clicks.
10341 * [windows/nonclient.c]
10342 Changed non-client area painting to use the correct colors
10343 depending upon the activation state.
10344 Added WM_NCACTIVATE message handling.
10345 Fixed a couple of bugs in window moving and resizing.
10347 * [windows/winpos.c]
10348 Implemented Get/SetActiveWindow().
10349 Implemented SWP_NOACTIVATE flag in SetWindowPos().
10351 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10354 MessageBox has a CaptionBar for his title except for
10355 MB_SYSTEMMODAL with MB_ICONHAND.
10357 * [windows/nonclient.c]
10358 Call to NC_TrackSysMenu on SysMenu button mouse click.
10360 * [windows/defwnd.c]
10361 Call to NC_TrackSysMenu on Alt key (VK_MENU).
10363 * [controls/menu.c]
10364 New GetSystemMenu() function.
10365 New CopySystemMenu() internal function.
10366 New NC_TrackSysMenu() internal function.
10368 * [include/windows.h]
10369 New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
10371 ----------------------------------------------------------------------
10372 Thu Jan 13 11:45:13 1994 John Richardson <jrichard@cs.uml.edu>
10375 Added functions EnableWindow, IsWindowEnabled, and helper
10379 Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
10380 EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
10381 EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify. Key and
10382 button presses beep for a disabled window.
10383 If anyone finds better places for these checks, please tell me.
10385 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10388 Cleanup on buttons answer value returned.
10390 * [control/combo.c]
10391 Now use OBM_COMBO bitmap dropdown button.
10393 Mon Jan 17 21:56:45 1994 Erik Bos (erik@trashcan.hacktic.nl)
10398 Tue Jan 18 06:36:48 1994 julliard@di.epfl.ch (Alexandre Julliard)
10400 * [loader/cursor.c]
10401 Added X cursor for IDC_SIZENS and IDC_SIZEWE.
10403 * [include/options.h] [misc/main.c] (New files)
10404 Rewrote main() function to get rid of Xt application context,
10405 and added command-line option parsing.
10407 * [objects/color.c]
10408 Use of a private map now configurable with command-line option.
10410 * [windows/defwnd.c]
10411 Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
10413 * [windows/event.c]
10414 Removed ConfigureNotify event handler (no longer needed).
10416 * [windows/message.c]
10417 Send WM_SETCURSOR message on mouse events.
10419 * [windows/nonclient.c]
10420 Use OEM bitmaps for the drawing of the non-client area.
10421 Added caption bar buttons handling, and moving and resizing of
10422 the window via the window frame (bypassing the window manager).
10424 * [windows/painting.c]
10425 Bug fix in BeginPaint().
10428 Set the override_redirect flag for windows (to bypass window
10431 * [windows/winpos.c]
10432 Implemented WindowFromPoint(), ChildWindowFromPoint(),
10433 BringWindowToTop(), Get/SetInternalWindowPos(),
10434 Get/SetWindowPlacement().
10436 Mon Jan 17 20:48:24 1994 Bob Amstadt (bob@pooh)
10439 Added support for multiple local heaps.
10441 ----------------------------------------------------------------------
10442 Tue Jan 4 13:01:33 1994 David Metcalfe <david@prism.demon.co.uk>
10445 Modified code to use system timer.
10447 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10450 Windows create if required new XLIB MenuBar & CaptionBar.
10452 * [windows/defwnd.c]
10453 WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
10454 (I'm not sure it's the good place for it, but it work...)
10456 * [loader/resource.c]
10457 optimize in FindResourceByNumber, make lseek() if next type ...
10459 * [controls/scroll.c]
10460 scrollbar buttons are now using system resources bitmaps.
10462 * [controls/caption.c] - new file ...
10463 captionbar showing title, close button with SysMenu,
10464 and other buttons using system resources bitmaps.
10466 * [controls/menu.c]
10467 New functions: SetMenuItemBitmaps() with 'glues',
10468 Make new version of LoadMenu() & ParseMenu(),
10469 ( put #define USE_POPUPMENU ).
10470 Implementation of MenuBar functions.
10473 New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
10474 New SYSMENU menu, it don't work yet ! :-((
10476 Tue Jan 11 05:27:45 1994 julliard@di.epfl.ch (Alexandre Julliard
10479 Fixed a bug that could cause atoms to be case-sensitive.
10482 Bug fix in SubtractRect().
10484 * [objects/clipping.c]
10485 Bug fix when setting the clip mask to an empty region.
10488 Bug fix in ReleaseDC().
10490 * [windows/dialog.c]
10491 Call AdjustWindowRectEx() before creating the dialog window.
10492 Added support for DS_MODALFRAME style.
10494 * [windows/event.c]
10495 Cleaned up event handling and removed old Xt stuff.
10496 Moved double-click handling to windows/message.c
10498 * [windows/focus.c]
10499 Bug fix: only set the X focus when the window is viewable.
10501 * [windows/graphics.c]
10502 Rewritten DrawReliefRect() to use brush instead of pen, and
10503 to use the system colors.
10505 * [windows/message.c]
10506 Implemented WM_NCHITTEST message sending, and non-client
10508 Cleaned up double-click handling, and removed the Xt code.
10510 * [windows/nonclient.c] (New file)
10511 Implemented AdjustWindowRect().
10512 Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
10514 * [windows/painting.c]
10515 Added sending of the WM_NCPAINT message in BeginPaint().
10517 * [windows/sysmetrics.c] [include/sysmetrics.h] (New files)
10518 Implemented system metrics.
10521 Bug fix in setting the parent and owner in CreateWindow().
10522 Removed the Xt code.
10524 * [windows/winpos.c]
10525 Added sending of the WM_NCPAINT message in SetWindowPos().
10526 Removed the Xt code.
10528 Sun Jan 2 12:38:53 1994 David Metcalfe <david@prism.demon.co.uk>
10530 * [windows/class.c]
10531 Implemented GetClassName and GetClassInfo.
10533 * [windows/caret.c]
10534 Various improvements to text caret code.
10536 Fri Dec 31 15:22:22 1993 John Brezak <brezak@apollo.hp.com>
10539 Patches to work with NetBSD.
10541 Thu Dec 30 12:11:55 1993 John Richardson <jrichard@cs.uml.edu>
10543 * [objects/bitblt.c] Added StretchBlt().
10545 Tue Jan 4 05:22:07 1994 julliard@di.epfl.ch (Alexandre Julliard)
10548 Added creation of system message queue.
10550 * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
10551 Added DC size fields into DC structure.
10553 * [objects/clipping.c]
10554 Bug fix in CLIPPING_IntersectRect().
10556 * [windows/class.c]
10557 Allocate a DCE instead of a DC for CS_CLASSDC classes.
10559 * [windows/clipping.c]
10560 Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
10563 Implemented GetDCEx() and GetWindowDC().
10565 * [windows/defwnd.c]
10566 Implemented WM_WINDOWPOSCHANGED handling.
10568 * [windows/event.c]
10569 Preliminary support for Xlib event handling instead of Xt callbacks.
10570 Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
10572 * [windows/message.c]
10573 Preliminary support for multiple message queues.
10574 Implemented hardware_event() to store messages into the system queue.
10575 Implemented Get/SetTaskQueue().
10576 Better WM_PAINT and WM_TIMER handling.
10577 Changes to use Xlib instead of Xt for events.
10579 * [windows/painting.c]
10580 Use GetDCEx() to retrieve the DC, to get a correct visible region.
10582 * [windows/timer.c]
10583 Moved the timer procedure callback into DispatchMessage().
10584 Changed implementation to get rid of Xt timeouts. Timer checking
10585 is now done inside GetMessage().
10588 Allocate a DCE instead of a DC for CS_OWNDC windows.
10589 Replaced Xt calls with Xlib calls.
10590 Moved window positioning functions into windows/winpos.c
10592 * [windows/winpos.c] (New file)
10593 Rewritten most of the window positioning functions.
10594 Implemented SetWindowPos() and MapWindowPoints().
10596 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10598 * [if1632/user.spec]
10599 Bad arguments description for function SetDlgItemText.
10602 Function DrawText now handle DT_CALCRECT request.
10605 Message boxes now use DrawText with DT_CALCRECT.
10607 * [windows/graphics.c]
10608 Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
10611 Bug fix for flags in function ShowWindow.
10612 More accurate WM_SIZE generated by function ShowWindow.
10614 * [controls/listbox.c]
10615 More code for LBS_MULTIPLESEL.
10616 More code for LBS_MULTICOLUMN.
10618 * [include/windows.h]
10619 Bad define for MF_SEPARATOR.
10621 * [controls/menu.c]
10622 New functions: PopMenuWndProc() with 'glues',
10623 CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(),
10624 DeleteMenu(), ModifyMenu(), TrackPopupMenu().
10625 Code in stubs: CreateMenu(), DestroyMenu().
10627 Sat Jan 1 10:22:43 1994 Bob Amstadt (bob@pooh)
10629 * loader/wine.c: Added support for relocation types 5 and 6.
10631 Mon Dec 27 11:06:03 1993 Erik Bos (erik@trashcan.hacktic.nl)
10634 new functions: BuildCommDCB(), OpenComm(), CloseComm(),
10635 SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
10636 GetCommError(), SetCommEventMask(), GetCommEventMask(),
10637 SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(),
10640 Wed Dec 22 13:00:15 1993 David Metcalfe <david@prism.demon.co.uk>
10642 * [windows/caret.c]
10643 Implemented text caret functions.
10645 Tue Dec 21 06:13:58 1993 julliard@di.epfl.ch (Alexandre Julliard)
10648 Bug fix in LoadImage().
10650 * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
10651 [windows/dc.c] [windows/dce.c] [windows/graphics.c]
10652 Modified graphics calls to take into account the DC origin.
10654 * [windows/defwnd.c]
10655 Added preliminary WM_NCCALCSIZE handling.
10657 * [windows/event.c]
10658 Send WM_NCCALCSIZE message on resize event.
10661 Send WM_NCCALCSIZE message in CreateWindow().
10662 Realize widgets at creation time (should prevent problems with
10663 unrealized widgets).
10665 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10667 * [controls/static.c]
10668 Send mouse & keyboard message received to its parent.
10670 * [controls/scroll.c]
10671 Send keyboard message received to its parent.
10673 * [controls/listbox.c]
10674 Add Navigation keys .
10675 ListBox now use VSCROLL & HSCROLL instead of children.
10676 Alpha version of LBS_MULTIPLESEL.
10677 Alpha version of LBS_MULTICOLUMN.
10679 * [controls/combo.c]
10680 Add Navigation keys on closed ComboBox.
10681 Remove useless 'COMBOBOX_CreateComboBox' function.
10683 Mon Dec 19 20:39:34 1993 Erik Bos (erik@trashcan.hacktic.nl)
10686 LoadImage() modified to use FindFile().
10694 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10696 * [memory/global.c]
10697 bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
10700 preliminary version of a 'glass of wine' bitmap
10702 * [windows/event.c]
10703 New function 'GetCapture'.
10705 * [controls/scroll.c]
10706 Remove useless 'SCROLLBAR_CreateScrollBar' function.
10708 * [controls/listbox.c]
10709 Remove useless 'LISTBOX_CreateListBox' function.
10711 Mon Dec 13 13:51:00 1993 David Metcalfe <david@prism.demon.co.uk>
10714 Corrected bugs in GetCharWidth().
10716 * [windows/event.c]
10717 Modified EVENT_key to send Windows virtual key codes for
10718 WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
10719 for printable characters.
10721 Wed Dec 08 19:20:00 1993 Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
10723 * [windows/graphics.c]
10724 Added Polyline and Polygon
10726 Mon Dec 13 14:51:54 1993 Erik Bos (erik@trashcan.hacktic.nl)
10728 * [controls/listbox.c]
10729 ListBoxDirectory() modified to use dos_fs.c's functions to
10730 access files&|drives.
10732 Sat Dec 04 17:04:23 1993 Erik Bos (erik@trashcan.hacktic.nl)
10735 Added FindFile() to search a file in a dos/unix style path.
10738 New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
10739 GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
10745 Wed Dec 1 16:20:45 1993 Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
10748 The Profile functions now return the correct values. They now
10749 implement all the features described in the SDK.
10751 Tue Nov 30 13:55:27 1993 Bob Amstadt (bob at amscons)
10753 * [loader/selector.c]
10754 Rewrote selector aliasing routines to use System V IPC
10755 routine to alias memory segments.
10757 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10759 * [controls/listbox.c]
10760 More consistency in functions using wIndexes
10762 * [controls/scroll.c]
10763 New function : ShowScrollBar().
10765 * [loader/cursor.c] ... New file
10766 Move cursor functions from [loader/resource.c].
10767 New function : ClipCursor().
10768 New function : GetClipCursor().
10769 New function : CreateCursor().
10770 SetCursor() now working using gloabal variable 'winHasCursor'.
10772 *[object/palette.c]
10773 New stub only : SelectPalette().
10774 New stub only : RealizePalette().
10777 New function : EVENT_enter_notify(),
10778 update 'winHasCursor' and send WM_SETCURSOR.
10781 Add processing of WM_SETCURSOR message.
10784 New members in WND structure : hCursor, hWndVScroll & hWndHScroll.
10785 CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
10786 New function ClientToScreen().
10787 New function ScreenToClient().
10789 Mon Nov 25 18:25:40 1993 Erik Bos (erik@trashcan.hacktic.nl)
10791 * [files.h / regfunc.h / misc/dos.c]
10795 Added support for loading dosdrive cfg from wine.ini.
10801 Wed Nov 24 11:37:33 1993 julliard@disuns2.epfl.ch (Alexandre Julliard)
10803 * [include/atom.h] [memory/atom.c]
10806 * [windows/class.c]
10807 Modified RegisterClass() to use atoms.
10808 Implemented CS_GLOBALCLASS style.
10810 * [windows/message.c]
10811 Implemented RegisterWindowMessage().
10813 * [loader/resource.c]
10814 Bug fix in LoadResource().
10816 * [windows/dialog.c]
10817 Modified CreateDialogParam() to use Find/LoadResource().
10819 Mon Nov 22 13:58:56 1993 David Metcalfe <david@prism.demon.co.uk>
10821 * [windows/scroll.c]
10822 Preliminary implementations of ScrollWindow, ScrollDC and
10825 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10827 * [controls/listbox.c]
10828 Optimization of redraw during 'Add' or 'Insert'.
10830 * [controls/scroll.c]
10831 Optimization of WM_PAINT during 'thumbtracking'.
10833 * [controls/button.c]
10834 Add of beta implement of 'BS_OWNERDRAW'
10836 * [controls/static.c]
10837 Style 'SS_ICON' new supported.
10840 Begin of implemantation of MB_XXX styles.
10842 * [loader/resource.c]
10843 Function LoadIcon() : now prepare transparency Bitmap mask.
10844 Function LoadCursor() : now prepare a 'X pixmapcursor'.
10845 New function SetCursor() : not finished.
10846 New function ShowCursor() : not finished.
10847 New function AccessResource() : stub.
10850 Function DrawIcon(): deugging phase of icon transparency mask.
10852 * [loader/library.c]
10853 new file for news functions LoadLibrary() & FreeLibrary().
10856 Resources only 16bits DLL for System Resources, icons, etc...
10858 Sun Nov 14 14:39:06 1993 julliard@di.epfl.ch (Alexandre Julliard)
10860 * [include/dialog.h] [windows/dialog.c]
10861 Simplified dialog template parsing.
10862 Implemented DialogBoxIndirect().
10865 Fixed bug in CreateWindow() when aborting window creation.
10866 Modified UpdateWindow() to only update visible windows.
10867 Implemented IsWindow().
10869 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10871 * [controls/listbox.c]
10872 Listbox control window : new messages.
10874 * [controls/combo.c]
10875 Combo box control window : new messages.
10878 Moved stub MessageBox() to this new file.
10879 Implemented of a callback, now MessageBox show a window.
10881 * [loader/resource.c]
10882 New function DestroyIcon()
10883 New function DestroyCursor()
10884 Filled stub LoadIcon()
10885 Filled stub LoadCursor()
10886 Bug fixed in FindResourceByName() : missing lseek().
10889 New function DrawIcon()
10892 New function CloseWindow()
10893 New function OpenIcon()
10894 New function IsIconic()
10895 New Function FindWindow()
10897 Sun Nov 14 08:27:19 1993 Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
10899 * [loader/selector.c]
10900 Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
10902 Sun Nov 14 08:27:19 1993 Bob Amstadt (bob at amscons)
10904 * [loader/selector.c]
10905 Wrote AllocSelector() and PrestoChangoSelector(). YUK!
10907 Sat Nov 13 13:56:42 1993 Bob Amstadt (bob at amscons)
10909 * [loader/resource.c]
10910 Wrote FindResource(), LoadResource(), LockResource(),
10913 * [include/segmem.h] [loader/selector.c] [loader/signal.h]
10914 Changed selector allocation method.
10916 Sun Nov 10 08:27:19 1993 Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
10918 * [if1632/callback.c if1632/call.S if1632/user.spec]
10919 added Catch (KERNEL.55) and Throw (KERNEL.56)
10921 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10923 * [controls/scroll.c]
10924 Scroll bar control window
10925 Bug resolved : Painting message before scroll visible.
10927 * [controls/listbox.c]
10928 Listbox control window
10931 * [controls/combo.c]
10932 Combo box control window
10935 * [controls/button.c]
10936 GetCheck Message now return is state.
10939 New function IsWindowVisible()
10941 Mon Nov 1 14:40:21 1993 julliard@di.epfl.ch (Alexandre Julliard)
10943 * [if1632/user.spec]
10944 Removed some duplicate entries.
10946 * [include/dialog.h] [windows/dialog.c]
10947 Implemented dialog units and fonts.
10948 Added preliminary loading of dialog resources.
10949 Preliminary implementation of DialogBox().
10950 Implemented Get/SetDlgItem* functions.
10953 Implemented WM_PARENTNOTIFY message.
10954 Implemented CreateWindowEx() and GetWindow().
10955 Completed DestroyWindow().
10957 Mon Nov 1 18:19:34 1993 Erik Bos
10959 * [loader/signal.c]
10960 Added support for int 0x11 & 0x12.
10963 Improved function handling.
10965 Sun Oct 31 12:38:09 1993 David Metcalfe <david@prism.demon.co.uk>
10968 Implemented GetCharWidth().
10970 Wed Oct 27 09:56:06 1993 John Brezak <brezak@ch.hp.com>
10975 * [include/int21.h include/wine.h]
10976 Change sc_eflags to sc_efl .
10979 Fix misplaced #endif
10980 Include <signal.h> for NetBSD
10983 Don't include <sys/vfs.h> in NetBSD
10984 Do include <sys/mount.h> in NetBSD
10987 Mon Oct 26 17:59:01 1993 Erik Bos
10989 * [include/int21.h]
10993 Added support for many dos ints.
10995 * [misc/file.c] [include/files.h]
10996 Moved OPEN_MAX and DosDriveStruct to files.h.
10998 Sun Oct 24 13:36:50 1993 David Metcalfe <david@prism.demon.co.uk>
11000 * [controls/button.c]
11001 Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
11002 RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
11003 a preliminary USERBUTTON control.
11006 Corrected bugs in TEXT_NextLine() and added handling of prefix
11009 * [controls/button.c]
11010 Disabled focus handling by commenting out SetFocus() calls until
11011 serious bug can be found.
11013 Oct 20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11015 * [controls/listbox.c]
11016 Listbox control window
11017 Painting cleanup, new messages processed.
11019 * [controls/scroll.c]
11020 Scroll bar control window
11023 * [controls/combo.c]
11024 Combo box control window
11027 Tue Oct 12 17:50:11 1993 julliard@di.epfl.ch (Alexandre Julliard)
11029 * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
11030 Better support for the private color map.
11031 Using a private map is now the default.
11036 * [include/dialog.h] [windows/dialog.c]
11037 Implemented CreateDialog*() and IsDialogMessage().
11039 * [misc/xt.c] [windows/defwnd.c]
11040 Moved DefWindowProc() to defwnd.c.
11041 Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
11043 * [windows/defdlg.c]
11044 Started the implementation of DefDlgProc().
11047 Added WM_NCCREATE and WM_NCDESTROY messages.
11048 Implemented IsChild().
11050 Tue Oct 12 17:50:20 1993 David Metcalfe <david@prism.demon.co.uk>
11052 * [windows/focus.c]
11053 Implemented GetFocus() and SetFocus().
11055 * [windows/event.c]
11056 Added processing of FocusIn and FocusOut events.
11058 * [windows/graphics.c]
11059 Added DrawFocusRect().
11061 Sat Oct 9 14:36:57 1993 Erik Bos
11064 Added more function handling.
11066 Wed Oct 6 12:21:22 1993 Erik Bos
11068 * [loader/signal.c]
11069 Split signal.c into int1a.c, int21.c and signal.c.
11071 Tue Oct 5 22:12:40 1993 David Metcalfe
11073 * [controls/static.c] [control/widgets.c]
11074 Static control class.
11077 Added processing of additional DT_ flags to DrawText().
11079 * [windows/win.c] [misc/xt.c]
11080 Added SetWindowText() and WM_SETTEXT processing.
11082 Tue Oct 5 22:12:40 1993 Martin Ayotte
11084 * [controls/listbox.c]
11085 Listbox control window
11087 * [controls/scroll.c]
11088 Scroll bar control window
11090 * [controls/combo.c]
11091 Combo box control window
11093 * [include/combo.h]
11094 Combo box definitions
11096 * [include/listbox.h]
11097 Listbox definitions
11099 * [include/scroll.h]
11100 Scroll bar definitions
11102 Sat Oct 2 09:35:54 1993 Bob Amstadt (bob at pooh)
11104 * [if1632/callback.c]
11105 Fixed bug in MakeProcInstance().
11107 * [debugger/info.c]
11108 Changed x/w and x/b to display in hex.
11110 * [debugger/i386-pinsn.c]
11111 Added code to properly unassemble 16-bit indexing.
11113 Fri Oct 1 08:29:05 1993 Bob Amstadt (bob at pooh)
11115 * [loader/files.c] [misc/profile.c]
11116 System initialization file is now called "wine.ini" and can
11117 be located in the current directory, the user's home directory,
11118 or any directories specified in the WINEPATH environment variable.
11120 * [tools/build.c] [if1632/call.S] [include/regfunc.h]
11121 Changed register function stack to match sigcontext structure.
11123 Thu Sep 30 22:30:21 1993 Bob Amstadt (bob at pooh)
11126 Created function to search a path for files to load.
11129 Modified exe and dll file loading to search through path
11130 specified by the environment variable WINEPATH.
11132 Thu Sep 30 22:30:21 1993 Eric Youngdale
11134 * [loader/signal.c]
11137 Thu Sep 30 22:30:21 1993 John Brezak
11139 * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c]
11140 [debugger/obstack.h]
11141 Updates to allow debugger to function under NetBSD.
11143 Tue Sep 28 19:59:21 1993 David Metcalfe
11146 Implemented support for windows with no borders. Added
11147 GetParent(), GetDlgCtrlID(), GetWindowText() and
11148 GetWindowTextLength() functions.
11151 Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
11152 to DefWindowProc and Implemented MessageBeep().
11154 * [windows/syscolor.c]
11155 Added preliminary system color support.
11157 * [controls/button1.c]
11158 Mods to new button control and integration with Wine.
11160 Tue Sep 28 19:59:21 1993 Johannes Ruscheinski
11162 * [controls/button1.c]
11163 New button control using GDI functions.
11165 Tue Sep 28 19:59:21 1993 Eric Youngdale
11168 Added debugging capabilities to Wine
11170 Sat Sep 25 13:22:50 1993 Alexandre Julliard (julliard@di.epfl.ch)
11172 * [objects/region.c]
11175 Fri Sep 24 07:35:11 1993 Bob Amstadt (bob at pooh)
11178 Changed the entry point code to reduce the standard entry
11179 point size from 22 bytes to 10 bytes. This leaves about
11180 4000 free entry points instead of the 800 in version 0.4.2.
11182 * [loader/resource.c]
11183 Rewrote functions to allow loading of resources from any
11186 * [loader/wine.c] [include/wine.h]
11187 Added functions GetFilenameFromInstance() and GetFileInfo()
11188 to search for a loaded file based on its instance handle.
11189 Added a field in struct w_files to make searching by an instance
11192 Tue Sep 21 09:57:01 1993 miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
11195 Implementation of .INI file handling
11197 Mon Sep 20 10:54:32 1993 David Metcalfe
11199 * [misc/profile.c.old]
11200 Implementation of .INI file handling
11202 Mon Sep 20 10:54:32 1993 John Brezak
11204 * [controls/WinButton.c]
11205 Bug fix with call to XtVaSetValues.
11207 Mon Sep 20 10:54:32 1993 Alexandre Julliard
11210 Quick patch to get colormaps to work with button widget.
11212 Mon Sep 20 02:42:54 1993 (yngvi@hafro.is)
11215 Ifdefed out some bogus Ansi<->Oem conversion functions
11218 New file with string functions like lstr* IsChar* *Ansi*
11220 Wed Sep 15 20:35:10 1993 John Brezak
11222 * [loader/signal.c]
11223 Additional changes to support NetBSD.
11225 Wed Sep 15 22:19:22 1993 Martin Ayotte
11227 * [windows/graphics.c]
11228 Added FrameRect function
11230 Tue Sep 14 13:54:45 1993 Alexandre Julliard
11232 * [objects/color.c] [objects/palette.c]
11233 Preliminary support for private color map.
11235 * [windows/class.c]
11236 Implemented CS_CLASSDC style.
11239 Moved DCEs to USER heap.
11240 Implemented class and window DCs.
11242 * [windows/event.c]
11243 Implemented CS_DBLCLKS style.
11245 * [windows/graphics.c]
11246 Bug fix in SetPixel().
11249 Implemented CS_OWNDC style.
11250 Implemented Get/SetWindowLong().
11252 * [controls/menu.c] [windows/class.c] [windows/clipping.c]
11253 [windows/dce.c] [windows/message.c] [windows/win.c]
11254 Moved windows from global heap to USER heap.
11256 Mon Sep 13 05:00:11 1993 Eric Youngdale
11258 * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
11259 [loader/wine.c] [tools/build.c]
11260 Added ability to generate missing functions statistics.
11262 Mon Sep 13 12:09:47 1993 Scott A. Laird (scott@curly)
11267 * [if1632/kernel.spec]
11268 Added definitions for GetProfile{Int,String} and SetHandleCount.
11270 * [if1632/keyboard.spec]
11271 Created interface specification for Keyboard driver DLL.
11274 Added keyboard.dll to list of included DLLs.
11276 * [if1632/user.spec]
11277 Added LoadAccelerators definition.
11279 * [loader/resource.c]
11280 Added LoadAccelerators stub.
11283 Changed OpenFile, and added SetHandleCount (for winfile.exe)
11285 * [misc/keyboard.c]
11286 Added keyboard code.
11288 * [misc/profile.c] [misc/xt.c]
11289 Moved GetPrivateProfile* commands here, and added GetProfile*
11292 Mon Sep 13 10:24:37 1993 Andrew Bulhak
11294 * [windows/utility.c]
11295 Implemented MulDiv(), OutputDebugString() and wvsprintf()
11297 Fri Sep 10 09:13:30 1993 John Brezak
11300 Created patch to allow BSD make to build wine.
11303 Fixed NULL pointer reference.
11305 * [windows/message.c] [misc/xt.c]
11306 Defined HZ to handle system specific timing.
11308 * [windows/graphics.c]
11311 * [objects/pallete.c]
11312 NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
11314 * [dump.c] [ldt.c] [wine.c]
11315 ifdef'ed linux headers for linux compile.
11317 * [loader/ldtlib.c]
11318 Add NetBSD system calls when compiled on that system.
11320 * [loader/selector.c]
11321 Use mmap(MAP_ANON, ...) for NetBSD.
11324 Fixed selector assumptions.
11326 Thu Sep 9 20:01:37 1993 David Metcalfe
11328 * [controls/WinButton*] [controls/button.c] [controls/widget.c]
11329 [windows/win.c] [windows/class.c]
11330 Added 3D button control and tied into CreateWindow()
11332 Thu Sep 9 07:35:24 1993 Scott Laird
11334 * [if1632/sound.spec]
11335 Created interface specification for SOUND DLL.
11337 * [if1632/win87em.spec]
11338 Added more functions to the WIN87EM DLL interface specification
11341 Created stubs for the new math emulation functions.
11344 Created stubs for the SOUND DLL.
11346 Sun Sep 5 21:02:10 1993 John Burton
11348 * [if1632/kernel.spec]
11349 Added interface specifications for OpenFile, _lclose, _lread, _lopen,
11352 * [include/windows.h]
11356 Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
11358 Fri Sep 3 18:47:03 1993 Alexandre Julliard
11366 Fri Sep 3 18:47:03 1993 Bob Amstadt
11368 * [objects/linedda.c]
11369 Finished LineDDA().
11371 Fri Sep 3 11:52:18 1993 Bob Amstadt
11373 * [windows/timer.c]
11374 Changed to use CallWindowProc() rather directly calling callback.
11376 * [windows/event.c]
11377 Implemented SetCapture() and ReleaseCapture()
11379 * [windows/keyboard.c]
11380 Created stub for GetKeyState()
11382 * [objects/linedda.c]
11383 Created stub for LineDDA()
11385 * [if1632/callback.c]
11386 Created callback handler for LineDDA callback procedure.
11388 * [if1632/callback.c]
11389 Created FreeProcInstance()
11391 Fri Sep 3 08:36:52 1993 David Metcalfe
11393 * [loader/signal.c]
11394 Patch to and code for INT 1A
11396 Thu Sep 2 00:31:54 1993 Alexandre Julliard
11398 * [objects/font.c] [objects/text.c]
11399 More text support: implemented justification and underlining.
11401 * [windows/clipping.c] [objects/clipping.c]
11402 Moved low-level clipping functions to objects/clipping.c.
11404 * [windows/clipping.c] [windows/event.c] [windows/message.c]
11405 Implemented window update regions.
11407 * [windows/dc.c] [objects/dcvalues.c]
11408 Moved some device-independent DC functions to objects/dcvalues.c.
11410 * [windows/graphics.c]
11411 Implemented InvertRect() and GetPixel().
11413 Sat Aug 28 08:40:23 1993 Eric Youngdale
11415 * [include/neexe.h] [loader/wine.c]
11416 Added code to handle relocation type 4.
11418 * [loader/signal.h] [loader/wine.c] [loader/selector.c]
11419 Added support for dos interrupts.
11421 Thu 26 Aug 19:15:00 1993 Eric Youngdale
11423 * [loader/selector.c]
11424 Fixed bug dealing with loading DLLs.
11426 Thu Aug 26 19:22:40 1993 Alexandre Julliard
11428 * [include/gdi.h] [objects/font.c] [windows/dc.c]
11429 Beginning of real font support.
11431 * [windows/graphics.c]
11432 Implemented PatBlt().
11434 * [memory/global.c]
11435 Corrected a bug with linked list handling in GlobalAlloc().
11437 * [objects/bitmap.c]
11438 Corrected a bug in BITMAP_SelectObject().
11440 Tue Aug 24 19:22:40 1993 David Metcalfe
11442 * [controls/Command*] [controls/Label*] [controls[MenuButto*]
11443 [controls/SmeMenuButt*]
11444 Change code to support & as a special character in menu item text.
11446 Tue Aug 24 19:22:40 1993 Alexandre Julliard
11448 * [include/gdi.h] [windows/dc.c]
11449 Heavily modified the DC structure for better device-independence.
11451 * [objects/bitmap.c]
11452 Implemented bitmap dimensions.
11454 * [windows/dc.c] [windows/dce.c]
11455 Implemented DC state saving and restoring.
11458 Implemented ROP mode.
11460 * [windows/graphics.c]
11461 Implemented FillRect().
11463 Mon Aug 23 22:08:34 1993 Bob Amstadt (bob at pooh)
11466 Fixed bug in InvalidateRect(). Solitaire attempted to
11467 clear window before it was realized.
11469 * [loader/resource.c]
11470 Began rewrite of LoadBitmap().
11473 Fixed code which set Argv and Argc global variables.
11475 * [loader/selector.c]
11476 Added code to set up command line arguments.
11478 * [include/neexe.h]
11479 Fixed error in PSP structure.
11481 Tue Aug 17 20:41:12 1993 Alexandre Julliard
11483 * [include/gdi.h] [windows/dc.c]
11484 Implemented device capabilities.
11486 * [objects/region.c]
11487 Implemented EqualRgn() and CombineRgn().
11489 * [windows/clipping.c]
11490 Implemented Save/RestoreVisRgn().
11492 * [windows/graphics.c]
11493 Implemented PaintRgn() and FillRgn().
11495 * [windows/mapping.c]
11496 Implemented mapping modes.
11498 Tue Aug 10 14:07:38 1993 Alexandre Julliard
11500 * [if1632/user.spec] [misc/rect.c]
11501 Implemented rectangle API functions.
11503 * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
11504 Implemented regions.
11506 * [windows/class.c]
11507 Corrected a typo in UnregisterClass().
11509 * [windows/clipping.c] [windows/dc.c]
11510 Implemented DC clipping and visible region.
11512 Tue Aug 10 20:57:56 1993 Bob Amstadt (bob at pooh)
11514 * [controls/menu.c] [windows/win.c]
11515 SetMenu(), GetMenu(), CheckMenuItem() implemented
11517 Thu Aug 5 22:33:22 1993 Bob Amstadt (bob at pooh)
11519 * [controls/menu.c] [windows/win.c]
11520 Many improvements menus. LoadMenu() should work.
11522 Wed Aug 4 14:55:36 1993 Alexandre Julliard
11525 Started the implementation of device-independent bitmaps.
11527 * [objects/bitmap.c]
11528 Added support for multiple bitmap depths.
11530 * [objects/brush.c]
11531 Implemented pattern brushes.
11533 * [windows/dc.c] [windows/graphics.c]
11534 Implemented some GDI graphics primitives.
11536 Tue Aug 3 21:16:47 1993 Bob Amstadt (bob at pooh)
11538 * [controls/menu.c] [windows/win.c] [include/menu.h]
11539 Code to load class menus from executable file.
11541 * [if1632/user.spec]
11542 Fixed specification of SendMessage() and PostMessage.
11544 Mon Jul 26 21:53:24 1993 Alexandre Julliard
11547 Corrected a bug in KERNEL_InitTask().
11549 * [include/windows.h]
11550 Added a lot of constants.
11552 * [loader/selector.c]
11553 Corrected a bug in segment allocation in CreateSelectors().
11555 * [objects/bitmap.c]
11556 Implemented SelectObject() for bitmaps.
11558 * [objects/brush.c]
11559 Implemented hatched brushes and SelectObject().
11561 * [objects/gdiobj.c]
11562 Removed linked list (not needed).
11564 * [objects/palette.c]
11565 Implemented system palette creation and misc. palette API functions.
11567 * [windows/timer.c]
11568 Implemented timers.
11571 Implemented memory device contexts.
11573 Tue Jul 20 10:38:59 1993 Bob Amstadt (bob at pooh)
11576 Split DOS3Call() out of kernel.c. Added support for get date
11577 and time functions.
11580 Added function ReturnFromRegisterFunc() to allow DOS calls
11581 to return values in registers.
11584 Macros to access registers saved on stack.
11586 Tue Jul 20 10:38:59 1993 Alexandre Julliard
11589 Corrected allocation of the WM_CREATE data structure.
11592 Implemented DCE handling.
11594 * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec]
11595 [gdiobj.c] [palette.c] [pen.c]
11596 Implemented the GDI objects data structures and allocation.
11599 Added several structures and constants for GDI objects.
11601 Mon Jul 19 12:51:10 1993 Bob Amstadt (bob at pooh)
11604 Modified system calls to match Linus' new interface for
11605 the LDT modification.
11608 Fixed bug with WM_CREATE message.
11610 * [heap.c] [kernel.spec]
11611 Completed local heap allocation functions.
11614 Created function GlobalQuickAlloc() for easy allocation from DLLs
11616 Tue Jul 13 20:31:31 1993 Bob Amstadt (bob at pooh)
11619 Completed global memory pool API
11621 Sun Jul 11 16:59:52 1993 Alexandre Julliard
11623 * [message.c] [user.c] [user.spec] [windows.h]
11624 Added emulation of Windows message queue.
11626 Thu Jul 8 19:29:27 1993 Bob Amstadt (bob at pooh)
11628 * [build.c] Original by Bob Amstadt
11629 * [callback.c] Original by Bob Amstadt, updates by
11631 * [dump.c] Original by Bob Amstadt
11632 * [global.c] Original by Bob Amstadt
11633 * [heap.c] Original by Bob Amstadt
11634 * [kernel.c] Original by Bob Amstadt
11635 * [ldt.c] Original by Bob Amstadt
11636 * [ldtlib.c] Original by Bob Amstadt
11637 * [relay.c] Original by Bob Amstadt
11638 * [resource.c] Original by Bob Amstadt, updates by
11640 * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
11641 * [user.c] Original by Bob Amstadt
11642 * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
11644 * [wintcl.c] Original by Regents of the University of California,
11645 updates by Peter MacDonald and Alexandre Julliard
11646 * [callback.h] Original by Bob Amstadt
11647 * [dlls.h] Original by Bob Amstadt
11648 * [heap.h] Original by Bob Amstadt
11649 * [neexe.h] Original by Bob Amstadt
11650 * [prototypes.h] Original by Bob Amstadt, updates by
11652 * [segmem.h] Original by Bob Amstadt
11653 * [tkInt.h] Original by Regents of the University of California
11654 * [windows.h] Original by Peter MacDonald, updates by
11655 Alexandre Julliard and Bob Amstadt
11656 * [wine.h] Original by Eric Youngdale
11657 * [kernel.spec] Original by Bob Amstadt, updates by
11659 * [gdi.spec] Original by Bob Amstadt, updates by
11661 * [shell.spec] Original by Bob Amstadt
11662 * [unixlib.spec] Original by Bob Amstadt
11663 * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
11664 * [win87em.spec] Original by Bob Amstadt
11665 * [Windows.tcl] Original by Peter MacDonald, updates by
11667 * [build-spec.txt] Original by Bob Amstadt
11668 * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale