source: trunk/changelog@ 3425

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

* empty log message *

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