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
RevLine 
[1638]1 /* $Id: changelog,v 1.421 1999-11-08 14:20:08 phaller Exp $ */
[1567]2
[1638]3 99-11-08: Patrick Haller <phaller@gmx.net>
4 - COMCTL32: Fix: EDIT: if obtaining font information fails,
5 prevent division by zero
6
[1635]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
[1617]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
[1623]23 - KERNEL32: Source code cleanup, fix warnings
24 - USER32: Source code cleanup, fix warnings
[1617]25
[1614]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
[1611]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)
[1619]37 Fixed GetModuleHandleA
[1611]38
[1608]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
[1611]50 Message translation fix for WM_USER+n messages
[1608]51 - OLE32: Always create OLE window class
52 - KERNEL32: Null pointer check in lstrcmpiA
53 - SHELL32: Corrected export of Shell_GetCachedImageIndex
54
[1598]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
[1590]60 99-11-04: Patrick Haller <phaller@gmx.net>
61 - WNETAP32: Add: numerous undocumented functions stubbed
[1591]62 - ADVAPI32: Add: LsaXXX-functions stubbed
[1593]63 - USER32: Fix: wvsprintfA/W fixed (buffer overwrite)
[1603]64 - KERNEL32: Fix: unnamed kernel objects (events, mutexes, semaphores)
[1590]65
[1586]66 99-11-03: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
67 - Makefiles: Changes to build the libraries first
68
[1578]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
[1571]82 99-11-03: Christoph Bratschi <cbratschi@datacomm.ch>
[1577]83 - USER32: fixed modal dialogs
[1582]84 added WM_CONTEXTMENU
85 - COMCTL32: implemented statusbar size grip
[1571]86
[1570]87 99-11-03: Patrick Haller <phaller@gmx.net>
[1573]88 - KERNEL32: Fix: undocumented behaviour in SearchPathA
[1570]89 and bugfix in SearchPathW
[1573]90 - USER32: Fix: TrackPopupMenuEx lpPM can be NULL
[1590]91 Fix LoadBitmapA checked for incorrect return value
[1570]92
[1569]93 99-11-02 Markus Montkowski <mmontkowski@gmx.de>
[1577]94 - DDRAW: Changed debug output to DDRAW: ...
[1569]95 Copied Framebuffer if in colorconversion mode for Normal Blits to
[1577]96 the primary surface. => Map Editor of Red Alert works.
[1569]97
[1567]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>
[1564]103 - DDRAW: Changed interface handling of Surfaces=> Quake 2 runs again!
[1486]104
[1563]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
[1544]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
[1554]119 - COMDLG32: Ported Wine file & find common dialogs (991031)
[1544]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
[1541]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.
[1544]137 Don't activate child windows in ShowWindow.
[1541]138 - WINMM: Return failure for waveOutGetDevCapsA/W when there's no
139 audio hardware present.
140
141
[1537]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)
[1531]145
[1537]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.