source: trunk/changelog@ 5958

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

* empty log message *

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