source: trunk/changelog@ 1671

Last change on this file since 1671 was 1665, checked in by cbratschi, 26 years ago

* empty log message *

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