[5963] | 1 | /* $Id: changelog,v 1.1499 2001-06-11 14:37:23 sandervl Exp $ */
|
---|
[5313] | 2 |
|
---|
[5963] | 3 | 2001-06-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - USER32: o Reference count bugfixes
|
---|
| 5 |
|
---|
[5952] | 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)
|
---|
[5953] | 16 | - KERNEL32: o Added OpenProfileUserMapping & CloseProfileUserMapping stubs.
|
---|
[5958] | 17 | o CreateProcess: launch win16 loader for NE executables
|
---|
[5953] | 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).
|
---|
[5957] | 21 | (NOT FINISHED and not included in daily build)
|
---|
[5953] | 22 | - PELDR: o Execute win16 loader for NE executables.
|
---|
[5952] | 23 |
|
---|
[5941] | 24 | 2001-06-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 25 | - Win32API.h:
|
---|
| 26 | o Added APIs required to compile user32.
|
---|
[5943] | 27 | - src/makefile:
|
---|
| 28 | o Relaxed the locks a little.
|
---|
[5946] | 29 | - Win32k: o Separated VAC3 and VAC36 output. (Please re-run configure!)
|
---|
[5948] | 30 | - makefiles/VAC36:
|
---|
| 31 | o Ignore ILIB warnings. (like those in the opengl tree)
|
---|
[5941] | 32 |
|
---|
[5936] | 33 | 2001-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5941] | 34 | - USER32: o Keep reference count for window and class objects.
|
---|
[5936] | 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)
|
---|
[5937] | 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)
|
---|
[5936] | 46 |
|
---|
[5930] | 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 |
|
---|
[5934] | 54 | 2001-06-08: Patrick Haller <patrick.haller@innotek.de>
|
---|
[5930] | 55 | - KERNEL32: o Optimizations for loading of PE images
|
---|
| 56 |
|
---|
[5924] | 57 | 2001-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 58 | - OLE32: o More VAC 3.6.5 compile fixes
|
---|
| 59 |
|
---|
[5922] | 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).
|
---|
[5924] | 65 | o Improved dependencies genereated for OS/2 resource files.
|
---|
[5922] | 66 | (TODO: Fix possible bad precompiler checks for C/C++ and RC.)
|
---|
| 67 | o Code is now in sync with OS2Tools.
|
---|
| 68 |
|
---|
[5917] | 69 | 2001-06-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 70 | - OLE32: o VAC 3.6.5 compile fix
|
---|
| 71 |
|
---|
[5909] | 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 |
|
---|
[5907] | 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)
|
---|
[5911] | 79 | - KERNEL32: o Optimized ordinal lookup even more.
|
---|
[5922] | 80 | (6900 ordinal lookups takes (on average) 31 ms now instead
|
---|
[5911] | 81 | of 78)
|
---|
[5907] | 82 |
|
---|
[5904] | 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 |
|
---|
[5897] | 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)
|
---|
[5900] | 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)
|
---|
[5897] | 99 |
|
---|
[5889] | 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 |
|
---|
[5879] | 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)
|
---|
[5887] | 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
|
---|
[5891] | 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
|
---|
[5922] | 119 | (makes Acrobat Distiller 5.0 startup and work!)
|
---|
[5879] | 120 |
|
---|
[5875] | 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)
|
---|
[5884] | 125 | - USER32: o ScrollDC fix for translating clip & scroll rectangles
|
---|
| 126 | (fixes scrolling in Adobe Framemaker 5.5)
|
---|
[5875] | 127 |
|
---|
[5857] | 128 | 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[5864] | 129 | - USER32: o Send WM_HELP if F1 pressed & no menu active
|
---|
| 130 | o Disabled system hooks (only work in one process)
|
---|
[5857] | 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
|
---|
[5865] | 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)
|
---|
[5867] | 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)
|
---|
[5889] | 144 | o StretchDIBits fix for RGB555 bitmaps
|
---|
[5871] | 145 | (fixes pictures in pdf files shown by Acrobat Reader 4.05)
|
---|
[5857] | 146 | - SHLWAPI: o Added PathGetCharTypeA/W from Wine
|
---|
| 147 |
|
---|
[5849] | 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)
|
---|
[5889] | 153 | - SHELL32: o SIC_Initialize took extremely long to pre-initialize
|
---|
[5849] | 154 | its icon cache. Revert to on-demand loading of the icons,
|
---|
[5889] | 155 | speeds up loading of SHELL32 (therefore most apps)
|
---|
[5849] | 156 | by several seconds.
|
---|
| 157 |
|
---|