source: trunk/changelog@ 9553

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

* empty log message *

File size: 16.0 KB
Line 
1/* $Id: changelog,v 1.2399 2002-12-28 10:16:08 sandervl Exp $ */
2
3 2002-12-28: Sander van Leeuwen <sandervl@innotek >
4 - USER32: o Changed default WM_MOUSEACTIVATE handler (like Wine now)
5
6 2001-12-28: Dietrich Teickner <Dietrich_Teickner@t-online >
7 - USER32: o Listbox fix for WM_SETFONT; update listbox height
8 - SHELL32: o FO_RENAME updates for shell file operations
9
10 2001-12-28: Jochen Sch„fer <josch@joschs-robotics >
11 - GDI32: o Compile fixes for IBM VAC 3.6.5
12
13 2002-12-27: Sander van Leeuwen <sandervl@innotek >
14 - KERNEL32: o Cleaned up console code (hardcoded WriteLog calls)
15 o Fixed stack address detection in VirtualFree
16
17 2002-12-20: Sander van Leeuwen <sandervl@innotek >
18 - KERNEL32: o Removed obsolete code for Glide drivers and IOPL
19 o Don't display message boxes for module load errors. Pass
20 errors back to the PE loader.
21 - DDRAW: o Removed IOPL override code
22 - PELDR: o Error handling changes
23 - USER32: o Send WM_H/VSCROLL with SB_THUMBTRACK when the scrollbar thumb
24 receives a WM_LBUTTONDOWN message
25
26 2001-12-19: Dietrich Teickner <Dietrich_Teickner@t-online >
27 - KERNEL32: o GetFileTime & SetFileTime fixes; need to convert between
28 UTC and local file time
29
30 2002-12-18: Sander van Leeuwen <sandervl@innotek >
31 - USER32: o Ported listbox, combo & edit controls from ReWind
32 o Changes for window classes with both ascii & unicode
33 window procedures
34 o Replace WS_BORDER style with WS_EX_CLIENTEDGE extended style
35 when creating dialog controls. (as done in Wine/Rewind)
36 (corrects wrong borders with new edit control)
37 o Removed obsolete source files
38 o Don't send focus related dialog messages if control
39 already has focus. (Win32Dialog::setFocus)
40
41 2002-12-17: Sander van Leeuwen <sandervl@innotek >
42 - KERNEL32: o CreateProcess bugfix (heap corruption)
43 - USER32: o Merged dialog directory functions with latest Rewind
44 (fixes double drive string in folder dialog of some
45 Installshield installers)
46
47 2002-12-13: Sander van Leeuwen <sandervl@innotek >
48 - USER32; o Query loader path for WPS object creation
49 - KERNEL32: o Changes for loader path query & default setup
50
51 2002-12-12: Sander van Leeuwen <sandervl@innotek >
52 - KERNEL32: o Fixed wrong access of global memory map critical section
53 (custom builds only)
54 - USER32: o Fixed wrong access of global window handle critical section
55 (custom builds only)
56 o Changed all system menu resources; manually append
57 Odin menu items when building the system menu.
58 (instead of removing them)
59
60 2002-12-11: Sander van Leeuwen <sandervl@innotek >
61 - KERNEL32: o Added custom build function to disable loading of LX dlls
62 (safety precaution)
63 o 16 bits loader command line changes
64
65 2002-12-10: Sander van Leeuwen <sandervl@innotek >
66 - KERNEL32: o Closing a root key should just return success
67 (matters for custom builds)
68
69 2002-12-05: Knut St. Osmundsen <bird@anduin >
70 - WIN32K: o Finially got around fixing the bug.
71 (Was d32init.c, pach <= 0x10000, where compiler did signed
72 comparision instead of unsigned. (pach is > 0xfff00000))
73 o Recreate the symbol database. Had to remove some kernels
74 because of size problems.
75
76 2002-12-05: Sander van Leeuwen <sandervl@innotek >
77 - COMCTL32: o Put back old tab height calculation code. Fixes the tabs
78 in certain applications.
79
80 2002-12-05: Platon Fomichev <platon@innotek >
81 - USER32: o Changed system menu in OS/2 GUI mode
82 o Support the standard system menu hotkeys in OS/2 GUI mode
83
84 2002-12-04: Sander van Leeuwen <sandervl@innotek >
85 - DDRAW: o Cleanup
86 o Post resize message in SetCooperativeLevel instead of
87 calling SetWindowPos. Workaround for recursive SetWindowPos
88 calls in USER32.
89 - DINPUT: o Check initial cursor position in relative mode when acquiring
90 the mouse
91 - USER32: o Logging changes
92 o Change required for postponed DDRAW resize
93
94 2002-12-03: Sander van Leeuwen <sandervl@innotek >
95 - KERNEL32: o CreateFile/OpenFile: convert file name to long if in hashed 8.3 format.
96 o Added function to override loader names (pe/pec/w16odin)
97
98 2002-12-02: Platon Fomichev <platon@innotek >
99 - OLE32: o Removed stupid wait in STUBMGR_Start. Blocks PM for two seconds.
100
101 2002-12-02: Sander van Leeuwen <sandervl@innotek >
102 - KERNEL32: o Convert command line from OS/2 to Windows codepage
103
104 2002-11-29: Sander van Leeuwen <sandervl@innotek >
105 - USER32: o Add ODIN_SetSyscolors to override system colors without
106 forcing a desktop repaint
107 o Don't call SetSysColors in WGSS anymore. That call updates
108 system colors in PM.
109 o Always use the internal color table in GetSysColor; don't
110 call WGSS
111
112 2002-11-28: Sander van Leeuwen <sandervl@innotek >
113 - KERNEL32: o Make sure the stack is properly aligned
114 We're asking for problems if our stack start near a 64kb
115 boundary. Some OS/2 thunking procedures can choke on misaligned
116 stack addresses. (workaround; not a real fix)
117
118 2002-11-27: Sander van Leeuwen <sandervl@innotek >
119 - USER32: o Fixed CopyBitmap (CopyImage, IMAGE_BITMAP)
120
121 2002-11-27: Platon Fomichev <platon@innotek >
122 - WININET: o Some updates (should resync with Wine!)
123
124 2002-11-26: Sander van Leeuwen <sandervl@innotek >
125 - GDI32: o Added debug wrappers for all exports
126 - USER32: o Handle icon masks with different line alignment. CreateBitmap
127 assumes the optimal alignment, so we must convert them properly.
128 (no collate icon in printer dialog)
129
130 2002-11-22: Platon Fomichev <platon@innotek >
131 - USER32: o Static control fix: do not destroy old icon when it is replaced.
132
133 2002-11-21: Sander van Leeuwen <sandervl@innotek >
134 - GDI32: o Fixed bugs in MMX RGB 555<->565 conversion (leftovers)
135
136 2002-11-20: Sander van Leeuwen <sandervl@innotek >
137 - USER32: o Ignore size changes when a window is minimized; save them
138 for restore.
139
140 2002-11-18: Sander van Leeuwen <sandervl@innotek >
141 - KERNEL32: o Added support for renaming of exported functions.
142 (to resolve duplicate name exports in custom build dlls)
143 - GDI32: o DeleteObject can delete DC handles (thanks to Dietrich Teickner
144 for spotting this bug)
145
146 2002-11-13: Sander van Leeuwen <sandervl@innotek >
147 - SETUPAPI, RICHED32:
148 o Wine resync
149
150 2002-11-12: Sander van Leeuwen <sandervl@innotek >
151 - COMCTL32: o Wine resync (toolbar, propsheet, imagelist)
152 - OLE32, OLEAUT32:
153 o Wine resync
154
155 2001-11-12: Dietrich Teickner <Dietrich_Teickner@t-online >
156 - COMCTL32: o Wine resync (comboex)
157
158 2002-11-05: Platon Fomichev <platon@innotek >
159 - GDI32: o FillRgn fix for DIB sections
160 - USER32: o SetMenu bugfix
161
162 2002-11-04: Platon Fomichev <platon@innotek >
163 - GDI32: o CreateCompatibleDC workaround for WGSS bug (current position
164 of new DC must be (0,0))
165 - USER32: o Update for static control
166
167 2002-10-29: Sander van Leeuwen <sandervl@innotek >
168 - COMCTL32: o Wine resync (header, comboex, flatsb, hotkey, imagelist,
169 pager, propsheet, rebar, tab, toolbar, tooltips, updown)
170 - COMDLG32: o Write default printer name to win.ini (needed for printer
171 dialogs)
172
173 2002-10-28: Sander van Leeuwen <sandervl@innotek >
174 - GDI32: o Workaround added for WGSS GetDIBits bug
175 - COMDLG32: o Use Wine printer dialog
176
177 2002-10-28: Platon Fomichev <platon@innotek >
178 - USER32: o Fix for WinPeekMsg bug (?); sometimes returns a message
179 we didn't ask for (filter)
180 o Fixed creation of dialog with CreateWindowExA/W
181 - GDI32: o StretchDIBits fix for partial blits & RGB conversion
182
183 2002-10-24: Platon Fomichev <platon@innotek >
184 - USER32: o TranslateWinMsg bugfix
185
186 2002-10-15: Platon Fomichev <platon@innotek >
187 - USER32: o Disable close button & close item in system menu for windows
188 with SC_NOCLOSE class style
189
190 2002-10-11: Sander van Leeuwen <sandervl@innotek >
191 - USER32: o SetParent bugfix; don't clear window id if parent is set to
192 0.
193
194 2002-10-10: Sander van Leeuwen <sandervl@innotek >
195 - KERNEL32: o Overlapped IO bugfixes for synchronization (typically seen
196 with heavy threaded apps on SMP systems)
197 o Fix for IP logging
198
199 2001-10-08: Dietrich Teickner <Dietrich_Teickner@t-online >
200 - SHELL32: o SHFileOperationA updates
201
202 2002-10-08: Sander van Leeuwen <sandervl@innotek >
203 - ODINCRT: o Updates for shared critical sections
204
205 2002-10-07: Sander van Leeuwen <sandervl@innotek >
206 - ODINCRT: o Minor updates for critical section functions
207
208 2002-10-07: Platon Fomichev <platon@innotek >
209 - IPHLPAPI: o GetAdaptersInfo bugfix
210 - KERNEL32: o CD ioctls: stop audio when seeking
211
212 2002-10-03: Sander van Leeuwen <sandervl@innotek >
213 - KERNEL32: o Added IP logging (define WIN32_IP_LOGGING in dbglog.cpp)
214 - IPLOG: o IP logging server
215
216 2002-10-03: Platon Fomichev <platon@innotek >
217 - KERNEL32: o Implemented IOCTL_CDROM_RAW_READ
218
219 2002-10-01: Sander van Leeuwen <sandervl@innotek >
220 - KERNEL32: o Be careful with stack usage in exception handler during
221 XCPT_GUARD_PAGE_VIOLATION.
222
223 2002-09-30: Sander van Leeuwen <sandervl@innotek >
224 - SHELL32: o Fixed crash when deleting a file in the file dialog
225 - KERNEL32: o Fixes for volume access
226
227 2002-09-30: Platon Fomichev <platon@innotek >
228 - COMDLG32: o File dialogs: if lpstrInitialDir is not a dir but a filename
229 skip it and use current directory
230
231 2002-09-27: Sander van Leeuwen <sandervl@innotek >
232 - KERNEL32: o GetFileSize must fail for drives
233 o Disable physical disk & volume access by default;
234 call EnablePhysicalDiskAccess to enable it (custom build)
235 o FindFirst/NextVolumeA fixes for ignoring LVM volumes
236
237 2002-09-26: Sander van Leeuwen <sandervl@innotek >
238 - KERNEL32: o OS/2 Physical partition names have base 1 (0 for win32)
239 o Convert ERROR_PATH_NOT_FOUND to ERROR_FILE_NOT_FOUND in
240 OSLibDosCreateFile
241 o IOCTL_DISK_GET_DRIVE_GEOMETRY fix for physical drive
242 o Fixed return value for FindNextVolumeMountPointA/W
243 o Fixed read & write for unmounted volumes; must update
244 current file position manually & check for boundaries
245 - WINMM: o Fixed debug wrapper logging
246 - USER32: o WM_ADJUSTFRAMEPOS:
247 The PM frame control changes the z-order of a child window
248 if it receives focus after a window has been destroyed
249 We can't let this happen as this breaks assumptions
250 elsewhere (e.g. GetNextDlgGroupItem)
251 By returning 0 here, we prevent the default frame handler
252 from messing things up. (one example is a group of radio buttons)
253
254 2002-09-24: Vit Timchishin <tivv@ukr >
255 - KERNEL32: o Fix for OSLibDosFreeMem
256
257 2002-09-24: Sander van Leeuwen <sandervl@innotek >
258 - BIN: o WGSS update from IBM
259 - IPHLPAPI: o GetNetworkParams: fixed completely broken code to fill in
260 DNS entries.
261
262 2002-09-19:
263 - MAKE, TOOLS/BIN/RM, FASTDEP:
264 o IPF and IPP support. They are built in the 'misc' pass.
265 See make\testcase\ipf.mak for usage example.
266 NB. FastDep does only C styled dependency generation
267 for .IPP files.
268 o Corrected bad .orc dependency generation.
269 o Added some shortcut rules to restart/skip passes.
270 o Fixed rm -R filename. Suppressed ERROR_PATH_NOT_FOUND msgs.
271
272 2002-09-19: Sander van Leeuwen <sandervl@innotek >
273 - ODINCRT: o Include new & delete in memory statistics
274
275 2002-09-19: Platon Fomichev <platon@innotek >
276 - USER32: o Put window on top of owner if owner is not in the foreground;
277 HWND_TOP forces the owner to the top as well
278 (window creation)
279
280 2002-09-18: Sander van Leeuwen <sandervl@innotek >
281 - KERNEL32: o Added code to print leaked heap memory
282
283 2002-09-18: Platon Fomichev <platon@innotek >
284 - USER32: o WM_MOUSEWHEEL update
285
286 2002-09-17: Platon Fomichev <platon@innotek >
287 - USER32: o Create invisible vertical scroller for all top-level windows
288 so the IBM wheel driver sends us WM_VSCROLL messages
289 o Added WM_MOUSEWHEEL message support
290
291 2002-09-16: Sander van Leeuwen <sandervl@innotek >
292 - COMCTL32: o LISTVIEW_ProcessLetterKeys bugfix
293 - GDI32: o Statistics fixes & print leaked gdi handles
294 when unloaded.
295 o Don't recycle handles too soon. That makes it more difficult
296 to interpret the logfile.
297
298 2002-09-16: Platon Fomichev <platon@innotek >
299 - USER32: o Combobox fix to update selected item when the control is rolled
300 up
301
302 2001-09-15: Dietrich Teickner <Dietrich_Teickner@t-online >
303 - SHELL32: o Wine resync for shfileop.c
304
305 2002-09-14: Sander van Leeuwen <sandervl@innotek >
306 - KERNEL32: o WaitForSingleObject, (Msg)WaitForMultipleObjects:
307 If dwTimeout is not 0 and smaller than 20 ms, then
308 temporarily change thread priority to time critical to
309 make sure we don't get a late timeout.
310 (CLOCKSCALE=4 in config.sys also improves timeout responds)
311
312 2002-09-14: Yuri Dario <mc6530@mclink >
313 - DSOUND: o Load MMPM2 (MDM.DLL) on demand
314
315 2002-09-12: Platon Fomichev <platon@innotek >
316 - USER32: o Translate PM WM_VSCROLL to WM_MOUSEWHEEL messages (currently
317 only dispatched to (dinput) hook handler)
318
319 2002-09-12: knut st. osmundsen <bird@anduin >
320 - MAKE: o Corrected bug in process which made it put the libraries in
321 the wrong place.
322 o Always stamp the .def file before linking so that build level
323 info will be up to date.
324 o Added some shortcuts rules for lazy programmers:
325 * pass[1-6] for starting from a given pass.
326 * quick for only doing lib, executable and publish.
327
328 2002-09-10: knut st. osmundsen <bird@anduin >
329 - TOOLS/VSLICK:
330 o Added kdev.e. Odin32.e with more goodies like an 'Extra' menu.
331
332 2002-09-05: Sander van Leeuwen <sandervl@innotek >
333 - USER32: o Caret bug in edit control WM_ERASEBKGND handler (hidden,
334 but not shown again)
335 o Removed obsolete hack in CreateCaret
336
337 2002-09-05: Dietrich Teickner <Dietrich_Teickner@t-online >
338 - COMDLG32: o Corrected translation of IDS_TODESKTOP resource string
339
340 2002-09-04: knut st. osmundsen <bird@anduin >
341 - FASTDEP: o Corrected bug in caching. Didn't force rescan of files when
342 a dependant file wasn't present any more.
343 o Corrected makefile. No memory debug.
344 - CMDQD: o Corrected makefile.
345
346 - Tools/DailyBuilds:
347 o Changed odin32env.cmd to use buildenv.cmd to set up the
348 desired build environment.
349 o Changed odin32clean.cmd to use tools\bin\rm.exe.
350 - MAKE: o Corrected CC_NO_DBGMEM check for vac3xx.
351
352 2002-09-03: Sander van Leeuwen <sandervl@innotek >
353 - USER32: o Cleaned up clipboard code
354
355 2002-09-03: Platon Fomichev <platon@innotek >
356 - USER32: o Fix for Ctrl-Break
357
Note: See TracBrowser for help on using the repository browser.