source: trunk/changelog@ 1635

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

* empty log message *

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