Changeset 1406 for trunk/changelog
- Timestamp:
- Oct 22, 1999, 9:46:33 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1400 r1406 1 /* $Id: changelog,v 1.353 1999-10-22 18:02:17 sandervl Exp $ */ 1 /* $Id: changelog,v 1.354 1999-10-22 19:46:33 dengert Exp $ */ 2 3 99-10-22: Daniela Engert <dani@ngrt.de> 4 - KERNEL32: fixed bad icon masks 2 5 3 6 99-10-22: Sander van Leeuwen <sandervl@xs4all.nl> 4 7 - WINMM: Fixes for waveout playback (don't use callback when there 5 6 7 8 9 10 11 12 13 14 15 8 were errors when opening the device; return the correct 9 number of devices present) (Pinball no longer crashes when 10 there's no soundcard (driver) in OS/2) 11 Disabled logging of timeGetTime 12 - KERNEL32: Disabled logging for _lread (calls ReadFile which does it's own logging) 13 Return XCPT_CONTINUE_SEARCH for unhandled exceptions if 14 an OS/2 app uses the Odin32 api. (instead of killing the app) 15 16 - COMCTL32: Fixed tab width bug. (GetTextExtentPoint32A used for unicode strings) 17 Use Wine resource compiled with wrc. Removed all Native* resource loading. 18 Added version resource. 16 19 17 20 - USER32: Fixed corruption of OS/2 exception chain in dc.cpp & caret.cpp 18 19 20 21 22 23 24 25 26 21 (fixes dll loading after the exe has started; i.e. after clicking 22 on the Find tab in winhlp32's Search dialog) 23 Do not send WM_COMMAND messages to the window handler before 24 it has receive it's WM_CREATE msg. 25 Winhlp32 crashes when that's done before WM_INITDIALOG, but 26 VPBuddy no longer responds to buttons when you refuse to 27 send messages before WM_INITDIALOG. (TODO) 28 Send WM_WINDOWPOSCHANGING/CHANGED messages from frame handler. 29 Fixed MapWindowPoints. 27 30 - INCLUDE\os2wrap.h: Fixed infinite recursion in GpiDestroyPS 28 31 … … 33 36 99-10-21: Sander van Leeuwen <sandervl@xs4all.nl> 34 37 - KERNEL32: Increase reference count for LX dlls. (RegisterLxDll) 35 38 Set memory protection flags to READONLY for PAGE_NOACCESS 36 39 - USER32: Added support for SWP_NOSIZECHANGING to SetWindowPos 37 38 39 40 41 40 Fixed WM_ADJUSTWINDOWPOS (when position/size changed by app) 41 Combobox fixes (simple combobox works, more complex don't) 42 Don't check instance handle if handle == handle of exe for 43 class lookup. 44 - GDI32: Fixed bug in DIBSection ctor (next ptr not initialized) 42 45 43 46 99-10-20: Edgar Buerkle <Edgar.Buerkle@gmx.net> … … 46 49 99-10-20: Sander van Leeuwen <sandervl@xs4all.nl> 47 50 - USER32: Added support for WM_WINDOWPOSCHANGING in default window handler 48 49 50 51 52 53 54 51 (ported from Wine 990815) 52 Convert back windowpos structure in WM_ADJUSTWINDOWPOS (NOT DONE) 53 Bugfixes for PM WM_WINDOWPOSCHANGED handling & OSLibMapSWPtoWINDOWPOS. 54 (Win32 WM_WINDOWPOSCHANGED now also sends window coordinates, not client) 55 Rewrote MapWindowPoints. (NOTE: Needs to be tested!) 56 Combobox bugfix (resizing listbox using old rectangle -> get current 57 one) 55 58 56 59 99-10-20: Patrick Haller <phaller@gmx.net> … … 63 66 99-10-19: Sander van Leeuwen <sandervl@xs4all.nl> 64 67 - KERNEL32: FindResource bugfix: "DIB" type is the same as "BITMAP" 65 66 67 68 69 70 71 72 68 (VPBuddy fix) 69 NOTE: Currently disabled. VPBuddy expects something other 70 than a pointer to the raw resource data for such 71 bitmaps. (TODO) 72 - USER32: Windows without a parent have the desktop window as parent. 73 MDI additions. 74 Combobox bugfixes. 75 GetWindowTextA/W bugfixes (return 0 if there's no window name) 73 76 74 77 99-10-19: Yuri Dario <mc6530@mclink.it> 75 78 - USER32: Initialize MDI client variables before calling Win32BaseWindow 76 79 constructor 77 80 78 81 99-10-19: Jens Wiessner <wiessnej@rfi.de> … … 84 87 99-10-18: Sander van Leeuwen <sandervl@xs4all.nl> 85 88 - USER32: Set/clear WS_VISIBLE flag in ShowWindow 86 87 88 89 Fix for scrollbar redraw 90 Put back original Wine code for LISTBOX_UpdateScroll. 91 Rewrote EnumChildWindows (winzip works quite well now!) 89 92 90 93 99-10-18: Edgar Buerkle <Edgar.Buerkle@gmx.net>
Note:
See TracChangeset
for help on using the changeset viewer.