[5637] | 1 | /* $Id: changelog,v 1.1390 2001-04-29 16:24:00 sandervl Exp $ */
|
---|
[5313] | 2 |
|
---|
[5637] | 3 | 2001-04-29: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
| 4 | - SHELL32: o Update for SHFileOperationA (FO_COPY)
|
---|
| 5 |
|
---|
[5629] | 6 | 2001-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 7 | - COMCTL32: o Resync with latest Wine (20010418) (animate, comboex, rebar,
|
---|
| 8 | status, tab)
|
---|
[5631] | 9 | - WINMM: o Don't start playback if stream is paused (waveOutWrite)
|
---|
| 10 | (only affects DART playback; prevents out of sync
|
---|
| 11 | video & audio in RealPlayer)
|
---|
[5629] | 12 |
|
---|
[5622] | 13 | 2001-04-28: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
| 14 | - SHELL32: o Updates and fixes for SHFileOperationA (FO_COPY)
|
---|
| 15 |
|
---|
| 16 | 2000-04-28: Yuri Dario <mc6530@mclink.it>
|
---|
| 17 | - WSOCK32: o Send FD_READ notification even if nr of bytes read = 0
|
---|
| 18 | o Corrected error return for recv
|
---|
| 19 | (fixes for Opera)
|
---|
| 20 | - KERNEL32: o dprintf(NULL) flushes log stream
|
---|
| 21 |
|
---|
[5619] | 22 | 2001-04-28: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 23 | - SHELL32: o Resync with latest Wine (20010418) + merged Odin fixes/additions
|
---|
| 24 | - SHLWAPI: o Resync with latest Wine (20010418) + merged Odin fixes/additions
|
---|
| 25 | - KERNEL32: o Added GetSystemWindowsDirectoryA/W exports
|
---|
[5629] | 26 | - USER32: o Don't use PM api directly in dialog message loop. Must call
|
---|
| 27 | PeekMessageA & GetMessageA. (or else the WH_MSGFILTER hook
|
---|
| 28 | won't be called)
|
---|
| 29 | o Check WM_(SYS)MSGFILTER hooks in DoDialogBox
|
---|
[5619] | 30 |
|
---|
[5615] | 31 | 2001-04-28: Markus Montkowski <mmontkowski@gmx.de|
|
---|
| 32 | - MSVFW32: o Fixed ICOpen, check and correct fccType from VIDC to vidc.
|
---|
| 33 | Videocodecs do load now.
|
---|
| 34 |
|
---|
[5603] | 35 | 2001-04-27: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 36 | - USER32: o Call WH_GETMESSAGE hook handler from GetMessage and PeekMessage
|
---|
| 37 | (if message present)
|
---|
| 38 | o Added (not 100% correct) filtering for nonclient mouse messages
|
---|
| 39 | (fixes nonclient messages for MS Word 97 (frame & menu mouse actions))
|
---|
| 40 | o Recalculate HDC height of windows with CS_OWNDC style if
|
---|
| 41 | window is resized.
|
---|
| 42 | (fixes 28 pixel shift up in MS Word MDI window; Word calls
|
---|
| 43 | GetDCEx once and does custom WM_PAINT handling (never calls
|
---|
| 44 | Begin/EndPaint))
|
---|
| 45 | - KERNEL32: o HeapReAlloc: return old pointer if new size is smaller or
|
---|
| 46 | equal to old size.
|
---|
[5610] | 47 | - GDI32: o Limit length of converted strings in InternalDrawTextExW,
|
---|
| 48 | InternalGetTabbedTextExtentW, InternalTabbedTextOutW &
|
---|
| 49 | InternalTextOutW. (cbCount might be smaller than string
|
---|
| 50 | length)
|
---|
| 51 | (fixes crash in MS Word when it tries to display the about
|
---|
| 52 | dialog)
|
---|
[5603] | 53 | - INCLUDE\win\unicode:
|
---|
| 54 | o strcpyW bugfix (didn't terminate string -> heap corruption)
|
---|
| 55 | - DSOUND: o Preliminary code added for DirectAudio interface.
|
---|
| 56 | (not finished & not activated)
|
---|
| 57 |
|
---|
[5589] | 58 | 2001-04-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 59 | - KERNEL32: o Implemented FreeLibraryAndExitThread
|
---|
| 60 | o Create HandleManager class for mailslots + partial implementation
|
---|
| 61 | for mailslot APIs (using named pipes)
|
---|
| 62 | o Fixed wrong return values for some CloseHandle methods
|
---|
| 63 | o Fixed CreateNamedPipe; must not call DosCreateNPipe for existing pipe
|
---|
[5592] | 64 | (at least according to the SDK docs; must verify this in NT!)
|
---|
[5589] | 65 | o Implemented CreateFile and CloseHandle for named pipe class
|
---|
| 66 | o Implemented SetNamedPipeHandleState
|
---|
[5592] | 67 | o GetEnvironmentVariableW fix (breakpoint hit in debug build)
|
---|
| 68 | - ADVAPI32: o IsTextUnicode forwarded to RtlIsTextUnicode (ntdll)
|
---|
| 69 | - GDI32: o InternalTextOutW fix (breakpoint hit in debug build)
|
---|
[5599] | 70 | - OLE32: o Resync with latest Wine build (20010418)
|
---|
[5589] | 71 |
|
---|
[5584] | 72 | 2001-04-25: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 73 | - USER32: o Check visibility of parents in IsWindowVisible
|
---|
| 74 | o Call ShowWindow(SW_MINIMIZE) in CloseWindow (for non-child windows)
|
---|
| 75 | Don't use PM directly to minimize it.
|
---|
| 76 |
|
---|
| 77 | 2001-04-25: Shingo Tsuda <sofiya@din.or.jp>
|
---|
| 78 | - GDI32: o DBCS fix for looking up font name in font rename profile section
|
---|
| 79 |
|
---|
[5580] | 80 | 2001-04-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 81 | - COMDLG32, DPLAYX, OLE32, OLEAUT32:
|
---|
| 82 | o Compile fixes for VAC 3.6.5 (nameless unions & structs)
|
---|
[5582] | 83 | - COMDLG32: o Resync with latest Wine code
|
---|
| 84 | (directory changed after file chosen in file open dialog)
|
---|
[5580] | 85 |
|
---|
[5575] | 86 | 2001-04-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
|
---|
| 87 | - SHELL32: o Updates and fixes for SHFileOperationA (FO_COPY)
|
---|
| 88 |
|
---|
[5563] | 89 | 2001-04-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5573] | 90 | - DDRAW: o Wrong calling convention of io_init2. Parameter is pushed
|
---|
| 91 | on the stack, not put in eax.
|
---|
| 92 | (fixes crash in release ddraw & systems with xf86sup.sys
|
---|
| 93 | installed)
|
---|
[5563] | 94 | - KERNEL32: o Removed wrong segment definitions introduced by yesterday's
|
---|
| 95 | EXC_CallHandler rewrite.
|
---|
| 96 | (fixes global data section)
|
---|
[5565] | 97 | o Build fake header for LX executable
|
---|
| 98 | (fixes crash during Acrobat Reader 5 install (regsvr32.exe))
|
---|
| 99 | - NTDLL: o Updated rtlstr.c (Wine)
|
---|
| 100 | o Wrote partial implementation of RtlGetAce. Not tested well.
|
---|
| 101 | Enough to prevent Acrobat Reader 5 install from crashing.
|
---|
| 102 | - ADVAPI32: o Forward AddAce, FindFirstFreeAce, GetAce & AddAccessAllowedAce
|
---|
| 103 | to NTDLL
|
---|
[5571] | 104 | - INSTALL: o Add Font registry keys
|
---|
| 105 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
|
---|
| 106 | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Fonts]
|
---|
| 107 | "Courier 10,12,15 (VGA res)"="COURE.FON"
|
---|
| 108 | "MS Sans Serif 8,10,12,14,18,24 (VGA res)"="SSERIFE.FON"
|
---|
| 109 | "MS Serif 8,10,12,14,18,24 (VGA res)"="SERIFE.FON"
|
---|
[5563] | 110 |
|
---|
[5558] | 111 | 2001-04-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 112 | - KERNEL32: o DosWrite for stdout doesn't accept high addresses
|
---|
| 113 | o Rewrote EXC_CallHandler in assembly (copied compiler output
|
---|
| 114 | (opt. off))
|
---|
| 115 | No longer necessary to turn off optimizations for exceptions.cpp.
|
---|
[5560] | 116 | o Added partial implementation of GetLongPathNameA/W
|
---|
[5558] | 117 |
|
---|
[5555] | 118 | 2001-04-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 119 | - USER32: o Commented out RestoreCursor call in user32 exitlist handler.
|
---|
[5573] | 120 | Seems to cause PM hangs on some (a lot?) machines for
|
---|
[5555] | 121 | reasons unknown.
|
---|
| 122 |
|
---|
[5552] | 123 | 2001-04-20: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 124 | - DSOUND: o Fixes / Workaround for PowerDVD 3.0
|
---|
| 125 | Crashed when allocating sound object for
|
---|
| 126 | 48kHz, 16-Bit, 4 channels
|
---|
| 127 | o dynamically size the internal mixing buffer
|
---|
| 128 | in DSMIXER
|
---|
| 129 |
|
---|
[5543] | 130 | 2001-04-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 131 | - KERNEL32: o Fail properly when a dll can't be found or loaded.
|
---|
| 132 | - SHELL32: o Ported latest shlfileop.c from Wine. (include functional
|
---|
| 133 | SHFileOperation).
|
---|
| 134 | TODO: Merge the rest.
|
---|
| 135 |
|
---|
[5541] | 136 | 2001-04-18: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 137 | - dailybuild:
|
---|
| 138 | o Adjusted to new build pattern.
|
---|
| 139 | o Copy all builds to local archive directory.
|
---|
| 140 | - tools\install:
|
---|
| 141 | o Added Xx2Lx.
|
---|
| 142 | - Readme.txt:
|
---|
| 143 | o Changed Pe2Lx to Xx2Lx.
|
---|
| 144 |
|
---|
[5537] | 145 | 2001-04-17: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 146 | - Unicode: o Minor addjustments to makefile. CFLAGS is the correct
|
---|
| 147 | place to addjust flags for C compilation. And flags
|
---|
| 148 | are compiler specific.. wrapped it in CCENV checks.
|
---|
| 149 | - Tools\Common:
|
---|
| 150 | o Revamped a couple of things - introduced interface classes.
|
---|
| 151 | Not quite statisfied yet, but it's working.
|
---|
| 152 | o Starting to make an kFileSDF class to access .SDF files
|
---|
| 153 | SDF = Structure Definition Files - used by PMDF. Contains
|
---|
| 154 | information about structures (struct _somthing_s).
|
---|
| 155 | Needs this information for win32k.
|
---|
| 156 | - Tools\Database:
|
---|
| 157 | o Recreate makefiles, new style. GD is not compiled any longer.
|
---|
| 158 | o Addjusted APIImport to fit changes in Tools\Common.
|
---|
| 159 | - Tools\ImpLib:
|
---|
| 160 | o Addjusted code to fit changes in Tools\Common.
|
---|
| 161 |
|
---|
[5515] | 162 | 2001-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 163 | - KERNEL32: o Fix for LoadLibrary(Ex)W. (free must not be called for
|
---|
| 164 | converted strings; use FreeAsciiString instead)
|
---|
[5517] | 165 | - TOOLS\WRC:o Ported latest wrc. (has proper ascii -> unicode conversion
|
---|
| 166 | and more features)
|
---|
[5537] | 167 | o Open files in binary mode only; fixes load failures for
|
---|
[5517] | 168 | shell32 icons (newlines were translated; bytes removed from
|
---|
| 169 | icon data)
|
---|
[5520] | 170 | - DPLAYX: o Compile fixes for header changes.
|
---|
[5517] | 171 | - include\odin.h:
|
---|
| 172 | o Changes for wrc. It chokes on calling conventions.
|
---|
| 173 | o Got rid of annoying 'unused struct' warnings
|
---|
[5515] | 174 |
|
---|
[5514] | 175 | 2001-04-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 176 | - DSOUND: o Removed pmwinx.lib from makefile. Wasn't used; and it had
|
---|
| 177 | bad path (ie. no path).
|
---|
| 178 |
|
---|
[5504] | 179 | 2001-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 180 | - KERNEL32: o RegQueryValueExA/W broken. Reserved & type parameters reversed.
|
---|
| 181 | (fixes crash in Notepad and possibly solves many other problems)
|
---|
[5506] | 182 | - USER32: o SetCapture change; return immediately when new capture window
|
---|
| 183 | is the same as old one.
|
---|
| 184 | (fixes high cpu load in PowerDVD when holding mouse cursor over
|
---|
| 185 | control window; PM kept sending WM_MOUSEMOVE messages)
|
---|
[5508] | 186 | o Rewrote ClipCursor & GetClipCursor
|
---|
[5510] | 187 | o Set PM style flags when WS_CLIPCHILDREN or WS_CLIPSIBLINGS
|
---|
| 188 | flag is changed by the application using SetWindowLong.
|
---|
| 189 | (fixes Lotus Notes size bar & upper left rectangle painting)
|
---|
[5504] | 190 |
|
---|
[5501] | 191 | 2001-04-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 192 | - configure,win32k:
|
---|
| 193 | o Added option to Configure.cmd, -w, which omittes building
|
---|
| 194 | of Win32k.sys.
|
---|
| 195 |
|
---|
[5584] | 196 | 2001-04-12: Shingo Tsuda <sofiya@din.or.jp>
|
---|
[5497] | 197 | - USER32: o Fixes for DBCS strings
|
---|
| 198 |
|
---|
[5501] | 199 | 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5493] | 200 | - PELDR: o Print module name that contributed to the failure of
|
---|
| 201 | loading kernel32.
|
---|
| 202 |
|
---|
[5501] | 203 | 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5488] | 204 | - WINMM: o Clean up DirectAudio thread properly.
|
---|
| 205 |
|
---|
[5584] | 206 | 2001-04-05: Shingo Tsuda <sofiya@din.or.jp>
|
---|
[5484] | 207 | - KERNEL32: o WideCharToMultiByte/MultiByteToWideChar changes
|
---|
| 208 | - srclen <= -1 -> calculate length (docs say only for -1)
|
---|
| 209 | - source and destination pointer can't be the same (as docs also claim)
|
---|
| 210 | (verified in Windows ME & Windows NT4, SP6)
|
---|
| 211 |
|
---|
[5501] | 212 | 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5483] | 213 | - USER32: o Rewrote ShowCursor
|
---|
| 214 |
|
---|
[5501] | 215 | 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5469] | 216 | - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
|
---|
[5475] | 217 | o lstrcpynWtoA & lstrcpynAtoW fixes
|
---|
[5477] | 218 | o Removed WideCharToLocal & LocalToWideChar
|
---|
[5469] | 219 | - INCLUDE\unicode.h:
|
---|
| 220 | o AsciiToUnicode* & UnicodeToAscii* functions implemented
|
---|
| 221 | with functions in heapstring.h
|
---|
| 222 | - * o Compile fixes due to header changes
|
---|
| 223 |
|
---|
[5501] | 224 | 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 225 | - DDRAW: o Only reset physical palette in DirectDraw destructor if
|
---|
[5452] | 226 | palette was really changed.
|
---|
| 227 | (gets rid of excessive screen redraws in DXView)
|
---|
| 228 | - KERNEL32: o Return GetUserDefaultLCID in GetSystemDefaultLCID
|
---|
| 229 | o Return GetUserDefaultLangID in GetSystemDefaultLangID
|
---|
| 230 | o Ported Wine's codepage, string & unicode functions (codepage.cpp)
|
---|
| 231 | o Ported Wine's codepage unicode conversion functions & tables
|
---|
| 232 | (kernel32\unicode)
|
---|
[5455] | 233 | o Rewrote string functions (heapstring.cpp) to use new unicode
|
---|
| 234 | functions.
|
---|
[5464] | 235 | - USER32: o Ported Wine's Char* functions
|
---|
| 236 | TODO: IsCharAlphaA & IsCharAlphaNumericA
|
---|
[5452] | 237 |
|
---|
[5501] | 238 | 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5437] | 239 | - USER32: o Mouse message translation fix (check capture)
|
---|
[5441] | 240 | o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
|
---|
| 241 | (fixes file dialogs with OFN_ENABLETEMPLATE style)
|
---|
| 242 | Verified behaviour in NT4, SP6 with DSShow sample
|
---|
| 243 | - about dialog with DS_CONTROL -> no titlebar
|
---|
| 244 | - file open dialog without DS_CONTROL -> titlebar + moveable
|
---|
[5501] | 245 | 2nd dialog
|
---|
[5441] | 246 | o Temporary workaround for file dialogs with template dialog child.
|
---|
| 247 | They don't redraw when switching directories. For some reason
|
---|
[5501] | 248 | the new child's (syslistview32) update rectangle stays empty
|
---|
[5441] | 249 | after its parent is made visible with ShowWindow
|
---|
| 250 | TODO: find real cause
|
---|
[5437] | 251 | - MSACM32: o Ported latest Wine version
|
---|
| 252 | - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
|
---|
[5444] | 253 | - DDRAW: o Back buffer fix; setup surface descriptor structure and
|
---|
| 254 | don't clear DDSCAPS_BACKBUFFER flag
|
---|
| 255 | (fix for WinDVD)
|
---|
[5501] | 256 | o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
|
---|
[5444] | 257 | isn't set.
|
---|
| 258 | Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
|
---|
| 259 | (fix for WinDVD)
|
---|
[5447] | 260 | - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
|
---|
| 261 | correct version of the pe loader (PE/PEC)
|
---|
[5437] | 262 |
|
---|
| 263 | 2001-04-02: Michal Necasek <michalnec@volny.cz>
|
---|
| 264 | - KERNEL32: o Fix for importing from executable
|
---|
| 265 | (fixes Blade Runner)
|
---|
[5441] | 266 | - TESTAPP\EXCEPTIONS:
|
---|
| 267 | o Small test apps to test exception handling
|
---|
[5437] | 268 |
|
---|
[5501] | 269 | 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5420] | 270 | - WININET: o Added missing exports to wininet.def
|
---|
[5423] | 271 | - KERNEL32: o Removed yesterday's codepage change.
|
---|
| 272 | (breaks Opera)
|
---|
[5422] | 273 | - WINMM: o Increased nr of DART buffers used for wave playback
|
---|
[5426] | 274 | - ODININST o Moved kernel32 init code into odininst
|
---|
| 275 | o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
|
---|
| 276 | registry key with international settings
|
---|
[5441] | 277 | - USER32: o Create dialog controls with CreateWindowExW
|
---|
[5430] | 278 | o Use correct SendMessage(A/W) call during CreateWindow
|
---|
[5420] | 279 |
|
---|