source: trunk/changelog@ 9525

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

* empty log message *

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