source: trunk/changelog@ 8417

Last change on this file since 8417 was 8417, checked in by sandervl, 24 years ago

* empty log message *

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