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