| [6121] | 1 | /* $Id: changelog,v 1.1548 2001-06-26 00:35:33 bird Exp $ */
 | 
|---|
| [6074] | 2 | 
 | 
|---|
| [6121] | 3 |  2001-06-25: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
 | 
|---|
 | 4 |     - include\odin.h:
 | 
|---|
 | 5 |                 o Updated the EMX configuration so we can build WRC.exe
 | 
|---|
 | 6 |                   using this definition. This also includes the check and
 | 
|---|
 | 7 |                   calling convetions defined in windef.h.
 | 
|---|
 | 8 |                   Just note that gcc don't decorate the stdcall function
 | 
|---|
 | 9 |                   names like the other compilers.
 | 
|---|
 | 10 |                 o Made the other compilers ignore __attribute__ so they
 | 
|---|
 | 11 |                   can compile WRC.exe as well.
 | 
|---|
 | 12 |                 o Defined INLINE, inline and __inline__ so they all make
 | 
|---|
 | 13 |                   functions inline. (Someone should check this for Watcom C mode.)
 | 
|---|
 | 14 | 
 | 
|---|
 | 15 |     - include\win\wine\unicode.h:
 | 
|---|
 | 16 |                 o Added extern "C" so the unicode libraries are compilable as C code.
 | 
|---|
 | 17 |                   (kernel32\unicode was forced to compile as C++)
 | 
|---|
 | 18 |                 o Removed inline workaround for C compilers. (Odin stuff)
 | 
|---|
 | 19 |                 o Wrapped away static for those function which was declared as
 | 
|---|
 | 20 |                   both static and inline. (the compiler was so noisy)
 | 
|---|
 | 21 | 
 | 
|---|
 | 22 |     - kernel32\unicode, kernel32:
 | 
|---|
 | 23 |                 o Don't force it to C++.
 | 
|---|
 | 24 |                 o Demangled the one export from unicode, get_char_typeW.
 | 
|---|
 | 25 |                 o Curiosity: Made a minor correction to be able to compile
 | 
|---|
 | 26 |                              unicode.lib with EMX.
 | 
|---|
 | 27 | 
 | 
|---|
 | 28 |     - OpenGL:   o mesa\macros.h has been changed to not #define INLINE if
 | 
|---|
 | 29 |                   allready defined.
 | 
|---|
 | 30 |                   Hence inlining is now enabled!
 | 
|---|
 | 31 |                   Concider this an experiment as we might run into VAC optimizer bugs...
 | 
|---|
 | 32 |                   People are encouraged to play games ;-)
 | 
|---|
 | 33 | 
 | 
|---|
 | 34 |     - WRC:      o Use semicolon when reading include paths.
 | 
|---|
 | 35 |                   (This was what ALL I was supposed to fix today..)
 | 
|---|
 | 36 |                 o Made it compile with VAC and EMX using standard Odin32 makefiles.
 | 
|---|
 | 37 |                   flex and bison is not needed normally. But when changes which
 | 
|---|
 | 38 |                   requires running of these are made, define HAVE_FLEX
 | 
|---|
 | 39 |                   and HAVE_BISON in your environment.
 | 
|---|
 | 40 |                 o WRC is now removed and made as a 'needed_tool' together
 | 
|---|
 | 41 |                   with fastdep, impdef and the other stuff in the tools subdir.
 | 
|---|
 | 42 |                   NB. Be careful not to accidentally resurrects the /tools/bin/wrc.exe
 | 
|---|
 | 43 |                       archive! (May be we should rename the archive file later?)
 | 
|---|
 | 44 | 
 | 
|---|
 | 45 |     - include\odin32.*.emx.mk:
 | 
|---|
 | 46 |                 o Made it working for WRC.exe. (release and debug, not profiling)
 | 
|---|
 | 47 |                   Generats OMF. Linking using link386.
 | 
|---|
 | 48 | 
 | 
|---|
 | 49 |     - include\odin32.tools.*.mk:
 | 
|---|
 | 50 |                 o Disabled historic current directory inference rules and replaced
 | 
