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
RevLine 
[1635]1 /* $Id: changelog,v 1.420 1999-11-08 13:51:13 sandervl Exp $ */
[1567]2
[1635]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
[1617]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
[1623]19 - KERNEL32: Source code cleanup, fix warnings
20 - USER32: Source code cleanup, fix warnings
[1617]21
[1614]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
[1611]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)
[1619]33 Fixed GetModuleHandleA
[1611]34
[1608]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
[1611]46 Message translation fix for WM_USER+n messages
[1608]47 - OLE32: Always create OLE window class
48 - KERNEL32: Null pointer check in lstrcmpiA
49 - SHELL32: Corrected export of Shell_GetCachedImageIndex
50
[1598]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
[1590]56 99-11-04: Patrick Haller <phaller@gmx.net>
57 - WNETAP32: Add: numerous undocumented functions stubbed
[1591]58 - ADVAPI32: Add: LsaXXX-functions stubbed
[1593]59 - USER32: Fix: wvsprintfA/W fixed (buffer overwrite)
[1603]60 - KERNEL32: Fix: unnamed kernel objects (events, mutexes, semaphores)
[1590]61
[1586]62 99-11-03: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
63 - Makefiles: Changes to build the libraries first
64
[1578]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
[1571]78 99-11-03: Christoph Bratschi <cbratschi@datacomm.ch>
[1577]79 - USER32: fixed modal dialogs
[1582]80 added WM_CONTEXTMENU
81 - COMCTL32: implemented statusbar size grip
[1571]82
[1570]83 99-11-03: Patrick Haller <phaller@gmx.net>
[1573]84 - KERNEL32: Fix: undocumented behaviour in SearchPathA
[1570]85 and bugfix in SearchPathW
[1573]86 - USER32: Fix: TrackPopupMenuEx lpPM can be NULL
[1590]87 Fix LoadBitmapA checked for incorrect return value
[1570]88
[1569]89 99-11-02 Markus Montkowski <mmontkowski@gmx.de>
[1577]90 - DDRAW: Changed debug output to DDRAW: ...
[1569]91 Copied Framebuffer if in colorconversion mode for Normal Blits to
[1577]92 the primary surface. => Map Editor of Red Alert works.
[1569]93
[1567]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>
[1564]99 - DDRAW: Changed interface handling of Surfaces=> Quake 2 runs again!
[1486]100
[1563]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
[1544]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
[1554]115 - COMDLG32: Ported Wine file & find common dialogs (991031)
[1544]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
[1541]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.
[1544]133 Don't activate child windows in ShowWindow.
[1541]134 - WINMM: Return failure for waveOutGetDevCapsA/W when there's no
135 audio hardware present.
136
137
[1537]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)
[1531]141
[1537]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.