| [8698] | 1 | /* $Id: changelog,v 1.2171 2002-06-16 16:40:44 sandervl Exp $ */
|
|---|
| [7715] | 2 |
|
|---|
| [8692] | 3 | 2002-06-16: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 4 | - KERNEL32: o Expand string when converting REG_EXPAND_SZ to REG_SZ
|
|---|
| 5 | o Removed: LoadLibraryExA: expand library filename
|
|---|
| 6 | (doesn't happen in Windows)
|
|---|
| [8695] | 7 | - INSTALL: o Create object for Odin User's Manual + fixed object
|
|---|
| 8 | creation for OdinBug Manual
|
|---|
| 9 | o Include OdinBug.HLP & OdinUser.INF
|
|---|
| [8698] | 10 | - SHELL32: o Fixed desktop object creation during win32 app install
|
|---|
| [8692] | 11 |
|
|---|
| [8664] | 12 | 2002-06-15: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8668] | 13 | - SETUPAPI: o Wine resync + added debug wrappers
|
|---|
| [8673] | 14 | - KERNEL32: o Added strtolW & strtoulW from Wine/X11 (for setupapi)
|
|---|
| [8674] | 15 | o Check for NULL parameters in GetFullPathNameW
|
|---|
| [8684] | 16 | o hmfile.cpp: ParsePath fix; check boundary
|
|---|
| 17 | o LoadLibraryExA: expand library filename; might contain
|
|---|
| 18 | environment variables
|
|---|
| [8688] | 19 | o RegSetValueExA: translate REG_EXPAND_SZ into REG_SZ;
|
|---|
| 20 | registry.dll doesn't like this type for some reason
|
|---|
| [8684] | 21 | - USER32: o Do proper filtering for PeekMessage
|
|---|
| [8671] | 22 | - NTDLL: o Forward heap functions to kernel32
|
|---|
| [8676] | 23 | - QUARTZ: o Removed old code (stub dll now)
|
|---|
| [8678] | 24 | - AVIFIL32: o Resync with Wine
|
|---|
| [8682] | 25 | - INSTALL: o Add MS Shell Dlg->WarpSans font conversion
|
|---|
| [8664] | 26 |
|
|---|
| [8655] | 27 | 2002-06-13: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 28 | - USER32: o SetCustomWndHandleSemName added to override shared semaphore
|
|---|
| 29 | name used to synchronize global window handle array access
|
|---|
| 30 | (to avoid name clash with Odin)
|
|---|
| [8657] | 31 | - KERNEL32: o SetCustomMMapSemName added to override shared semaphore
|
|---|
| 32 | name used to synchronize global memory map list access
|
|---|
| 33 | (to avoid name clash with Odin)
|
|---|
| [8655] | 34 |
|
|---|
| [8653] | 35 | 2002-06-13: Platon Fomichev <platon@innotek.de>
|
|---|
| 36 | - USER32: o Only minimize or maximize window if appropriate style flag set
|
|---|
| 37 |
|
|---|
| [8651] | 38 | 2002-06-12: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 39 | - KERNEL32: o If bytes present in COM device buffer, read them directly;
|
|---|
| 40 | even for overlapped IO calls.
|
|---|
| 41 |
|
|---|
| [8649] | 42 | 2002-06-11: Platon Fomichev <platon@innotek.de>
|
|---|
| 43 | - SHELL32: o Ignore name changes for 'My Computer' and other non-file
|
|---|
| 44 | objects (file dialogs)
|
|---|
| 45 |
|
|---|
| [8646] | 46 | 2002-06-11: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8641] | 47 | - OLEAUT32, SHELL32:
|
|---|
| 48 | o Some Wine updates
|
|---|
| [8643] | 49 | - KERNEL32: o Overlapped IO bugfixes
|
|---|
| [8646] | 50 | o Thread TEB linking bugfix
|
|---|
| 51 | o Setup TEB structure before creating thread. Otherwise it's
|
|---|
| 52 | created too late and thread functions called by the app
|
|---|
| 53 | right after thread creation will fail.(e.g. SetThreadPriority)
|
|---|
| [8641] | 54 |
|
|---|
| [8635] | 55 | 2002-06-10: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
|
|---|
| 56 | - TOOLS\ODINBUG:
|
|---|
| 57 | o Added VX-REXX sources for OdinBug
|
|---|
| 58 | - DOC: o OdinBug.HLP update
|
|---|
| 59 | - BIN: o OdinBug.exe update
|
|---|
| 60 |
|
|---|
| [8630] | 61 | 2002-06-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 62 | - OLE32: o Fixed bug in StgStreamImpl_Seek
|
|---|
| 63 | - USER32: o Don't repaint groupbox in WM_SETFONT if control isn't visible
|
|---|
| 64 | (fixes crash in Java 1.4 install)
|
|---|
| [8637] | 65 | - KERNEL32: o Don't use user supplied pointers in ReadFile/WriteFile for
|
|---|
| 66 | overlapped IO
|
|---|
| [8630] | 67 |
|
|---|
| [8618] | 68 | 2002-06-09: knut st. osmundsen <bird@anduin.net>
|
|---|
| 69 | - Makefiles:
|
|---|
| 70 | o Exclude dummy.c from the dependencies.
|
|---|
| 71 |
|
|---|
| [8615] | 72 | 2002-06-09: Herwig Bauernfeind <herwig.bauernfeind@aon.at>
|
|---|
| 73 | - KERNEL32: o Corrections for Austrian NLS file
|
|---|
| 74 |
|
|---|
| [8606] | 75 | 2002-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 76 | - USER32: o SendMessageTimeoutA/W fixes for inter-process/thread message
|
|---|
| 77 | communication
|
|---|
| 78 | (fixes OpenOffice 1.0 crash during install (at 76%))
|
|---|
| [8615] | 79 | o Skip window handle 0x68000000 (otherwise more difficult
|
|---|
| 80 | to compare logs with old builds)
|
|---|
| [8622] | 81 | o Logging changes for comparing source file names
|
|---|
| [8623] | 82 | o WS_CHILD style change in SetWindowLong (GWL_STYLE) *is* allowed
|
|---|
| 83 | (fixes Java 1.4 installation (first dialog))
|
|---|
| [8610] | 84 | - COMDLG32: o GetFileDialog95W fix (check if template name is string or
|
|---|
| 85 | numeric id)
|
|---|
| 86 | (fixes OpenOffice 1.0 file open dialog crash)
|
|---|
| [8606] | 87 | - WININET: o Fixed shlwapi imports
|
|---|
| [8619] | 88 | - OLE32: o Resync with latest Wine
|
|---|
| [8622] | 89 | - OLEAUT32: o Resync with latest Wine
|
|---|
| [8606] | 90 |
|
|---|
| [8598] | 91 | 2002-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [8595] | 92 | - SHELL32: o Moved resource files to subdir
|
|---|
| 93 | - COMDLG32: o Compile fix + moved resource files to subdir
|
|---|
| [8598] | 94 | - KERNEL32: o Export OSLibDosDevIOCtl
|
|---|
| 95 | - WNASPI32: o Use ASPI interface in os2cdrom.dmd instead of aspirout
|
|---|
| 96 | (requires os2cdrom.dmd from Convenience Pack 2, IDEDASD
|
|---|
| 97 | package from May 2001 (or newer) or recent JJSCDROM)
|
|---|
| 98 | - DDRAW: o Fixed clipping bug with non-frame windows
|
|---|
| [8603] | 99 | o Print FOURCCs supported by Dive
|
|---|
| [8595] | 100 |
|
|---|
| [8618] | 101 | 2002-06-08: knut *st. osmundsen <bird@anduin.net>
|
|---|
| [8597] | 102 | - TOOLS\WRC:o Compile fix
|
|---|
| 103 |
|
|---|
| [8592] | 104 | 2002-06-07: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 105 | - SHLWAPI: o Resync with latest Wine & added LGPL license
|
|---|
| 106 | - SHELL32: o Some updates for upcoming resync
|
|---|
| 107 |
|
|---|
| [8590] | 108 | 2002-06-06: knut st. osmundsen <bird@anduin.net>
|
|---|
| [8591] | 109 | - KERNEL32: o Made winimagepe2lx.cpp compilable with toolkit 4.5.0.
|
|---|
| [8590] | 110 |
|
|---|
| [8581] | 111 | 2002-06-06: Mark Paulus <mark.paulus@wcom.com>
|
|---|
| [8590] | 112 | - KERNEL32: o OSLibDosCreateFile: Fix a SYS0005 (Access Denied) when
|
|---|
| [8581] | 113 | opening an existing file
|
|---|
| 114 |
|
|---|
| [8578] | 115 | 2002-06-06: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 116 | - KERNEL32: o Use aspi interface in os2cdrom.dmd for SCSI ioctls
|
|---|
| 117 |
|
|---|
| [8576] | 118 | 2002-06-06: Platon Fomichev <platon@innotek.de>
|
|---|
| 119 | - SHELL32: o Always expand root when initializing treeview
|
|---|
| 120 | o Do not sort tree in TVN_ITEMEXPANDINGA
|
|---|
| 121 |
|
|---|
| [8569] | 122 | 2002-06-05: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 123 | - WINMM: o Put back original DART buffer size selection code
|
|---|
| 124 | (new one messes up e.g. RealPlayer)
|
|---|
| [8571] | 125 | o Postpone recording when waveInStart called without
|
|---|
| 126 | any buffers in the queue. Start in during next
|
|---|
| 127 | waveInAddBuffer call.
|
|---|
| [8573] | 128 | o Fixed DART waveout resume
|
|---|
| [8569] | 129 |
|
|---|
| [8565] | 130 | 2002-06-04: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 131 | - USER32: o Fix for AltGr key combinations
|
|---|
| [8567] | 132 | - WINMM: o Updates for wave playback
|
|---|
| [8565] | 133 |
|
|---|
| [8554] | 134 | 2002-06-03: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 135 | - USER32, OLE32:
|
|---|
| 136 | o Drag and drop fixes
|
|---|
| [8561] | 137 | - BIN\ODINBUG:
|
|---|
| 138 | o Update by Herwig Bauernfeind (0.5.6a)
|
|---|
| 139 | - DOC\MANUAL:
|
|---|
| 140 | o Users manual sources by Herwig Bauernfeind
|
|---|
| 141 | - DOC: o Added odinuser.inf by Herwig Bauernfeind
|
|---|
| [8554] | 142 |
|
|---|
| [8546] | 143 | 2002-06-02: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 144 | - USER32\CONTROLS:
|
|---|
| 145 | o New dll for user32 controls (latest Wine)
|
|---|
| 146 | (not activated, not finished (resync))
|
|---|
| 147 | - USER32: o Moved drag & drop code to seperate file
|
|---|
| [8550] | 148 | o Updates for OLE drag 'n drop
|
|---|
| [8549] | 149 | - KERNEL32: o LogException: check lockcount before changing it on entry
|
|---|
| [8547] | 150 | (it is not always > 0 -> previously caused hang in exception
|
|---|
| 151 | handler (zombie process))
|
|---|
| [8550] | 152 | - SHELL32: o Added automatic asii/unicode conversion to DragQueryFileA/W
|
|---|
| 153 | - OLE32: o Implemented OLE drag and drop (WPS -> Odin app)
|
|---|
| 154 | (todo: Odin app -> WPS)
|
|---|
| [8546] | 155 |
|
|---|
| [8536] | 156 | 2002-06-01: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 157 | - SHELL32: o IShellFolder_fnCompareIDs shortcut added to improve
|
|---|
| 158 | performance
|
|---|
| [8538] | 159 | o DragQueryFileW fix
|
|---|
| 160 | - WINMM: o Implemented minimal control change notification
|
|---|
| 161 | - COMCTL32: o Added LVN_BEGINDRAG/LVN_BEGINRDRAG notification to listview
|
|---|
| 162 | control (probably not 100% correct)
|
|---|
| 163 | - USER32: o Implemented support for simple drag & drop (WM_DROPFILES)
|
|---|
| [8590] | 164 | (works in notepad; drag file object from WPS into notepad
|
|---|
| [8538] | 165 | window)
|
|---|
| [8536] | 166 |
|
|---|
| [8531] | 167 | 2002-05-31: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 168 | - DINPUT: o Ignore injected mouse messages (hook; LLMHF_INJECTED flag)
|
|---|
| 169 | - USER32: o Generate injected WH_MOUSE_LL hook event in SetCursorPos
|
|---|
| 170 | (with LLMHF_INJECTED flag set)
|
|---|
| 171 |
|
|---|
| [8534] | 172 | 2002-05-31: Platon Fomichev <platon@innotek.de>
|
|---|
| 173 | - COMCTL32: o Correct scrollbar range for listview control (LISTVIEW_EnsureVisible)
|
|---|
| 174 |
|
|---|
| [8529] | 175 | 2002-05-30: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 176 | - WINMM: o Mixer fixes
|
|---|
| 177 |
|
|---|
| [8527] | 178 | 2002-05-30: Platon Fomichev <platon@innotek.de>
|
|---|
| 179 | - COMCTL32: o Correct scrollbar range for listview control (during WM_VSCROLL)
|
|---|
| 180 | (seems to be done in windows)
|
|---|
| 181 |
|
|---|
| [8511] | 182 | 2002-05-29: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 183 | - USER32: o Fix for ToAscii(Ex) & GetKeyboardState (WinTranslateChar2 call)
|
|---|
| 184 | (fixes AbiWord keyboard input)
|
|---|
| [8516] | 185 | - WINMM: o mixerGetLineControlsA (MIXER_GETLINECONTROLSF_ALL) fixes
|
|---|
| 186 | o mixerGetLineInfoW fix
|
|---|
| [8590] | 187 | - COMCTL32: o ImageList_LoadImageW: match behaviour of ImageList_LoadImageA
|
|---|
| [8523] | 188 | wrt cx parameter (when set to zero)
|
|---|
| [8519] | 189 | (fixes properties dialog of sndvol32.exe (windows mixer app))
|
|---|
| [8521] | 190 | o Updated status control to latest Wine & applied two
|
|---|
| 191 | bugfixes (already sent to wine-patches)
|
|---|
| [8511] | 192 |
|
|---|
| [8513] | 193 | 2002-05-29: Platon Fomichev <platon@innotek.de>
|
|---|
| 194 | - USER32: o GetAsyncKeyState fix for VK_MENU
|
|---|
| [8525] | 195 | - COMCTL32: o Status control fix for resize with CCS_NORESIZE style
|
|---|
| 196 | (invalidate control to prevent leftovers of size grip)
|
|---|
| [8513] | 197 |
|
|---|
| [8505] | 198 | 2002-05-28: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 199 | - REGSVR32: o Fixed startup
|
|---|
| 200 | - WINMM: o Completely implemented mixerSetControlDetails
|
|---|
| 201 | o Mixer updates
|
|---|
| [8509] | 202 | o Support added for master volume (ioctl90 mode)
|
|---|
| [8507] | 203 | o waveIn/OutOpen fix (check for WAVE_FORMAT_QUERY flag)
|
|---|
| 204 | o Wave recording now works
|
|---|
| [8505] | 205 |
|
|---|
| 206 | 2002-05-28: Platon Fomichev <platon@innotek.de>
|
|---|
| [8502] | 207 | - USER32: o Don't send WM_COMMAND to disabled button in DIALOG_IsDialogMessage
|
|---|
| [8503] | 208 | - KERNEL32: o Debugger updates
|
|---|
| [8502] | 209 |
|
|---|
| [8494] | 210 | 2002-05-27: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 211 | - WINMM: o Completely implemented mixerGetControlDetailsA/W
|
|---|
| 212 | o Mixer updates
|
|---|
| [8496] | 213 | - TESTAPP\MIXER:
|
|---|
| 214 | o Test application for mixer functions
|
|---|
| [8494] | 215 |
|
|---|
| [8487] | 216 | 2002-05-25: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 217 | - WINMM: o Fix for soundcards without ioctl90 mixer support
|
|---|
| [8491] | 218 | o Many mixer updates
|
|---|
| [8487] | 219 |
|
|---|
| [8484] | 220 | 2002-05-24: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| 221 | - WINMM: o More mixer updates (not yet finished)
|
|---|
| 222 |
|
|---|
| [8475] | 223 | 2002-05-23: Yuri Dario <mc6530@mclink.it>
|
|---|
| 224 | - USER32: o Don't beep when unable to find menu item when alt key pressed
|
|---|
| 225 |
|
|---|
| [8484] | 226 | 2002-05-23: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8475] | 227 | - WINMM: o Mixer updates (not yet finished)
|
|---|
| 228 |
|
|---|
| [8473] | 229 | 2002-05-23: Platon Fomichev <platon@innotek.de>
|
|---|
| 230 | - USER32: o Keyboard fixes for right alt & right shift
|
|---|
| 231 |
|
|---|
| [8484] | 232 | 2002-05-22: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8466] | 233 | - KERNEL32: o CreateThread bugfix (returned thread id incorrect)
|
|---|
| 234 | (fixes RealPlayer (PostThreadMessage))
|
|---|
| [8467] | 235 | - WINMM: o Added debug wrappers
|
|---|
| [8471] | 236 | o Started with mixer api rewrite
|
|---|
| [8466] | 237 |
|
|---|
| [8484] | 238 | 2002-05-21: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8460] | 239 | - KERNEL32: o Round stack top & bottom (TIB) to page boundary
|
|---|
| 240 |
|
|---|
| [8484] | 241 | 2002-05-20: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8458] | 242 | - KERNEL32: o Make sure LX dlls can never be unloaded (dll object deleted)
|
|---|
| 243 | since a dll that depends on dlls with an exitlist handler
|
|---|
| 244 | doesn't get properly unloaded (initterm not called for unload
|
|---|
| 245 | nor for a 2nd load)
|
|---|
| 246 |
|
|---|
| [8455] | 247 | 2002-05-20: Dmitry Froloff <froloff@os2.ru>
|
|---|
| 248 | - KERNEL32: o Removed 64 MB memory mapped file limit
|
|---|
| 249 | o Fix for opening memory mapped file with size larger than
|
|---|
| 250 | the file size
|
|---|
| 251 |
|
|---|
| [8451] | 252 | 2002-05-17: Platon Fomichev <platon@innotek.de>
|
|---|
| 253 | - USER23: o Experimental DIALOG_IsAccelerator fix; return FALSE
|
|---|
| 254 | if window is not visible (fixes endless loop in
|
|---|
| 255 | property sheet when switching page with keyboard)
|
|---|
| 256 |
|
|---|
| [8484] | 257 | 2002-05-17: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8447] | 258 | - OLEAUT32: o Resync with latest Wine
|
|---|
| [8453] | 259 | - KERNEL32: o Implemented IOCTL_CDROM_SEEK_AUDIO_MSF & IOCTL_CDROM_READ_Q_CHANNEL
|
|---|
| 260 | (IOCTL_CDROM_CURRENT_POSITION only)
|
|---|
| 261 | o IOCTL_CDROM_READ_TOC fix
|
|---|
| [8447] | 262 |
|
|---|
| [8435] | 263 | 2002-05-16: knut st. osmundsen <bird@anduin.net>
|
|---|
| 264 | - MAKE: o Merged in latest changes.
|
|---|
| 265 | o Create NewConfigure.cmd for this environment.
|
|---|
| 266 | Try NewConfigure.cmd -? first.
|
|---|
| 267 | (Do 'nmake needed' before calling this. (stupid!))
|
|---|
| 268 | o Please note that this is still not 100% configured for
|
|---|
| 269 | Odin32 yet. But eventually it will replace the existing
|
|---|
| 270 | make system.
|
|---|
| 271 |
|
|---|
| [8484] | 272 | 2002-05-16: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8425] | 273 | - NTDLL: o Partial resync with Wine
|
|---|
| [8430] | 274 | - KERNEL32: o Export some functions for NTDLL
|
|---|
| 275 | o Fixed creation of logfile for executables on readonly volumes
|
|---|
| 276 | o RegQueryInfoKeyW fix
|
|---|
| [8437] | 277 | o TLS fix for pe2lx images
|
|---|
| 278 | - USER32: o Implemented SPI_SETSCREENSAVETIMEOUT/SPI_GETSCREENSAVETIMEOUT,
|
|---|
| [8590] | 279 | SPI_GETSCREENSAVEACTIVE & SPI_SETSCREENSAVEACTIVE
|
|---|
| [8437] | 280 | SystemParametersInfoA parameters
|
|---|
| [8440] | 281 | - OLE32: o Resync with latest Wine
|
|---|
| [8425] | 282 |
|
|---|
| [8484] | 283 | 2002-05-15: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8414] | 284 | - DINPUT: o Made mouse code reentrant
|
|---|
| [8417] | 285 | - GDI32: o Fix for EnumFontFamiliesA/W
|
|---|
| [8419] | 286 | - SETUPAPI: o Resync with latest Wine
|
|---|
| [8414] | 287 |
|
|---|
| [8484] | 288 | 2002-05-14: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8435] | 289 | - KERNEL32: o CustForce2GBFileSize function added to force
|
|---|
| [8407] | 290 | GetVolumeInformation to tell the app all partitions are FAT
|
|---|
| 291 | (2 GB file size limitation)
|
|---|
| [8412] | 292 | - COMCTL32: o Merged property sheet control with latest Wine version
|
|---|
| [8407] | 293 |
|
|---|
| [8405] | 294 | 2002-05-14: Platon Fomichev <platon@innotek.de>
|
|---|
| 295 | - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
|
|---|
| 296 | SWP_FOCUS(DE)ACTIVATE message.
|
|---|
| 297 |
|
|---|
| [8402] | 298 | 2002-05-10: Platon Fomichev <platon@innotek.de>
|
|---|
| 299 | - KERNEL32: o Parallel port updates (use resource manager to query
|
|---|
| 300 | hardware configuration)
|
|---|
| 301 |
|
|---|
| [8484] | 302 | 2002-05-10: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8399] | 303 | - KERNEL32: o Applications are now allowed to read physical disks or
|
|---|
| 304 | mounted partitions. Write access is only allowed for
|
|---|
| 305 | unmounted partitions or floppy disks.
|
|---|
| 306 | o Implemented GetFileSize for disk objects; corrected
|
|---|
| 307 | return value for some failures (-1)
|
|---|
| 308 |
|
|---|
| [8484] | 309 | 2002-05-09: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8435] | 310 | - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
|
|---|
| [8395] | 311 | IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
|
|---|
| 312 | o Implemented GetVolumeNameForVolumeMountPointA/W for disk
|
|---|
| 313 | mountpoints (e.g. C:\)
|
|---|
| 314 | o Rewrote FindFirst/NextVolume to use LVM interface (if
|
|---|
| 315 | availabe; else fail)
|
|---|
| 316 | o Extended GetDriveType & GetVolumeInformation for volume
|
|---|
| 317 | names (instead of only disk names (e.g. C:\))
|
|---|
| [8399] | 318 | o GetVolumeInformation change: keep file system name if
|
|---|
| 319 | NTFS or FAT32
|
|---|
| 320 | o Implemented unmounted volume and physical disk access
|
|---|
| [8395] | 321 |
|
|---|
| [8484] | 322 | 2002-05-08: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8383] | 323 | - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
|
|---|
| 324 | toolbar, tab, pager, nativefont, imagelist code
|
|---|
| 325 | o Updated license (LGPL) for comctl32
|
|---|
| [8388] | 326 | - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
|
|---|
| 327 | in NTDLL)
|
|---|
| [8390] | 328 | - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
|
|---|
| [8395] | 329 | - KERNEL32: o Implemented volume & volume mountpoint functions
|
|---|
| [8393] | 330 | (win2k and up)
|
|---|
| [8435] | 331 | o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
|
|---|
| [8395] | 332 | IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
|
|---|
| [8383] | 333 |
|
|---|
| 334 | 2002-05-08: Platon Fomichev <platon@innotek.de>
|
|---|
| 335 | - COMCTL32: o Merged listview control with latest Wine
|
|---|
| 336 |
|
|---|
| [8484] | 337 | 2002-05-07: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8379] | 338 | - USER32: o WH_MOUSE_LL hook fixes
|
|---|
| 339 |
|
|---|
| [8378] | 340 | 2002-05-07: Platon Fomichev <platon@innotek.de>
|
|---|
| 341 | - USER32: o Listbox/combobox fix for MFC apps
|
|---|
| 342 | o SetParent doesn't change WS_CHILD style
|
|---|
| 343 | o Experimental change for getParent
|
|---|
| 344 |
|
|---|
| [8376] | 345 | 2002-05-07: knut st. osmundsen <bird@anduin.net>
|
|---|
| 346 | - CmdQd: o The daemon shouldn't inherit standard handles when started.
|
|---|
| 347 | (Hung the daily build, since we use tee to do logging.)
|
|---|
| 348 |
|
|---|
| [8484] | 349 | 2002-05-06: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8371] | 350 | - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
|
|---|
| 351 |
|
|---|
| [8484] | 352 | 2002-05-01: Sander van Leeuwen <sandervl@innotek.de>
|
|---|
| [8363] | 353 | - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
|
|---|
| 354 | translation array
|
|---|
| 355 |
|
|---|