source: trunk/changelog@ 1648

Last change on this file since 1648 was 1648, checked in by hugh, 26 years ago

WING32 added

File size: 7.4 KB
Line 
1 /* $Id: changelog,v 1.424 1999-11-08 22:25:27 hugh Exp $ */
2
3 99-11-08: Markus Montkowski <mmontkowski@gmx.de>
4 - WING32: Added first implementation of this old 32bit DLL.
5
6 99-11-08: Edgar Buerkle <Edgar.Buerkle@gmx.net>
7 - KERNEL32: SetCurrentDirectory, CreateDirectory, RemoveDirectory bugfixes.
8 (remove terminating backslash if present)
9
10 99-11-08: Patrick Haller <phaller@gmx.net>
11 - COMCTL32: Fix: EDIT: if obtaining font information fails,
12 prevent division by zero
13
14 99-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
15 - KERNEL32: Fixed bug in thread handler (exception handler set
16 at wrong moment)
17 Ported Wine critical section code (991031), Open32
18 doesn't correctly fill in the CRITICAL_SECTION structure.
19 Limit size of memory mapped files.
20 - USER32: PostThreadMessageA/W fix
21
22 99-11-06: Sander van Leeuwen <sandervl@xs4all.nl>
23 - DINPUT: Ported Wine code (991031) (not tested yet)
24 - USER32: Added code for sending mouse events to dinput.dll
25 Added PM <-> win32 key translation (used in dinput.dll)
26
27 99-11-06: Edgar Buerkle <Edgar.Buerkle@gmx.net>
28 - USER32: GetMenuStringW fix
29
30 99-11-05: Achim Hasenmueller <achimha@innotek.de>
31 - COMCTL32: Source code cleanup, remove warnings, corrected typecasts
32 Added logging, warnings for stub functions
33 - KERNEL32: Source code cleanup, fix warnings
34 - USER32: Source code cleanup, fix warnings
35
36 99-11-05: Patrick Haller <phaller@gmx.net>
37 - COMCTL32: Fix: TREEVIEW_Edit_Subclass is called with freed infoPtr
38 This only cures the symptoms, not the origin!
39
40 99-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
41 - USER32: Fixed InsertMenuA
42 Message translation fix for WM_USER+n messages (GetMessage)
43 Extra translation.
44 Rewrote/Ported LoadStringA/W (similar to Wine now)
45 - KERNEL32: Changed FindResource, string id translation should be done
46 in LoadStringA/W (done that way in Wine)
47 Fixed GetModuleHandleA
48
49 99-11-05: Jens Wiessner <wiessnej@rfi.de>
50 - MSVFW32: Updated to Wine level 991031
51 - IMM32: Replaced some FIXME entries with dprintf;
52 - KERNEL32: Added _wsnprintfA to .DEF file for export (MSACM32 needs this)
53 - INCLUDE: New MSACM.H from Wine991031 (MSACM32 needs this)
54 - MSACM32: New MSACM32.DLL (Ported from Wine9910131)
55
56 99-11-05: Edgar Buerkle <Edgar.Buerkle@gmx.net>
57 - GDI32: Fixes for StretchDIBits & GetDIBColorTable
58 - USER32: Fixes for ArrangeIconicWindows & ShowOwnedPopups
59 NULL pointer checks in hasWindowName/hasClassName/FindClass
60 Message translation fix for WM_USER+n messages
61 - OLE32: Always create OLE window class
62 - KERNEL32: Null pointer check in lstrcmpiA
63 - SHELL32: Corrected export of Shell_GetCachedImageIndex
64
65 99-11-04: Sander van Leeuwen <sandervl@xs4all.nl>
66 - SHLWAPI: Fixed makefile
67 - USER32: Put back Dani's dialog fix (WS_CLIPSIBLINGS bit for dialog controls)
68 (fixes winhlp32 & comboboxes)
69
70 99-11-04: Patrick Haller <phaller@gmx.net>
71 - WNETAP32: Add: numerous undocumented functions stubbed
72 - ADVAPI32: Add: LsaXXX-functions stubbed
73 - USER32: Fix: wvsprintfA/W fixed (buffer overwrite)
74 - KERNEL32: Fix: unnamed kernel objects (events, mutexes, semaphores)
75
76 99-11-03: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
77 - Makefiles: Changes to build the libraries first
78
79 99-11-03: Sander van Leeuwen <sandervl@xs4all.nl>
80 - COMDLG32: Import from shlwapi as the original Wine code does
81 - SHELLL32: Added exports
82 - SHLWAPI: Link with shell32.lib for forwarders + added exports
83 - USER32: Fixed mouseactivate for subclassed OS/2 windows (scrollbars)
84 Fixed CreateIconIndirect (Wine file dialog now shows button
85 icons correctly)
86 Don't clear WS_CLIPSIBLINGS bit in OSSetWindowStyle.
87 Removed fix in PMFRAME WM_ADJUSTWINDOWPOS: Previous fix breaks
88 a lot of apps (button.exe/style.exe/header4.exe)
89 (fix = call default frame handler when receiving this msg
90 when the window hasn't been 'created' yet)
91
92 99-11-03: Christoph Bratschi <cbratschi@datacomm.ch>
93 - USER32: fixed modal dialogs
94 added WM_CONTEXTMENU
95 - COMCTL32: implemented statusbar size grip
96
97 99-11-03: Patrick Haller <phaller@gmx.net>
98 - KERNEL32: Fix: undocumented behaviour in SearchPathA
99 and bugfix in SearchPathW
100 - USER32: Fix: TrackPopupMenuEx lpPM can be NULL
101 Fix LoadBitmapA checked for incorrect return value
102
103 99-11-02 Markus Montkowski <mmontkowski@gmx.de>
104 - DDRAW: Changed debug output to DDRAW: ...
105 Copied Framebuffer if in colorconversion mode for Normal Blits to
106 the primary surface. => Map Editor of Red Alert works.
107
108 00-11-02: Achim Hasenmueller <achimha@innotek.de>
109 - COMCTL32: Incorporated latest WINE 991031 updates
110 Note: listview doesn't paint properly now. Will be fixed later.
111
112 99-11-02: Markus Montkowski <mmontkowski@gmx.de>
113 - DDRAW: Changed interface handling of Surfaces=> Quake 2 runs again!
114
115 99-11-02: Patrick Haller <phaller@gmx.net>
116 - SHELL32: Up to current WINE level
117 - SHLWAPI: Created (in WINE it mostly links to SHELL32)
118
119 99-11-02: Sander van Leeuwen <sandervl@xs4all.nl>
120 - INCLUDE\odinwrap.h:
121 fixed wrong define (_ODINWARP instead of _ODINWRAP)
122 Only check the heap for consistency when DEBUG_ODINHEAP is
123 defined.
124 - USER32: Uncommented EDIT_NOTIFY_PARENT call in EDIT_WM_SetFocus
125 (yesterday's showwindow fix makes sure no WM_SETFOCUS msgs
126 arrive before the dialog received it's WM_INITDIALOG msg)
127 Fixed more FS corruption in dc.cpp.
128 - SHELL32: Added extra exports for comdlg32
129 - COMDLG32: Ported Wine file & find common dialogs (991031)
130 Find & Replace dialogs enabled, Wine code called for
131 file dialogs if the app supplies a dialog template.
132 NOTE: Disabled for now. Comctl32 isn't stable enough
133 for the Win95 style Wine comdlg dialogs.
134 Fixed check for find/replace dialog. Notepad uses 32 byte
135 buffer, so why does the wine code fail for < 80 bytes?
136 Fixed display of find/replace dialog -> if not hooked
137 show dialog!
138 - makefiles: Added debugsmp/nodebuginfosmp/releasesmp options to
139 start two nmake process to build everything on two cpus.
140
141 99-11-01: Sander van Leeuwen <sandervl@xs4all.nl>
142 - USER32: Delete all process windows & classes in exitlist handler
143 Set hwndInsertBehind to HWND_BOTTOM for group boxes
144 (fixes problems when groupbox control is defined after
145 controls inside it in dialog template)
146 Mouse activate fix.
147 Don't activate child windows in ShowWindow.
148 - WINMM: Return failure for waveOutGetDevCapsA/W when there's no
149 audio hardware present.
150
151
152 99-11-01: Daniela Engert <dani@ngrt.de>
153 - USER32: add WS_CLIPSIBLINGS to not-WS_GROUP style STATIC controls
154 (fixes missing text in WELCOME)
155
156 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
157
158 This is a hack!
159
160 Dialog controls which contain/surround other controls *need* to be
161 created with the WS_CLIPSIBLINGS style.
162
163 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracBrowser for help on using the repository browser.