source: trunk/changelog@ 1643

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

* empty log message *

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