|---|
 | 51 |                   (some of them) with rules which puts object in OBJDIR.
 | 
|---|
 | 52 |                 o Added precompiler inference rules. These are generate a *.pre-c
 | 
|---|
 | 53 |                   or *.pre-cpp file in the current directory containing the output
 | 
|---|
 | 54 |                   from the precompiler. (not implemented for watcom yet)
 | 
|---|
 | 55 |                   This is very useful in when you wanna check a declaration...
 | 
|---|
 | 56 | 
 | 
|---|
 | 57 | 
 | 
|---|
 | 58 |  2001-06-25: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [6100] | 59 |     - USER32:   o Minor WM_TIMER translation fix (weird check removed)
 | 
|---|
 | 60 | 
 | 
|---|
| [6089] | 61 |  2001-06-24: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 62 |     - KERNEL32: o Rewrote CopyFile & MoveFile (just call DosCopy/Move)
 | 
|---|
| [6121] | 63 |                 o Rewrote CreateDirectory & RemoveDirectory
 | 
|---|
| [6093] | 64 |                   (call DosCreateDir & DosDeleteDir)
 | 
|---|
| [6121] | 65 |                 o Fix for HeapRealloc; recent HeapSize fix broke it
 | 
|---|
| [6091] | 66 |                   (listboxes empty)
 | 
|---|
| [6089] | 67 | 
 | 
|---|
| [6088] | 68 |  2001-06-24: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
 | 
|---|
 | 69 |     - src/makefile:
 | 
|---|
 | 70 |                 o Added empty subdir oslib to the NOTTOBEMADE list.
 | 
|---|
 | 71 |                   (Please don't forget this when you create empty directories.
 | 
|---|
 | 72 |                    All subdirs excluding the one mentioned in the lists in
 | 
|---|
 | 73 |                    makefile is made. So don't add a new directory without
 | 
|---|
 | 74 |                    either a makefile in it or updating /src/makefile.)
 | 
|---|
 | 75 | 
 | 
|---|
| [6081] | 76 |  2001-06-23: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 77 |     - KERNEL32: o HeapSize must return -1 for invalid pointer
 | 
|---|
| [6089] | 78 |                 o Semaphore updates (finished; not activated yet)
 | 
|---|
| [6085] | 79 |                 o Implemented IOCTL_CDROM_GET_VOLUME & IOCTL_CDROM_SET_VOLUME
 | 
|---|
| [6081] | 80 | 
 | 
|---|
| [6077] | 81 |  2001-06-23: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
 | 
|---|
 | 82 |     - KERNEL32: o Added Odin32 Spesific API for getting Odin build number.
 | 
|---|
 | 83 |                   (Requested by Yuri.)
 | 
|---|
 | 84 | 
 | 
|---|
| [6074] | 85 |  2001-06-23: Achim Hasenmueller <achimha@innotek.de>
 | 
|---|
 | 86 |     - USER32:   o added OS/2 INI file access library (oslibprf)
 | 
|---|
 | 87 |                 o changed SystemParametersInfoA to no longer use Open32
 | 
|---|
| [6076] | 88 |                 o added more logging to GetMonitorInfoA/W
 | 
|---|
| [6074] | 89 | 
 | 
|---|
| [6071] | 90 |  2001-06-22: Markus Montkowski <mmontkowski@gmx.de>
 | 
|---|
 | 91 |     - TWAIN_32: o Updated initterm.cpp to use OS/2 and not Win32 APIs when loading
 | 
|---|
 | 92 |                   the OS/2 twain DLL. needed because of kernel32 change 2001-06-12
 | 
|---|
| [5313] | 93 | 
 | 
|---|
| [6062] | 94 |  2001-06-22: Dietrich Teickner <Dietrich_Teickner@t-online.de>
 | 
|---|
 | 95 |     - COMCTL32: o Check for invalid lpItem in LISTVIEW_GetItemA
 | 
|---|
 | 96 | 
 | 
