source: trunk/changelog@ 6803

Last change on this file since 6803 was 6803, checked in by sandervl, 24 years ago

* empty log message *

File size: 5.3 KB
Line 
1/* $Id: changelog,v 1.1694 2001-09-24 18:39:36 sandervl Exp $ */
2
3 2001-09-24: Sander van Leeuwen <sandervl@xs4all.nl>
4 - DDRAW: o Set screen resolution + bpp of primary surface to those
5 of the PM desktop. (used to default to 640x480x8bpp)
6
7 2001-09-24: Patrick Haller <patrick.haller@innotek.de>
8 - USER32: o added ODINWRAP debug tracing support to WINKEYBOARD.CPP
9
10 2001-09-23: Sander van Leeuwen <sandervl@xs4all.nl>
11 - USER32: o MDI bugfix: set active child to 0 when last one is destroyed
12 (fixes crash when closing mdi window in odinapp)
13 - GDI32: o DIB Section sync bugfix; GpiQueryBitmapBits fails
14 when cbImage is too small (compressed images only)
15 This used to work. Maybe related to new SDD version.
16 (CoolEdit 2000 hits breakpoint in debug build)
17
18 2001-09-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
19 - SHELL32: o Small update for shfileop.c
20
21 2001-09-21: Sander van Leeuwen <sandervl@xs4all.nl>
22 - USER32: o Focus changes
23 - CTL3D32: o Added stub dll
24
25 2001-09-20: Sander van Leeuwen <sandervl@xs4all.nl>
26 - USER32: o Activate window when it returns 0 for WM_MOUSEACTIVATE
27 0 is not documented, but experiments in NT4 show that
28 the window will get activated when it returns this.
29 (fixes activation of FreeCell when clicking on the window)
30 o WM_NEXTMENU bugfix (from Wine)
31 (fixes crash during menu navigation in MDI windows)
32 - SHELL32: o Shell Folder bugfix from Wine added
33
34 2000-09-19: Oliver Braun <Oliver.Braun@hamburg.de>
35 - USER32: o PeekMessageW bugfix
36
37 2001-09-19: Sander van Leeuwen <sandervl@xs4all.nl>
38 - USER32: o Changed GetLastActivePopup (still not complete)
39 o Prevent loop in DIALOG_IsAccelerator
40 o GetMenuItemInfoW bugfixes
41 o Ported the Wine MDI control
42
43 2001-09-17: Patrick Haller <patrick.haller@innotek.de>
44 - WS2_32: o added stub for WSAIoctl() (Parsec)
45 - WINMM: o lowered minimum OS/2 timer resolution to 2ms
46 (for the new CLOCKSCALE feature)
47
48 2001-09-17: Sander van Leeuwen <sandervl@xs4all.nl>
49 - USER32: o Must return AWP_ACTIVATE/AWP_DEACTIVATE flags in
50 WM_ADJUSTWINDOWPOS (SWP_ACTIVATE/SWP_DEACTIVATE).
51 This ensures activation is handled properly.
52 No longer necessary to manually send WM_ACTIVATE messages.
53 o Only forward SC_CLOSE syscommand to top level window
54 if generated by keyboard
55
56 2001-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
57 - USER32: o Some focus/activation changes
58 o Translation fix for WM_SYSCOMMAND; SC_CLOSE now always
59 directed to top-level window. (OS/2 look only)
60 - ODINBUG: o Update by Herwig Bauernfeind
61 - OLEAUT32/OLE32/QUARTZ/COMDLG32:
62 o Wine updates
63 - COMCTL32: o Wine updates for toolbar, pager & rebar controls
64 o Treeview bugfix when deleting the selected item
65 (fixes crash in UltraEdit when opening files)
66 - * o Put back original sources. Extremely annoying to
67 add tags and change tabs in files.
68
69 2001-09-11: knut st. osmundsen <kosmunds@csc.com>
70 - kKrnlLib: o FYI: Win32k revamp/split-up. Not yet completed.
71
72 2001-09-10: Sander van Leeuwen <sandervl@xs4all.nl>
73 - KERNEL32: o VirtualQuery fix; DosQueryMem doesn't always return region
74 size in pages, so round up size to next page boundary
75 (fixes loop during Netscape 4.7 startup)
76 - GDI32: o DPtoLP fix; signed/unsigned comparison failed
77 (fixes huge fonts in Netscape 4.7)
78 o StretchDIBits fix; clear ulCompression for BI_BITFIELDS
79 or else WGSS blit will fail
80 (fixes black pictures in Netscape 4.7)
81
82 2001-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
83 - TAPI32: o Some updates
84 - OLEAUT32: o Wine typelib updates
85
86 2001-09-07: Patrick Haller <patrick.haller@innotek.de>
87 - include: o removed ./include/wine/server.h (Wine Server)
88 because of collisiton with server.h in OS/2 toolkit
89 - WNETAP32: o NetServerEnum implemented
90 o split into numerous smaller source modules
91
92 2001-09-05: knut st. osmundsen <kosmunds@csc.com>
93 - src\*: o Added/fixed CVS $Id tag in source files.
94 Sorry, if this caused long checkout and compilation. :-)
95 - tools\database:
96 o Fixed a couple of bugs, just in case we get it online some day :-).
97 o More or less implemented @design notes.
98 - tools\dailybuild:
99 o Added automatic uploading of current odin32 api database.
100 (_test_ it at http://odin.netlabs.org/Odin32DBTest/Odin32DB.phtml)
101
102 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
103 - FastDep: o Synced FastDep with OS2Tools.
104
105 2001-09-01: knut st. osmundsen <kosmunds@csc.com>
106 - Tools\CmdQd:
107 o Do DosExecPgm directly on programs when possible.
108 (It's not possible if multiple commands is specified in a job.)
109 o Path search result caching.
110 o Uses CMD.EXE nomatter what is in the COMSPEC.
111 o Corrected memory overwrite in output read loop.
112
Note: See TracBrowser for help on using the repository browser.