1 | /* $Id: changelog,v 1.1499 2001-06-11 14:37:23 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2001-06-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
4 | - USER32: o Reference count bugfixes
|
---|
5 |
|
---|
6 | 2001-06-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
7 | - USER32: o SetParent bugfix (caused crashes in user32 after yesterday's changes)
|
---|
8 | o Preliminary support added for OS/2 look and feel (not finished)
|
---|
9 | Odin.ini option:
|
---|
10 | [ODINSYSTEM]
|
---|
11 | OS2Look=1 (default = 0)
|
---|
12 | Creates OS/2 Titlebar, system menu & min/max/close buttons.
|
---|
13 | Also overrides UseWinColors option (uses OS/2 colors).
|
---|
14 | NOTE: Can interfere with windows applications that draw their
|
---|
15 | own custom titlebar. (e.g. RealPlayer)
|
---|
16 | - KERNEL32: o Added OpenProfileUserMapping & CloseProfileUserMapping stubs.
|
---|
17 | o CreateProcess: launch win16 loader for NE executables
|
---|
18 | - WIN16LDR: o Preliminary version of winos2 loader for 16 bits installers
|
---|
19 | Overrides GetVersion & WinExec functions to return the
|
---|
20 | version NT returns and to launch 32 bits programs (using pe).
|
---|
21 | (NOT FINISHED and not included in daily build)
|
---|
22 | - PELDR: o Execute win16 loader for NE executables.
|
---|
23 |
|
---|
24 | 2001-06-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
25 | - Win32API.h:
|
---|
26 | o Added APIs required to compile user32.
|
---|
27 | - src/makefile:
|
---|
28 | o Relaxed the locks a little.
|
---|
29 | - Win32k: o Separated VAC3 and VAC36 output. (Please re-run configure!)
|
---|
30 | - makefiles/VAC36:
|
---|
31 | o Ignore ILIB warnings. (like those in the opengl tree)
|
---|
32 |
|
---|
33 | 2001-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
34 | - USER32: o Keep reference count for window and class objects.
|
---|
35 | Only delete the objects when nobody else is using them anymore.
|
---|
36 | (fixes crashes due to premature destruction of objects;
|
---|
37 | e.g. during Napster startup)
|
---|
38 | - KERNEL32: o heap checking accidentally turned on during logging
|
---|
39 | (making the debug build extremely slow)
|
---|
40 | o Open32's CreateProcess can fail with ERROR_FILE_NOT_FOUND for
|
---|
41 | no apparent reason. Don't bail out when that happens, but try
|
---|
42 | to create the process anyway.
|
---|
43 | (fixes CreateProcess during Napster install)
|
---|
44 | o Improved version of InterlockedIncrement & InterlockedDecrement
|
---|
45 | (borrowed from Wine)
|
---|
46 |
|
---|
47 | 2001-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
48 | - KERNEL32: o WinExec fixes
|
---|
49 | o Ported Wine's WritePrivateProfileSectionA
|
---|
50 | - GDI32: o DIB Section blits: translate all ROPs
|
---|
51 | o GetDIBits fix; RGB conversion was not always performed;
|
---|
52 | now only for requested scanlines.
|
---|
53 |
|
---|
54 | 2001-06-08: Patrick Haller <patrick.haller@innotek.de>
|
---|
55 | - KERNEL32: o Optimizations for loading of PE images
|
---|
56 |
|
---|
57 | 2001-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
58 | - OLE32: o More VAC 3.6.5 compile fixes
|
---|
59 |
|
---|
60 | 2001-06-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
61 | - FastDep: o Performance enh. Don't scan files more than 1 month older
|
---|
62 | than existing .depend file.
|
---|
63 | o Optimized AVL tree sligtly by not performing two strcmp
|
---|
64 | on the same keys (but resuing the result from the first).
|
---|
65 | o Improved dependencies genereated for OS/2 resource files.
|
---|
66 | (TODO: Fix possible bad precompiler checks for C/C++ and RC.)
|
---|
67 | o Code is now in sync with OS2Tools.
|
---|
68 |
|
---|
69 | 2001-06-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
70 | - OLE32: o VAC 3.6.5 compile fix
|
---|
71 |
|
---|
72 | 2001-06-05: Patrick Haller <patrick.haller@innotek.de>
|
---|
73 | - KERNEL32: o Fixed ordinal export resolving for PE executables
|
---|
74 | (SO52 complained about missing exports)
|
---|
75 |
|
---|
76 | 2001-06-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
77 | - COMCTL32: o Listview: Don't repaint subitem if changed text is the same as old one.
|
---|
78 | (fixes endless repainting loop in WinRAR 2.80)
|
---|
79 | - KERNEL32: o Optimized ordinal lookup even more.
|
---|
80 | (6900 ordinal lookups takes (on average) 31 ms now instead
|
---|
81 | of 78)
|
---|
82 |
|
---|
83 | 2001-06-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
84 | - KERNEL32: o Added driver dll plugin for custom device driver emulation
|
---|
85 | Enumerates keys in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
|
---|
86 | that contain 'DllName' keys.
|
---|
87 | DllName contains the name of the plugin dll that exports
|
---|
88 | DrvOpen, DrvClose & DrvIOCtl.
|
---|
89 | o Dispatch breakpoint exception to application (release build only)
|
---|
90 | Some nasty applications expect this.
|
---|
91 |
|
---|
92 | 2001-06-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
93 | - USER32: o Ported & fixed ScrollDC (Wine)
|
---|
94 | (fixes scrolling in Adobe Framemaker 5.5)
|
---|
95 | - GDI32: o RGB 565->555 conversion in GetDIBits
|
---|
96 | o RGB 555->565 conversion in DIB Section sync
|
---|
97 | o Sync DIB section in RealizePalette if any colors changed
|
---|
98 | (fixes PowerDVD colors)
|
---|
99 |
|
---|
100 | 2001-06-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
101 | - Win32k/configure.cmd:
|
---|
102 | o Corrected search for the VAC compiler.
|
---|
103 | o Removed stupid messages when -w is specified.
|
---|
104 |
|
---|
105 | 2001-06-02: Achim Hasenmueller <achimha@innotek.de>
|
---|
106 | - COMDLG32: o fix crash due to uninitialized COM object pointer in
|
---|
107 | Win95 open file dialog browse mode
|
---|
108 | o default to open mode in file dialog when the
|
---|
109 | OFN_NOVALIDATE mode is used
|
---|
110 | (fixes crash in FrameMaker 5.5 file dialog when opening
|
---|
111 | a file that has broken image references)
|
---|
112 | - KERNEL32: o log both error and no error conditions for GetLastError
|
---|
113 | with default error level. Sometimes, we don't set an error
|
---|
114 | where we should so this logging information is important
|
---|
115 | o set last error to 2 (ERROR_FILE_NOT_FOUND) when using
|
---|
116 | CreateFileA to open a non existing file.
|
---|
117 | DosOpen returned 110 (ERROR_OPEN_FAILED) in this case.
|
---|
118 | Verified with Windows 2000 SP2
|
---|
119 | (makes Acrobat Distiller 5.0 startup and work!)
|
---|
120 |
|
---|
121 | 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
122 | - WINMM: o Default waveout volume can be controlled by a key in odin.ini:
|
---|
123 | [WINMM]
|
---|
124 | DefVolume=50[0-100] Default waveout volume (default = 100)
|
---|
125 | - USER32: o ScrollDC fix for translating clip & scroll rectangles
|
---|
126 | (fixes scrolling in Adobe Framemaker 5.5)
|
---|
127 |
|
---|
128 | 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
129 | - USER32: o Send WM_HELP if F1 pressed & no menu active
|
---|
130 | o Disabled system hooks (only work in one process)
|
---|
131 | - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
|
---|
132 | barely noticable with 'real' applications)
|
---|
133 | - OLE32: o Added OleLoadPictureEx stub
|
---|
134 | - GDI32: o GetDIBits fix for querying the bitmap information
|
---|
135 | WGSS returns 0, but we should return the nr of scan lines requested
|
---|
136 | o GetDIBits fix for memory dcs. WGSS messes things up if
|
---|
137 | it's a memory DC.
|
---|
138 | (fixes lower right button in AIM's logon window when typing
|
---|
139 | in new name)
|
---|
140 | o ExtTextOutA/W fix for filling rectangle with background color
|
---|
141 | only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
|
---|
142 | (fixes border between menu & button bar in Odin MFC app &
|
---|
143 | Acrobat Reader 4.05)
|
---|
144 | o StretchDIBits fix for RGB555 bitmaps
|
---|
145 | (fixes pictures in pdf files shown by Acrobat Reader 4.05)
|
---|
146 | - SHLWAPI: o Added PathGetCharTypeA/W from Wine
|
---|
147 |
|
---|
148 | 2001-06-01: Patrick Haller <patrick.haller@innotek.de>
|
---|
149 | - KERNEL32: o benchmarked new experimental loader and reverted to
|
---|
150 | old but slightly optimized loader (processExport usually
|
---|
151 | outweighs processImport, so lookup is less valuable than
|
---|
152 | add to export list)
|
---|
153 | - SHELL32: o SIC_Initialize took extremely long to pre-initialize
|
---|
154 | its icon cache. Revert to on-demand loading of the icons,
|
---|
155 | speeds up loading of SHELL32 (therefore most apps)
|
---|
156 | by several seconds.
|
---|
157 |
|
---|