|---|
 | 97 |  2001-06-22: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 98 |     - USER32:   o Don't fill background of system icon if no system icon
 | 
|---|
 | 99 |                   is present (could be seen in os/2 look mode)
 | 
|---|
| [6068] | 100 |                 o Reserved one window ulong (QWL_USER) for Odin apps (like Opera)
 | 
|---|
| [6070] | 101 |     - KERNEL32: o Semaphore updates (still not activated)
 | 
|---|
| [6062] | 102 | 
 | 
|---|
| [6059] | 103 |  2001-06-21: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 104 |     - KERNEL32: o Semaphore updates (still not activated)
 | 
|---|
 | 105 | 
 | 
|---|
| [6056] | 106 |  2001-06-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
 | 
|---|
 | 107 |     - DDRAW:    o io_init1, io_init2 and io_exit1 forgot to save/restore EBX.
 | 
|---|
 | 108 |                   (Broke some apps when XF86Sup.sys is installed)
 | 
|---|
 | 109 | 
 | 
|---|
| [6051] | 110 |  2001-06-20: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 111 |     - include\win\winioctl.h:
 | 
|---|
 | 112 |                 o Added CDROM ioctls
 | 
|---|
 | 113 |     - KERNEL32: o Dummy CDROM ioctl support
 | 
|---|
 | 114 | 
 | 
|---|
| [6047] | 115 |  2001-06-19: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 116 |     - KERNEL32: o Started with event, mutex & semaphore rewrite
 | 
|---|
 | 117 |                   (code not activated)
 | 
|---|
 | 118 | 
 | 
|---|
| [6042] | 119 |  2001-06-18: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 120 |     - USER32:   o Added export entry for GetScrollBarInfo
 | 
|---|
 | 121 |                 o Set ordinals for some exports
 | 
|---|
 | 122 |                 o Correct size of SBS_SIZEBOX and SBS_SIZEGRIP scrollbars
 | 
|---|
 | 123 |                   during creation. (if too high or wide)
 | 
|---|
 | 124 |                   (CPOV bottom scrollbar now appears)
 | 
|---|
| [6044] | 125 |     - COMCTL32: o Wrong check in 6/17 comctl32 change
 | 
|---|
| [6042] | 126 | 
 | 
|---|
| [6037] | 127 |  2001-06-17: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 128 |     - KERNEL32: o Implemented IOCTL_SCSI_PASS_THROUGH_DIRECT storage ioctl
 | 
|---|
| [6038] | 129 |     - USER32:   o Fix for scrollbars with SBS_SIZEBOX or SBS_SIZEGRIP style
 | 
|---|
| [6056] | 130 |                   (use size specified in CreateWindow only if SBS_SIZEBOXTOPLEFTALIGN
 | 
|---|
| [6038] | 131 |                    nor SBS_SIZEBOXBOTTOMRIGHTALIGN style flags set)
 | 
|---|
 | 132 |                   (CPOV window now has the right size)
 | 
|---|
 | 133 |                 o Allow WS_VISIBLE changes in SetWindowLong (GWL_STYLE)
 | 
|---|
 | 134 |                   (CPOV controls in bottom left corner now visible)
 | 
|---|
| [6037] | 135 | 
 | 
|---|
| [6038] | 136 |  2001-06-17: Dietrich Teickner <Dietrich_Teickner@t-online.de>
 | 
|---|
 | 137 |     - COMCTL32: o Check for invalid lpItem in LISTVIEW_GetItemA
 | 
|---|
 | 138 |                   (fixes crash in SpeedCommander 6)
 | 
|---|
 | 139 |                 o Datetime control update with latest Wine code
 | 
|---|
 | 140 | 
 | 
|---|
| [6024] | 141 |  2001-06-16: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 142 |     - DDRAW:    o Save & Restore FS when calling io_init2
 | 
|---|
| [6031] | 143 |                 o Partly implemented DrawEnumDisplayModes4
 | 
|---|
| [6027] | 144 |     - WINMM:    o Resume failed (during waveOutWrite) after underrun
 | 
