source: trunk/changelog@ 1748

Last change on this file since 1748 was 1748, checked in by sandervl, 26 years ago

* empty log message *

File size: 15.0 KB
RevLine 
[1748]1 /* $Id: changelog,v 1.453 1999-11-14 23:26:50 sandervl Exp $ */
[1567]2
[1747]3 99-11-14 Markus Montkowski <mmontkowski@gmx.de>
4 - DDRAW: Code cleanup and some fixes in handling blts in the virtuel buffers.
5 Set IOPL =3 for all DXgames needed for RA (Red Alert).
6 - DSOUND: Implemented a fake soundcard so that the bufferpos does advance.
7 Needed for RA. ToDO: Use better calulation for HiresTimers
8
[1743]9 99-11-14: David Raison <djr@lemur.co.uk>
10 - OLEAUT32: Tidy up IPicture implentation - now handles fOwn.
11
[1736]12 99-11-14: Achim Hasenmueller <achimha@innotek.de>
13 - COMCTL32: Fixed strdupAtoW/WtoA calls
14 Implemented missing undocumted string functions
15
[1731]16 99-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
17 - USER32: Implemented GetMenuItemRect
[1734]18 Fixed SetParent bug (use frame (not client) handle)
[1740]19 Fixed createControls for dialogs (set windowname for ids)
20 Ported LookupIconIdFromDirectory(Ex) (Wine, 991031)
21 Fixed OSLibWinEnableWindow (need to enable/disable both frame and client)
[1748]22 Partly ported Wine CopyImage for cursors & icons (disabled
23 because it doesn't work correctly)
24 Workaround for double height of icon masks -> doesn't work
25 100% correctly and IS A DIRTY HACK. (Open32 bug)
[1731]26
27 99-11-14: Edgar Buerkle <Edgar.Buerkle@gmx.net>
28 - USER32: Fixed WindowFromPoint
29
[1729]30 99-11-14: David Raison <djr@lemur.co.uk>
31 - OLEAUT32: Added beginnings of IPicture interface for VB6 support.
32 Mostly stubs, but enough to get a simple VB6 app started.
33 ICreatePictureIndirect updated.
34
[1723]35 99-11-13: Christoph Bratschi <cbratschi@datacomm.ch>
36 - USER32: fixed more edit bugs
37 merged controls with wine-991031
38
[1719]39 99-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
40 - KERNEL32: Fixed problem with ReadFile & aliased memory
41 (DosRead doesn't like writing to memory addresses
42 returned by DosAliasMem -> search for original
43 memory mapped pointer and use that one)
44 -> fixes problems in Lotus Notes 5.0
[1728]45 Also commit these pages before calling DosRead as exceptions
46 in the kernel can't be handled by us.
[1722]47 - KERNEL32\PELDR:
48 Better error reporting
49 - COMDLG32: Fixed bug in strlen: first check if pointer != NULL (FILEDLG95_InitUI)
50 Bugfix: ofn->lpTemplateName can be string id, so
51 don't always treat it as a string
52 Check pointer returned by CBGetItemDataPtr, if != -1, then
53 it's a string. (FILEDLG95_OnOpen)
[1719]54
[1716]55 99-11-12: Christoph Bratschi <cbratschi@datacomm.ch>
56 - USER32: fixed several edit bugs
57
[1710]58 99-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
59 - GDI32: Changes + fixes in DIBSection bitblt (fixes Quake 2)
[1714]60 - KERNEL32: Added handlemanager class for device drivers
61 Put devio.cpp in device driver class. (NOT TESTED)
[1710]62
63 99-11-12: Edgar Buerkle <Edgar.Buerkle@gmx.net>
64 - KERNEL32: Wrote file io replacement apis (preliminary version)
65 (not enabled)
66
67 99-11-12: Jens Wiessner <wiessnej@rfi.de>
68 - IMAGEHLP,IMM32,OLECLI32,OLEDLG,OLESVR32,PSAPI,RASAPI32
69 Updates
70 - MSVCRT: Added stubs
71
[1701]72 99-11-11: Sander van Leeuwen <sandervl@xs4all.nl>
73 - USER32: Implemented GetWindowContextHelpId & SetWindowContextHelpId
74 Implemented GetKeyboardState (NOT TESTED)
75 Ported SwitchToThisWindow, GetKeyboardLayout, TranslateCharsetInfo
76 GetKeyboardLayoutNameA/W (991031)
77 Fixed Win32Dialog::SetWindowLongA for dlg proc.
78 - GDI32: Implemented EnumFontsA/W. Fixed bugs in EnumFontFamiliesW
79 (NEWTEXTMETRICW is different from NEWTEXTMETRICA)
[1706]80 - KERNEL32: Turn off debugging by default when compiling the nodebuginfo
81 build (can be enabled by setting the env. variable WIN32LOG_ENABLED)
82 Fixes for GetVersionSize/Struct for images that aren't loaded.
83 Fixed heap corruption in GetEnvironmentVariableW.
[1701]84
[1692]85 99-11-10: Christoph Bratschi <cbratschi@datacomm.ch>
86 - USER32: ShowScrollBar: create not existing scrollbars
87
[1689]88 99-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
89 - KERNEL32: Rewrote OSLibDosAllocMem to only return addresses
90 aligned at 64kb boundaries (that's what NT's VirtualAlloc
91 does and it fixes problems with MS Word & StarCraft)
92 Fixed wrong dprintf in GetProcAddress.
93 Added code to VirtualAlloc for committing pages of memory mapped
94 files. (Word needs this)
95 - USER32: Implemented WindowFromDC
96 Call WinWaitMsg from WaitMessage instead of calling Open32 api.
97 Added wvsnprintfA export (required for NTDLL)
98 - NTDLL: Link with user32.lib, don't import by name directly
99 (needs to be done for the kernel32 forwards too)
100 - GDI32: Removed flipping of bitmaps in dibsection (no longer necessary)
101
[1684]102 99-11-10: Patrick Haller <phaller@gmx.net>
103 - COMDLG32: Fix: erroneous filter data for GetOpenFileName now tolerated
[1699]104 Open32 keeps to close to the docs :)
[1695]105 - SHELL32: Add: update to WINE19991108
[1699]106 - GDI32: Add: Font remapping via ODIN.INI (MS Sans Serif -> WarpSans)
[1684]107
[1681]108 99-11-10: knut.st.osmundsen <knut.stange.osmundsen@pmsc.no>
[1689]109 - PE2LX: Added OLE32 to the lie list. New Base class.
110 - WIN32K: Disabled Yield - this solves problems running win32k
111 at SMP kernels and logging problems on all kernels.
112 Added some parameters.
[1681]113
[1672]114 99-11-09: Rene Pronk <R.Pronk@twi.tudelft.nl>
115 - USER32: Added support for control mnemonics (Alt-key sends BM_CLICK
116 to buttons if key == mnemonic for that control)
117
[1665]118 99-11-09: Christoph Bratschi <cbratschi@datacomm.ch>
119 - GDI32: fixed line functions -> don't draw end pixel
120 - COMCTL32/USER32: removed some old workarounds
121 - USER32: fixed system resource handling
122
[1661]123 99-11-09: Sander van Leeuwen <sandervl@xs4all.nl>
124 - OLE32: Renamed dll to OLE32OS2 to avoid conflicts with Lotus SmartSuite's
125 OLE32.dll
126 - OLE32/OLEAUT32/AVIFIL32: compilation fixes
127 - KERNEL32: Fixed lstrcpynAtoW & lstrcpynWtoA, OS/2 unicode api
128 translated up to maxlen characters -> heap corruption
129 in Solitaire. Translate upto min(stringlength+1, maxlen).
130 Also, terminate at strlen(strlength), not maxbuf-1 (lstrcpynWtoA)
131 - KERNEL32: Added code for renaming dlls (i.e. OLE32 <-> OLE32OS2)
132 Odin.ini in bin directory needs to be present for PE loader
133 (includes renaming entries for OLE32 & NETAPI32)
134 NOTE: Dll name in ole32.lib has changed, so a complete recompilation
135 is required!
136 NOTE 2: We might need to add some code to the file io apis in case
137 dirty apps try to read directly from system dlls.
138 - KERNEL32: No need to export private apis by name & ordinal (ord is enough)
[1681]139 - INCLUDE\odinwrap.h
[1672]140 added wrappers that don't print dbg messages (regardless
141 of whether DEBUG is defined or not)
142 - INCLUDE\misc.h: Added dprintf2 function for extensive logging
143 - KERNEL32,USER32, replaced commented out dprintf calls with dprintf2
144 Changed makefiles to enable dprintf2 (DEBUGALL)
145 - KERNEL32: Wrapper heap apis with ODIN* macros. -> fixes FS corruption
[1676]146 - USER32: Fixed LoadMenuIndirectW (didn't call new code)
[1661]147
[1653]148 99-11-09: Patrick Haller <phaller@gmx.net>
149 - NTDLL: Add: various new functions added (DbgXXX)
150
[1648]151 99-11-08: Markus Montkowski <mmontkowski@gmx.de>
152 - WING32: Added first implementation of this old 32bit DLL.
153
[1645]154 99-11-08: Edgar Buerkle <Edgar.Buerkle@gmx.net>
155 - KERNEL32: SetCurrentDirectory, CreateDirectory, RemoveDirectory bugfixes.
156 (remove terminating backslash if present)
157
[1638]158 99-11-08: Patrick Haller <phaller@gmx.net>
[1681]159 - COMCTL32: Fix: EDIT: if obtaining font information fails,
[1638]160 prevent division by zero
[1650]161 - NTDLL: Add: numerous integer arithmetic functions added
[1638]162
[1635]163 99-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
164 - KERNEL32: Fixed bug in thread handler (exception handler set
165 at wrong moment)
[1643]166 Ported Wine critical section code (991031), Open32
167 doesn't correctly fill in the CRITICAL_SECTION structure.
168 Limit size of memory mapped files.
[1635]169 - USER32: PostThreadMessageA/W fix
170
171 99-11-06: Sander van Leeuwen <sandervl@xs4all.nl>
172 - DINPUT: Ported Wine code (991031) (not tested yet)
173 - USER32: Added code for sending mouse events to dinput.dll
174 Added PM <-> win32 key translation (used in dinput.dll)
175
176 99-11-06: Edgar Buerkle <Edgar.Buerkle@gmx.net>
177 - USER32: GetMenuStringW fix
178
[1617]179 99-11-05: Achim Hasenmueller <achimha@innotek.de>
180 - COMCTL32: Source code cleanup, remove warnings, corrected typecasts
181 Added logging, warnings for stub functions
[1623]182 - KERNEL32: Source code cleanup, fix warnings
183 - USER32: Source code cleanup, fix warnings
[1617]184
[1614]185 99-11-05: Patrick Haller <phaller@gmx.net>
186 - COMCTL32: Fix: TREEVIEW_Edit_Subclass is called with freed infoPtr
187 This only cures the symptoms, not the origin!
188
[1611]189 99-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
190 - USER32: Fixed InsertMenuA
191 Message translation fix for WM_USER+n messages (GetMessage)
192 Extra translation.
193 Rewrote/Ported LoadStringA/W (similar to Wine now)
194 - KERNEL32: Changed FindResource, string id translation should be done
195 in LoadStringA/W (done that way in Wine)
[1619]196 Fixed GetModuleHandleA
[1611]197
[1608]198 99-11-05: Jens Wiessner <wiessnej@rfi.de>
199 - MSVFW32: Updated to Wine level 991031
200 - IMM32: Replaced some FIXME entries with dprintf;
201 - KERNEL32: Added _wsnprintfA to .DEF file for export (MSACM32 needs this)
202 - INCLUDE: New MSACM.H from Wine991031 (MSACM32 needs this)
203 - MSACM32: New MSACM32.DLL (Ported from Wine9910131)
204
205 99-11-05: Edgar Buerkle <Edgar.Buerkle@gmx.net>
206 - GDI32: Fixes for StretchDIBits & GetDIBColorTable
207 - USER32: Fixes for ArrangeIconicWindows & ShowOwnedPopups
208 NULL pointer checks in hasWindowName/hasClassName/FindClass
[1611]209 Message translation fix for WM_USER+n messages
[1608]210 - OLE32: Always create OLE window class
211 - KERNEL32: Null pointer check in lstrcmpiA
212 - SHELL32: Corrected export of Shell_GetCachedImageIndex
213
[1598]214 99-11-04: Sander van Leeuwen <sandervl@xs4all.nl>
215 - SHLWAPI: Fixed makefile
216 - USER32: Put back Dani's dialog fix (WS_CLIPSIBLINGS bit for dialog controls)
217 (fixes winhlp32 & comboboxes)
218
[1590]219 99-11-04: Patrick Haller <phaller@gmx.net>
220 - WNETAP32: Add: numerous undocumented functions stubbed
[1591]221 - ADVAPI32: Add: LsaXXX-functions stubbed
[1593]222 - USER32: Fix: wvsprintfA/W fixed (buffer overwrite)
[1603]223 - KERNEL32: Fix: unnamed kernel objects (events, mutexes, semaphores)
[1590]224
[1586]225 99-11-03: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
226 - Makefiles: Changes to build the libraries first
227
[1578]228 99-11-03: Sander van Leeuwen <sandervl@xs4all.nl>
229 - COMDLG32: Import from shlwapi as the original Wine code does
230 - SHELLL32: Added exports
231 - SHLWAPI: Link with shell32.lib for forwarders + added exports
232 - USER32: Fixed mouseactivate for subclassed OS/2 windows (scrollbars)
233 Fixed CreateIconIndirect (Wine file dialog now shows button
234 icons correctly)
235 Don't clear WS_CLIPSIBLINGS bit in OSSetWindowStyle.
236 Removed fix in PMFRAME WM_ADJUSTWINDOWPOS: Previous fix breaks
237 a lot of apps (button.exe/style.exe/header4.exe)
238 (fix = call default frame handler when receiving this msg
239 when the window hasn't been 'created' yet)
240
[1571]241 99-11-03: Christoph Bratschi <cbratschi@datacomm.ch>
[1577]242 - USER32: fixed modal dialogs
[1582]243 added WM_CONTEXTMENU
244 - COMCTL32: implemented statusbar size grip
[1571]245
[1570]246 99-11-03: Patrick Haller <phaller@gmx.net>
[1681]247 - KERNEL32: Fix: undocumented behaviour in SearchPathA
[1570]248 and bugfix in SearchPathW
[1573]249 - USER32: Fix: TrackPopupMenuEx lpPM can be NULL
[1590]250 Fix LoadBitmapA checked for incorrect return value
[1570]251
[1569]252 99-11-02 Markus Montkowski <mmontkowski@gmx.de>
[1577]253 - DDRAW: Changed debug output to DDRAW: ...
[1569]254 Copied Framebuffer if in colorconversion mode for Normal Blits to
[1577]255 the primary surface. => Map Editor of Red Alert works.
[1569]256
[1567]257 00-11-02: Achim Hasenmueller <achimha@innotek.de>
258 - COMCTL32: Incorporated latest WINE 991031 updates
259 Note: listview doesn't paint properly now. Will be fixed later.
260
261 99-11-02: Markus Montkowski <mmontkowski@gmx.de>
[1564]262 - DDRAW: Changed interface handling of Surfaces=> Quake 2 runs again!
[1486]263
[1563]264 99-11-02: Patrick Haller <phaller@gmx.net>
265 - SHELL32: Up to current WINE level
266 - SHLWAPI: Created (in WINE it mostly links to SHELL32)
267
[1544]268 99-11-02: Sander van Leeuwen <sandervl@xs4all.nl>
[1681]269 - INCLUDE\odinwrap.h:
[1544]270 fixed wrong define (_ODINWARP instead of _ODINWRAP)
271 Only check the heap for consistency when DEBUG_ODINHEAP is
272 defined.
273 - USER32: Uncommented EDIT_NOTIFY_PARENT call in EDIT_WM_SetFocus
274 (yesterday's showwindow fix makes sure no WM_SETFOCUS msgs
275 arrive before the dialog received it's WM_INITDIALOG msg)
276 Fixed more FS corruption in dc.cpp.
277 - SHELL32: Added extra exports for comdlg32
[1554]278 - COMDLG32: Ported Wine file & find common dialogs (991031)
[1544]279 Find & Replace dialogs enabled, Wine code called for
280 file dialogs if the app supplies a dialog template.
281 NOTE: Disabled for now. Comctl32 isn't stable enough
282 for the Win95 style Wine comdlg dialogs.
283 Fixed check for find/replace dialog. Notepad uses 32 byte
284 buffer, so why does the wine code fail for < 80 bytes?
285 Fixed display of find/replace dialog -> if not hooked
286 show dialog!
287 - makefiles: Added debugsmp/nodebuginfosmp/releasesmp options to
288 start two nmake process to build everything on two cpus.
289
[1541]290 99-11-01: Sander van Leeuwen <sandervl@xs4all.nl>
291 - USER32: Delete all process windows & classes in exitlist handler
292 Set hwndInsertBehind to HWND_BOTTOM for group boxes
293 (fixes problems when groupbox control is defined after
294 controls inside it in dialog template)
295 Mouse activate fix.
[1544]296 Don't activate child windows in ShowWindow.
[1541]297 - WINMM: Return failure for waveOutGetDevCapsA/W when there's no
298 audio hardware present.
299
300
[1537]301 99-11-01: Daniela Engert <dani@ngrt.de>
302 - USER32: add WS_CLIPSIBLINGS to not-WS_GROUP style STATIC controls
303 (fixes missing text in WELCOME)
[1531]304
[1537]305 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
306
307 This is a hack!
308
309 Dialog controls which contain/surround other controls *need* to be
310 created with the WS_CLIPSIBLINGS style.
311
312 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracBrowser for help on using the repository browser.