source: trunk/changelog@ 9605

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

* empty log message *

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