source: trunk/changelog@ 3417

Last change on this file since 3417 was 3417, checked in by sandervl, 26 years ago

* empty log message *

File size: 10.4 KB
RevLine 
[3417]1 /* $Id: changelog,v 1.900 2000-04-18 11:11:13 sandervl Exp $ */
[2659]2
[3417]3 2000-04-18: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: Added LR_LOADFROMFILE support for icon & cursor loading
5 - GDI32: Dib section fixes (use height/width of window when
6 dc belongs to a window; use correct stretchblit mode)
7
[3408]8 2000-04-16: Christoph Bratschi <cbratschi@datacomm.ch>
9 - COMCTL32: added new resources: i.e. header cursors
10 changed file version to 5.80 (IE5, Win2k)
11 implemented missing listview messages, implemented some
12 extended styles
13
[3405]14 2000-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
15 - KERNEL32: Put back dll search method, fixed bug in LoadLibraryEx
16 (no return after error detection)
[3407]17 Set FPU control word to 0x27F before calling exe entrypoint
18 (fixes some FPU exception problems in RealPlayer 7)
19
[3405]20 2000-04-16: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[3401]21 - KERNEL32: Reorganized/reworte LoadLibrary/LoadLibraryEx code.
[3403]22 isPEImage was changed to return 1 if DLL and 2 if EXE.
23 (It still returns FALSE if not valid PE image.)
[3401]24
25 - include\odin32validate.h:
26 New header file. Parameter validation macros.
[3392]27 - KERNEL32: Before reading Sanders last message I had rewritten most of
28 the findDll function. So, as my implementation seems a bit
29 more flexible I decided to commit it.
30 Currently it's searching the three LIBPATH paths too. If
31 this causes any real trouble we'll disable this.
32
33 findDll now returns TRUE if a file were found. Callers are
34 corrected to test for this.
35
[3384]36 2000-04-15: Christoph Bratschi <cbratschi@datacomm.ch>
[3392]37 - COMCTL32: rewrote listview item handling: sort bug fix,
38 allows >= 4.70 support
39 implemented several new messages
[3384]40
[3379]41 2000-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
[3392]42 - WSOCK32: Async select fix (VPBuddy can connect again)
43 - KERNEL32: Remove terminating backslash in FindFirstFileA (if present)
[3381]44 (otherwise DosFindFirst fails)
45 Fixed flushing of file maps (wrong VirtualQuery parameter)
[3383]46 Path search fix for dlls
[3389]47 Dll search order:
[3392]48 1) exe dir
49 2) current dir
50 3) windows system dir (kernel32 path)
51 4) windows dir
52 5) path environment variable
[3389]53
[3392]54 - ODINCRT: Added checks for failing mallocs
55 - USER32: Corrected return value of EnableWindow
[3387]56 Send WM_CANCELMODE message when disabling window
[3386]57 (return true if previous state was disabled, else false (sdk docs))
58 Don't send mouse messages to disabled windows; reroute
59 them to their parent windows (if any)
[3379]60
[3377]61 2000-04-14: Sander van Leeuwen <sandervl@xs4all.nl>
[3392]62 - KERNEL32: Hardcoded system & windows dir
63 system dir = kernel32 dir
64 windows dir = kernel32 dir\win
[3377]65 Fixed dll attach for pe2lx/win32k & lx Odin executables
66 Command line fixes (now starts with full path of exe)
67 Search for dlls in:
[3392]68 1) current dir
[3377]69 2) win32 exe dir
70 3) windows system dir
71 4) path
72 Append backslash if GetFileAttributes fails (and it's missing
73 from the filename)
74 - PELDR/KERNEL32: Fixed starting of executable with spaces in name
75 (might not be 100% complete yet)
76 Fixes for relative path of executable
[3392]77 - ODIN.INI.TXT: Removed DIRECTORIES section
[3377]78
[3373]79 2000-04-13: Sander van Leeuwen <sandervl@xs4all.nl>
80 - USER32: Zero thread message structure before dispatching it
81 Prevents app from sending the same posted message twice
82 (causing problems when freeing the postmsg struct)
83 (fixes RealPlayer 7 Update service)
[3392]84 - CRTDLL: Fixed div (result must be returned in edx:eax)
85 - PE: Check PATH for executable file
[3373]86
[3368]87 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
[3392]88 - COMCTL32: listview: completed most version 4 features
[3368]89
[3367]90 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
91 - USER32: Added support for topmost windows
92
[3362]93 2000-04-10: David Raison <djr@lemur.co.uk>
[3392]94 - COMDLG32: fixed wrong lParam in file dialog
[3362]95
[3355]96 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
97 - GDI32: Y inversion fix for dib sections blits
[3392]98 - WINMM: GetPosition fix (don't return 0 when stream not active)
99 - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
[3361]100 fails. (fixes RealPlayer 7 install)
[3355]101
102 2000-04-09: Yuri Dario <mc6530@mclink.it>
[3392]103 - INCLUDE(\WIN):
104 - odin.h: define NONAMELESSUNION only for VA3.0 (now works with VA4);
105 remove buildin.h when invoked from resource compiler.
106 - commctrl.h: new macros
107 - mmsystem.h: define DUMMYUNIONNAME with same code used in other
108 headers to avoid precompiling errors.
109 - shlguid.h: missing ID
110 - shlobj.h: missing shlguid.h include
111 - windows.h: define CINTERFACE only for C compilers or VA3.x
112 - windowsx.h: macros
113 - wingdi.h: few AW defines
114 - winuser.h: new macros
[3355]115
[3350]116 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
[3392]117 - COMCTL32: added new styles and functionality, bug fixes
[3350]118
[3349]119 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
[3353]120 - WINMM: Restart, pause & underrun fixes
[3392]121 - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
[3353]122 causing heap corruption. (RealPlayer 7 crashes)
[3349]123
[3345]124 2000-04-07: Michal Necasek <mike@mendelu.cz>
125 - DDRAW\NEW: Experimental fullscreen DDraw, VIDEOPMI based.
126 May not work with all video cards and may cause all
127 kinds of trouble. But works swell for eg. Fallout 1/2
128 or HMM3. Contains some extra bugs compared to the
129 windowed DDraw, ie. Moorhuhn and others don't work
130 with it at all. Please tell me about your experience
131 with this shameless hack.
132
[3339]133 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]134 - WINMM: Don't restart when already playing
[3339]135 - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
[3340]136 Workaround for paint problems in RealPlayer 7 Update 1.
137 (don't clip the dc with a region in DoNCPaint if the clip
138 region has the same size as the window; doing so creates
139 update problems for no obvious reason)
[3345]140 - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
[3342]141 is not compressed. (fixes crash during startup in Excel)
142 NOTE: Open32 doesn't implement compression type conversion
143 correctly. (black splash screen for RLE8 bitmap)
[3392]144 - KERNEL32: Return length of windows or system directory when
[3346]145 GetWindowsDirectory/GetSystemDirectory is called with
146 a NULL pointer
[3339]147
148 2000-04-07: David Raison <djr@lemur.co.uk>
[3345]149 - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
[3339]150 (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
151
[3335]152 2000-04-07: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
153 - TOOLS\DBGINFO: Sym2Hll is now able to convert .SYM files into HLL
154 debuginfo and add it to LX executables. This might be
155 quite useful if you want to see system DLL while debugging.
156 But before you add debuginfo to all dll's in c:\os2\dll
157 I have to warn that this is _very_ alpha software. Do always
158 make a backup (Sym2Hll don't create backups!) and have
159 recovery boot disks ready!
160
[3327]161 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]162 - WINMM: Fixed message callback once more (previous fix broke rp7)
[3331]163 Fixed restart
[3327]164
[3329]165 2000-04-08: Michal Necasek <mike@mendelu.cz>
166 - WINMM: Moved phwo == NULL check below format query handling.
167 (enables sound in Jack Jazzrabbit; still not right though)
168
[3324]169 2000-04-05: David Raison <djr@lemur.co.uk>
170 - OLEAUT32: Turned default DEBUG-info down.
171
[3322]172 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
173 - Win32k: Added fixpack 13 symbols to the symbol database.
[3327]174 Using win32k.sys with fp13 works fine here.
[3322]175
[3319]176 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]177 - WINMM: Smallest waveout buffer size = 128 bytes
[3327]178 Fixed callback bugs (reported by Michal Necasek)
[3319]179
[3312]180 2000-04-03: David Raison <djr@lemur.co.uk>
[3345]181 - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
182 - RPCRT4: Beginning of new dll:
183 RpcStringFreeA, RpcStringFreeW, UuidCompare
184 UuidCreate, UuidCreateNil, UuidEqual
185 UuidFromStringA, UuidFromStringW, UuidHash
186 UuidIsNil, UuidToStringA, UuidToStringW
[3312]187
[3306]188 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
[3345]189 - SHELL32: don't sort files case sensitive
[3306]190
191 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
[3345]192 - KERNEL32: FindFirst: don't return "." and ".." in root
193 wrote long to short name conversion
194 added error code converter
195 - USER32: removed 'What You See Is What You Get On First Of April'
[3306]196
[3296]197 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]198 - USER32: dc.cpp cleanup
199 - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
[3301]200 Set y inversion to 0 if dib section isn't flipped
201 (fixes upside down flash videos in RealPlayer 7)
[3345]202 - WINMM: Faked mixer apis
[3296]203
[3293]204 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
[3345]205 - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
[3293]206 videos)
207
[3290]208 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
[3345]209 - USER32: added WYSIWYGOFOA interface
[3290]210
[3289]211 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
[3293]212 - USER32: Fixed track frame width & height (now you can actually
[3289]213 see the tracking frame when moving a window)
214
Note: See TracBrowser for help on using the repository browser.