source: trunk/changelog@ 1639

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

.

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