source: trunk/changelog@ 3467

Last change on this file since 3467 was 3467, checked in by phaller, 26 years ago

Add: profiling support for ODIN

File size: 15.2 KB
RevLine 
[3467]1 /* $Id: changelog,v 1.919 2000-04-30 23:18:48 phaller Exp $ */
[2659]2
[3467]3 2000-04-30: Patrick Haller <phaller@gmx.net>
4 - ODINWRAP: added profiling support. The odin wrapper macros now
5 can measure function calls, this is the cumulative
6 method call time with 838ns accuracy (tick unit).
7
[3463]8 2000-04-30: Sander van Leeuwen <sandervl@xs4all.nl>
9 - KERNEL32: LocalFlags fix (low byte = lock count, hight byte (of low word) = memory flags)
10 LocalGetFlags, LocalLock & LocalUnlock now check if the
11 pointer is larger than 3 GB. Some apps calls these functions
12 with GDI object handles.
[3465]13 - OLEAUT32: Don't create logfiles in release build
[3463]14
[3458]15 2000-04-29: Yuri Dario <mc6530@mclink.it>
16 - USER32: Bugfix for owner of windows (set to owner instead of parent now)
17
18 2000-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
19 - USER32/KERNEL32: Added selectable logging for level 2 dprintfs.
20
21 - USER32: Commented out default x & y position code
22 (FCF_SHELLPOSITION no longer works)
23 -> fixes menu & toolbars in MS Word 97
24
25 - KERNEL32: Added windows directory override again
26 (NOTE: for developers *ONLY*; DO NOT USE IT)
27 [DEVDIRECTORIES]
28 WINDOWS=drive:\path
29 Default System directory is kernel32 path
30 (with new install program: x:\odin\system32)
31 Default Windows directory is parent of System Directory
32 (with new install program: x:\odin)
33 NOTE: This assumption could break current installs
34 Will be fixed in upcoming WarpIn installation distributions
35
36 Changed InitSystemAndRegistry:
37 InitSystemAndRegistry creates:
38 - WINDOWSDIR\SYSTEM
39 - WINDOWSDIR\AppData
40 - WINDOWSDIR\Cache
41 - WINDOWSDIR\Cookies
42 - WINDOWSDIR\Desktop
43 - WINDOWSDIR\Favorites
44 - WINDOWSDIR\Fonts
45 - WINDOWSDIR\History
46 - WINDOWSDIR\NetHood
47 - WINDOWSDIR\My Documents
48 - WINDOWSDIR\PrintHood
49 - WINDOWSDIR\Recent
50 - WINDOWSDIR\SendTo
51 - WINDOWSDIR\Start Menu
52 - WINDOWSDIR\Start Menu\Programs
53 - WINDOWSDIR\Start Menu\Programs\Startup
54 - WINDOWSDIR\ShellNew
55 - and a minimal system registry
56
57 - TOOLS\INSTALL: WarpIn install script + small install program
58 that calls kernel32 export (InitSystemAndRegistry)
59
60 - TOOLS\WRC: Forgot to add change in preproc.c (ifdef)
61 (shouldn't really matter though)
62
[3455]63 2000-04-27: David Raison <djr@lemur.co.uk>
64 - OLE32/NEW: Work-in-progress on adding apartment handling.
65 Added here for backup until ready for release.
66
[3453]67 2000-04-27: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[3458]68 - tools/DailyBuild: Checked in the scripts used for the daily build.
[3453]69
[3450]70 2000-04-27: Achim Hasenmueller <achimha@innotek.de>
71 - put back new wrc.exe, provide workarounds in
72 header files, old one breaks comdlg32
73 TODO: find bug in new wrc and really fix it
74
[3454]75 2000-04-26: David Raison <djr@lemur.co.uk>
[3448]76 - INCLUDE/WIN: Added RPC_E_* codes to winerror.h
[3449]77 - OLE32: Fixed StringFromGUID2
[3448]78
[3446]79 2000-04-25: Achim Hasenmueller <achimha@innotek.de>
80 - TOOLS/BIN: put back old wrc.exe from Oct. 99 because the
81 new one has problems with include files...
82
[3444]83 2000-04-25: Patrick Haller <phaller@gmx.net>
84 - SHLWAPI: - stubbed all the UrlXXX functions (required for IE4/5 ;-)
85
[3438]86 2000-04-23: Sander van Leeuwen <sandervl@xs4all.nl>
[3440]87 - GDI32: Dib section blit fix (missing pixels)
88 - WSOCK32: Don't send FD_CLOSE message when select returns
89 and there's no data available (recv in another thread
90 might have taken that data before the ioctl call in
[3454]91 the WSAAsyncSelect thread is executed)
[3440]92 -> fixes lost connections in RealPlayer 7
[3438]93
[3435]94 2000-04-19: Patrick Haller <phaller@gmx.net>
95 - INCLUDE/PDWIN32.TOOLS: fix build rule for (old) .asm sources
96
[3431]97 2000-04-19: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
98 - KERNEL32: Added fix for bug in FP13 DosQuerySysInfo.
99 Win32k/Pe2Lx loaded files didn't work.
[3434]100 Corrected TLS handling for Borland.
[3431]101
[3425]102 2000-04-19: Sander van Leeuwen <sandervl@xs4all.nl>
103 - TOOLS\WRC: Resync with latest Wine wrc + added code to produce
104 masm compatible assembly (for some reason removed from
105 wrc some time ago)
106 -> fixes file open dialog (nothing painted)
107 - COMCTL32: Check for NULL pointers before freeing memory
108 (toolbar; removes some warnings from the logfiles)
109
[3417]110 2000-04-18: Sander van Leeuwen <sandervl@xs4all.nl>
111 - USER32: Added LR_LOADFROMFILE support for icon & cursor loading
112 - GDI32: Dib section fixes (use height/width of window when
113 dc belongs to a window; use correct stretchblit mode)
[3423]114 - TOOLS\REGEDIT: Added regedit command line tool (ported this from
115 Wine with some modifications & bug fixes)
116 - KERNEL32: Also set FPU control word to 0x27f before calling thread
117 functions (just to be sure)
[3417]118
[3408]119 2000-04-16: Christoph Bratschi <cbratschi@datacomm.ch>
120 - COMCTL32: added new resources: i.e. header cursors
121 changed file version to 5.80 (IE5, Win2k)
122 implemented missing listview messages, implemented some
123 extended styles
124
[3405]125 2000-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
126 - KERNEL32: Put back dll search method, fixed bug in LoadLibraryEx
127 (no return after error detection)
[3407]128 Set FPU control word to 0x27F before calling exe entrypoint
129 (fixes some FPU exception problems in RealPlayer 7)
[3431]130
[3405]131 2000-04-16: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[3401]132 - KERNEL32: Reorganized/reworte LoadLibrary/LoadLibraryEx code.
[3403]133 isPEImage was changed to return 1 if DLL and 2 if EXE.
134 (It still returns FALSE if not valid PE image.)
[3401]135
136 - include\odin32validate.h:
137 New header file. Parameter validation macros.
[3392]138 - KERNEL32: Before reading Sanders last message I had rewritten most of
139 the findDll function. So, as my implementation seems a bit
140 more flexible I decided to commit it.
141 Currently it's searching the three LIBPATH paths too. If
142 this causes any real trouble we'll disable this.
143
144 findDll now returns TRUE if a file were found. Callers are
145 corrected to test for this.
146
[3384]147 2000-04-15: Christoph Bratschi <cbratschi@datacomm.ch>
[3392]148 - COMCTL32: rewrote listview item handling: sort bug fix,
149 allows >= 4.70 support
150 implemented several new messages
[3384]151
[3379]152 2000-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
[3392]153 - WSOCK32: Async select fix (VPBuddy can connect again)
154 - KERNEL32: Remove terminating backslash in FindFirstFileA (if present)
[3381]155 (otherwise DosFindFirst fails)
156 Fixed flushing of file maps (wrong VirtualQuery parameter)
[3383]157 Path search fix for dlls
[3389]158 Dll search order:
[3392]159 1) exe dir
160 2) current dir
161 3) windows system dir (kernel32 path)
162 4) windows dir
163 5) path environment variable
[3389]164
[3392]165 - ODINCRT: Added checks for failing mallocs
166 - USER32: Corrected return value of EnableWindow
[3387]167 Send WM_CANCELMODE message when disabling window
[3386]168 (return true if previous state was disabled, else false (sdk docs))
169 Don't send mouse messages to disabled windows; reroute
170 them to their parent windows (if any)
[3379]171
[3377]172 2000-04-14: Sander van Leeuwen <sandervl@xs4all.nl>
[3392]173 - KERNEL32: Hardcoded system & windows dir
174 system dir = kernel32 dir
175 windows dir = kernel32 dir\win
[3377]176 Fixed dll attach for pe2lx/win32k & lx Odin executables
177 Command line fixes (now starts with full path of exe)
178 Search for dlls in:
[3392]179 1) current dir
[3377]180 2) win32 exe dir
181 3) windows system dir
182 4) path
183 Append backslash if GetFileAttributes fails (and it's missing
184 from the filename)
185 - PELDR/KERNEL32: Fixed starting of executable with spaces in name
186 (might not be 100% complete yet)
187 Fixes for relative path of executable
[3392]188 - ODIN.INI.TXT: Removed DIRECTORIES section
[3377]189
[3373]190 2000-04-13: Sander van Leeuwen <sandervl@xs4all.nl>
[3423]191 - USER32: Set thread message structure to 0 before dispatching it
[3373]192 Prevents app from sending the same posted message twice
193 (causing problems when freeing the postmsg struct)
194 (fixes RealPlayer 7 Update service)
[3392]195 - CRTDLL: Fixed div (result must be returned in edx:eax)
196 - PE: Check PATH for executable file
[3373]197
[3368]198 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
[3392]199 - COMCTL32: listview: completed most version 4 features
[3368]200
[3367]201 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
202 - USER32: Added support for topmost windows
203
[3362]204 2000-04-10: David Raison <djr@lemur.co.uk>
[3392]205 - COMDLG32: fixed wrong lParam in file dialog
[3362]206
[3355]207 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
208 - GDI32: Y inversion fix for dib sections blits
[3392]209 - WINMM: GetPosition fix (don't return 0 when stream not active)
210 - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
[3361]211 fails. (fixes RealPlayer 7 install)
[3355]212
213 2000-04-09: Yuri Dario <mc6530@mclink.it>
[3392]214 - INCLUDE(\WIN):
215 - odin.h: define NONAMELESSUNION only for VA3.0 (now works with VA4);
216 remove buildin.h when invoked from resource compiler.
217 - commctrl.h: new macros
218 - mmsystem.h: define DUMMYUNIONNAME with same code used in other
219 headers to avoid precompiling errors.
220 - shlguid.h: missing ID
221 - shlobj.h: missing shlguid.h include
222 - windows.h: define CINTERFACE only for C compilers or VA3.x
223 - windowsx.h: macros
224 - wingdi.h: few AW defines
225 - winuser.h: new macros
[3355]226
[3350]227 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
[3392]228 - COMCTL32: added new styles and functionality, bug fixes
[3350]229
[3349]230 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
[3353]231 - WINMM: Restart, pause & underrun fixes
[3392]232 - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
[3353]233 causing heap corruption. (RealPlayer 7 crashes)
[3349]234
[3345]235 2000-04-07: Michal Necasek <mike@mendelu.cz>
236 - DDRAW\NEW: Experimental fullscreen DDraw, VIDEOPMI based.
237 May not work with all video cards and may cause all
238 kinds of trouble. But works swell for eg. Fallout 1/2
239 or HMM3. Contains some extra bugs compared to the
240 windowed DDraw, ie. Moorhuhn and others don't work
241 with it at all. Please tell me about your experience
242 with this shameless hack.
243
[3339]244 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]245 - WINMM: Don't restart when already playing
[3339]246 - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
[3340]247 Workaround for paint problems in RealPlayer 7 Update 1.
248 (don't clip the dc with a region in DoNCPaint if the clip
249 region has the same size as the window; doing so creates
250 update problems for no obvious reason)
[3345]251 - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
[3342]252 is not compressed. (fixes crash during startup in Excel)
253 NOTE: Open32 doesn't implement compression type conversion
254 correctly. (black splash screen for RLE8 bitmap)
[3392]255 - KERNEL32: Return length of windows or system directory when
[3346]256 GetWindowsDirectory/GetSystemDirectory is called with
257 a NULL pointer
[3339]258
259 2000-04-07: David Raison <djr@lemur.co.uk>
[3345]260 - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
[3339]261 (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
262
[3335]263 2000-04-07: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
264 - TOOLS\DBGINFO: Sym2Hll is now able to convert .SYM files into HLL
265 debuginfo and add it to LX executables. This might be
266 quite useful if you want to see system DLL while debugging.
267 But before you add debuginfo to all dll's in c:\os2\dll
268 I have to warn that this is _very_ alpha software. Do always
269 make a backup (Sym2Hll don't create backups!) and have
270 recovery boot disks ready!
271
[3327]272 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]273 - WINMM: Fixed message callback once more (previous fix broke rp7)
[3331]274 Fixed restart
[3327]275
[3329]276 2000-04-08: Michal Necasek <mike@mendelu.cz>
277 - WINMM: Moved phwo == NULL check below format query handling.
278 (enables sound in Jack Jazzrabbit; still not right though)
279
[3324]280 2000-04-05: David Raison <djr@lemur.co.uk>
281 - OLEAUT32: Turned default DEBUG-info down.
282
[3322]283 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
284 - Win32k: Added fixpack 13 symbols to the symbol database.
[3327]285 Using win32k.sys with fp13 works fine here.
[3322]286
[3319]287 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]288 - WINMM: Smallest waveout buffer size = 128 bytes
[3327]289 Fixed callback bugs (reported by Michal Necasek)
[3319]290
[3312]291 2000-04-03: David Raison <djr@lemur.co.uk>
[3345]292 - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
293 - RPCRT4: Beginning of new dll:
294 RpcStringFreeA, RpcStringFreeW, UuidCompare
295 UuidCreate, UuidCreateNil, UuidEqual
296 UuidFromStringA, UuidFromStringW, UuidHash
297 UuidIsNil, UuidToStringA, UuidToStringW
[3312]298
[3306]299 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
[3345]300 - SHELL32: don't sort files case sensitive
[3306]301
302 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
[3345]303 - KERNEL32: FindFirst: don't return "." and ".." in root
304 wrote long to short name conversion
305 added error code converter
306 - USER32: removed 'What You See Is What You Get On First Of April'
[3306]307
[3296]308 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]309 - USER32: dc.cpp cleanup
310 - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
[3301]311 Set y inversion to 0 if dib section isn't flipped
312 (fixes upside down flash videos in RealPlayer 7)
[3345]313 - WINMM: Faked mixer apis
[3296]314
[3293]315 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]316 - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
[3293]317 videos)
318
[3290]319 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
[3345]320 - USER32: added WYSIWYGOFOA interface
[3290]321
[3289]322 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
[3293]323 - USER32: Fixed track frame width & height (now you can actually
[3289]324 see the tracking frame when moving a window)
325
Note: See TracBrowser for help on using the repository browser.