source: trunk/changelog@ 9520

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

* empty log message *

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