source: trunk/changelog@ 6926

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

* empty log message *

File size: 11.6 KB
Line 
1/* $Id: changelog,v 1.1715 2001-10-01 17:27:39 sandervl Exp $ */
2
3 2001-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o Lastest Wine revision of GetNextDlgGroupItem ported + modified
5
6 2001-09-30: Sander van Leeuwen <sandervl@xs4all.nl>
7 - INCLUDE: o Hook constants added to winconst.h
8 (adding them to winuser.h only completely breaks Odin)
9 - DDRAW: o Implemented IDirectDrawClipper class for windowed DirectDraw
10 (only works if app uses clipping info for manual blitting;
11 IDirectSurface blitting methods need to be updated to
12 take clipping into account)
13 - USER32: o Added export to register visible region change callback
14
15 2001-09-30: knut st. osmundsen <kosmunds@csc.com>
16 - Makefiles:
17 o Added a DOMAKES util which should be used when invoking
18 other makefiles. (see /src/kernel32/makefile)
19 o Silenced most of the command $(DO*) commands so the commandline
20 doesn't show.
21 o Added some colors on the output from the $(DO*) scripts
22 to make it easier to separate directory and makefile switching
23 from all the other output.
24 Turn this off by using the env.var. BUILD_NOCOLOR.
25 o Did some cleanup of the main Makefile and added some missing rules.
26 o Made separate .depend file for the include files in the /include dir.
27 This will speedup the 'dep' rule somewhat.
28 o Autostart CmdQd with 7 workers if not started and MULTIJOBS are defined.
29 o Profile builds uses ./bin/Profile.* subdir for output, not ./bin/Debug.*.
30 o PROFILE mode (PROFILE=1) overrides DEBUG and RELEASE modes.
31 o NMAKE version of the Watcom support since WMAKE sucks big time :-(
32 These are the the odin32.*.watn.mk files. This caused introduction
33 of the MKFILE macro for the compiler specific filename part.
34 (Set CCENV=WAT and use NMAKE just like with VAC3.)
35 o Enabled Watcom (NMAKE version) support in mostly all makefiles.
36 (I.e. places we do compiler specific tweaks.)
37 - Fastdep: o Corrected processing of C/C++ #include "someheader.h" to
38 start the search in the source code directory.
39 o Corrected handling of deleted files.
40 o Increased some read and write buffers.
41 - Win32k: o Changed PSZ to char *, since H2INC doesn't understand PSZ.
42 - Custombulid:
43 o Can now build object libraries for custombuild without separate
44 makefiles. Define CUSTOMBUILD=1 (=1 is important!) to build an
45 DLL.
46 o To build all needed object libraries and the custom dll,
47 go to /src and 'nmake custombuild'. There is currently no
48 rule in the main makefile for this, so remember to make the
49 libraries in /lib first.
50 o Removed all the obsolete *lib.mak files.
51 - Watcom: o ccollection.h: Include odin.h to get min/max.
52 o odin.h: C INLINE/inline support.
53 o odinwrap.h: Watcom has problems with the GetCurrentThreadId
54 redeclaration. (DWORD != unsigned long int)
55 Exclude prototype if watcomc. (workaround)
56 o windef.h: __max and __min is defined in stdlib.h, undef before
57 redefining them.
58 o unicode.h: static inline workaround (just like VAC).
59 o src/makefile: Temporarily ignore return codes from subdirs.
60 o kernel32/console2.h:
61 Don't include calling convetion for thread
62 function. The default is the correct one usually.
63 o kernel32/conbuffervio.cpp:
64 Alloca is defines in malloc.h for watcom. VAC defines
65 this in both malloc and stdlib.h.
66 o kernel32/console.cpp:
67 _beginthread is defined in process.h not stdlib.h as
68 for VAC.
69
70 2001-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
71 - WGSS50: o WGSS update
72
73 2001-09-28: Patrick Haller <patrick.haller@innotek.de>
74 - USER32: o added experimental support for WH_KEYBOARD_LL hook
75 o implemented keybd_event, mouse_event (-> SendInput )
76
77 2001-09-28: Sander van Leeuwen <sandervl@xs4all.nl>
78 - PE2LX: o Added options to remove fixups and to reroute all
79 imports to a custom odin dll
80
81 2001-09-27: Patrick Haller <patrick.haller@innotek.de>
82 - USER32: o partial implementation of SendInput()
83 - KERNEL32: o improved error code mapping (error2WinError)
84 o keep HandleManager from reusing last handle
85 too quickly (CreateFile after CloseHandle might
86 return the same handle again, which is correct but doesn't
87 put the spotlight on buggy apps)
88
89 2001-09-26: Sander van Leeuwen <sandervl@xs4all.nl>
90 - WININET/ICMP/WS2_32/WINSPOOL/CTL3D32:
91 o Makefiles added to build library with obj files
92 - WININET: o Split up initterm
93 - CUSTOMBUILD:
94 o Ordinals definitions moved into ordinals.h
95
96 2001-09-26: knut st. osmundsen <kosmunds@csc.com>
97 - Win32k: o Create development branch 'splittup' which in the
98 splittup of win32k is being implemented.
99 o BTW. I think I've found the jfs/fat32 + win32k problem.
100 I left some dirty readonly heap pages behind...
101 That is corrected in the splittup.
102 - Some Makefiles:
103 o Corrected the file header to state correct dllname.
104 Ye][ow, which is doing some documentation stuff on the Odin32,
105 pointed this out this for me.
106
107 2001-09-26: Patrick Haller <patrick.haller@innotek.de>
108 - ODINWRAP: o fixed FNEPILOGUE position
109 (MISC) o added support for calldepth tracing
110 - OLE32: o fixed wrong prototype in regsvr32.cpp
111
112 2001-09-25: Sander van Leeuwen <sandervl@xs4all.nl>
113 - COMCTL32: o Wine updates (MRU functions)
114 - SHELL32: o Wine updates (SHAddToRecentDocs)
115 - DDRAW/ADVAPI32: Added makefiles for building library with obj files
116
117 2001-09-24: Sander van Leeuwen <sandervl@xs4all.nl>
118 - DDRAW: o Set screen resolution + bpp of primary surface to those
119 of the PM desktop. (used to default to 640x480x8bpp)
120
121 2001-09-24: Patrick Haller <patrick.haller@innotek.de>
122 - USER32: o added ODINWRAP debug tracing support to WINKEYBOARD.CPP
123
124 2001-09-23: Sander van Leeuwen <sandervl@xs4all.nl>
125 - USER32: o MDI bugfix: set active child to 0 when last one is destroyed
126 (fixes crash when closing mdi window in odinapp)
127 - GDI32: o DIB Section sync bugfix; GpiQueryBitmapBits fails
128 when cbImage is too small (compressed images only)
129 This used to work. Maybe related to new SDD version.
130 (CoolEdit 2000 hits breakpoint in debug build)
131
132 2001-09-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
133 - SHELL32: o Small update for shfileop.c
134
135 2001-09-21: Sander van Leeuwen <sandervl@xs4all.nl>
136 - USER32: o Focus changes
137 - CTL3D32: o Added stub dll
138
139 2001-09-20: Sander van Leeuwen <sandervl@xs4all.nl>
140 - USER32: o Activate window when it returns 0 for WM_MOUSEACTIVATE
141 0 is not documented, but experiments in NT4 show that
142 the window will get activated when it returns this.
143 (fixes activation of FreeCell when clicking on the window)
144 o WM_NEXTMENU bugfix (from Wine)
145 (fixes crash during menu navigation in MDI windows)
146 - SHELL32: o Shell Folder bugfix from Wine added
147
148 2000-09-19: Oliver Braun <Oliver.Braun@hamburg.de>
149 - USER32: o PeekMessageW bugfix
150
151 2001-09-19: Sander van Leeuwen <sandervl@xs4all.nl>
152 - USER32: o Changed GetLastActivePopup (still not complete)
153 o Prevent loop in DIALOG_IsAccelerator
154 o GetMenuItemInfoW bugfixes
155 o Ported the Wine MDI control
156
157 2001-09-17: Patrick Haller <patrick.haller@innotek.de>
158 - WS2_32: o added stub for WSAIoctl() (Parsec)
159 - WINMM: o lowered minimum OS/2 timer resolution to 2ms
160 (for the new CLOCKSCALE feature)
161
162 2001-09-17: Sander van Leeuwen <sandervl@xs4all.nl>
163 - USER32: o Must return AWP_ACTIVATE/AWP_DEACTIVATE flags in
164 WM_ADJUSTWINDOWPOS (SWP_ACTIVATE/SWP_DEACTIVATE).
165 This ensures activation is handled properly.
166 No longer necessary to manually send WM_ACTIVATE messages.
167 o Only forward SC_CLOSE syscommand to top level window
168 if generated by keyboard
169
170 2001-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
171 - USER32: o Some focus/activation changes
172 o Translation fix for WM_SYSCOMMAND; SC_CLOSE now always
173 directed to top-level window. (OS/2 look only)
174 - ODINBUG: o Update by Herwig Bauernfeind
175 - OLEAUT32/OLE32/QUARTZ/COMDLG32:
176 o Wine updates
177 - COMCTL32: o Wine updates for toolbar, pager & rebar controls
178 o Treeview bugfix when deleting the selected item
179 (fixes crash in UltraEdit when opening files)
180 - * o Put back original sources. Extremely annoying to
181 add tags and change tabs in files.
182
183 2001-09-11: knut st. osmundsen <kosmunds@csc.com>
184 - kKrnlLib: o FYI: Win32k revamp/split-up. Not yet completed.
185
186 2001-09-10: Sander van Leeuwen <sandervl@xs4all.nl>
187 - KERNEL32: o VirtualQuery fix; DosQueryMem doesn't always return region
188 size in pages, so round up size to next page boundary
189 (fixes loop during Netscape 4.7 startup)
190 - GDI32: o DPtoLP fix; signed/unsigned comparison failed
191 (fixes huge fonts in Netscape 4.7)
192 o StretchDIBits fix; clear ulCompression for BI_BITFIELDS
193 or else WGSS blit will fail
194 (fixes black pictures in Netscape 4.7)
195
196 2001-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
197 - TAPI32: o Some updates
198 - OLEAUT32: o Wine typelib updates
199
200 2001-09-07: Patrick Haller <patrick.haller@innotek.de>
201 - include: o removed ./include/wine/server.h (Wine Server)
202 because of collisiton with server.h in OS/2 toolkit
203 - WNETAP32: o NetServerEnum implemented
204 o split into numerous smaller source modules
205
206 2001-09-05: knut st. osmundsen <kosmunds@csc.com>
207 - src\*: o Added/fixed CVS $Id tag in source files.
208 Sorry, if this caused long checkout and compilation. :-)
209 - tools\database:
210 o Fixed a couple of bugs, just in case we get it online some day :-).
211 o More or less implemented @design notes.
212 - tools\dailybuild:
213 o Added automatic uploading of current odin32 api database.
214 (_test_ it at http://odin.netlabs.org/Odin32DBTest/Odin32DB.phtml)
215
216 2001-09-04: knut st. osmundsen <kosmunds@csc.com>
217 - FastDep: o Synced FastDep with OS2Tools.
218
219 2001-09-01: knut st. osmundsen <kosmunds@csc.com>
220 - Tools\CmdQd:
221 o Do DosExecPgm directly on programs when possible.
222 (It's not possible if multiple commands is specified in a job.)
223 o Path search result caching.
224 o Uses CMD.EXE nomatter what is in the COMSPEC.
225 o Corrected memory overwrite in output read loop.
226
Note: See TracBrowser for help on using the repository browser.