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