source: trunk/changelog@ 9438

Last change on this file since 9438 was 9438, checked in by sandervl, 23 years ago

* empty log message *

File size: 10.5 KB
RevLine 
[9438]1/* $Id: changelog,v 1.2368 2002-11-27 14:27:49 sandervl Exp $ */
[9049]2
[9435]3 2002-11-27: Sander van Leeuwen <sandervl@innotek >
4 - USER32: o Fixed CopyBitmap (CopyImage, IMAGE_BITMAP)
5
[9438]6 2002-11-27: Platon Fomichev <platon@innotek >
7 - WININET: o Some updates (should resync with Wine!)
8
[9428]9 2002-11-26: Sander van Leeuwen <sandervl@innotek >
10 - GDI32: o Added debug wrappers for all exports
[9431]11 - USER32: o Handle icon masks with different line alignment. CreateBitmap
12 assumes the optimal alignment, so we must convert them properly.
13 (no collate icon in printer dialog)
[9428]14
[9421]15 2002-11-22: Platon Fomichev <platon@innotek >
16 - USER32: o Static control fix: do not destroy old icon when it is replaced.
17
[9419]18 2002-11-21: Sander van Leeuwen <sandervl@innotek >
19 - GDI32: o Fixed bugs in MMX RGB 555<->565 conversion (leftovers)
20
[9417]21 2002-11-20: Sander van Leeuwen <sandervl@innotek >
22 - USER32: o Ignore size changes when a window is minimized; save them
23 for restore.
24
[9412]25 2002-11-18: Sander van Leeuwen <sandervl@innotek >
26 - KERNEL32: o Added support for renaming of exported functions.
27 (to resolve duplicate name exports in custom build dlls)
[9414]28 - GDI32: o DeleteObject can delete DC handles (thanks to Dietrich Teickner
29 for spotting this bug)
[9412]30
[9401]31 2002-11-13: Sander van Leeuwen <sandervl@innotek >
[9405]32 - SETUPAPI, RICHED32:
33 o Wine resync
[9401]34
[9395]35 2002-11-12: Sander van Leeuwen <sandervl@innotek >
36 - COMCTL32: o Wine resync (toolbar, propsheet, imagelist)
[9397]37 - OLE32, OLEAUT32:
38 o Wine resync
[9395]39
40 2001-11-12: Dietrich Teickner <Dietrich_Teickner@t-online >
41 - COMCTL32: o Wine resync (comboex)
42
[9387]43 2002-11-05: Platon Fomichev <platon@innotek >
44 - GDI32: o FillRgn fix for DIB sections
[9389]45 - USER32: o SetMenu bugfix
[9387]46
[9384]47 2002-11-04: Platon Fomichev <platon@innotek >
48 - GDI32: o CreateCompatibleDC workaround for WGSS bug (current position
49 of new DC must be (0,0))
50 - USER32: o Update for static control
51
[9368]52 2002-10-29: Sander van Leeuwen <sandervl@innotek >
53 - COMCTL32: o Wine resync (header, comboex, flatsb, hotkey, imagelist,
[9373]54 pager, propsheet, rebar, tab, toolbar, tooltips, updown)
[9375]55 - COMDLG32: o Write default printer name to win.ini (needed for printer
56 dialogs)
[9368]57
[9358]58 2002-10-28: Sander van Leeuwen <sandervl@innotek >
59 - GDI32: o Workaround added for WGSS GetDIBits bug
[9360]60 - COMDLG32: o Use Wine printer dialog
[9358]61
[9357]62 2002-10-28: Platon Fomichev <platon@innotek >
63 - USER32: o Fix for WinPeekMsg bug (?); sometimes returns a message
64 we didn't ask for (filter)
[9365]65 o Fixed creation of dialog with CreateWindowExA/W
[9357]66 - GDI32: o StretchDIBits fix for partial blits & RGB conversion
67
[9353]68 2002-10-24: Platon Fomichev <platon@innotek >
69 - USER32: o TranslateWinMsg bugfix
70
[9344]71 2002-10-15: Platon Fomichev <platon@innotek >
72 - USER32: o Disable close button & close item in system menu for windows
73 with SC_NOCLOSE class style
74
[9341]75 2002-10-11: Sander van Leeuwen <sandervl@innotek >
76 - USER32: o SetParent bugfix; don't clear window id if parent is set to
77 0.
78
[9339]79 2002-10-10: Sander van Leeuwen <sandervl@innotek >
80 - KERNEL32: o Overlapped IO bugfixes for synchronization (typically seen
81 with heavy threaded apps on SMP systems)
82 o Fix for IP logging
83
[9337]84 2001-10-08: Dietrich Teickner <Dietrich_Teickner@t-online >
85 - SHELL32: o SHFileOperationA updates
86
[9335]87 2002-10-08: Sander van Leeuwen <sandervl@innotek >
88 - ODINCRT: o Updates for shared critical sections
89
[9330]90 2002-10-07: Sander van Leeuwen <sandervl@innotek >
91 - ODINCRT: o Minor updates for critical section functions
92
[9327]93 2002-10-07: Platon Fomichev <platon@innotek >
94 - IPHLPAPI: o GetAdaptersInfo bugfix
[9332]95 - KERNEL32: o CD ioctls: stop audio when seeking
[9327]96
[9318]97 2002-10-03: Sander van Leeuwen <sandervl@innotek >
[9319]98 - KERNEL32: o Added IP logging (define WIN32_IP_LOGGING in dbglog.cpp)
[9318]99 - IPLOG: o IP logging server
100
[9316]101 2002-10-03: Platon Fomichev <platon@innotek >
102 - KERNEL32: o Implemented IOCTL_CDROM_RAW_READ
103
[9314]104 2002-10-01: Sander van Leeuwen <sandervl@innotek >
105 - KERNEL32: o Be careful with stack usage in exception handler during
106 XCPT_GUARD_PAGE_VIOLATION.
107
[9307]108 2002-09-30: Sander van Leeuwen <sandervl@innotek >
109 - SHELL32: o Fixed crash when deleting a file in the file dialog
[9309]110 - KERNEL32: o Fixes for volume access
[9307]111
[9305]112 2002-09-30: Platon Fomichev <platon@innotek >
113 - COMDLG32: o File dialogs: if lpstrInitialDir is not a dir but a filename
114 skip it and use current directory
115
[9299]116 2002-09-27: Sander van Leeuwen <sandervl@innotek >
117 - KERNEL32: o GetFileSize must fail for drives
[9301]118 o Disable physical disk & volume access by default;
119 call EnablePhysicalDiskAccess to enable it (custom build)
[9303]120 o FindFirst/NextVolumeA fixes for ignoring LVM volumes
[9299]121
[9295]122 2002-09-26: Sander van Leeuwen <sandervl@innotek >
123 - KERNEL32: o OS/2 Physical partition names have base 1 (0 for win32)
124 o Convert ERROR_PATH_NOT_FOUND to ERROR_FILE_NOT_FOUND in
125 OSLibDosCreateFile
126 o IOCTL_DISK_GET_DRIVE_GEOMETRY fix for physical drive
127 o Fixed return value for FindNextVolumeMountPointA/W
128 o Fixed read & write for unmounted volumes; must update
129 current file position manually & check for boundaries
130 - WINMM: o Fixed debug wrapper logging
131 - USER32: o WM_ADJUSTFRAMEPOS:
132 The PM frame control changes the z-order of a child window
133 if it receives focus after a window has been destroyed
134 We can't let this happen as this breaks assumptions
135 elsewhere (e.g. GetNextDlgGroupItem)
136 By returning 0 here, we prevent the default frame handler
137 from messing things up. (one example is a group of radio buttons)
138
[9293]139 2002-09-24: Vit Timchishin <tivv@ukr >
140 - KERNEL32: o Fix for OSLibDosFreeMem
141
[9288]142 2002-09-24: Sander van Leeuwen <sandervl@innotek >
143 - BIN: o WGSS update from IBM
[9289]144 - IPHLPAPI: o GetNetworkParams: fixed completely broken code to fill in
145 DNS entries.
[9288]146
[9285]147 2002-09-19:
148 - MAKE, TOOLS/BIN/RM, FASTDEP:
149 o IPF and IPP support. They are built in the 'misc' pass.
150 See make\testcase\ipf.mak for usage example.
151 NB. FastDep does only C styled dependency generation
152 for .IPP files.
153 o Corrected bad .orc dependency generation.
154 o Added some shortcut rules to restart/skip passes.
155 o Fixed rm -R filename. Suppressed ERROR_PATH_NOT_FOUND msgs.
156
[9267]157 2002-09-19: Sander van Leeuwen <sandervl@innotek >
158 - ODINCRT: o Include new & delete in memory statistics
159
[9264]160 2002-09-19: Platon Fomichev <platon@innotek >
161 - USER32: o Put window on top of owner if owner is not in the foreground;
162 HWND_TOP forces the owner to the top as well
163 (window creation)
164
[9263]165 2002-09-18: Sander van Leeuwen <sandervl@innotek >
166 - KERNEL32: o Added code to print leaked heap memory
167
[9260]168 2002-09-18: Platon Fomichev <platon@innotek >
169 - USER32: o WM_MOUSEWHEEL update
170
[9255]171 2002-09-17: Platon Fomichev <platon@innotek >
172 - USER32: o Create invisible vertical scroller for all top-level windows
173 so the IBM wheel driver sends us WM_VSCROLL messages
[9257]174 o Added WM_MOUSEWHEEL message support
[9255]175
[9246]176 2002-09-16: Sander van Leeuwen <sandervl@innotek >
177 - COMCTL32: o LISTVIEW_ProcessLetterKeys bugfix
[9248]178 - GDI32: o Statistics fixes & print leaked gdi handles
179 when unloaded.
[9250]180 o Don't recycle handles too soon. That makes it more difficult
[9249]181 to interpret the logfile.
[9246]182
[9253]183 2002-09-16: Platon Fomichev <platon@innotek >
184 - USER32: o Combobox fix to update selected item when the control is rolled
185 up
186
[9245]187 2001-09-15: Dietrich Teickner <Dietrich_Teickner@t-online >
188 - SHELL32: o Wine resync for shfileop.c
189
[9234]190 2002-09-14: Sander van Leeuwen <sandervl@innotek >
191 - KERNEL32: o WaitForSingleObject, (Msg)WaitForMultipleObjects:
192 If dwTimeout is not 0 and smaller than 20 ms, then
193 temporarily change thread priority to time critical to
194 make sure we don't get a late timeout.
195 (CLOCKSCALE=4 in config.sys also improves timeout responds)
196
[9231]197 2002-09-14: Yuri Dario <mc6530@mclink >
198 - DSOUND: o Load MMPM2 (MDM.DLL) on demand
199
[9229]200 2002-09-12: Platon Fomichev <platon@innotek >
201 - USER32: o Translate PM WM_VSCROLL to WM_MOUSEWHEEL messages (currently
202 only dispatched to (dinput) hook handler)
203
[9226]204 2002-09-12: knut st. osmundsen <bird@anduin >
205 - MAKE: o Corrected bug in process which made it put the libraries in
206 the wrong place.
207 o Always stamp the .def file before linking so that build level
208 info will be up to date.
209 o Added some shortcuts rules for lazy programmers:
210 * pass[1-6] for starting from a given pass.
211 * quick for only doing lib, executable and publish.
212
[9221]213 2002-09-10: knut st. osmundsen <bird@anduin >
214 - TOOLS/VSLICK:
215 o Added kdev.e. Odin32.e with more goodies like an 'Extra' menu.
216
[9215]217 2002-09-05: Sander van Leeuwen <sandervl@innotek >
[9221]218 - USER32: o Caret bug in edit control WM_ERASEBKGND handler (hidden,
[9215]219 but not shown again)
220 o Removed obsolete hack in CreateCaret
221
[9219]222 2002-09-05: Dietrich Teickner <Dietrich_Teickner@t-online >
223 - COMDLG32: o Corrected translation of IDS_TODESKTOP resource string
224
[9210]225 2002-09-04: knut st. osmundsen <bird@anduin >
226 - FASTDEP: o Corrected bug in caching. Didn't force rescan of files when
227 a dependant file wasn't present any more.
[9214]228 o Corrected makefile. No memory debug.
229 - CMDQD: o Corrected makefile.
[9210]230
231 - Tools/DailyBuilds:
232 o Changed odin32env.cmd to use buildenv.cmd to set up the
233 desired build environment.
234 o Changed odin32clean.cmd to use tools\bin\rm.exe.
[9214]235 - MAKE: o Corrected CC_NO_DBGMEM check for vac3xx.
[9210]236
[9197]237 2002-09-03: Sander van Leeuwen <sandervl@innotek >
238 - USER32: o Cleaned up clipboard code
239
[9199]240 2002-09-03: Platon Fomichev <platon@innotek >
241 - USER32: o Fix for Ctrl-Break
242
Note: See TracBrowser for help on using the repository browser.