source: trunk/changelog@ 1650

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

Add: numerous integer arithmetic functions

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