| [7411] | 1 | /* $Id: changelog,v 1.1844 2001-11-21 12:13:40 bird Exp $ */
|
|---|
| [6074] | 2 |
|
|---|
| [7411] | 3 | 2001-11-21: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 4 | - src/makefile:
|
|---|
| 5 | o Added guidlib to NOTDLLS.
|
|---|
| 6 |
|
|---|
| [7407] | 7 | 2001-11-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 8 | - COMCTL32: o Tooltips bugfixes (wrong pointer used to free memory)
|
|---|
| 9 | - USER32: o GetMenu: check that window menu is indeed a menu and not an id
|
|---|
| 10 | (fixes failed assertion in ZOC)
|
|---|
| 11 | o Groupbox fix: if text changes; erase top border + old text
|
|---|
| 12 |
|
|---|
| [7402] | 13 | 2001-11-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 14 | - USER32: o Destroy CD notification window during dll unload
|
|---|
| [7405] | 15 | o Focus fix for dialog windows
|
|---|
| 16 | Experiments in NT4 show that dialogs that are children don't
|
|---|
| 17 | receive focus. Not sure if this is always true. (couldn't
|
|---|
| 18 | find any info about this in the SDK docs)
|
|---|
| [7402] | 19 |
|
|---|
| [7395] | 20 | 2001-11-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 21 | - GUIDLIB: o Library with all GUIDs used by Odin
|
|---|
| 22 | - COMDLG32, OLE32, OLEAUT32, SHLWAPI, SHELL32:
|
|---|
| 23 | o Removed guid source files and link with guidlib.lib
|
|---|
| 24 |
|
|---|
| 25 | 2001-11-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| [7380] | 26 | - WS2_32: o Compile fix
|
|---|
| 27 | - OLEAUT32: o Don't include guid file in custom build library
|
|---|
| 28 |
|
|---|
| [7395] | 29 | 2000-11-18: Yuri Dario <mc6530@mclink.it>
|
|---|
| [7411] | 30 | - USER32: o WM_SETTEXT (unicode) fix
|
|---|
| [7372] | 31 | (latest changes broke Opera among other things)
|
|---|
| 32 |
|
|---|
| [7363] | 33 | 2001-11-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 34 | - COMCTL32: o LISTVIEW_UpdateScroll update (from old control)
|
|---|
| 35 | - USER32: o Disallow nested calls to SetScrollRange. This is most likely
|
|---|
| 36 | not the right fix, but it works so far without negative side
|
|---|
| 37 | effects.
|
|---|
| 38 | (fixes crash in CVP listview with 4+ items)
|
|---|
| [7367] | 39 | - GDI32: o Removed line draw speedup. If I have to choose between
|
|---|
| 40 | a performance loss of a few clock cycles and a code size
|
|---|
| 41 | increase of 2k, I prefer the 1st option.
|
|---|
| [7369] | 42 | - WSOCK32: o ODINWRAP changes break winsock. This code still depended
|
|---|
| [7411] | 43 | on FS save/restore. Now added a wrapper header for all
|
|---|
| [7369] | 44 | OS/2 socket functions.
|
|---|
| [7363] | 45 |
|
|---|
| [7356] | 46 | 2001-11-16: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 47 | - ODINWRAP: o don't generate any frame procedure for RELEASE build
|
|---|
| 48 | anymore (even no FS: wrapper (meanwhile superfluous))
|
|---|
| 49 | -> significant performance gain for logged micro functions
|
|---|
| 50 | - KERNEL32: o heap speedup (30%)
|
|---|
| [7362] | 51 | - GDI32: o minor line drawing speedup
|
|---|
| [7356] | 52 |
|
|---|
| [7350] | 53 | 2001-11-14: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 54 | - KERNEL32: o fixed infinite loop in PE loader for corrupted or
|
|---|
| 55 | misinterpreted PE images (Opera 6)
|
|---|
| [7352] | 56 | - OLEAUT32: o fixed Null pointer exception in VariantTimeToDosDate
|
|---|
| [7350] | 57 |
|
|---|
| [7344] | 58 | 2001-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 59 | - KERNEL32, USER32, COMCTL32, SHELL32, OLE32:
|
|---|
| 60 | o Removed unnecessary string copy operation changes (heap -> stack)
|
|---|
| 61 | Performance improvement is minimal at best and stack
|
|---|
| 62 | corruption is MUCH harder to locate than heap corruption.
|
|---|
| 63 |
|
|---|
| [7339] | 64 | 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| [7341] | 65 | - fastdep: o IPF support.
|
|---|
| 66 |
|
|---|
| 67 | 2001-11-13: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| [7339] | 68 | - KERNEL32: o provided faster alternatives to HEAP_strdupXXX
|
|---|
| 69 | ... which operate on stack only (STACK_strdupXXX)
|
|---|
| 70 | This could slightly reduce heap pressure.
|
|---|
| 71 | - USER32: o avoid unnecessary strcpy/strlen when get/setting window text
|
|---|
| 72 |
|
|---|
| [7329] | 73 | 2001-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 74 | - KERNEL32: o Added missing entry in debug log table for hmparport
|
|---|
| 75 | (fixes crash in debug build with selective logging)
|
|---|
| 76 | - GDI32: o CalcBitmapSize bugfix
|
|---|
| 77 | o SetDIBitsToDevice workaround for bug in Matrox driver.
|
|---|
| 78 | When blitting 32 bpp data, the GpiDrawBits call will
|
|---|
| 79 | fail with an insufficient memory error. When that happens,
|
|---|
| 80 | convert data to 24 bpp and try again.
|
|---|
| 81 | (TODO: This can happen in more functions!!)
|
|---|
| 82 | o Fixes for wrong bit masks in several functions (24 & 32 bpp)
|
|---|
| [7331] | 83 | o Refuse DeleteObject for DEFAULT_GUI_FONT handle
|
|---|
| [7329] | 84 |
|
|---|
| [7326] | 85 | 2001-11-12: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 86 | - ODINWRAP: o improved thread call path tracking
|
|---|
| 87 | (now collects i. e. HEAP_malloc->HeapAlloc paths)
|
|---|
| 88 |
|
|---|
| [7324] | 89 | 2001-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 90 | - USER32: o Fix for calculating font size for a dialog box
|
|---|
| 91 |
|
|---|
| [7320] | 92 | 2001-11-11: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 93 | - KERNEL32: o Only declare OS/2 AFFINITY stuff if it isn't there.
|
|---|
| 94 | (Build breaker. Seems like someone has an old toolkit...)
|
|---|
| 95 |
|
|---|
| [7316] | 96 | 2001-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 97 | - KERNEL32: o Implemented Get/SetProcessAffinityMask & SetThreadAffinityMask
|
|---|
| 98 |
|
|---|
| [7303] | 99 | 2001-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 100 | - COMCTL32: o Ported latest Wine property sheet control
|
|---|
| 101 | (fixes some, but not all problems in CVP)
|
|---|
| 102 |
|
|---|
| [7299] | 103 | 2001-11-08: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 104 | - KERNEL32: o first shot at parport support
|
|---|
| 105 |
|
|---|
| [7292] | 106 | 2001-11-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 107 | - USER32: o EndDialog fix for MFC dialog windows
|
|---|
| [7295] | 108 | o static control fix: SS_CENTERIMAGE means fill remainder
|
|---|
| 109 | of client area with upper left pixel of bitmap
|
|---|
| [7292] | 110 | - KERNEL32: o Fix for applications that use CreateFile to open
|
|---|
| 111 | a named pipe
|
|---|
| 112 |
|
|---|
| [7291] | 113 | 2001-11-07: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 114 | - WININET: o http, internet: WINE sync
|
|---|
| 115 |
|
|---|
| [7285] | 116 | 2001-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 117 | - KERNEL32: o Call old DosOpen if DosOpenL not available
|
|---|
| 118 |
|
|---|