source: trunk/changelog@ 5555

Last change on this file since 5555 was 5555, checked in by sandervl, 25 years ago

* empty log message *

File size: 8.1 KB
RevLine 
[5555]1/* $Id: changelog,v 1.1369 2001-04-20 17:34:09 sandervl Exp $ */
[5313]2
[5555]3 2001-04-20: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o Commented out RestoreCursor call in user32 exitlist handler.
5 Seems to cause PM hangs on some (a lot?) of machines for
6 reasons unknown.
7
[5552]8 2001-04-20: Patrick Haller <patrick.haller@innotek.de>
9 - DSOUND: o Fixes / Workaround for PowerDVD 3.0
10 Crashed when allocating sound object for
11 48kHz, 16-Bit, 4 channels
12 o dynamically size the internal mixing buffer
13 in DSMIXER
14
[5543]15 2001-04-19: Sander van Leeuwen <sandervl@xs4all.nl>
16 - KERNEL32: o Fail properly when a dll can't be found or loaded.
17 - SHELL32: o Ported latest shlfileop.c from Wine. (include functional
18 SHFileOperation).
19 TODO: Merge the rest.
20
[5541]21 2001-04-18: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
22 - dailybuild:
23 o Adjusted to new build pattern.
24 o Copy all builds to local archive directory.
25 - tools\install:
26 o Added Xx2Lx.
27 - Readme.txt:
28 o Changed Pe2Lx to Xx2Lx.
29
[5537]30 2001-04-17: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
31 - Unicode: o Minor addjustments to makefile. CFLAGS is the correct
32 place to addjust flags for C compilation. And flags
33 are compiler specific.. wrapped it in CCENV checks.
34 - Tools\Common:
35 o Revamped a couple of things - introduced interface classes.
36 Not quite statisfied yet, but it's working.
37 o Starting to make an kFileSDF class to access .SDF files
38 SDF = Structure Definition Files - used by PMDF. Contains
39 information about structures (struct _somthing_s).
40 Needs this information for win32k.
41 - Tools\Database:
42 o Recreate makefiles, new style. GD is not compiled any longer.
43 o Addjusted APIImport to fit changes in Tools\Common.
44 - Tools\ImpLib:
45 o Addjusted code to fit changes in Tools\Common.
46
[5515]47 2001-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
48 - KERNEL32: o Fix for LoadLibrary(Ex)W. (free must not be called for
49 converted strings; use FreeAsciiString instead)
[5517]50 - TOOLS\WRC:o Ported latest wrc. (has proper ascii -> unicode conversion
51 and more features)
[5537]52 o Open files in binary mode only; fixes load failures for
[5517]53 shell32 icons (newlines were translated; bytes removed from
54 icon data)
[5520]55 - DPLAYX: o Compile fixes for header changes.
[5517]56 - include\odin.h:
57 o Changes for wrc. It chokes on calling conventions.
58 o Got rid of annoying 'unused struct' warnings
[5515]59
[5514]60 2001-04-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
61 - DSOUND: o Removed pmwinx.lib from makefile. Wasn't used; and it had
62 bad path (ie. no path).
63
[5504]64 2001-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
65 - KERNEL32: o RegQueryValueExA/W broken. Reserved & type parameters reversed.
66 (fixes crash in Notepad and possibly solves many other problems)
[5506]67 - USER32: o SetCapture change; return immediately when new capture window
68 is the same as old one.
69 (fixes high cpu load in PowerDVD when holding mouse cursor over
70 control window; PM kept sending WM_MOUSEMOVE messages)
[5508]71 o Rewrote ClipCursor & GetClipCursor
[5510]72 o Set PM style flags when WS_CLIPCHILDREN or WS_CLIPSIBLINGS
73 flag is changed by the application using SetWindowLong.
74 (fixes Lotus Notes size bar & upper left rectangle painting)
[5504]75
[5501]76 2001-04-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
77 - configure,win32k:
78 o Added option to Configure.cmd, -w, which omittes building
79 of Win32k.sys.
80
[5497]81 2001-04-12: Sofiya (sofiya@din.or.jp)
82 - USER32: o Fixes for DBCS strings
83
[5501]84 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
[5493]85 - PELDR: o Print module name that contributed to the failure of
86 loading kernel32.
87
[5501]88 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
[5488]89 - WINMM: o Clean up DirectAudio thread properly.
90
[5484]91 2001-04-05: Sofiya (sofiya@din.or.jp)
92 - KERNEL32: o WideCharToMultiByte/MultiByteToWideChar changes
93 - srclen <= -1 -> calculate length (docs say only for -1)
94 - source and destination pointer can't be the same (as docs also claim)
95 (verified in Windows ME & Windows NT4, SP6)
96
[5501]97 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
[5483]98 - USER32: o Rewrote ShowCursor
99
[5501]100 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
[5469]101 - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
[5475]102 o lstrcpynWtoA & lstrcpynAtoW fixes
[5477]103 o Removed WideCharToLocal & LocalToWideChar
[5469]104 - INCLUDE\unicode.h:
105 o AsciiToUnicode* & UnicodeToAscii* functions implemented
106 with functions in heapstring.h
107 - * o Compile fixes due to header changes
108
[5501]109 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
110 - DDRAW: o Only reset physical palette in DirectDraw destructor if
[5452]111 palette was really changed.
112 (gets rid of excessive screen redraws in DXView)
113 - KERNEL32: o Return GetUserDefaultLCID in GetSystemDefaultLCID
114 o Return GetUserDefaultLangID in GetSystemDefaultLangID
115 o Ported Wine's codepage, string & unicode functions (codepage.cpp)
116 o Ported Wine's codepage unicode conversion functions & tables
117 (kernel32\unicode)
[5455]118 o Rewrote string functions (heapstring.cpp) to use new unicode
119 functions.
[5464]120 - USER32: o Ported Wine's Char* functions
121 TODO: IsCharAlphaA & IsCharAlphaNumericA
[5452]122
[5501]123 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
[5437]124 - USER32: o Mouse message translation fix (check capture)
[5441]125 o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
126 (fixes file dialogs with OFN_ENABLETEMPLATE style)
127 Verified behaviour in NT4, SP6 with DSShow sample
128 - about dialog with DS_CONTROL -> no titlebar
129 - file open dialog without DS_CONTROL -> titlebar + moveable
[5501]130 2nd dialog
[5441]131 o Temporary workaround for file dialogs with template dialog child.
132 They don't redraw when switching directories. For some reason
[5501]133 the new child's (syslistview32) update rectangle stays empty
[5441]134 after its parent is made visible with ShowWindow
135 TODO: find real cause
[5437]136 - MSACM32: o Ported latest Wine version
137 - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
[5444]138 - DDRAW: o Back buffer fix; setup surface descriptor structure and
139 don't clear DDSCAPS_BACKBUFFER flag
140 (fix for WinDVD)
[5501]141 o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
[5444]142 isn't set.
143 Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
144 (fix for WinDVD)
[5447]145 - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
146 correct version of the pe loader (PE/PEC)
[5437]147
148 2001-04-02: Michal Necasek <michalnec@volny.cz>
149 - KERNEL32: o Fix for importing from executable
150 (fixes Blade Runner)
[5441]151 - TESTAPP\EXCEPTIONS:
152 o Small test apps to test exception handling
[5437]153
[5501]154 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
[5420]155 - WININET: o Added missing exports to wininet.def
[5423]156 - KERNEL32: o Removed yesterday's codepage change.
157 (breaks Opera)
[5422]158 - WINMM: o Increased nr of DART buffers used for wave playback
[5426]159 - ODININST o Moved kernel32 init code into odininst
160 o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
161 registry key with international settings
[5441]162 - USER32: o Create dialog controls with CreateWindowExW
[5430]163 o Use correct SendMessage(A/W) call during CreateWindow
[5420]164
Note: See TracBrowser for help on using the repository browser.