source: trunk/changelog@ 1684

Last change on this file since 1684 was 1684, checked in by phaller, 26 years ago

Fix: erroneous filter data for GetOpenFileName/GetSaveFileName now tolerated

File size: 9.9 KB
RevLine 
[1684]1 /* $Id: changelog,v 1.432 1999-11-10 12:19:42 phaller Exp $ */
[1567]2
[1684]3 99-11-10: Patrick Haller <phaller@gmx.net>
4 - COMDLG32: Fix: erroneous filter data for GetOpenFileName now tolerated
5 Open32 keeps to close to the docs :)
6
[1681]7 99-11-10: knut.st.osmundsen <knut.stange.osmundsen@pmsc.no>
8 - PE2LX: Added OLE32 to the lie list. New Base class.
9 - WIN32K: Disabled Yield - this solves problems running win32k
10 at SMP kernels and logging problems on all kernels.
11 Added some parameters.
12
[1672]13 99-11-09: Rene Pronk <R.Pronk@twi.tudelft.nl>
14 - USER32: Added support for control mnemonics (Alt-key sends BM_CLICK
15 to buttons if key == mnemonic for that control)
16
[1665]17 99-11-09: Christoph Bratschi <cbratschi@datacomm.ch>
18 - GDI32: fixed line functions -> don't draw end pixel
19 - COMCTL32/USER32: removed some old workarounds
20 - USER32: fixed system resource handling
21
[1661]22 99-11-09: Sander van Leeuwen <sandervl@xs4all.nl>
23 - OLE32: Renamed dll to OLE32OS2 to avoid conflicts with Lotus SmartSuite's
24 OLE32.dll
25 - OLE32/OLEAUT32/AVIFIL32: compilation fixes
26 - KERNEL32: Fixed lstrcpynAtoW & lstrcpynWtoA, OS/2 unicode api
27 translated up to maxlen characters -> heap corruption
28 in Solitaire. Translate upto min(stringlength+1, maxlen).
29 Also, terminate at strlen(strlength), not maxbuf-1 (lstrcpynWtoA)
30 - KERNEL32: Added code for renaming dlls (i.e. OLE32 <-> OLE32OS2)
31 Odin.ini in bin directory needs to be present for PE loader
32 (includes renaming entries for OLE32 & NETAPI32)
33 NOTE: Dll name in ole32.lib has changed, so a complete recompilation
34 is required!
35 NOTE 2: We might need to add some code to the file io apis in case
36 dirty apps try to read directly from system dlls.
37 - KERNEL32: No need to export private apis by name & ordinal (ord is enough)
[1681]38 - INCLUDE\odinwrap.h
[1672]39 added wrappers that don't print dbg messages (regardless
40 of whether DEBUG is defined or not)
41 - INCLUDE\misc.h: Added dprintf2 function for extensive logging
42 - KERNEL32,USER32, replaced commented out dprintf calls with dprintf2
43 Changed makefiles to enable dprintf2 (DEBUGALL)
44 - KERNEL32: Wrapper heap apis with ODIN* macros. -> fixes FS corruption
[1676]45 - USER32: Fixed LoadMenuIndirectW (didn't call new code)
[1661]46
[1653]47 99-11-09: Patrick Haller <phaller@gmx.net>
48 - NTDLL: Add: various new functions added (DbgXXX)
49
[1648]50 99-11-08: Markus Montkowski <mmontkowski@gmx.de>
51 - WING32: Added first implementation of this old 32bit DLL.
52
[1645]53 99-11-08: Edgar Buerkle <Edgar.Buerkle@gmx.net>
54 - KERNEL32: SetCurrentDirectory, CreateDirectory, RemoveDirectory bugfixes.
55 (remove terminating backslash if present)
56
[1638]57 99-11-08: Patrick Haller <phaller@gmx.net>
[1681]58 - COMCTL32: Fix: EDIT: if obtaining font information fails,
[1638]59 prevent division by zero
[1650]60 - NTDLL: Add: numerous integer arithmetic functions added
[1638]61
[1635]62 99-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
63 - KERNEL32: Fixed bug in thread handler (exception handler set
64 at wrong moment)
[1643]65 Ported Wine critical section code (991031), Open32
66 doesn't correctly fill in the CRITICAL_SECTION structure.
67 Limit size of memory mapped files.
[1635]68 - USER32: PostThreadMessageA/W fix
69
70 99-11-06: Sander van Leeuwen <sandervl@xs4all.nl>
71 - DINPUT: Ported Wine code (991031) (not tested yet)
72 - USER32: Added code for sending mouse events to dinput.dll
73 Added PM <-> win32 key translation (used in dinput.dll)
74
75 99-11-06: Edgar Buerkle <Edgar.Buerkle@gmx.net>
76 - USER32: GetMenuStringW fix
77
[1617]78 99-11-05: Achim Hasenmueller <achimha@innotek.de>
79 - COMCTL32: Source code cleanup, remove warnings, corrected typecasts
80 Added logging, warnings for stub functions
[1623]81 - KERNEL32: Source code cleanup, fix warnings
82 - USER32: Source code cleanup, fix warnings
[1617]83
[1614]84 99-11-05: Patrick Haller <phaller@gmx.net>
85 - COMCTL32: Fix: TREEVIEW_Edit_Subclass is called with freed infoPtr
86 This only cures the symptoms, not the origin!
87
[1611]88 99-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
89 - USER32: Fixed InsertMenuA
90 Message translation fix for WM_USER+n messages (GetMessage)
91 Extra translation.
92 Rewrote/Ported LoadStringA/W (similar to Wine now)
93 - KERNEL32: Changed FindResource, string id translation should be done
94 in LoadStringA/W (done that way in Wine)
[1619]95 Fixed GetModuleHandleA
[1611]96
[1608]97 99-11-05: Jens Wiessner <wiessnej@rfi.de>
98 - MSVFW32: Updated to Wine level 991031
99 - IMM32: Replaced some FIXME entries with dprintf;
100 - KERNEL32: Added _wsnprintfA to .DEF file for export (MSACM32 needs this)
101 - INCLUDE: New MSACM.H from Wine991031 (MSACM32 needs this)
102 - MSACM32: New MSACM32.DLL (Ported from Wine9910131)
103
104 99-11-05: Edgar Buerkle <Edgar.Buerkle@gmx.net>
105 - GDI32: Fixes for StretchDIBits & GetDIBColorTable
106 - USER32: Fixes for ArrangeIconicWindows & ShowOwnedPopups
107 NULL pointer checks in hasWindowName/hasClassName/FindClass
[1611]108 Message translation fix for WM_USER+n messages
[1608]109 - OLE32: Always create OLE window class
110 - KERNEL32: Null pointer check in lstrcmpiA
111 - SHELL32: Corrected export of Shell_GetCachedImageIndex
112
[1598]113 99-11-04: Sander van Leeuwen <sandervl@xs4all.nl>
114 - SHLWAPI: Fixed makefile
115 - USER32: Put back Dani's dialog fix (WS_CLIPSIBLINGS bit for dialog controls)
116 (fixes winhlp32 & comboboxes)
117
[1590]118 99-11-04: Patrick Haller <phaller@gmx.net>
119 - WNETAP32: Add: numerous undocumented functions stubbed
[1591]120 - ADVAPI32: Add: LsaXXX-functions stubbed
[1593]121 - USER32: Fix: wvsprintfA/W fixed (buffer overwrite)
[1603]122 - KERNEL32: Fix: unnamed kernel objects (events, mutexes, semaphores)
[1590]123
[1586]124 99-11-03: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
125 - Makefiles: Changes to build the libraries first
126
[1578]127 99-11-03: Sander van Leeuwen <sandervl@xs4all.nl>
128 - COMDLG32: Import from shlwapi as the original Wine code does
129 - SHELLL32: Added exports
130 - SHLWAPI: Link with shell32.lib for forwarders + added exports
131 - USER32: Fixed mouseactivate for subclassed OS/2 windows (scrollbars)
132 Fixed CreateIconIndirect (Wine file dialog now shows button
133 icons correctly)
134 Don't clear WS_CLIPSIBLINGS bit in OSSetWindowStyle.
135 Removed fix in PMFRAME WM_ADJUSTWINDOWPOS: Previous fix breaks
136 a lot of apps (button.exe/style.exe/header4.exe)
137 (fix = call default frame handler when receiving this msg
138 when the window hasn't been 'created' yet)
139
[1571]140 99-11-03: Christoph Bratschi <cbratschi@datacomm.ch>
[1577]141 - USER32: fixed modal dialogs
[1582]142 added WM_CONTEXTMENU
143 - COMCTL32: implemented statusbar size grip
[1571]144
[1570]145 99-11-03: Patrick Haller <phaller@gmx.net>
[1681]146 - KERNEL32: Fix: undocumented behaviour in SearchPathA
[1570]147 and bugfix in SearchPathW
[1573]148 - USER32: Fix: TrackPopupMenuEx lpPM can be NULL
[1590]149 Fix LoadBitmapA checked for incorrect return value
[1570]150
[1569]151 99-11-02 Markus Montkowski <mmontkowski@gmx.de>
[1577]152 - DDRAW: Changed debug output to DDRAW: ...
[1569]153 Copied Framebuffer if in colorconversion mode for Normal Blits to
[1577]154 the primary surface. => Map Editor of Red Alert works.
[1569]155
[1567]156 00-11-02: Achim Hasenmueller <achimha@innotek.de>
157 - COMCTL32: Incorporated latest WINE 991031 updates
158 Note: listview doesn't paint properly now. Will be fixed later.
159
160 99-11-02: Markus Montkowski <mmontkowski@gmx.de>
[1564]161 - DDRAW: Changed interface handling of Surfaces=> Quake 2 runs again!
[1486]162
[1563]163 99-11-02: Patrick Haller <phaller@gmx.net>
164 - SHELL32: Up to current WINE level
165 - SHLWAPI: Created (in WINE it mostly links to SHELL32)
166
[1544]167 99-11-02: Sander van Leeuwen <sandervl@xs4all.nl>
[1681]168 - INCLUDE\odinwrap.h:
[1544]169 fixed wrong define (_ODINWARP instead of _ODINWRAP)
170 Only check the heap for consistency when DEBUG_ODINHEAP is
171 defined.
172 - USER32: Uncommented EDIT_NOTIFY_PARENT call in EDIT_WM_SetFocus
173 (yesterday's showwindow fix makes sure no WM_SETFOCUS msgs
174 arrive before the dialog received it's WM_INITDIALOG msg)
175 Fixed more FS corruption in dc.cpp.
176 - SHELL32: Added extra exports for comdlg32
[1554]177 - COMDLG32: Ported Wine file & find common dialogs (991031)
[1544]178 Find & Replace dialogs enabled, Wine code called for
179 file dialogs if the app supplies a dialog template.
180 NOTE: Disabled for now. Comctl32 isn't stable enough
181 for the Win95 style Wine comdlg dialogs.
182 Fixed check for find/replace dialog. Notepad uses 32 byte
183 buffer, so why does the wine code fail for < 80 bytes?
184 Fixed display of find/replace dialog -> if not hooked
185 show dialog!
186 - makefiles: Added debugsmp/nodebuginfosmp/releasesmp options to
187 start two nmake process to build everything on two cpus.
188
[1541]189 99-11-01: Sander van Leeuwen <sandervl@xs4all.nl>
190 - USER32: Delete all process windows & classes in exitlist handler
191 Set hwndInsertBehind to HWND_BOTTOM for group boxes
192 (fixes problems when groupbox control is defined after
193 controls inside it in dialog template)
194 Mouse activate fix.
[1544]195 Don't activate child windows in ShowWindow.
[1541]196 - WINMM: Return failure for waveOutGetDevCapsA/W when there's no
197 audio hardware present.
198
199
[1537]200 99-11-01: Daniela Engert <dani@ngrt.de>
201 - USER32: add WS_CLIPSIBLINGS to not-WS_GROUP style STATIC controls
202 (fixes missing text in WELCOME)
[1531]203
[1537]204 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
205
206 This is a hack!
207
208 Dialog controls which contain/surround other controls *need* to be
209 created with the WS_CLIPSIBLINGS style.
210
211 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracBrowser for help on using the repository browser.