source: trunk/changelog@ 5966

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

* empty log message *

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