[7514] | 1 | /* $Id: changelog,v 1.1872 2001-11-30 19:18:07 sandervl Exp $ */
|
---|
[6074] | 2 |
|
---|
[7503] | 3 | 2001-11-30: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 4 | - KERNEL32: o heapstring.cpp: improvement on HEAP_malloc, HEAP_free,
|
---|
| 5 | HEAP_realloc, HEAP_size
|
---|
[7512] | 6 | o acceleration on GetCurrentThreadId()
|
---|
[7503] | 7 | - SHELL32: o use HEAP_xxx functions for frequently called APIs
|
---|
| 8 | - ODINPROF: o Note: SET PROFILEHOOKS=1 before doing NMAKE PROFILE=1
|
---|
| 9 | This will enable the profiler in ODINCRTP.DLL
|
---|
| 10 | (use release build ODINPROF.DLL), generates (pid).prof
|
---|
| 11 | on process exit.
|
---|
| 12 | - * o fixed out-of-scope TRACE,FIXME,WARN macros
|
---|
| 13 |
|
---|
[7498] | 14 | 2001-11-30: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 15 | - USER32: o Changed menu hilite background to the color used by PM
|
---|
| 16 | (OS/2 look)
|
---|
[7507] | 17 | o DIALOG_IsAccelerator resync (Wine)
|
---|
[7514] | 18 | - KERNEL32: o Partly implemented PurgeComm
|
---|
| 19 | - * o Removed all the TRACE, FIXME & WARN redefinitions
|
---|
| 20 | (temporary hack for better logging; didn't affect the release
|
---|
| 21 | build anyway)
|
---|
| 22 | TODO: we need better logging in Wine code
|
---|
[7498] | 23 |
|
---|
[7493] | 24 | 2001-11-29: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 25 | - KERNEL32: o Split dosdevice.cpp from stubs.cpp
|
---|
| 26 | (DefineDosDevice, QueryDosDevice)
|
---|
| 27 | o Fixed CDROM ioctls and disk access
|
---|
| 28 | (previous fix failed or cause possible regression)
|
---|
| 29 | - OLEAUT32: o olepicture.c: fixed null pointer exception
|
---|
| 30 | cause: our TRACE, FIXME, etc. debugtools macros all
|
---|
| 31 | go out of scope of a braceless if-statement before!
|
---|
| 32 | Therefore, we're getting false (error) messages or
|
---|
| 33 | even crashes. (to be fixed)
|
---|
| 34 |
|
---|
[7486] | 35 | 2001-11-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 36 | - COMCTL32: o Listview: invalidate entire item for ownerdraw control
|
---|
| 37 | (don't exclude report margin)
|
---|
[7488] | 38 | - KERNEL32: o Fixed disk access (yesterday's changes broke it)
|
---|
[7496] | 39 | - SHELL32: o Removed wrong call to ctordtorInit that caused the disk
|
---|
| 40 | access problems in the custom build.
|
---|
[7486] | 41 |
|
---|
[7477] | 42 | 2001-11-28: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 43 | - KERNEL32: o fixes in ::CreateFile calls (return codes must be Win32)
|
---|
| 44 | o fixes in symbolic link management
|
---|
| 45 | o marked some important TBDs for phys. disk mgmt!
|
---|
| 46 | o fixed HMCOMM to accept (what a good idea)
|
---|
| 47 | \\.\COM1, COM1, COM1: but not "\\.\COM1:" (NT4SP6)
|
---|
| 48 | o added support for AUX->COM1, PRN->LPT1, CON->CONOUT$
|
---|
| 49 | o added NUL device
|
---|
| 50 |
|
---|
[7470] | 51 | 2001-11-28: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 52 | - KERNEL32: o WaitCommEvent fixes (must reset overlapped event semaphore &
|
---|
| 53 | store result of overlapped operation in parameter)
|
---|
[7473] | 54 | o Removed symbolic link for \\.\. Adding this is a very bad idea
|
---|
| 55 | as CreateFile calls for device driver will be routed to files.
|
---|
| 56 | Probably causes even more problems.
|
---|
[7470] | 57 | - INCLUDE: o winbase.h: CBR_xxxx definitions wrong
|
---|
| 58 |
|
---|
[7467] | 59 | 2001-11-27: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 60 | - KERNEL32: o added \\.\ as standard symbolic link to the local namespace
|
---|
| 61 | This is the clean way for alternative device names,
|
---|
| 62 | local kludges in the device handlers should be avoided.
|
---|
| 63 | o fix in name resolver
|
---|
| 64 |
|
---|
[7460] | 65 | 2001-11-27: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 66 | - WSOCK32: o Missing FS wrapper macros added
|
---|
[7462] | 67 | - KERNEL32: o Accept \\.\COMx as name for COM ports
|
---|
| 68 | - USER32: o EnumChildWindow bugfix
|
---|
[7460] | 69 |
|
---|
[7455] | 70 | 2001-11-26: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 71 | - KERNEL32: o Implemented CancelIo & GetOverlappedResult for serial comm
|
---|
| 72 | o Preliminary work on overlapped IO for serial comm
|
---|
[7452] | 73 |
|
---|
[7448] | 74 | 2001-11-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 75 | - KERNEL32: o Custom build fix; check for double call for inittermKernel32
|
---|
[7450] | 76 | o More informative message when non-existing api is called.
|
---|
| 77 | Now displays dll + function name or ordinal.
|
---|
[7448] | 78 |
|
---|
[7441] | 79 | 2001-11-23: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 80 | - KERNEL32: o minor work in parallel port support (ioctls)
|
---|
| 81 | o "Kernel Object Namespace" -> handlenames.cpp introduced
|
---|
| 82 | (yet inactive)
|
---|
| 83 |
|
---|
[7437] | 84 | 2001-11-23: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 85 | - Misc. Makefiles: o Corrected the descriptions (on request from Ye][ow).
|
---|
| 86 |
|
---|
[7429] | 87 | 2001-11-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 88 | - KERNEL32: o Check volume label during IOCTL_DISK_GET_DRIVE_GEOMETRY to
|
---|
| 89 | see if the media has been changed or removed.
|
---|
| 90 | o Implemented WriteFile & GetFileType for disk handles
|
---|
| 91 | (write currently only allowed for drive A)
|
---|
[7432] | 92 | - DSOUND: o Renamed DllGetClassObject & DllCanUnloadNow to avoid name
|
---|
| 93 | conflicts in the custom build.
|
---|
[7429] | 94 |
|
---|
[7424] | 95 | 2001-11-22: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 96 | - ODINPROF: o initial version
|
---|
| 97 | PROFILE images using ODINCRTP generate a <pid>.prof file
|
---|
| 98 | (the optimized release build of ODINPROF should be used)
|
---|
[7426] | 99 | No source code modification required.
|
---|
[7424] | 100 | Problem: mapsym seems to corrupt kernel32.sym
|
---|
[7434] | 101 | - KERNEL32: o additions to parallel port support
|
---|
[7424] | 102 |
|
---|
[7411] | 103 | 2001-11-21: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 104 | - src/makefile:
|
---|
| 105 | o Added guidlib to NOTDLLS.
|
---|
| 106 |
|
---|
[7407] | 107 | 2001-11-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 108 | - COMCTL32: o Tooltips bugfixes (wrong pointer used to free memory)
|
---|
| 109 | - USER32: o GetMenu: check that window menu is indeed a menu and not an id
|
---|
| 110 | (fixes failed assertion in ZOC)
|
---|
| 111 | o Groupbox fix: if text changes; erase top border + old text
|
---|
| 112 |
|
---|
[7402] | 113 | 2001-11-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 114 | - USER32: o Destroy CD notification window during dll unload
|
---|
[7405] | 115 | o Focus fix for dialog windows
|
---|
| 116 | Experiments in NT4 show that dialogs that are children don't
|
---|
| 117 | receive focus. Not sure if this is always true. (couldn't
|
---|
| 118 | find any info about this in the SDK docs)
|
---|
[7402] | 119 |
|
---|
[7395] | 120 | 2001-11-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 121 | - GUIDLIB: o Library with all GUIDs used by Odin
|
---|
| 122 | - COMDLG32, OLE32, OLEAUT32, SHLWAPI, SHELL32:
|
---|
| 123 | o Removed guid source files and link with guidlib.lib
|
---|
| 124 |
|
---|
| 125 | 2001-11-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[7380] | 126 | - WS2_32: o Compile fix
|
---|
| 127 | - OLEAUT32: o Don't include guid file in custom build library
|
---|
| 128 |
|
---|
[7395] | 129 | 2000-11-18: Yuri Dario <mc6530@mclink.it>
|
---|
[7411] | 130 | - USER32: o WM_SETTEXT (unicode) fix
|
---|
[7372] | 131 | (latest changes broke Opera among other things)
|
---|
| 132 |
|
---|
[7363] | 133 | 2001-11-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 134 | - COMCTL32: o LISTVIEW_UpdateScroll update (from old control)
|
---|
| 135 | - USER32: o Disallow nested calls to SetScrollRange. This is most likely
|
---|
| 136 | not the right fix, but it works so far without negative side
|
---|
| 137 | effects.
|
---|
| 138 | (fixes crash in CVP listview with 4+ items)
|
---|
[7367] | 139 | - GDI32: o Removed line draw speedup. If I have to choose between
|
---|
| 140 | a performance loss of a few clock cycles and a code size
|
---|
| 141 | increase of 2k, I prefer the 1st option.
|
---|
[7369] | 142 | - WSOCK32: o ODINWRAP changes break winsock. This code still depended
|
---|
[7411] | 143 | on FS save/restore. Now added a wrapper header for all
|
---|
[7369] | 144 | OS/2 socket functions.
|
---|
[7363] | 145 |
|
---|
[7356] | 146 | 2001-11-16: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 147 | - ODINWRAP: o don't generate any frame procedure for RELEASE build
|
---|
| 148 | anymore (even no FS: wrapper (meanwhile superfluous))
|
---|
| 149 | -> significant performance gain for logged micro functions
|
---|
| 150 | - KERNEL32: o heap speedup (30%)
|
---|
[7362] | 151 | - GDI32: o minor line drawing speedup
|
---|
[7356] | 152 |
|
---|
[7350] | 153 | 2001-11-14: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 154 | - KERNEL32: o fixed infinite loop in PE loader for corrupted or
|
---|
| 155 | misinterpreted PE images (Opera 6)
|
---|
[7352] | 156 | - OLEAUT32: o fixed Null pointer exception in VariantTimeToDosDate
|
---|
[7350] | 157 |
|
---|
[7344] | 158 | 2001-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 159 | - KERNEL32, USER32, COMCTL32, SHELL32, OLE32:
|
---|
| 160 | o Removed unnecessary string copy operation changes (heap -> stack)
|
---|
| 161 | Performance improvement is minimal at best and stack
|
---|
| 162 | corruption is MUCH harder to locate than heap corruption.
|
---|
| 163 |
|
---|
[7339] | 164 | 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
|
---|
[7341] | 165 | - fastdep: o IPF support.
|
---|
| 166 |
|
---|
| 167 | 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
|
---|
[7339] | 168 | - KERNEL32: o provided faster alternatives to HEAP_strdupXXX
|
---|
| 169 | ... which operate on stack only (STACK_strdupXXX)
|
---|
| 170 | This could slightly reduce heap pressure.
|
---|
| 171 | - USER32: o avoid unnecessary strcpy/strlen when get/setting window text
|
---|
| 172 |
|
---|
[7329] | 173 | 2001-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 174 | - KERNEL32: o Added missing entry in debug log table for hmparport
|
---|
| 175 | (fixes crash in debug build with selective logging)
|
---|
| 176 | - GDI32: o CalcBitmapSize bugfix
|
---|
| 177 | o SetDIBitsToDevice workaround for bug in Matrox driver.
|
---|
| 178 | When blitting 32 bpp data, the GpiDrawBits call will
|
---|
| 179 | fail with an insufficient memory error. When that happens,
|
---|
| 180 | convert data to 24 bpp and try again.
|
---|
| 181 | (TODO: This can happen in more functions!!)
|
---|
| 182 | o Fixes for wrong bit masks in several functions (24 & 32 bpp)
|
---|
[7331] | 183 | o Refuse DeleteObject for DEFAULT_GUI_FONT handle
|
---|
[7329] | 184 |
|
---|
[7326] | 185 | 2001-11-12: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 186 | - ODINWRAP: o improved thread call path tracking
|
---|
| 187 | (now collects i. e. HEAP_malloc->HeapAlloc paths)
|
---|
| 188 |
|
---|
[7324] | 189 | 2001-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 190 | - USER32: o Fix for calculating font size for a dialog box
|
---|
| 191 |
|
---|
[7320] | 192 | 2001-11-11: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 193 | - KERNEL32: o Only declare OS/2 AFFINITY stuff if it isn't there.
|
---|
| 194 | (Build breaker. Seems like someone has an old toolkit...)
|
---|
| 195 |
|
---|
[7316] | 196 | 2001-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 197 | - KERNEL32: o Implemented Get/SetProcessAffinityMask & SetThreadAffinityMask
|
---|
| 198 |
|
---|
[7303] | 199 | 2001-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 200 | - COMCTL32: o Ported latest Wine property sheet control
|
---|
| 201 | (fixes some, but not all problems in CVP)
|
---|
| 202 |
|
---|
[7299] | 203 | 2001-11-08: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 204 | - KERNEL32: o first shot at parport support
|
---|
| 205 |
|
---|
[7292] | 206 | 2001-11-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 207 | - USER32: o EndDialog fix for MFC dialog windows
|
---|
[7295] | 208 | o static control fix: SS_CENTERIMAGE means fill remainder
|
---|
| 209 | of client area with upper left pixel of bitmap
|
---|
[7292] | 210 | - KERNEL32: o Fix for applications that use CreateFile to open
|
---|
| 211 | a named pipe
|
---|
| 212 |
|
---|
[7291] | 213 | 2001-11-07: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 214 | - WININET: o http, internet: WINE sync
|
---|
| 215 |
|
---|
[7285] | 216 | 2001-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 217 | - KERNEL32: o Call old DosOpen if DosOpenL not available
|
---|
| 218 |
|
---|