|---|
 | 145 |                   (fixes audio error message in Atari Emulator)
 | 
|---|
| [6031] | 146 |     - KERNEL32: o Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY & IOCTL_DISK_GET_MEDIA_TYPES
 | 
|---|
 | 147 |                 o Allow direct sector reading from disk + changing read position
 | 
|---|
 | 148 |                   with SetFilePointer
 | 
|---|
| [6032] | 149 |                 o 6/14 kernel32 changes broke dynamic loading of LX dlls; getHMOD
 | 
|---|
 | 150 |                   returned the wrong module handle
 | 
|---|
| [6024] | 151 | 
 | 
|---|
| [6018] | 152 |  2001-06-15: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [6056] | 153 |     - USER32:   o Removed yesterday's getControl dialog change.
 | 
|---|
| [6018] | 154 |                   (causes errors for certain installshield installers)
 | 
|---|
 | 155 |                 o Add frame controls when app changes style flags (os/2 appearance)
 | 
|---|
 | 156 |                   (fixes missing titlebar when switching between maximized &
 | 
|---|
 | 157 |                    restored state for MDI windows in Opera)
 | 
|---|
| [6020] | 158 |     - KERNEL32: o PDB.exit_code is a pointer to an unknown structure in NT
 | 
|---|
 | 159 |                   Fill it with a pointer to a memory block with 8th byte set to 1.
 | 
|---|
 | 160 |                   (fixes crash in AssetAllocator install)
 | 
|---|
| [6018] | 161 | 
 | 
|---|
| [6016] | 162 |  2001-06-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
 | 
|---|
| [6018] | 163 |     - KERNEL32: o Correct bug in LoadLibrary which prevented dynamically
 | 
|---|
| [6017] | 164 |     - WIN32K:   o Forgot to close file on failure in ldrOpen. When Pe2Lx
 | 
|---|
| [6016] | 165 |                   failed (due to wrong subsystem), the file remained open.
 | 
|---|
 | 166 | 
 | 
|---|
| [6007] | 167 |  2001-06-14: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 168 |     - USER32:   o OSLibWinGetMsg: dispatch untranslated message immediately
 | 
|---|
 | 169 |                   and grab next one.
 | 
|---|
 | 170 |                 o Manually change min/max/restore button states (OS/2 appearance)
 | 
|---|
 | 171 |                 o Handle WM_SYSCOMMAND messages in frame window handler
 | 
|---|
| [6010] | 172 |                 o Button fix (Wine bug)
 | 
|---|
| [6016] | 173 |                   Must clear WS_TABSTOP of control that is already unchecked or
 | 
|---|
 | 174 |                   else multiple control can have this style ((auto)radiobutton)
 | 
|---|
| [6010] | 175 |                   and GetNextDlgTabItem will return the wrong one.
 | 
|---|
| [6016] | 176 |                   Happens in Opera preferences dialog (multimedia) where all
 | 
|---|
| [6010] | 177 |                   autoradio buttons have the WS_TABSTOP style.
 | 
|---|
| [6013] | 178 |                 o Added temporary workaround for Open32 crashes in Opera
 | 
|---|
| [6007] | 179 | 
 | 
|---|
| [5988] | 180 |  2001-06-13: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 181 |     - USER32:   o Corrected position of PM titlebar control
 | 
|---|
| [5990] | 182 |                 o Added SetWindowAppearance function that can be used
 | 
|---|
| [5997] | 183 |                   by Odin32 apps to override the appearance (win32 or OS/2)
 | 
|---|
| [5990] | 184 |                   of windows.
 | 
|---|
| [5995] | 185 |                 o Changed menu font for OS/2 appearance (bold)
 | 
|---|
 | 186 |                 o Draw system menu icon ourselves (OS/2 appearance)
 | 
|---|
 | 187 |                 o SetWindowText fix (OS/2 appearance)
 | 
|---|
| [6000] | 188 |                 o WM_ERASEBKGND handling changes for dialogs
 | 
