source: trunk/changelog@ 1653

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

Add: new functions implemented

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