source: trunk/changelog@ 8414

Last change on this file since 8414 was 8414, checked in by sandervl, 23 years ago

* empty log message *

File size: 9.0 KB
Line 
1/* $Id: changelog,v 1.2076 2002-05-15 10:56:52 sandervl Exp $ */
2
3 2002-05-15: Sander van Leeuwen <sandervl@xs4all.nl>
4 - DINPUT: o Made mouse code reentrant
5
6 2002-05-14: Sander van Leeuwen <sandervl@xs4all.nl>
7 - KERNEL32: o CustForce2GBFileSize function added to force
8 GetVolumeInformation to tell the app all partitions are FAT
9 (2 GB file size limitation)
10 - COMCTL32: o Merged property sheet control with latest Wine version
11
12 2002-05-14: Platon Fomichev <platon@innotek.de>
13 - USER32: o Don't send WM_WINDOWPOSCHANGING message when PM sends
14 SWP_FOCUS(DE)ACTIVATE message.
15
16 2002-05-10: Platon Fomichev <platon@innotek.de>
17 - KERNEL32: o Parallel port updates (use resource manager to query
18 hardware configuration)
19
20 2002-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
21 - KERNEL32: o Applications are now allowed to read physical disks or
22 mounted partitions. Write access is only allowed for
23 unmounted partitions or floppy disks.
24 o Implemented GetFileSize for disk objects; corrected
25 return value for some failures (-1)
26
27 2002-05-09: Sander van Leeuwen <sandervl@xs4all.nl>
28 - KERNEL32: o Implemented IOCTL_DISK_GET_PARTITION_INFO &
29 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
30 o Implemented GetVolumeNameForVolumeMountPointA/W for disk
31 mountpoints (e.g. C:\)
32 o Rewrote FindFirst/NextVolume to use LVM interface (if
33 availabe; else fail)
34 o Extended GetDriveType & GetVolumeInformation for volume
35 names (instead of only disk names (e.g. C:\))
36 o GetVolumeInformation change: keep file system name if
37 NTFS or FAT32
38 o Implemented unmounted volume and physical disk access
39
40 2002-05-08: Sander van Leeuwen <sandervl@xs4all.nl>
41 - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
42 toolbar, tab, pager, nativefont, imagelist code
43 o Updated license (LGPL) for comctl32
44 - ADVAPI32: o AllocateAndInitializeSid bugfix (return value from function
45 in NTDLL)
46 - NTDLL: o RtlAddAccessAllowedAce stub always returns TRUE
47 - KERNEL32: o Implemented volume & volume mountpoint functions
48 (win2k and up)
49 o Added stubs for IOCTL_DISK_GET_PARTITION_INFO &
50 IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
51
52 2002-05-08: Platon Fomichev <platon@innotek.de>
53 - COMCTL32: o Merged listview control with latest Wine
54
55 2002-05-07: Sander van Leeuwen <sandervl@xs4all.nl>
56 - USER32: o WH_MOUSE_LL hook fixes
57
58 2002-05-07: Platon Fomichev <platon@innotek.de>
59 - USER32: o Listbox/combobox fix for MFC apps
60 o SetParent doesn't change WS_CHILD style
61 o Experimental change for getParent
62
63 2002-05-07: knut st. osmundsen <bird@anduin.net>
64 - CmdQd: o The daemon shouldn't inherit standard handles when started.
65 (Hung the daily build, since we use tee to do logging.)
66
67 2002-05-06: Sander van Leeuwen <sandervl@xs4all.nl>
68 - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
69
70 2002-05-01: Sander van Leeuwen <sandervl@xs4all.nl>
71 - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
72 translation array
73
74 2002-04-30: Sander van Leeuwen <sandervl@xs4all.nl>
75 - GDI32: o Font renaming support added to EnumFontFamiliesA/W
76 - USER32: o Implemented WH_MOUSE_LL hook
77 o Removed DInput hack for keyboard & mouse message translation
78 - DINPUT: o Resync with last X11 licensed Wine (TODO: LGPL)
79
80 2002-04-30: knut st. osmundsen <bird@anduin.net>
81 - KERNEL32: o Changes for debug heap (makefile + exception handler)
82
83 2002-04-30: Platon Fomichev <platon@innotek.de>
84 - KERNEL32: o FileTimeToSystemTime, DosDateTimeToFileTime &
85 SystemTimeToFileTime bugfixes
86 - USER32: o Focus fix when minimizing window
87
88 2002-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
89 - KERNEL32: o Export RegisterCustomDriver
90
91 2002-04-29: Patrick Haller <patrick.haller@innotek.de>
92 - OLEAUT32: o Clean up hash object during dll unload
93 - KERNEL32: o Fixed memory leaks in handlename class, Win32ImageBase::isPEImage
94 and DestroyTIB
95 o fixed unicode conversion for APIs that allow
96 NULL strings as input parameter (SearchPathW,
97 Registry APIs) not to set last error to EROROR_INVALID_HANDLE
98 o wprocess.cpp:
99 - set ODIN32.DEBUG_CHILD=ICSDEBUG.EXE will cause CreateProcess
100 to start PE-clients inside a new debugger instance
101 - GetModuleFileName fixes (don't count zero termination)
102 o don't set last error in HeapFree()
103 - COMCTL32: o Draglist control bugfix (crash)
104
105 2002-04-28: knut st. osmundsen <bird@anduin.net>
106 - Configure.cmd, Odincrt:
107 o Added option --with-klib to configure.cmd to link
108 odincrt with the electric debug heap of kLib.
109 Concider this experimental!
110
111 2002-04-28: Platon Fomichev <platon@innotek.de>
112 - USER32: o Focus fix when minimizing window
113 - IPHLPAPI: o Bugfix
114
115 2002-04-24: Platon Fomichev <platon@innotek.de>
116 - USER32: o Don't activate window when it's minimized (ShowWindow)
117 o Deactivate window & move to bottom of z-order when it's
118 minimized
119 o Listbox fix; rollup dropdown if mouse button pressed outside
120 control
121
122 2002-04-17: Platon Fomichev <platon@innotek.de>
123 - COMDLG32: o If application specifies full path in file dialog structure
124 (and initial dir string is NULL), then change to the directory.
125
126 2002-04-17: knut st. osmundsen <bird@anduin.net>
127 - Makefiles:
128 o Use the VAC40 profiler for profiling in PROFILE=1, DEBUG=
129 mode. See /tools/profilerfix/Readme.1st for details.
130 - ProfilerFix:
131 o Added readme.1st for VAC308, vac365 profiling using the
132 VAC4 profiler features.
133
134 2002-04-14: knut st. osmundsen <bird@anduin.net>
135 - KERNEL32: o Cache CDROM drive letters in OSLibGetDriveType.
136 o Added testcases to makescripts in the testcase subdir.
137 'nmake build testcase' from that dir will build test
138 program(s) and run testcases.
139
140 2002-04-13: knut st. osmundsen <bird@anduin.net>
141 - Windefs.h:
142 o _MAX_PATH, _MAX_DIR, _MAX_EXT crashes withc Watcom C.
143 - KERNEL32: o GetDriveType optimizations.
144 Made it just as strict as WinXP. Hope this won't
145 blow up any thing. (A little bit worried about a call in
146 shell32/folders.c and mci_open.)
147 o Corrected a call to GetDirveTypeA in hmdisk.cpp. (paranoia)
148 o Made (stupid) test program which is placed in the testcase
149 subdir. This is compilable for both OS/2 and NT.
150 o Hot fix for 0 CDROM issue. (To be removed)
151
152 - USER32: o Corrected a call to GetDriveTypeA. (missing ':')
153
154 2002-04-11: knut st. osmundsen <bird@anduin.net>
155 - Makefiles:
156 o Output linenumbers to the map file when linking.
157 o Attempt at VAC308 profiling (icsperf.exe).
158 This is only enabled if you set PROFILE without DEBUG.
159 - ProfileFix:
160 o Hack to prevent the app which is profiled to crash
161 on Warp 4.5+.
162 - Install: o Changed it to work with 0.9.18+. Not that this fix
163 requires a bugfix over the 0.9.18 warping release.
164 - DailyBuild:
165 o Updated scripts so I can run the daily build on my
166 workstaion at home.
167
168 2002-04-10: knut st. osmundsen <bird@anduin.net>
169 - UXTHEME: o Stubbed the DLL as some apps keeps trying to load it.
170 - src/makefile:
171 o Update the CUSTOMBUILD module list.
172
173 2002-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
174 - ODINCRT: o Wrote OS/2 version of CriticalSection apis (including
175 support for shared critical sections; which is currently
176 not possible with the Win32 version due to missing
177 support for global object handles in kernel32)
178 - KERNEL32: o Rewrote VMutex class to use odincrt critical sections
179 o Rewrote global vmutex usage (mmap)
180 - USER32: o Rewrote global vmutex usage (window handles)
181 o EnumWindows made safer
182 o Fixed bug in desktop window constructor (double window
183 handle allocation)
184 - WINMM: o Rewrote vmutex usage (wave in/out classes)
185 - GDI32: o Rewrote vmutex usage (object handle functions)
186 - INCLUDE: o Debug wrapper fixes (missing 6th argument)
187
188 2002-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
189 - KERNEL32: o Do not test for write capability with CDROM drives
190 (IOCTL_DISK_IS_WRITABLE)
191
Note: See TracBrowser for help on using the repository browser.