|---|
| [5990] | 189 |     - GDI32:    o CreateDIBSection bugfix (wrong ReleaseDC call)
 | 
|---|
| [5988] | 190 | 
 | 
|---|
| [5981] | 191 |  2001-06-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
 | 
|---|
 | 192 |     - WIN16LDR: o Made it compile with Watcom and MSC60.
 | 
|---|
 | 193 |                   Currently I can't link it with MSC60 form the DDK
 | 
|---|
 | 194 |                   since there is no window libraries there.
 | 
|---|
 | 195 |                   Watcom links fine. But the result is not tested.
 | 
|---|
| [5986] | 196 |     - VDMDBG:   o Stubbed this DLL. (It's used by the NT TaskMgr.)
 | 
|---|
| [5987] | 197 |                   (Documented in SDK, doc\misc\VDMDbg.Hlp. Which is included
 | 
|---|
 | 198 |                    in the NT sdk distributed with Watcom v11 - %WATCOM\sdk.)
 | 
|---|
| [5986] | 199 |     - Win32k/Pe2Lx:
 | 
|---|
 | 200 |                 o Allowed loading of images using the NATIVE subsystem.
 | 
|---|
| [6005] | 201 |                 o Added symbols for build 14.065F (2001-05-08) all kernels.
 | 
|---|
| [5997] | 202 |     - DailyBuild:
 | 
|---|
 | 203 |                 o Moved Odin.ini to system32 in daily .zips.
 | 
|---|
| [5999] | 204 |     - NTDLL:    o Stubbed NtOpenThread.
 | 
|---|
| [5981] | 205 | 
 | 
|---|
| [5970] | 206 |  2001-06-12: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 207 |     - USER32:   o Partly fixed position of PM frame controls
 | 
|---|
| [5971] | 208 |                 o FillRect fix for 0 brush
 | 
|---|
 | 209 |                 o Workaround for windows with CS_CLASSDC class. Use same
 | 
|---|
 | 210 |                   mechanism as CS_OWNDC. (might not always work though)
 | 
|---|
 | 211 |                   No (easy) way to share a single DC between windows in PM.
 | 
|---|
 | 212 |                   (fixes paint problems in MED)
 | 
|---|
 | 213 |                 o Use critical sections for local hooks; faster than
 | 
|---|
 | 214 |                   kernel mutex semaphore calls.
 | 
|---|
 | 215 |     - GDI32:    o SetDIBColorTable bugfix
 | 
|---|
 | 216 |     - KERNEL32: o Fail to load OS/2 (non-Odin) dlls in LoadLibrary
 | 
|---|
 | 217 |                   (Winbench tries this)
 | 
|---|
| [5975] | 218 |     - ADVAPI32: o Pretend no services found in EnumServicesStatusA/W instead of
 | 
|---|
 | 219 |                   returning error.
 | 
|---|
 | 220 |                   (prevents crash in Winbench)
 | 
|---|
| [5970] | 221 | 
 | 
|---|
| [5963] | 222 |  2001-06-11: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 223 |     - USER32:   o Reference count bugfixes
 | 
|---|
| [5966] | 224 |     - GDI32:    o Added RGB555 conversion for CreateDIBitmap & SetDIBits
 | 
|---|
| [5963] | 225 | 
 | 
|---|
| [5952] | 226 |  2001-06-10: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 227 |     - USER32:   o SetParent bugfix (caused crashes in user32 after yesterday's changes)
 | 
|---|
 | 228 |                 o Preliminary support added for OS/2 look and feel (not finished)
 | 
|---|
 | 229 |                   Odin.ini option:
 | 
|---|
 | 230 |                   [ODINSYSTEM]
 | 
|---|
 | 231 |                   OS2Look=1      (default = 0)
 | 
|---|
| [5981] | 232 |                   Creates OS/2 Titlebar, system menu & min/max/close buttons.
 | 
|---|
| [5952] | 233 |                   Also overrides UseWinColors option (uses OS/2 colors).
 | 
|---|
| [5981] | 234 |                   NOTE: Can interfere with windows applications that draw their
 | 
|---|
| [5952] | 235 |                         own custom titlebar. (e.g. RealPlayer)
 | 
|---|
| [5953] | 236 |     - KERNEL32: o Added OpenProfileUserMapping & CloseProfileUserMapping stubs.
 | 
|---|
| [5958] | 237 |                 o CreateProcess: launch win16 loader for NE executables
 | 
|---|
| [5953] | 238 |     - WIN16LDR: o Preliminary version of winos2 loader for 16 bits installers
 | 
|---|
 | 239 |                   Overrides GetVersion & WinExec functions to return the
 | 
|---|
 | 240 |                   version NT returns and to launch 32 bits programs (using pe).
 | 
|---|
| [5957] | 241 |                   (NOT FINISHED and not included in daily build)
 | 
|---|
| [5953] | 242 |     - PELDR:    o Execute win16 loader for NE executables.
 | 
|---|
| [5952] | 243 | 
 | 
|---|
| [5941] | 244 |  2001-06-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
 | 
|---|
 | 245 |     - Win32API.h:
 | 
|---|
 | 246 |                 o Added APIs required to compile user32.
 | 
|---|
| [5943] | 247 |     - src/makefile:
 | 
|---|
 | 248 |                 o Relaxed the locks a little.
 | 
|---|
| [5946] | 249 |     - Win32k:   o Separated VAC3 and VAC36 output. (Please re-run configure!)
 | 
|---|
| [5948] | 250 |     - makefiles/VAC36:
 | 
|---|
 | 251 |                 o Ignore ILIB warnings. (like those in the opengl tree)
 | 
|---|
| [5941] | 252 | 
 | 
|---|
| [5936] | 253 |  2001-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [5941] | 254 |     - USER32:   o Keep reference count for window and class objects.
 | 
|---|
| [5936] | 255 |                   Only delete the objects when nobody else is using them anymore.
 | 
|---|
 | 256 |                   (fixes crashes due to premature destruction of objects;
 | 
|---|
 | 257 |                    e.g. during Napster startup)
 | 
|---|
| [5937] | 258 |     - KERNEL32: o heap checking accidentally turned on during logging
 | 
|---|
 | 259 |                   (making the debug build extremely slow)
 | 
|---|
 | 260 |                 o Open32's CreateProcess can fail with ERROR_FILE_NOT_FOUND for
 | 
|---|
 | 261 |                   no apparent reason. Don't bail out when that happens, but try
 | 
|---|
 | 262 |                   to create the process anyway.
 | 
|---|
 | 263 |                   (fixes CreateProcess during Napster install)
 | 
|---|
 | 264 |                 o Improved version of InterlockedIncrement & InterlockedDecrement
 | 
|---|
 | 265 |                   (borrowed from Wine)
 | 
|---|
| [5936] | 266 | 
 | 
|---|
| [5930] | 267 |  2001-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 268 |     - KERNEL32: o WinExec fixes
 | 
|---|
 | 269 |                 o Ported Wine's WritePrivateProfileSectionA
 | 
|---|
 | 270 |     - GDI32:    o DIB Section blits: translate all ROPs
 | 
|---|
 | 271 |                 o GetDIBits fix; RGB conversion was not always performed;
 | 
|---|
 | 272 |                   now only for requested scanlines.
 | 
|---|
 | 273 | 
 | 
|---|
| [5934] | 274 |  2001-06-08: Patrick Haller <patrick.haller@innotek.de>
 | 
|---|
| [5930] | 275 |     - KERNEL32: o Optimizations for loading of PE images
 | 
|---|
 | 276 | 
 | 
|---|
| [5924] | 277 |  2001-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 278 |     - OLE32:    o More VAC 3.6.5 compile fixes
 | 
|---|
 | 279 | 
 | 
|---|
| [5922] | 280 |  2001-06-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
 | 
|---|
 | 281 |     - FastDep:  o Performance enh. Don't scan files more than 1 month older
 | 
|---|
 | 282 |                   than existing .depend file.
 | 
|---|
 | 283 |                 o Optimized AVL tree sligtly by not performing two strcmp
 | 
|---|
 | 284 |                   on the same keys (but resuing the result from the first).
 | 
|---|
| [5924] | 285 |                 o Improved dependencies genereated for OS/2 resource files.
 | 
|---|
| [5922] | 286 |                   (TODO: Fix possible bad precompiler checks for C/C++ and RC.)
 | 
|---|
 | 287 |                 o Code is now in sync with OS2Tools.
 | 
|---|
 | 288 | 
 | 
|---|
| [5917] | 289 |  2001-06-06: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 290 |     - OLE32:    o VAC 3.6.5 compile fix
 | 
|---|
 | 291 | 
 | 
|---|
| [5909] | 292 |  2001-06-05: Patrick Haller <patrick.haller@innotek.de>
 | 
|---|
 | 293 |     - KERNEL32: o Fixed ordinal export resolving for PE executables
 | 
|---|
 | 294 |                   (SO52 complained about missing exports)
 | 
|---|
 | 295 | 
 | 
|---|
| [5907] | 296 |  2001-06-05: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 297 |     - COMCTL32: o Listview: Don't repaint subitem if changed text is the same as old one.
 | 
|---|
 | 298 |                   (fixes endless repainting loop in WinRAR 2.80)
 | 
|---|
| [5911] | 299 |     - KERNEL32: o Optimized ordinal lookup even more.
 | 
|---|
| [5922] | 300 |                   (6900 ordinal lookups takes (on average) 31 ms now instead
 | 
|---|
| [5911] | 301 |                    of 78)
 | 
|---|
| [5907] | 302 | 
 | 
|---|
| [5904] | 303 |  2001-06-04: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 304 |     - KERNEL32: o Added driver dll plugin for custom device driver emulation
 | 
|---|
 | 305 |                   Enumerates keys in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
 | 
|---|
 | 306 |                   that contain 'DllName' keys.
 | 
|---|
 | 307 |                   DllName contains the name of the plugin dll that exports
 | 
|---|
 | 308 |                   DrvOpen, DrvClose & DrvIOCtl.
 | 
|---|
 | 309 |                 o Dispatch breakpoint exception to application (release build only)
 | 
|---|
 | 310 |                   Some nasty applications expect this.
 | 
|---|
 | 311 | 
 | 
|---|
| [5897] | 312 |  2001-06-03: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 313 |     - USER32:   o Ported & fixed ScrollDC (Wine)
 | 
|---|
 | 314 |                   (fixes scrolling in Adobe Framemaker 5.5)
 | 
|---|
| [5900] | 315 |     - GDI32:    o RGB 565->555 conversion in GetDIBits
 | 
|---|
 | 316 |                 o RGB 555->565 conversion in DIB Section sync
 | 
|---|
 | 317 |                 o Sync DIB section in RealizePalette if any colors changed
 | 
|---|
 | 318 |                   (fixes PowerDVD colors)
 | 
|---|
| [5897] | 319 | 
 | 
|---|
| [5889] | 320 |  2001-06-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
 | 
|---|
 | 321 |     - Win32k/configure.cmd:
 | 
|---|
 | 322 |                 o Corrected search for the VAC compiler.
 | 
|---|
 | 323 |                 o Removed stupid messages when -w is specified.
 | 
|---|
 | 324 | 
 | 
|---|
| [5879] | 325 |  2001-06-02: Achim Hasenmueller <achimha@innotek.de>
 | 
|---|
 | 326 |     - COMDLG32: o fix crash due to uninitialized COM object pointer in
 | 
|---|
 | 327 |                   Win95 open file dialog browse mode
 | 
|---|
 | 328 |                 o default to open mode in file dialog when the
 | 
|---|
 | 329 |                   OFN_NOVALIDATE mode is used
 | 
|---|
 | 330 |                   (fixes crash in FrameMaker 5.5 file dialog when opening
 | 
|---|
 | 331 |                    a file that has broken image references)
 | 
|---|
| [5887] | 332 |     - KERNEL32: o log both error and no error conditions for GetLastError
 | 
|---|
 | 333 |                   with default error level. Sometimes, we don't set an error
 | 
|---|
 | 334 |                   where we should so this logging information is important
 | 
|---|
| [5891] | 335 |                 o set last error to 2 (ERROR_FILE_NOT_FOUND) when using
 | 
|---|
 | 336 |                   CreateFileA to open a non existing file.
 | 
|---|
 | 337 |                   DosOpen returned 110 (ERROR_OPEN_FAILED) in this case.
 | 
|---|
 | 338 |                   Verified with Windows 2000 SP2
 | 
|---|
| [5922] | 339 |                   (makes Acrobat Distiller 5.0 startup and work!)
 | 
|---|
| [5879] | 340 | 
 | 
|---|
| [5875] | 341 |  2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
 | 342 |     - WINMM:    o Default waveout volume can be controlled by a key in odin.ini:
 | 
|---|
 | 343 |                   [WINMM]
 | 
|---|
 | 344 |                   DefVolume=50[0-100] Default waveout volume (default = 100)
 | 
|---|
| [5884] | 345 |     - USER32:   o ScrollDC fix for translating clip & scroll rectangles
 | 
|---|
 | 346 |                   (fixes scrolling in Adobe Framemaker 5.5)
 | 
|---|
| [5875] | 347 | 
 | 
|---|
| [5857] | 348 |  2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
 | 
|---|
| [5864] | 349 |     - USER32:   o Send WM_HELP if F1 pressed & no menu active
 | 
|---|
 | 350 |                 o Disabled system hooks (only work in one process)
 | 
|---|
| [5857] | 351 |     - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
 | 
|---|
 | 352 |                   barely noticable with 'real' applications)
 | 
|---|
 | 353 |     - OLE32:    o Added OleLoadPictureEx stub
 | 
|---|
 | 354 |     - GDI32:    o GetDIBits fix for querying the bitmap information
 | 
|---|
 | 355 |                   WGSS returns 0, but we should return the nr of scan lines requested
 | 
|---|
| [5865] | 356 |                 o GetDIBits fix for memory dcs. WGSS messes things up if
 | 
|---|
 | 357 |                   it's a memory DC.
 | 
|---|
 | 358 |                   (fixes lower right button in AIM's logon window when typing
 | 
|---|
 | 359 |                    in new name)
 | 
|---|
| [5867] | 360 |                 o ExtTextOutA/W fix for filling rectangle with background color
 | 
|---|
 | 361 |                   only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
 | 
|---|
 | 362 |                   (fixes border between menu & button bar in Odin MFC app &
 | 
|---|
 | 363 |                    Acrobat Reader 4.05)
 | 
|---|
| [5889] | 364 |                 o StretchDIBits fix for RGB555 bitmaps
 | 
|---|
| [5871] | 365 |                   (fixes pictures in pdf files shown by Acrobat Reader 4.05)
 | 
|---|
| [5857] | 366 |     - SHLWAPI:  o Added PathGetCharTypeA/W from Wine
 | 
|---|
 | 367 | 
 | 
|---|
| [5849] | 368 |  2001-06-01: Patrick Haller <patrick.haller@innotek.de>
 | 
|---|
 | 369 |     - KERNEL32: o benchmarked new experimental loader and reverted to
 | 
|---|
 | 370 |                   old but slightly optimized loader (processExport usually
 | 
|---|
 | 371 |                   outweighs processImport, so lookup is less valuable than
 | 
|---|
 | 372 |                   add to export list)
 | 
|---|
| [5889] | 373 |     - SHELL32:  o SIC_Initialize took extremely long to pre-initialize
 | 
|---|
| [5849] | 374 |                   its icon cache. Revert to on-demand loading of the icons,
 | 
|---|
| [5889] | 375 |                   speeds up loading of SHELL32 (therefore most apps)
 | 
|---|
| [5849] | 376 |                   by several seconds.
 | 
|---|
 | 377 | 
 | 
|---|