| [8383] | 1 | /* $Id: changelog,v 1.2066 2002-05-08 11:27:07 sandervl Exp $ */
|
|---|
| [7715] | 2 |
|
|---|
| [8383] | 3 | 2002-05-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - COMCTL32: o Merged progress, updown, rebar, animate, comboex, flatsb,
|
|---|
| 5 | toolbar, tab, pager, nativefont, imagelist code
|
|---|
| 6 | o Updated license (LGPL) for comctl32
|
|---|
| 7 |
|
|---|
| 8 | 2002-05-08: Platon Fomichev <platon@innotek.de>
|
|---|
| 9 | - COMCTL32: o Merged listview control with latest Wine
|
|---|
| 10 |
|
|---|
| [8379] | 11 | 2002-05-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 12 | - USER32: o WH_MOUSE_LL hook fixes
|
|---|
| 13 |
|
|---|
| [8378] | 14 | 2002-05-07: Platon Fomichev <platon@innotek.de>
|
|---|
| 15 | - USER32: o Listbox/combobox fix for MFC apps
|
|---|
| 16 | o SetParent doesn't change WS_CHILD style
|
|---|
| 17 | o Experimental change for getParent
|
|---|
| 18 |
|
|---|
| [8376] | 19 | 2002-05-07: knut st. osmundsen <bird@anduin.net>
|
|---|
| 20 | - CmdQd: o The daemon shouldn't inherit standard handles when started.
|
|---|
| 21 | (Hung the daily build, since we use tee to do logging.)
|
|---|
| 22 |
|
|---|
| [8371] | 23 | 2002-05-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 24 | - WS2_32: o WSAAccept added (Wine port (X11 license); todo LGPL)
|
|---|
| 25 |
|
|---|
| [8363] | 26 | 2002-05-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 27 | - USER32: o PMSCAN_DBE_CONV & PMSCAN_DBE_NOCONV added to keyboard
|
|---|
| 28 | translation array
|
|---|
| 29 |
|
|---|
| [8341] | 30 | 2002-04-30: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 31 | - GDI32: o Font renaming support added to EnumFontFamiliesA/W
|
|---|
| [8344] | 32 | - USER32: o Implemented WH_MOUSE_LL hook
|
|---|
| 33 | o Removed DInput hack for keyboard & mouse message translation
|
|---|
| 34 | - DINPUT: o Resync with last X11 licensed Wine (TODO: LGPL)
|
|---|
| [8341] | 35 |
|
|---|
| [8337] | 36 | 2002-04-30: knut st. osmundsen <bird@anduin.net>
|
|---|
| 37 | - KERNEL32: o Changes for debug heap (makefile + exception handler)
|
|---|
| 38 |
|
|---|
| [8335] | 39 | 2002-04-30: Platon Fomichev <platon@innotek.de>
|
|---|
| [8376] | 40 | - KERNEL32: o FileTimeToSystemTime, DosDateTimeToFileTime &
|
|---|
| [8335] | 41 | SystemTimeToFileTime bugfixes
|
|---|
| [8349] | 42 | - USER32: o Focus fix when minimizing window
|
|---|
| [8335] | 43 |
|
|---|
| [8326] | 44 | 2002-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 45 | - KERNEL32: o Export RegisterCustomDriver
|
|---|
| 46 |
|
|---|
| [8328] | 47 | 2002-04-29: Patrick Haller <patrick.haller@innotek.de>
|
|---|
| 48 | - OLEAUT32: o Clean up hash object during dll unload
|
|---|
| [8376] | 49 | - KERNEL32: o Fixed memory leaks in handlename class, Win32ImageBase::isPEImage
|
|---|
| [8328] | 50 | and DestroyTIB
|
|---|
| 51 | o fixed unicode conversion for APIs that allow
|
|---|
| 52 | NULL strings as input parameter (SearchPathW,
|
|---|
| 53 | Registry APIs) not to set last error to EROROR_INVALID_HANDLE
|
|---|
| 54 | o wprocess.cpp:
|
|---|
| 55 | - set ODIN32.DEBUG_CHILD=ICSDEBUG.EXE will cause CreateProcess
|
|---|
| 56 | to start PE-clients inside a new debugger instance
|
|---|
| 57 | - GetModuleFileName fixes (don't count zero termination)
|
|---|
| 58 | o don't set last error in HeapFree()
|
|---|
| [8376] | 59 | - COMCTL32: o Draglist control bugfix (crash)
|
|---|
| [8328] | 60 |
|
|---|
| [8321] | 61 | 2002-04-28: knut st. osmundsen <bird@anduin.net>
|
|---|
| 62 | - Configure.cmd, Odincrt:
|
|---|
| 63 | o Added option --with-klib to configure.cmd to link
|
|---|
| 64 | odincrt with the electric debug heap of kLib.
|
|---|
| 65 | Concider this experimental!
|
|---|
| 66 |
|
|---|
| [8305] | 67 | 2002-04-28: Platon Fomichev <platon@innotek.de>
|
|---|
| 68 | - USER32: o Focus fix when minimizing window
|
|---|
| 69 | - IPHLPAPI: o Bugfix
|
|---|
| [8321] | 70 |
|
|---|
| [8300] | 71 | 2002-04-24: Platon Fomichev <platon@innotek.de>
|
|---|
| 72 | - USER32: o Don't activate window when it's minimized (ShowWindow)
|
|---|
| 73 | o Deactivate window & move to bottom of z-order when it's
|
|---|
| 74 | minimized
|
|---|
| 75 | o Listbox fix; rollup dropdown if mouse button pressed outside
|
|---|
| 76 | control
|
|---|
| 77 |
|
|---|
| [8278] | 78 | 2002-04-17: Platon Fomichev <platon@innotek.de>
|
|---|
| 79 | - COMDLG32: o If application specifies full path in file dialog structure
|
|---|
| 80 | (and initial dir string is NULL), then change to the directory.
|
|---|
| 81 |
|
|---|
| [8276] | 82 | 2002-04-17: knut st. osmundsen <bird@anduin.net>
|
|---|
| 83 | - Makefiles:
|
|---|
| 84 | o Use the VAC40 profiler for profiling in PROFILE=1, DEBUG=
|
|---|
| 85 | mode. See /tools/profilerfix/Readme.1st for details.
|
|---|
| 86 | - ProfilerFix:
|
|---|
| 87 | o Added readme.1st for VAC308, vac365 profiling using the
|
|---|
| 88 | VAC4 profiler features.
|
|---|
| 89 |
|
|---|
| 90 | 2002-04-14: knut st. osmundsen <bird@anduin.net>
|
|---|
| [8274] | 91 | - KERNEL32: o Cache CDROM drive letters in OSLibGetDriveType.
|
|---|
| 92 | o Added testcases to makescripts in the testcase subdir.
|
|---|
| 93 | 'nmake build testcase' from that dir will build test
|
|---|
| 94 | program(s) and run testcases.
|
|---|
| 95 |
|
|---|
| 96 | 2002-04-13: knut st. osmundsen <bird@anduin.net>
|
|---|
| [8255] | 97 | - Windefs.h:
|
|---|
| [8260] | 98 | o _MAX_PATH, _MAX_DIR, _MAX_EXT crashes withc Watcom C.
|
|---|
| 99 | - KERNEL32: o GetDriveType optimizations.
|
|---|
| 100 | Made it just as strict as WinXP. Hope this won't
|
|---|
| 101 | blow up any thing. (A little bit worried about a call in
|
|---|
| 102 | shell32/folders.c and mci_open.)
|
|---|
| 103 | o Corrected a call to GetDirveTypeA in hmdisk.cpp. (paranoia)
|
|---|
| 104 | o Made (stupid) test program which is placed in the testcase
|
|---|
| 105 | subdir. This is compilable for both OS/2 and NT.
|
|---|
| [8262] | 106 | o Hot fix for 0 CDROM issue. (To be removed)
|
|---|
| [8255] | 107 |
|
|---|
| [8260] | 108 | - USER32: o Corrected a call to GetDriveTypeA. (missing ':')
|
|---|
| 109 |
|
|---|
| [8255] | 110 | 2002-04-11: knut st. osmundsen <bird@anduin.net>
|
|---|
| [8245] | 111 | - Makefiles:
|
|---|
| 112 | o Output linenumbers to the map file when linking.
|
|---|
| 113 | o Attempt at VAC308 profiling (icsperf.exe).
|
|---|
| 114 | This is only enabled if you set PROFILE without DEBUG.
|
|---|
| 115 | - ProfileFix:
|
|---|
| 116 | o Hack to prevent the app which is profiled to crash
|
|---|
| 117 | on Warp 4.5+.
|
|---|
| [8250] | 118 | - Install: o Changed it to work with 0.9.18+. Not that this fix
|
|---|
| 119 | requires a bugfix over the 0.9.18 warping release.
|
|---|
| 120 | - DailyBuild:
|
|---|
| 121 | o Updated scripts so I can run the daily build on my
|
|---|
| 122 | workstaion at home.
|
|---|
| [8245] | 123 |
|
|---|
| [8222] | 124 | 2002-04-10: knut st. osmundsen <bird@anduin.net>
|
|---|
| 125 | - UXTHEME: o Stubbed the DLL as some apps keeps trying to load it.
|
|---|
| [8224] | 126 | - src/makefile:
|
|---|
| 127 | o Update the CUSTOMBUILD module list.
|
|---|
| [8222] | 128 |
|
|---|
| [8199] | 129 | 2002-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 130 | - ODINCRT: o Wrote OS/2 version of CriticalSection apis (including
|
|---|
| 131 | support for shared critical sections; which is currently
|
|---|
| 132 | not possible with the Win32 version due to missing
|
|---|
| 133 | support for global object handles in kernel32)
|
|---|
| 134 | - KERNEL32: o Rewrote VMutex class to use odincrt critical sections
|
|---|
| 135 | o Rewrote global vmutex usage (mmap)
|
|---|
| 136 | - USER32: o Rewrote global vmutex usage (window handles)
|
|---|
| [8209] | 137 | o EnumWindows made safer
|
|---|
| 138 | o Fixed bug in desktop window constructor (double window
|
|---|
| 139 | handle allocation)
|
|---|
| [8199] | 140 | - WINMM: o Rewrote vmutex usage (wave in/out classes)
|
|---|
| [8204] | 141 | - GDI32: o Rewrote vmutex usage (object handle functions)
|
|---|
| [8209] | 142 | - INCLUDE: o Debug wrapper fixes (missing 6th argument)
|
|---|
| [8199] | 143 |
|
|---|
| [8194] | 144 | 2002-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 145 | - KERNEL32: o Do not test for write capability with CDROM drives
|
|---|
| 146 | (IOCTL_DISK_IS_WRITABLE)
|
|---|
| 147 |
|
|---|