source: trunk/changelog@ 1645

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

* empty log message *

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