1 ----------------------------------------------------------------
2 2000-06-15 Alexandre Julliard <julliard@winehq.com>
4 * windows/mdi.c, include/mdi.h, resources/sysres_En.rc, resources/user32.rc:
5 David Lassonde <davidl@macadamian.com>
6 Implemented the More Windows... menu item for MDI.
9 Sheri Steeves <sheri@macadamian.com>
10 Check again for GetNextDlgTabItem after return from WM_INITDIALOG
11 message in dialog creation.
13 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
14 Set clipping region to client window in LISTBOX_Paint.
17 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
18 More verbose error message.
21 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
22 cp_mbstowcs: check functions return zero on success.
25 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
26 GetFullPathName: get "drive" value too for absolute paths.
29 Frederic Boulanger <frederic@macadamian.com>
30 CreateSpoolFile is called with a dos name, we have to make sure that
31 when we create the spoolfile we use the unix name associated to the
34 * include/winbase.h, misc/comm.c:
35 Mike McCormack <mike_mccormack@looksmart.com.au>
36 - add prototypes for serial API functions
37 - correct existing serial API prototypes incorrectly using DWORD
39 - define more structures and values in serial API
41 * windows/dce.c: Noomen Hamza <noomen@macadamian.com>
42 Added a NULL pointer check within DCE_AddClipRects function.
45 Dmitry Timoshkov <dmitry@sloboda.ru>
46 Optimized implementation of LoadStringA.
48 * documentation/x11drv: Ove Kaaven <ovek@arcticnet.no>
49 Text of WWN article "The X11 driver".
51 * documentation/HOWTO-winelib:
52 Wilbur N. Dale <wilbur.dale@lumin.nl>
53 WineLib does not support Win16. Removed references to Win16 and Win
54 3.x in the introduction. Standardized capitalization of Wine and
55 WineLib. Added documentation for compiling a simple "Hello World"
59 Sheri Steeves <sheri@macadamian.com>
60 Added setting of cursor postition to MSG_PostToQueue.
62 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
63 WM_SETREDRAW should repaint the listbox when set to on if something
66 2000-06-14 Alexandre Julliard <julliard@winehq.com>
68 * configure.in, debugger/Makefile.in, server/Makefile.in, tools/Makefile.in, tools/cvdump/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in, Make.rules.in, Makefile.in, configure:
69 Removed @PROGEXT@ (it was broken anyway).
70 Improved 'make install'.
71 Cleaned up the main Makefile.
74 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
75 ConvertToGlobalHandle: fixed handle leak.
78 Fixed options structure definition.
81 Noomen Hamza <noomen@macadamian.com>
82 Made SetWindowPos handle the case when inserting a window after itself
83 (don't need to change the Zorder).
85 * documentation/opengl:
86 Lionel Ulmer <lionel.ulmer@free.fr>
87 Updated OpenGL documentation.
89 * dlls/olepro32/olepro32.spec:
90 Gerard Patel <g.patel@wanadoo.fr>
91 Set the base for the ordinals of olepro32 to 248.
94 Matthew J. Francis <mfrancis@plus.net.uk>
95 Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
98 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
100 Added difftime function.
102 2000-06-13 Alexandre Julliard <julliard@winehq.com>
104 * tools/Makefile.in, tools/wmc/.cvsignore, tools/wmc/CHANGES, tools/wmc/Makefile.in, tools/wmc/lang.c, tools/wmc/lang.h, tools/wmc/language.c, tools/wmc/mcl.c, tools/wmc/mcy.y, tools/wmc/utils.c, tools/wmc/utils.h, tools/wmc/wmc.c, tools/wmc/wmc.h, tools/wmc/wmc.man, tools/wmc/wmctypes.h, tools/wmc/write.c, tools/wmc/write.h, unicode/wctomb.c, Make.rules.in, configure, configure.in:
105 Bertho Stultiens <bertho@panter.soci.aau.dk>
106 Initial release of the message compiler.
108 * loader/loadorder.c, dlls/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellstring.c, dlls/shell32/shfolder.spec, dlls/shell32/shlwapi.spec, include/shell.h, include/shlobj.h, include/shlwapi.h, include/wine/undocshell.h:
109 Juergen Schmied <juergen.schmied@debitel.net>
110 - new dll shfolder.dll
113 * dlls/user/Makefile.in, tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/ppy.y, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
114 Bertho Stultiens <bertho@akhphd.au.dk>
115 - Bugfix: Corrected "off by one" error in the linenumber while parsing
117 - Bugfix: A segfault would occur if messagetables were parsed without
118 memory options attached. Also added buffer-overflow safeguard while
119 converting between byteorders.
120 - Finished remapping usertype resources onto standars types by tricking
121 the parser into accepting a different token. The remapping can be
122 disabled with a new commandline option '-m'.
123 - Resolved some warning about chars used as index on SGI O2 machine
124 (the ctype isXXX() routines are macros there).
127 Bertho Stultiens <bertho@panter.soci.aau.dk>
128 Commented out IsBadWritePtr check. Makes winhlp32.exe happy in
131 * documentation/opengl:
132 Lionel Ulmer <lionel.ulmer@free.fr>
133 OpenGL documentation.
136 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
137 DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
138 on CD-ROMs, even if CD-ROM is *not* mounted and thus the mount point
139 normally returns the "avail" of the corresponding partition.
140 Cleaned up GetDiskFreeSpaceA.
142 * windows/x11drv/wnd.c:
143 Gerard Patel <g.patel@wanadoo.fr>
144 Do not change the WS_CHILD style in SetParent.
146 * loader/pe_resource.c, ole/ole2nls.c, dlls/comctl32/comctl32undoc.c, dlls/ntdll/reg.c, dlls/ole32/datacache.c, dlls/ole32/ole2nls.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/version/info.c:
147 Use the Unicode string functions from wine/unicode.h instead of the
150 * include/wine/unicode.h, unicode/Makefile.in, unicode/string.c:
151 Added a couple of Unicode string routines.
153 * dlls/ddraw/convert.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
154 Marcus Meissner <marcus@jet.franken.de>
155 Added 24->32 packed pixel mapping support to convert.
156 Slightly rewrote the conversion initialisation.
159 Marcus Meissner <marcus@jet.franken.de>
160 Strip whitespace from front of profile values.
162 2000-06-12 Alexandre Julliard <julliard@winehq.com>
164 * dlls/user/Makefile.in, dlls/user/exticon.c, win32/ordinals.c:
165 Juergen Schmied <juergen.schmied@debitel.net>
166 Implementation for PrivateExtractIcons, PrivateExtractIconEx.
168 * scheduler/thread.c, dlls/ole32/errorinfo.c, include/thread.h, scheduler/process.c:
169 Juergen Schmied <juergen.schmied@debitel.net>
170 - implemented Get/SetThreadLocale
171 - added comment about OleErrorInfo field in TEB
174 Marcus Meissner <marcus@jet.franken.de>
175 Added struct offsets so understanding game disassembly is easier.
177 * dlls/wineps/brush.c:
178 Huw D M Davies <h.davies1@physics.ox.ac.uk>
179 If printer only supports level 1 PostScript then complain rather than
180 trying to use a pattern color space. Thanks to David Goodenough.
182 * include/wine/obj_base.h:
183 Marcus Meissner <marcus@jet.franken.de>
184 Corrected IsEqualGUID prototype.
187 Lionel Ulmer <lionel.ulmer@free.fr>
188 replaced a DPRINTF by a TRACE
190 * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
191 Lionel Ulmer <lionel.ulmer@free.fr>
192 - moved the 'constructor' into a real DLL init function
193 - make OpenGL32 dependant on the X11 driver
195 * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
196 hookThunk was not initialized in GetDcState.
198 * graphics/x11drv/text.c:
199 Use the font default char for undefined characters when mapping from
202 * dlls/opengl32/make_opengl, dlls/opengl32/make_opengl_ext, dlls/opengl32/make_opengl_norm, dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_norm.c:
203 Lionel Ulmer <lionel.ulmer@free.fr>
204 New OpenGL thunk generation script.
206 * dlls/ddraw/dsurface/x11.c:
207 Lionel Ulmer <lionel.ulmer@free.fr>
208 Removed the Release in case of error as we do not AddRef anymore.
211 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
212 Made the DLL version clash error message more verbose.
214 * unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, unicode/casemap.c, unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c, unicode/c_042.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c, unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, dlls/ntdll/rtlstr.c, include/casemap.h, include/wine/unicode.h, memory/string.c, unicode/Makefile.in, unicode/c_037.c:
215 Reimplemented Unicode case mapping in a slightly more efficient way.
216 Moved case mapping support to the unicode directory.
217 Some cleanups in cpmap.pl, use WCHAR instead of unsigned short.
219 2000-06-11 Alexandre Julliard <julliard@winehq.com>
221 * dlls/comctl32/header.c:
222 Aric Stewart <aric@codeweavers.com>
223 We were not properly masking the item that was sent with the message
224 and also we where not sending the notification at the proper times.
226 * controls/listbox.c:
227 Jason Mawdsley <jason@macadamian.com>
228 Take focus before setting the caret position and selections.
230 * relay32/snoop.c: James Abbatiello <abbeyj@wpi.edu>
231 Fix for compiler warning (due to setjmp/longjmp being used for
235 Sheri Steeves <sheri@macadamian.com>
236 Added save and reset of SetBKMode values in WM_PAINT.
237 Added handling of lParam value in BM_SETSTYLE.
239 * include/wine/exception.h, include/wine/obj_base.h, include/wine/obj_channel.h, include/wine/obj_misc.h, include/wine/obj_oleaut.h, include/wine/obj_oleview.h, include/wine/undocshell.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winuser16.h, include/ddraw.h, include/dinput.h, include/dplay.h, include/dplobby.h, include/dsound.h, include/gdi.h, include/imagehlp.h, include/imm.h, include/keyboard.h, include/mmddk.h, include/mmsystem.h, include/msacm.h, include/netspi.h, include/ntddk.h, include/ole.h, include/ole2.h, include/oleauto.h, include/oledlg.h, include/pe_image.h, include/process.h, include/prsht.h, include/richedit.h, include/server.h, include/shlobj.h, include/tapi.h, include/task.h, include/user.h, include/winbase.h, include/wingdi.h, include/wininet.h, include/winnetwk.h, include/winnls.h, include/winnt.h, include/winsvc.h, include/winuser.h, include/animate.h, include/callback.h, include/commctrl.h, include/commdlg.h, include/crtdll.h, include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/ddeml.h:
240 Francois Gouget <fgouget@psn.net>
241 Reordered the CALLBACK and WINAPI directives so that it compiles with
244 * include/vfw.h, include/windef.h:
245 Francois Gouget <fgouget@psn.net>
246 - Define HIC in this header rather than in windef.h (this is the
247 correct thing to do although it is unrelated to the C++ issues).
248 - WINE_HIC is an internal structure and it won't compile in C++ because
249 it contains a field called 'private'. Enclosed in a __WINE__ ifdef.
250 - Reordered the CALLBACK and WINAPI directives so that it compiles with
253 * include/winspool.h: Francois Gouget <fgouget@psn.net>
254 Fixed a typo in the name of FreePrinterNotifyInfo.
256 * dlls/wininet/Makefile.in, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/internet.h, dlls/wininet/utility.c, dlls/wininet/wininet.spec:
257 Ulrich Czekalla <ulrichc@corel.ca>
258 HTTP protocol now supported, InternetCrackUrl fixed, lots of other
261 * dlls/comctl32/toolbar.c, dlls/shell32/shellpath.c, tools/build.c:
262 Patrik Stridvall <ps@leissner.se>
265 * dlls/oleaut32/oleaut32.spec:
266 Patrik Stridvall <ps@leissner.se>
267 Fixed some issues found by winapi_check.
269 * tools/winapi_check/modules.dat, tools/winapi_check/output.pm, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
270 Patrik Stridvall <ps@leissner.se>
271 - Minor API files fixes
272 - Use output prefix instead of high order functions that, for some
273 reason, leaks memory. The memory usage of winapi_check is now greatly
275 - Turned on argument kind checking of doubles by default
277 * dlls/commdlg/comdlg32.spec:
278 Huw D M Davies <h.davies1@physics.ox.ac.uk>
279 Remove second import of winspool.drv.
282 Huw D M Davies <h.davies1@physics.ox.ac.uk>
283 Add support for icons set by STM_SETIMAGE.
285 * dlls/wineps/bitmap.c:
286 Huw D M Davies <h.davies1@physics.ox.ac.uk>
287 Terminate image data with a '>' [The PSLRM is rather vague about this].
288 Thanks to Bernd Herd.
290 * graphics/x11drv/xfont.c:
291 John Elliot <jce@seasip.demon.co.uk>
292 Some fonts may have no characters at all for some reason, avoid crashes.
294 * dlls/dsound/dsound_main.c:
295 James Abbatiello <abbeyj@wpi.edu>
296 Add a few more flags to those recognized when doing trace+dsound.
298 * objects/text.c: James Abbatiello <abbeyj@wpi.edu>
299 Don't print uiLengthDrawn in the FIXME in DrawTextExA. Its an output
300 variable, not an input variable.
302 * graphics/x11drv/dib.c:
303 James Abbatiello <abbeyj@wpi.edu>
304 Use XCreateImage/XGetSubImage instead of XGetImage for
305 X11DRV_DIB_GetImageBits.
307 2000-06-10 Alexandre Julliard <julliard@winehq.com>
309 * unicode/c_950.c, unicode/cpmap.pl, unicode/cptable.c, unicode/Makefile.in, unicode/c_042.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1253.c, unicode/c_1255.c, unicode/c_1257.c, unicode/c_28593.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_424.c, unicode/c_856.c, unicode/c_857.c, unicode/c_864.c, unicode/c_874.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, memory/codepage.c:
310 Added support for symbol codepage.
311 Improved handling of undefined codepage characters.
313 * loader/ne/module.c:
314 Make sure GetModuleFileName16 does not return garbage even if the path
315 is not valid (thanks to Andreas Mohr).
317 * graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
318 Dmitry Timoshkov <dmitry@sloboda.ru>
319 Assign codepage for every X11 font suffix, and use it for converting
322 * win32/Makefile.in, win32/code_page.c, dlls/kernel/kernel.spec, memory/Makefile.in, memory/codepage.c, memory/string.c:
323 Rewrote codepage support to use the new codepage tables.
325 * unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, include/wine/unicode.h, include/winnls.h, unicode/c_037.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c, unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c:
326 Added support for WC_NO_BEST_FIT_CHAR and default char parameters in
328 Minor cosmetic fixes.
330 * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
331 Ove Kaaven <ovek@transgaming.com>
332 Call TSXFlush after setting DGA palette, so it updates immediately.
334 2000-06-09 Alexandre Julliard <julliard@winehq.com>
336 * unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, unicode/cpmap.pl, unicode/cptable.c, unicode/defaults, unicode/mbtowc.c, unicode/wctomb.c, Makefile.in, configure, configure.in, include/wine/unicode.h, unicode/.cvsignore, unicode/Makefile.in, unicode/c_037.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c:
337 Added a bunch of code page tables for multibyte<->wide char
338 conversions (with the help of Dmitry Timoshkov).
340 2000-06-08 Alexandre Julliard <julliard@winehq.com>
342 * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, dlls/shell32/shellpath.c, include/ntddk.h, include/winnls.h, memory/string.c, misc/lstr.c, dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c:
343 Dmitry Timoshkov <dmitry@sloboda.ru>
344 Implement NTDLL.towupper and NTDLL.towlower using already existing
345 case conversion tables. Replace all direct calls to towupper/towlower
346 either to NTDLL for core or to CRTDLL if latter already used in the
349 * graphics/x11drv/bitblt.c: Shi Quan He (of Corel)
350 The implementation of StretchBlt in WINE does not use the foreground and
351 background color when a bitmap is copied from mono to mono. This is
352 not the case in the actual implementation under Windows but MSDN did
355 * dlls/comctl32/status.c:
356 Aric Stewart <aric@codeweavers.com>
357 Windows must update the right edge (-1) of the last panel upon drawing
358 instead of relying on WM_SIZE.
360 * dlls/comctl32/treeview.c:
361 Aric Stewart <aric@codeweavers.com>
362 Properly handle InsertItem with an invalid HTREEITEM. Windows handles
363 these like a TVI_LAST.
365 * windows/x11drv/event.c:
366 Turchanov Sergei <turchanov@otvprim.ru>
369 * dlls/Makefile.in: Added missing dependency.
371 * debugger/msc.c, debugger/winedbg.c, relay32/builtin32.c:
372 Removed the .xcnlnk section hack, and replaced it by another hack in
373 the debugger CREATE_PROCESS event handling.
375 * dlls/Makefile.in: Merged mouse dll into USER.
377 * programs/winhelp/macro.c: Compile fix.
379 * if1632/builtin.c, if1632/thunk.c, loader/task.c, memory/atom.c, scheduler/thread.c, win32/kernel32.c:
380 Removed a few unnecessary includes.
382 * dlls/ttydrv/ttydrv_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/display.c, dlls/user/display.spec, dlls/user/mouse.c, dlls/user/mouse.spec, dlls/user/mouserc.rc, dlls/user/user_main.c, dlls/x11drv/x11drv_main.c, include/mouse.h, include/ttydrv.h, include/user.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/event.c, windows/x11drv/mouse.c, Makefile.in, configure, configure.in, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec:
383 Merged mouse dll into USER.
385 * debugger/Makefile.in, dlls/richedit/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/urlmon/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, libtest/Makefile.in, programs/avitools/Makefile.in, resources/Makefile.in, Make.rules.in:
386 Simplified wrc flags handling.
389 Yet another attempt at fixing CW_USEDEFAULT handling.
392 Use FILE_SHARE_READ to open the file in GetBinaryTypeA.
395 Strip path name from dll when adding symbols.
398 Send full path name and debug information in load_dll event.
400 * include/server.h, relay32/builtin32.c, scheduler/process.c, server/debugger.c, server/process.c, server/trace.c, include/module.h:
401 Pass the main exe name in the CREATE_PROCESS debug event.
403 * scheduler/sysdeps.c:
404 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
405 Make a better guess to find the top of the initial stack.
406 Fixed FreeBSD compile problem (thanks to Gerald Pfeiffer).
408 * windows/cursoricon.c:
409 Louis-Philippe Gagnon (of Macadamian for Corel)
410 Search for already loaded CursorIcon was done with the wrong handle,
411 so it was leaking icons. Fixed.
413 * tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
414 Bertho Stultiens <bertho@akhphd.au.dk>
415 - Implemented MESSAGETABLE resource type.
416 - Usertype resources that cause a type-clash with defined resources
417 are now detected and a warning is generated. Some types should be
418 rerouted through other code so that they will be (re-)interpreted.
419 - Bugfix: Line-continuation in strings in resources include a newline.
420 This `feature' got deleted with the builtin preprocessor, but has been
421 put back into place (see last changes comment from version 1.1.0).
422 - Bugfix: The preprocessor now correctly will see "\\\r\n" as a line-
424 - Bugfix: Assemblers on some platforms do not use 16bit quantities
425 for `.word'. This directive is now changed into `.short'.
426 - All types that accept inline data definitions (a la RCDATA) now
427 also accept a file specification. This unifies the structure a bit.
429 2000-06-07 Alexandre Julliard <julliard@winehq.com>
431 * documentation/dll-overrides:
432 Ove Kaaven <ovek@arcticnet.no>
433 Text of WWN article "DLL overrides".
435 * documentation/HOWTO-winelib:
436 Wilbur N. Dale <wilbur.dale@lumin.nl>
437 Added to project. Currently incomplete but will update weekly.
439 * scheduler/client.c, scheduler/process.c, dlls/ntdll/signal_i386.c:
440 Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
441 has been sent, to avoid deadlocking the debugger.
443 * controls/combo.c, include/combo.h:
444 Serge Ivanov <sergei@corel.ca>
445 - ComboLBox is always created as child of ComboBox. If ComboBox has style
446 other than CBS_SIMPLE, parent of listbox is set to desktop.
447 - In CBDropDown. ComboBox uses only first item to calculate height of
448 dropped listbox. Also if listbox is empty its height is unmodified
449 (previously it was set to 0).
450 - Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages.
451 - General clean-up. Message order is now more precise (at least
452 notifications to client); listbox - combobox interaction has slight
453 differences comparing to Windows.
455 * controls/edit.c: Serge Ivanov <sergei@corel.ca>
456 - Removed dependency of edit control from combobox implementation.
457 - Edit control uses undocumented window style 0x0200 to detect is it a part
458 of combobox. If so it calls GetDlgItem(hwndCombo, 1000) to get ComboLBox
459 window handle (see comments for combo.c below).
460 - EDIT_CheckCombo - modified for correct handling of keyboard messages.
461 - Processing of WM_GETDLGCODE and WM_CHAR for VK_RETURN and VK_ESCAPE
462 depends on whether listbox is dropped down. This prevents closing of dialog
463 if listbox is dropped down and allows combobox to process these keyboard
466 * controls/listbox.c: Serge Ivanov <sergei@corel.ca>
467 - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent)
468 - When user clicks outside of dropped listbox, original selection must be
470 - ComboLBox has caret_on = FALSE on creation, that's why combobox sends
471 LB_CARETON message before dropping listbox down (but only for
472 CBS_DROPDOWNLIST - I don't now why).
474 * windows/x11drv/wnd.c: Serge Ivanov <sergei@corel.ca>
475 Well, SetParent doesn't work properly at all, but at least it must preserve
476 window ID. In fact it also must preserve window styles, destroy X
477 counterpart if parent of popup or overlapped window is set to someting
478 different from Desktop, and lot of other stuff that it must and mustn't do.
479 But preserving ID is good enough for now.
481 * include/winuser.h: Serge Ivanov <sergei@corel.ca>
482 Added undocumented window style.
484 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, documentation/status/directplay:
485 Peter Hunnisett <hunnise@nortelnetworks.com>
486 - Small update to documentation
487 - More player/group interface implementation (not tested)
490 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
491 Don't call MessageBoxA before USER is initialized.
493 * controls/listbox.c: Stephane Lussier
496 - Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set
497 and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting
498 the size in both cases.
499 - When the caret index change, items repainting need tp be in this
501 a) Paint old caret item without the focus
502 b) Paint old caret item without the selection
503 c) Paint new caret item with the selection
504 d) Paint new caret item with the focus.
505 - When repainting the listbox, we should paint all items regarding if
506 they are slected or not and then paint after the focus item. So focus
507 item will end out being painted twice. (That's what Windows does).
509 * files/file.c: Stas Sergeev <stas.orel@mailcity.com>
510 mmap() fails with ENODEV on NTFS under Linux.
512 * dlls/commdlg/filedlg95.c, dlls/shell32/shellpath.c:
513 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
514 PathFindNextComponent: return pointer to NULL and not NULL.
516 * dlls/comctl32/toolbar.c:
517 Aric Stewart <aric@codeweavers.com>
518 Added handling of TBSTYLE_AUTOSIZE.
520 * dlls/comctl32/datetime.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg95.c, dlls/x11drv/x11drv_main.c, include/crtdll.h, msdos/ioports.c:
521 Patrik Stridvall <ps@leissner.se>
524 * dlls/urlmon/umon.c, include/urlmon.h, scheduler/critsection.c, dlls/odbc32/proxyodbc.c, dlls/ole32/moniker.c, dlls/shell32/shellstring.c:
525 Patrik Stridvall <ps@leissner.se>
526 Fixed issues found by winapi_check.
528 * tools/winapi_check/win32/comdlg32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/modules.dat, tools/winapi_check/winapi_check:
529 Patrik Stridvall <ps@leissner.se>
530 - Minor API files update.
531 - Turned on calling convention checking for Win32 functions by
534 * dlls/comctl32/toolbar.c:
535 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
536 TOOLBAR_DrawString: catch index== -1 (but not yet handled).
539 Fixed off-by-one error in string allocation.
542 Alexandre Julliard <julliard@codeweavers.com> for Corel
543 The window dimensions have to be initialized before sending the
544 WM_GETMINMAXINFO message.
546 * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c:
547 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
548 Removed mis-aligned accesses during BIOS/DOS data initialization.
551 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
552 Fixed size of pe_header on machines with non-4K pages.
554 * if1632/snoop.c, relay32/snoop.c:
555 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
556 Use "CALL" and "RET" in capital letters for distinction.
558 * dlls/comctl32/propsheet.c:
559 Noomen Hamza <noomen@macadamian.com>
560 The active page should be unchanged when removing an active first page
561 from a property sheets.
563 2000-06-04 Alexandre Julliard <julliard@winehq.com>
565 * dlls/ntdll/signal_sparc.c, memory/selector.c, scheduler/critsection.c, server/Makefile.in, server/context_sparc.c:
566 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
567 Updated support for Solaris/Sparc architecture.
569 * dlls/comctl32/toolbar.c:
570 Michael Cardenas <michael_cardenas@deneba.com>
571 Corrected a potential crash.
573 * scheduler/process.c, scheduler/sysdeps.c, tools/build.c, include/callback.h, loader/task.c:
574 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
575 Moved stack switch handling (large stack) to sysdeps.c
576 Enable exception dispatch while on large stack.
578 * dlls/comctl32/listview.c:
579 Chris Morgan <cmorgan@wpi.edu>
580 Finished the implementation of LISTVIEW_SetColumnWidth. Tested
581 against windows thoroughly. Fixed bug resulting in unsigned values
582 being passed into LISTVIEW_SetColumnWidth from the listview window
583 procedure. Fixed LISTVIEW_GetItemHeight to disregard the height of
584 icons if no icons exist.
586 * include/commctrl.h: Chris Morgan <cmorgan@wpi.edu>
587 Added defines for LVSCW_AUTOSIZE/_USEHEADER.
589 * dlls/comctl32/header.c:
590 Chris Morgan <cmorgan@wpi.edu>
591 Replaced calls to HEADER_Refresh with InvalidateRect.
593 * dlls/comctl32/toolbar.c:
594 Eric Kohl <ekohl@rz-online.de>
595 Started support for menubar-like toolbars.
597 * debugger/break.c, debugger/debugger.h, debugger/hash.c, debugger/memory.c, debugger/source.c, debugger/stack.c, debugger/winedbg.c:
598 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
599 Compile fixes for non-i386 archs.
601 * controls/button.c, controls/uitools.c:
602 Susan Farley <sfarley@codeweavers.com>
603 Attempt to paint the checkbox and radio buttons better.
605 2000-06-03 Alexandre Julliard <julliard@winehq.com>
607 * dlls/ttydrv/ttydrv_main.c: Fixed warning.
609 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c, include/commctrl.h:
610 Eric Kohl <ekohl@rz-online.de>
611 Updated to dll version 5.81 (IE 5.01).
613 * dlls/comctl32/treeview.c:
614 Eric Kohl <ekohl@rz-online.de>
615 Implemented TVM_GETITEMW.
617 * dlls/comctl32/listview.c, include/listview.h:
618 Jason Mawdsley <jason@macadamian.com>
619 Added support for typing the filename in the listview control and
620 having the control select it.
622 * windows/message.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, include/message.h, misc/main.c:
623 Removed MSG_WineStartTicks (does not work for multiple address spaces
626 * graphics/enhmetafiledrv/init.c:
627 Replaced GetDC by CreateDC.
629 * include/bitmap.h, objects/dib.c, windows/cursoricon.c:
630 Moved DIB_FixColorsToLoadflags to cursoricon.c.
632 * documentation/wine.man.in:
633 Peter Ganten <peter@ganten.org>
634 Documented the new wine command line and the environment variable
637 * msdos/dpmi.c, dlls/dsound/dsound_main.c:
638 Patrik Stridvall <ps@leissner.se>
641 * tools/winapi_check/win16/wineps16.api, tools/winapi_check/win32/comdlg32.api, tools/winapi_check/win32/dsound.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/wineps.api:
642 Patrik Stridvall <ps@leissner.se>
645 * memory/instr.c, msdos/interrupts.c, dlls/kernel/wprocs.spec, if1632/builtin.c, include/builtin16.h:
646 Delay loading of interrupt table functions until they are needed.
648 * include/miscemu.h, msdos/ioports.c:
649 Delay initialization of I/O permissions until they are first used.
651 * loader/main.c, dlls/kernel/Makefile.in, dlls/kernel/kernel_main.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, if1632/relay.c, scheduler/process.c:
652 Moved kernel initialization to kernel_main.c
654 * windows/x11drv/wnd.c, configure.in, dlls/Makefile.in, dlls/dinput/dinput_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/disp.rc, dlls/user/display.c, dlls/user/display.spec, dlls/user/user_main.c, include/display.h, loader/main.c, windows/cursoricon.c, Makefile.in, configure:
655 Merged display.dll into USER.
658 Juergen Schmied <juergen.schmied@debitel.net>
661 * relay32/.cvsignore, relay32/Makefile.in, relay32/kernel32.spec, relay32/wow32.spec, configure, configure.in, dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/comm.spec, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/kernel/system.spec, dlls/kernel/toolhelp.spec, dlls/kernel/wow32.spec, dlls/kernel/wprocs.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/comm.spec, if1632/kernel.spec, if1632/system.spec, if1632/toolhelp.spec, if1632/wprocs.spec, Make.rules.in, Makefile.in:
662 Dimitrie O. Paun <dimi@cs.toronto.edu>
663 Start to separate KERNEL out of libwine.
665 2000-06-02 Alexandre Julliard <julliard@winehq.com>
667 * include/ts_xutil.h, tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c:
668 Susan Farley <sfarley@codeweavers.com>
669 Preserve WM hints that were set during window creation by calling
670 XGetWMHints prior to XSetWMHints.
673 Michael Cardenas <michael_cardenas@deneba.com>
674 Added a few message crackers.
676 * tools/wineconf: Ove Kaaven <ovek@arcticnet.no>
677 Add "Unix drives" /tmp and ${HOME}, and Device and Filesystem
678 statements, to autogenerated wine.conf.
680 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/printdlg.c:
681 Juergen Schmied <juergen.schmied@debitel.net>
682 - Rewrite of the shell related parts of the dialog to use the already
683 in shell32implemented functions (ShellFolder/Path*). Eliminated direct
685 - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
686 some dlls per *.spec file
687 - Most OpenFile Flags (OFN_*) should work properly now
688 - The edit box should work right with all stuff entered in it like
689 ..\temp\file.txt or just c: to change a drive
690 - Optimized DataObject handling
691 - Some bugs fixed, should work with native shell32 again.
692 - Stubs for PrintDlgEx
694 2000-06-01 Alexandre Julliard <julliard@winehq.com>
696 * dlls/dplayx/dplay.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, documentation/config, documentation/distributors, documentation/fonts, documentation/no-windows, misc/registry.c, win32/kernel32.c, windows/driver.c, windows/message.c, controls/menu.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/mesa_private.h:
697 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
698 Lots of spelling fixes that accumulated in my tree again, made several
699 error msgs more verbose, doc updates.
701 * documentation/shell32, include/shlwapi.h, dlls/shell32/Makefile.in, dlls/shell32/pidl.c, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlwapi.spec:
702 Juergen Schmied <juergen.schmied@debitel.net>
703 - New (some stubs): SHGetFolderLocation, PathAddExtension,
704 PathIsUNCServer, PathIsUNCServerShare, PathMakePretty,
705 SHCreateShellPalette, SHOpenRegStream, SHOpenRegStream2
706 - Many string functions implemented
707 - Some stubs for exports by ordinal
710 Juergen Schmied <juergen.schmied@debitel.net>
711 Give a error message if a forwarded export is not resolved.
713 * files/dos_fs.c, include/winbase.h, relay32/kernel32.spec:
714 Juergen Schmied <juergen.schmied@debitel.net>
715 Implemented FindFirstFileEx, cleaned old implementation up.
717 * controls/widgets.c:
718 Louis-Philippe Gagnon (of Macadamian for Corel)
719 Static controls weren't receiving WM_LBUTTONDBLCLK messages because the
720 Static window class was registered without the CS_DBLCLKS style (which it
723 * scheduler/process.c:
724 Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes).
726 * include/dsound.h, dlls/dsound/dsound_main.c, include/dplay.h:
727 Peter Hunnisett <hunnise@nortelnetworks.com>
728 - Added DirectSoundCapture and DirectSoundCaptureBuffer interfaces
729 - Added some SoundCapture stubs
730 - Changed REFIID to LPCGUID in a few places as per MS header file
732 * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
733 Juergen Schmied <juergen.schmied@debitel.net>
734 Stub for RtlConvertSidToUnicodeString.
736 * controls/static.c: Serge Ivanov <sergei@corel.ca>
737 MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control style is
738 SS_NOTIFY; otherwise, returns HTTRANSPARENT. "
740 * dlls/winsock/socket.c:
741 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
744 2000-05-31 Alexandre Julliard <julliard@winehq.com>
746 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
747 Set a default size for windows when CW_USEDEFAULT is used.
749 2000-05-30 Alexandre Julliard <julliard@winehq.com>
751 * ole/nls/hrv.nls, windows/x11drv/keyboard.c, documentation/languages, documentation/wine.man.in, include/options.h, misc/main.c, ole/ole2nls.c:
752 Zoran Dzelajlija <jelly@srk.fer.hr>
753 Basic Croatian language support.
755 * controls/edit.c: Serge Ivanov
756 Returning DLGC_WANTALLKEYS for multiline edit control was not good because
757 it breaks navigation in dialogs.
759 * dlls/dsound/dsound_main.c:
760 Peter Hunnisett <hunnise@nortelnetworks.com>
761 - Fixed some initialization/destruction and reference counting
762 - Added a little more debugging information
764 * tools/font_convert.sh:
765 Peter Ganten <peter@ganten.org>
766 Added a shell-script for easier font-installation.
768 * dlls/wineps/bitmap.c, dlls/wineps/brush.c, dlls/wineps/clipping.c, dlls/wineps/color.c, dlls/wineps/driver.c, dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/objects.c, dlls/wineps/pen.c, dlls/wineps/ppd.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h, dlls/wineps/text.c, dlls/wineps/wineps.spec, dlls/wineps/wineps16.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/wineps.spec, include/psdrv.h, loader/main.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/gdi_main.c, dlls/wineps/.cvsignore, dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/bitblt.c, Make.rules.in:
769 Dimitrie O. Paun <dimi@cs.toronto.edu>
770 Separate wineps out of Wine's core.
772 * dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/dplay.c:
773 Peter Hunnisett <hunnise@nortelnetworks.com>
774 - Added a little more dll level debugging and small changes
775 - Start on group and player interfaces
777 * dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c, include/dsound.h:
778 Peter Hunnisett <hunnise@nortelnetworks.com>
779 - Add another way to create a 3d listener interface.
780 - Fix up some reference counting bugs and interface creation bugs
781 - Add DirectSoundEnumerateW stub
782 - Add DirectSoundCaptureEnumerate{A,W} stubs
784 * dlls/comctl32/datetime.c, include/datetime.h:
785 Chris Morgan <cmorgan@wpi.edu>
786 Added 3D border around control. Fixed monthcal control popup. Added
787 WM_SIZE support. Optimized drawing. Added WM_LBUTTONUP handling.
788 Handle DTS_RIGHTALIGN style. Fixed handling of formatting styles,
789 date is now displayed properly for DTS_SHORTDATEFORMAT.
791 * dlls/comctl32/monthcal.c:
792 Chris Morgan <cmorgan@wpi.edu>
793 Removed all direct calls to MONTHCAL_Refresh() and replaced with
794 either RedrawWindow or InvalidateRect. Optimized drawing using
795 RedraWindow and update regions. Fixed "Today" date bug where year was
796 only one digit. Fixed drawing of circle drawn next to "Today". Fixed
797 moving to previous or next month by clicking on days belonging to
798 previous or next months.
800 * relay32/kernel32.spec, win32/console.c:
801 Ulrich Czekalla <ulrichc@corel.com>
802 Add stub for SetConsoleOutputCP.
805 Marcus Meissner <marcus@jet.franken.de>
806 Add a ; needed by some YACCs.
808 * dlls/ddraw/dsurface/x11.c:
809 Lionel Ulmer <lionel.ulmer@free.fr>
810 Install the colormap only if it was created.
813 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
814 Implemented int 0x21 long file name function 0x71a0: Get Volume Info.
816 * dlls/opengl32/wgl.c:
817 Lionel Ulmer <lionel.ulmer@free.fr>
818 Implemented wglShareLists and wglGetCurrentDC.
820 * windows/message.c, windows/queue.c, windows/user.c, include/process.h, include/queue.h, include/server.h, scheduler/process.c, server/Makefile.in, server/object.h, server/process.c, server/process.h, server/queue.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
821 Moved idle event handling to the server.
824 Use GetStartupInfoA() instead of accessing process structure
828 Make sure initial task is not marked as 32-bit.
831 Make child processes inherit command-line options through the
832 WINEOPTIONS environment variable.
834 * windows/win.c: Serge Ivanov
835 SetParent: call SetWindowPos with SWP_NOACTIVATE flag set.
837 * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/dispdib.spec, if1632/Makefile.in, if1632/dispdib.spec:
838 Dimitrie O. Paun <dimi@cs.toronto.edu>
839 Moved DISPDIB out of the kernel into GDI.
841 * controls/combo.c, include/combo.h:
842 David Grant <davidgra@corel.ca>
843 - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT.
844 - Edit text must be selected only if CB is in focus.
845 - If CB has edit control we have to call CBUpdateEdit to update its
846 contents. Invalidating textRect will not force updating of child
847 edit control, obviously.
848 - We have to protect ourselves from changing selection in listbox when
849 we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit ->
850 EN_CHANGE will not reselect item in the lisbox.
852 * dlls/gdi/gdi_main.c:
853 Dimitrie O. Paun <dimi@cs.toronto.edu>
854 Add include for LoadLibrary.
856 * include/server.h, memory/atom.c, relay32/kernel32.spec, server/atom.c, server/process.c, server/process.h, server/request.h, server/trace.c:
857 Turchanov Sergei <turchanov@otvprim.ru>
858 Implemented local atoms in the server.
860 * if1632/builtin.c: Do not load wineps on startup.
863 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
866 * controls/combo.c: Owen Wang
867 When you click on an icon to open a combo box, you would expect it to
868 be enabled so you can choose something in it. In Wine this was not
869 guaranteed since your default flags could get lost in the process-heap
872 2000-05-29 Alexandre Julliard <julliard@winehq.com>
874 * msdos/int21.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, win32/except.c, windows/nonclient.c, windows/queue.c, windows/user.c, loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, memory/environ.c, misc/main.c, misc/options.c, miscemu/main.c, msdos/int20.c, dlls/shell32/shell.c, include/main.h, include/module.h, include/options.h, include/pe_image.h, include/process.h, include/task.h, include/thread.h, loader/main.c, loader/module.c:
875 Exec a separate wine binary for every win32 process so that they run
876 in separate address spaces.
877 Run 16-bit tasks as Win32 threads, not processes.
879 2000-05-26 Alexandre Julliard <julliard@winehq.com>
881 * include/version.h, ANNOUNCE, ChangeLog:
884 * controls/listbox.c: Serge Ivanov
885 - Added handling of WM_MOUSEACTIVATE message
886 - Added in_focus field to internal listbox's structure. This flag is set on
887 receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
888 GetFocus function were replaced with checks of this flag.
889 - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
892 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
893 Peter Hunnisett <hunnise@nortelnetworks.com>
894 Started local name server framework.
896 * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commdlg.h, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c:
897 Huw D M Davies <h.davies1@physics.ox.ac.uk>
898 Add PrintSetup dialog and support for hooks and templates.
899 Move 16 bit api definitions out of commdlg.h to cdlg.h
901 ----------------------------------------------------------------
902 2000-05-26 Alexandre Julliard <julliard@winehq.com>
904 * controls/listbox.c: Serge Ivanov
905 - Added handling of WM_MOUSEACTIVATE message
906 - Added in_focus field to internal listbox's structure. This flag is set on
907 receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
908 GetFocus function were replaced with checks of this flag.
909 - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
912 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
913 Peter Hunnisett <hunnise@nortelnetworks.com>
914 Started local name server framework.
916 * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commdlg.h, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c:
917 Huw D M Davies <h.davies1@physics.ox.ac.uk>
918 Add PrintSetup dialog and support for hooks and templates.
919 Move 16 bit api definitions out of commdlg.h to cdlg.h
921 * controls/edit.c: Henning Hoffmann
922 Don't send EN_CHANGE after painting the edit.
923 Send it wherever text is changed.
925 * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
926 Moved the EN_UPDATE notification out of the paint handler. Instead,
927 the notification is sent when an InvalidateRect is made after
930 * dlls/comctl32/tooltips.c:
931 Francois Methot (Macadamian)
932 Fixed the blank color palette tooltip bug by triggering a refresh of
933 the tooltip with UpdateWindow function instead of calling directly the
936 * debugger/Makefile.in, debugger/external.c, misc/Makefile.in, misc/ext_debugger.c:
937 James Juran <juran@cse.psu.edu>
938 DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
940 2000-05-25 Alexandre Julliard <julliard@winehq.com>
943 Do not clear suffixes list (breaks BSD make).
945 * dlls/winspool/info.c, include/winspool.h:
946 Huw D M Davies <h.davies1@physics.ox.ac.uk>
947 Move winspool to unicode.
950 * dlls/comctl32/trackbar.c:
951 Aric Stewart <aric@codeweavers.com>
952 Reworked the thumb drawing code, thumb calculation code, channel
953 calculation code, and corrected some bugs in how tics are drawn and
954 how clicks are handled.
957 Louis-Philippe Gagnon (of Macadamian Technologies for Corel)
958 Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).
960 * dlls/comctl32/toolbar.c:
961 Chris Morgan <cmorgan@wpi.edu>
962 Use clipping regions to reduce the amount of processing performed when the
963 toolbar is repainting. Reduces processing by approximately 85-95% in most
966 * dlls/comctl32/treeview.c:
967 Gerard Patel <g.patel@wanadoo.fr>
968 Fixes crash when calling Treeview_EndEditLabelNow and no node is
971 2000-05-24 Alexandre Julliard <julliard@winehq.com>
973 * dlls/comctl32/flatsb.c:
974 Susan Farley <sfarley@codeweavers.com>
975 Defer to standard scrolling APIs for non-flatSB specific functions so
976 that flatSBs show up and behave properly, just not with flat properties.
978 * graphics/x11drv/dib.c:
979 Rob Farnum <robf@codeweavers.com>
980 Separate out the 32bit case from the 24bit case, and copy 3bytes of
981 source for every 4bytes of input, into the destination for the 24bit
984 * include/winbase.h, include/winnt.h, win32/file.c:
985 Francois Gouget <fgouget@psn.net>
986 Sorted out a few misplaced definitions.
987 Added some missing definitions related to file handling and virtual
991 * dlls/comctl32/treeview.c:
992 Aric Stewart <aric@codeweavers.com>
993 Added handling for TVS_SINGLEEXPAND.
995 * dlls/comctl32/tab.c:
996 Aric Stewart <aric@codeweavers.com>
997 Corrected the problem where a tab control marked multiline but has
998 only one tab was being justified to fill the whole tab space.
1000 * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
1001 Commented out broken __asm__, added comments where it is broken.
1003 * dlls/comctl32/listview.c:
1004 Martin Fuchs <martin-fuchs@gmx.net>
1005 Inserted a missing call to SetWindowPos(). With this change the header
1006 control is visible again in list views with report style.
1008 * Make.rules.in, tools/wrc/Makefile.in:
1009 Revived the GEN_C_SRCS variable to support wrc lex/yacc sources.
1011 2000-05-23 Alexandre Julliard <julliard@winehq.com>
1013 * windows/message.c:
1014 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
1015 Send a normal mouse message code in WM_PARENTNOTIFY, even if the
1016 actual message was a non-client one.
1018 * server/registry.c, dlls/ddraw/main.c, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
1019 Patrik Stridvall <ps@leissner.se>
1020 Fixed issues found by winapi_check.
1022 * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/nativeapi.dat, tools/winapi_check/win32/opengl32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
1023 Patrik Stridvall <ps@leissner.se>
1025 - Better headers and prototype checking
1026 - Prototype checking now called --prototype instead of --headers
1027 - New options --headers-{duplicated,misplaced} for
1028 duplicated/misplaced functions checking of the headers.
1031 * Make.rules.in, configure, configure.in:
1032 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1033 If system doesn't have OpenGL, don't refer to libopengl32.so.
1035 * dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c:
1036 Abey George (of Macadamian/Corel)
1037 When you open files with Embedded objects, they were not getting drawn
1038 correctly. When you paste OLE objects with presentation data, they
1039 were not getting drawn correctly.
1041 * controls/menu.c: Rob Farnum <robf@codeweavers.com>
1042 Post a WM_CANCELMODE message to wake up the internal menu handling
1043 code. This fixes the problem of a menu being orphaned when the parent
1044 window disappears, or if the parent loses focus.
1046 * dlls/winsock/socket.c:
1047 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1048 Fix a mismatch between format string and parameter.
1050 * dlls/comctl32/updown.c:
1051 Susan Farley <sfarley@codeweavers.com>
1052 SetBuddy no longer overwrites its superclass' WndProc property when
1053 the buddy has already been subclassed, eliminating the infinite loop
1056 * configure, configure.in:
1057 John R. Sheets <jsheets@codeweavers.com>
1058 Cleaned up X11 extension tests.
1060 * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
1061 Capture ^V,^X,^C and translate it to the corresponding message for
1064 * dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
1065 Lionel Ulmer <lionel.ulmer@free.fr>
1066 - fixed the OpenGL32 spec file (and the make_opengl_spec tool)
1067 - prevent HalfLife from crashing when it frees three times the same
1070 * graphics/vga.c, include/vga.h:
1071 Ove Kaaven <ovek@arcticnet.no>
1072 Improved DirectDrawPalette handling (set it on init, not every time it
1073 changes). Added VGA_WriteChars() function.
1075 * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
1076 Scale mouse coordinates to default width 640.
1078 * dlls/ddraw/ddraw/main.c:
1079 Ove Kaaven <ovek@arcticnet.no>
1080 Made WINE_DirectDraw a decorationless popup window. Fixes mouse
1081 coordinates previously offset by the invisible decorations.
1084 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1085 #undef DELETE before (re)defining it.
1087 * dlls/comctl32/tooltips.c:
1088 Chris Morgan <cmorgan@wpi.edu>
1091 * dlls/comctl32/toolbar.c:
1092 Chris Morgan <cmorgan@wpi.edu>
1093 Reduce toolbar redrawing and flicker by calling RedrawWindow() in
1094 TOOLBAR_MouseMove() only if hot effect applies to the current hot
1095 button. Restore bHot flag of hot button in TOOLBAR_LButtonUp() to
1096 restore hot effect properly.
1098 * controls/listbox.c: Serge Ivanov
1099 Fixed WM_LBUTTONDBLCLK handling.
1101 * include/win.h, include/x11drv.h, windows/defwnd.c, windows/nonclient.c, windows/x11drv/wnd.c:
1102 Susan Farley <sfarley@codeweavers.com>
1103 Set and retrieve the window icon that is drawn under managed mode
1104 (based on the work of Andrew Lewycky for Corel).
1106 * dlls/comctl32/toolbar.c:
1107 Aric Stewart <aric@codeweavers.com>
1108 Corrected a problem of when oldHit is negative and we try to use it as
1109 an index into the buttons array.
1111 * include/windows.h: Francois Gouget <fgouget@psn.net>
1112 Should include commdlg.h.
1114 * include/windef.h: Francois Gouget <fgouget@psn.net>
1115 Define the _X86_ macro on Intel processors.
1118 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1119 Some part of EDIT_EM_LineLength code was commented (broken). Restored
1120 the capability to calculate the remaining non-selected chars of a
1123 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c:
1124 Lionel Ulmer <lionel.ulmer@free.fr>
1125 Remove the PRIMARYSURFACE attribute from back buffers.
1127 * dlls/comctl32/listview.c:
1128 Aric Stewart <aric@codeweavers.com>
1129 If a listview is created with LVS_NOCOLUMNEHEADER then wine creates the
1130 header like normal but just sets it not visible. This fix lays out
1131 those supposedly nonexistent headers to size 0,0. So that even if they
1132 become visible they are not drawn.
1134 * dlls/commdlg/colordlg.c, include/wine/winuser16.h:
1135 Gerard Patel <g.patel@wanadoo.fr>
1136 Remove the direct call into core (DIALOG_DoDialogBox).
1138 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga_private.h:
1139 Lionel Ulmer <lionel.ulmer@free.fr>
1140 Initialize the back-buffer with the correct VTable.
1142 * dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, dlls/opengl32/make_opengl_spec, wine.ini:
1143 Lionel Ulmer <lionel.ulmer@free.fr>
1144 - added option to get double-buffered desktop
1145 - implemented wglUseFontBitmapsA and wglDeleteContext
1147 * tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/dumpres.h, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
1148 Bertho Stultiens <bertho@akhphd.au.dk>
1149 - Implemented animated cursors and icons resource types.
1150 - Added partial support for font resources (user supplied fontdir is
1152 - All resources with inline data (a la RCDATA) now support language,
1153 version and characteristics data.
1154 - Implemented resource name duplicate checks. It is now an error if
1155 two resources of the same type have the same name.
1156 - Bugfix: Language propagation was not correct when .res files were
1158 - Bugfix: VERSIONINFO now handles memory options.
1159 - Bugfix: resource names and the resource type may be equal (e.g. MENU
1160 MENU {...}). This support was mistakingly deleted in the upgrade to
1161 the builtin preprocessor.
1162 The standalone LANGUAGE setting became context sensitive as a consequence
1163 of this. Now it *must* end with a newline *after* both expressions and
1164 no newlines are allowed within the line (the statement must fit on one
1165 line). This is no practical problem though.
1167 * tools/winapi_check/output.pm:
1168 Francois Gouget <fgouget@psn.net>
1169 Send regular messages to stdout so that they are separate from
1172 * documentation/bugreports:
1173 Gerard Patel <g.patel@wanadoo.fr>
1174 Regression testing using CVS.
1176 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, documentation/status/directplay:
1177 Peter Hunnisett <hunnise@nortelnetworks.com>
1178 - Small fixes/updates
1179 - Add support for the DPCONNECTION_DIRECTPLAYLOBBY flag
1181 * documentation/winedbg:
1182 Eric Pouech <Eric.Pouech@wanadoo.fr>
1183 A bit of documentation on new debugging features.
1185 * files/directory.c: James Juran <juran@cse.psu.edu>
1186 SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
1187 it does not find the file.
1189 * scheduler/debugger.c:
1190 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1191 Use WARN() instead of TRACE() in DebugOutputA().
1194 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1195 HeapFree on a NULL ptr should return TRUE.
1197 2000-05-19 Alexandre Julliard <julliard@winehq.com>
1199 * dlls/comctl32/listview.c:
1200 Chris Morgan <cmorgan@wpi.edu>
1201 Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST or LVS_SMALLICON
1202 mode and item text is wider than the current nItemWidth.
1205 Ulrich Weigand <weigand@informatik.uni-erlangen.de>U
1206 Fixed initialization of INSTANCEDATA in InitTask().
1208 * dlls/ole32/storage.c:
1209 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1210 StgOpenStorage16: correct arguments to the CreateFile call.
1213 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1214 DOSFS_DoGetFullPathName: terminate string weh called like .\\file
1216 * dlls/icmp/icmp_main.c:
1217 Francois Gouget <fgouget@psn.net>
1218 Replace the calls to malloc by calls to HeapAlloc and friends.
1220 * dlls/comctl32/toolbar.c:
1221 Aric Stewart <aric@codeweavers.com>
1222 Fixes the line of garbage at the bottom of images and the fact that
1223 the buttons in the open dialog box where too tall.
1225 * dlls/ole32/Makefile.in, dlls/ole32/ole2conv.spec, dlls/ole32/ole2prox.spec, dlls/ole32/ole2thk.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/ole2conv.spec, if1632/ole2prox.spec, if1632/ole2thk.spec, dlls/Makefile.in:
1226 Dimitrie O. Paun <dimi@cs.toronto.edu>
1227 Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
1229 2000-05-18 Alexandre Julliard <julliard@winehq.com>
1231 * include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/dsound.h:
1232 Peter Hunnisett <hunnise@nortelnetworks.com>
1233 - Added remaining DirectX 3D3 6&7 3D interfaces.
1234 - Added d3dcaps.h, d3dtypes.h and rearranged contents according to
1236 - Fixed dsound.h include list (d3d.h->d3dtypes.h).
1238 * programs/regapi/README:
1239 Juergen Lock <nox@jelal.kn-bremen.de>
1242 * misc/printdrv.c: Patrik Stridvall <ps@leissner.se>
1243 Fixed issues found by winapi_test.
1245 * dlls/gdi/gdi32.spec, include/wingdi.h, objects/dc.c, objects/dcvalues.c:
1246 Patrik Stridvall <ps@leissner.se>
1247 GetRelAbs for some reason takes 2 parameters, even though the second
1248 one is ignored at least on Windows NT 3.51 according to Marcus Meissner.
1250 * controls/edit.c: Sheri Steeves
1251 The edit is now detected correctly if the parent is a combo box. It
1252 wasn't working when the combobox was superclassed.
1254 * windows/nonclient.c: Francois Boisvert
1255 System icons in the small caption bars are displayed with the right size.
1257 * dlls/opengl32/make_opengl_norm, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c:
1258 Patrik Stridvall <ps@leissner.se>
1259 Fixed issues found by winapi_check.
1261 * tools/winapi_check/modules.dat, tools/winapi_check/win32/opengl32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
1262 Patrik Stridvall <ps@leissner.se>
1265 * dlls/comctl32/tab.c:
1266 Francois Gouget <fgouget@psn.net>
1267 Convert C++ comments to regular C comments.
1269 * dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/x11_private.h:
1270 Ove Kaaven <ovek@arcticnet.no>
1271 Made IDirectDrawSurface::SetPalette set the surface's DIBSection color
1272 map to point to the IDirectDrawPalette's own depth conversion color map.
1274 * dlls/ddraw/ddraw/main.c, dlls/ddraw/main.c:
1275 Ove Kaaven <ovek@arcticnet.no>
1276 Initialize an identity mapping in CreatePalette if no depth conversion
1277 is necessary. Also fixed a warning.
1279 * graphics/x11drv/dib.c: Ove Kaaven <ovek@arcticnet.no>
1280 Made X11DRV_DIB_MapColor map back to the original color index if the
1281 XImage pixel's physical color is still the same.
1283 2000-05-15 Alexandre Julliard <julliard@winehq.com>
1285 * graphics/x11drv/xfont.c:
1286 Use the correct display for cached metrics file name.
1287 Store metrics in specified config dir.
1289 * dlls/x11drv/x11drv_main.c, include/options.h, wine.ini:
1290 Make sure all Wine processes share the same X display.
1291 Inherit --managed option across processes.
1292 Add support for specifying display and managed mode in config file.
1294 * dlls/ddraw/convert.c: Ove Kaaven <ovek@arcticnet.no>
1295 Use unsigned int instead of unsigned short in DirectDraw
1296 depth-conversion color map.
1298 * controls/listbox.c:
1299 Susan Farley <sfarley@codeweavers.com>
1300 Avoid calls to SetFocus when they are unnecessary.
1302 2000-05-14 Alexandre Julliard <julliard@winehq.com>
1304 * dlls/comctl32/treeview.c:
1305 David Black <dblack@btinternet.com>
1306 Implemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.
1308 * dlls/winmm/wineoss/midi.c:
1309 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1310 More verbose errors.
1312 * windows/nonclient.c: Chris Morgan <cmorgan@wpi.edu>
1313 Fixed borders of windows while dragging or sizing to match
1314 TWEAK_WineLook setting.
1316 * relay32/builtin32.c:
1317 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1318 #include <sys/types.h> before <sys/mman.h>.
1320 * misc/Makefile.in, misc/ddeml.c, dlls/Makefile.in, dlls/user/Makefile.in, dlls/user/ddeml.c, dlls/user/ddeml.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/ddeml.spec, if1632/ole2nls.spec:
1321 Dimitrie O. Paun <dimi@cs.toronto.edu>
1322 Moved DDEML into dlls/user.
1324 * dlls/advapi32/registry.c, include/server.h, misc/registry.c, server/registry.c, server/trace.c:
1325 Added support for registry values larger than the server buffer.
1326 When loading a registry file, automatically determine overlap between
1327 key name and file contents based on the first key name.
1328 Removed v1 saving code.
1329 Save USER\.Default separately into ~/.wine/userdef.reg.
1331 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
1332 Ove Kaaven <ovek@arcticnet.no>
1333 Improved DIBSection support for IDirectDrawSurface::GetDC.
1335 * graphics/x11drv/opengl.c, dlls/opengl32/wgl.c:
1336 Lionel Ulmer <lionel.ulmer@free.fr>
1337 - set debug messages after a TRACE_ON test
1338 - prevent crash when making the NULL context current
1340 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
1341 When new menu Id is not found or index > nitems, insert the new menu
1342 at end of current menu.
1344 2000-05-13 Alexandre Julliard <julliard@winehq.com>
1346 * dlls/ddraw/d3d_private.h, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw/x11.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/main.c, dlls/ddraw/mesa_private.h, include/ddraw.h:
1347 Peter Hunnisett <hunnise@nortelnetworks.com>
1348 - Added ability to create 3D3 interfaces for Xlib
1349 - Changed DD_OK to D3D_OK in some places for consistency
1350 - Cleaned up some compiler warnings present without DGA2
1351 - Changed order for DirectDrawEnumerateExA to enumerate at least
1352 what abilities are known rather than bailing on unsupported flags
1353 - Added DirectDrawCreateEx stub
1355 2000-05-12 Alexandre Julliard <julliard@winehq.com>
1358 Susan Farley <sfarley@codeweavers.com>
1359 Distinguish RADIOCHECK style menu items from standard checkmark menu
1362 * controls/button.c:
1363 Susan Farley <sfarley@codeweavers.com>
1364 Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button
1365 should be sent a BN_CLICKED when it receives the focus.
1368 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1369 GetFullPathname: add missing termination to the string.
1371 * tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.c:
1372 Patrik Stridvall <ps@leissner.se>
1373 Fixed byte order on Solaris and FreeBSD.
1375 * graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/Makefile.in, graphics/x11drv/init.c, graphics/x11drv/opengl.c, include/acconfig.h, include/config.h.in, include/debugdefs.h, include/gdi.h, include/wine_gl.h, include/x11drv.h, loader/loadorder.c, dlls/Makefile.in, dlls/ddraw/d3dviewport.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/mesa_private.h, dlls/opengl32/.cvsignore, dlls/opengl32/Makefile.in, dlls/opengl32/make_opengl_ext, dlls/opengl32/make_opengl_norm, dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_ext.h, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c, dlls/opengl32/wgl.h, graphics/enhmetafiledrv/init.c, graphics/painting.c, Make.rules.in, configure, configure.in:
1376 Lionel Ulmer <lionel.ulmer@free.fr>
1377 Added support for OpenGL.
1379 * dlls/shell32/shlfolder.c:
1380 Eric Pouech <Eric.Pouech@wanadoo.fr>
1381 Fixed absolute path to pidl generation.
1383 2000-05-11 Alexandre Julliard <julliard@winehq.com>
1385 * dlls/shell32/shlfolder.c:
1386 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
1387 Fixed buffer overflow.
1389 * dlls/imagehlp/access.c, dlls/imagehlp/integrity.c, dlls/imagehlp/symbol.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, windows/driver.c:
1390 Patrik Stridvall <ps@leissner.se>
1391 Fixed some debug messages.
1393 * dlls/richedit/richedit.c, include/richedit.h, dlls/comctl32/listview.c:
1394 Patrik Stridvall <ps@leissner.se>
1395 Fixed issues found by winapi_check.
1397 * tools/winapi_check/modules.dat, tools/winapi_check/win16/ole2disp.api, tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/imagehlp.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/riched32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
1398 Patrik Stridvall <ps@leissner.se>
1399 - Check for missing modules in modules.dat.
1400 - New options --debug-messages for debug message checking (turned off
1402 - Do not discard the argument name (use in debug message checking)
1406 * graphics/x11drv/dib.c:
1407 Marcus Meissner <Marcus.Meissner@caldera.de>
1408 Fixed asm() constraints.
1410 * debugger/dbg.y, debugger/debugger.h, debugger/info.c, debugger/intvar.h, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
1411 Eric Pouech <Eric.Pouech@wanadoo.fr>
1412 Fixed %p in printf (now using wsprintf which doesn't support it).
1413 Added ThreadId and ProcessId internal vars.
1414 Allow at startup to pick up a process to debug.
1416 * dlls/winmm/wineoss/audio.c:
1417 Eric Pouech <Eric.Pouech@wanadoo.fr>
1418 Fixed division by zero.
1420 * dlls/comctl32/trackbar.c:
1421 Eric Pouech <Eric.Pouech@wanadoo.fr>
1422 Fixed some quirks (range is 32 bit, page up/dn mismatch on HZ trackbars).
1424 * windows/scroll.c: Ove Kaaven <ovek@arcticnet.no>
1425 Scroll off-screen controls when scroll rectangle is NULL.
1427 * dlls/comctl32/tab.c, include/tab.h:
1428 Ken Thomases <ken@codeweavers.com>
1429 Implemented tab control style TCS_HOTTRACK (tabs are highlighted on
1432 * dlls/comctl32/imagelist.c:
1433 Aric Stewart <aric@codeweavers.com>
1434 Remove the background from the new image when it is being replaced
1435 with a ReplaceImage.
1437 * loader/ne/module.c, loader/ne/segment.c, loader/task.c:
1438 Bernd Herd <info@herdsoft.com>
1439 Make sure hInstance is a proper global handle and not a selector
1442 * dlls/commdlg/printdlg.c: Jean-Claude Batista
1443 PrintDialog now creates a DC when receiving a PD_RETURNDC flag.
1445 * dlls/comctl32/treeview.c:
1446 Aric Stewart <aric@codeweavers.com>
1447 Clean up the drawing code after a label update. There were problems if
1448 the new label is shorter that the old label fragments of the old label
1451 * windows/win.c: Guy Albertelli <galberte@neo.lrun.com>
1452 Clear menu handle after destroying menu.
1455 Guy Albertelli <galberte@neo.lrun.com>
1456 Revalidate menu handle in mt.hTopMenu after DispatchMessage.
1458 * windows/dialog.c: Bernd Herd <info@herdsoft.com>
1459 Pass CTLDATA as SEGPTR for 16-bit programs.
1461 * dlls/version/ver16.c:
1462 Alexander Frink <Alexander.Frink@Uni-Mainz.DE>
1463 Prevent possible NULL pointer access.
1465 2000-05-10 Alexandre Julliard <julliard@winehq.com>
1467 * controls/menu.c: Aric Stewart <aric@codeweavers.com>
1468 - Wine was passing the wrong hwnd as the owner when processing owner
1470 - When doing MENU_CalcItemSize for the menu bar we were not properly
1471 padding the returned rect.
1473 * dlls/comctl32/treeview.c:
1474 Aric Stewart <aric@codeweavers.com>
1475 Allow the user to cancel label editing with esc and confirm with return.
1477 * dlls/comctl32/tab.c:
1478 Ken Thomases <ken@codeweavers.com>
1479 Restore accidentally undone changes.
1481 * dlls/comctl32/treeview.c:
1482 Aric Stewart <aric@codeweavers.com>
1483 - Wine was not properly reporting back the edited label to the
1484 application in a treeview when the label is a callback.
1485 - Because windows applications assume they get a new edit control
1486 every time they often subclass that edit box willy-nilly and do not
1487 clean up. So it is necessary to actually give them a new edit control
1490 * dlls/comctl32/toolbar.c:
1491 Aric Stewart <aric@codeweavers.com>
1492 - Cleaned up some of the drawing code, specifically dealing with
1493 avoiding trying to draw invalid bitmaps.
1494 - Avoid directly calling drawing functions instead invalidating rects
1495 and relying on WM_PAINT.
1496 - For the dropdown event check the button style as opposed to the
1499 * dlls/dsound/dsound_main.c:
1500 Eric Pouech <Eric.Pouech@wanadoo.fr>
1501 Make internal buffers size multiple of 4.
1504 Guy L. Albertelli <galberte@neo.lrun.com>
1505 Verify the menu handle is non-zero prior to use.
1507 * controls/menu.c: Ken Thomases <ken@codeweavers.com>
1508 Fixed to display popup-menu arrow on owner-drawn popup menus.
1509 Fixed positioning of submenus relative to parent menus.
1511 * windows/x11drv/event.c, dlls/comctl32/animate.c, dlls/winmm/time.c, graphics/vga.c, misc/system.c, scheduler/services.c, windows/timer.c:
1512 Specify the service thread timers in ms instead of us.
1514 * relay32/builtin32.c, relay32/relay386.c, tools/build.c, include/builtin32.h, include/winnt.h, misc/main.c:
1515 Reserve space for the PE header at the start of the .so file.
1516 Store the export table inside the data section so that sections can be
1518 Build the relay function table directly in the .spec.c file.
1519 Moved relay debugging functions to relay386.c.
1521 * dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c:
1522 Gerard Patel <g.patel@wanadoo.fr>
1523 Protect against use of comctl32 private control memory after it has
1526 * dlls/comctl32/status.c:
1527 Aric Stewart <aric@codeweavers.com>
1528 Some programs switch their status bar back and forth from simple mode
1529 while running. This fix corrects drawing and text setting problems that
1530 result from this behavior.
1532 2000-05-09 Alexandre Julliard <julliard@winehq.com>
1535 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
1536 Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
1537 Various optimizations.
1539 * dlls/winmm/wineoss/audio.c:
1540 Eric Pouech <Eric.Pouech@wanadoo.fr>
1541 Changed WAVEHDR notification heuristic.
1542 Added preliminary support for loops in WAVEHDRs.
1543 Fixed issues when mixing open and getCaps calls.
1545 * tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
1546 Bertho Stultiens <bertho@akhphd.au.dk>
1547 - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the
1548 address of a pointer instead of its value. This probably slipped in
1549 during the merge of my tree into the winetree.
1550 Lesson learned: always double check.
1551 - Verified most resources so that win16 compile also generates correct
1552 output for reversed endian.
1553 - Implemented byte-ordering for resources. All resources can be forced
1554 to be little-, big- or native endian with command-line option -B.
1555 - Reading resources from .res-files are only accepted in native byte-
1556 ordering so that no additional semantic analysis is required.
1557 - Resource directory is still written in native-only format, including
1559 - Wrc is now installed through the makefile with 'make install' and also
1560 uninstalled with 'make uninstall'.
1561 - Wrote a man-page for better reference. The manpage also gets installed
1563 - Cleaned up the namespace a bit by more agressive use of static.
1565 * dlls/comctl32/tab.c, include/tab.h:
1566 Aric Stewart <aric@codeweavers.com>
1567 Added the ability to use multiline tab controls to wine.
1569 * dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
1570 Marcus Meissner <marcus@jet.franken.de>
1571 Number of surface Lock/Unlocks must NOT match, so do NOT use it for
1574 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
1575 Update for new Wine features; use ttydrv instead of x11drv when
1576 running regapi, and set correct winedbg path in the registry.
1578 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
1579 Fixed jump_alias for non-PIC, and disabled it for PIC, since it
1580 doesn't work for PIC right now. This fixes current crashing sigaction
1583 * debugger/memory.c:
1584 Eric Pouech <Eric.Pouech@wanadoo.fr>
1587 * dlls/advapi32/registry.c:
1588 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1589 Added some reg temp file clutter check (more than 100 temp files in
1592 2000-05-07 Alexandre Julliard <julliard@winehq.com>
1594 * graphics/x11drv/dib.c:
1595 Marcus Meissner <marcus@jet.franken.de>
1596 SetImageBits_8: added ->15 conversion in optimized assembler.
1598 * dlls/richedit/Makefile.in, dlls/richedit/ansi_gen.h, dlls/richedit/ansi_sym.h, dlls/richedit/charlist.c, dlls/richedit/charlist.h, dlls/richedit/reader.c, dlls/richedit/riched32.h, dlls/richedit/riched32.spec, dlls/richedit/riched32_main.c, dlls/richedit/richedit.c, dlls/richedit/rtf.h, dlls/richedit/rtf2text.h, dlls/richedit/stdcharnames.h, dlls/richedit/text-writer.c, dlls/richedit/text_map.h, include/richedit.h:
1600 Wraps some RichEdit control functionality on an Edit control. It uses
1601 a free implementation of an RTF parser written by Paul DuBois
1602 http://www.primate.wisc.edu/software/RTF/ which I modified a bit to
1603 work with the control.
1605 * windows/winproc.c:
1606 Do not send WM_SIZING to 16-bit windows.
1608 * dlls/gdi/gdi_main.c, dlls/user/user_main.c:
1609 Cleaned up local heap initialisation.
1611 * dlls/commdlg/cdlg32.c, dlls/ole32/ole2.c, include/winbase.h, include/wine/winbase16.h, loader/pe_image.c, relay32/builtin32.c, windows/driver.c:
1612 Moved Load/FreeLibrary16 definition to winbase16.h.
1614 * dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec, if1632/Makefile.in, ole/ole2nls.c:
1615 Dimitrie O. Paun <dimi@cs.toronto.edu>
1616 Separate OLE2NLS out of KERNEL.
1618 * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi_check:
1619 Patrik Stridvall <ps@leissner.se>
1620 - Check for missing modules in modules.dat.
1623 * graphics/x11drv/dib.c:
1624 Jean-Claude Batista (Macadamian/Corel)
1625 Top-down images have a negative biHeight, the scanlines of theses
1626 images were inverted in X11DRV_DIB_GetImageBits_xx. To prevent this I
1627 simply changed the sign of lines, the scanlines were correctly handled
1631 Marcus Meissner <marcus@jet.franken.de>
1632 Old versions of glibc might not have STN_UNDEF defined.
1634 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
1635 Revert the test for Virtual_HandleFault in ReadFile/WriteFile.
1637 * dlls/comctl32/status.c:
1638 Gerard Patel <g.patel@wanadoo.fr>
1639 Set the itemID member of the DRAWITEMSTRUCT to the number of the
1640 status part painted.
1642 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
1643 Always calls SetMenu in MDISetMenu.
1645 * dlls/tapi32/line.c:
1646 Dimitrie O. Paun <dimi@cs.toronto.edu>
1647 Small debug channel cleanup.
1649 * controls/listbox.c: Chris Morgan <cmorgan@wpi.edu>
1650 Fixed scrolling bug.
1652 * dlls/comctl32/listview.c, include/listview.h:
1653 Chris Morgan <cmorgan@wpi.edu>
1654 Implemented ListView_SetHoverTime(), ListView_GetHoverTime(), initial
1655 support for the LVS_EX_TRACKSELECT flag. Added code to delete items
1656 in LISTVIEW_SetItemCount().
1658 2000-05-05 Alexandre Julliard <julliard@winehq.com>
1660 * include/winuser.h, windows/nonclient.c:
1661 Aric Stewart <aric@codeweavers.com>
1662 Added WM_SIZING message support.
1664 * graphics/path.c: Rob Farnum <robf@twinux.com>
1665 Removed warnings from freeing path in DeleteDC.
1667 * dlls/comctl32/header.c:
1668 Aric Stewart <aric@codeweavers.com>
1669 Fixed a bug with the processing of HitTest.
1671 * controls/edit.c: Susan Farley <susan@codeweavers.com>
1672 Handle ^C, ^V and ^X in an edit control properly.
1675 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1676 Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
1678 * dlls/comctl32/treeview.c:
1679 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1682 * loader/pe_resource.c:
1683 Stephane Lussier <stephane@macadamian.com>
1684 If we do not find a resource for both (primary lang|sub lang), we try
1685 just (primary lang) before using the default.
1687 * dlls/comctl32/tooltips.c:
1688 Sheri Steeves <sheri@macadamian.com>
1689 Worked around some tooltips hide problems by checking the current tooltip.
1691 * documentation/distributors:
1692 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
1693 Added a configuration hint for the CD-ROM "unhide" option.
1696 Henning Hoffmann (of Macadamian for Corel)
1697 Implemented SetLocaleInfo(). It required a change to GetLocaleInfo()
1698 as well, because GetLocaleInfo() has to get any values saved by
1699 SetLocaleInfo() in the registry.
1701 * debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/intvar.h, debugger/module.c, debugger/stabs.c, debugger/winedbg.c:
1702 Eric Pouech <Eric.Pouech@wanadoo.fr>
1703 Fixed some buffer overflows.
1704 Made stab parsing more robust (now ignores C++ stabs).
1705 Display correct backtrace at first when invoked on unhandled exception.
1706 Loads stabs from .so files when those are loaded.
1708 2000-05-03 Alexandre Julliard <julliard@winehq.com>
1710 * include/debugdefs.h: Generated again.
1712 * include/pe_image.h, loader/pe_image.c:
1713 PE_LoadImage: removed version parameter, set last error correctly.
1715 * scheduler/process.c, server/process.c, server/trace.c, include/process.h, include/server.h:
1716 Store process file name in startup info.
1717 Fixed exe_file handling.
1719 * dlls/Makefile.in: Fixed typo.
1721 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/richedit/.cvsignore, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/richedit/riched32_main.c:
1722 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1723 Added stubs for riched32.dll.
1725 * dlls/x11drv/x11drv_main.c:
1726 Lionel Ulmer <lionel.ulmer@free.fr>
1727 Call XOpenIM on the large stack.
1729 * include/winsock.h:
1730 Bang Jun-Young <bangjy@dreamwiz.com>
1731 FreeBSD 3.4 compile fix.
1733 * debugger/editline.c, debugger/winedbg.c, graphics/vga.c, include/winbase.h, include/wincon.h, relay32/kernel32.spec, server/console.c, win32/console.c:
1734 Fixed COORD structure definition.
1735 Fixed GetLargestConsoleWindowSize to not return a structure when
1736 called from the Window binary.
1738 * server/object.c: Small optimization.
1740 * scheduler/thread.c: Fixed default thread stack size.
1742 * objects/text.c: Fixed DrawTextW length handling.
1744 * dlls/ddraw/dsurface/main.c:
1745 Lionel Ulmer <lionel.ulmer@free.fr>
1746 Remove the assertion when there is no source surface.
1748 * include/oleauto.h:
1749 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1750 Add DosDateTimeToVariantTime prototype.
1752 * dlls/shell32/shlwapi.spec:
1753 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1754 Map StrChrA to strchr. Fix StrChrW arg list.
1756 * include/winuser.h:
1757 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1760 * dlls/ole32/stg_stream.c:
1761 Huw D M Davies <h.davies1@physics.ox.ac.uk>
1762 Allow ISequentialStream_Write to work if access mode is STGM_READWRITE.
1765 Bertho Stultiens <bertho@panter.soci.aau.dk>
1766 Mmap does not fail on zero-length files.
1768 2000-05-01 Alexandre Julliard <julliard@winehq.com>
1770 * include/global.h, memory/virtual.c:
1771 Use exception handling to implement the IsBad* functions.
1772 Removed /proc/self/maps parsing as it is not very useful with .so libs.
1774 * include/process.h, include/thread.h, miscemu/main.c, scheduler/process.c, scheduler/thread.c:
1775 Setup the initial thread %fs from a constructor.
1777 * dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/x11.c, include/winnt.h:
1778 Added DECL_GLOBAL_CONSTRUCTOR macro.
1780 * resources/user32.rc, tools/Makefile.in, tools/wrc/.cvsignore, tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/newstruc.c, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/ppy.y, tools/wrc/preproc.c, tools/wrc/preproc.h, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/writeres.c, dlls/commdlg/rsrc.rc, dlls/display/disp.rc, dlls/shell32/shres.rc, programs/clock/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, dlls/comctl32/rsrc.rc:
1781 Bertho Stultiens <bertho@akhphd.au.dk>
1782 - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
1783 old parser has been stripped from the old preprocessor-code which
1784 cleaned up both resource-scanner and -parser.
1785 - Standard defines have been introduced (see README.wrc)
1786 - Both preprocessor- and resource-scanner have been optimized slightly
1787 so that no backing up is required (one char lookahead is enough).
1788 - Filename-scanning has been cleaned up, though not perfect yet.
1789 - User-type resources are compatible now.
1790 - Line-continuation in strings is corrected so that it does not
1791 introduce a newline in the output.
1793 * scheduler/thread.c, server/process.c, server/process.h, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, windows/queue.c, loader/module.c, memory/environ.c, miscemu/main.c, scheduler/process.c, include/process.h, include/server.h, include/thread.h, loader/main.c:
1794 Rewrote Unix process launching to allow passing startup information to
1795 Winelib apps. Improved handling of execve() failures.
1797 * files/file.c: Added ENOEXEC error code.
1799 * scheduler/pthread.c: Added atfork support.
1801 * configure.in, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/dga2_private.h, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, configure:
1802 Lionel Ulmer <lionel.ulmer@free.fr>
1803 Added DGA2 driver to DirectDraw.
1805 * dlls/commdlg/cdlg32.c:
1806 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1807 COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError: delay
1808 allocation of Tls for CommDlgExtendedError until it is needed.
1810 * debugger/winedbg.c:
1811 Eric Pouech <Eric.Pouech@wanadoo.fr>
1812 Fixed segv when debugger registry key doesn't exist.
1814 * dlls/icmp/icmp_main.c:
1815 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1816 Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
1818 2000-04-30 Alexandre Julliard <julliard@winehq.com>
1820 * ANNOUNCE, ChangeLog, include/version.h:
1823 * windows/x11drv/wnd.c:
1824 Gerard Patel <g.patel@wanadoo.fr>
1825 X11DRV_SetFocus: really don't mess with focus for managed windows.
1827 * graphics/win16drv/graphics.c, graphics/x11drv/oembitmap.c, graphics/x11drv/text.c, include/heap.h, memory/heap.c, objects/text.c, windows/clipboard.c, windows/input.c, windows/winproc.c:
1828 Dimitrie O. Paun <dimi@cs.toronto.edu>
1829 Removed HEAP_xalloc.
1831 * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec:
1832 Eric Pouech <Eric.Pouech@wanadoo.fr>
1833 - Enhanced internal variables framework (including read/save to
1834 registry and typing)
1835 - Finalized use of Windows' Console I/O interface (instead of Unix std
1837 - Now handling registers as internal variables (they are no longer
1838 seen as a specific type)
1840 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
1841 Insure we always try to launch a debugger.
1843 * relay32/wowthunk.c:
1844 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1845 Use Thread pseudo handle and not Thread Id as argument for the call to
1846 GetThreadSelectorEntry.
1848 ----------------------------------------------------------------
1849 2000-04-30 Alexandre Julliard <julliard@winehq.com>
1851 * windows/x11drv/wnd.c:
1852 Gerard Patel <g.patel@wanadoo.fr>
1853 X11DRV_SetFocus: really don't mess with focus for managed windows.
1855 * graphics/win16drv/graphics.c, graphics/x11drv/oembitmap.c, graphics/x11drv/text.c, include/heap.h, memory/heap.c, objects/text.c, windows/clipboard.c, windows/input.c, windows/winproc.c:
1856 Dimitrie O. Paun <dimi@cs.toronto.edu>
1857 Removed HEAP_xalloc.
1859 * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec:
1860 Eric Pouech <Eric.Pouech@wanadoo.fr>
1861 - Enhanced internal variables framework (including read/save to
1862 registry and typing)
1863 - Finalized use of Windows' Console I/O interface (instead of Unix std
1865 - Now handling registers as internal variables (they are no longer
1866 seen as a specific type)
1868 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
1869 Insure we always try to launch a debugger.
1871 * relay32/wowthunk.c:
1872 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1873 Use Thread pseudo handle and not Thread Id as argument for the call to
1874 GetThreadSelectorEntry.
1876 2000-04-29 Alexandre Julliard <julliard@winehq.com>
1878 * loader/pe_image.c:
1879 Clear the remainder of the page when mapping a section whose size on
1880 disk is not a full page multiple.
1881 Temporarily commented out the VirtualFree call in PE_UnloadLibrary.
1883 * dlls/ddraw/ddraw/x11.c, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
1884 Lionel Ulmer <lionel.ulmer@free.fr>
1885 - added thread-safety protection to XListPixmapFormats
1886 - moved pixmap / image format matching ERRs to WARNs
1888 * win32/console.c, include/winbase.h:
1889 Eric Pouech <Eric.Pouech@wanadoo.fr>
1890 Fixed GetLargestConsoleWindowSize prototype.
1892 * dlls/wininet/ftp.c:
1893 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1894 FreeBSD compile fix.
1896 * graphics/x11drv/dib.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/dib.c:
1897 Ove Kaaven <ovek@arcticnet.no>
1898 Added DIB_CreateDIBSection with extra parameter ovr_pitch, added
1899 ovr_pitch to pCreateDIBSection in DC_FUNCS. If ovr_pitch is nonzero,
1900 it is a pitch override (specifies bytes per line), and tells to treat
1901 the offset parameter as an already-mapped virtual memory address (if
1902 the section parameter is zero). Fixed a DIB status init bug in
1903 creating DIB sections from file mappings (if created from mapping, the
1904 DIB is *not* really InSync).
1906 * include/winbase.h, memory/virtual.c:
1907 Ove Kaaven <ovek@arcticnet.no>
1908 Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
1909 register external mappings (like video frame buffers).
1911 * configure.in, include/config.h.in, scheduler/pthread.c, configure:
1912 Eric Pouech <Eric.Pouech@wanadoo.fr>
1913 Enhanced libc's pthread configuration detection.
1915 * dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, msdos/dosaspi.c, windows/multimon.c:
1916 Eric Pouech <Eric.Pouech@wanadoo.fr>
1917 Fixed a few compilation warnings.
1919 * dlls/commdlg/colordlg.c, dlls/shell32/shellord.c:
1920 Patrik Stridvall <ps@leissner.se>
1921 Fixed some warnings.
1923 * dlls/dplayx/dpclassfactory.c, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, misc/comm.c:
1924 Patrik Stridvall <ps@leissner.se>
1925 Fixed issues reported by winapi_check.
1927 * tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
1928 Patrik Stridvall <ps@leissner.se>
1931 - Added new option --cross-call-unicode-ascii for checking illegal
1932 Unicode to ASCII calls.
1934 * configure, configure.in, include/config.h.in:
1935 Lionel Ulmer <lionel.ulmer@free.fr>
1936 Added '--enable-opengl' flag to bypass the thread-safety check.
1938 * files/dos_fs.c, files/profile.c, graphics/painting.c, windows/x11drv/event.c, dlls/lzexpand/lzexpand_main.c:
1939 Dimitrie O. Paun <dimi@cs.toronto.edu>
1940 Removed some HEAP_xalloc calls.
1943 Eric Pouech <Eric.Pouech@wanadoo.fr>
1944 Fixed bug when file doesn't exist in MCI_OPEN handling.
1945 Reduced time spent with crit sect locked.
1947 * tools/build.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
1948 Fixed argv handling for cuiexe winelib programs.
1950 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
1951 Made pthread_kill_other_threads_np and pthread_atfork fixmes less
1954 * windows/winhelp.c: Rein Klazes <rklazes@casema.net>
1955 WinHelp must accept a NULL pointer to the help key string.
1957 2000-04-28 Alexandre Julliard <julliard@winehq.com>
1959 * dlls/commdlg/finddlg32.c:
1960 Guy L. Albertelli <galberte@neo.lrun.com>
1961 - Correct check for minimum buffer length.
1962 - Correct cases where ShowWindow is done/not done.
1964 * dlls/comctl32/commctrl.c:
1965 Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
1966 Implemented TME_QUERY and TME_HOVER flags in _TrackMouseEvent and
1967 TrackMouseEventProc. Added code to allow addition/cancelation of
1968 tracking flags on existing entries rather than create extra entries.
1969 Fixed timer. Added check to _TrackMouseEvent to stop timer if the
1970 tracking list is empty. Fixed TME_CANCEL. Fixed TME_LEAVE/TME_HOVER
1971 when hwndTrack isn't the current hwnd.
1974 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1975 DOSFS_DoGetFullPathName: rewrite to return results like OSR2.
1977 * include/module.h, loader/module.c, loader/pe_image.c, memory/virtual.c:
1978 Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com>
1979 Added support for memory mapping of 4k aligned PE binaries. This can
1980 speed up load times significantly for some applications.
1982 * dlls/shell32/brsfolder.c, dlls/shell32/shellguid.c, dlls/shell32/shellpath.c, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlwapi.spec, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c, include/shell.h, include/shlobj.h, include/shlwapi.h, include/wine/obj_shellbrowser.h, include/wine/undocshell.h:
1983 Juergen Schmied <juergen.schmied@debitel.net>
1984 Complete cleanup, bugfixes.
1985 New: PathStripPath, PathMakeUniqueName, PathStripToRoot,
1986 PathGetShortPath, PathParseIconLocation, PathRemoveExtension,
1987 PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize,
1988 PathFindNextComponent, PathRemoveFileSpec.
1990 * dlls/shell32/classes.c, include/wine/obj_queryassociations.h:
1991 Juergen Schmied <juergen.schmied@debitel.net>
1992 Stubs for IQueryAssociations.
1994 * dlls/shell32/Makefile.in, dlls/shell32/dialogs.c, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c:
1995 Juergen Schmied <juergen.schmied@debitel.net>
1996 Moved policy related functions to shpolicy.c
1997 Moved dialog related functions to dialogs.c
1999 * dlls/shell32/shell32.spec:
2000 Juergen Schmied <juergen.schmied@debitel.net>
2001 Explicit import user32.dll.
2002 Many corrections, exported some functions by name.
2004 * dlls/shell32/shell.c, dlls/shell32/shellole.c:
2005 Juergen Schmied <juergen.schmied@debitel.net>
2006 Separated 32 bit functions to shellole.c.
2008 * dlls/shell32/pidl.c:
2009 Juergen Schmied <juergen.schmied@debitel.net>
2012 * dlls/shell32/iconcache.c:
2013 Juergen Schmied <juergen.schmied@debitel.net>
2014 Fixed: extract the icon by resource id.
2016 * dlls/shell32/shlview.c:
2017 Juergen Schmied <juergen.schmied@debitel.net>
2020 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
2021 Juergen Schmied <juergen.schmied@debitel.net>
2023 Use GetModuleHandleA instead of LoadLibrary for dlls imported by
2026 * wine.ini: Dmitry Timoshkov <dmitry@sloboda.ru>
2027 Make WineLook=Win95 the default setting.
2029 * dlls/dinput/dinput_main.c:
2030 Lionel Ulmer <lionel.ulmer@free.fr>
2031 Added leaving of critical section on all return cases.
2033 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
2034 Removed init_sect. Use Interlocked* functions instead.
2037 Juergen Schmied <juergen.schmied@debitel.net>
2038 Small fixes, removed asserts.
2040 * libtest/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/view/Makefile.in, programs/winhelp/Makefile.in:
2041 Changed imports of winspool to winspool.drv.
2043 * dlls/Makefile.in, dlls/user/Makefile.in:
2044 Added libkeyboard.so creation.
2046 * dlls/comctl32/header.c, include/header.h:
2047 Martin Fuchs <martin-fuchs@gmx.net>
2048 - Return modified rectangle after layouting header control
2049 - Output text in header control when no other Flag specified
2050 - Delay bounding rectangle calculation for header control items
2052 * dlls/comctl32/toolbar.c:
2053 Chris Morgan <cmorgan@wpi.edu>
2054 Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE messages.
2055 Added TrackMouseEvent calls to TOOLBAR_MouseMove. Hot buttons now
2056 look/behave almost exactly the same as native windows.
2058 * windows/sysparams.c: Chris Morgan <cmorgan@wpi.edu>
2059 Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
2060 SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
2062 * misc/comm.c: Rein Klazes <rklazes@casema.net>
2063 Implement mark and space parity generation. Accept one-and- a-half
2064 stopbits: the most common uarts will generate this automatically when
2065 there are 5 databits.
2067 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
2070 * debugger/debugger.h, include/heap.h, memory/heap.c:
2071 Dimitrie O. Paun <dimi@cs.toronto.edu>
2072 Get rid of HEAP_xrealloc.
2074 2000-04-25 Alexandre Julliard <julliard@winehq.com>
2076 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
2077 Patrik Stridvall <ps@leissner.se>
2078 Compile fix for --without-x.
2080 * loader/main.c, wine.ini:
2081 Patrik Stridvall <ps@leissner.se>
2082 Added new configuration file option for selecting graphics driver.
2084 * dlls/ttydrv/Makefile.in:
2085 Patrik Stridvall <ps@leissner.se>
2086 Link the TTY driver with the standard libs.
2088 * Make.rules.in, dlls/Makefile.in, dlls/commdlg/Makefile.in, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in:
2089 Eric Pouech <Eric.Pouech@wanadoo.fr>
2090 Fixed winspool(.drv) loading.
2092 * windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/ts_xf86dga.h, include/ts_xf86dga2.h, include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xpm.h, include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h, include/x11drv.h, tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86dga2.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c:
2093 Patrik Stridvall <ps@leissner.se>
2094 Removed X_DISPLAY_MISSING.
2096 * debugger/types.c, debugger/msc.c:
2097 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
2098 Improved CodeView type information loader.
2100 * dlls/commdlg/colordlg.c:
2101 Gerard Patel <g.patel@wanadoo.fr>
2102 Don't use the template member unless the corresponding flag is set.
2104 2000-04-24 Alexandre Julliard <julliard@winehq.com>
2106 * LICENSE, WARRANTY:
2107 Switched to the X11 license.
2109 * server/registry.c, if1632/relay.c, misc/ddeml.c:
2110 Patrik Stridvall <ps@leissner.se>
2111 Fixed some warnings.
2113 * dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/wininet/wininet_main.c, dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplayx.spec, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/urlmon/Makefile.in, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c:
2114 Patrik Stridvall <ps@leissner.se>
2115 Fixed issues found by winapi_check.
2117 * tools/winapi_check/win16/wprocs.api, tools/winapi_check/win32/dinput.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/urlmon.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check:
2118 Patrik Stridvall <ps@leissner.se>
2119 - Updated API files.
2120 - Improved misplaced function checking.
2123 * include/winnt.h: Francois Gouget <fgouget@psn.net>
2124 Include string.h to make winnt.h self-sufficient.
2126 * dlls/comctl32/tooltips.c: Patrick Yang (Corel)
2127 infoPtr sometimes can be NULL.
2129 * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc, dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/cdlg_Ko.rc, dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc, dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/colordlg.c, include/commdlg.h:
2130 Gerard Patel <g.patel@wanadoo.fr>
2131 32 bits message processing for color dialog.
2133 * dlls/comctl32/toolbar.c, dlls/comctl32/commctrl.c:
2134 Martin Fuchs <martin-fuchs@gmx.net>
2135 Fixed toolbar bitmap size handling.
2137 * configure.in, configure:
2138 Rein Klazes <rklazes@casema.net>
2139 Correct test for linux 2.2 joystick API, which returned true in every
2142 * dlls/version/install.c, graphics/x11drv/bitmap.c, include/xmalloc.h, misc/Makefile.in, misc/xmalloc.c:
2143 Dimitrie O. Paun <dimi@cs.toronto.edu>
2144 Removed the last xmalloc calls.
2146 * programs/winver/Makefile.in, relay32/builtin32.c, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, dlls/commdlg/comdlg32.spec, dlls/shell32/shellord.c, dlls/x11drv/Makefile.in, if1632/builtin.c, include/module.h, libtest/Makefile.in, libtest/hello3res.rc, programs/avitools/Makefile.in, programs/clock/Makefile.in, configure.in, debugger/Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in, wine.ini, .cvsignore, Make.rules.in, Makefile.in, configure:
2147 Implemented on-demand loading of builtin dlls using dlopen().
2149 2000-04-23 Alexandre Julliard <julliard@winehq.com>
2151 * Makefile.in, dlls/x11drv/Makefile.in:
2152 Build wineclipsrv as part of the x11drv dll.
2154 * dlls/commdlg/Makefile.in, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, dlls/shell32/Makefile.in, dlls/shell32/shlview.c:
2155 Removed a few inter-dll dependencies.
2157 * windows/painting.c: Rein Klazes <rklazes@casema.net>
2158 Make RDW_ValidateParent() modify the update region of all parents, not
2159 just the direct parent.
2162 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2163 SNOOP_PrintArg: replaced IsBad* functions by exception handler.
2165 * configure, configure.in:
2166 Patrik Stridvall <ps@leissner.se>
2167 Added --without-curses compile option.
2169 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
2170 Added some more pthread overrides.
2172 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
2173 Fixed debugger registry key location.
2175 * include/ddeml.h: Francois Gouget <fgouget@psn.net>
2176 Use DECLARE_HANDLE to declare handles.
2178 * include/windef.h: Francois Gouget <fgouget@psn.net>
2179 DECLARE_HANDLE should not be undef'ed after use.
2181 * controls/edit.c: Ove Kaaven <ovek@arcticnet.no>
2182 Fix edit control's WM_GETTEXT behaviour.
2184 * misc/comm.c: Gerard Patel <g.patel@wanadoo.fr>
2185 Do not initialize dcb in BuildCommDCB[AndTimeouts].
2187 * include/casemap.h, tools/unimap.pl:
2188 Dmitry Timoshkov <dmitry@sloboda.ru>
2189 Adapted unimap.pl script and generated by it casemap.h to the Unicode
2190 Standard, Version 3.0.
2192 * windows/dialog.c: Gerard Patel <g.patel@wanadoo.fr>
2193 Check if dialog is visible before setting the focus.
2196 Dmitry Timoshkov <dmitry@sloboda.ru>
2197 Removed the longstanding hack in response to WM_ACTIVATE message.
2199 * include/winuser.h:
2200 Martin Fuchs <martin-fuchs@gmx.net>
2201 Fixed GetNumberFormat declaration.
2203 * dlls/comctl32/toolbar.c:
2204 Chris Morgan <cmorgan@wpi.edu>
2205 James Abbatiello <abbeyj@wpi.edu>
2206 Redraw toolbar button inside TOOLBAR_EnableButton() only if the state
2207 of the button changes. Stops flickering in toolbars caused by
2208 excessive redrawing.
2210 * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
2211 Gerard Patel <g.patel@wanadoo.fr>
2212 Stub for InternetGetConnectedState.
2214 * include/winbase.h: Francois Gouget <fgouget@psn.net>
2215 Fixed GetProcessHeap() for the STRICT mode.
2217 * dlls/ddraw/main.c:
2218 Marcus Meissner <marcus@jet.franken.de>
2219 Also check for empty GUID in DirectDrawCreate.
2221 2000-04-19 Alexandre Julliard <julliard@winehq.com>
2223 * dlls/version/version.spec, dlls/winmm/joystick/joystick.spec, dlls/winmm/mcianim/mcianim.spec, dlls/winmm/mciavi/mciavi.spec, dlls/winmm/mcicda/mcicda.spec, dlls/winmm/mciseq/mciseq.spec, dlls/winmm/mciwave/mciwave.spec, dlls/winmm/midimap/midimap.spec, dlls/winmm/wavemap/msacm.spec, dlls/winmm/wineoss/wineoss.spec, dlls/avifil32/avifil32.spec, dlls/commdlg/comdlg32.spec, dlls/ddraw/ddraw.spec, dlls/dplayx/dplayx.spec, dlls/msvideo/msvfw32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/olecli32.spec, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec:
2224 Added some missing import directives.
2226 * dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in:
2227 Removed winmm from import list.
2229 * dlls/comctl32/animate.c, include/animate.h:
2230 Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
2232 * programs/wcmd/builtins.c, programs/wcmd/wcmd.spec:
2233 Fixed resource loading.
2235 * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c:
2236 John R. Sheets <jsheets@codeweavers.com>
2237 Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
2238 Added dump for MISC section.
2241 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2242 Added DirectPlay registry keys to winedefault.reg.
2244 * dlls/comctl32/treeview.c:
2245 Stephane Lussier <stephane@macadamian.com>
2248 2000-04-18 Alexandre Julliard <julliard@winehq.com>
2250 * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.h, tools/fnt2bdf.c, include/imagehlp.h, include/neexe.h, include/pe_image.h, include/peexe.h, include/winnt.h, loader/dos/module.c, loader/elf.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, relay32/builtin32.c, relay32/snoop.c, debugger/dbgmain.c, debugger/module.c, debugger/msc.c, debugger/types.c, dlls/shell32/iconcache.c, dlls/shell32/shell.c, dlls/version/resource.c:
2251 Moved PE header definitions to winnt.h where they belong.
2253 * windows/x11drv/event.c, controls/combo.c, controls/edit.c, controls/listbox.c, dlls/comctl32/listview.c, include/mouse.h, include/winuser.h, windows/input.c, windows/spy.c:
2254 Stephane Lussier <stephane@macadamian.com>
2255 Implemented Mousewheel support.
2257 * dlls/winsock/async.c:
2258 Rein Klazes <rklazes@casema.net>
2259 Convert service and protocol names to lowercase before calling
2260 getservby{name|port} and getprotoby{name|port}.
2263 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2264 Fix return value for OffsetRgn if x and y are 0.
2267 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2268 Implement StrokeAndFillPath.
2269 Call DeleteObject when finished with hrgn in PATH_FillPath.
2271 * include/wininet.h:
2272 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2275 * graphics/enhmetafiledrv/objects.c:
2276 Sheri Steeves <sheri@macadamian.com>
2277 EMR_SELECTOBJECT records stock objects with their id as the object
2278 handle and the high bit set.
2280 * objects/enhmetafile.c:
2281 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2282 Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
2284 2000-04-16 Alexandre Julliard <julliard@winehq.com>
2286 * server/registry.c:
2287 Removed permission checks in create_key and delete_key. It seems
2288 Windows doesn't check anything.
2290 * loader/resource.c:
2291 Richard Cohen <richard@jubjub.demon.co.uk>
2292 Wrap an exception handler around FindResource.
2294 * programs/regtest/regtest.c:
2295 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2297 Added test case for RegCreateKeyEx showing win95 behaviour.
2299 * debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/info.c:
2300 Implemented 'walk process' and 'walk threads' commands using toolhelp
2303 * include/server.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, server/process.c, server/process.h, server/request.h, server/snapshot.c, server/thread.c, server/thread.h, server/trace.c:
2304 Implemented thread and (partial) module snapshots, based on the work
2305 of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
2307 * server/main.c, server/registry.c, server/request.h, server/trace.c, documentation/wine.conf.man.in, include/server.h, include/shell.h, loader/main.c, misc/registry.c, wine.ini:
2308 Save the registry on server exit without client intervention.
2309 Removed "alt" registry files since we now have symlinks and
2310 WINEPREFIX to replace them.
2312 * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c:
2313 Stephane Lussier <stephane@macadamian.com>
2314 Support switching the keyboard layout with WINE running.
2316 * dlls/crtdll/crtdll_main.c:
2317 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2318 fgets: Don't swallow \n, treat EOF
2319 feof: Crude implementation
2320 signal: Return error
2323 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2324 Add missing backslash in the debugger definition.
2326 * win32/time.c: Rein Klazes <rklazes@casema.net>
2327 SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
2328 adjustment of 2 minutes just in case...
2330 * dlls/dsound/dsound_main.c:
2331 Marcus Meissner <marcus@jet.franken.de>
2332 DSOUND_MixerNorm: do not compare unrelated pointers.
2334 2000-04-15 Alexandre Julliard <julliard@winehq.com>
2337 Rewrote command-line parsing of CreateProcessA to be more compatible.
2339 * programs/winhelp/Makefile.in, programs/winver/Makefile.in, relay32/builtin32.c, scheduler/process.c, scheduler/thread.c, tools/build.c, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, programs/osversioncheck/osversioncheck.spec, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/wcmd/wcmdmain.c, programs/winemine/Makefile.in, debugger/Makefile.in, include/callback.h, include/main.h, include/module.h, include/thread.h, libtest/Makefile.in, loader/main.c, loader/module.c, loader/pe_image.c, misc/options.c, programs/avitools/Makefile.in, programs/clock/Makefile.in, Make.rules.in:
2340 Improved Winelib apps initialisation code. No longer need to link
2341 winestub.o with Winelib apps.
2343 * include/wine/winbase16.h, relay32/utthunk.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplayx.spec, dlls/icmp/icmp_main.c, dlls/ntdll/om.c, dlls/shell32/shlwapi.spec, dlls/win87em/emulate.c, dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/winmm/mcianim/mcianim.c, graphics/ttydrv/palette.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
2344 Patrik Stridvall <ps@leissner.se>
2345 Fixed some issues reported by winapi_check.
2347 * tools/winapi_check/*:
2348 Patrik Stridvall <ps@leissner.se>
2350 - Add new options --all and --none that enable/disables all check
2352 - Fixed and improved stub statistics.
2353 - Fixed bug that prevented checking of the first function in the .spec files.
2354 - Partial implementation of a more advanced misplaced function checking.
2357 * dlls/comctl32/toolbar.c:
2358 Martin Fuchs <martin-fuchs@gmx.net>
2359 Implement CCS_NOMOVEY for tool bars.
2361 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
2362 Symlink root's registry to global registry. Minor cleanups.
2364 * ole/ole2nls.c: Owen Wang <owenw@corel.ca>
2365 Added further implementation of WINAPI EnumDateFormats() to support
2366 three more locales: German(standard), French(standard) and French
2367 (canadian). All date formats follow conventions from Windows NT 4.0
2369 * dlls/comctl32/treeview.c:
2370 Serge Ivanov <sergei@corel.ca>
2371 Added proper handling TVIS_OVERLAYMASK flag and allows to display
2372 overlay images. Fixed off by one error with listitem in
2373 TREEVIEW_InsertItemA (uNumItems is 0 based, cChildren is a count).
2375 2000-04-14 Alexandre Julliard <julliard@winehq.com>
2377 * include/thread.h, scheduler/Makefile.in, scheduler/pthread.c:
2378 Ove Kaaven <ovek@arcticnet.no>
2379 POSIX threads emulation, tricks glibc into being threadsafe.
2381 * scheduler/client.c, server/main.c, server/request.c:
2382 Made server launching somewhat cleaner and faster.
2384 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, include/x11drv.h, windows/x11drv/event.c:
2385 Marcus Meissner <Marcus.Meissner@caldera.de>
2386 Detypoed X11DRV_EVENT_SetInputMethod.
2388 * windows/x11drv/keyboard.c:
2389 Stephane Lussier <stephane@macadamian.com>
2390 When dealing with XKB extensions, force the AltGr key mask to use the
2391 group index instead of the modifier.
2394 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2397 * include/commctrl.h:
2398 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2399 Added a few toolbar defines.
2401 * graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c:
2402 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2403 A few corrections to bounding boxes.
2405 * graphics/x11drv/graphics.c:
2406 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2407 Don't close groups of polylines.
2409 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
2410 Do not dereference a ptr we just checked being NULL.
2412 * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/mesa_private.h:
2413 Francois Gouget <fgouget@psn.net>
2414 Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy.
2416 * misc/registry.c: Ove Kaaven <ovek@arcticnet.no>
2417 Follow symlinks when saving registry.
2419 * debugger/Makefile.in:
2420 Added missing winestub dependency.
2422 * include/server.h, scheduler/process.c, server/event.c, server/object.h, server/process.c, server/thread.c, server/trace.c:
2423 Load done event now created by the server.
2425 2000-04-13 Alexandre Julliard <julliard@winehq.com>
2427 * debugger/.cvsignore, debugger/Makefile.in, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/module.c, debugger/msc.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec, include/stackframe.h, Makefile.in:
2428 Eric Pouech <Eric.Pouech@wanadoo.fr>
2429 Made the winedbg an external and WineLib program.
2430 Centralized output handling (preparation for console usage).
2431 Fixed a few debug information reading options (stabs and sym).
2432 Started a framework to hold debugger's internal variables.
2434 * miscemu/main.c, documentation/wine.man.in, include/options.h, misc/main.c, misc/options.c:
2435 Eric Pouech <Eric.Pouech@wanadoo.fr>
2436 Got rid of -debug wine's option (wine now requires an external debugger).
2438 * win32/except.c, winedefault.reg:
2439 Eric Pouech <Eric.Pouech@wanadoo.fr>
2440 Added launching of a debugger when unhandled exception occurs.
2442 * relay32/builtin32.c:
2443 Eric Pouech <Eric.Pouech@wanadoo.fr>
2444 Added a .xcnlnk section to builtin KERNEL32 PE header.
2446 * loader/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
2447 Let CreateProcess launch unix executable without a .exe extension.
2448 Fixed arguments passed when creating a unix process.
2450 * dlls/ntdll/signal_i386.c, include/acconfig.h, include/config.h.in, configure, configure.in:
2451 Fixed signal stack handling on Linux when sigaltstack is available.
2452 Added a direct sigaltstack syscall to work-around the glibc bug.
2454 * dlls/ntdll/signal_i386.c, include/global.h, memory/virtual.c:
2455 Implemented guard pages and stack overflow exceptions.
2457 * include/thread.h, scheduler/process.c, scheduler/thread.c:
2458 Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
2462 Make sure HKLM\Software\Wine\Wine is a non-volatile key.
2464 * dlls/x11drv/x11drv_main.c, windows/x11drv/keyboard.c:
2465 Stephane Lussier <stephane@macadamian.com>
2466 Fixed AltGr key handling.
2468 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
2469 Marcus Meissner <Marcus.Meissner@caldera.de>
2470 Make DirectDraw compile with DGA2 present.
2473 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2474 FILE_CreateFile()'s read/write-check was broken due to checking of
2475 ERROR_xxx instead of STATUS_xxx.
2477 * objects/enhmetafile.c:
2478 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2479 Fixes and cleans up some of the GetEnhMetaFile* functions.
2480 Fixes scaling of EMFs in playback. Will probably be right
2481 when World Transforms work properly...
2484 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2485 GlobalReAlloc returns 0 on failure.
2487 * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c:
2488 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2489 Stub for NtAllocateUuids.
2491 * dlls/comctl32/treeview.c:
2492 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2493 Clear TopRootItem when whole tree is deleted.
2494 Fix off by one lstrcpyn.
2495 Clean up and fix GetNextItem.
2497 2000-04-11 Alexandre Julliard <julliard@winehq.com>
2499 * documentation/.cvsignore: Ignore all output files.
2501 * dlls/wininet/.cvsignore, dlls/wininet/Makefile.in, dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/wininet/internet.h, dlls/wininet/utility.c, dlls/wininet/wininet.spec, include/debugdefs.h, include/urlmon.h, include/wininet.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/urlmon/.cvsignore, dlls/urlmon/Makefile.in, dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec:
2502 Merged urlmon.dll and wininet.dll from the Corel tree (implementation
2503 by Ulrich Czekalla <ulrichc@corel.ca>)
2505 * include/process.h, include/thread.h, include/winbase.h, scheduler/client.c, scheduler/process.c, scheduler/thread.c, windows/queue.c:
2506 Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
2507 GetCurrentProcess() inline.
2509 * AUTHORS, include/authors.h:
2510 Marcus Meissner <marcus@jet.franken.de>
2511 Merged in Corel's AUTHORs.
2513 * graphics/x11drv/dib.c:
2514 Marcus Meissner <marcus@jet.franken.de>
2515 Only copy dstwidth*3 bytes in the 24bit case.
2517 * dlls/ddraw/dsurface/x11.c:
2518 Marcus Meissner <marcus@jet.franken.de>
2519 Free private structure in Xlib_DDS_Release.
2521 * windows/message.c: Ulrich Czekalla <ulrichc@corel.ca>
2522 MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
2524 * dlls/comctl32/treeview.c:
2525 Serge Ivanov <sergei@corel.ca>
2526 TreeView - minor bugfix and optimization:
2527 - GetDC call moved down to avoid possible resource leak.
2528 - Invariant code is moved out of loop.
2530 * dlls/shell32/pidl.c:
2531 Ulrich Czekalla <ulrichc@corel.ca>
2532 _ILGetFileDate should convert the date to local time before generating
2533 the string (_ILGetFileDateTime does not).
2535 * dlls/winmm/mmio.c:
2536 Noomen Hamza <noomen@macadamian.com>
2537 Fixed other bugs within MMIO implementation. Now, it's possible to
2538 copy/cut from PhotoPaint and paste to CorelDraw.
2540 2000-04-10 Alexandre Julliard <julliard@winehq.com>
2542 * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
2543 Marcus Meissner <Marcus.Meissner@caldera.de>
2544 Use d3dexecutebuffer_create only when compiling with MESA.
2546 2000-04-09 Alexandre Julliard <julliard@winehq.com>
2548 * graphics/x11drv/bitmap.c, graphics/x11drv/palette.c, graphics/ttydrv/palette.c:
2549 Dimitrie O. Paun <dimi@cs.toronto.edu>
2550 Replaced xmalloc calls with malloc/HeapAlloc calls.
2552 * console/generic.c, console/ncurses.c, console/xterm.c:
2553 Eric Pouech <Eric.Pouech@wanadoo.fr>
2557 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2558 Implemented HeapWalk().
2560 * dlls/ddraw/dsurface/x11.c:
2561 Marcus Meissner <marcus@jet.franken.de>
2562 Two left over HeapValidate assertions removed.
2564 * server/debugger.c:
2565 Eric Pouech <Eric.Pouech@wanadoo.fr>
2566 Clear status for sending exception event.
2568 * tools/genpatch: Eric Pouech <Eric.Pouech@wanadoo.fr>
2569 Added ability to put new-lines in changelog entry.
2570 Added -p to locate destination directory.
2572 * dlls/comctl32/listview.c:
2573 Richard Cohen <richard@jubjub.demon.co.uk>
2574 GetItem was returning the item instead of subitem info.
2576 * programs/winemine/main.c:
2577 Dave Pickles <davep@cyw.uklinux.net>
2578 Registry key used in LoadBoard() was not the same as the one used in
2579 SaveBoard(). Also fixed a typo in the position saving code.
2581 * configure, configure.in:
2582 Create directories that don't contain a Makefile.
2584 * tools/wrc/Makefile.in, dlls/ttydrv/Makefile.in, dlls/winmm/Makefile.in, dlls/x11drv/Makefile.in, documentation/Makefile.in, include/Makefile.in, ole/Makefile.in, programs/Makefile.in, programs/winhelp/Makefile.in, tools/Makefile.in, Make.rules.in, Makefile.in, debugger/Makefile.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
2585 Improved support for Makefiles that need to recurse in subdirectories.
2587 * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c, configure.in, dlls/ddraw/.cvsignore, dlls/ddraw/Makefile.in, dlls/ddraw/convert.c, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c, dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3ddevices.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/dclipper/main.c, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h, configure:
2588 Marcus Meissner <marcus@jet.franken.de>
2589 Restructured DirectDraw. Split into X11 and DGA driver, and multiple
2590 files/dirs for easier maintenance. Cleaned up structs and include
2591 files. Reindented the code. Started the same for Direct3D. Driver
2592 inclusion now done by using configure/Makefile/ELF constructor tricks.
2594 2000-04-08 Alexandre Julliard <julliard@winehq.com>
2596 * windows/x11drv/event.c, files/profile.c, graphics/x11drv/xfont.c, include/cursoricon.h, include/message.h, loader/ne/module.c, memory/heap.c, scheduler/sysdeps.c, scheduler/syslevel.c, windows/cursoricon.c, windows/timer.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/user/user_main.c, dlls/x11drv/x11drv_main.c:
2597 Removed a number of global handle allocations and critical section
2600 * server/process.c, scheduler/process.c:
2601 Temporary hack to share handles between processes sharing the same
2604 * include/winbase.h, scheduler/critsection.c:
2605 Added lazy initialization of critical sections, based on a patch by
2608 * dlls/comctl32/tab.c: Yuxi Zhang <yuxi@corel.ca>
2610 TabCtrl leftmostVisible is not updated properly. It caused the QP
2611 application bar on the bottom fail to bring back the items when there
2612 is no need to scrolling. Also fixed a bug that when an item is inserted,
2613 setItemBounds should be called first, then it's time to invalidate.
2615 * relay32/kernel32.spec, win32/newfns.c:
2616 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2617 Added PeekNamedPipe stub.
2619 * graphics/x11drv/init.c:
2620 Gerard Patel <g.patel@wanadoo.fr>
2621 Fixed pixmap leak with the 1x1 bitmap in memory DCs.
2623 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
2624 wineinstall now properly configures no-windows installs, and should now
2625 be easier to adapt for binary packages too.
2627 * documentation/samples/system.ini:
2628 Ove Kaaven <ovek@arcticnet.no>
2629 Default system.ini (from documentation/status/multimedia).
2631 2000-04-06 Alexandre Julliard <julliard@winehq.com>
2633 * server/debugger.c, server/thread.c, server/thread.h:
2634 Do not send a debug event for a thread until the previous event for
2635 the same thread has been continued.
2637 * misc/registry.c, wine.ini:
2638 Moved SaveOnlyUpdatedKeys to wine.ini.
2639 Use get_config_dir() instead of hardcoding ~/.wine
2640 Simplified loading and saving routines.
2642 * files/profile.c, include/options.h, include/server.h, scheduler/client.c, server/request.c:
2643 Added support for WINEPREFIX environment variable.
2645 * windows/winpos.c, loader/ne/module.c, memory/selector.c, misc/lstr.c, misc/network.c, msdos/int21.c, objects/font.c, win32/console.c, win32/except.c, windows/dialog.c, windows/hook.c, windows/mdi.c, windows/message.c, dlls/win32s/w32sys.c, dlls/win87em/emulate.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, graphics/painting.c, graphics/psdrv/driver.c, graphics/win16drv/font.c, loader/module.c, dlls/advapi32/advapi32.spec, dlls/advapi32/service.c, dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/gdi/gdi.spec, dlls/msacm/msacm_main.c, dlls/ole32/storage32.c, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/shell32/shell.c, dlls/shell32/shell32.spec, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
2646 Patrik Stridvall <ps@leissner.se>
2647 Fixed some issues reported by winapi_check.
2649 * include/winuser.h, ole/ole2nls.c, relay32/kernel32.spec:
2650 Owen Wang <owenw@corel.ca>
2651 Implemented API EnumTimeFormatsA(). It supports now all different
2652 English locales, as well as German(standard), French(standard) and
2653 French(Canadian). All time formats follow conventions in Windows NT 4.0
2655 Haithem Hmida (of Macadamian for Corel)
2656 Implemented GetCurrencyFormatA() API:
2657 - GetCurrencyFormatA() calls GetNumberFormatA() to format the number
2658 (as a positive one), then formats the number depending on
2659 NegativeOrder/PositiveOrder fields.
2660 - GetNumberFormatA() has been slightly modified.
2663 Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
2664 Added conversion from DBCS lpDx to WCHAR lpDx.
2666 * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
2667 Patrik Stridvall <ps@leissner.se>
2668 - Implemented stub statistics. Turned off by default. (Requested by Francois
2670 - Implemented missing prototype checking. Turned off by default (Requested
2671 by Dimitry Timoshkov).
2672 - Implemented .spec file name sanity checking. Turned off by default.
2673 - Implemented documentation width checking. Turned off by default.
2676 * dlls/ole32/compobj.c:
2677 Andrew Lewycky <andrewl@corel.ca>
2678 Fix StringFromGUI2 return value as per documentation.
2680 * dlls/dsound/dsound_main.c:
2681 Marcus Meissner <Marcus.Meissner@caldera.de>
2682 Make audiodevice blocking directly after the non-blocking open, since
2683 we use the write(2) also for synchronization.
2685 * dlls/winsock/async.c, dlls/winsock/socket.c:
2686 Rein Klazes <rklazes@casema.net>
2687 Corrected error handling for ws_getprotobyname/number.
2688 Made the Async error returns the same as the normal functions.
2691 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2692 GetShortPathName: always erase characters at the end of the new
2693 string, and return only single backslashes.
2695 2000-04-04 Alexandre Julliard <julliard@winehq.com>
2697 * files/dos_fs.c, files/drive.c, files/file.c, include/drive.h, include/file.h, include/options.h, misc/main.c, misc/options.c, misc/registry.c, documentation/wine.conf.man.in, documentation/wine.man.in:
2698 Added a per-drive FailReadOnly flag, and removed the global
2699 --failreadonly option.
2701 * dlls/x11drv/x11drv_main.c, files/file.c, scheduler/client.c:
2702 Fixed file descriptor leaks.
2705 Call PROFILE_GetWineIniBool before starting to fill the request
2706 buffer. Made new registry format the default.
2709 Increment suspend count before attempting attach in suspend_for_ptrace.
2711 * server/file.c, server/mapping.c, server/mutex.c, server/process.c, server/registry.c, server/request.h, server/semaphore.c, server/timer.c, server/trace.c, tools/make_requests, server/atom.c, server/console.c, server/event.c:
2712 Made request tracing more robust against bogus lengths.
2714 * documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in:
2715 Peter Ganten <peter@ganten.org>
2716 Adapted the manual pages to the new long options, updated the
2717 -debugmsg channels and added a small hack to get the @sysconfdir@
2718 stuff in the manual pages right.
2720 * dlls/winmm/mmio.c:
2721 Noomen Hamza <noomen@macadamian.com>
2722 Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.
2724 * programs/winemine/main.c, programs/winemine/main.h:
2725 Joshua Thielen <fozey@netzero.com>
2726 Added DestroyBoard function to delete bitmap handles.
2727 Moved SelectObject outside of DrawMine.
2728 Selected old object's back into hMemDC.
2730 * msdos/int21.c: Ian Schmidt <ischmidt@cfl.rr.com>
2731 Implemented FAT32 function 7302 (Get Extended DPB).
2733 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
2734 Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
2737 * programs/regapi/regapi.c:
2738 Gavriel State <gavriels@corel.ca>
2739 This patch adds the ability for regapi to call the DllRegisterServer or
2740 DllUnregisterServer for a list of DLLs.
2742 * dlls/ole32/ole2.c: Gavriel State <gavriels@corel.ca>
2743 OleRegGetUserType did return an unterminated ASCII string instead of an
2744 OLESTR (wide characters).
2746 * misc/main.c, ole/nls/ena.nls, ole/nls/enb.nls, ole/nls/enc.nls, ole/nls/eng.nls, ole/nls/eni.nls, ole/nls/enj.nls, ole/nls/enl.nls, ole/nls/ens.nls, ole/nls/ent.nls, ole/nls/enu.nls, ole/nls/enz.nls, ole/nls/irl.nls, ole/ole2nls.c:
2747 Michael Abd-El-Malek (Corel)
2748 Changed irl.nls to eni.nls. Reviewed and fixed a lot of the NLS files
2749 to be more compatible to Windows.
2750 Added en_GB (used by Corel Linux 1.0,1.1) as alias for en_UK.
2752 Jeff Tranter <jefft@corel.ca>
2753 The measurement unit for Canadian English should be metric.
2754 LANG_SUB_ENTRY did always return the first language due to missing {}.
2756 2000-03-30 Alexandre Julliard <julliard@winehq.com>
2758 * documentation/distributors:
2759 Marcus Meissner <marcus@jet.franken.de>
2760 Updated documentation/distributors in regards to shared libraries and
2761 some more windows specific dirs.
2763 * programs/winemine/README, programs/winemine/main.c, programs/winemine/main.h:
2764 Peter Hunnisett <hunnise@nortelnetworks.com>
2765 - Fix painting bug with middle button down when dragging mouse
2766 - Speed up drawing and hence overall speed
2767 - Fix compiler warnings
2768 - Added some optional debugging information
2769 - Added a new known bug to the list
2771 * misc/comm.c: Rein Klazes <rklazes@casema.net>
2772 Added CTS, DSR and RingIndicator states to Window's semi-documented
2773 modem line status register.
2775 * include/wingdi.h, objects/enhmetafile.c:
2776 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2777 Delete objects after use in EnumEnhMetaFile.
2778 Make PlayEnhMetaFile call EnumEnhMetaFile.
2779 Move EnumEnhMetaFile prototype to wingdi.h.
2781 * dlls/dsound/dsound_main.c, dlls/winmm/wineoss/audio.c:
2782 Marcus Meissner <Marcus.Meissner@caldera.de>
2783 open() the OSS sounddevice non-blocking in case another process has it
2786 * scheduler/process.c:
2787 Commented out exit() call on ExitProcess for now.
2789 * server/context_i386.c, server/debugger.c, server/main.c, server/object.h, server/process.c, server/thread.c, server/thread.h:
2790 Set thread start address to 0 on events generated by
2792 Return a correct address in the simulated exception event.
2794 * dlls/ttydrv/ttydrv_main.c, graphics/ttydrv/dc.c, graphics/ttydrv/graphics.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/wnd.c:
2795 Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
2797 2000-03-28 Alexandre Julliard <julliard@winehq.com>
2799 * dlls/dsound/dsound_main.c, dlls/winaspi/winaspi16.c, graphics/path.c, programs/winhelp/macro.yacc.y:
2800 Niels Kristian Bech Jensen <nkbj@image.dk>
2801 - Fix some compiler warnings.
2802 - Remove superfluous #include statement.
2804 * include/wine/winnet16.h, misc/network.c:
2805 Ron Gage <rongage@att.net>
2806 Fixed bug reported by winapi_check.
2809 Patrik Stridvall <ps@leissner.se>
2810 Added/fixed some documentation reported by winapi_check.
2812 * graphics/x11drv/palette.c, objects/palette.c:
2813 Fixed memory allocations.
2815 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/user/user32.spec, include/winuser.h, windows/input.c:
2816 Patrik Stridvall <ps@leissner.se>
2817 - Added/fixed some documentation reported by winapi_check
2818 - Renamed MapVirtualKeyEx32A to MapVirtualKeyExA
2819 - Renamed CRTDLL__dllonexit to CRTDLL___dllinit
2821 * dlls/ole32/ifs.c, dlls/ttydrv/ttydrv_main.c, misc/printdrv.c:
2822 Patrik Stridvall <ps@leissner.se>
2823 Fixed some warnings.
2825 * tools/winapi_check/win32/kernel32.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
2826 Patrik Stridvall <ps@leissner.se>
2827 - Updated the API files.
2830 * dlls/comctl32/animate.c:
2831 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2832 Do a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
2835 * tools/wrc/parser.l: Patrik Stridvall <ps@leissner.se>
2836 Minor fix in wrc to support the Solaris preprocessor.
2838 * debugger/msc.c: Patrik Stridvall <ps@leissner.se>
2839 Fixed some ANSI C violations.
2841 * documentation/no-windows:
2842 Ove Kaaven <ovek@arcticnet.no>
2843 Add start menu directories.
2845 * scheduler/sysdeps.c, scheduler/thread.c:
2846 Put CLONE_FILES back in, it is still breaking too many things.
2848 * objects/bitmap.c, graphics/ttydrv/bitmap.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c, graphics/x11drv/init.c, graphics/x11drv/oembitmap.c, include/bitmap.h, include/x11drv.h:
2849 Merged DDBitmap and physBitmap into the generic bitmap structure
2850 (suggested by Andrew Lewycky).
2853 Ignore trailing spaces in DOSFS_ToDosFCBFormat.
2855 * dlls/winsock/socket.c:
2856 Fixed small bug in WSOCK32_accept
2858 2000-03-26 Alexandre Julliard <julliard@winehq.com>
2860 * include/version.h, ANNOUNCE, ChangeLog:
2863 ----------------------------------------------------------------
2864 2000-03-26 Alexandre Julliard <julliard@winehq.com>
2866 * files/dos_fs.c: Stefan Leichter <sle@camline.com>
2867 DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
2869 * tools/cvdump/.cvsignore, tools/cvdump/Makefile.in, tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvdump.h, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c, Makefile.in, configure, configure.in:
2870 John R. Sheets <jsheets@codeweavers.com>
2871 Added cvdump tool to dump CodeView symbol information.
2873 * dlls/winsock/socket.c, include/server.h, server/sock.c, server/trace.c:
2874 Ove Kaaven <ovek@arcticnet.no>
2875 Handle POLLHUP better (delay FD_CLOSE notification until all data has
2876 been read). Made WSAEnumNetworkEvents atomic. Convert socket event
2877 error codes properly. Made accept()-ed sockets inherit the listening
2878 socket's WSAAsyncSelect().
2880 * dlls/dsound/dsound_main.c:
2881 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2882 Fixed debug formatting.
2884 * dlls/advapi32/registry.c: Fixed error checking in registry saving.
2886 * misc/cdrom.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2887 Use strerror in debug output.
2889 * dlls/shell32/changenotify.c:
2890 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2891 SHChangeNotify[A|W]: free only items we allocated.
2893 * loader/resource.c, objects/enhmetafile.c, objects/font.c, objects/text.c, win32/console.c:
2894 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2897 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
2898 Now read .so list from debuggee's address space.
2900 * include/windowsx.h: Francois Gouget <fgouget@psn.net>
2901 Added missing macros.
2903 * include/winnt.h, include/winreg.h, server/registry.c:
2904 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2905 Moved some registry definitions to winnt.h.
2907 * programs/winhelp/winhelp.spec, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/notepad.spec, programs/progman/progman.spec:
2908 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2909 Added import of comdlg32.dll in spec file.
2911 * windows/winpos.c: Gerard Patel <g.patel@wanadoo.fr>
2912 Activate a hidden window only when explicitely asked by the
2915 * debugger/Makefile.in, debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/hash.c, debugger/info.c, debugger/module.c, debugger/msc.c, debugger/stabs.c, debugger/winedbg.c:
2916 Eric Pouech <Eric.Pouech@wanadoo.fr>
2917 improved exception handling
2918 merged all module handling code in new module.c file
2919 reenabled 'walk module' and 'info module' commands
2920 added ability to drive break on thread startup
2922 * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
2923 Marcus Meissner <marcus@jet.franken.de>
2924 Stubs for DllRegisterServer/DllUnregisterServer.
2926 * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
2927 Fixed return value for SC_GET_DEV_TYPE.
2929 2000-03-25 Alexandre Julliard <julliard@winehq.com>
2931 * server/registry.c, server/trace.c, tools/build.c, windows/cursoricon.c, windows/dce.c, windows/msgbox.c, windows/nonclient.c, windows/rect.c, windows/timer.c, windows/user.c, windows/winpos.c, windows/winproc.c, loader/pe_image.c, loader/resource.c, memory/heap.c, memory/local.c, misc/version.c, msdos/int21.c, objects/enhmetafile.c, objects/region.c, programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/winhelp.c, dlls/winmm/wineoss/audio.c, files/dos_fs.c, files/drive.c, files/file.c, files/profile.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/xfont.c, include/windef.h, dlls/comctl32/comctl32undoc.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, dlls/commdlg/colordlg.c, dlls/crtdll/crtdll_main.c, dlls/ole32/hglobalstream.c, dlls/ole32/memlockbytes.c, dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/winmm/lolvldrv.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c, controls/edit.c, controls/menu.c, controls/scroll.c:
2932 Francois Gouget <fgouget@psn.net>
2933 Use min/max instead of MIN/MAX.
2935 * server/sock.c: Ove Kaaven <ovehk@ping.uio.no>
2936 Handle socket POLLERR/POLLHUP conditions properly.
2937 Clear error field for OOB notifications.
2939 * controls/listbox.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
2940 Send the correct ODA_ code when deselecting an item.
2942 * windows/user.c, include/process.h, include/server.h, include/thread.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/process.c, server/thread.c, server/trace.c:
2943 Fixed a couple of file descriptor leaks.
2944 Always call USER signal proc in the right context.
2945 Cleaned up THREAD_Create.
2947 * include/Makefile.in:
2948 Do not erase local files on uninstall if install dir does not exist.
2950 * windows/multimon.c, windows/sysparams.c, windows/ttydrv/Makefile.in, windows/ttydrv/desktop.c, windows/ttydrv/init.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c, windows/user.c, windows/win.c, windows/x11drv/Makefile.in, windows/x11drv/init.c, windows/x11drv/monitor.c, controls/desktop.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, graphics/ttydrv/dc.c, include/desktop.h, include/monitor.h, include/ttydrv.h, include/user.h, include/x11drv.h, misc/main.c, windows/dce.c:
2951 Store monitor size and depth in the generic structure.
2952 Merged monitor driver into USER driver.
2954 * windows/ttydrv/Makefile.in, windows/ttydrv/main.c, windows/x11drv/Makefile.in, windows/x11drv/desktop.c, windows/x11drv/main.c, windows/x11drv/monitor.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, dlls/ddraw/ddraw_main.c, dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, include/x11drv.h:
2955 A few simplifications and optimizations in the x11 driver.
2957 * Make.rules.in, Makefile.in, dlls/ddraw/Makefile.in, dlls/ttydrv/Makefile.in, dlls/x11drv/Makefile.in:
2958 Link ttydrv and x11drv objects into their respective dll.
2960 * dlls/user/Makefile.in: Added missing keyboard.spec.
2962 2000-03-24 Alexandre Julliard <julliard@winehq.com>
2964 * windows/msgbox.c, misc/comm.c, misc/printdrv.c, win32/except.c:
2965 Moved FatalAppExit functions to win32/except.c.
2966 Added a few uses of Callout instead of referencing USER functions
2969 * windows/cursoricon.c, include/bitmap.h, objects/bitmap.c:
2970 Moved LoadImage and related functions to cursoricon.c.
2972 * dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/thunk.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/keyboard.spec, dlls/user/thunk.c, dlls/user/user.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/keyboard.spec, if1632/thunk.c, include/callback.h, objects/linedda.c, windows/win.c:
2973 Moved gdi/user thunking functions into their respective dlls.
2974 Moved keyboard.spec into user dll.
2976 * configure, configure.in: Lionel Ulmer <lionel.ulmer@free.fr>
2977 Disable OpenGL support if the latter is thread safe.
2979 * debugger/dbg.y, debugger/memory.c, dlls/crtdll/wcstring.c, dlls/ole32/clipboard.c, dlls/ole32/storage32.h, graphics/win16drv/init.c, graphics/x11drv/dib.c, scheduler/sysdeps.c:
2980 Patrik Stridvall <ps@leissner.se>
2981 Fixed some warnings.
2983 * dlls/dinput/dinput_main.c, graphics/dispdib.c, include/animate.h, include/button.h, include/crtdll.h, include/dinput.h, include/dispdib.h, include/enhmetafile.h, include/imagelist.h, include/metafile.h, include/region.h, include/sqltypes.h, include/wine/icmpapi.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_property.h, include/wine/obj_shellextinit.h, include/wine/windef16.h, include/wine/wingdi16.h, include/winpos.h:
2984 Patrik Stridvall <ps@leissner.se>
2985 Made the include files self sufficient.
2987 * dlls/win32s/w32skernel.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c, dlls/winsock/socket.c, dlls/winsock/wsock32.spec, misc/ddeml.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/safearray.c, dlls/oleaut32/variant.c, dlls/olepro32/olepro32stubs.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/shell32/shell.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/systray.c, dlls/tapi32/assisted.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, dlls/version/install.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/icmp/icmp_main.c, dlls/mpr/mpr_main.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/nt.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c, dlls/ntdll/time.c, dlls/odbc32/proxyodbc.c, dlls/ole32/compositemoniker.c, dlls/avifil32/avifile.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/draglist.c, dlls/comctl32/flatsb.c, dlls/commdlg/finddlg32.c, dlls/ddraw/ddraw_main.c:
2988 Patrik Stridvall <ps@leissner.se>
2989 Added/fixed some documentation reported by winapi_check.
2991 * relay32/kernel32.spec, scheduler/critsection.c, win32/newfns.c, windows/painting.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, graphics/painting.c, include/ddeml.h, include/wingdi.h:
2992 Patrik Stridvall <ps@leissner.se>
2993 Fixed some issues reported by winapi_check.
2995 * include/winnt.h, ole/ole2nls.c, dlls/ntdll/signal_i386.c, dlls/ole32/storage32.c, dlls/shell32/shlview.c:
2996 Patrik Stridvall <ps@leissner.se>
2997 Fixed some ANSI C violations.
2999 * programs/cmdlgtst/cmdlgtst.c, programs/notepad/Da.rc, programs/notepad/De.rc, programs/notepad/dialog.c, programs/regapi/regapi.c, programs/regtest/regtest.c, programs/view/view.c, programs/wcmd/directory.c, programs/wcmd/wcmdmain.c, programs/avitools/aviplay.c:
3000 Patrik Stridvall <ps@leissner.se>
3001 Fixed ANSI C related compile problems.
3003 * tools/winapi_check/win32/gdi32.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/winmm.api, tools/winapi_check/win16/ddeml.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
3004 Patrik Stridvall <ps@leissner.se>
3006 - Don't check the *.spec.c files
3007 - Better parsing of strings
3008 - Better documentation checking
3011 * dlls/dinput/dinput_main.c: Lionel Ulmer <lionel.ulmer@free.fr>
3012 - added some debug code and cleaned-up the mouse warping code
3013 - be ready once mouse will be reported relatively
3015 * windows/mdi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
3016 Fixed copying of the MDI 'Windows' menu items if the items are not of
3019 * controls/menu.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
3020 Set the correct value for the cch element of MENUITEMINFO in
3023 * dlls/gdi/gdi32.spec: Huw D M Davies <h.davies1@physics.ox.ac.uk>
3024 Fix spec file entries for EnumFontFamiliesEx*.
3026 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3027 Further code simplifications and interface (consistency) improvements.
3028 Fix selection of the Wine binary which was broken by a recent change.
3030 * windows/sysparams.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3031 Added proper termination upon failure.
3033 * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
3034 Fixed basic type evaluation.
3036 * server/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
3037 Ensure that non-NULL terminated stings are saved correctly.
3039 * windows/input.c: Rein Klazes <rklazes@casema.net>
3040 Correct the NotifyCode in the WM_COMMAND message sent by
3041 KBD_translate_accelerator().
3043 * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
3044 Slightly better REQUEST SENSE dumping, fixed GET_DEV_TYPE returns,
3045 work around EXEC SCSI commands which do not set the host<->target data
3046 flags, ignore errors on DVD REPORT KEY/DVD SEND KEY.
3048 * server/context_i386.c: Peter Hunnisett <hunnise@nortelnetworks.com>
3049 Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
3050 PTRACE_POKEUSR for libc5(?) compile.
3052 * controls/combo.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
3053 Stop a WM_SETTEXT message (and friends) to a combo sending CBN_EDIT*
3054 messages to the parent.
3056 * include/winbase.h, memory/heap.c: Francois Gouget <fgouget@psn.net>
3057 Added (correct) prototype for HeapWalk.
3059 * dlls/ole32/ifs.c, include/wine/obj_base.h:
3060 Francois Gouget <fgouget@psn.net>
3061 - The ICOM_CMETHODxxx cause problems because the 'const' changes the
3062 signature. There's no such thing on Windows anyway (it's a shame) so
3063 just remove them altogether.
3064 - HeapMinimize returns a void, not a 'void*'
3066 2000-03-20 Alexandre Julliard <julliard@winehq.com>
3068 * windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/x11drv/desktop.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/main.c, loader/main.c, misc/main.c, objects/gdiobj.c, windows/event.c, windows/keyboard.c, windows/multimon.c, windows/ttydrv/desktop.c, windows/win.c, controls/desktop.c, dlls/dinput/dinput_main.c, dlls/display/display_main.c, dlls/mouse/mouse_main.c, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c, graphics/ttydrv/init.c, graphics/x11drv/init.c, include/desktop.h, include/keyboard.h, include/message.h, include/monitor.h, include/mouse.h, include/ttydrv.h, include/user.h, include/x11drv.h:
3069 Moved graphics initialisation to the x11drv/ttydrv dll init code.
3070 Merged event, keyboard and mouse drivers into USER driver.
3072 2000-03-19 Alexandre Julliard <julliard@winehq.com>
3074 * ole/ole2nls.c: Andrew Lewycky <andrewl@corel.com>
3075 Improved CompareStringA performance.
3077 * library/winestub.c: Added missing debugtools.h include.
3079 * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c, programs/clock/language.c, programs/clock/main.h, programs/cmdlgtst/cmdlgtst.c, programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/search.c, programs/progman/dialog.c, programs/progman/group.c, programs/progman/main.c, programs/progman/program.c, programs/view/init.c, programs/view/view.c:
3080 Niels Kristian Bech Jensen <nkbj@image.dk>
3081 Fixed some compiler errors and warnings.
3083 * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
3084 Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
3085 function pending a more complete implementation of locales.
3088 Hack: always try builtin module before elf or elfdll to avoid loading
3089 a builtin dll .so file in the wrong mode.
3091 * graphics/x11drv/xfont.c, objects/font.c:
3092 Moved font resource functions out of the X11 driver.
3095 Added support for source files stored in subdirectories.
3097 * graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/gdi.h, include/x11drv.h, objects/dc.c:
3098 Added GetDCOrgEx in graphics device interface and removed X11 code
3101 * dlls/winmm/mmio.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h, dlls/winmm/winmm.spec, include/mmsystem.h:
3102 Eric Pouech <Eric.Pouech@wanadoo.fr>
3103 Fixed segmented/linear buffers manipulation.
3104 Better IO buffering.
3105 Added some missing prototypes.
3107 * dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
3108 Francois Gouget <fgouget@psn.net>
3109 Explicitly use the TVN_xxxA version of the macros.
3111 * include/commctrl.h: Francois Gouget <fgouget@psn.net>
3112 - Added the TVN_xxxA macros
3113 - Added missing TBNOTIFY macros and types
3116 * include/winuser.h: Francois Gouget <fgouget@psn.net>
3119 * scheduler/client.c, scheduler/critsection.c, windows/clipboard.c, windows/ttydrv/clipboard.c, windows/ttydrv/keyboard.c, graphics/x11drv/graphics.c, graphics/x11drv/palette.c, include/x11drv.h, library/winestub.c, loader/ne/segment.c, memory/virtual.c, misc/main.c, misc/printdrv.c, misc/registry.c, misc/xmalloc.c, objects/palette.c, graphics/win16drv/init.c, graphics/x11drv/bitblt.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c:
3120 Dimitrie O. Paun <dimi@cs.toronto.edu>
3121 Removed most calls to xmalloc/xrealloc.
3123 * include/windef.h: Francois Gouget <fgouget@psn.net>
3124 - Added missing definition for GLOBALHANDLE and LOCALHANDLE
3125 - Fixed the prototype of WNDENUMPROC
3127 * include/ddeml.h: Francois Gouget <fgouget@psn.net>
3128 Added some missing defines.
3130 * windows/dialog.c: Andrew Lewycky <andrewl@corel.com>
3131 Propagate IsDialogMessage to the parent if the dialog has the
3134 * memory/string.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3135 Added an exception frame for lstrcpy16.
3137 * loader/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
3138 Now attaching imported DLLs of a winelib executable.
3140 * include/wine/obj_inplace.h: Marcus Meissner <marcus@jet.franken.de>
3141 IOleItemContainer has OLEGUID(0x11c), not 0x11a.
3143 * dlls/ole32/compobj.c: Marcus Meissner <marcus@jet.franken.de>
3144 Fixed memory corruption with CoTaskMemRealloc.
3146 * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
3147 Made various changes to tools/genpatch including suggestions from Ove
3148 Kaaven (Place added files last in the patch. Add a switch that
3149 specifies modified files.)
3151 * include/tchar.h, include/winnt.h: Francois Gouget <fgouget@psn.net>
3152 Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
3154 * include/windows.h: Francois Gouget <fgouget@psn.net>
3155 Should include 'winspool.h'.
3157 * tools/wrc/parser.h, tools/wrc/parser.l:
3158 Francois Gouget <fgouget@psn.net>
3159 - An extern statement finishes with the first closing '}' or the first
3161 - Handle '#error', '#line' and '#pragma' even when in the 'pp_strips',
3162 'pp_stripe', 'pp_stripp' or 'pp_false' contexts (just like '#if' and
3163 co). But still don't issue an error if '#error' is found when in the
3166 * tools/wrc/parser.y: Francois Gouget <fgouget@psn.net>
3167 Make the first comma in the control's definition optional.
3169 * dlls/ole32/datacache.c: Andrew Lewycky <andrewl@corel.com>
3170 Support loading any presentation aspect.
3172 * dlls/winaspi/aspi.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3173 Avoid a link error from another DLL on FreeBSD.
3175 * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c:
3176 Eric Pouech <Eric.Pouech@wanadoo.fr>
3177 Fixed joystick ID/deviceID/driver handle/instance ID mixup.
3179 * graphics/x11drv/dib.c: Andrew Lewycky <andrewl@corel.com>
3180 Delete the shm segment as soon as wine and X have attached it.
3182 * dlls/winsock/socket.c: Lars Heete <hel@admin.de>
3183 Corrected handling of proto==NULL in WINSOCK_getservbyname and
3184 WINSOCK_getservbyport.
3186 * windows/event.c, include/main.h, loader/main.c, misc/main.c, miscemu/main.c, objects/gdiobj.c, relay32/.cvsignore, relay32/Makefile.in, relay32/gdi32.spec, relay32/user32.spec, configure.in, dlls/Makefile.in, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/gdi32.spec, dlls/gdi/gdi_main.c, dlls/ttydrv/.cvsignore, dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/user.spec, dlls/user/user32.spec, dlls/user/user_main.c, dlls/x11drv/.cvsignore, dlls/x11drv/Makefile.in, dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c, if1632/.cvsignore, if1632/Makefile.in, if1632/gdi.spec, if1632/user.spec, Make.rules.in, configure:
3187 Created separate dlls for user,gdi,ttydrv,x11drv.
3188 Fixed Winelib argc handling (thanks to Eric Pouech).
3190 2000-03-18 Alexandre Julliard <julliard@winehq.com>
3192 * graphics/psdrv/escape.c, include/dinput.h, include/keyboard.h, include/ttydrv.h, include/tweak.h, include/user.h, include/x11drv.h, loader/main.c, misc/tweak.c, ole/ole2nls.c, scheduler/synchro.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/x11drv/init.c, windows/x11drv/main.c:
3193 Misc small cleanups.
3195 * windows/spy.c, windows/sysparams.c, graphics/x11drv/bitblt.c, loader/dos/dosvm.c, misc/Makefile.in, misc/main.c, misc/spy.c, objects/Makefile.in, objects/clipping.c, objects/cursoricon.c, objects/region.c, objects/text.c, windows/Makefile.in, windows/cursoricon.c, windows/message.c:
3196 Avoid calling the *Rect USER functions from inside GDI.
3197 Moved a few USER functions to a more appropriate location.
3199 * loader/main.c, misc/Makefile.in, misc/main.c, misc/options.c, misc/registry.c, misc/version.c, miscemu/main.c, windows/x11drv/main.c, windows/x11drv/monitor.c, dlls/ddraw/ddraw_main.c, documentation/wine.man.in, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/main.h, include/options.h, include/shell.h, wine.ini:
3200 Moved command-line option handling out of the X11 driver.
3201 Added support for "--" prefix on options.
3202 Replaced a few X11 command-line options by wine.conf parameters.
3204 2000-03-17 Alexandre Julliard <julliard@winehq.com>
3206 * graphics/Makefile.in, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, graphics/vga.c, relay32/Makefile.in, relay32/ddraw.spec, relay32/dinput.spec, windows/Makefile.in, windows/dinput.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/.cvsignore, dlls/ddraw/Makefile.in, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c, dlls/ddraw/d3ddevices.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dviewport.c, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw_main.c, dlls/ddraw/ddraw_private.h, dlls/dinput/.cvsignore, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c:
3207 Made ddraw and dinput separate dlls.
3209 * server/process.c, server/process.h, server/ptrace.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, include/thread.h, include/winbase.h, include/windef.h, loader/module.c, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c:
3210 Have threads and processes exit more cleanly whenever possible.
3212 * relay32/builtin32.c:
3213 Include space for resources in the module header instead of doing a
3214 separate allocation.
3216 * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, misc/network.c:
3217 Made MPR a separate dll.
3219 * dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.h:
3220 Andrew Lewycky <andrewl@corel.com>
3221 Rewrite the BIGBLOCKFILE implementation for better performance.
3223 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3224 Further simplify the code and remove some redundant code.
3225 Make the user interface more consistent and appealing.
3227 * dlls/ole32/defaulthandler.c: Andrew Lewycky <andrewl@corel.com>
3228 Avoid a refcount leak in QueryInterface when delegating.
3229 And a couple of minor bugs.
3231 2000-03-15 Alexandre Julliard <julliard@winehq.com>
3233 * debugger/info.c, debugger/memory.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/dbgmain.c, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c:
3234 Eric Pouech <Eric.Pouech@wanadoo.fr>
3235 Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
3236 Added watch (hardware assisted debugging) and whatis (type of expr) commands.
3237 Fixed some issues in local vars handling (stabs parsing & registers optimization).
3239 * graphics/x11drv/graphics.c, graphics/x11drv/text.c:
3240 Karl Lessard <karll@corel.ca>
3241 Update DIB sections in text output and for graphics primitives.
3243 * windows/dce.c, windows/x11drv/event.c:
3244 Michael Abd-El-Malek (on behalf of Corel)
3245 When we were switching to another desktop, the popup windows lost
3246 their WS_VISIBLE flag.
3248 * server/context_i386.c:
3249 Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
3250 Fixed context flags handling (thanks to Eric Pouech).
3252 * server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
3253 Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
3255 * server/debugger.c: Fixed bug in generate_startup_debug_events().
3257 * programs/Makefile.in, programs/winemine/.cvsignore, programs/winemine/Makefile.in, programs/winemine/README, programs/winemine/dialog.c, programs/winemine/dialog.h, programs/winemine/main.c, programs/winemine/main.h, programs/winemine/resource.h, programs/winemine/rsrc.rc, programs/winemine/winemine.spec, configure, configure.in:
3258 Joshua Thielen <fozey@netzero.com>
3261 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3262 Improved the visual appearence of the user interface. Made the code
3265 2000-03-12 Alexandre Julliard <julliard@winehq.com>
3267 * dlls/crtdll/crtdll_main.c, dlls/crtdll/crtdll.spec:
3268 Waldek Hebisch <hebisch@math.uni.wroc.pl>
3269 Implemented _read and _lseek.
3271 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
3272 Correct conversion of level parameter if WINSOCK_setsockopt is called
3273 for option WS_SO_DONTLINGER.
3275 * objects/gdiobj.c: Rein Klazes <rklazes@casema.net>
3276 Correct rounding of the result in MulDiv16().
3278 * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
3279 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3280 Fixed FreeBSD compilation.
3282 * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h, documentation/status/directplay:
3283 Peter Hunnisett <hunnise@nortelnetworks.com>
3284 - Make registry usage a little more correct and modern
3285 - Create home for all dplay name server functionality
3286 - Add the framework for EnumSessions
3287 - Documentation update
3289 * dlls/advapi32/security.c, dlls/avifil32/avifile.c, include/debugdefs.h:
3290 Dimitrie Paun <dimi@bigfoot.com>
3291 Cleaned up debug channels a bit.
3293 * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
3294 Implemented stretched blts for depth 24 (unoptimized).
3296 2000-03-10 Alexandre Julliard <julliard@winehq.com>
3298 * debugger/winedbg.c: Fixed OUTPUT_DEBUG_STRING pointer handling.
3300 * include/process.h, memory/virtual.c, scheduler/process.c:
3301 Removed PROCESS_IsCurrent().
3303 * include/server.h, scheduler/debugger.c, server/context_i386.c, server/debugger.c, server/file.c, server/main.c, server/object.h, server/process.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/except.c, dlls/ntdll/exception.c:
3304 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
3305 Generate a breakpoint event on process attach.
3306 Misc cleanups in request handling.
3308 2000-03-09 Alexandre Julliard <julliard@winehq.com>
3310 * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h:
3311 Eric Pouech <Eric.Pouech@wanadoo.fr>
3312 Now relying on exception codes to know when debugger is entered for a
3315 * debugger/winedbg.c, miscemu/main.c:
3316 Eric Pouech <Eric.Pouech@wanadoo.fr>
3317 Added proc to start debugging process from its command line (by launching it).
3319 * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
3322 * graphics/psdrv/afm.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
3323 Add Black as a valid font weight.
3324 Cope with afm files that do not contain {Family|Full}Name entries.
3326 * dlls/winaspi/winaspi32.c: David Elliott <dfe@netnitco.net>
3327 - Got rid of PROFILE functions.
3328 - Use functionality of aspi.c.
3329 - Automagically read /proc/scsi/scsi (part of aspi.c which is already
3332 * graphics/x11drv/dib.c: Jim Aston <jima@corel.ca>
3333 Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
3335 * programs/view/globals.h: Mike Castle <dalgoda@ix.netcom.net>
3336 Added resource.h include.
3338 * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
3339 IsRectEmpty also returns true for negative width/heights (verified
3340 against Windows), found by Brad Oliver <bradman@pobox.com>.
3342 * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
3343 Take type from referenced variant for VT_BYREF && VT_VARIANT.
3345 * relay32/builtin32.c, scheduler/client.c, scheduler/debugger.c, scheduler/process.c, server/debugger.c, server/object.h, server/process.c, server/process.h, server/ptrace.c, server/request.c, server/request.h, server/thread.c, server/trace.c, include/elfdll.h, include/module.h, include/pe_image.h, include/process.h, include/server.h, loader/elf.c, loader/elfdll.c, loader/module.c, loader/pe_image.c:
3346 Store the list of loaded dlls in the server, and generate debug events
3349 2000-03-08 Alexandre Julliard <julliard@winehq.com>
3351 * server/thread.c, server/trace.c, tools/make_requests, include/server.h, scheduler/client.c:
3352 Added server protocol version check.
3354 * include/aspi.h, include/winaspi.h, include/wnaspi32.h, msdos/Makefile.in, msdos/dosaspi.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winaspi/.cvsignore, dlls/winaspi/Makefile.in, dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h, dlls/winaspi/wnaspi32.spec:
3355 David Elliott <dfe@netnitco.net>
3356 - Slightly reworked include files (less messy, more straightforward).
3357 - Moved DOS ASPI functionality to msdos/dosaspi.c.
3358 - Got rid using PROFILE to get SCSI info from wine.conf.
3359 - Read scsi info from /proc/scsi/scsi.
3360 - Added setting of a reasonable timeout when opening a SCSI device (5
3361 minutes, defined in winescsi.h).
3362 - ExecScsiCommand now ALWAYS posts, even on error (which is the correct
3365 * dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/rsrc.rc, dlls/shell32/shell32_Sk.rc, dlls/shell32/shres.rc, documentation/wine.man.in, include/options.h, misc/main.c, resources/sysres_Sk.rc, resources/user32.rc:
3366 Simen Zamecnik <simen@nextra.sk>
3367 Added Slovak language support.
3369 * dlls/shell32/shell32_Ja.rc, dlls/shell32/shres.rc, include/options.h, misc/main.c, resources/.cvsignore, resources/sysres_Ja.rc, resources/user32.rc, dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/rsrc.rc:
3370 Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
3371 Added some Japanese resources.
3373 * dlls/ole32/Makefile.in, dlls/ole32/clipboard.c, dlls/ole32/datacache.c, dlls/ole32/ole2impl.c, dlls/ole32/ole2stubs.c, dlls/ole32/olestd.h, dlls/ole32/storage32.c, include/ole2.h, include/winerror.h:
3374 Abey George <abey@macadamian.com>
3375 Implemented OLE clipboard functionality for Embed Source format.
3376 It helps you cut and paste data with Embed Source format between
3377 applications. It also implements OleCreateFromData and
3378 OleQueryCreateFromData and fixes some bugs in datacache.c.
3380 * loader/module.c: Ulrich Czekalla <ulrichc@corel.ca>
3381 wm->modname might be invalid at the end of FreeLibrary.
3383 * loader/ne/module.c, misc/debugstr.c, misc/error.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/focus.c, windows/input.c, windows/user.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, controls/edit.c, controls/menu.c, debugger/stack.c, dlls/comctl32/commctrl.c, dlls/winsock/async.c, dlls/winsock/socket.c, include/dce.h, include/menu.h, include/message.h, include/nonclient.h, include/queue.h, include/stackframe.h, include/struct32.h, include/thread.h, include/win.h, include/winbase.h, include/wine/winuser16.h, include/winpos.h, loader/module.c, controls/button.c:
3384 Patrik Stridvall <ps@leissner.se>
3385 Removed a lot of unnecessary includes and fixed the compile errors.
3387 * dlls/ole32/moniker.c, dlls/ole32/storage32.c, include/ole2.h, include/shell.h, memory/global.c, misc/registry.c, misc/wsprintf.c, server/registry.c, server/request.c:
3388 Patrik Stridvall <ps@leissner.se>
3389 Fixed some warnings.
3391 * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
3392 Corrected value for DAYS_IN_ONE_YEAR.
3394 * dlls/crtdll/crtdll_main.c:
3395 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
3396 Cleaned up CRTDLL__unlink.
3398 * controls/static.c: Ulrich Czekalla <ulrichc@corel.ca>
3399 The static control only needs to invalidate its rect when we SetText.
3401 * include/winuser.h, misc/spy.c:
3402 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3403 Added a few messages for IME.
3405 * debugger/Makefile.in, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, include/debugdefs.h, include/debugger.h, miscemu/main.c:
3406 Eric Pouech <Eric.Pouech@wanadoo.fr>
3407 No longer directly accessing debuggee memory.
3408 Execution context (mode, steps...) are now linked to a thread.
3409 Removed some X11 crst hacks.
3410 Rewrote info/walk commands.
3411 Removed direct debugger invocation code (and moved the rest to the new
3414 * scheduler/debugger.c, scheduler/process.c, server/process.c, server/trace.c, win32/except.c, win32/newfns.c, include/ntddk.h, include/server.h, include/winbase.h, loader/module.c, dlls/ntdll/exception.c:
3415 Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
3416 Implemented IsDebuggerPresent().
3418 * server/debugger.c, server/object.h, server/process.c, server/process.h, server/thread.c, server/thread.h, server/trace.c, include/process.h, include/server.h, scheduler/client.c, scheduler/debugger.c, scheduler/process.c, scheduler/thread.c:
3419 Generate CREATE_PROCESS/THREAD debug events internally in the server.
3421 2000-03-07 Alexandre Julliard <julliard@winehq.com>
3423 * scheduler/critsection.c, scheduler/thread.c, win32/Makefile.in, win32/thread.c, include/thread.h, include/winbase.h:
3424 Better implementation of inline functions SetLastError and
3425 GetCurrentThreadId. Added asm inlines for Interlocked* functions.
3427 * dlls/ntdll/signal_i386.c, include/ntddk.h, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec:
3428 Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
3430 * loader/ne/module.c, loader/ne/segment.c:
3431 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3432 Fixed second instance DGROUP loading.
3434 * include/winuser.h, misc/main.c:
3435 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3436 Implement SPI_GETICONMETRICS.
3437 Change WARN -> FIXME for unimplemented SPI_s and set appropriate error.
3439 * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
3440 Actual write the cached struct in GlobalMemoryStatus.
3442 * documentation/fonts, graphics/x11drv/xfont.c:
3443 Rein Klazes <rklazes@casema.net>
3444 Include in the AddFontResourceA/W fixme message a pointer to the fonts
3445 document. In this document tell the user how to find the needed tools.
3447 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
3448 Add a message and fix error code if __ws_getservbyname() and
3449 __ws_getservbyport() cannot find the requested service.
3450 Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.
3452 * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
3453 Check for existence if MMIO_EXIST is passed to MMIO_Open.
3455 * dlls/ole32/filemoniker.c: Jeff Tranter <jefft@corel.ca>
3456 The pathname was stored in a string of size 100, which was not always
3457 large enough. It should be set to MAX_PATH (255).
3459 * loader/task.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3460 Several fixes to MakeProcInstance.
3462 2000-03-05 Alexandre Julliard <julliard@winehq.com>
3464 * dlls/winmm/Makefile.in, dlls/winsock/Makefile.in, dlls/ole32/Makefile.in, dlls/oleaut32/Makefile.in, dlls/olecli/Makefile.in, dlls/olesvr/Makefile.in, dlls/rasapi32/Makefile.in, dlls/shell32/Makefile.in, dlls/version/Makefile.in, dlls/win32s/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/commdlg/Makefile.in, dlls/dplayx/Makefile.in, dlls/lzexpand/Makefile.in, dlls/msvideo/Makefile.in, dlls/Makedll.rules.in:
3465 Added support for creating extra symlinks for .so files that contain
3468 2000-03-04 Alexandre Julliard <julliard@winehq.com>
3470 * */Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, dlls/.cvsignore, dlls/Makedll.rules.in:
3471 Moved dll-specific make rules to a separate Makedll.rules file.
3473 * misc/registry.c: Fixed error checking in registry saving.
3475 * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
3476 WSACleanup should set last error to WSANOTINITIALISED if failing
3477 because Winsock was not initialized...
3479 * dlls/ole32/compobj.c, include/ole.h, include/wine/obj_base.h:
3480 Marcus Meissner <marcus@jet.franken.de>
3481 CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
3482 Whitney), removed the dllName component of the openDlls. Added some
3485 * dlls/ntdll/nt.c: Dan Scott <dan.scott@home.com>
3486 Fixed typos in _alldiv() and _allmul().
3488 * configure.in, configure: Marcus Meissner <marcus@jet.franken.de>
3489 Added message for missing xpm devel libs for debian/corel.
3491 * dlls/ole32/ole2.c: Pierre Mageau <pierre@macadamian.com>
3492 OleRegGetUserType did query wrong registry key.
3494 * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
3495 Some applications call GlobalMemoryStatus() very often. Cache the
3496 results of the call for 1 second (spotted by Corel).
3498 * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
3499 GetClipboardData16 might return an invalid global handle (spotted by
3502 * objects/enhmetafile.c: Lilia Roumiantseva
3503 cbCountSizeOfEnhMetafile callback function instead of increasing a
3504 contents of the pointer to the size increased the pointer itself.
3506 * documentation/psdriver: Huw D M Davies <h.davies1@physics.ox.ac.uk>
3507 Fix docs to reflect change to .winerc processing.
3509 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
3510 Fixed a couple of config.cache problems.
3512 * dlls/comctl32/trackbar.c: Vahid Pourlotfali
3513 Trackbar contol did not have proper position value in case of
3514 SB_THUMBTRACK notification message: it was always sending 0.
3516 Jim Aston <jima@corel.ca>
3517 Made the slider control a rect. It had been trying to draw a notched
3518 slider, but the result didn't look right.
3520 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
3521 Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
3523 * objects/cursoricon.c: Serge Ivanov <sergei@corel.ca>
3524 CURSORICON_IconToCursor: inconsistent Lock/Unlock
3526 * files/profile.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3527 PROFILE_GetString: only accept NULL for keyname to return the list of
3530 * graphics/x11drv/dib.c: Joerg Mayer <jmayer@telesun2.telemation.de>
3531 Fix a sign bug where memcpy was called with negative length.
3533 2000-02-29 Alexandre Julliard <julliard@winehq.com>
3535 * files/profile.c: Make profile key a global handle.
3537 * dlls/win32s/.cvsignore, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.c, Make.rules.in, dlls/Makefile.in:
3538 Renamed libwin32s to use the proper dll name (libw32skrnl).
3540 * windows/x11drv/keyboard.c, windows/x11drv/wnd.c, dlls/comctl32/monthcal.c, dlls/comctl32/toolbar.c, dlls/imm32/imm.c, dlls/msacm32/driver.c, dlls/msvideo/msvideo_main.c, dlls/shell32/iconcache.c, msdos/int21.c, windows/x11drv/clipboard.c:
3541 Niels Kristian Bech Jensen <nkbj@image.dk>
3542 Removed superfluous #include statements for header files included twice.
3544 * dlls/comctl32/updown.c: Serge Ivanov <sergei@corel.ca>
3545 Make updown control work. UpDown control always sends WM_*SCROLL
3546 message and uses SB_THUMBPOSITION code (not SB_LINE[UP|DOWN]).
3548 * dlls/comctl32/header.c: Pascal Lessard <pascal@macadamian.com>
3549 Implemented the behavior of sending WM_CONTEXTMENU when receiving a
3552 * dlls/ole32/storage32.c: Murali Pattathe
3554 This is the patch for the OleConvertOLESTREAMToIStorage wine API.
3555 This API calls another function called OLECONVERT_LoadOLE10 which
3556 basically read the OLE stream from the file through the callback
3557 function (this is passed by the application).
3559 The reading format was wrong. Still I am not very sure this is 100 %
3560 correct format. I did some reverse engineering and found the format. I
3561 have tried with different OLE object and its worked in paradox. I
3562 haven't tested with any other apps.
3564 * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
3565 Patrik Stridvall <ps@leissner.se>
3566 Moved some stubs and added forwards in order to make both winapi_check
3567 and checklink happy.
3569 * tools/winapi_check/*:
3570 Patrik Stridvall <ps@leissner.se>
3571 Moved the rest of the API specification from the global file to the
3574 2000-02-27 Alexandre Julliard <julliard@winehq.com>
3576 * ANNOUNCE, ChangeLog, include/version.h: Release 20000227.
3578 ----------------------------------------------------------------
3579 2000-02-27 Alexandre Julliard <julliard@winehq.com>
3581 * win32/init.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3582 GetComputerNameA(): added parameter check like Win95 does.
3584 * tools/build.c: Patrik Stridvall <ps@leissner.se>
3585 - Fixed some Solaris specific assembler problems
3586 - Fixed some missing .type @function (helps debugging with dbx)
3587 - Fixed code needing __attribute__((constructor))__ for non-GCC ELF compilers
3588 - Fixed use of zero width arrays (ANSI C violation)
3589 - @GOTOFF on Solaris doesn't work - use @GOT and redirection instead
3591 * memory/selector.c, include/selectors.h:
3592 Patrik Stridvall <ps@leissner.se>
3593 Fixed some Solaris specific assembler problems.
3595 * dlls/ole32/ole32.spec, dlls/shell32/shlwapi.spec:
3596 Patrik Stridvall <ps@leissner.se>
3597 Fixed some issues found by winapi_check.
3599 * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api:
3600 Patrik Stridvall <ps@leissner.se>
3601 Updated winapi_check.
3603 * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
3604 Added utility that generates patches for submission to
3605 wine-patches@winehq.com.
3607 * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec:
3608 oleaut32 should not import functions from olepro32.
3610 * dlls/comctl32/listview.c, include/listview.h:
3611 Pierre Mageau <pierre@macadamian.com>
3612 Don't display the context menu on a double click.
3614 Ulrich Czekalla <ulrichc@corel.ca>
3615 Set the font on the edit label control to that used by the listview
3616 control. It also uses text metrics to set a more reasonable initial
3619 Pierre Mageau <pierre@macadamian.com>
3620 Handle M_SETREDRAW in ListView.
3621 Fix to EnsureVisible to handle small and large icon correctly.
3622 Add edit label functionnality to the listview and the file open dialog.
3624 Ulrich Czekalla <ulrichc@corel.ca>
3625 RelaseDC in CreateEditLabel.
3627 Pierre Mageau <pierre@macadamian.com>
3628 Add functionnality to create new folder in the open dialog.
3629 Add support for right click menu in common file dialog.
3630 LISTVIEW_EndEditlabel is now handling NONLPSTR_TEXTCALLBACK listview items.
3632 Serge Ivanov <sergei@corel.ca>
3633 LISTVIEW_GetColumnA fix (do not copy string, pass pointers).
3635 Luc Tourangeau <luc@macadamian.com>
3636 Preventing a divide by zero when handling LVW_ENSUREVISIBLE message.
3639 -Implemented the sorting on insert of items into a ListView control
3640 with either LVS_SORTASCENDING or LVS_SORTDESCENDING set.
3641 -(helping evil applications): sometimes not so well structured apps
3642 (PFPI90, in this case) will not fully initialize structs. In the case
3643 of the LVM_GETITEM message the app may have only initialized the mask
3644 and iItem members of the struct. Added processing of the LVIF_PARAM
3645 mask in the case that iSubItem was set but is invalid/uninitialized.
3647 Pierre Mageau <pierre@macadamian.com>
3648 Fix for handling correctly the cancelling mode of the Edit label.
3649 Fix width calculation of the edit label.
3651 Pascal Lessard <pascal@macadamian.com>
3652 Implemented the behavior of sending WM_CONTEXTMENU when receiving a
3655 Ulrich Czekalla <ulrichc@corel.ca>
3656 Fixed a painting problem with listview when the view changes and an
3657 edit label is active.
3659 Ulrich Czekalla <ulrichc@corel.ca>
3660 Fixed a notification problem with listview. On creation if the user
3661 specifies an item with focus and/or selection we should send the
3662 proper notification. Insert was preventing LISTVIEW_SetItem from
3663 seeing the changes and sending the notification.
3665 Make the draw item rectangle consistent with the selection
3666 rectangle. This allows us to click on the folders and icons in the
3667 file open dialog box and the item actually gets selected.
3669 * files/drive.c: Petr Tomasek <tomasek@etf.cuni.cz>
3670 - Write serial numbers to the device (FAT)
3671 - DRIVE_ReadSuperblock: better checking for the FAT fs.
3673 * files/dos_fs.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3674 GetFullPathName fixes.
3676 2000-02-26 Alexandre Julliard <julliard@winehq.com>
3678 * include/winbase.h, include/winnt.h, memory/string.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
3679 Juergen Schmied <juergen.schmied@debitel.net>
3680 Fixed definition of the RtlMemory functions. Use macros internally and
3681 for Winelib, use real functions for exports from ntdll.
3683 * include/ole2.h: Juergen Schmied <juergen.schmied@debitel.net>
3684 Prototypes OleInitialize, OleUninitialize.
3686 * dlls/commdlg/filedlg95.c:
3687 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3688 ArrangeCtrlPositions: fix for user-defined template with no stc32.
3690 * controls/menu.c, include/menu.h, windows/message.c:
3691 Ulrich Czekalla <ulrichc@corel.com>
3692 Send WM_HELP message when F1 is pressed.
3694 * controls/listbox.c: Yuxi Zhang <yuxi@corel.ca>
3695 In the listbox, when the last item is selected and deleted, it still
3696 appeared in the window.
3698 Sheri Steeves <sheri@macadamian.com>
3699 In LISTBOX_UpdateScroll(), if the listbox did not have the WS_SCROLL
3700 style it would just return. This left the horizontal scroll bar
3701 uninitialized and it was appearing at the bottom of the listbox when
3704 Serge Ivanov <sergei@corel.com>
3705 LISTBOX_SetColumnWidth adds extra 2 pixels to the passed column width
3706 (it says it is for column margins). Obviously it is wrong, because
3707 margins must be internal.
3709 * dlls/ole32/Makefile.in, dlls/ole32/errorinfo.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c:
3710 ErrorInfo functions need to be in ole32, not oleaut32.
3712 * dlls/crtdll/wcstring.c: More portable CRTDLL_iswctype.
3714 * dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shlwapi.spec, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c, dlls/shell32/pidl.h, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c:
3715 Juergen Schmied <juergen.schmied@debitel.net>
3716 Moved file functions to shlfileop.c
3717 New SHELL_DeleteDirectoryA
3718 Use shell notifications.
3719 Enabled file manipulation functions.
3721 * dlls/shell32/folders.c, dlls/shell32/iconcache.c:
3722 Juergen Schmied <juergen.schmied@debitel.net>
3725 * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c:
3726 Juergen Schmied <juergen.schmied@debitel.net>
3727 Stub PathIsDirectory.
3729 * dlls/shell32/shellord.c:
3730 Juergen Schmied <juergen.schmied@debitel.net>
3731 Fixes for ShellExecuteEx.
3733 * dlls/shell32/shell32_main.h, include/wine/undocshell.h, dlls/shell32/changenotify.c, dlls/shell32/shell32_main.c:
3734 Juergen Schmied <juergen.schmied@debitel.net>
3735 Basic implementation of shell notifications.
3737 * documentation/shell32: Juergen Schmied <juergen.schmied@debitel.net>
3740 * include/wine/obj_contextmenu.h, include/wine/obj_extracticon.h, include/wine/obj_shellfolder.h:
3741 Juergen Schmied <juergen.schmied@debitel.net>
3742 Added Winelib types.
3744 * dlls/shell32/shres.rc: Juergen Schmied <juergen.schmied@debitel.net>
3745 Added icon no 4 (open folder).
3747 * dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c, dlls/oleaut32/oleaut32.spec, include/oleauto.h:
3748 Patrik Stridvall <ps@leissner.se>
3749 Added stubs for {Create,Get,Set}ErrorInfo.
3751 * dlls/ole32/ole2stubs.c: Abey George <abey@macadamian.com>
3752 Return an error instead of a success code in OleCreate stub function.
3754 * dlls/comctl32/tab.c, include/tab.h: Don Kelly
3755 In Windows Property Sheet can have any mix of icon-less tabs and tabs
3756 with icons. Adds a check to see if the icon we're adding is non-NULL
3757 (otherwise random junk from memory can be rendered) when the application
3758 has specified the PSP_USEICONID flag is set. Changes to the Tab control
3759 to only render icons for tabs that have the TCIF_IMAGE flag set
3760 (previously, if the flag was set the entire image list of icons was
3763 Stephane Lussier <stephane@macadamian.com>
3764 Fixes for some tab control bugs
3767 Fixed some width problem with OWNERDRAW tab.
3769 Luc Tourangeau <luc@macadamian.com>
3770 TCM_ADJUSTRECT is now returning consistant compare to Windows.
3772 Serge Ivanov <sergei@corel.ca>
3773 Fixed problem with tab selection. When you select tab it becames first
3774 visible tab. Now leftmost visible tab is calculated properly.
3775 - Added code for correct handling of updown control.
3776 - Forced recalculation of tabs' coordinates when:
3777 a) all items are deleted,
3778 b) window style is canged
3780 * include/commctrl.h: Ian Schmidt <ischmidt@cfl.rr.com>
3781 Added necessary defines and structures to compile WineLib apps using
3783 Fixed typo in TCM_SETMINTABWIDTH constant.
3785 * controls/button.c: Bill Jin <billj@corel.ca>
3786 Bitmap buttons were not refreshed correctly.
3788 * dlls/comctl32/propsheet.c: Jim Aston <jima@corel.ca>
3789 This reverts Matts patch. The messaging needs double checking.
3791 * windows/message.c, windows/winproc.c, memory/selector.c, misc/w32scomb.c, msdos/dpmi.c, relay32/relay386.c, scheduler/sysdeps.c, scheduler/syslevel.c, tools/build.c, win32/kernel32.c, controls/edit.c, controls/listbox.c, debugger/registers.c, dlls/ntdll/signal_i386.c, if1632/snoop.c, if1632/thunk.c, include/selectors.h, include/thread.h, include/winnt.h, loader/main.c:
3792 Improved the selector get/set functions.
3793 Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
3795 * dlls/winmm/joystick/Makefile.in, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciwave/Makefile.in, dlls/winmm/midimap/Makefile.in, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wineoss/Makefile.in, include/acconfig.h, include/config.h.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in, dlls/msvideo/Makefile.in, dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, Make.rules.in, Makefile.in:
3796 Made winmm a separate shared library.
3798 * scheduler/process.c, tools/bin2res.c, include/wine/windef16.h, loader/ne/resource.c, misc/registry.c, objects/dib.c, ole/ole2nls.c, programs/clock/winclock.c, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, graphics/x11drv/dib.c, if1632/builtin.c, include/dplobby.h, include/wingdi.h, dlls/dplayx/dplobby.c, dlls/icmp/icmp_main.c, dlls/ntdll/reg.c, dlls/odbc32/proxyodbc.c, dlls/oleaut32/typelib.c, dlls/commdlg/filedlg95.c:
3799 Patrik Stridvall <ps@leissner.se>
3800 Fixed ANSI C violations.
3802 * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
3803 Fixed Solaris specific compiler issue.
3805 * files/dos_fs.c, win32/init.c: Patrik Stridvall <ps@leissner.se>
3806 Fixed some debug message crashes.
3808 * include/dinput.h, windows/dinput.c:
3809 Lionel Ulmer <lionel.ulmer@free.fr>
3810 - implement EnumObjects and GetProperty for Mouse and Joystick drivers
3811 - implement SetDataFormat for the Mouse driver
3813 * dlls/winmm/joystick/.cvsignore, dlls/winmm/joystick/Makefile.in, dlls/winmm/joystick/joystick.c, dlls/winmm/joystick/joystick.spec, include/debugdefs.h, include/message.h, include/mmddk.h, windows/message.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/joystick.c:
3814 Eric Pouech <Eric.Pouech@wanadoo.fr>
3815 Moved hardware related handling to dlls/winmm/joystick driver.
3816 Got rid of joySendMessages() hack (now implementation with a timer).
3818 2000-02-25 Alexandre Julliard <julliard@winehq.com>
3821 Release unused space in debug strings to avoid too frequent
3822 wrap-arounds in the circular buffer.
3824 * dlls/oleaut32/Makefile.in: Added import of olepro32.
3826 * winedefault.reg: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3827 Added OLE entries and comments.
3829 * ole/nls/jpn.nls: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3830 Japanese support implemented.
3832 * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
3833 Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
3834 order to allow Windows 9x Perl to start.
3836 * dlls/winspool/info.c: Ulrich Czekalla <ulrichc@corel.ca>
3837 This patch initializes the return buffer used in GetPrinterDriverA to
3838 zeros. This prevents buffer overruns caused by accessing garbage data.
3839 Some improvements to the NULL check patch.
3842 EnumPrinters is not returning the number of printers found in case the
3843 parameter dwLevel is 1.
3845 * dlls/ntdll/reg.c: Dmitry Timoshkov <dmitry@sloboda.ru>
3846 Do not overwrite the valid ObjectAttributes->RootDirectory.
3847 Perform case insensitive comparison for the registry paths.
3849 * include/ntddk.h: Dmitry Timoshkov <dmitry@sloboda.ru>
3850 Added prototypes for registry functions.
3852 * include/winbase.h, include/winnls.h:
3853 Dmitry Timoshkov <dmitry@sloboda.ru>
3854 Move definition of CPINFO structure from winbase.h to winnls.h
3855 Add definition of CPINFOEX structure to winnls.h
3857 * include/crtdll.h: Dmitry Timoshkov <dmitry@sloboda.ru>
3858 Add prototype for CRTDLL_wcstol.
3860 * dlls/comctl32/toolbar.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3861 Fix for toolbar button size.
3863 * misc/lstr.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3864 Fixed CharNextA/CharNextExA for DBCS.
3866 * windows/multimon.c, windows/x11drv/monitor.c, include/debugger.h, misc/comm.c, ole/ole2nls.c, relay32/snoop.c, tools/build.c, debugger/msc.c, debugger/stabs.c, dlls/comctl32/draglist.c, graphics/ddraw.c:
3867 James Abbatiello <abbeyj@WPI.EDU>
3868 Misc. fixes for compiler warnings.
3870 * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, include/ole2.h, include/wine/obj_base.h, include/winerror.h:
3871 Pierre Mageau <pierre@macadamian.com>
3872 Implementation of OleConvert routines.
3874 Thuy Nguyen <thuy@macadamian.com>
3875 Don't allow to resize stream open in read only mode
3876 Allow write access for stream/storage open with STGM_READWRITE.
3877 StgOpenStorage return values are now more detailed.
3878 Don't rely on STGM_CREATE flag in the Storage constructor.
3879 Preventing to write out of date property.
3881 Owen Wang <owenw@corel.ca>
3882 Allow both positive & negative 32-bit integers as with MFC assumption.
3883 This patch improves the 32bit limit on IStream::*_Seek operations.
3885 John Li <johnl@corel.ca>
3886 When WP opens a linked file, the malloc function in
3887 OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine
3888 crash. The actual problem is the function reading a large data length.
3890 * dlls/version/info.c: Patrik Stridvall <ps@leissner.se>
3891 Made some local functions static.
3893 * dlls/oleaut32/oleaut32.spec, server/context_i386.c:
3894 Patrik Stridvall <ps@leissner.se>
3895 Fixed some issues found by winapi_check.
3897 * tools/winapi_check/*:
3898 Patrik Stridvall <ps@leissner.se>
3899 Moved some of the API specification from the global file to the local
3902 * dlls/mouse/mouse_main.c, include/mouse.h, include/ttydrv.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/mouse.c:
3903 James Abbatiello <abbeyj@WPI.EDU>
3904 Better thread safety for WarpPointer hack.
3906 * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
3907 Juergen Schmied <juergen.schmied@debitel.net>
3908 Added AddAccessAllowedAce.
3910 * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
3911 Some more ListView_ macros, winelib fixes.
3913 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@debitel.net>
3914 Fixed allocation of 16x16 icons.
3916 * dlls/commdlg/filedlg95.c:
3917 Juergen Schmied <juergen.schmied@debitel.net>
3918 For unicode: give the selected filename back.
3920 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
3921 Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
3924 * windows/painting.c: Serge Ivanov <sergei@corel.ca>
3925 We don't need to call LPtoDP in here as far as PatBlt does it internally.
3927 * dlls/comctl32/propsheet.c: Serge Ivanov <sergei@corel.ca>
3928 In Windows, if PropertySheet can't create some page it just skips it. This
3929 patch adds similar behaviour to Wine. It also adds some NULL checks.
3932 Fix property sheet initialization bugs.
3935 The template was calling GetActiveIndex which was not being set in the
3936 propsheet code, and the call was moved before we call SetActive -
3937 because that's where we query for the Active Index.
3940 Resize property sheet to the largest dialog size.
3943 In the WM_INITDIALOG handler for the prop sheet, there is a call to
3944 PROPSHEET_IsTooSmall() which, if it returns TRUE, calls
3945 PROPSHEET_AdjustSize(). Contrary to its comment, .._AdjustSize() actually
3946 aligns the sizes of the "largest" prop. sheet dialog template and the tab
3947 control. The IsTooSmall() call doesn't properly catch this mismatch.
3948 Modified the function to return TRUE if the sizes mismatch and renamed it to
3949 PROPSHEET_SizeMismatch() to reflect its proper use.
3951 * dlls/shell32/shlwapi.spec: Marcus Meissner <marcus@jet.franken.de>
3952 We define PathISURLA, so use it.
3954 * dlls/comctl32/imagelist.c: Serge Ivanov <sergei@corel.ca>
3955 In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
3956 fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads
3957 to improper display of overlay images.
3960 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
3961 ATOMs are considered unique, so we don't need to check class
3962 pointers in FindWindow.
3964 * objects/region.c: Serge Ivanov <sergei@corel.com>
3965 Not all region functions updated 'type' field to reflect current
3968 * programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
3969 Eric Williams <ewill@ncal.verio.com>
3970 Minor fixups and tweaking, and a dummy hook.
3972 * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
3973 Fixed handling of filedlg flags.
3975 2000-02-20 Alexandre Julliard <julliard@winehq.com>
3977 * scheduler/process.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3978 Added FIXME comment for entry point parameter.
3980 * dlls/ole32/moniker.c, dlls/ole32/ole32.spec:
3981 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3982 - stub for OLE32.MkParseDisplayName
3985 * windows/dialog.c, windows/win.c:
3986 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3987 - fixed my slightly incorrect EndDialog patch
3990 * windows/x11drv/wnd.c, dlls/comctl32/tab.c, windows/winproc.c:
3991 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3994 * dlls/dsound/dsound_main.c: Marcus Meissner <marcus@jet.franken.de>
3995 Made the buffer list in the directsound object thread-safe.
3997 * loader/module.c, loader/ne/module.c:
3998 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3999 It seems to be GetModuleFileName16 that checks exe version on whether
4000 to return long or short paths, not GetModuleFileNameA.
4002 * dlls/commdlg/filedlg.c: Gerard Patel <g.patel@wanadoo.fr>
4003 Avoid too much refreshing when changing the drive in the 16 bits file
4006 * files/dos_fs.c: Petr Tomasek <tomasek@etf.cuni.cz>
4007 GetLongPathName rewrite.
4009 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/filetitle.c:
4013 Don't update the combo box selection when closing the dialog only when
4014 clicking on OK button. Adjust file dialog size when help button isn't
4018 Fixes problems with open dialog box filters.
4021 Prevents the help button from displaying on OpenFile dialogs unless
4022 the proper flag is set in the OPENFILENAME struct.
4028 Add tooltips to the file Dialog toolbar.
4030 Sylvain Bouchard, Bill Jin
4032 EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections
4033 Instead of passing in a copy of ofn, passing in the pointer of ofn.
4036 A "!" was missing in a check against lpstrInitialDir.
4039 Fixed crash: if dialog has no filetypes appearing in the dropdown list.
4041 Matt Robertson, Ulrich Czekalla
4042 Fixed problems occurring with selection of files inside openfiledlg.
4044 * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
4045 - activated use of templates
4046 - moved the creating of new folders to the shellview
4048 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
4049 Juergen Schmied <juergen.schmied@debitel.net>
4050 Started with shell-clipboard handling (context menu cut&paste,
4053 * dlls/shell32/dataobject.c:
4054 Juergen Schmied <juergen.schmied@debitel.net>
4055 Removed ItemIDListList, reorganisation, more formats.
4057 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@debitel.net>
4058 - implemented rename, copy and delete file
4059 - "new file" is activating label edit for rename
4060 - implemented IShellView_SelectItem
4062 * dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c:
4063 Juergen Schmied <juergen.schmied@debitel.net>
4064 Better context menus.
4066 * dlls/shell32/Makefile.in, dlls/shell32/clipboard.c, dlls/shell32/contmenu.c, dlls/shell32/shv_item_cmenu.c, include/wine/obj_contextmenu.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
4067 Juergen Schmied <juergen.schmied@debitel.net>
4068 - new files related to context menu and drag drop file operations
4069 - render functions for clipboardformats
4071 * dlls/shell32/shell.c, dlls/shell32/shellpath.c: Stephane Lussier
4072 Implemented PathIsURLA and modified ShellExecute16 to be able to load URL
4074 * dlls/shell32/shell32.spec, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
4075 Juergen Schmied <juergen.schmied@debitel.net>
4076 Started implementation of shell notifications.
4078 * dlls/shell32/shlfileop.c:
4079 Juergen Schmied <juergen.schmied@debitel.net>
4080 New file (SHFileOperation).
4082 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@debitel.net>
4085 * dlls/shell32/shellfolder.h, dlls/shell32/shlfolder.c:
4086 Juergen Schmied <juergen.schmied@debitel.net>
4087 - new internal interface for item manipulation (cut/paste/new folder/delete/rename)
4088 - implemented IPersistFolder2 interface
4090 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
4091 Juergen Schmied <juergen.schmied@debitel.net>
4092 New aPidl handling functions.
4094 * misc/main.c: Avoid crash on usage message.
4096 * dlls/advapi32/registry.c: Avoid crash on NULL data pointer.
4098 * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
4099 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4100 Added stub for RtlAssert().
4102 * windows/x11drv/keyboard.c:
4103 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4104 Added Japanese jp106 and pc98x1 keyboard layout.
4106 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4107 Got rid of PROFILE_ functions, now accessing Wine config options
4108 through the registry.
4110 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4111 While creating the wine config key, make sure that only Wine's subkeys
4114 * graphics/psdrv/driver.c: Marcus Meissner <marcus@jet.franken.de>
4115 Check for NULL ptr in PSDRV_GetDeviceCapabilities.
4117 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
4118 Added a bit magic to CONSOLE_get_input so we don't get single Escapes
4119 from function key escape sequences.
4121 2000-02-19 Alexandre Julliard <julliard@winehq.com>
4123 * memory/atom.c: Bug fix for native USER.
4125 * loader/loadorder.c, wine.ini:
4126 Hard-coded DllPairs configuration; there is no need for the user to
4129 * graphics/psdrv/afm.c, graphics/x11drv/xfont.c, include/console.h, include/main.h, include/options.h, misc/main.c, misc/version.c, windows/x11drv/main.c, windows/x11drv/wnd.c, console/interface.c, documentation/wine.man.in, files/profile.c:
4130 Store config file contents in the registry so we only have to load it
4132 Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
4133 Removed a few unnecessary/unused command-line options.
4135 2000-02-18 Alexandre Julliard <julliard@winehq.com>
4137 * loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, scheduler/process.c, server/process.c, server/process.h, server/trace.c, include/process.h, include/server.h:
4138 Store the handle of the process exe file in the server.
4139 Removed PROCESS_Initial().
4141 * dlls/oleaut32/variant.c: Owen Wang <owenw@corel.com>
4142 Set the type of VarBstrFromDate to dwFlags, instead of lcid.
4144 Ulrich Czekalla <ulrichc@corel.ca>
4145 Fixed the problem with the date being off by one.
4148 VariantCopy was ignoring VT_DISPATCH,VT_UNKNOWN, and VT_VARIANT. Same
4150 Coerce function doesn't implement coercion for VT_DISPATCH type.
4152 * if1632/gdi.spec, if1632/kernel.spec, if1632/user.spec:
4153 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4154 Added/corrected ordinals of kernel, gdi, user.
4156 * include/win.h, windows/win.c: Noomen Hamza <noomen@macadamian.com>
4157 Popup windows will be hidden when minimizing the main frame.
4159 * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
4160 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
4161 Changed the loading of typelib files to use a memory mapping instead
4162 of reading the file bit by bit.
4164 * files/drive.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4165 DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
4166 path component even if a match already occurred.
4168 * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4169 Fixed prototype for OleTranslateColor.
4171 * files/file.c: Matthew Cline <matt@nightrealms.com>
4172 Added WARN messages on open errors.
4174 * misc/wsprintf.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4175 The maximum size of the buffer is 1024 bytes in Win32.
4177 2000-02-16 Alexandre Julliard <julliard@winehq.com>
4179 * relay32/snoop.c, windows/driver.c, windows/hook.c, windows/win.c, windows/winproc.c, if1632/snoop.c, if1632/thunk.c, include/region.h, loader/loadorder.c, loader/ne/module.c, misc/ddeml.c, misc/toolhelp.c, objects/enhmetafile.c, objects/metafile.c, objects/region.c, files/drive.c, files/file.c, files/profile.c, graphics/driver.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, graphics/x11drv/xfont.c, dlls/lzexpand/lzexpand_main.c, dlls/mpr/mpr_main.c, dlls/winaspi/winaspi16.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/wineoss/midi.c, dlls/wnaspi32/winaspi32.c, files/dos_fs.c, dlls/advapi32/security.c:
4180 Moved SystemHeap allocations to the process heap.
4182 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
4183 Do not use GlobalFindAtom with atom handles in CreateWindow* functions.
4185 * windows/defwnd.c: Ulrich Czekalla <ulrichc@corel.ca>
4186 Send WM_HELP message when F1 is pressed.
4188 * ole/nls/brf.nls, ole/nls/cor.nls, ole/nls/cym.nls, ole/nls/gae.nls, ole/nls/gdh.nls, ole/nls/gdv.nls, documentation/wine.man.in, include/options.h, include/winnls.h, misc/main.c, ole/ole2nls.c:
4189 Alastair McKinstry <Alastair.McKinstry@digital.com>
4190 Added support for the following celtic languages: Irish Gaelic, Scots
4191 Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
4193 2000-02-14 Alexandre Julliard <julliard@winehq.com>
4195 * dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
4196 Juergen Schmied <juergen.schmied@debitel.net>
4197 Added stub for CoResumeClassObjects.
4199 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
4200 - added argument printing to stubs
4201 - replaced memcmp by IsEqualGUID
4202 - implemented GetCapabilities for Mouse and Keyboard
4204 * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
4205 ioctlsocket() now returns success if the app sets nonblocking mode for
4206 WSAAsyncSelect()-ed sockets.
4208 * dlls/crtdll/wcstring.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4209 Fixed FreeBSD compile.
4211 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4212 - fixed crash on mci channel tracing
4213 - fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages
4215 2000-02-13 Alexandre Julliard <julliard@winehq.com>
4217 * graphics/x11drv/bitblt.c: James Abbatiello <abbeyj@wpi.edu>
4218 Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
4220 * include/winbase.h, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c:
4221 Dave Pickles <davep@nugate.demon.co.uk>
4222 Added definition for STILL_ACTIVE.
4224 * server/request.c, configure, configure.in, include/config.h.in, scheduler/client.c:
4225 Juergen Lock <nox@jelal.kn-bremen.de>
4226 Added configure check for the unix domain sockaddr length.
4228 * misc/cdrom.c: Juergen Lock <nox@jelal.kn-bremen.de>
4229 Fixed CDROM_Audio_Seek for non-linux systems.
4231 * objects/gdiobj.c, include/gdi.h: Matthew Cline <matt@nightrealms.com>
4232 GetObjectA() now rejects GDI handles which are invalid.
4234 * misc/version.c: Juergen Lock <nox@jelal.kn-bremen.de>
4235 VERSION_GetSystemDLLVersion crashed when being called on a .so.
4237 * windows/defwnd.c: Martin Fuchs <martin-fuchs@gmx.net>
4238 Display the system popup menu when clicking with the right mouse
4239 button in the window caption.
4241 * dlls/ole32/clipboard.c: Removed check for class existence.
4243 * dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c:
4244 Alexandre Julliard <julliard@codeweavers.com>
4245 Removed superfluous GlobalFindAtom calls.
4247 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
4248 Reading of ri blocks.
4249 Better error handling.
4251 * windows/mdi.c: Matthew Cline <matt@nightrealms.com>
4252 Check that ci->hWindowMenu is not zero before using it.
4254 * dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec:
4255 David Howells <David.Howells@nexor.co.uk>
4256 Implemented isw*() wctype.h functions.
4258 * miscemu/main.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4259 Better error messages.
4261 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
4262 Fixed off-by-one error.
4264 * memory/atom.c, server/Makefile.in, server/atom.c, server/main.c, server/object.h, server/request.h, server/trace.c, server/unicode.h, windows/class.c, windows/message.c, windows/win.c, if1632/kernel.spec, if1632/user.spec, include/server.h, include/wine/winbase16.h, include/wine/winuser16.h:
4265 Moved global atoms to the server (based on the work of Sergei
4266 Turchanov <turchanov@otvprim.ru>).
4268 2000-02-12 Alexandre Julliard <julliard@winehq.com>
4270 * include/wingdi.h: Matthew Cline <matt@nightrealms.com>
4271 Added a PTEXTMETRIC[A|W] definition.
4273 * include/windef.h: Matthew Cline <matt@nightrealms.com>
4274 Added typedefs for PSHORT and PUSHORT.
4276 * windows/dialog.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4277 Protect EndDialog() from invalid window handles.
4279 * graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c:
4280 Lionel Ulmer <lionel.ulmer@free.fr>
4281 Replaced fprintfs by proper debug macros and fixed some compilation warnings.
4283 2000-02-10 Alexandre Julliard <julliard@winehq.com>
4285 * include/ddraw.h: Ian Schmidt <ischmidt@cfl.rr.com>
4286 Added GUIDs, defines, and structures for DirectX7.
4288 * dlls/winmm/winmm_Ru.rc, dlls/winmm/winmm_res.rc:
4289 Oleg Korda <oleg@isp.nsc.ru>
4290 Added Russian translation.
4292 * windows/class.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
4293 Added missing goto in switch statement.
4295 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
4296 Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
4298 * win32/kernel32.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/psdrv/afm.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, if1632/builtin.c, include/debugdefs.h, include/debugtools.h, include/miscemu.h, memory/global.c, memory/heap.c, memory/ldt.c, memory/virtual.c, misc/cpu.c, misc/debugstr.c, misc/error.c, misc/main.c, misc/registry.c, msdos/dpmi.c, msdos/int2a.c, msdos/int3d.c, msdos/int41.c, msdos/int4b.c, msdos/ioports.c, relay32/snoop.c, tools/make_debug, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mmio.c, dlls/winmm/wineoss/mixer.c, dlls/wnaspi32/winaspi32.c, files/file.c, graphics/ddraw.c, dlls/ole32/compobj.c, dlls/ole32/compositemoniker.c, dlls/oleaut32/typelib.c, dlls/shell32/classes.c, dlls/shell32/shellord.c, dlls/version/install.c, dlls/version/resource.c, dlls/winaspi/winaspi16.c, dlls/advapi32/registry.c, dlls/comctl32/datetime.c, dlls/comctl32/ipaddress.c, dlls/comctl32/trackbar.c, dlls/commdlg/filedlg95.c, dlls/dplayx/dplayx_global.c, dlls/dsound/dsound_main.c, dlls/lzexpand/lzexpand_main.c, dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/signal_i386.c:
4299 Optimized debugging API to reduce code size.
4301 * library/winestub.c, misc/cdrom.c, msdos/int2f.c, objects/linedda.c, dlls/oleaut32/variant.c, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, graphics/cache.c, graphics/escape.c, graphics/ttydrv/text.c, include/color.h, include/enhmetafiledrv.h, include/metafiledrv.h, include/ole.h, include/psdrv.h, include/win16drv.h, include/wingdi.h, dlls/ole32/compobj.c, dlls/ole32/datacache.c, dlls/ole32/storage.c:
4302 Removed extra includes from ole.h and wingdi.h.
4305 Jeremy White <jwhite@codeweavers.com>
4306 Removed #include of wingdi.h and windef.h from winuser.h (and resolved
4307 the resulting compilation failures).
4309 2000-02-07 Alexandre Julliard <julliard@winehq.com>
4311 * dlls/ole32/compobj.c: Owen Wang <owenw@corel.ca>
4312 Make CLSIDFromString return a CLSID of zeros instead of crashing when
4313 passed a null pointer.
4315 * dlls/winmm/joystick.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4316 Fixed unconditional use of JOYDEV.
4318 * include/commdlg.h, include/windowsx.h, include/wingdi.h, include/winuser.h:
4319 Michael Cardenas <michael_cardenas@deneba.com>
4320 Added a bunch of macros needed for compiling Winelib apps.
4322 * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
4323 Added ListView_EditLabel macros.
4325 * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@debitel.net>
4326 Changed import to ordinal.
4328 * include/wine/obj_shellfolder.h:
4329 Juergen Schmied <juergen.schmied@debitel.net>
4330 Added IPersistFolder2 interface.
4332 * misc/cdrom.c, msdos/int2f.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mcicda/mcicda.spec, files/drive.c, include/cdrom.h, include/debugdefs.h:
4333 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4334 - implemented serial numbers for audio CDs and data CDs
4335 - big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
4337 - split debug channel cdaudio into cdrom and mcicda
4340 * dlls/oleaut32/olefont.c, include/olectl.h:
4341 Sean Langley <seanl@corel.ca>
4342 Made OleCreateFontIndirect have the same signature (exactly) as the
4343 header file. Added olepro32 dll stubs.
4345 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/olepro32/.cvsignore, dlls/olepro32/Makefile.in, dlls/olepro32/README, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
4346 Sean Langley <seanl@corel.ca>
4349 * windows/clipboard.c: Juergen Schmied <juergen.schmied@debitel.net>
4352 * dlls/winmm/joystick.c: Wolfgang Schwotzer <woschwot@gmx.net>
4353 Extended the winmm joystick API calls to support the new Linux
4356 * server/context_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
4357 Added context functions for FreeBSD.
4359 * dlls/shell32/systray.c: Sheri Steeves <sheri@macadamian.com>
4360 Fix for the system tray, Icon and popup menu's now work.
4362 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
4363 Use window properties instead of window long, also use them to
4364 determine if we really own a window and can destroy it.
4365 The pixelformat for 256 colors has PALETTE|RGB flags (Tomb Raider 2)
4366 Set paintable flag for application passed cooperative/drawing window.
4367 GetDisplayMode: We might have and do support 2 backbuffers.
4369 * dlls/ole32/moniker.c: Noomen Hamza <noomen@macadamian.com>
4370 Running object table are not using 0 as a valid index anymore.
4372 * controls/static.c: Luc Tourangeau <luc@macadamian.com>
4373 Implementation of Static OwnerDraw.
4375 * dlls/comctl32/imagelist.c: Marcus Meissner <marcus@jet.franken.de>
4376 Height calculation was 1 off in ImageList_Read.
4378 2000-02-03 Alexandre Julliard <julliard@winehq.com>
4380 * programs/view/init.c, programs/view/view.c, tools/wrc/wrc.c, windows/mdi.c, controls/edit.c, controls/menu.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/brsfolder.c, dlls/shell32/shell32_main.c, graphics/psdrv/driver.c, include/resource.h, loader/ne/resource.c:
4383 * programs/regtest/Makefile.in, programs/regtest/regtest.spec, programs/view/.cvsignore, programs/view/Makefile.in, programs/view/view.spec, programs/wcmd/.cvsignore, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/winhelp.spec, programs/winver/.cvsignore, programs/winver/Makefile.in, programs/winver/winver.spec, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec, programs/avitools/icinfo.spec, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.spec, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgtst.spec, programs/control/.cvsignore, programs/control/Makefile.in, programs/control/control.spec, programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/notepad.spec, programs/osversioncheck/.cvsignore, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.spec, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/progman.spec, programs/regapi/.cvsignore, programs/regapi/Makefile.in, programs/regapi/regapi.spec, programs/regtest/.cvsignore, libtest/.cvsignore, libtest/Makefile.in, libtest/expand.spec, libtest/hello.spec, libtest/hello2.spec, libtest/hello3.spec, libtest/hello4.spec, libtest/hello5.spec, libtest/new.spec, libtest/rolex.spec, libtest/vartest.spec, libtest/volinfo.spec:
4384 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4385 Added .spec files for all libtest/ and programs/ WineLib apps.
4386 Updated all Makefiles to use .spec files and new resource handling.
4388 * loader/libres.c, loader/main.c, loader/pe_resource.c, loader/resource.c, relay32/builtin32.c, resources/sysres.c, tools/build.c, include/builtin32.h, include/libres.h, include/module.h, include/pe_image.h, include/resource.h, loader/Makefile.in, loader/elf.c:
4389 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4390 Added .spec keyword 'mode' to allow creating built-in EXE modules.
4391 Use built-in EXE modules for WineLib apps (instead of ELF modules).
4392 Removed dummy ELF module creation.
4393 Removed LIBRES handling.
4395 * programs/notepad/main.c:
4396 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4397 Fixed memory overwrite bug.
4399 * include/windef.h, include/wine/windef16.h:
4400 Jeremy White <jwhite@codeweavers.com>
4401 Moved definitions such as BOOL16 and INT16 from windef.h into
4404 * ole/ole2nls.c: Julio César Gázquez <jgazquez@dld.net>
4405 GetNumberFormatA implementation added.
4407 * win32/console.c: Marcus Meissner <Marcus.Meissner@caldera.de>
4408 Save and restore cursor in WriteConsoleOutputA.
4410 * include/datetime.h, include/monthcal.h, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c:
4411 Alex Priem <alexp@sci.kun.nl>
4412 - Implementation of WM_SETFORMAT
4413 - Reworked drawing/selection
4414 - Implementation of WM_KEYDOWN
4416 * include/miscemu.h, msdos/int09.c, msdos/int16.c:
4417 Ove Kaaven <ovek@arcticnet.no>
4418 Added INT_Int16ReadChar and made int09 handle special keys.
4420 * graphics/vga.c, include/vga.h: Ove Kaaven <ovek@arcticnet.no>
4421 Added alphanumeric mode to the VGA emulation.
4422 Use service thread for the periodic refresh.
4424 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
4425 Cleanup VGA refresh when terminating.
4427 * win32/console.c: Ove Kaaven <ovek@arcticnet.no>
4428 Handle backspace correctly.
4430 2000-01-31 Alexandre Julliard <julliard@winehq.com>
4432 * configure, Make.rules.in, */Makefile.in:
4433 Build most dlls as separate shared libraries.
4435 2000-01-30 Alexandre Julliard <julliard@winehq.com>
4437 * configure.in, include/config.h.in, server/context_i386.c, configure:
4438 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4439 Added configure check for sys/reg.h.
4441 * dlls/comctl32/imagelist.c, include/imagelist.h:
4442 Marcus Meissner <marcus@jet.franken.de>
4443 Overlay indices are signed shorts (-1 means no overlay)
4444 (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
4445 (ImageList_Read) We can read a NxM bitmap from the stream and have
4446 to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
4448 (others) removed some potential operator precendence problems.
4450 * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
4451 GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
4453 * include/wine/exception.h, miscemu/main.c, win32/except.c, Makefile.in, debugger/dbg.y, debugger/external.c, dlls/ntdll/exception.c, include/debugger.h, include/thread.h:
4454 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4455 Moved debugger to libwine to make it available to WineLib apps.
4456 Try to invoke external debugger if internal debugger crashes.
4457 Try to handle early invocation of debugger more gracefully.
4459 * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
4460 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4461 Mark initial process as 32-bit for WineLib apps.
4462 Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
4463 Removed unused thread event.
4465 * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4466 - Windows skips the '\t' and ' ' at the beginning and end of section
4467 key names of .INI files.
4468 - Fixed Get/WritePrivateProfileStructA():
4469 - (re-)translate the binary data into ASCII hex chars
4470 - add checksum / checking of it
4472 ----------------------------------------------------------------
4473 2000-01-30 Alexandre Julliard <julliard@winehq.com>
4475 * configure.in, include/config.h.in, server/context_i386.c, configure:
4476 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4477 Added configure check for sys/reg.h.
4479 * dlls/comctl32/imagelist.c, include/imagelist.h:
4480 Marcus Meissner <marcus@jet.franken.de>
4481 Overlay indices are signed shorts (-1 means no overlay)
4482 (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
4483 (ImageList_Read) We can read a NxM bitmap from the stream and have
4484 to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
4486 (others) removed some potential operator precendence problems.
4488 * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
4489 GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
4491 * include/wine/exception.h, miscemu/main.c, win32/except.c, Makefile.in, debugger/dbg.y, debugger/external.c, dlls/ntdll/exception.c, include/debugger.h, include/thread.h:
4492 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4493 Moved debugger to libwine to make it available to WineLib apps.
4494 Try to invoke external debugger if internal debugger crashes.
4495 Try to handle early invocation of debugger more gracefully.
4497 * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
4498 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4499 Mark initial process as 32-bit for WineLib apps.
4500 Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
4501 Removed unused thread event.
4503 * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4504 - Windows skips the '\t' and ' ' at the beginning and end of section
4505 key names of .INI files.
4506 - Fixed Get/WritePrivateProfileStructA():
4507 - (re-)translate the binary data into ASCII hex chars
4508 - add checksum / checking of it
4510 * files/directory.c, misc/registry.c, documentation/wine.conf.man.in, wine.ini:
4511 Juergen Schmied <juergen.schmied@debitel.net>
4512 - fixes, loading of settings per user
4513 - autodetecting of windows registry version
4515 * dlls/commdlg/filedlgbrowser.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/ole32/oleobj.c, dlls/oleaut32/typelib.c, include/wine/obj_base.h:
4516 Francois Gouget <fgouget@psn.net>
4517 The COM virtual tables must use the
4518 'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.
4520 * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
4521 Made int9 handler add keystroke to BIOS keyboard buffer.
4523 * loader/dos/dosmod.c, loader/dos/dosmod.h:
4524 Ove Kaaven <ovek@arcticnet.no>
4525 dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
4527 * include/wincon.h: Ove Kaaven <ovek@arcticnet.no>
4528 Added a couple of prototypes.
4530 * winedefault.reg: Dmitry Timoshkov <dmitry@sloboda.ru>
4531 Add information about code pages to default registry.
4533 * configure.in, Make.rules.in, configure:
4534 Patrik Stridvall <ps@leissner.se>
4535 - Unixware (Solaris) linker typo fixed
4536 - Solaris (and possibly Unixware) specific linker support for the
4537 GNU:ism --[no-]whole-archive
4538 - Solaris make specific makefile fix
4540 * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
4541 Solaris support for {set,get}_thread_context added.
4543 2000-01-29 Alexandre Julliard <julliard@winehq.com>
4545 * server/context_i386.c:
4546 Added our own user_regs_struct definition for better compatibility.
4548 * controls/button.c, windows/dialog.c:
4549 Dmitry Timoshkov <dmitry@sloboda.ru>
4550 Correct the behaviour of the accelerator keys in dialogs according to
4553 * programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h, programs/notepad/notepad.rc, programs/notepad/rsrc.rc, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/Xx.rc, programs/progman/accel.rc, programs/progman/main.c, programs/progman/rsrc.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc, programs/winhelp/Xx.rc, programs/winhelp/rsrc.rc, programs/winhelp/winhelp.c, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.rc, programs/clock/main.c, programs/clock/rsrc.rc:
4554 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4555 Link only a single .rc file with application.
4557 * windows/x11drv/wnd.c, dlls/shell32/shlfolder.c, documentation/no-windows, documentation/wine.man.in, graphics/d3dtexture.c, if1632/snoop.c, loader/loadorder.c, loader/ne/module.c, loader/pe_image.c, scheduler/process.c, BUGS, README, dlls/comctl32/treeview.c, dlls/dplayx/dplay.c, dlls/ole32/storage32.c:
4558 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4559 - add some documentation items
4563 * dlls/winmm/mcicda/mcicda.c, documentation/cdrom-labels, files/drive.c, include/cdrom.h, include/debugdefs.h, include/drive.h, libtest/volinfo.c, misc/cdrom.c, msdos/int2f.c, wine.ini:
4564 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4565 - support for reading labels and serial nums from device
4566 - "reasonable" misc/cdrom.c device handling
4567 - much improved audio CD support
4568 - serial number overwrite bug fix
4571 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/setupx/.cvsignore, dlls/setupx/Makefile.in, dlls/setupx/setupx.spec, dlls/setupx/setupx_main.c:
4572 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4575 * dlls/ole32/ole2.spec, server/process.c:
4576 Patrik Stridvall <ps@leissner.se>
4577 Fixed minor issues found by winapi_check.
4579 * tools/winapi_check/*:
4580 Patrik Stridvall <ps@leissner.se>
4582 - Moved some of the API specifications from the global file to the
4585 * include/imagelist.h, dlls/comctl32/imagelist.c:
4586 Marcus Meissner <marcus@jet.franken.de>
4587 Implemented ImageList_Read (not 100% correct in regarding to setting
4589 Filled out unknown members of ILHEAD.
4590 Started reordering IMAGELIST to make it Windows binary compatible.
4592 * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
4593 nIconIndex == -1 should return nr of available icons, not 0.
4595 * Makefile.in: Fixed building of dosmod and wineclipsrv.
4598 Bug fix: added temp structure to cope with debug traces during thread
4601 * win32/newfns.c, windows/msgbox.c, dlls/avifil32/avifile.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, if1632/snoop.c, include/debugstr.h, libtest/vartest.c, loader/resource.c, objects/text.c, relay32/relay386.c, relay32/snoop.c, relay32/utthunk.c:
4604 * misc/debugstr.c, scheduler/thread.c, if1632/relay.c, include/debugtools.h, include/thread.h:
4605 Use a per-thread buffer and write(2) for debug traces.
4606 Removed debug_dumpstr.
4608 2000-01-27 Alexandre Julliard <julliard@winehq.com>
4610 * dlls/ntdll/rtlstr.c: Juergen Schmied <juergen.schmied@debitel.net>
4613 * server/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
4614 Get HCU name from unix user name.
4616 * scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c, tools/make_requests, include/server.h, memory/selector.c:
4617 Implemented GetThreadSelectorEntry through the server.
4619 2000-01-26 Alexandre Julliard <julliard@winehq.com>
4621 * dlls/winmm/lolvldrv.c:
4622 Dynamically load version.dll in MMDRV_GetDescription32.
4624 * dlls/ole32/ole2.c:
4625 Use a linked list instead of a DPA for the hook list.
4627 * windows/x11drv/clipboard.c:
4628 Use a linked list instead of a DPA to manage pixmaps.
4630 * dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/ole32/stg_stream.c:
4631 Gerard Patel <g.patel@wanadoo.fr>
4632 Returns an error if trying to write to a stream opened for read.
4634 * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4635 Add a newbie warning for slashes in the search Path= of wine.conf.
4637 * graphics/ddraw.c: Ove Kaaven <ovek@arcticnet.no>
4638 Wait for ShmCompletion during Flip.
4640 * configure.in, libtest/Makefile.in, Make.rules.in, Makefile.in, configure:
4641 Made --enable-dll the default.
4642 Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
4643 Cleaned up install targets in main Makefile.
4645 * dlls/ntdll/sync.c: Don't crash when ObjectAttributes is NULL.
4647 2000-01-25 Alexandre Julliard <julliard@winehq.com>
4649 * windows/x11drv/monitor.c, debugger/dbgmain.c, debugger/stabs.c, dlls/crtdll/crtdll_main.c, include/options.h, loader/dos/module.c, loader/main.c, misc/main.c, miscemu/main.c, scheduler/client.c:
4650 Use argv[0] to locate the server executable.
4652 * memory/heap.c, include/heap.h, include/process.h, include/winnt.h, memory/environ.c, memory/global.c:
4653 Alexandre Julliard <julliard@codeweavers.com>
4654 Share the system heap between different address spaces. Made process
4655 heap per-address space instead of per-process.
4657 * server/thread.h, server/trace.c, Makefile.in, include/server.h, include/thread.h, loader/main.c, misc/registry.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, server/Makefile.in, server/main.c, server/object.c, server/object.h, server/process.c, server/process.h, server/request.c, server/request.h, server/select.c, server/thread.c:
4658 Alexandre Julliard <julliard@codeweavers.com>
4659 Made the server listen for new clients on a Unix socket in
4660 $HOME/.wine. Newly started wine processes now attach to an existing
4661 server if one is running.
4663 * files/profile.c, include/options.h:
4664 Added PROFILE_GetConfigDir function.
4666 2000-01-24 Alexandre Julliard <julliard@winehq.com>
4668 * dlls/advapi32/registry.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, include/server.h, scheduler/client.c, server/*.c:
4669 Changed the server to return STATUS_* error codes.
4671 * dlls/ntdll/Makefile.in, dlls/ntdll/error.c, dlls/ntdll/rtl.c:
4672 Built a complete translation table for RtlNtStatusToDosError.
4674 * include/winerror.h, include/winnt.h: Added some error codes.
4676 * windows/nonclient.c:
4677 Use GetProcAddress instead of calling ShellAboutA directly.
4679 2000-01-23 Alexandre Julliard <julliard@winehq.com>
4681 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/version/Makefile.in, dlls/version/ver.spec, dlls/version/ver16.c:
4682 Merged dlls/ver into dlls/version.
4684 * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c, dlls/ntdll/Makefile.in, dlls/ntdll/file.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, include/ntddk.h, include/ntdef.h, include/ntsecapi.h, include/winbase.h:
4685 Juergen Schmied <juergen.schmied@debitel.net>
4686 - implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
4687 NtAllocateLocallyUniqueId
4688 - implementation or stubs for NtAccessCheck, NtSetSecurityObject,
4689 RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
4690 RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
4691 RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
4692 RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
4693 RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
4694 RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
4695 RtlValidSid, RtlxUnicodeStringToOemSize
4696 - corrected most RtlString* functions, added documentation
4697 - more fixes and partial implementations
4699 * misc/main.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/ddraw.c, include/options.h:
4700 Ove Kaaven <ovek@arcticnet.no>
4701 Added -dxgrab command line option, which confines cursor motion to the
4702 DirectX primary surface.
4704 * dlls/commdlg/filedlg95.c: Marcus Meissner <marcus@jet.franken.de>
4705 Replaced some weird C constructs (char[]="" ) with more compatible ones.
4706 Added another NULL ptr check in _OnOpen.
4708 * misc/winsock_async.c, relay32/Makefile.in, relay32/wsock32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winsock/.cvsignore, dlls/winsock/Makefile.in, dlls/winsock/async.c, dlls/winsock/socket.c, dlls/winsock/winsock.spec, dlls/winsock/wsock32.spec, if1632/Makefile.in, if1632/winsock.spec, misc/Makefile.in, misc/winsock.c:
4709 Moved winsock implementation to dlls/winsock.
4711 * dlls/*/.cvsignore:
4712 Marcus Meissner <marcus@jet.franken.de>
4713 Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
4715 * graphics/x11drv/dib.c: Marcus Meissner <marcus@jet.franken.de>
4716 Corrected arguments to VirtualFree().
4718 * dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/wine/winestring.h, memory/string.c:
4719 Dmitry Timoshkov <dmitry@sloboda.ru>
4720 Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
4723 * windows/winproc.c: Gerard Patel <g.patel@wanadoo.fr>
4724 Map WM_MENUSELECT 32->16 bits for closing menu.
4726 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
4727 Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.
4729 * dlls/oleaut32/oleaut.c: Marcus Meissner <marcus@jet.franken.de>
4730 Implemented (Register|Get|Revoke)ActiveObject from the docs.
4732 * graphics/ddraw.c, include/x11drv.h, windows/x11drv/event.c:
4733 Ove Kaaven <ovek@arcticnet.no>
4734 Supercharged XShm implementation for DirectDraw.
4736 * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4737 Bugfix: missing NULL pointer checks.
4739 * loader/pe_image.c:
4740 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4741 Check for MZ header before trying to decipher the PE header.
4743 * relay32/kernel32.spec:
4744 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4745 Export GetLongPathName[A|W].
4747 * memory/global.c, memory/heap.c:
4748 Guy Albertelli <galberte@neo.lrun.com>
4749 Fix problems with GlobalHandle and GlobalFree so results match Win98.
4750 Restructure HEAP_ValidateInUseArena, HeapValidate, and add
4751 HEAP_IsRealArena to eliminate *bogus* error messages.
4753 * windows/message.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
4754 Actually print return value of message.
4756 * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
4757 Corrected arguments in DIB_DeleteDIBSection.
4759 * files/file.c: Marcus Meissner <marcus@jet.franken.de>
4760 Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
4761 help of James Feeney <james@nurealm.net>.
4763 2000-01-20 Alexandre Julliard <julliard@winehq.com>
4765 * scheduler/debugger.c, scheduler/thread.c, server/Makefile.in, server/context_i386.c, server/debugger.c, server/object.h, server/request.h, server/trace.c, tools/make_requests, include/server.h:
4766 Alexandre Julliard <julliard@codeweavers.com>
4767 Added Get/SetThreadContext support through the server.
4769 2000-01-18 Alexandre Julliard <julliard@winehq.com>
4771 * windows/dinput.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/olefont.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/memorystream.c, dlls/shell32/regstream.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/debugstr.h, misc/debugstr.c, dlls/avifil32/avifile.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/dsound/dsound_main.c, dlls/ole32/clipboard.c, dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c, dlls/ole32/ifs.c, dlls/ole32/storage.c:
4772 Added debugstr_guid function and used it to replace
4773 WINE_StringFromCLSID in all debugging messages.
4775 * dlls/winmm/wineoss/audio.c:
4776 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4777 Always initialize lpWaveHdr->lpNext to NULL.
4778 Don't fail on strange fragment sizes.
4780 2000-01-17 Alexandre Julliard <julliard@winehq.com>
4782 * include/winnls.h: Dmitry Timoshkov <dmitry@sloboda.ru>
4783 Add some defines needed for Unicode to Ascii conversions.
4785 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
4786 Better error handling, less keys held open.
4788 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
4789 EnumDisplayModes must pass lPitch.
4791 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
4792 Validate the menu handles.
4794 * dlls/win87em/emulate.c: Gerard Patel <g.patel@wanadoo.fr>
4795 Rounds to the lowest integer, not the nearest.
4797 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4798 Fixed race between Win16 parent and child for first rescheduling
4799 of child process. This fixes WinExec returning too early.
4801 2000-01-16 Alexandre Julliard <julliard@winehq.com>
4803 * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
4804 Use --whole-archive to force linking all of libwine.a. into wine.
4806 * if1632/builtin.c, include/builtin16.h, include/builtin32.h, relay32/builtin32.c, tools/build.c:
4807 Added automatic registration of built-in DLLs.
4809 2000-01-15 Alexandre Julliard <julliard@winehq.com>
4811 * configure.in, configure: Aaron Hope <edh@mail.brioforge.com>
4812 Fixed IPX detection.
4814 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
4815 New implementation of the win95 registry loader.
4817 * dlls/advapi32/registry.c:
4818 Juergen Schmied <juergen.schmied@debitel.net>
4819 If there is enough space in the buffer and the type is REG_SZ and the
4820 string is not 0-terminated RegQueryValue and RegEnumValue are appending a 0.
4822 * debugger/hash.c: Gerard Patel <g.patel@wanadoo.fr>
4823 Display the external modules after the internal modules in crash report.
4825 * files/drive.c: Ove Kaaven <ovek@arcticnet.no>
4826 Made SetVolumeLabel report failure on CD-ROM drives.
4828 * documentation/status/directplay:
4829 Peter Hunnisett <hunnise@nortelnetworks.com>
4830 Updated documentation.
4832 * dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, include/driver.h, windows/driver.c:
4833 Eric Pouech <Eric.Pouech@wanadoo.fr>
4834 Replaced Wine specific DRIVER_GetType by a correct implementation of
4837 * configure, configure.in, include/wine_gl.h:
4838 Lionel Ulmer <lionel.ulmer@free.fr>
4839 - (ugly) fix for the 'Xmd.h' problem
4840 - fix the detection of DGA 2 in configure script
4842 * include/thread.h, scheduler/thread.c:
4843 Juergen Schmied <juergen.schmied@debitel.net>
4844 - added NT fields to TEB
4845 - moved tls-fields and some wine specific fields to a higher offset
4846 - added some documentation
4847 - initialisation of the UnicodeString
4849 * dlls/dsound/dsound_main.c: Todd T. Fries <todd@fries.net>
4850 Add HAVE_SOUNDCARD_H to support OpenBSD.
4852 * include/wingdi.h, objects/enhmetafile.c, relay32/gdi32.spec:
4853 Peter Hunnisett <hunnise@nortelnetworks.com>
4854 - Added some missing EMR record types and updated and fixed others
4855 - Added stubs and headers for CreateColorSpace,DeleteColorSpace and SetColorSpace
4856 - Added header for SetICMMode
4857 - Added ability to play more enhanced metafile records
4859 * graphics/enhmetafiledrv/init.c:
4860 Peter Hunnisett <hunnise@nortelnetworks.com>
4861 Store reference hdc size into enhanced metafile header when creating.
4863 * dlls/ole32/moniker.c, dlls/ole32/ole2stubs.c:
4864 Marcus Meissner <marcus@jet.franken.de>
4867 * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
4868 Removed DeleteObject call left over from previous patch.
4870 * win32/thread.c: Ove Kaaven <ovek@arcticnet.no>
4871 Fixed bad register constraint in InterlockedCompareExchange.
4873 * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
4874 Added prototypes for the NT synchronization functions
4875 InterlockedCompareExchange and InterlockedExchangeAdd.
4877 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4878 Don't access 'wm->modname' after the modref has been flushed.
4880 * memory/global.c: Guy Albertelli <galberte@neo.lrun.com>
4881 Added null check in GlobalHandle.
4883 2000-01-12 Alexandre Julliard <julliard@winehq.com>
4885 * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/oleaut32/parsedt.c, include/monthcal.h:
4886 Removed a dependency between oleaut32 and comctl32.
4888 * include/winnt.h: Juergen Schmied <juergen.schmied@debitel.net>
4891 * include/ddraw.h: Steve Langasek <vorlon@dodds.net>
4892 Fixed macro definition of IDirectDrawSurface_Restore.
4893 Added defines for Ddraw's WaitForVerticalDisplay().
4895 * include/dsound.h: Steve Langasek <vorlon@dodds.net>
4896 Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
4897 IDirectSoundBuffer_Unlock.
4899 * include/mmsystem.h: Steve Langasek <vorlon@dodds.net>
4900 Missing Winelib declarations for AUXCAPS.
4902 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4903 Fix (harmless) assembler warnings.
4905 * dlls/dplayx/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
4906 Fix problem with initialization (reported by Andreas Mohr).
4908 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
4909 InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
4911 ----------------------------------------------------------------
4912 Sun Jan 9 21:42:42 2000 Alexandre Julliard <julliard@winehq.com>
4914 * dlls/wnaspi32/winaspi32.c: Patrik Stridvall <ps@leissner.se>
4915 Non-Linux compile fix.
4917 * files/dos_fs.c: Francois Gouget <fgouget@psn.net>
4918 DOSFS_DoGetFullPathName would underflow (p would get past the
4919 beginning of buffer) if given the name "//..".
4920 Regrouped the handling of the directory separators.
4921 Directory separators in the returned path are now alway a single "\"
4922 which simplifies the handling of ".." in the name.
4924 * dlls/advapi32/registry.c:
4925 Juergen Schmied <juergen.schmied@debitel.net>
4926 Corrected behaviour of RegOpenKey in case of failure.
4928 * misc/registry.c, server/registry.c, server/trace.c, include/server.h:
4929 Juergen Schmied <juergen.schmied@debitel.net>
4930 - removed copying of HKEY_USERS to HKEY_CURRENT_USER
4931 - HKEY_CURRENT_USER is now subkey of HKEY_USERS
4932 - changed query_key_info_request to return the key name too (NtQueryKey needs this)
4933 - the rootkeys (MACHINE and USER) do have names
4935 * include/gdi.h, objects/dc.c, objects/gdiobj.c:
4936 Gerard Patel <g.patel@wanadoo.fr>
4937 Avoid deleting of the default 1x1 bitmap for memory DCs.
4939 * include/builtin16.h, include/builtin32.h, loader/ne/module.c, relay32/builtin32.c, relay32/user32.spec, tools/build.c, dlls/comctl32/comctl32.spec, dlls/commdlg/comdlg32.spec, dlls/display/display.spec, dlls/mouse/mouse.spec, dlls/shell32/shell32.spec, dlls/winmm/winmm.spec, if1632/builtin.c:
4940 Built-in DLLs resources are now specified in spec file.
4941 Removed unnecessary flags in built-in DLLs tables.
4943 * if1632/dummy.c, if1632/gdi.spec, if1632/user.spec, misc/Makefile.in, misc/bidi16.c:
4944 Erez Volk <erez@gmx.net>
4945 Added stubs for some BiDi API functions.
4947 * dlls/winmm/mciwave/mciwave.c:
4948 Bradley Baetz <bbaetz@student.usyd.edu.au>
4949 Fixed race condition between app and wine in WAVE_mciPlay.
4951 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
4952 Stop menu tracking when clicking on the menu bar where there is no
4955 * win32/newfns.c: Erez Volk <erez@gmx.net>
4956 Better error reporting.
4958 Sat Jan 8 22:27:31 2000 Alexandre Julliard <julliard@winehq.com>
4960 * graphics/x11drv/xfont.c:
4961 Backed out scalable bitmap change (gives ugly results).
4963 * controls/menu.c: Marcus Meissner <marcus@jet.franken.de>
4964 GetMenuString should return itemlength on 0 nMax or NULL str
4965 InsertItem pos=-1, flags = 0 should append item
4966 (thanks to Sander van Leeuwen)
4968 * include/aspi.h, dlls/wnaspi32/winaspi32.c, dlls/wnaspi32/wnaspi32.spec:
4969 David Elliott <dfe@netnitco.net>
4970 Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
4971 Added critical section around code dealing with global variables.
4972 Added a few comments about how ASPI is supposed to work.
4973 Copy sense info into the correct place (right after the fixed 16-byte CDB).
4974 Now returns target status (many Windows apps won't even look at the
4975 sense are unless they get an error code).
4976 Added SC_ABORT_SRB FIXME.
4977 Added SC_GET_DISK_INFO place holder for clarity.
4978 Updated Linux SG interface structure to include new kernel 2.2
4981 * Make.rules.in: Marcus Meissner <marcus@jet.franken.de>
4982 Look for our header files first, then for systems headers.
4984 * dlls/commdlg/filedlg.c: Marcus Meissner <marcus@jet.franken.de>
4985 The new filedialog stuff does not handle template. So do not call if
4988 * windows/winpos.c: Rein Klazes <rklazes@casema.net>
4989 Avoid problems during changing the Z-order if the window and the
4990 window to insert after are the same.
4992 * libtest/expand.c, libtest/hello5.c:
4993 Marcus Meissner <Marcus.Meissner@caldera.de>
4994 Removed GUI junk from expand.c, so you can use it in commandline mode.
4997 * dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec:
4998 Patrik Stridvall <ps@leissner.se>
4999 Fixed some issues found by winapi_check.
5001 * tools/winapi_check/win32/shell32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
5002 Patrik Stridvall <ps@leissner.se>
5003 - Added support for auto allocated ordinals
5004 - Fixed varargs (16 bit) bug
5007 * dlls/version/info.c:
5008 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5009 Fixed alignment problem with VERSION_INFO members.
5011 Wed Jan 5 03:24:52 2000 Alexandre Julliard <julliard@winehq.com>
5013 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
5014 Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some
5015 of the $X_EXTRA_LIBS are required.
5017 * windows/defwnd.c, windows/painting.c:
5018 Patrik Stridvall <ps@leissner.se>
5019 - Made FillRect behave like it does on Windows
5020 - Cleaned up WM_{,ICON}ERASEBACKGROUND default handling
5021 - Added some comments on how Windows behaves
5023 * windows/winhelp.c: Peter Ganten <peter@ganten.org>
5024 Check if winhelp is already running; use winhlp32.exe or winhelp.exe
5025 depending on the emulated version, relase win16lock before calling
5028 * AUTHORS, include/authors.h:
5029 Updated authors list from the Changelog. Please let me know if you
5032 * documentation/fonts: Marcus Meissner <marcus@jet.franken.de>
5033 TrueType clarification.
5035 * configure, configure.in, graphics/d3ddevices.c, graphics/d3dtexture.c, include/acconfig.h, include/config.h.in:
5036 Lionel Ulmer <lionel.ulmer@free.fr>
5037 - detect if the OpenGL implementation defines the paletted texture and
5038 color table extensions
5039 - small warning fixes
5040 - fix the double '-lXxf86dga' when having DGA 2.0
5042 * include/winbase.h: Marcus Meissner <marcus@jet.franken.de>
5043 Some comm clean up, much more error messages, only use TIOCOUTQ if
5044 defined [wine-bugs/104], tried implementing SetCommTimeouts.
5046 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
5047 - When processing WM_PAINT messages, the treeview might sometimes use
5048 the wrong hdc. Fixed.
5049 - Better checking for TREEVIEW_INFO *infoPtr=NULL.
5050 Similar to code in toolbar.c
5051 - Other small fixes (subclassed edit control).
5053 * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5054 Bugfix: uninitialized pointer caused crashes.
5056 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
5057 Made virus warning a bit more drastic, since some people don't believe us.
5059 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
5060 Some comm clean up, much more error messages, only use TIOCOUTQ if
5061 defined [wine-bugs/104], tried implementing SetCommTimeouts.
5063 * files/profile.c: Rein Klazes <rklazes@casema.net>
5064 Implement WritePrivateProfileSectionA().
5066 * dlls/ntdll/rtl.c: Adam Sacarny <magicbox@bestweb.net>
5067 Fix for compilers that don't support 'long long' (From Ove Kaaven).
5069 Tue Jan 4 02:40:22 2000 Alexandre Julliard <julliard@winehq.com>
5071 * scheduler/thread.c, server/thread.c:
5072 Moved allocation of the socket pair for a new thread to the server.
5074 * server/debugger.c: Made debug events and contexts standard objects.
5075 Use sleep_on to wait on debug events.
5077 * server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
5078 Made sleep_on usable from all requests.
5080 * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, include/mmsystem.h:
5081 Eric Pouech <Eric.Pouech@wanadoo.fr>
5082 Added more MIDI messages 16<=>32 mapping.
5083 Fixes some bugs in buffers handling and index for MAPPER.
5085 * include/callback.h, if1632/thunk.c:
5086 Eric Pouech <Eric.Pouech@wanadoo.fr>
5087 Removed the obsoleted CallTimeFuncProc, CallDriverProc,
5090 * dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/time.c:
5091 Eric Pouech <Eric.Pouech@wanadoo.fr>
5092 Put back visible minimum timer resolution to 1 ms.
5093 Decorrelate the service thread resolution from the user required timer
5094 & visible minimum resolutions.
5095 Removed the Callback.TimeFuncProc entry.
5097 * windows/x11drv/monitor.c: Lionel Ulmer <lionel.ulmer@free.fr>
5098 Give +0+0 as a default position for the desktop window.
5100 * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
5101 Convert mmio to allow the use of 32 bit mmio procedures.
5103 * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlmenu.c, dlls/shell32/systray.c:
5104 Juergen Schmied <juergen.schmied@debitel.net>
5107 * dlls/odbc32/odbc32.spec, misc/registry.c, relay32/kernel32.spec:
5108 Patrik Stridvall <ps@leissner.se>
5109 Fixed some issues found by winapi_check.
5111 * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi.pm:
5112 Patrik Stridvall <ps@leissner.se>
5113 Updated winapi_check to handle the new additions.
5115 * dlls/comctl32/monthcal.c, include/monthcal.h:
5116 Chris Morgan <cmorgan@wpi.edu>
5117 James Abbatiello <abbeyj@wpi.edu>
5118 Implemented WM_SIZE message support. Optimized drawing to use
5119 precalculated size values rather than recalculating during each call
5120 of MONTHCAL_Refresh.
5122 * relay32/user32.spec, windows/dialog.c:
5123 Juergen Schmied <juergen.schmied@debitel.net>
5124 Corrected parameter count for DialogBoxIndirectParamAorW.
5126 * controls/scroll.c: Rein Klazes <rklazes@casema.net>
5127 Don't show the scrollbar if SetScrollinfo() is called with only the
5128 SIF_DISABLENOSCROLL flag.
5130 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
5131 Added extra US keymap with the infamous phantom key.
5133 * Makefile.in, dlls/winmm/wineoss/Makefile.in:
5134 Eric Pouech <Eric.Pouech@wanadoo.fr>
5135 Use a uniform naming scheme for driver modules.
5137 * include/driver.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
5138 Encapsulated Wine internal data into an ifdef __WINE__.
5140 * windows/Makefile.in, windows/driver.c, windows/.cvsignore:
5141 Eric Pouech <Eric.Pouech@wanadoo.fr>
5142 Moved the 16 bit driver functions callout into the dir.
5144 * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5145 Added support for WODM_BREAKLOOP message.
5147 * dlls/winmm/wineoss/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5148 Removed extraneous ERR message.
5150 * dlls/winmm/mciseq/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5151 Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
5153 * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5154 Use case insensitive comparison while searching for new modules.
5156 * dlls/ntdll/ntdll.spec:
5157 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5158 Added spec entry for _itoa.
5160 * tools/wrc/CHANGES, tools/wrc/wrc.h, tools/wrc/writeres.c:
5161 Bertho Stultiens <bertho@panter.soci.aau.dk>
5162 Generated labels of resource names must be unique throughout the
5165 * windows/message.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5166 "resultp" can be NULL in SendMessageTimeout*().
5168 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
5169 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5170 - prevent mem leak of CRTDLL_acmdln_dll
5171 - better argument parsing
5172 - last xargv entry has to be NULL
5173 - return value is environment pointer instead of NULL
5174 - added a spec entry for bsearch()
5176 Sat Jan 1 22:38:21 2000 Alexandre Julliard <julliard@winehq.com>
5178 * loader/module.c, scheduler/process.c, windows/message.c, windows/queue.c, windows/user.c, if1632/thunk.c, include/callback.h, include/process.h:
5179 Peter Ganten <peter@ganten.org>
5180 Implemented WaitForInputIdle.
5182 * misc/ddeml.c, windows/win.c:
5183 Fixed potential buffer overflows (spotted by Francois Gouget).
5185 * relay32/wow32.spec, dlls/mpr/mpr.spec, dlls/ntdll/ntdll.spec, dlls/psapi/psapi.spec, dlls/shell32/shlwapi.spec, dlls/tapi32/line.c, dlls/tapi32/tapi32.spec, dlls/version/version.spec, dlls/winmm/winmm.spec, relay32/ddraw.spec, relay32/dinput.spec, relay32/gdi32.spec, dlls/avifil32/avifil32.spec, dlls/crtdll/crtdll.spec, dlls/dciman32/dciman32.spec, dlls/dplayx/dplay.spec, dlls/icmp/icmp.spec, dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec, dlls/lzexpand/lz32.spec, dlls/advapi32/advapi32.spec:
5186 Make use of automatic ordinal allocation.
5188 * server/socket.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/registry.c, server/request.c, server/request.h, server/select.c, server/semaphore.c, server/snapshot.c, server/sock.c, server/thread.c, server/thread.h, server/timer.c, server/trace.c, server/Makefile.in, server/change.c, server/console.c:
5189 Moved poll handling to the generic part of the server objects.
5190 Fixed busy waiting on POLLERR events.
5191 Merged struct client into struct thread.
5193 Mon Dec 27 05:26:01 1999 Alexandre Julliard <julliard@winehq.com>
5195 * win32/process.c, windows/x11drv/wnd.c, dlls/odbc32/proxyodbc.c, dlls/ole32/bindctx.c, dlls/ole32/hglobalstream.c, graphics/ttydrv/bitmap.c, misc/ddeml.c, misc/version.c:
5198 * memory/atom.c, memory/environ.c, misc/lstr.c, misc/registry.c, misc/winsock.c, programs/regapi/regapi.c, relay32/builtin32.c, windows/driver.c, windows/mdi.c, windows/x11drv/keyboard.c, dlls/winmm/lolvldrv.c, dlls/winmm/wineoss/mixer.c, files/profile.c, graphics/psdrv/driver.c, graphics/psdrv/font.c, loader/module.c, loader/ne/module.c, loader/task.c, dlls/commdlg/filedlg.c, dlls/commdlg/filetitle.c, dlls/shell32/pidl.c, dlls/shell32/shelllink.c, dlls/shell32/shlfolder.c, dlls/version/install.c:
5199 Francois Gouget <fgouget@psn.net>
5200 Buffer overflows and strncpy fixes.
5202 * loader/pe_image.c:
5203 PE_FindExportedFunction: use a binary search for function names.
5205 Sun Dec 26 23:12:38 1999 Alexandre Julliard <julliard@winehq.com>
5207 * dlls/advapi32/advapi32.spec, dlls/odbc32/odbc32.spec:
5208 Fixed/commented out duplicate entry point names.
5210 * relay32/builtin32.c, tools/build-spec.txt, tools/build.c:
5211 Added support for automatic ordinal allocation.
5212 Output list of function names in sorted order.
5213 Added support for nameless (ordinal-only) entry points.
5214 Cleaned up error handling.
5216 * include/metafiledrv.h, include/psdrv.h, include/ts_xlib.h, include/ttydrv.h, include/win16drv.h, include/x11drv.h, objects/font.c, objects/text.c, tsx11/X11_calls, tsx11/ts_xlib.c, graphics/metafiledrv/text.c, graphics/psdrv/font.c, graphics/psdrv/ps.c, graphics/psdrv/text.c, graphics/ttydrv/font.c, graphics/ttydrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/gdi.h:
5217 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5218 Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
5219 Map a few Unicode chars to the first 0xff in psdrv.
5220 Don't expect x11drv to display Unicode chars yet.
5222 * dlls/comctl32/tooltips.c, dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, memory/string.c, relay32/relay386.c, relay32/snoop.c:
5223 Francois Gouget <fgouget@psn.net>
5224 Wrapped some strings in a debugstr_* call.
5225 Replaced some calls to debugstr_{a,w} by debugstr_{a,w}n.
5226 Removed redundant 'L's for Unicode strings.
5227 Tried to harmonize the traces a little bit.
5229 * misc/debugstr.c: Francois Gouget <fgouget@psn.net>
5230 debugstr_w now returns something looking like 'L"xxxx"...'
5232 * dlls/commdlg/filedlg95.c: Francois Gouget <fgouget@psn.net>
5233 FILEDLG95_HandleCustomDialogMessages:
5234 - for the three handled messages we must return the required buffer size
5235 - for CDM_GETFILEPATH paths like "dir\file" were handled incorrectly
5236 - fixed multiple potential buffer overflows.
5237 FILEDLG95_OnOpen: fixed a use of strncpy without '\0'.
5238 FILEDLG95_SHELL_NewFolder: the size of lpstrCaption was incorrect
5239 leading to a buffer overflow.
5241 Sat Dec 25 22:58:59 1999 Alexandre Julliard <julliard@winehq.com>
5243 * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
5244 Added support for playing more record types (still more to come).
5246 * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
5247 Better support very long strings by avoiding to copy them in a fixed
5248 size buffer (one exception partly remains: callback strings).
5249 Raise the buffer size to 512 characters.
5250 Merge the handling of item 0 and other items together in GetItemA to
5251 reduce code duplication.
5253 * graphics/psdrv/bitmap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5254 Fix PSDRV_StretchDIBits for non-integer byte src widths (1 & 4bpp).
5256 * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
5257 Cast the unsigned int to signed, or NEAR_MATCH will not work.
5259 * misc/cdrom.c, msdos/int2f.c, include/cdrom.h:
5260 Eric Pouech <Eric.Pouech@wanadoo.fr>
5261 Fixed first/last playable frame referencing.
5263 * include/mmsystem.h, dlls/winmm/mcicda/mcicda.c:
5264 Eric Pouech <Eric.Pouech@wanadoo.fr>
5265 Fixed some bogus values in MCI_STATUS handling (position & length of tracks).
5266 Added support for MCI_INFO on MEDIA_UPC & MEDIA_IDENTITY commands.
5268 * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
5269 Test pointers passed to copyrect for NULL.
5271 * windows/dialog.c: Dmitry Timoshkov <dmitry@sloboda.ru>
5272 Restore erroneously deleted lines.
5274 * dlls/comctl32/comctl32undoc.c:
5275 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5276 DPA_DeletePtr was resizing the array to a too small size.
5278 * windows/winpos.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5279 Avoid infinite loop in WINPOS_FindIconPos if the width of the parent
5280 client area is less than the icon spacing.
5282 * documentation/linux-fat-permissions:
5283 Steven Elliott <elliotsl@mindspring.com>
5284 Added a document that describes configuring FAT filesystem permissions
5287 * scheduler/thread.c: Juergen Schmied <juergen.schmied@debitel.net>
5288 NT allocates one page as TEB. Some native NT-dlls are using this.
5290 * graphics/x11drv/xfont.c: Dmitry Timoshkov <dmitry@sloboda.ru>
5291 Don't skip usable X fonts. Add support for koi8 fonts.
5293 * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
5294 Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
5295 crash if the handle is INVALID_HANDLE_VALUE.
5297 * include/windef.h: Steven Elliott <elliotsl@mindspring.com>
5298 Changed the "this_is_a_syntax_error" error message to a more specific
5301 Mon Dec 20 04:14:48 1999 Alexandre Julliard <julliard@winehq.com>
5303 * graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/gdi.h, include/metafiledrv.h, include/path.h, include/ttydrv.h, include/x11drv.h:
5304 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5305 Move Bezier code out of x11drv into commmon GDI code; if any driver
5306 does not implement PolyBezier[To] the curve is approximated to lines
5307 and drawn with Polyline.
5308 Implement many GDI-Path recording functions (at least the win9x subset).
5309 Implement FlattenPath and FillPath.
5311 * dlls/dplayx/dplayx.spec: Peter Hunnisett <hunnise@nortelnetworks.com>
5312 Fixed ordinal numbering and added new spec stub.
5314 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
5315 Readded Xpm autoconf checks.
5317 * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
5318 EnumSystemLocalesA should look for registry values, not subkeys.
5320 * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
5321 Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).
5323 * dlls/comctl32/trackbar.c: Ian Schmidt <ischmidt@cfl.rr.com>
5324 Corrected background color and fixed leaking GDI brush.
5326 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
5327 NT loader: don't stop loading a hive when an error occurs.
5329 * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5330 PlayMetaFile and EnumMetaFile should work if the hdc is a
5333 * README: Juergen Lock <nox@jelal.kn-bremen.de>
5334 Updated the FreeBSD notes, the LDT patch finally made it into -current.
5336 * dlls/commdlg/filetitle.c: Francois Gouget <fgouget@psn.net>
5337 If lpTitle==NULL and cbBuf==0 then we must return the required buffer
5340 * dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, include/commctrl.h:
5341 Shaun Morris <shaun@blueneptune.com>
5342 Implemented _TrackMouseEvent for the TME_LEAVE flag.
5344 * graphics/ddraw.c, graphics/ddraw_private.h:
5345 Lionel Ulmer <lionel.ulmer@free.fr>
5346 Adds resolution / depth switching with DGA 2.0.
5348 ----------------------------------------------------------------
5349 Sun Dec 12 21:28:44 1999 Alexandre Julliard <julliard@winehq.com>
5351 * windows/x11drv/event.c: Lionel Ulmer <lionel.ulmer@free.fr>
5352 Fixed handling of DGA2.0 keyboard events.
5354 * dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/wineacm.h:
5355 Eric Pouech <Eric.Pouech@wanadoo.fr>
5356 Added the ability to open several streams on the same driver.
5357 Added a few acmMetrics options.
5359 * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5360 SysStringLen can get a NULL pointer (and shall return 0).
5362 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5363 Now using notification for detecting when a WAVEHDR has been played
5365 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5366 Enhanced synchronization between playback thread and stop/close commands
5367 Now using notification for detecting when a WAVEHDR has been played
5369 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
5370 ComboBox should not send bogus messages to edit buddy and to itself.
5372 * files/dos_fs.c: Peter Ganten <peter@ganten.org>
5373 Fixed GetShortPathNameA.
5375 * Makefile.in, configure, configure.in:
5376 Moses DeJong <dejong@cs.umn.edu>
5377 Fixed missing libwine.so symlink during install. Set the runtime
5380 * windows/dialog.c: Murali Pattathe
5381 GetNextDlgGroupItem: needs to check the control parent is the main dialog.
5382 GetNextTabItem: make sure this control is visible and not disabled.
5385 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
5386 Fixed cmd line length calculation.
5388 * include/x11drv.h, windows/x11drv/event.c, graphics/ddraw.c:
5389 Lionel Ulmer <lionel.ulmer@free.fr>
5390 - added support of DGA-2.0 events
5391 - fixed the leaving of DGA-2.0 mode
5393 * controls/menu.c, include/menu.h, windows/winproc.c:
5394 Rein Klazes <rklazes@casema.net>
5395 In win32 a WM_MENUSELECT message should contain the position when the
5396 item refers to a submenu, not the submenu's handle as in win16.
5398 * files/tape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5399 Fixed arg types of FIXMEs.
5401 * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
5402 Check for passed invalid window handle in DefMDIChildProc*.
5404 * dlls/winmm/mmsystem.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5405 Fix no. of arguments in a WARN statement.
5407 * objects/text.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5408 Allows DrawText(16|A|W) to get a NULL string as parameter.
5410 * scheduler/process.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/tab.c, dlls/dplayx/dplay.c, graphics/ttydrv/objects.c:
5411 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
5412 Fixed compiler warnings.
5414 * controls/listbox.c, misc/registry.c, misc/version.c:
5415 Marcus Meissner <marcus@jet.franken.de>
5416 Removed 2 useless include winversion.h
5417 Do not make autodetected version fix on first calls if it is Win31.
5419 * dlls/shell32/shell32.spec:
5420 Juergen Schmied <juergen.schmied@debitel.net>
5421 Added StrNCpyA, StrNCpyW.
5423 * windows/winproc.c: Juergen Schmied <juergen.schmied@debitel.net>
5424 Message translation WM_CREATE fixed.
5426 Sat Dec 11 23:56:47 1999 Alexandre Julliard <julliard@winehq.com>
5428 * relay32/builtin32.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/odbc32/.cvsignore, dlls/odbc32/Makefile.in, dlls/odbc32/odbc32.spec, dlls/odbc32/proxyodbc.c, dlls/odbc32/proxyodbc.h, include/debugdefs.h, include/sql.h, include/sqlext.h, include/sqltypes.h, loader/loadorder.c:
5430 Implementation of a proxy ODBC32 dll.
5432 * windows/x11drv/wnd.c, dlls/shell32/Makefile.in, dlls/shell32/shell32_main.c, dlls/shell32/systray.c, include/winuser.h, include/x11drv.h, windows/nonclient.c:
5433 Kai Morich <kai.morich@bigfoot.de>
5434 Marcus Meissner <marcus@jet.franken.de>
5435 Added systray support.
5436 Swallow the windows systray icons into kpanel systray if KDE/KWM is
5439 * documentation/wine.conf.man.in, misc/registry.c, wine.ini:
5440 Juergen Schmied <juergen.schmied@debitel.net>
5441 Added loader for NT registry files.
5443 * dlls/ntdll/nt.c, include/ntsecapi.h, include/winnt.h, dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
5444 Juergen Schmied <juergen.schmied@debitel.net>
5445 Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
5448 * include/wingdi.h, objects/enhmetafile.c, objects/region.c, relay32/gdi32.spec:
5449 Peter Hunnisett <hunnise@nortelnetworks.com>
5450 - Implemented GetEnhMetaFilePaletteEntries
5451 - Added fixme stubs for SetMetaRgn and GetMetaRgn
5452 - Added support for playing several enhanced metafile records
5453 - Added beginnings of implementation for playing the rest of the
5454 enhanced metafile records
5456 * graphics/ttydrv/Makefile.in, graphics/ttydrv/bitmap.c, graphics/ttydrv/brush.c, graphics/ttydrv/clipping.c, graphics/ttydrv/dc.c, graphics/ttydrv/dib.c, graphics/ttydrv/font.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/ttydrv/objects.c, graphics/ttydrv/oembitmap.c, graphics/ttydrv/palette.c, graphics/ttydrv/pen.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c:
5457 Patrik Stridvall <ps@leissner.se>
5458 Improved the TTY driver.
5460 * files/file.c: Peter Ganten <peter@ganten.org>
5461 Return an error if lpOverlapped is provided to ReadFile / WriteFile.
5463 * misc/wsprintf.c: Marcus Meissner <marcus@jet.franken.de>
5464 Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.
5466 * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c:
5467 Bradley Baetz <bbaetz@student.usyd.edu.au>
5468 The wavemap driver wasn't passing the callback type to the
5469 DriverCallback routine correctly.
5471 * files/tape.c: Added missing WINAPIs.
5473 * windows/syscolor.c: Marcus Meissner <marcus@jet.franken.de>
5474 If we have registry entries, use them. Never mind which version we
5477 * dlls/oleaut32/oleaut32.spec, misc/port.c, tools/bin2res.c:
5478 Patrik Stridvall <ps@leissner.se>
5479 Fixed some issues found by winapi_check.
5481 * tools/winapi_check/win16/display.api, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_parser.pm:
5482 Patrik Stridvall <ps@leissner.se>
5483 Minor fixes and additions.
5485 * loader/ne/resource.c:
5486 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5487 Bugfix: Added missing 'return' statement.
5489 * dlls/commdlg/filedlg95.c:
5490 Juergen Schmied <juergen.schmied@debitel.net>
5493 Fri Dec 10 03:47:14 1999 Alexandre Julliard <julliard@winehq.com>
5495 * include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, controls/menu.c, include/message.h:
5496 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5497 Perform 16/32A/32W message mapping for posted messages.
5499 * files/Makefile.in, files/tape.c, include/debugdefs.h, relay32/kernel32.spec:
5500 Chris Morgan <cmorgan@wpi.edu>
5501 James Abbatiello <abbeyj@wpi.edu>
5502 Added stubs for the WinNT tape backup functions.
5504 * debugger/msc.c, debugger/source.c:
5505 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5506 Parse CodeView type/symbol info with 32-bit type indices.
5507 Added (partial) support for VC 5/6 .PDB files.
5508 Fixed treatment of source file names containing path.
5510 * server/registry.c: Ulrich Czekalla <ulrichc@corel.ca>
5511 Fixed off-by-one error.
5513 * scheduler/process.c:
5514 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5515 Bugfix: Show main window if CreateProcess was called without the
5516 STARTF_USESHOWWINDOW flag.
5518 * loader/pe_image.c:
5519 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5520 Implemented PE_UnloadLibrary().
5522 * include/dinput.h, windows/dinput.c:
5523 Lionel Ulmer <lionel.ulmer@free.fr>
5524 - do not loose initial auto-repeat status when acquiring the keyboard more
5526 - support of DirectX 7's DIMOUSESTATE2 structure
5528 * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
5529 Marcus Meissner <Marcus.Meissner@lst.de>
5530 Added NtPowerInformation stub.
5532 * dlls/ole32/bindctx.c: Gerard Patel <g.patel@wanadoo.fr>
5533 Transfer only cbStruct size in BindCtxImpl_S(G)etOptions.
5535 Wed Dec 8 03:56:34 1999 Alexandre Julliard <julliard@winehq.com>
5537 * windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/message.c, windows/nonclient.c, windows/painting.c, windows/win.c, windows/keyboard.c, scheduler/critsection.c, scheduler/debugger.c, scheduler/process.c, win32/kernel32.c, win32/newfns.c, msdos/dosmem.c, objects/bitmap.c, objects/clipping.c, objects/font.c, ole/ole2nls.c, loader/elfdll.c, loader/module.c, loader/pe_image.c, loader/resource.c, loader/task.c, memory/instr.c, memory/local.c, misc/registry.c, graphics/bitblt.c, graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, if1632/thunk.c, files/directory.c, files/dos_fs.c, files/drive.c, dlls/shell32/pidl.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shellole.c, dlls/tapi32/line.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/flatsb.c, dlls/ole32/storage.c, dlls/oleaut32/typelib.c, dlls/advapi32/crypt.c, dlls/advapi32/security.c, dlls/avifil32/avifile.c, controls/edit.c:
5538 Dimitrie O. Paun <dimi@cs.toronto.edu>
5539 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
5540 Use the default version of FIXME, ERR, WARN, TRACE for the default
5543 * include/module.h, loader/module.c, scheduler/process.c:
5544 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5545 Delay sending debug events until process initialization is complete.
5547 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
5548 Updated, added chapter on configuration and architecture.
5550 * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
5551 - Fix MMIO_{Open,Rename} to check the filename (of the form
5552 file.ext+ABC) for the correct mmio procedure to use.
5553 - mmioStringToFOURCC now converts to uppercase if asked to, and handles
5554 strings of length < 4.
5556 * controls/edit.c: Dmitry Timoshkov <dmitry@sloboda.ru>
5557 Fix problem with EN_UPDATE notification sent by edit control.
5559 Mon Dec 6 01:20:01 1999 Alexandre Julliard <julliard@winehq.com>
5561 * dlls/mouse/.cvsignore, dlls/mouse/Makefile.in, dlls/mouse/mouse.spec, dlls/mouse/mouse_main.c, dlls/mouse/mouserc.rc, documentation/resources, if1632/.cvsignore, if1632/Attic/display.spec, if1632/Attic/mouse.spec, if1632/Makefile.in, if1632/builtin.c, loader/ne/resource.c, windows/Attic/display.c, windows/Attic/mouse.c, windows/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/display/.cvsignore, dlls/display/Makefile.in, dlls/display/disp.rc, dlls/display/display.spec, dlls/display/display_main.c:
5562 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5563 Added .rc file support for Win16 NE modules.
5564 Moved display.c and mouse.c to separate dll directories.
5566 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
5567 Allow to deselect all items by sending CB_SETCURSEL(-1) to the combo.
5569 Sun Dec 5 23:54:04 1999 Alexandre Julliard <julliard@winehq.com>
5571 * windows/painting.c, graphics/enhmetafiledrv/dc.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/dc.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/enhmetafiledrv.h, include/gdi.h, include/metafiledrv.h, include/path.h, include/psdrv.h, include/ttydrv.h, include/x11drv.h, graphics/painting.c, graphics/path.c:
5572 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5573 Fixes several bugs in gdi path handling.
5574 Adds *Path functions to dc funcs table + add EnhMetaFile recording.
5575 Separate out Polylne/PolylineTo and PolyBezier/PolyBezierTo in dc
5576 funcs table to enable proper enhmetafile recording.
5577 The current position update in *To functions is now handled by the
5578 main function and not in the drivers.
5579 Move USER functions from graphics/painting.c -> windows/painting.c
5581 * dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.spec, include/ole2ver.h, misc/version.c:
5582 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5583 - the OLE version returned was too low
5584 - renamed OABuildVersion16 to OaBuildVersion16
5587 * files/drive.c: Peter Ganten <peter@ganten.org>
5588 Fix GetCurrentDirectoryA and W to return the needed space for the CWD,
5589 if the buffer size is not large enough.
5591 * controls/button.c, windows/dialog.c:
5592 Dmitry Timoshkov <dmitry@sloboda.ru>
5593 Remove hack for keyboard messages in dialogs.
5595 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
5596 Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
5597 Implementation for VWin32 Int31/DPMI dispatch call.
5598 Fixed "dangling else" compiler warning.
5600 * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
5601 Whenever we do an strncpy we should make sure we put a '\0' at the end
5604 * include/toolhelp.h, misc/toolhelp.c, relay32/kernel32.spec:
5605 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5606 Added Thread32First/Next stubs.
5608 * include/thread.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
5609 Moved wineserver's buffer & buffer_size at the end of TEB so that IE
5610 doesn't overwrite them.
5612 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5615 * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5616 Added support for WAVE_FORMAT_QUERY flag in wodOpen.
5618 * dlls/msacm32/stream.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5619 Correctly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream.
5621 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5622 Fixed MCI_OPEN command for types like "CDAUDIO!H:".
5624 * graphics/ddraw_private.h, graphics/ddraw.c:
5625 Marcus Meissner <marcus@jet.franken.de>
5626 Merged _all_ lpClipper into common_surface.
5627 Add NULL ptr check to SetClipper.
5628 Some more debug output.
5630 * include/config.h.in, misc/port.c, configure, configure.in:
5631 Marcus Meissner <marcus@jet.franken.de>
5632 Use the real glibc openpty if present.
5634 * loader/ne/segment.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5635 Added typedef to insure compilation on all gcc&egcs versions.
5637 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
5638 Fixed _copy_registry().
5640 * include/winnls.h, ole/nls/esa.nls, ole/nls/esc.nls, ole/nls/esd.nls, ole/nls/esg.nls, ole/nls/esm.nls, ole/nls/esn.nls, ole/nls/esp.nls:
5641 Juergen Schmied <juergen.schmied@debitel.net>
5642 Added some constants for Spanish.
5644 * include/module.h, loader/ne/module.c, loader/ne/segment.c:
5645 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5646 Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
5647 just for the first one.
5648 Bypass 32->16->32 transition when calling DllEntryPoint of built-in.
5650 * if1632/user.spec, windows/user.c:
5651 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5652 Added USER.DllEntryPoint().
5654 * if1632/thunk.c, include/process.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
5655 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5656 Call 16-bit instead of 32-bit UserSignalProc entry point.
5657 Don't load USER32.DLL unless requested by the program.
5658 Bugfix: Pass the correct thread ID to UserSignalProc.
5660 * loader/pe_image.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5661 Fixed crash when map fails.
5663 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
5664 Show use of undocumented messages.
5666 * include/keyboard.h, include/ttydrv.h, include/x11drv.h, windows/dinput.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/x11drv/init.c, windows/x11drv/keyboard.c:
5667 Lionel Ulmer <lionel.ulmer@free.fr>
5668 - removed keyboard auto-repeat when DInput acquires it
5669 - removed some (now) obsolete fixme's
5671 * graphics/ddraw_private.h, graphics/ddraw.c:
5672 Marcus Meissner <marcus@jet.franken.de>
5673 Moved lpClipper into common_directdrawsurface struct
5674 Release old clipper on new set
5676 * dlls/winmm/wineoss/midi.c, include/mmsystem.h:
5677 Eric Pouech <Eric.Pouech@wanadoo.fr>
5678 Fake MIDI_IO_STATUS support in midi in open
5679 Fixed bug in midi in while reading data
5681 * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5682 Fixed infinite loop for 0-length wavehdrs.
5684 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5685 Fixed buggy playback for non PCM files
5686 Added support for from & to indexes for playback
5687 Now using double wavehdr for better output
5688 Cleaned-up internal structs and removed last 16 bit API adherence
5690 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5691 Tried to reduce echo in playSound API (using two wavehdr instead of
5694 * dlls/winmm/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5695 Added callback mechanisms for MIDI IN.
5697 * dlls/msacm32/stream.c, dlls/msacm32/wineacm.h:
5698 Eric Pouech <Eric.Pouech@wanadoo.fr>
5699 Fixed improper acm streams closing.
5701 * dlls/msacm32/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5702 Debug traces cosmetic fixes.
5704 * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
5705 Fixed some errors (thanks to F Gouget for reporting them).
5706 Added some bits on thunking and resources for DLLs.
5708 Sat Dec 4 04:22:04 1999 Alexandre Julliard <julliard@winehq.com>
5710 * graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
5711 Lionel Ulmer <lionel.ulmer@free.fr>
5712 First support of DGA 2.0 for DirectDraw.
5714 * include/winuser.h, relay32/user32.spec, win32/newfns.c:
5715 Erez Volk <erez@gmx.net>
5716 Stubs for Get/SetProcessDefaultLayout.
5718 * files/profile.c, relay32/kernel32.spec:
5719 Marcus Meissner <marcus@jet.franken.de>
5720 Stub for CloseProfileUserMapping.
5722 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
5723 Use DInput's internal mouse event handler to handle the GetDeviceState
5726 * dlls/winmm/mmsystem.c: Peter Ganten <peter@ganten.org>
5727 waveHdr.lpData was eventually HeapFree()ed uninitialized.
5729 * loader/module.c: Sergei Turchanov <turchanov@otvprim.ru>
5730 Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature
5733 * loader/dos/module.c, loader/ne/module.c, relay32/builtin32.c, scheduler/process.c, include/dosexe.h, include/elfdll.h, include/module.h, include/pe_image.h, loader/elf.c, loader/elfdll.c, loader/main.c, loader/module.c, loader/pe_image.c:
5734 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5735 Fixed 32-bit module name handling to conform better to Win9x.
5736 Removed OFSTRUCT passing during process creation sequence.
5737 Bugfix: don't set exe_modref when LOAD_LIBRARY_AS_DATAFILE is set.
5739 * dlls/advapi32/service.c, include/winsvc.h, dlls/advapi32/advapi32.spec:
5740 Michael McCormack <mccormac@aals27.alcatel.com.au>
5741 Added code to some service functions (some untested), fixed
5742 declaration of service main function.
5744 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
5752 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
5753 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5754 Added stubs for several MRU list functions and documented some others.
5756 * server/file.c: Marcus Meissner <marcus@jet.franken.de>
5757 Flush handle in any access mode.
5759 * dlls/comctl32/header.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5760 Fixes off by one error in item insertion.
5762 * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
5763 Allow 1% deviation from specified sampling rate for some soundcards.
5765 * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
5766 Suppressed the inclusion of OpenGL headers.
5768 * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
5769 - Added stub for conversion from meta to enhance meta files.
5770 - Implemented GetEnhMetaFileBits for enhanced meta files.
5772 * graphics/ddraw.c, graphics/ddraw_private.h:
5773 Peter Hunnisett <hunnise@nortelnetworks.com>
5774 Improved stubs for the ddraw clipper routines.
5776 Mon Nov 29 02:48:43 1999 Alexandre Julliard <julliard@winehq.com>
5778 * win32/time.c: Made GetSystemTimeAsFileTime return value more precise.
5780 * server/event.c, server/file.c:
5781 Fixed get_event_obj/get_file_obj to use the process parameter (thanks
5784 * server/process.h, scheduler/process.c, server/process.c:
5785 Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
5787 * scheduler/timer.c, server/Makefile.in, server/request.h, server/timer.c, server/trace.c, dlls/ntdll/nt.c, include/server.h, include/winbase.h, relay32/kernel32.spec, scheduler/Makefile.in:
5788 Implemented waitable timers.
5790 Sun Nov 28 21:03:46 1999 Alexandre Julliard <julliard@winehq.com>
5792 * tools/bin2res.c: Bug fixes.
5794 * dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, include/prsht.h:
5800 Lots of bug fixes and new features in property sheets.
5802 * win32/newfns.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, dlls/dplayx/dplobby.c, dlls/shell32/shlview.c, graphics/psdrv/font.c, dlls/comctl32/tab.c:
5803 Niels Kristian Bech Jensen <nkbj@image.dk>
5804 Compiler warnings fixed.
5806 * graphics/x11drv/xfont.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
5807 Give the app back the exact font name it asked for.
5809 * dlls/comctl32/toolbar.c: Dave Pickles <davep@nugate.demon.co.uk>
5810 Prevent a crash if messages are sent to a toolbar window before
5811 WM_NCCREATE or after WM_DESTROY.
5813 * dlls/winmm/winmm_Es.rc: Julio Cesar Gazquez <jgazquez@dld.net>
5814 Updated Spanish MM error string translation.
5816 * dlls/comctl32/comctl32.h, dlls/comctl32/rsrc.rc, dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
5817 Alex Priem <alexp@sci.kun.nl>
5818 - (final?) update of TreeView_* macro's.
5819 - implementation of TVM_SETINSERTMARK & TVM_SETINSERTMARKCOLOR
5821 - custom draw enhancements
5822 - implementation of state images
5823 - implementation of TVS_CHECKBOXES
5825 * dlls/comctl32/toolbar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
5826 Fixed some visual toolbar bugs.
5828 * README: Juergen Lock <nox@jelal.kn-bremen.de>
5829 Added notes about Wine-related FreeBSD kernel patches.
5831 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5832 Use RegQueryInfoKey to count number of printers.
5834 * server/unicode.h: Juergen Lock <nox@jelal.kn-bremen.de>
5835 Don't try to call towupper() when there's no wctype.h.
5837 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
5838 When combobox selection changes, update its edit box accordingly.
5840 * controls/listbox.c: Dmitry Timoshkov <dmitry@sloboda.ru>
5841 Notify parent of listbox if requested.
5843 Thu Nov 25 23:42:54 1999 Alexandre Julliard <julliard@winehq.com>
5845 * server/ptrace.c: More portability fixes (thanks to Juergen Lock).
5847 * dlls/ntdll/signal_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
5848 Set/use fs/gs from the sigcontext struct, the corresponding kernel
5849 change now finally has been MFC'd to -stable.
5851 * documentation/fonts: Juergen Lock <nox@jelal.kn-bremen.de>
5852 Mention free Truetype font servers (Xfstt and xfsft).
5854 * winedefault.reg: Juergen Lock <nox@jelal.kn-bremen.de>
5855 Note what to do with the winedefault.reg in the file.
5857 * win32/device.c: Peter Ganten <peter@ganten.org>
5858 Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
5859 _PageChangePermissions() and _PageFree() using the
5860 Virtual*()-Functions (with the great help of Ulrich Weigand).
5862 * memory/atom.c: Juergen Schmied <juergen.schmied@debitel.net>
5865 * misc/registry.c: Several bug fixes in save_key().
5867 * dlls/advapi32/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5868 Fixed some bogus error detection for RegEnumValue[AW] and
5869 RegQueryValueEx[AW].
5871 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplobby.c:
5872 Peter Hunnisett <hunnise@nortelnetworks.com>
5873 - Added global data mutual exclusion
5874 - Removed hack for creating processes suspended now that it's implemented
5875 - Fixed ordinal numbering and added spec stubs
5876 - Fixed EnumConnections callback to fill in all parameters with valid data
5877 - Made direct play allocation/deallocation follow the same pattern as
5880 * dlls/win87em/emulate.c:
5881 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
5882 Several improvements.
5884 * ole/ole2nls.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5885 Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
5887 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
5888 Made win16 serial comms less of a CPU hog.
5890 * include/server.h, memory/virtual.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/Makefile.in, server/event.c, server/handle.c, server/handle.h, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/registry.c, server/semaphore.c, server/trace.c, server/unicode.c, server/unicode.h:
5891 Store all object names as Unicode in the server.
5893 Wed Nov 24 19:34:32 1999 Alexandre Julliard <julliard@winehq.com>
5895 * include/server.h, misc/registry.c, server/registry.c, server/trace.c, wine.ini:
5896 Added wine.conf option for new format registry files.
5897 Added optional periodic saving of the registry.
5899 * misc/registry.c, server/registry.c:
5900 Added support to the server for loading new format (version 2) files.
5902 * misc/registry.c: Bug fixes (thanks to Juergen Schmied).
5904 * include/process.h, include/server.h, scheduler/debugger.c, dlls/ntdll/exception.c:
5905 Added current context to the exception debug event sent to the server.
5907 * server/debugger.c, server/process.c, server/process.h, server/thread.c, server/thread.h:
5908 Fixed handling of debug events on thread/process exit.
5910 * debugger/dbg.y, include/winbase.h, scheduler/critsection.c:
5911 Raise an exception when a critical section wait failed.
5913 Tue Nov 23 23:43:29 1999 Alexandre Julliard <julliard@winehq.com>
5915 * graphics/ttydrv/Makefile.in, graphics/ttydrv/bitblt.c, graphics/ttydrv/bitmap.c, graphics/ttydrv/brush.c, graphics/ttydrv/clipping.c, graphics/ttydrv/font.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/ttydrv/objects.c, graphics/ttydrv/oembitmap.c, graphics/ttydrv/palette.c, graphics/ttydrv/pen.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/desktop.c, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c:
5916 Patrik Stridvall <ps@leissner.se>
5919 * dlls/comctl32/imagelist.c, include/imagelist.h:
5920 Eric Kohl <ekohl@abo.rhein-zeitung.de>
5921 - first 'dummy' implementation of ImageList_Read
5923 * include/rebar.h, dlls/comctl32/rebar.c:
5924 Eric Kohl <ekohl@abo.rhein-zeitung.de>
5925 - added version messages
5927 * dlls/comctl32/draglist.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
5928 - implemented LBItemFromPt
5930 * include/commctrl.h, dlls/comctl32/listview.c:
5931 Eric Kohl <ekohl@abo.rhein-zeitung.de>
5932 - implemented simple column order array functionality
5933 - implemented some virtual listview notifications
5935 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
5936 Eric Kohl <ekohl@abo.rhein-zeitung.de>
5937 - minor update to mru list functions
5938 - stubs for COMCTL32_411 to COMCTL32_413
5940 * dlls/comctl32/toolbar.c, include/toolbar.h:
5941 Eric Kohl <ekohl@abo.rhein-zeitung.de>
5942 - added version messages and some simple get/set messages.
5943 - added unicode messages
5945 * include/shlguid.h, dlls/shell32/classes.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
5946 Juergen Schmied <juergen.schmied@debitel.net>
5947 - made IShellFolder a aggregable object
5948 - SHCoCreateInstance can create CSIDL_FSFolder now
5949 - browsing into folders on the desktop implemented
5950 - corrected returnvalue of Ico_ExtractIconEx
5951 - fixed SHGetDataFromIDList to return data of simple pidls
5953 * relay32/wsock32.spec, if1632/winsock.spec, include/winsock.h, misc/winsock.c:
5954 Moses DeJong <dejong@cs.umn.edu>
5955 Added implementation for WSARecvEx function. This is a Microsoft
5956 specific extension to the winsock API.
5958 * dlls/mpr/mpr.spec, dlls/mpr/pwcache.c, include/winnetwk.h:
5959 Juergen Schmied <juergen.schmied@debitel.net>
5960 Corrected wrong parameter counts for WNetCachePassword and
5961 WNetEnumCachedPasswords.
5963 * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
5964 Ian Schmidt <ischmidt@cfl.rr.com>
5965 Added stub for DllInstall().
5967 * misc/registry.c, include/wine/winbase16.h, include/winnt.h, include/winreg.h, dlls/advapi32/Makefile.in, dlls/advapi32/registry.c, dlls/shell32/shell.spec, if1632/kernel.spec:
5968 Changed to use new server-side registry support.
5970 * include/server.h, server/Makefile.in, server/main.c, server/object.c, server/object.h, server/registry.c, server/request.h, server/trace.c, server/unicode.h:
5971 Added registry support to the server.
5973 * tools/make_requests:
5974 Differentiate tracing functions between request and reply.
5975 Added possibility to have dumping functions for specific types.
5977 Sun Nov 21 21:02:06 1999 Alexandre Julliard <julliard@winehq.com>
5979 * include/server.h, scheduler/client.c:
5980 Added server_call_noerr function that avoids touching the last error.
5982 * include/winerror.h: Added a few registry error codes.
5984 * graphics/x11drv/xfont.c, objects/font.c:
5985 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
5986 Removed some unaligned accesses.
5988 * dlls/commdlg/filedlg95.c:
5989 Juergen Schmied <juergen.schmied@debitel.net>
5990 - the fodInfos were used before initialized
5991 - lpTemplateName can be a resource id
5992 - if lpTemplateName is a string don't free the original one
5994 * win32/console.c, win32/kernel32.c, windows/x11drv/main.c, loader/ne/convert.c, loader/ne/module.c, misc/cpu.c, msdos/ioports.c, ole/guid.c, programs/notepad/main.c, scheduler/critsection.c, scheduler/process.c, server/socket.c, tools/wrc/newstruc.c, dlls/winmm/mci.c, graphics/ddraw.c, graphics/x11drv/graphics.c, loader/loadorder.c, loader/main.c, loader/task.c, debugger/dbgmain.c, debugger/editline.c, debugger/source.c, debugger/stabs.c, debugger/types.c, dlls/icmp/icmp_main.c, dlls/ntdll/sec.c, dlls/ntdll/signal_i386.c, dlls/wing/wing_main.c:
5995 Niels Kristian Bech Jensen <nkbj@image.dk>
5996 Removed extra #include statements.
5999 Fixed MoveFileExA behavior when target file does not exist.
6001 * dlls/commdlg/cdlg_Pt.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc:
6002 Gustavo Junior Alves <twinfo@bestway.com.br>
6003 Added Portuguese language support.
6005 * dlls/comctl32/monthcal.c, include/monthcal.h:
6006 Chris Morgan <cmorgan@wpi.edu>
6007 James Abbatiello <abbeyj@wpi.edu>
6008 Implemented current day circling. Fixed many bugs in the month
6009 calender control including control spacing and alignment. Fixed
6010 defines monthcal.h. Optimized control drawing and removed many
6011 extranious redraws. Improved control behavior. Fixed inconsistent
6012 formatting in both .c and .h files.
6015 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6016 Flush current profile before using a newly opened one.
6018 * memory/selector.c:
6019 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6020 Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly.
6022 * include/wine/wingdi16.h, objects/font.c, if1632/gdi.spec:
6023 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6024 Stub for GetFontData16.
6026 * windows/Attic/display.c, if1632/Attic/display.spec:
6027 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6028 Added some ordinals and GetDriverResourceID().
6030 * server/process.c, server/ptrace.c: Portability fixes.
6032 * scheduler/process.c: Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
6034 * tools/bin2res.c: Peter Hunnisett <hunnise@nortelnetworks.com>
6035 Fixed compile error.
6037 * dlls/advapi32/service.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
6038 Implemented StartServiceCtrlDispatcherA according to DispatcherW.
6040 * Makefile.in: Make sure we clean dlls/ too.
6042 * dlls/advapi32/service.c:
6043 Michael McCormack <mccormac@aals27.alcatel.com.au>
6044 Implemented OpenSCManagerW, CloseServiceHandle, OpenServiceW, and some
6045 of QueryServiceStatus.
6047 * tools/wrc/parser.y: Eric Pouech <Eric.Pouech@wanadoo.fr>
6050 * tools/wrc/parser.l: Eric Pouech <Eric.Pouech@wanadoo.fr>
6051 Error reporting fix.
6053 * tools/bug_report.pl:
6054 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6055 Changed default relay line number from 100 to 200.
6057 * dlls/comctl32/toolbar.c, include/commctrl.h:
6058 Eric Pouech <Eric.Pouech@wanadoo.fr>
6059 Added undocumented feature to InsertButtonA.
6060 Added dropdown button support.
6062 * dlls/comctl32/animate.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6063 Fixed play back of uncompressed AVI file.
6064 Fixed exiting conditions.
6066 * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6067 Fixed a crash in IDirectDrawSurface:BltFast.
6069 * dlls/winmm/lolvldrv.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c:
6070 Eric Pouech <Eric.Pouech@wanadoo.fr>
6071 Fixed forwarding and handling messages directed to the mappers.
6073 * loader/ne/module.c, loader/ne/segment.c, include/module.h:
6074 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6075 Simplified hInstance creation/handling.
6076 Fixes problems with self-loaders creating DGROUP themselves.
6078 * include/wingdi.h, objects/dc.c, relay32/gdi32.spec:
6079 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6080 Add stubs for Get/SetLayout().
6082 * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
6083 Jim Aston <jima@corel.ca>
6084 Added stub for StgSetTimes.
6086 * dlls/shell32/shlmenu.c:
6087 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6088 SHFind_InitMenuPopup is supposed to return a pointer.
6090 * dlls/icmp/icmp_main.c:
6091 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6092 u_int[16|32]_t might not be defined.
6094 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
6095 - fixed crash when adding items with TVI_SORT and wineItem->pszText is
6096 set to LPSTR_TEXTCALLBACK.
6097 - ditto for TREEVIEW_DeleteItem, TREEVIEW_CreateDragImage.
6099 ----------------------------------------------------------------
6100 Mon Nov 15 00:46:30 1999 Alexandre Julliard <julliard@winehq.com>
6102 * memory/virtual.c: Fixed allocation rounding for MEM_RESERVE.
6104 * server/file.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6105 Fixed hash function.
6107 Sun Nov 14 23:59:01 1999 Alexandre Julliard <julliard@winehq.com>
6109 * dlls/winmm/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6110 The adwInfo[0] field was no longer used on mmioOpen (may contain file
6113 * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
6114 Eric Pouech <Eric.Pouech@wanadoo.fr>
6115 Added stubs for SetErrorInfo, PropVariantClear, PropVariantCopy,
6116 FreePropVariantArray.
6118 * dlls/dsound/dsound_main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6119 Removed suicide code when playback thread's father dies.
6121 * dlls/shell32/pidl.c, dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
6122 Juergen Schmied <juergen.schmied@metronet.de>
6123 - the colums in the shellview are now created depending on the
6124 attributes of the folder object shown
6125 - get all attributes from the shellfolder instead directly from the idlist
6126 - header fields localized (only engl. and german till now)
6129 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
6130 Juergen Schmied <juergen.schmied@metronet.de>
6131 - corrected control positions
6132 - use the icons from comctl32 for the buttons
6134 * relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c:
6135 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6136 Bugfix: relay/snoop debugging was broken by last patch ...
6138 * server/Makefile.in, server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
6139 Moved ptrace support to ptrace.c. Tried to improve portability.
6141 * server/debugger.c: Bug fixes.
6143 * if1632/relay.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6144 Fixed some unresolved externals on non-Intel archs.
6146 * relay32/snoop.c: Rein Klazes <rklazes@casema.net>
6147 Added missing WINAPI attribute to two forward declarations.
6149 * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
6150 Removed leftover #undefs.
6152 * dlls/winmm/mcicda/mcicda.c:
6153 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6154 Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
6156 * dlls/crtdll/wcstring.c: Marcus Meissner <marcus@jet.franken.de>
6157 Work around glibc bug, that does not handle latin-1 umlauts.
6159 Sat Nov 13 23:54:05 1999 Alexandre Julliard <julliard@winehq.com>
6161 * loader/ne/module.c, memory/selector.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, win32/device.c, win32/kernel32.c, win32/ordinals.c, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c, if1632/kernel.spec, include/ntddk.h, include/wine/exception.h, loader/dos/dosvm.c:
6162 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6163 Adapted to new register function handling.
6165 * tools/build.c, include/stackframe.h, include/winnt.h:
6166 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6167 Modified Win32 register function handling.
6169 * configure, configure.in, dlls/icmp/icmp_main.c, dlls/icmp/ip.h, dlls/icmp/ip_icmp.h, include/config.h.in:
6170 Francois Gouget <fgouget@psn.net>
6171 Use BSD headers for ICMP portability.
6173 * dlls/comctl32/rsrc.rc, dlls/commdlg/cdlg_xx.rc, dlls/shell32/shres.rc:
6174 Juergen Schmied <juergen.schmied@debitel.net>
6175 - inserted markers for the bin2res tool
6176 - reformated hexdump in shres.rc
6178 * documentation/resources, tools/.cvsignore, tools/Makefile.in, tools/bin2res.c:
6179 Juergen Schmied <juergen.schmied@debitel.net>
6180 New tool to convert the binary resources in *.rc files (hexdumps) from
6183 * include/wine/port.h, misc/port.c, misc/winsock.c, misc/winsock_async.c, scheduler/sysdeps.c, configure, configure.in, files/drive.c, include/config.h.in:
6184 Patrik Stridvall <ps@leissner.se>
6185 Added better missing function emulation.
6187 * include/debugger.h, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/hash.c, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stack.c:
6188 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6189 Made debugger compile and marginally work on non-Intel archs.
6191 * dlls/ntdll/exception.c, include/winnt.h:
6192 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6193 Moved GET_IP macro to winnt.h
6195 * documentation/printing, documentation/psdriver, documentation/psdrv.reg, graphics/psdrv/README:
6196 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6197 Move PostScript driver docs to documentation/ . Add instructions on
6198 how to use regapi to get information into the registry. Supply sample
6201 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
6202 Klaas van Gend <klaas@vangend.demon.nl>
6203 Implemented the PrintSetup dialog box for the PrintDlgA.
6205 * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
6206 Added validations for page index before using it.
6208 * dlls/commdlg/filedlg95.c: Adrian Thurston <adriant@corel.com>
6209 - fixed the index of the item chosen in the filter combo box
6210 - added support for the OFN_OVERWRITEPROMPT flag
6211 - fixed positioning of controls in the user-defined templates
6213 * include/server.h, scheduler/process.c, server/process.c, server/request.h, server/trace.c:
6214 Added support for WriteProcessMemory through the server.
6216 * server/mapping.c, server/object.h: Added get_page_size function.
6218 Fri Nov 12 21:39:15 1999 Alexandre Julliard <julliard@winehq.com>
6220 * server/file.c, server/process.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, scheduler/process.c:
6221 Added support for ReadProcessMemory through the server.
6223 * include/server.h, loader/module.c, scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c:
6224 Added support for CREATE_SUSPENDED flag in CreateProcess.
6226 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
6227 Implemented VWin32 VxDCall mechanism and 2 calls.
6229 * dlls/winmm/joystick.c: <jodaman@cegt201.bradley.edu>
6230 Fixed joystick scaling.
6232 * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc, dlls/commdlg/cdlg_Ko.rc, dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc, dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Wa.rc, dlls/shell32/shell32_Ca.rc, dlls/shell32/shell32_Cs.rc, dlls/shell32/shell32_Da.rc, dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc, dlls/shell32/shell32_Es.rc, dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Hu.rc, dlls/shell32/shell32_It.rc, dlls/shell32/shell32_Nl.rc, dlls/shell32/shell32_No.rc, dlls/shell32/shell32_Pl.rc, dlls/shell32/shell32_Pt.rc, dlls/shell32/shell32_Ru.rc, dlls/shell32/shell32_Sv.rc, dlls/shell32/shell32_Wa.rc:
6233 Gustavo Junior Alves <twinfo@bestway.com.br>
6234 Use constants IDOK and IDCANCEL in .rc files.
6236 * server/thread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6237 Portability fix: renamed PTRACE_* into PT_*.
6239 * relay32/kernel32.spec, win32/device.c:
6240 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6241 Allow for buggy apps that call the wrong VxDCall routine.
6243 * dlls/rasapi32/rasapi.c: Gerard Patel <g.patel@wanadoo.fr>
6244 Complete stub for RasEnumEntries by saying we have 0 entries.
6246 * include/debugstr.h, misc/debugstr.c:
6247 Jeremy White <jwhite@codeweavers.com>
6248 Add debugstr_hex_dump to allow display hex dumps of data in any
6252 Added use_ptrace flag to disable ptrace usage. Should eventually be
6253 made into an option.
6255 * dlls/commdlg/cdlg.h, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/rsrc.rc, dlls/shell32/shlview.c, include/dlgs.h, include/wine/obj_shellview.h:
6256 Juergen Schmied <juergen.schmied@debitel.net>
6257 Made the buttons in the filedlg change when selecting a different
6258 view type by the context menu, cleanup.
6260 * dlls/winmm/winmm_Es.rc, dlls/winmm/winmm_res.rc:
6261 Julio Cesar Gazquez <jgazquez@dld.net>
6262 Added Spanish (pure Castillan) MM error string translation.
6264 * dlls/ntdll/Makefile.in, dlls/ntdll/signal_sparc.c:
6265 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6266 Added signal handling for SPARC / Solaris.
6268 * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6269 Comment out explicit call to SHELL_SaveRegistry since winelib programs
6270 now exit properly. Change several NULLs to '\0's. Fix some spelling.
6272 * windows/x11drv/event.c: Ove Kaaven <ovek@arcticnet.no>
6273 Fixed XShm completion event leak.
6275 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6276 Fixed recursion count while calling midiStream(Pause|Restart).
6278 * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6279 Fix save_check_tainted to properly scan the tree so that all tainted
6282 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
6283 Bernd Paysan <bernd.paysan@gmx.de>
6284 Added a stub for setjmp.
6286 Wed Nov 10 20:25:19 1999 Alexandre Julliard <julliard@winehq.com>
6289 Don't crash when we get a SIGCHLD for a removed thread.
6291 * dlls/icmp/icmp_main.c: Patrik Stridvall <ps@leissner.se>
6292 Solaris compile fixes.
6294 * dlls/ntdll/exception.c, include/winnt.h:
6295 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6296 (Preliminary) CONTEXT structure for SPARC added.
6298 * include/process.h, loader/module.c, scheduler/debugger.c:
6299 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6300 Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
6302 * memory/virtual.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6303 When decommitting, remap zero pages using MAP_FIXED.
6305 * dlls/ole32/compobj.c: Rein Klazes <rklazes@casema.net>
6306 CoGetClassObject should complain about not being able to do
6307 out-of-process servers *only* if the application doesn't include the
6310 * misc/version.c, controls/edit.c, include/winversion.h:
6311 Rein Klazes <rklazes@casema.net>
6312 Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
6313 disabled edit control if the application expects a windows version
6314 before WIN95 and NT40.
6316 * include/winbase.h, relay32/kernel32.spec, files/file.c:
6317 Moshe Vainer <moshev@easybase.com>
6318 Stub for GetOverlappedResult.
6320 * relay32/builtin32.c, tools/build.c, include/module.h, include/pe_image.h, loader/dos/module.c, loader/main.c, loader/module.c, loader/ne/module.c, loader/pe_image.c:
6321 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6322 Determine expected_version of PE buddies from the SubsystemVersion.
6324 * dlls/ntdll/exception.c, include/wine/exception.h, include/winnt.h, win32/except.c:
6325 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6326 Bugfix: Exception handlers are *not* WINAPI.
6328 Mon Nov 8 05:31:47 1999 Alexandre Julliard <julliard@winehq.com>
6330 * server/process.c, server/select.c, server/thread.c, server/thread.h:
6331 Preliminary ptrace support.
6334 Remap zero-pages when decomitting a page range (based on a patch by
6337 * Makefile.in, scheduler/Makefile.in, scheduler/client.c, server/main.c:
6338 Install the wine server in $(bindir) and exec it from there.
6340 Sun Nov 7 23:59:08 1999 Alexandre Julliard <julliard@winehq.com>
6342 * server/debugger.c:
6343 Do not free the handles once they have been sent to the client (thanks
6346 * windows/msgbox.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6347 Fixed crash when asked to use strings identified by resource id
6350 * windows/dce.c: Jim Aston <jima@corel.ca>
6351 When window class has CS_CLASSDC style we should not remove the DC
6352 when destroying the window.
6354 * dlls/rasapi32/rasapi32.spec, dlls/win32s/w32skrnl.c:
6355 Patrik Stridvall <ps@leissner.se>
6358 * tools/winapi_check/nativeapi.pm, tools/winapi_check/output.pm, tools/winapi_check/win32api.dat, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
6359 Patrik Stridvall <ps@leissner.se>
6360 Minor fixes and reorganizations.
6362 * dlls/shell32/if_macros.h, include/bit_array.h, include/ntdll.h, include/oleobj.h:
6363 Patrik Stridvall <ps@leissner.se>
6364 Removed obsolete files no longer in use.
6366 * tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c, graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, include/x11drv.h:
6367 Ove Kaaven <ovek@arcticnet.no>
6368 DirectX-XShm now waits for the X server to finish the previous frame
6369 before sending another frame down its pipe, avoiding the X server
6370 overload and resulting slowness that used to be.
6372 * dlls/comctl32/toolbar.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h, include/dlgs.h:
6373 Juergen Schmied <juergen.schmied@debitel.net>
6374 - unified templates for the open and the save dlg
6375 - replaced buttons with a toolbar
6377 * dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/wine/obj_shellfolder.h:
6378 Juergen Schmied <juergen.schmied@debitel.net>
6379 - new interface declaration for IShellfolder2
6380 - added this interface to all shell folders
6381 - small fixes to shellview (crash with native comdlg32)
6383 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
6384 Fixed the relocation hack in PE_InitTls. Added some more for the other
6385 pointerfields in the TLS entry. (With testing help from Jussi
6386 Jumppanen <jussij@zeusedit.com>).
6388 * relay32/user32.spec, windows/user.c, include/winuser.h:
6389 Marcus Meissner <marcus@jet.franken.de>
6390 Added ChangeDisplaySettingsExA stub and some flag defines.
6392 * include/console.h: Robert 'Admiral' Coeyman <admiral@corner.net>
6393 Added the hex triplets to the console color definitions.
6395 * windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/mouse.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/mouse.c, include/input.h, include/message.h, include/mouse.h, include/ttydrv.h, include/x11drv.h, objects/cursoricon.c, windows/dinput.c, windows/event.c, windows/input.c, windows/mouse.c, windows/winpos.c:
6396 Lionel Ulmer <lionel.ulmer@free.fr>
6397 Added the possibility to have mouse movements reported relative to
6398 Wine's mouse driver.
6400 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/icmp/.cvsignore, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/icmp/icmp_main.c, include/debugdefs.h, include/wine/icmpapi.h, include/wine/ipexport.h, loader/loadorder.c, relay32/builtin32.c, wine.ini:
6401 Francois Gouget <fgouget@psn.net>
6402 Added ICMP DLL implementation.
6404 * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
6405 Juergen.Schmied@debitel.net
6406 - Bugfix: Styles were evaluated as expressions. The NOT in combination
6407 with style flags was not overwriting the default styles like WS_VISIBLE.
6408 Solved by introducing own rules for parsing styles.
6410 * controls/combo.c: Jim Aston <jima@corel.ca>
6411 Fixed the height of the ComboBox drop list.
6413 * windows/dialog.c: David Grant <davidgra@corel.ca>
6414 Windows sends WM_GETDLGCODE only in response to keyboard messages
6415 (WM_KEYDOWN, WM_CHAR, WM_SYSCHAR).
6417 * include/wine/obj_base.h: Peter Hunnisett <hunnise@nortelnetworks.com>
6418 - Added missing __attribute__ ((com_interface)) for IUnknown with.
6419 ICOM_USE_COM_INTERFACE_ATTRIBUTE
6420 - Small addition to comments surrounding
6421 ICOM_USE_COM_INTERFACE_ATTRIBUTE "option".
6423 * ole/ole2nls.c, if1632/ole2nls.spec:
6424 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6425 Implementation of RegisterNLSInfoChanged.
6427 * scheduler/critsection.c, windows/queue.c, memory/heap.c:
6428 James Abbatiello <abbeyj@wpi.edu>
6429 Addresses issues with multiple processes accessing non-global critical
6432 * server/sock.c: Jeremy White <jwhite@codeweavers.com>
6433 Fixed bug in WINSOCK_accept when no event is present.
6435 * dlls/rasapi32/rasapi.c, include/lmcons.h, include/ras.h:
6436 Rein Klazes <rklazes@casema.net>
6437 Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
6439 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
6440 Ulrich Czekalla <ulrichc@corel.ca>
6441 Implementation of custom dialog messages and notifications.
6443 * dlls/comctl32/treeview.c: David Grant <davidgra@corel.ca>
6444 - Proper initialization of cchTextMax field was added for
6445 TVN_GETDISPINFO notification message.
6446 - TVM_SETITEM should update 'mask' field to synchronize it with
6449 * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6450 If PageSize/InputSlot entry doesn't contain an options translation
6451 string use the option name instead.
6453 * dlls/comctl32/propsheet.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6454 Fixed SetTitleA when string resources were to be loaded.
6456 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
6457 - Fixed an error for scrolling in Listview (sometimes a column would
6458 not be visible) due to my last checkin.
6459 - Fixed an error for the header control when the Listview is resized with WM_SIZE
6460 - Fixed the scrolling for small and large icon (this broke because of
6461 the use of SB_PAGE in scrollInfo)
6462 - Added a patch made by Noomen Hamza to update the item width when
6465 * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
6466 Handle socket creation errors.
6468 * controls/menu.c: Karl Lessard <karll@corel.com>
6469 When a popupmenu is currently active on the screen, it shouldn't
6470 remove mouse click messages that don't belong to it from the queue.
6472 * windows/x11drv/clipboard.c: Juergen Lock <nox@jelal.kn-bremen.de>
6473 Exec `wineclipsrv' not `wineclipsvr', and don't inherit wine's X
6474 sockets to it (otherwise windows stay around when wine hangs).
6476 Thu Nov 4 02:51:24 1999 Alexandre Julliard <julliard@winehq.com>
6478 * loader/main.c: Fixed -debugmsg +server.
6480 * scheduler/handle.c:
6481 Added special handling for the stdio handles in CloseHandle.
6484 Made all handles multiple of 4. Fixed semantics for pseudo-handles.
6486 * server/debugger.c:
6487 Free the handles of the event structure in the right process (thanks
6490 * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplayx.spec, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplay.h, include/dplobby.h:
6491 Peter Hunnisett <hunnise@nortelnetworks.com>
6492 - Added dplayx LibMain for initialization of all dplayx 'global' data
6493 - Added start for global data manipulation
6495 - Added some missing header file definitions
6496 - Added the ansi versions of dplay and dplobby
6497 - Fixed invalid macro for IDirectPlay4
6498 - Cleaned up compiler warnings
6499 - More implementation, bug fixes and critical region protection
6501 * windows/x11drv/event.c: Karl Lessard <karll@corel.com>
6502 Never send a WM_CLOSE message to a popup window.
6504 * windows/x11drv/wnd.c: Karl Lessard <karll@corel.com>
6505 Check if the window is managed before trying to give it focus.
6507 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
6508 Enhanced linux joystick api detection slightly.
6510 * windows/x11drv/keyboard.c:
6511 Jaroslaw Piotr Sobieszek <jsobiesz@elka.pw.edu.pl>
6512 Added Polish keyboard support.
6514 * graphics/win16drv/prtdrv.c:
6515 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6516 Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
6518 * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6519 Add `Cassette' to PPD -> windows printer-bin mapping.
6521 * memory/string.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
6522 Modified lstrcpynWtoA to put terminating null at end of string, not
6525 * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
6526 Removed duplicate macro definitions for the IStorage and IStream COM
6529 * windows/defwnd.c: Karl Lessard <karll@corel.com>
6530 Fixed COLOR_MAX definition for new Win32 values.
6532 * objects/gdiobj.c: Ian Schmidt <ischmidt@cfl.rr.com>
6533 Removed unnecessary USER call from GetFontMetrics. Fixes native USER.
6535 * dlls/comctl32/listview.c, include/listview.h:
6536 Ulrich Czekalla <ulrichc@corel.ca>
6537 Set proper item focus on DeleteItem.
6538 Clean up edit label implementation.
6540 * files/drive.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
6541 Fixed a long standing (and annoying) typo, that prevented
6542 GetDiskFreeSpaceA from working...
6544 * misc/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6545 Enable safe reading of registry file, even if file is broken.
6547 * win32/newfns.c: Ian Schmidt <ischmidt@cfl.rr.com>
6548 Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
6550 ----------------------------------------------------------------
6551 Sun Oct 31 22:26:35 1999 Alexandre Julliard <julliard@winehq.com>
6553 * scheduler/client.c: Set close-on-exec flag on server socket.
6555 * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
6556 Added explanation on creating a new DLL.
6558 * misc/version.c: Juergen Schmied <juergen.schmied@debitel.net>
6559 Better version autodetection.
6561 * windows/dialog.c: Ulrich Czekalla <ulrichc@corel.ca>
6562 Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
6564 * graphics/ddraw.c: Ivan de Saedeleer <Ivands@sympatico.ca>
6565 Fail when LPRECT contains negative values.
6567 * windows/x11drv/event.c: Pierre Mageau <pierre@macadamian.com>
6568 On ConfigureNotify, find the first visible window above the current one.
6570 * debugger/db_disasm.c: Rein Klazes <rklazes@casema.net>
6571 Corrected operand sizes for the "enter" instruction.
6573 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
6574 PSM_ADDPAGE returns TRUE or FALSE.
6576 * dlls/msacm32/builtin.c, dlls/msacm32/Makefile.in, dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/msacm32/wineacm.h, include/msacm.h:
6577 Eric Pouech <Eric.Pouech@wanadoo.fr>
6578 Made msacm32 really load ACM drivers.
6580 * graphics/painting.c: Jim Aston <jima@corel.ca>
6581 Prevent FillRgn from using a NULL pointer.
6583 * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6584 Fixed a few problems with RegEnumKey*.
6586 * dlls/commdlg/filedlg95.c: Ulrich Czekalla <ulrichc@corel.ca>
6587 Implementation of user defined templates.
6589 * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
6590 IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
6592 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
6593 Do not clear the drawing area for etched static controls.
6594 Replaced our own drawing stuff in etched static controls by DrawEdge.
6596 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
6597 In report view mode of the listview control, implemented the
6598 horizontal scrollbar functionality.
6600 * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
6601 Fixed a small bug in the behavior of maximized MDI children.
6603 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6604 Rewrite of EnumPrinters.
6606 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
6607 Fill in the hwndFrom field of the NMHDR structure when sending
6610 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6611 When reading a profile entry remove trailing quote when there's an
6614 * objects/gdiobj.c: Francis Beaudet <francis@macadamian.com>
6615 Return correct height and width for stock fonts in GetObject.
6617 * programs/avitools/aviplay.c: Compile fix.
6619 * programs/wcmd/.cvsignore: Added wmcdrc.h
6621 * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
6622 Added support for the addition and removal of custom I/O preocedures.
6624 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
6625 Abey George<abey@macadamian.com>
6626 Implemented ProgIDFromCLSID.
6628 * dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc:
6629 Thuy Nguyen <thuy@macadamian.com>
6630 Wizard mode property sheets have a tab control.
6632 * loader/loadorder.c, relay32/builtin32.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winmm/midimap/.cvsignore, dlls/winmm/midimap/Makefile.in, dlls/winmm/midimap/midimap.c, dlls/winmm/midimap/midimap.spec, dlls/winmm/wavemap/.cvsignore, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.spec, dlls/winmm/wavemap/wavemap.c, wine.ini:
6633 Eric Pouech <Eric.Pouech@wanadoo.fr>
6634 Added built-in msacm.drv and midimap.drv drivers.
6636 * tools/winapi_check/nativeapi.pm, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_global.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
6637 Patrik Stridvall <ps@leissner.se>
6638 - Minor fixes and reorganizations.
6639 - Added checks for documentation inconsistencies.
6641 * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c, misc/port.c, misc/winsock.c, misc/winsock_async.c, dlls/winmm/joystick.c:
6642 Patrik Stridvall <ps@leissner.se>
6643 Added missing configuration #if:s and #includes:s.
6645 * dlls/crtdll/crtdll_main.c, files/dos_fs.c, objects/dcvalues.c, dlls/advapi32/crypt.c:
6646 Patrik Stridvall <ps@leissner.se>
6647 Fixed documentation.
6649 * dlls/winmm/mciwave/Makefile.in: Patrik Stridvall <ps@leissner.se>
6650 Solaris make doesn't like unnecessary \.
6652 * programs/avitools/aviplay.c, windows/dinput.c, dlls/ole32/memlockbytes.c, dlls/ole32/moniker.c, dlls/ole32/oleobj.c, dlls/ole32/stg_stream.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/if_macros.h, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, graphics/d3d_private.h, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, dlls/avifil32/avifile.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/ole32/bindctx.c, dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c, dlls/ole32/hglobalstream.c, dlls/ole32/ifs.c:
6653 Francois Gouget <fgouget@psn.net>
6654 Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
6656 * windows/win.c, windows/x11drv/wineclipsrv.c:
6657 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6658 Fixed a couple of compiler warnings.
6660 * dlls/shell32/pidl.c: Pierre Mageau <pierre@macadamian.com>
6661 A crash would occur if the file type in report mode was empty.
6663 * windows/keyboard.c: Lionel Ulmer <lionel.ulmer@free.fr>
6664 Changed the initialisation of the KeyState array.
6666 * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6667 Better handling of newlines in FormatMessage*.
6669 * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6670 Fix (some) bad behavior with buffer underrun.
6672 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6673 Fixed PlaySound proc for non PCM content.
6675 * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
6676 - Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
6677 - Treeview: colors returned by TVM_GET**COLOR are mixed up.
6679 * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
6680 Clicking the combo box would cause a crash if it was empty.
6682 * graphics/escape.c, graphics/win16drv/init.c, include/wine/wingdi16.h, misc/printdrv.c:
6683 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6684 It appears that StartDoc sends the STARTDOC escape with the DOCINFO
6685 structure pointed to with the output data parameter.
6687 * graphics/fontengine.c, if1632/gdi.spec:
6688 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6689 Stub for EngineRealizeFontExt (used by the win98 pscript driver).
6691 * dlls/comctl32/tab.c: Noomen Hamza <noomen@macadamian.com>
6692 Selected button within tab control will be painted with the right
6695 * dlls/comctl32/propsheet.c: Pierre Mageau <pierre@macadamian.com>
6696 Do not send two PSN_KILLACTIVE messages.
6698 * wine.ini: Marcus Meissner <marcus@jet.franken.de>
6699 ini variables do not like ; comments after them (they are not shell
6700 scripts). Fixed a typo in one of the names.
6702 Mon Oct 25 15:43:36 1999 Alexandre Julliard <julliard@winehq.com>
6704 * dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, include/wine/obj_base.h:
6705 Francois Gouget <fgouget@psn.net>
6706 Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
6707 a COM interface one never has to name the lpVtbl field explicitly.
6709 * dlls/oleaut32/ole2disp.c:
6710 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6711 SysAllocStringLen16 needs to handle NULL pointers, too.
6714 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
6717 * tools/find_debug_channels: Francois Gouget <fgouget@psn.net>
6718 Fixed small typos and slightly outdated comments.
6720 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
6721 Ian Schmidt <ischmidt@cfl.rr.com>
6722 Partial implementation of the Shell32 call Win32DeleteFile(), required
6725 * programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, Make.rules.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in:
6726 Added dependency on winestub.o
6728 Sun Oct 24 22:13:55 1999 Alexandre Julliard <julliard@winehq.com>
6730 * windows/dinput.c, tools/build.c, tools/fnt2bdf.c, win32/console.c, win32/device.c, win32/file.c, win32/process.c, relay32/snoop.c, scheduler/client.c, scheduler/thread.c, server/console.c, server/file.c, server/pipe.c, server/sock.c, server/socket.c, msdos/int21.c, objects/gdiobj.c, include/config.h.in, loader/dos/dosmod.c, loader/dos/dosvm.c, loader/dos/module.c, loader/pe_image.c, memory/ldt.c, dlls/wnaspi32/winaspi32.c, files/directory.c, files/dos_fs.c, graphics/ddraw.c, graphics/x11drv/dib.c, dlls/ole32/compobj.c, dlls/oleaut32/variant.c, dlls/winaspi/winaspi16.c, configure.in, debugger/stabs.c, dlls/crtdll/crtdll_main.c, configure:
6731 Patrik Stridvall <ps@leissner.se>
6732 - Added missing configuration #if:s and #includes:s.
6733 - Minor configuration related changes.
6735 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
6736 Made LoadHomeRegistryFiles default to TRUE.
6738 * include/authors.h, include/comm.h, include/datetime.h, include/monthcal.h, include/netspi.h, include/ntsecapi.h, include/psdrv.h, include/wine/obj_connection.h, include/wine/obj_oleundo.h, include/wine/obj_picture.h, include/wine/obj_property.h, include/wine/obj_shellextinit.h, include/wine/winnet16.h, include/winspool.h, include/xmalloc.h, tools/make_authors:
6739 Patrik Stridvall <ps@leissner.se>
6740 Made the include files self-sufficient.
6742 * tools/winapi_check/*:
6743 Patrik Stridvall <ps@leissner.se>
6744 - Fixed the long long problem.
6745 - Added configure include consistancy checking.
6746 - Added progress indicator.
6747 - Began splitting up the win16api.dat and win32api.dat files.
6748 - Added various minor checks.
6751 * relay32/kernel32.spec, relay32/user32.spec, dlls/shell32/shell32.spec, dlls/shell32/shlwapi.spec, dlls/win32s/w32skrnl.spec, dlls/winspool/winspool.spec, dlls/wnaspi32/wnaspi32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/olecli32.spec, dlls/psapi/psapi.spec, dlls/avifil32/avifil32.spec, dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, dlls/ntdll/reg.c:
6752 Patrik Stridvall <ps@leissner.se>
6753 Added spec file declarations for already implemented functions.
6755 * graphics/path.c, if1632/gdi.spec, objects/clipping.c:
6756 Patrik Stridvall <ps@leissner.se>
6757 Added Win16 variants of existing Win32 functions.
6759 * dlls/ntdll/signal_i386.c: Patrik Stridvall <ps@leissner.se>
6760 Solaris compile fix.
6762 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
6763 Remove prefixing by a tilde for GetTempFileName 32bits.
6765 * debugger/expr.c: Marcus Meissner <marcus@jet.franken.de>
6766 Added missing include.
6768 * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6769 Warn users to use -the -desktop option together with the native user DLLs.
6771 * loader/resource.c:
6772 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6773 Return the size of the needed resource when buffer is NULL for LoadString().
6775 * dlls/ole32/clipboard.c, windows/clipboard.c, windows/user.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c, wine.ini:
6776 Francis Beaudet <francis@macadamian.com>
6777 Enabled the persistent clipboard server.
6779 * misc/registry.c, wine.ini: Nathaniel <wfilardo@fuse.net>
6780 Improved registry isolation possibilities.
6783 Eric Pouech <Eric.Pouech@wanadoo.fr>
6784 Split the multimedia/ directory into dlls/ subdirectories.
6786 * multimedia/winmm.rc, multimedia/winmm_Pt.rc, programs/clock/ChangeLog, programs/clock/Pt.rc, programs/notepad/ChangeLog, programs/notepad/Fr.rc, programs/notepad/Pt.rc, programs/notepad/Wa.rc, programs/progman/.cvsignore, programs/progman/ChangeLog, programs/progman/Pt.rc, programs/winhelp/.cvsignore:
6787 Gustavo Junior Alves <alves@correionet.com.br>
6788 More Portuguese language support.
6790 * objects/dib.c: Matthew J. Francis <asbel@dial.pipex.com>
6791 Fixed top-down DIB handling in StretchDIBits32().
6793 * include/windowsx.h: Peter Hunnisett <hunnise@nortelnetworks.com>
6794 Added macro definitions for memory allocation.
6796 * graphics/x11drv/xfont.c, include/gdi.h, include/x11font.h, objects/font.c:
6797 Ulrich Czekalla <ulrichc@corel.ca>
6798 Make sure that all calls use the extended structures which are a
6799 superset of the regular structures.
6801 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
6802 Added the functionality of the thumb track.
6804 * windows/focus.c: Adrian Thurston <adriant@corel.com>
6805 Do not set focus to a disabled window.
6807 * windows/x11drv/keyboard.c: Pierre Mageau <pierre@macadamian.com>
6808 Fixed an entry in the keyboard translation table for Ctrl-Break.
6810 * include/debugdefs.h, scheduler/debugger.c:
6811 Ulrich Czekalla <ulrichc@corel.ca>
6812 New channel 'debugstr' used to print OutputDebugString API calls.
6814 * windows/nonclient.c, windows/x11drv/event.c:
6815 Noomen Hamza <noomen@macadamian.com>
6816 Popup windows will be hidden when we minimize a main frame or shown
6817 when we maximize or restore a minimized main frame.
6819 Sat Oct 23 23:59:47 1999 Alexandre Julliard <julliard@winehq.com>
6821 * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
6822 PropertySheet didn't destroy page dialog's window while removing page.
6824 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
6825 Update the item width upon a new column in the header control.
6827 * dlls/ntdll/exception.c: Gerard Patel <g.patel@wanadoo.fr>
6828 Reorder parameters to fix position of base reg relative to exception
6831 * documentation/Makefile.in: Fixed typo.
6834 Francois Gouget <fgouget@psn.net>
6835 Define the COM macros even in C++.
6837 * controls/menu.c, windows/mdi.c: Pierre Mageau <pierre@macadamian.com>
6838 Fixed loop with WM_SYSCHAR.
6840 * dlls/comctl32/tooltips.c: Joshua Thielen <thielen@netperson.net>
6841 Fixed tooltips positioning.
6843 * graphics/x11drv/dib.c: Re-applied lost change.
6845 * loader/task.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6846 Ignore wrong hInstance.
6848 * include/miscemu.h, msdos/int10.c, msdos/interrupts.c:
6849 Robert 'Admiral' Coeyman <admiral@corner.net>
6850 Report non-hercules video. Turned on int 2a.
6852 * include/file.h, include/winbase.h, loader/module.c, files/file.c:
6853 Jim Aston <jima@corel.ca>
6854 Fixed compiling with STRICT.
6856 * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
6857 Proper resource support for dialog title.
6859 * include/dlgs.h: Ulrich Czekalla <ulrichc@corel.ca>
6860 Fixed some wrong defines.
6862 * objects/brush.c: Ulrich Czekalla <ulrichc@corel.ca>
6863 Copy bitmaps properly.
6865 * include/debugger.h, debugger/dbg.y, debugger/hash.c, debugger/msc.c:
6866 Eric Pouech <Eric.Pouech@wanadoo.fr>
6867 Allow loading of modules debug information after first invocation of
6870 * dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
6871 Jim Aston <jima@corel.ca>
6874 * include/listview.h, dlls/comctl32/listview.c:
6875 Ulrich Czekalla <ulrichc@corel.ca>
6876 Implementation of edit labels.
6878 * graphics/d3ddevices.c, graphics/d3dtexture.c, graphics/ddraw.c:
6879 Ove Kaaven <ovek@arcticnet.no>
6880 Fixed some anonymous union accesses.
6882 * controls/listbox.c: Abey George <abey@macadamian.com>
6883 Draw the item text from the top of the item rect.
6885 * dlls/comctl32/comctl32undoc.c, dlls/shell32/shlview.c:
6886 Pierre Mageau <pierre@macadamian.com>
6887 Fixed the ascending and descending sort order for the File Dialog.
6889 * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
6890 - adds calling application defined callback function once PropertSheet
6891 Dialogbox has been initialized just after creating the tab control
6892 - handle the case when pszCaption specifies a resource instead of a string
6894 * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, dlls/shell32/shv_bg_cmenu.c:
6895 Juergen Schmied <juergen.schmied@metronet.de>
6896 - removed all unnecessary "winapi" from internal _IL* functions
6897 - better parameter checking for shellfolder
6898 - removed dead code from shv_bg_contextmenu
6900 * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
6901 Jim Aston <jima@corel.ca>
6902 Added another anonymous union using the DUMMYUNIONNAME style.
6904 * dlls/comctl32/listview.c: Ulrich Czekalla <ulrichc@corel.ca>
6905 Properly copy text into user supplied buffer.
6907 * misc/winsock.c, relay32/wsock32.spec, server/object.h, server/sock.c, if1632/winsock.spec, include/task.h, include/winsock.h, loader/main.c, loader/task.c, misc/main.c:
6908 Ove Kaaven <ovek@arcticnet.no>
6909 Winsock rewrite. Sockets are now proper win32 handles.
6910 Internal structures are now really internal.
6912 * dlls/comctl32/tab.c: Ulrich Czekalla <ulrichc@corel.ca>
6913 Tab control doesn't refresh tab area on TCM_SETCURSEL.
6915 * dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec:
6916 Ulrich Czekalla <ulrichc@corel.ca>
6917 Implemented StrRChrA.
6919 * debugger/dbg.y, debugger/debug.l, debugger/expr.c, include/debugger.h:
6920 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6921 Bugfix: Perform proper process shutdown on 'quit' and error.
6923 * dlls/advapi32/security.c: Gerard Patel <g.patel@wanadoo.fr>
6924 Stub OpenThreadToken & OpenProcessToken for failure in Win9x mode.
6926 * include/winuser.h: Jim Aston <jima@corel.ca>
6929 * windows/dialog.c: Adrian Thurston <adriant@corel.com>
6930 Protect against wrong return value from WM_INITDIALOG.
6932 * graphics/x11drv/bitmap.c: Francis Beaudet <francis@macadamian.com>
6933 Removed an illegal character.
6935 * dlls/shell32/shell32_main.c: Ian Schmidt <ischmidt@cfl.rr.com>
6936 Now inits the policy cache when shell32 is first instantiated.
6937 Matches Windoze behavior.
6939 * dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c, dlls/shell32/shpolicy.h:
6940 Ian Schmidt <ischmidt@cfl.rr.com>
6941 Real implementation of SHRestricted(), clarified SHInitRestricted()'s
6942 role a little, added policy data table.
6944 * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
6945 Use segmented lpvtbl pointer for IMalloc16 interface, not linear one.
6947 * windows/x11drv/mouse.c: Francis Beaudet <francis@macadamian.com>
6948 Replaced a X call with a TSX call in XDRV_MOUSE_SetCursor().
6950 * dlls/comctl32/rsrc.rc: Ulrich Czekalla <ybicubuk@umail.corel.com>
6951 The property sheet dialog needs flag WS_VISIBLE.
6953 * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
6954 Set the default view button to List in the FileDialog.
6956 * loader/ne/module.c:
6957 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6958 Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess.
6960 * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6961 Fixed potential crash in string variable printing.
6963 * dlls/comctl32/toolbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6964 Added WM_GETFONT support.
6966 * include/main.h, loader/main.c, miscemu/main.c, scheduler/process.c:
6967 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
6968 Bugfix: don't call ExitProcess() before SYSLEVEL_Init().
6970 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6971 Fixed some bugs (mmioOpen with 16/32 bit strangeness, mmioAscend &
6972 mmioDescend offset and alignment issues).
6974 * windows/clipboard.c: Ulrich Czekalla <ulrichc@corel.ca>
6975 We are supposed to delete the palette object with the DeleteObject
6978 * dlls/comctl32/listview.c: Noomen Hamza <noomen@macadamian.com>
6979 Listview items will be drawn with the right item dimensions.
6981 * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
6982 Some small corrections to the ExtTextOut function.
6984 * dlls/ole32/ole2.c: Francis Beaudet <francis@macadamian.com>
6985 Make sure that the drop effect of a DnD operation is set to
6986 DROPEFFECT_NONE if the user cancelled the operation.
6988 * dlls/comctl32/animate.c, include/animate.h:
6989 Eric Pouech <Eric.Pouech@wanadoo.fr>
6990 First working version.
6992 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6993 Added the mute capability to most control lines.
6995 * windows/win.c: Rein Klazes <rklazes@casema.net>
6996 Use the module handle, if CreateWindowEx is called with
6999 * include/wine/undocshell.h: Marcus Meissner <marcus@jet.franken.de>
7000 Added missing prototypes for StrRetToBuf(A|W).
7002 Wed Oct 13 16:17:23 1999 Alexandre Julliard <julliard@winehq.com>
7004 * programs/clock/.cvsignore, programs/notepad/.cvsignore, programs/progman/.cvsignore:
7007 * objects/dib.c: Backed out previous change (breaks with metafiles).
7009 * server/Makefile.in, server/request.h, server/sock.c, server/trace.c, include/server.h, include/winsock.h:
7010 Ove Kaaven <ovek@arcticnet.no>
7011 Added socket interface to wineserver.
7013 * loader/loadorder.c, loader/main.c, miscemu/main.c, wine.ini:
7014 Eric Pouech <Eric.Pouech@wanadoo.fr>
7015 Correct filename for kernel module is KRNL386.EXE.
7017 * dlls/winspool/winspool.spec, dlls/winmm/wineoss/wineoss.spec:
7018 Eric Pouech <Eric.Pouech@wanadoo.fr>
7019 Added missing (and now required) filename directive.
7021 * tools/build.c, include/builtin32.h:
7022 Eric Pouech <Eric.Pouech@wanadoo.fr>
7023 Added filename to 32 bit builtin module descriptors.
7025 * if1632/builtin.c, relay32/builtin32.c:
7026 Eric Pouech <Eric.Pouech@wanadoo.fr>
7027 Fix loading of modules: now search key is module's filename, not
7030 * dlls/comctl32/propsheet.c, dlls/comctl32/tab.c:
7031 Pierre Mageau <pierre@macadamian.com>
7032 When an error occurred in a property sheet because of invalid data,
7033 clicking on another tab, would activate the new tab but keep the
7034 original property sheet.
7036 * dlls/comctl32/listview.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c:
7037 Juergen Schmied <juergen.schmied@metronet.de>
7038 - implemented sorting the listview by clicking on the column header
7039 - implemented the context menu entrys for sorting
7040 - some more functions to gather data form pidls
7042 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
7043 Juergen Schmied <juergen.schmied@metronet.de>
7044 Removed linking by GetProcAddress for StrRetToBuf sinc not all
7045 versions of shlwapi exporting this function.
7047 * loader/module.c: Chris Morgan <cmorgan@wpi.edu>
7048 James Abbatiello <abbeyj@wpi.edu>
7049 Removes extraneous comparison of data pointed to by the relocation
7050 offset when no relocation entries exist.
7052 * if1632/wprocs.spec, loader/ne/module.c:
7053 Marcus Meissner <Marcus.Meissner@lst.de>
7054 WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes
7055 BLINKER selfextracting executables).
7057 * windows/dialog.c: Abey George <abey@macadamian.com>
7058 Changed EndDialog to behave like as in Windows.
7059 Call SetWindowPos instead of ShowWindow in EndDialog.
7061 * windows/winpos.c: Abey George <abey@macadamian.com>
7062 Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
7063 Code for activating and setting focus to other windows when a window
7064 is hidden, is moved to ShowWindow from SetWindowPos.
7065 Activate the top level window if it's not active in ShowWindow(SW_SHOW).
7067 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7068 Fixed X11DRV_DIB_SetImageBits when called for RLE encoded dibs.
7070 * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7071 Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst
7072 dimensions are equal).
7074 * programs/notepad/Makefile.in, programs/notepad/Pt.rc, programs/progman/Makefile.in, programs/progman/Pt.rc, programs/clock/Makefile.in, programs/clock/Pt.rc:
7075 Gustavo Junior Alves <alves@correionet.com.br>
7076 Added Portuguese language support.
7078 * dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/oleaut32/typelib.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c:
7079 Francois Gouget <fgouget@psn.net>
7080 Use the COM macros rather than directly accessing the lpvtbl field.
7082 * include/wine/winuser16.h, misc/lstr.c, if1632/user.spec:
7083 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7084 Use LoadString16 for FormatMessage16 and handle
7085 FORMAT_MESSAGE_ALLOCATE_BUFFER flag.
7087 * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
7088 Some adjustments to ExtTextOut.
7090 * include/psdrv.h, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
7091 Stephane Lussier <stephane@macadamian.com>
7092 Fixed the clipping for the postscript driver and turned it on (by setting
7093 PSDRV_SetDeviceClipping in the function table).
7095 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7096 Account for the trailing NULL in GetLogicalDriveStringsA.
7098 * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
7099 Fixed a typo in a function declaration.
7101 * windows/x11drv/keyboard.c: Zoltan Kovacs <oritele@alarmix.net>
7102 Added Hungarian keyboard support.
7104 * windows/mdi.c, windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
7105 We have to activate MDI child windows.
7107 * dlls/commdlg/filedlg.c:
7108 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7109 Use Get|SetPropA to store lParam to retrieve the OPENFILENAME16 for a
7112 * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
7113 Correct usage of a scratch array in X11DRV_PolyBezier.
7115 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
7116 Make WM_GETTEXTLENGTH return length for dropdownlist combos.
7118 * controls/button.c: Francois Boisvert <francois@macadamian.com>
7119 Removed FillRect in the ownerdrawn button procedure.
7121 * windows/x11drv/event.c: Abey George <abey@macadamian.com>
7122 Make sure the Focus Out window is still the Foreground window before
7123 doing SetForegroundWindow(0) in Event_FocusOut.
7125 * graphics/x11drv/palette.c: Chris Morgan <cmorgan@wpi.edu>
7126 James Abbatiello <abbeyj@wpi.edu>
7127 Fixes problems with color drift when switching to/from
7128 logical/physical colors.
7130 * dlls/comctl32/header.c: Thuy Nguyen <thuy@macadamian.com>
7131 Mouse position is signed.
7133 * windows/syscolor.c: Noomen Hamza <noomen@macadamian.com>
7134 Set the COLOR_3DLIGHT system color to the right window default value.
7136 * loader/pe_image.c: Marcus Meissner <Marcus.Meissner@caldera.de>
7137 Small hack to check if we need to relocate the TLS directory or not
7138 (some seem to need this pointer relocateable, some already do relocate
7141 * Make.rules.in: Marcus Meissner <Marcus.Meissner@caldera.de>
7142 Relink subdirectory objects on Makefile.in/Make.rules.in change.
7144 * dlls/comctl32/propsheet.c: Marcus Meissner <Marcus.Meissner@lst.de>
7145 Check for NULL ptr in Propsheet_RemovePage (Xing DVD Player).
7147 * multimedia/dsound.c: Marcus Meissner <Marcus.Meissner@lst.de>
7148 Don't ref NULL ptrs in debug.
7150 * windows/dinput.c: Marcus Meissner <Marcus.Meissner@lst.de>
7151 If the joydevice is not present, do not create a DirectInputDevice.
7153 * dlls/commdlg/commdlg.spec, dlls/commdlg/printdlg.c, include/commdlg.h:
7154 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7155 Map PrintDlg16 to PrintDlgA.
7157 * dlls/shell32/shlmenu.c: Juergen Schmied <juergen.schmied@metronet.de>
7160 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
7161 Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of
7164 * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
7165 Prevent self referencing next pointer during insert.
7167 * ole/nls/fra.nls: Eric Pouech <Eric.Pouech@wanadoo.fr>
7168 Added some missing definitions.
7170 * multimedia/winmm.rc, multimedia/winmm_Nl.rc:
7171 Klaas van Gend <klaas@vangend.demon.nl>
7172 Added Dutch to the languages supported by MCI.
7174 * documentation/status/internationalisation:
7175 Klaas van Gend <klaas@vangend.demon.nl>
7176 Updated status of internationalisation.
7178 * loader/pe_image.c:
7179 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7180 Bugfix: *Don't* resolve PE imports if asked not to ...
7182 * misc/ddeml.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7183 Bugfix: DdeNameService was broken.
7185 * loader/ne/module.c:
7186 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7187 Bugfix: When loading an executable module fails, don't perform module
7188 cleanup before the corresponding task is destroyed.
7190 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc:
7191 Klaas van Gend <klaas@vangend.demon.nl>
7192 Moved bitmap resource to language-independent resource file.
7194 * misc/version.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7195 Added warning for future VERSION_GetVersion() (mis-)users and made
7196 OSVERSIONINFO warning more detailed.
7198 * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
7199 Marcus Meissner <Marcus.Meissner@caldera.de>
7200 Added stubs for RevokeActiveObject, GetActiveObject, fixed
7201 RegisterActiveObject stub argtypes.
7203 * windows/x11drv/keyboard.c:
7204 Marcus Meissner <Marcus.Meissner@caldera.de>
7205 Added german keyboard layout with "nodeadkeys" option enabled (just to
7206 apostrophes are switched).
7208 * dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c:
7209 Marcus Meissner <Marcus.Meissner@caldera.de>
7210 Stub for VideoCapDriverDescAndVer.
7212 * msdos/int21.c: Marcus Meissner <Marcus.Meissner@caldera.de>
7213 Replicate CreateDirectory() LastError workaround for the LFN part.
7215 * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
7216 Also escape characters >=0x80 within the wineregistry savefile.
7218 * dlls/wnaspi32/winaspi32.c:
7219 Marcus Meissner <Marcus.Meissner@caldera.de>
7220 Don't use malloc/free in winaspi32.
7222 * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
7223 Use 1 macro for rgbbitdepth -> byte determination.
7224 xshm/image creation now uses 1/8 of the space for every image.
7226 * relay32/user32.spec: Marcus Meissner <Marcus.Meissner@caldera.de>
7227 Replaced double ChangeDisplaySettingsA by (Ex)[AW].
7229 Wed Sep 29 12:16:16 1999 Alexandre Julliard <julliard@winehq.com>
7231 * if1632/builtin.c, loader/module.c, loader/ne/module.c:
7232 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7233 Bugfix: Don't call GetVersionExA too early, to avoid breaking
7234 automatic emulated Windows version detection.
7236 * dlls/oleaut32/typelib.c, include/oleauto.h, dlls/oleaut32/oleaut32.spec:
7237 Rein Klazes <rklazes@casema.net>
7238 First implementation of LoadTypeLibEx().
7240 * if1632/mmsystem.spec, multimedia/mmsystem.c:
7241 Marcus Meissner <marcus@jet.franken.de>
7242 Added stub for WMMMIDIRUNONCE called by midimap.drv.
7244 * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
7245 Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
7246 following WSACleanup will already free the structures.
7248 * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
7249 Create DirectSound object even without sounddevice. Games can be
7250 played without sound, but not without DirectSound object (tested with
7253 * dlls/oledlg/oledlg.spec, include/ntddk.h, relay32/kernel32.spec, relay32/user32.spec, tools/build.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
7254 Patrik Stridvall <ps@leissner.se>
7255 Fixed some of the issues reported by winapi-check, by adding arguments
7258 * Make.rules.in, Makefile.in: Patrik Stridvall <ps@leissner.se>
7259 Added ability to call winapi_check from the Makefiles.
7261 * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
7262 Modification due to problems with winapi-check.
7264 * tools/winapi_check/parser.pm, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
7265 Patrik Stridvall <ps@leissner.se>
7266 - Adapted to changes in Wine.
7267 - Minor improvements.
7269 Tue Sep 28 16:40:07 1999 Alexandre Julliard <julliard@winehq.com>
7271 * server/event.c, server/object.h:
7272 Made event manipulation routines public.
7274 * dlls/Makefile.in, dlls/dplayx/.cvsignore, dlls/dplayx/Makefile.in, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c, dlls/dplayx/dplay.spec, dlls/dplayx/dplayx.spec, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplay.h, include/dplobby.h, multimedia/Makefile.in, multimedia/dplay.c, relay32/.cvsignore, relay32/dplay.spec, relay32/dplayx.spec, relay32/Makefile.in, Makefile.in, configure, configure.in:
7275 Peter Hunnisett <hunnise@nortelnetworks.com>
7276 - Moved dplay and dplayx to a proper home in the dlls directory.
7277 - Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
7278 - Implemented a class factory for dplay and dplobby. COM interfaces
7279 now work for dp and dpl.
7280 - Added a few more entries to dplayx.spec files. How do you find the
7281 ordinals? I just guessed :(
7282 - Seperated DirectPlay and DirectPlayLobby implementation into separate files.
7283 - Included some missing header file definitions.
7284 - Implemented the dplay dll in terms of the dplayx dll. I haven't
7285 tested it so it may not work...
7286 - A few bug fixes and a little new implementatioe.n
7287 - Updated document with a more detailed implementation plan.
7289 * windows/win.c: Noomen Hamza <noomen@macadamian.com>
7290 Rewrite the ShowOwnedPopups function with a safety algorithm.
7292 * controls/menu.c: Karl Lessard <ybicubuk@umail.corel.com>
7293 Make ExecFocusedItem return -1 on failure.
7295 * graphics/ddraw.c, multimedia/dsound.c:
7296 Peter Hunnisett <hunnise@nortelnetworks.com>
7297 - Changed return code for failure on *_DllGetClassObject to
7298 CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
7299 - Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
7300 - Changed "return 0;" with S_OK or DS_OK as appropriate.
7302 * dlls/ntdll/signal_i386.c:
7303 Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
7305 * loader/module.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7306 Remember the allocated string to free it.
7308 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
7309 Force recalculation of menu when calling InsertMenuItem.
7311 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
7312 Ian Schmidt <ischmidt@cfl.rr.com>
7313 Implementation of 2 Win98 by-ordinal SHELL32 routines. Helps Win98
7314 Explorer work better.
7316 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7317 Fixed typo in hDrv for sending message.
7319 Mon Sep 27 13:38:57 1999 Alexandre Julliard <julliard@winehq.com>
7321 * include/mmddk.h, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
7322 Eric Pouech <Eric.Pouech@wanadoo.fr>
7323 Removed last dependancies between MCI drivers and WINMM/MMSYSTEM
7326 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7327 Got rid of hack on WAVEHDR's & MIDIHDR's reserved field for 16/32 bit
7329 Fixed a few segptr/linear address bugs in WAVEHDR/MIDIHDR handling.
7331 * multimedia/mixer.c, multimedia/mmaux.c:
7332 Eric Pouech <Eric.Pouech@wanadoo.fr>
7333 Check for OSS driver presence and return error accordingly.
7335 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7336 Got rid of hack on MIDHDR's reserved field for 16/32 bit
7339 * multimedia/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7340 Fixed crash with mapper loading.
7341 Got rid of hack on WAVEHDR's reserved field for 16/32 bit
7344 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7345 Got rid of hack on WAVEHDR's reserved field for 16/32 bit
7348 * documentation/wine.texinfo: Eric Pouech <Eric.Pouech@wanadoo.fr>
7351 * loader/libres.c: Ulrich Czekalla <ulrichc@corel.ca>
7352 Fix integer based resource id assumption.
7353 Add support for string based type ids.
7355 * include/winsock2.h: Ove Kaaven <ovek@arcticnet.no>
7356 Added some basic Winsock2 definitions.
7358 * server/object.h, server/select.c: Ove Kaaven <ovek@arcticnet.no>
7359 Added EXCEPT_EVENT to wineserver select loop.
7361 * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
7362 Fix for VFAT_IOCTL_READDIR_BOTH.
7364 * dlls/wing/wing_main.c: Peter Ganten <ganten@uni-bremen.de>
7365 Small wing enhancement.
7367 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
7368 Return key should not be ignored in multiline edit even if
7369 ES_WANTRETURN flag isn't set.
7371 * include/gdi.h, objects/gdiobj.c:
7372 Francis Beaudet <francis@macadamian.com>
7373 DPtoLP needs to round the result.
7374 Fixed MulDiv to deal better with negative numbers.
7376 * windows/painting.c: Francis Beaudet <francis@macadamian.com>
7377 rcPaint has to be returned in logical coordinates but was intersected
7378 with a client rectangle in device coordinates.
7380 * objects/region.c: Richard Cohen <richard@jubjub.demon.co.uk>
7383 * files/drive.c: Abey George <abey@macadamian.com>
7384 Made GetCurrentDirectory return long name of the current directory.
7386 * include/button.h, controls/button.c: Rein Klazes <rklazes@casema.net>
7387 Use an extra bit in the button status byte to flag whether the
7388 DefButtonWndProc should process the WM_LBUTTONUP message.
7390 * scheduler/process.c, scheduler/sysdeps.c, dlls/ntdll/Makefile.in, dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c, graphics/ddraw.c, include/sig_context.h, include/debugger.h, include/dosexe.h, include/miscemu.h, include/wine/exception.h, loader/signal.c, loader/Makefile.in, loader/main.c:
7391 Moved all signal support to a new platform-specific file.
7392 Make use of the per-thread signal stack (Juergen Lock).
7393 Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
7395 ----------------------------------------------------------------
7396 Thu Sep 23 16:14:44 1999 Alexandre Julliard <julliard@winehq.com>
7398 * Makefile.in, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/wineclipsrv.c:
7399 Noel Borthwick <noel@macadamian.com>
7400 Added clipboard server.
7402 * tools/Attic/winapi-check, tools/winapi_check/nativeapi.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/parser.pm, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_global.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
7403 Patrik Stridvall <ps@leissner.se>
7404 Made a new improved version of winapi-check in perl.
7407 Implemented uppercasing functions (based on a patch by Robert
7410 * windows/user.c, dlls/ole32/ole2stubs.c, dlls/ole32/storage.c, dlls/oleaut32/typelib.c, dlls/stress/stress_main.c, if1632/dummy.c, include/stress.h, include/wine/wingdi16.h, misc/printdrv.c, windows/input.c:
7411 Patrik Stridvall <ps@leissner.se>
7412 Fixed some of the issues reported by winapi-check.
7414 * misc/comm.c: Patrik Stridvall <ps@leissner.se>
7415 Modification due to problems with winapi-check.
7417 * windows/x11drv/event.c: Noomen Hamza <noomen@macadamian.com>
7418 WS_POPUP windows (excluding the WS_POPUPWINDOW windows) should be
7419 closed after loosing the focus.
7421 * objects/dib.c: Francois Boisvert <francois@macadamian.com>
7422 CreateDIBitmap creates a monochrome bitmap only when the first color of the
7423 colormap is black followed by white. Otherwise it creates a color bitmap.
7425 * windows/defwnd.c, windows/nonclient.c:
7426 Noomen Hamza <noomen@macadamian.com>
7427 Non active window should be activated when it gets any
7428 client/non-client double/single left/medium/right mouse click(s).
7430 Wed Sep 22 16:53:54 1999 Alexandre Julliard <julliard@winehq.com>
7432 * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7433 Added WINEOSS descriptor.
7435 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7436 MMSYSTEM_GetIData() now dies when no iData is present
7437 Better error recovery when the process attachment fails
7438 PlaySound (and helper functions) now use the regular waveOutXXX (instead of wodMessage)
7439 Moved handling of hack for differenciating between 16 and 32 bit callback to lolvldrv.c
7440 Makes use of new lolvldrv.c interfaces
7442 * multimedia/.cvsignore, multimedia/Makefile.in, multimedia/lolvldrv.c, multimedia/oss.c, multimedia/oss.h, multimedia/winemm.h:
7443 Eric Pouech <Eric.Pouech@wanadoo.fr>
7444 Added lolvldrv.c and oss.c.
7445 Thunks to 16 bit are now generated for the MMSYSTEM module.
7447 * configure.in, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/wineoss/.cvsignore, dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/wineoss.spec, Makefile.in, configure:
7448 Eric Pouech <Eric.Pouech@wanadoo.fr>
7449 Added dlls/winmm and dlls/winmm/wineoss directories.
7451 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7452 No longer checking for correct iData in code.
7454 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
7455 Added missing DriverCallBack function.
7457 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
7458 All headers (wave and midi functions) are now seen as segptr.
7459 Added stub for joyGetPosEx16().
7461 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
7462 Added some missing defines.
7464 * include/mmddk.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
7465 Now using the same structs for low-level drivers as Windows do.
7467 * multimedia/audio.c, multimedia/mixer.c, multimedia/mmaux.c:
7468 Eric Pouech <Eric.Pouech@wanadoo.fr>
7469 Make it (almost) 32 bit only.
7470 Reflected creation of WINEOSS module.
7472 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7473 Make it (almost) 32 bit only.
7474 Reflected creation of WINEOSS module.
7475 No longer using ERR when no MIDI card is present.
7477 * multimedia/joystick.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7478 Added stub for joyGetPosEx16().
7480 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7481 No longer checking for correct iData in code.
7482 Added look-up tables to command tables (speeds up queries).
7484 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7485 Now using WAVEFORMATEX instead of PCMWAVEFORMAT.
7487 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7488 Now using modReset() instead of tweaking MIDI controls.
7490 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7491 Fixed returned type upon open.
7492 Fixed some bogus error checking.
7494 * multimedia/mcianim.c, multimedia/mciavi.c:
7495 Eric Pouech <Eric.Pouech@wanadoo.fr>
7496 Fixed returned type upon open.
7498 * dlls/ntdll/exception.c: Juergen Schmied <juergen.schmied@metronet.de>
7499 Do not set EH_NONCONTINUABLE.
7501 * programs/osversioncheck/.cvsignore, programs/osversioncheck/ChangeLog, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, configure, configure.in, programs/Makefile.in:
7502 Morten Eriksen <mortene@sim.no>
7503 Added simple console mode example program which lists information
7504 about the version of Windows we're currently running on.
7506 * loader/module.c: Fixed memory allocation bug.
7508 * windows/x11drv/event.c: Gerard Patel <g.patel@wanadoo.fr>
7509 Fix infinite loop with glastXFocusWindow.
7511 * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
7512 Allow creation of empty imagelist.
7514 * objects/palette.c, relay32/gdi32.spec:
7515 Ian Schmidt <ischmidt@cfl.rr.com>
7516 Added partial implementation of GetICMProfileA, required by Paint Shop
7519 * controls/menu.c: Abey George <abey@macadamian.com>
7520 Don't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUPOPUP messages
7521 when TPM_NONOTIFY flag is set in TrackPopupMenu.
7523 * misc/winsock.c: David Luyer <luyer@ucs.uwa.edu.au>
7524 getpeername() and getsockname() return errors in errno not h_errno.
7526 Mon Sep 20 18:52:06 1999 Alexandre Julliard <julliard@winehq.com>
7528 * dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, include/builtin16.h, misc/registry.c, objects/cursoricon.c, tools/build.c:
7529 Patrik Stridvall <ps@leissner.se>
7530 Fixed ANSI C violations.
7532 * windows/keyboard.c, windows/mouse.c, if1632/keyboard.spec, if1632/mouse.spec, windows/input.c:
7533 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7534 Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c.
7536 * if1632/kernel.spec, include/task.h, loader/.cvsignore, loader/Makefile.in, loader/ne/module.c, loader/ne/segment.c, loader/task.c:
7537 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7538 Don't create thunk for task signal proc, call it directly.
7540 * if1632/gdi.spec, include/gdi.h, objects/.cvsignore, objects/Makefile.in, objects/clipping.c, objects/dc.c, windows/dce.c:
7541 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7542 DC hook proc thunk management simplified.
7544 * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7545 System timer proc thunk creation moved out of if1632/thunk.c.
7547 * scheduler/thread.c:
7548 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7549 Don't create thunk for CreateThread16 proc, call it directly.
7551 * windows/.cvsignore, windows/Makefile.in, windows/hook.c, dlls/shell32/shell.c, if1632/user.spec, include/hook.h:
7552 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7553 Windows hook proc thunk management simplified.
7555 * include/callback.h, if1632/thunk.c:
7556 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7557 Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.
7558 Removed persistent thunk creation routines.
7560 * configure, configure.in, include/acconfig.h, include/config.h.in, include/ts_xf86dga2.h, tools/make_X11wrappers, tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xf86dga2.c:
7561 Lionel Ulmer <lionel.ulmer@free.fr>
7562 Added the possibility to use DGA 2.0.
7564 * winedefault.reg: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7565 Added HKEY_LOCAL_MACHINE\...\ProgramFilesDir registry key.
7567 * dlls/comctl32/commctrl.c: Dennis Borklund <dennisb@cs.chalmers.se>
7568 It's no error to send a WM_COMMAND to MenuHelp.
7570 * files/file.c: Francois Boisvert<francois@macadamian.com>
7571 CreateFileA returns HFILE_ERROR when the filename contains a wild card.
7573 * controls/static.c: Francis Beaudet <francis@macadamian.com>
7574 Fixed display bug in the static control.
7576 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
7577 Message removed when menu tracking finish on a WM_LBUTTONDOWN.
7579 * include/bitmap.h, include/ts_xlib.h, include/x11drv.h, objects/dib.c, tsx11/X11_calls, tsx11/ts_xlib.c, windows/clipboard.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, graphics/x11drv/bitmap.c, graphics/x11drv/dib.c:
7580 Noel Borthwick <noel@macadamian.com>
7581 - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine
7582 and native Linux applications.
7583 - Respond to the MULTIPLE selection request target when Wine is the
7585 - Relax type checking for TARGETS selection.
7587 * if1632/builtin.c, loader/module.c:
7588 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7589 Set 'expected_version' of built-in and dummy modules according to
7590 emulated Windows version.
7592 * if1632/relay.c, loader/main.c:
7593 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7594 Make CallTo16 return stub segment owned by KERNEL.
7596 * include/wine/winbase16.h, loader/task.c:
7597 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7598 Bugfix: Improved GetCodeHandle16 / GetCodeInfo16.
7600 * ole/nls/sve.nls: Dennis Bjorklund <dennisb@cs.chalmers.se>
7601 Added some values that were missing in the Swedish nls file.
7603 Sun Sep 19 18:58:16 1999 Alexandre Julliard <julliard@winehq.com>
7605 * graphics/x11drv/dib.c:
7606 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7607 Bugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
7609 * dlls/ole32/ole32.spec: Juergen Schmied <juergen.schmied@metronet.de>
7610 Added missing export.
7612 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
7613 Fixed crash when loading *.ani files.
7615 * ole/*, dlls/ole32/*, dlls/oleaut32/*, dlls/olecli/*, dlls/oledlg/*:
7616 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7617 Moved bulk of OLE implementation to dlls/ subdirectories.
7619 * controls/menu.c: Dennis Björklund <dennisb@cs.chalmers.se>
7620 Send correct WM_MENUSELECT when menu closes.
7622 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/shres.rc:
7623 Francois Boisvert <francois@macadamian.com>
7624 Added small feature in the file dialog.
7626 * win32/newfns.c, files/drive.c, include/winnt.h, include/wtypes.h, msdos/vxd.c, ole/antimoniker.c, ole/compositemoniker.c, ole/datacache.c, ole/filemoniker.c, ole/hglobalstream.c, ole/itemmoniker.c, ole/memlockbytes.c, ole/olefont.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/variant.c, dlls/advapi32/service.c, dlls/comctl32/comctl32undoc.c:
7627 Patrik Stridvall <ps@leissner.se>
7628 Added support for anonymous structs/unions on compilers that implement it.
7630 * include/wingdi.h, objects/text.c, relay32/gdi32.spec:
7631 Peter Ganten <ganten@uni-bremen.de>
7632 Stubs for PolyTextOutA/W.
7634 * graphics/x11drv/dib.c, objects/dib.c:
7635 Karl Lessard <ybicubuk@umail.corel.com>
7636 Some more minor GDI fixes.
7638 * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
7639 In ImageList_Draw when drawing the bitmap with the transparent flag
7640 set, background color/foreground color should be set to white/black,
7641 when doing bitblt operation with the bitmap mask.
7643 * graphics/escape.c, graphics/win16drv/init.c, include/win16drv.h:
7644 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7645 Extend DRAWMODE struct to win95 spec.
7646 Add some more Escape -> Escape16 conversions.
7648 * graphics/win16drv/prtdrv.c:
7649 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7650 Stop trashing devmode if in and out devmodes are the same.
7652 * controls/widgets.c: Noomen Hamza <noomen@macadamian.com>
7653 The MDIClient class must be registered with the IDC_ARROW cursor.
7655 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
7656 Implemented the disabled state of the combobox.
7658 * controls/menu.c: Richard Cohen <richard@jubjub.demon.co.uk>
7659 Protect SetMenu from rogue menu handle.
7660 GetMenu16 can just call GetMenu.
7662 * windows/mdi.c: Richard Cohen <richard@jubjub.demon.co.uk>
7663 Protect MDISetMenu from rogue menu handles.
7665 * memory/local.c: Richard Cohen <richard@jubjub.demon.co.uk>
7666 Tidy up TRACE etc to use default channel.
7668 * dlls/version/info.c, dlls/version/version.spec, include/winbase.h, include/winver.h, ole/ole2nls.c:
7669 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7670 Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
7672 * dlls/comctl32/rsrc.rc, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c:
7673 Thuy Nguyen <thuy@macadamian.com>
7674 Added support for wizard property sheets.
7676 * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7677 Fix FormatMessage16 at least enough to get win95 16bit printdlg working.
7679 * dlls/comctl32/tab.c: David Luyer <luyer@ucs.uwa.edu.au>
7680 - iSelected should be -1 if no item selected (Gerard Patel)
7681 - some of the checks for invalid items where > when they should have been >=
7683 - made InsertItem behave similarly to DeleteItem, ie, if the current item is
7684 after where the item is inserted, increment the selected item (David Luyer)
7686 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7687 Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
7689 * debugger/db_disasm.c:
7690 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7691 Bugfix: (E)IP-relative offsets depend on operand, not address, size.
7693 * include/winuser.h, relay32/user32.spec, windows/user.c, include/wingdi.h:
7694 Marcus Meissner <marcus@jet.franken.de>
7695 Added stub implementation for EnumDisplayDevices*.
7697 * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
7698 Added SC_GET_DEVTYPE.
7700 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
7701 Added stub for OLE32.DllGetClassObject.
7703 * dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, include/shlguid.h, dlls/shell32/pidl.c:
7704 Juergen Schmied <juergen.schmied@metronet.de>
7705 More support for special pidls in SHGetSpecialFolderLocation.
7707 * graphics/psdrv/graphics.c, graphics/psdrv/pen.c, include/psdrv.h:
7708 Luc Tourangeau <luc@macadamian.com>
7709 Implemented invisible pens.
7711 * objects/dib.c, graphics/x11drv/dib.c:
7712 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7715 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
7716 Added a case for menu handling in win31.
7718 Tue Sep 14 11:51:02 1999 Alexandre Julliard <julliard@winehq.com>
7720 * include/x11drv.h, objects/dib.c, graphics/x11drv/dib.c:
7721 Karl Lessard <karll@corel.com>
7722 Fixed GetDIBits problems.
7724 * misc/cpu.c, multimedia/mixer.c, include/commctrl.h, include/mmsystem.h, include/ntddk.h, include/prsht.h, include/shlobj.h, include/winbase.h, include/windef.h, include/wine/obj_dataobject.h, include/wine/obj_oleaut.h:
7725 Patrik Stridvall <ps@leissner.se>
7726 Add support for anonymous struct/unions on compilers that implement it.
7728 Mon Sep 13 16:06:17 1999 Alexandre Julliard <julliard@winehq.com>
7730 * controls/button.c, controls/uitools.c:
7731 Dennis Bj|rklund <dennisb@cs.chalmers.se>
7732 Fixed win9x look on checkboxes and radiobuttons.
7734 * graphics/win16drv/.cvsignore, graphics/win16drv/Makefile.in, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/callback.h, include/gdi.h, misc/.cvsignore, misc/Makefile.in, misc/printdrv.c, objects/dc.c, graphics/escape.c, graphics/psdrv/escape.c:
7735 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7736 Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
7737 Remove relays for win16drv from CallBack table, instead use build to
7738 generate them directly in graphics/win16drv/prtdrv.c.
7739 If Printer AbortProc is 16bit then allocate thunk and store that as a
7740 32bit proc in DC. Setting of abortprocs now done in the correct place
7741 (i.e. not in the driver).
7743 * objects/dib.c: Kai Morich <kai.morich@bigfoot.de>
7744 Relaxed parameter checking for GetDIBits.
7746 * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7747 Fixed last error code when trying to load unknown VxD with CreateFile.
7749 * dlls/shell32/shell32_main.c:
7750 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7751 Pretend successful execution of SHELL_NotifyIcon*().
7753 * controls/menu.c, relay32/user32.spec:
7754 Eric Pouech <Eric.Pouech@wanadoo.fr>
7755 Added MenuItemFromPoint stub.
7757 * dlls/comctl32/comctl32undoc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7758 Fixed off by one allocation error (DPA and DSA).
7760 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7761 Fixed crash in PlaySound thread.
7763 Sat Sep 11 16:29:00 1999 Alexandre Julliard <julliard@winehq.com>
7765 * controls/listbox.c: Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
7766 For Win 3.x applications, if they have either horizontal or vertical
7767 scrollbars, enable both.
7769 * dlls/advapi32/crypt.c, dlls/msacm32/internal.c, dlls/shell32/pidl.c, include/wine/winestring.h, memory/string.c:
7770 Patrik Stridvall <ps@leissner.se>
7771 Eliminated warnings.
7773 * controls/combo.c, controls/listbox.c:
7774 Pierre Mageau <pierre@macadamian.com>
7775 Set the mouse capture on the combo listbox.
7777 * graphics/ddraw.c: Lionel Ulmer <lionel.ulmer@free.fr>
7778 - fixed the creation of back-buffers in DGA mode
7779 - added a check on the validity of the Locking rectangle
7780 - fixed the enumeration for DX-6.0
7782 * dlls/comctl32/commctrl.c: Stephane Lussier <stephane@macadamian.com>
7783 Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
7785 * controls/button.c: Abey George <abey@macadamian.com>
7786 Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
7787 BS_CHECKBOX, BS_AUTO* styles.
7789 Fri Sep 10 14:38:20 1999 Alexandre Julliard <julliard@winehq.com>
7791 * graphics/psdrv/driver.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/callback.h, include/gdi.h, include/psdrv.h, include/win16drv.h, graphics/driver.c:
7792 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7793 Winspool DocumentProperties and DeviceCapabilities should now work on
7794 native 16 bit drivers.
7796 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7797 Fixes DeviceCapabilities for DC_PAPERSIZE.
7798 Various fixes for OpenPrinter and EnumPrinters.
7799 Separation of GetPrinter in preparation for unification with EnumPrinters.
7801 * graphics/psdrv/ppd.c, include/wingdi.h:
7802 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7803 Add support for a large number of different paper sizes to PostScript
7806 * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
7807 Added definitions of COM objects for D3D 6.x support.
7809 * graphics/psdrv/font.c: Nick Holloway <alfie@alfie.demon.co.uk>
7810 If there is not an exact match found for the requested font name,
7811 instead of using the first font defined for the printer, map some
7812 common font families (e.g. Arial -> Helvetica), and search again.
7814 * if1632/kernel.spec, if1632/thunk.c:
7815 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7816 Fixed bug in CBClient routines by storing the SEGPTR in the global
7817 table and translating it on every use.
7819 * include/bitmaps/oic_sample: Abey George <abey@macadamian.com>
7820 Changed the pixmap to look like the windows default application icon.
7822 * files/drive.c: Richard Cohen <richard@jubjub.demon.co.uk>
7823 Stop crash in GetDiskFreeSpaceEx.
7825 * windows/nonclient.c: Francis Beaudet <francis@macadamian.com>
7826 Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
7827 handled by the window manager.
7829 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
7830 Implemented the behavior around the ES_WANTRETURN style in the edit
7833 * windows/x11drv/keyboard.c: Stephane Lussier <stephane@macadamian.com>
7834 Pressing the delete key using an extended keyboard with numlock on is
7835 not generating anymore a WM_CHAR message.
7837 * dlls/shell32/shellpath.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
7838 Fixed pattern matching in PathMatchSpecA/W
7840 * dlls/shell32/shlview.c: Francois Boisvert <francois@macadamian.com>
7841 Tabbing in the listview of the shellview.
7843 * dlls/comctl32/listview.c: Luc Tourangeau <luc@macadamian.com>
7844 Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
7845 LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
7847 Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.
7849 * dlls/shell32/shell32_main.c:
7850 Juergen Schmied <juergen.schmied@metronet.de>
7851 Fixed crash in detach sequence.
7853 * dlls/shell32/shlfolder.c:
7854 Juergen Schmied <juergen.schmied@metronet.de>
7855 Fixed wrong return value.
7857 * dlls/crtdll/crtdll_main.c:
7858 Juergen Schmied <juergen.schmied@metronet.de>
7859 Prevent endless loop in except2.
7861 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
7862 Now works around wine never exiting the debugger.
7863 Should put bug reports in the right place now.
7865 * ole/oleaut32.c, ole/Makefile.in, relay32/oleaut32.spec:
7866 Marcus Meissner <Marcus.Meissner@caldera.de>
7867 Added stub for RegisterActiveObject().
7869 * dlls/win32s/w32sys.c, dlls/win32s/w32sys.spec:
7870 Marcus Meissner <marcus@jet.franken.de>
7871 Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
7873 Sun Sep 5 16:48:17 1999 Alexandre Julliard <julliard@winehq.com>
7875 * loader/main.c, loader/module.c, miscemu/main.c, include/windef.h:
7876 Removed __winelib flag.
7878 * windows/driver.c, multimedia/audio.c, multimedia/dsound.c, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c, multimedia/mmsystem.c, multimedia/time.c, multimedia/winmm.rc:
7879 Eric Pouech <Eric.Pouech@wanadoo.fr>
7880 Updated to new MM header organization.
7882 * include/multimedia.h, include/mmddk.h, include/mmsystem.h, multimedia/oss.h, multimedia/winemm.h:
7883 Eric Pouech <Eric.Pouech@wanadoo.fr>
7884 Moved DDK level material to new include/mmddk.h file.
7885 Copied some SDK level material from include/multimedia.h file.
7887 * multimedia/mciwave.c, multimedia/mcimidi.c:
7888 Eric Pouech <Eric.Pouech@wanadoo.fr>
7889 Updated to new MM header organization.
7890 Cleaned-up internal structures (now 32 bit only).
7891 Now using the MMSYSTEM entry points rather than the low level driver
7894 * include/sig_context.h: Juergen Lock <nox@jelal.kn-bremen.de>
7895 Fix %fs for signal handlers in the FS_sig undefined case (this patch
7896 actually from Ulrich Weigand, I only tested it).
7898 * scheduler/sysdeps.c, configure, configure.in, include/acconfig.h, include/config.h.in:
7899 Ron Record <rr@sco.com>
7900 Added support of __thr_errno for reentrance on UnixWare.
7902 * windows/dialog.c: Richard Cohen <richard@jubjub.demon.co.uk>
7903 No longer needs to calculate its own character size.
7905 * misc/main.c: Richard Cohen <richard@jubjub.demon.co.uk>
7906 Consequential changes to default system font sizes
7908 * graphics/x11drv/xfont.c, include/x11font.h:
7909 Richard Cohen <richard@jubjub.demon.co.uk>
7910 Various fixes for the X11 font mapper, particularly:
7911 - size fonts with negative heights correctly
7912 - calculate average width correctly.
7914 * objects/cursoricon.c: Francis Beaudet <francis@macadamian.com>
7915 Use a special value in the hotspot coordinate to identify which HICON
7916 are cursors and which are icons.
7918 * controls/combo.c: Pierre Mageau <pierre@macadamian.com>
7919 Modified CBDropDown to find the best height of the listbox.
7921 Sat Sep 4 14:36:03 1999 Alexandre Julliard <julliard@winehq.com>
7923 * configure.in, include/config.h.in, include/wine/winestring.h, memory/string.c, misc/port.c, configure:
7924 Added configure check for str[n]casecmp.
7926 * windows/timer.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7927 Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
7929 * include/windef.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7932 * dlls/winspool/info.c, include/winspool.h:
7933 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7934 Added loads of types, defines and declarations to winspool.h.
7936 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
7937 Francois Boisvert<francois@macadamian.com>
7938 Fixed the height of items in the lookin combobox of the filedlg95.
7940 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
7941 Initialize the enabling state variable in the edit.
7943 * graphics/bitblt.c: Noomen Hamza <noomen@macadamian.com>
7944 The fast window frame size should be the same as the frame size used
7945 by NC_DrawFrame function.
7947 * objects/region.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7948 Fixed compiler warnings.
7950 * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7951 lstrncmpi isn't a windows API, use strncasecmp instead.
7954 Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
7956 * windows/msgbox.c: Added missing HFONT type.
7958 * dlls/comctl32/imagelist.c, include/cursoricon.h, loader/main.c, objects/bitmap.c, objects/cursoricon.c, windows/class.c:
7959 Pierre Mageau <pierre@macadamian.com>
7960 Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
7961 CURSORICON_FindBestIcon changed to find the correct icon.
7962 ImageList_ReplaceIcon now calls CopyImage internally.
7963 Assign a value for the hIconSm CLASS member (using CopyImage).
7965 * win32/console.c: Guy Albertelli <galberte@neo.lrun.com>
7966 Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
7968 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
7969 Give applications a copy of the property sheet dialog template as they
7972 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
7973 Relay exclude lists were not working due to some CharUpperA()
7976 * loader/loadorder.c, wine.ini:
7977 Huw D M Davies <h.davies1@physics.ox.ac.uk>
7978 winspool -> winspool.drv
7980 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
7981 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7982 Implemented StrCmpNIA like the other StrCmpXX functions.
7984 * files/profile.c: Thuy Nguyen <thuy@macadamian.com>
7985 Resolve environment variable when enumerating values.
7987 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
7988 The format rect is recalculated for each font change. MoveEnd &
7991 Fri Sep 3 16:49:17 1999 Alexandre Julliard <julliard@winehq.com>
7993 * graphics/x11drv/dib.c, include/x11drv.h, objects/dib.c:
7994 Karl Lessard <karll@corel.com>
7997 Speed up conversion between XImages and DIBSections.
7999 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/shell32/shlview.c:
8000 Francois Boisvert <francois@macadamian.com>
8001 Some <open> features in the file dialog 95.
8003 * include/winnt.h, scheduler/sysdeps.c:
8004 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8005 Removed global variable pCurrentTeb.
8007 * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8008 HEAP_Commit/Decommit were assuming a page size of 4KB
8011 * include/wingdi.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8012 A few more DC_ defines from Win2000.
8014 * dlls/comctl32/status.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8015 Check that lpCreate->lpszName is non-NULL.
8017 * windows/dialog.c: Marcus Meissner <Marcus.Meissner@caldera.de>
8018 More restrictive checks, so DIALOG_IsAccelerator don't loop
8021 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
8022 Menu hides when clicked for a second time.
8024 * windows/msgbox.c: Richard Cohen <richard@jubjub.demon.co.uk>
8025 - select the font into the dc before calculating the extent
8026 - make buttonheight correspond to text height + width to caption
8027 - button was "flashing" on EndDialog (must delete font AFTER EndDialog)
8028 - #defines for DlgItemIds
8029 - implement MB_RETRYCANCEL
8031 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
8032 Keep the enable state in the edit structure instead of calling
8035 * include/clipboard.h, include/ttydrv.h, include/x11drv.h, ole/clipboard.c, windows/clipboard.c, windows/ttydrv/clipboard.c, windows/ttydrv/init.c, windows/user.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c:
8036 Noel Borthwick <noel@macadamian.com>
8037 - Implement interprocess clipboard communication.
8038 - Support for the PRIMARY and CLIPBOARD selection atoms.
8039 - Support for the TARGETS selection format.
8040 - Expose native Windows clipboard formats through X selection targets.
8042 * objects/gdiobj.c: Richard Cohen <richard@jubjub.demon.co.uk>
8043 Make stock fonts independent of mapping mode.
8044 System font should only be bold for Win31.
8046 * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
8047 Removed truncating errors that happen when converting fom dialog units
8050 * windows/winpos.c: Abey George<abey@macadamian.com>
8051 Check new coordinates received in WM_NCCALCSIZE message.
8053 * controls/button.c: Francis Beaudet <francis@macadamian.com>
8054 Slight 1 pixel adjustment on the position of the radio button bitmap.
8056 * dlls/commdlg/filedlg95.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8057 Fixed off by one allocation errors.
8059 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
8060 The backspace is now handled in the WM_CHAR message.
8062 * windows/mdi.c, windows/nonclient.c:
8063 Francis Beaudet <francis@macadamian.com>
8064 Make sure that all MDI children have the WS_EX_MDICHILD style set.
8066 * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
8067 Fixed prototype order.
8069 * dlls/ntdll/exception.c: Juergen Lock <nox@jelal.kn-bremen.de>
8070 Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
8072 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8075 * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
8076 Fixed the support for the close button in the ShellAbout dialogs.
8078 * dlls/commdlg/cdlg_Nl.rc: Klaas van Gend <klaas@vangend.demon.nl>
8079 Added Dutch resources for PrintDlg32.
8081 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
8082 Klaas van Gend <klaas@vangend.demon.nl>
8083 Completed PrintDlg32 resource stringtable.
8085 * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
8086 Added sanity checks in the cleanup code.
8088 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
8089 Completed GetKeyNameText for non-character keys.
8091 * dlls/shell32/brsfolder.c: Francois Boisvert <francois@macadamian.com>
8092 Make directories name appear in the BrowseForFolder dialog.
8094 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8095 Do not remove .drv from filenames.
8097 * controls/button.c: Francis Beaudet <francis@macadamian.com>
8098 Fixed a little positioning bug with the checkbox.
8100 * windows/nonclient.c, windows/win.c, windows/x11drv/wnd.c:
8101 Abey George <abey@macadamian.com>
8102 Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
8105 * multimedia/mci.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
8106 Changed snprintf to wsnprintfA to remove unresolved external when
8107 compiling on Solaris/Sun.
8109 * dlls/comctl32/listview.c: Marcus Meissner <marcus@jet.franken.de>
8110 Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
8111 equivalents. (WinWord 97, File Open dialog)
8113 * windows/class.c: Marcus Meissner <marcus@jet.franken.de>
8114 Use in GetClassInfoW the same hack for systemclasses as in
8115 GetClassInfoA (winword 97 with native comctl32).
8117 * dlls/shell32/pidl.c: Marcus Meissner <marcus@jet.franken.de>
8118 Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
8120 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
8121 Implemented wParam of WM_PAINT msg for edit control.
8123 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8124 Fix off by one error in WINSPOOL_GetOpenedPrinterA.
8126 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
8127 subkey_found did not search for _all_ sub keys.
8129 Sat Aug 21 14:47:29 1999 Alexandre Julliard <julliard@winehq.com>
8131 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c:
8132 Francois Boisvert <francois@macadamian.com>
8133 Implemented basic browsing in the file name edit of the filedlg 95.
8135 * controls/menu.c: Stephane Lussier <stephane@macadamian.com>
8136 Avoid changing the activation state in EnableMenuItem.
8138 * include/winnt.h: Fixed #ifdef symbol for PowerPC.
8140 * ole/parsedt.c, ole/parsedt.h:
8141 Eric Pouech <Eric.Pouech@wanadoo.fr>
8142 Only declare DateStyle in a single compilation unit.
8144 * windows/nonclient.c: Pascal Lessard <pascal@macadamian.com>
8145 Added the case of a user defined icon for the sysbutton hittest.
8147 * ole/typelib.c: Rein Klazes <rklazes@casema.net>
8148 Fixed typelib reading to correctly use the offset of the typelib that
8149 is embedded in for example a dll file.
8151 * graphics/x11drv/dib.c: Kristian Nielsen <kristian.nielsen@risoe.dk>
8152 Fixed CreateDIBSection() called with negative height to set the height
8153 positive in the created DIBSECTION, as per MS knowledgebase Q186586.
8155 * windows/painting.c: Stephane Lussier <stephane@macadamian.com>
8156 The paint rectangle return in the PAINTSTRUCT in BeginPaint should
8157 never be bigger than the client area of the window.
8159 * controls/listbox.c: Rein Klazes <rklazes@casema.net>
8160 Make sure that an empty string never matches a listbox entry in
8161 LISTBOX_FindString().
8163 * dlls/version/info.c:
8164 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8167 * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8168 Fixed crash when accessing sysmenu.
8170 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8171 Really do a silent backtrace when requested.
8173 * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8174 Do not set the address if the symbol is still tagged INVALID.
8176 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8177 Added support for N_BINCL and N_EINCL instructions.
8178 Fixed type parsing (as generated by egcs).
8180 Wed Aug 18 18:40:52 1999 Alexandre Julliard <julliard@winehq.com>
8182 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8183 Use typedef to work around egcs problem.
8185 * ole/*.c: Michael Veksler <mveksler@techunix.technion.ac.il>
8186 Removed unnecessary includes from ole related files.
8188 * ole/compobj.c, multimedia/mmsystem.c:
8189 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8190 Adapted to WOW changes.
8192 * include/callback.h, include/winbase.h, include/wine/winbase16.h, include/wownt32.h, loader/module.c, memory/global.c, memory/selector.c, relay32/Makefile.in, relay32/kernel32.spec, relay32/wow32.spec, relay32/wowthunk.c, win32/kernel32.c, win32/ordinals.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
8193 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8194 Moved implementation of WOW routines to single file.
8195 Added all missing WOW routines, fixed WOWCallback16Ex.
8197 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8198 Fixed internal buffer for 16 bit mmio MEM files.
8200 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8201 - some errors in cleaning up values returned by MCI drivers: this
8202 should solve the issues reported with the CD player/writer
8203 - crash when command was requested with automatic open (note, this
8204 will now gracefully report an error, not do the correct thing).
8206 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
8207 Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
8210 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8211 Bugfix: EFlags were passed incorrectly by CallFrom16Register.
8213 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8214 Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
8216 * tools/wrc/wrc.h, dlls/commdlg/cdlg_En.rc, tools/wrc/CHANGES, tools/wrc/parser.y:
8217 Bertho Stultiens <bertho@panter.soci.aau.dk>
8218 Wrc did not check any IDs which are only 16 bit. Common dialogs had some
8219 IDs larger and that caused problems. This is now solved (I hope).
8221 ----------------------------------------------------------------
8222 Sun Aug 15 18:52:32 1999 Alexandre Julliard <julliard@winehq.com>
8224 * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
8225 Fixed cursor stretch code.
8227 * memory/selector.c:
8228 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8229 Inhibit wraparound in comparison.
8231 * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec, loader/loadorder.c, relay32/builtin32.c:
8232 Juergen Schmied <juergen.schmied@metronet.de>
8233 New internal dll, exporting already existing path functions.
8235 * include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c, controls/menu.c:
8236 Francis Beaudet <francis@macadamian.com>
8237 Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
8238 for the MSG_InternalGetMessage() call is a WM_TIMER.
8240 * rc/winerc.c, include/resource.h, include/windef.h:
8241 Patrik Stridvall <ps@leissner.se>
8242 GCC 3.0 has not been released yet, but it is good to be prepared.
8244 * misc/spy.c: Juergen Schmied <juergen.schmied@metronet.de>
8245 Added resolution of LVM messages.
8247 * objects/dib.c: Gerard Patel <g.patel@wanadoo.fr>
8248 Added protection against possible memory corruption.
8250 * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
8251 Fixed cursor selection to find the correct cursor when more than one
8254 * dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.spec, dlls/winspool/wspool.c:
8255 Thuy Nguyen <thuy@macadamian.com>
8256 Replaced a static ten element array with a dynamic pointer array.
8258 * dlls/commdlg/printdlg.c: Gerard Patel <g.patel@wanadoo.fr>
8259 Fix special case when no printer installed.
8261 * dlls/shell32/shell.c, dlls/shell32/shell.spec:
8262 James Juran <jrj120@psu.edu>
8263 New routine DllEntryPoint for shell.dll. Loads shell32.dll,
8264 since most shell.dll functions call their 32-bit counterparts.
8266 * dlls/version/info.c:
8267 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8270 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
8271 EM_SETSEL scrolls if outside of the visible range.
8272 "shift+home" selection improved in the edit control.
8274 * ole/parsedt.c: Removed RCS keyword.
8276 * dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c, include/shell.h, include/wine/undocshell.h:
8277 Juergen Schmied <juergen.schmied@metronet.de>
8278 More use of rc files for strings and menus, fixes. First internal
8281 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
8282 New interface: DropSource.
8284 * dlls/shell32/shlfolder.c:
8285 Juergen Schmied <juergen.schmied@metronet.de>
8288 * dlls/shell32/shell32_main.c:
8289 Juergen Schmied <juergen.schmied@metronet.de>
8290 Implemented SHGetFileInfo better.
8292 * dlls/shell32/iconcache.c:
8293 Juergen Schmied <juergen.schmied@metronet.de>
8294 Protect cache with critical section.
8295 Removed hack to load icons from external shell32.dll.
8297 * dlls/shell32/dataobject.c:
8298 Juergen Schmied <juergen.schmied@metronet.de>
8299 QueryGetData, EnumFormatEtc implemented.
8301 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
8302 Fixed mapping of file extensions to text.
8304 * misc/ddeml.c: Juergen Schmied <juergen.schmied@metronet.de>
8305 Fixed ascii/unicode issue for naming of the mutexes.
8306 Made mutex handles global.
8307 Fixed incorrect interpretation of return values of WaitForSingleObject.
8309 * objects/font.c: Juergen Schmied <juergen.schmied@metronet.de>
8310 First implementation of GetCharacterPlacementA.
8312 * windows/defwnd.c, include/winuser.h:
8313 Thuy Nguyen <thuy@macadamian.com>
8314 Implemented the WM_SETICON and WM_GETICON messages.
8316 * files/drive.c: Morten Eriksen <mortene@sim.no>
8317 FIXME on unimplemented feature made less obtrusive.
8319 * graphics/x11drv/bitblt.c: Pascal Lessard <pascal@macadamian.com>
8320 Now the conversion in the blt functions round up the result.
8322 * tools/build-spec.txt, tools/build.c: James Juran <jrj120@psu.edu>
8323 Document use of "init" in build-spec.txt, and make build.c print a
8324 warning if someone tries to use "init" in a Win16 spec file.
8326 * loader/ne/segment.c: Michael Karcher <karcher@dpk.berlin.fido.de>
8327 Make sure we have a dgroup before patching prologs.
8329 * */Makefile.in, */.cvsignore:
8330 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8331 Adapted to glue code generation changes.
8333 * loader/ne/module.c, loader/ne/segment.c, windows/winproc.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/callback.h, include/module.h, include/snoop.h, loader/module.c, loader/task.c:
8334 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8335 Adapted to new-style Wine thunks.
8336 Removed some now unnecessary function pointers.
8338 * include/builtin16.h, include/stackframe.h, tools/build.c:
8339 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8340 CallTo16... / CallFrom16... Wine thunks reorganized:
8341 - Cleaner separation between core and glue code.
8342 - Argument conversion glue code now in C.
8343 - Glue code needed for 16-bit .spec files inlined.
8345 Sat Aug 14 15:53:50 1999 Alexandre Julliard <julliard@winehq.com>
8347 * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8348 - implemented GetCommModemStatus
8349 - fixed the DTR, CTS and COMMBREAK related subfunctions of EscapeCommFunction
8350 - added more verbose TRACEing
8352 * misc/version.c: Morten Eriksen <mortene@sim.no>
8353 Made GetVersionEx() behave in accordance with the specification with
8354 regard to error handling.
8356 * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
8357 Mark G. Adams <madams@livepage.com>
8358 Added stub for DrawDibClose.
8360 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
8361 Fixed the look of the combobox's drop down button when in Win95 look.
8363 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
8364 Added support for icons in property sheet tabs.
8366 * include/commctrl.h, tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/wrc.h:
8367 Bertho Stultiens <bertho@panter.soci.aau.dk>
8368 Version 1.0.14 of wrc.
8370 Sun Aug 8 18:56:04 1999 Alexandre Julliard <julliard@winehq.com>
8372 * include/winbase.h, win32/time.c: Fixed SetLocalTime prototype.
8374 * ole/ole2nls.c, win32/kernel32.c, dlls/commdlg/printdlg.c, dlls/ntdll/rtlstr.c, dlls/shell32/shell32_main.c, dlls/shell32/shellpath.c, dlls/version/info.c, files/dos_fs.c, if1632/thunk.c, include/wine/winestring.h, loader/libres.c, loader/pe_resource.c, dlls/comctl32/comctl32undoc.c:
8375 Replaced a few calls to lstr* functions by their CRTDLL or libc
8379 Added an exception handler around a few lstr* functions.
8381 * dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec, include/crtdll.h:
8382 Reimplemented multi-byte and wide-chars functions to not depend on
8383 lstr* functions; added a few missing ones; fixed a couple of bugs.
8385 Sat Aug 7 14:32:34 1999 Alexandre Julliard <julliard@winehq.com>
8387 * include/Attic/wnet.h, include/wine/winnet16.h, include/winerror.h, include/winnetwk.h, include/winuser.h, misc/network.c, relay32/.cvsignore, relay32/Attic/mpr.spec, relay32/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, dlls/mpr/auth.c, dlls/mpr/mpr.spec, dlls/mpr/mpr_main.c, dlls/mpr/multinet.c, dlls/mpr/nps.c, dlls/mpr/pwcache.c, dlls/mpr/wnet.c, include/netspi.h:
8388 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8389 Separated Win16 (USER) and Win32 (MPR) network routines.
8390 Moved implementation of MPR to dlls/mpr/.
8391 Added proper headers and stubs for missing MPR routines.
8394 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8395 Improved (sort of) RegFlushKey.
8397 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
8398 If the window is already the topmost window in ShowWindow(SW_SHOW), it
8399 must not be activated.
8401 * windows/x11drv/event.c: Stephane Lussier <stephane@macadamian.com>
8402 WM_SYSCOMMAND message (for SC_CLOSE) should be posted not sent.
8404 * windows/dce.c, windows/x11drv/wnd.c:
8405 Stephane Lussier <stephane@macadamian.com>
8406 X11drv SetDrawable function modifies the DC origin, this translation
8407 should be reflected for the dc clipping region for CS_OWNDC and CS_CLASSDC.
8409 * windows/defdlg.c, windows/dialog.c: Abey George <abey@macadamian.com>
8410 Set focus to the dialog in EndDialog.
8412 * libtest/Makefile.in: James Juran <jrj120@psu.edu>
8413 Make sure we compile winestub.o before trying to build a Winelib test
8416 * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8417 Fixed case sensitivity flag.
8419 * include/commdlg.h, dlls/commdlg/printdlg.c:
8420 Klaas van Gend <klaas@vangend.demon.nl>
8421 Implemented the return of hDevModes and hDevNames in the PRINTDLG
8422 structure of PrintDlgA().
8424 * windows/queue.c, include/queue.h: Ove Kaaven <ovek@arcticnet.no>
8425 Made hardware_event use win32-conformant parameters.
8427 * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@metronet.de>
8428 Explicitly load shell32.dll.
8430 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
8431 Take into account icons when determining tab size.
8433 * files/drive.c: Morten Eriksen <mortene@sim.no>
8434 Improved GetDiskFreeSpaceEx() implementation a little bit.
8436 * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8437 - added some more Baudrates
8438 - fixed a hang in tcsetattr when the input buffer isn't empty
8439 - added more verbosity for debugging
8441 * controls/uitools.c: Francis Beaudet <francis@macadamian.com>
8442 Handle the case when the button is really small.
8444 * windows/nonclient.c: Thuy Nguyen <thuy@macadamian.com>
8445 WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to
8448 Wed Aug 4 15:07:57 1999 Alexandre Julliard <julliard@winehq.com>
8450 * configure.in, include/acconfig.h, include/config.h.in, include/dinput.h, windows/dinput.c, configure:
8451 Marcus Meissner <marcus@jet.franken.de>
8452 Implemented DirectInput Joystick support (tested with WC:Prophecy).
8454 * relay32/kernel32.spec, win32/time.c:
8455 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8456 Implemented SetLocalTime.
8458 * windows/x11drv/keyboard.c: Ivan De Saedeleer <Ivands@sympatico.ca>
8459 Minor fix to the French Canadian keyboard.
8461 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
8462 When flipping backbuffer -> frontbuffer, first exchange surfaces, then
8463 copy XImage, since the palette might only be defined in the frontbuffer.
8465 * tools/wineinstall: Joerg Mayer <jmayer@telesun2.telemation.de>
8466 Create sysconfdir on install.
8468 * dlls/stress/.cvsignore: Fixed typo.
8470 * dlls/wnaspi32/winaspi32.c, if1632/relay.c, include/debugtools.h, loader/pe_image.c, win32/kernel32.c, windows/x11drv/keyboard.c, controls/listbox.c, controls/menu.c, controls/scroll.c, dlls/version/info.c, dlls/winaspi/winaspi16.c:
8471 Got rid of dsprintf and related macros.
8474 Remove the mutex from the thread list when destroying it.
8477 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8478 Moved various DLLs to dlls/
8480 Sun Aug 1 14:58:02 1999 Alexandre Julliard <julliard@winehq.com>
8482 * dlls/winaspi/winaspi16.c, if1632/snoop.c, include/winnt.h, loader/ne/segment.c, misc/error.c, msdos/devices.c, msdos/dpmi.c, msdos/int21.c, msdos/int33.c, debugger/registers.c, debugger/stack.c:
8483 Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
8484 aliasing optimization problems.
8486 * dlls/ntdll/exception.c, include/miscemu.h, loader/dos/module.c, loader/signal.c:
8487 Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
8489 * include/Attic/async.h, win32/console.c, files/Attic/async.c, files/Makefile.in, files/file.c:
8490 Removed async I/O support.
8492 * include/comm.h, misc/comm.c:
8493 Use the service thread for comm notifications.
8495 * include/sig_context.h, include/stackframe.h, loader/task.c, msdos/dpmi.c, relay32/relay386.c, win32/kernel32.c, if1632/relay.c, if1632/thunk.c:
8496 Made stack manipulation macros into inline functions.
8497 Changed a few accesses to context registers to avoid potential
8498 aliasing optimization problems.
8500 * include/miscemu.h, include/sig_context.h, include/windef.h, loader/dos/dosvm.c, memory/instr.c, dlls/ntdll/exception.c:
8501 Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
8504 * Makefile.in: Remove wine.conf.man on distclean
8506 ----------------------------------------------------------------
8507 Sat Jul 31 19:35:58 1999 Alexandre Julliard <julliard@winehq.com>
8509 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
8510 Close the right window when clicking on a non active window close
8513 * Makefile.in: Pavel Roskin <pavel_roskin@geocities.com>
8514 Removed the dependency on "dummy" for wine and wine.sym.
8517 Remove file from cache when flushing it (based on a patch by Ian
8520 * include/winnt.h: Marcus Meissner <marcus@jet.franken.de>
8521 Added CONTEXT for ALPHA and MIPS.
8523 * configure.in, Make.rules.in, Makefile.in, configure:
8524 Patrik Stridvall <ps@leissner.se>
8525 Added support for Solaris Lint.
8527 * scheduler/debugger.c, server/debugger.c, tools/make_debug, win32/console.c, console/generic.c, console/xterm.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/objects.c, graphics/metafiledrv/text.c, include/debugdefs.h, include/xmalloc.h, misc/xmalloc.c:
8528 Patrik Stridvall <ps@leissner.se>
8529 Fixed some of the issues reported by Solaris Lint.
8531 * include/pshpack4.h: Patrik Stridvall <ps@leissner.se>
8532 Solaris C/C++ compile fix.
8534 * msdos/dosmem.c, ole/storage32.c, windows/painting.c, controls/button.c, dlls/comctl32/monthcal.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, graphics/ddraw.c, include/wine/obj_base.h:
8535 Patrik Stridvall <ps@leissner.se>
8536 Various ANSI C compability fixes.
8538 * relay32/winmm.spec, if1632/builtin.c, if1632/gdi.spec, if1632/mmsystem.spec, if1632/user.spec, include/multimedia.h, include/ntddk.h, include/olectl.h, include/winsock.h, misc/network.c, misc/system.c, misc/winsock.c, multimedia/mmsystem.c, ole/olefont.c, relay32/kernel32.spec, relay32/oleaut32.spec, relay32/user32.spec, dlls/comctl32/comctl32.spec, dlls/ntdll/exception.c, dlls/ntdll/file.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/tapi32/tapi32.spec:
8539 Patrik Stridvall <ps@leissner.se>
8540 Fixed some of the issues reported by winapi-check.
8542 * documentation/Makefile.in: Marcus Meissner <marcus@jet.franken.de>
8543 Actually create the man/ subdirectories before installing.
8545 * if1632/kernel.spec, include/wine/winbase16.h, loader/task.c, windows/queue.c:
8546 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8547 Implemented KERNEL.447 (WIN32_OldYield16).
8549 * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8550 Suspend WND lock before EVENT_Synchronize.
8552 * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8553 Create VxD handle only for known VxDs.
8555 * Make.rules.in, relay32/Makefile.in: Patrik Stridvall <ps@leissner.se>
8556 Made compilation of *.spec.c files use -fno-builtin regardless of
8559 * include/tapi.h, include/winbase.h, scheduler/thread.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/comctl32/updown.c, dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/memorystream.c, graphics/ddraw.c, dlls/avifil32/avifile.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c:
8560 Patrik Stridvall <ps@leissner.se>
8561 Fixed/added missing/wrong function prototypes and made internal
8564 * tsx11/ts_xshm.c, tsx11/ts_xutil.c, tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c:
8565 Patrik Stridvall <ps@leissner.se>
8566 Fixed missing prototypes and made it work with Solaris X11.
8568 * debugger/external.c, include/wine/undocshell.h, multimedia/mcimidi.c, ole/antimoniker.c, ole/compositemoniker.c, ole/datacache.c, ole/filemoniker.c, ole/itemmoniker.c, ole/olefont.c, scheduler/thread.c, dlls/shell32/contmenu.c, dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
8569 Patrik Stridvall <ps@leissner.se>
8570 Eliminated warnings.
8572 * loader/ne/segment.c:
8573 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8574 Fixed the DSEG value in the SEGTABLEENTRY struct.
8576 * dlls/comctl32/comctl32.h, dlls/comctl32/flatsb.c, dlls/comctl32/pager.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, documentation/common_controls:
8577 Eric Kohl <ekohl@abo.rhein-zeitung.de>
8578 Added builtin toolbar bitmaps.
8580 * dlls/comctl32/listview.c, dlls/comctl32/treeview.c, include/listview.h, include/treeview.h:
8581 Eric Kohl <ekohl@abo.rhein-zeitung.de>
8584 * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
8585 Eric Kohl <ekohl@abo.rhein-zeitung.de>
8586 Added stub for CryptSetKeyParams().
8588 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
8589 Eric Kohl <ekohl@abo.rhein-zeitung.de>
8590 Added stubs for DAD_SetDragImage() and PathCleanupSpec().
8592 * misc/crtdll.c, relay32/crtdll.spec:
8593 Eric Kohl <ekohl@abo.rhein-zeitung.de>
8594 Added stub for _except_handler2().
8596 * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
8597 Improved GetRandomRegion().
8599 * controls/menu.c, windows/nonclient.c:
8600 Pascal Lessard <pascal@macadamian.com>
8601 Implemented the system button behavior and associated it to the system
8602 menu in win95. Also permit the SC_CLOSE item to be disabled.
8604 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
8605 Bugfixes and a fake GETBASEIRQ.
8607 * files/async.c: Ove Kaaven <ovek@arcticnet.no>
8608 Made async fds nonblocking.
8610 * windows/mdi.c: Dan Langlois <daniell@corel.com>
8611 Removed an inappropriate if statement from MDI_ChildActivate that
8612 prevented the activation code from executing.
8614 * dlls/comctl32/monthcal.c, include/monthcal.h:
8615 Alex Priem <alexp@sci.kun.nl>
8616 Bugfixes & further updates for the month calendar common control.
8618 * dlls/comctl32/datetime.c, include/commctrl.h, include/datetime.h:
8619 Alex Priem <alexp@sci.kun.nl>
8620 Started implementing date/time common control.
8622 * graphics/psdrv/graphics.c, graphics/psdrv/ps.c:
8623 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8624 PSDRV_WriteArc shouldn't write a newpath.
8626 * controls/button.c: Rein Klazes <rklazes@casema.net>
8627 Fix handling of WM_LBUTTONDCLICK message for buttons with certain
8630 * windows/dce.c: Abey George <abey@macadamian.com>
8631 Bug fix for updating the clipping region in nested GetDCEx calls.
8633 * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
8634 Tried to fix the code for SetWindowPos to erase the background
8637 Fri Jul 30 18:10:21 1999 Alexandre Julliard <julliard@winehq.com>
8639 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/printdlg.c, dlls/commdlg/rsrc.rc, include/winspool.h:
8640 Klaas van Gend <klaas@vangend.demon.nl>
8641 - added Collate/NoCollate Icons to Print32 dialog (unfortunately they
8643 - added status strings.
8644 - added string table for internationalisation of several internal
8647 * include/commctrl.h, include/winuser.h: Yuxi Zhang <yuxiz@corel.ca>
8648 Removed duplicated defines in winuser.h and commctrl.h. Also corrected
8649 a typo for SW_MAX value.
8651 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
8652 Francis Beaudet <francis@macadamian.com>
8653 Fixed a memory leak in the file dialog.
8655 * loader/loadorder.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8656 Strip .drv extensions to MODULE_GetLoadOrder.
8658 * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
8659 Fixed a memory leak.
8661 * scheduler/process.c, loader/task.c:
8662 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8663 Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
8665 * graphics/psdrv/ps.c, include/psdrv.h:
8666 Luc Tourangeau <luc@macadamian.com>
8667 Added a call to the newpath operator immediately before the arc
8670 * controls/button.c: Pierre Mageau <pierre@macadamian.com>
8671 Fixed a problem when the style is BS_BITMAP or BS_ICON: the bitmap or
8672 icon needed to be centered when the button is smaller than the bitmap.
8674 * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
8675 Fixed a memory leak that occurs when we maximize/minimize an MDI
8678 * dlls/comctl32/updown.c: Francis Beaudet <francis@macadamian.com>
8679 Added more support for buddy windows in the updown control.
8681 * controls/edit.c: Francis Beaudet <francis@macadamian.com>
8682 Implemented proper win95 support for the WS_BORDER style.
8684 * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
8685 Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the
8688 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
8689 Fixed the border for the listbox created by the simple combobox.
8691 * ole/compobj.c, if1632/compobj.spec:
8692 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8693 Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit.
8695 * loader/ne/module.c:
8696 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8697 GetModuleHandle16: treat Win32 modules correctly.
8699 Wed Jul 28 16:38:45 1999 Alexandre Julliard <julliard@winehq.com>
8701 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c:
8702 Juergen Schmied <juergen.schmied@metronet.de>
8703 Fixed use of StrRetToStrN.
8705 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
8706 Juergen Schmied <juergen.schmied@metronet.de>
8707 StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions.
8709 * documentation/dlls: Klaas van Gend <klaas@vangend.demon.nl>
8710 Added explanation of the current DLL support.
8712 * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8713 Bugfix: fixed freshly introduced bug in GlobalLock16.
8715 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
8716 Ian Schmidt <ischmidt@cfl.rr.com>
8717 Added stubs for InitMUILanguage and COMCTL32.410.
8718 Fixed some compiler warnings.
8720 Tue Jul 27 17:10:06 1999 Alexandre Julliard <julliard@winehq.com>
8722 * if1632/gdi.spec, if1632/thunk.c, if1632/user.spec, include/callback.h, miscemu/main.c, objects/gdiobj.c, windows/user.c:
8723 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8724 Added FinalUserInit16/FinalGdiInit16 stubs.
8725 Call out to FinalUserInit in MAIN_EmulatorRun.
8727 * if1632/kernel.spec, memory/selector.c:
8728 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8729 Added IsBadFlatReadWritePtr16().
8731 * controls/edit.c: Abey George <abey@macadamian.com>
8732 Fixed incorrect edit control behaviour in mouse message handling.
8734 * windows/message.c: Abey George <abey@macadamian.com>
8735 Send normal mouse messages to WM_SETCURSOR when non-client mouse
8738 * windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
8739 Check if the window has the WS_CLIPSIBLINGS style before using the
8740 DCX_CLIPSIBLINGS flag.
8742 * dlls/commdlg/Makefile.in, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, include/commdlg.h, include/dlgs.h, include/tchar.h:
8743 Francois Boisvert <francois@macadamian.com>
8744 Implemented the Win95 file open/save dialogs.
8746 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
8747 Do tools/ before any of the other subdirectories, even when doing
8750 * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8751 Bugfix: Return selector also in CX from GlobalLock16().
8753 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8754 More gcc bug workarounds.
8756 * graphics/psdrv/ppd.c, include/wingdi.h:
8757 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8758 Added more paper sizes and bin names to PPD parser.
8760 * windows/dinput.c: Marcus Meissner <marcus@jet.franken.de>
8761 Actually return the number of events in Mouse_GetDeviceData (fixes
8762 Wing Commander Prophecy). Added timestamp and sequence generation,
8763 critical section for mousedata. Disabled mouse warping in
8764 GetDeviceData for now (generates excess mouse events).
8766 Sun Jul 25 13:15:49 1999 Alexandre Julliard <julliard@winehq.com>
8769 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8770 Moved .spec files to corresponding dlls/ directory.
8772 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
8773 Several focus and selection problems in listboxes.
8775 * windows/dce.c: Francis Beaudet <francis@macadamian.com>
8776 Retrieve the clipping region before setting the drawable and reset the
8777 clipping region after.
8779 * relay32/Attic/shell32.spec, dlls/shell32/brsfolder.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shlmenu.c, include/shell.h, include/shlguid.h, include/shlobj.h, include/wine/obj_enumidlist.h, include/wine/obj_shellfolder.h:
8780 Juergen Schmied <juergen.schmied@metronet.de>
8781 Many fixes/reimplementations.
8783 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
8784 Removed experimental/unused code.
8785 Use ShellFolder to get ViewObjects.
8786 Started cleanup of the contextmenu code.
8788 * dlls/shell32/shlfolder.c:
8789 Juergen Schmied <juergen.schmied@metronet.de>
8790 Complete redesign, split into 3 implementations (Desktop, MyComputer
8791 and filesystem folders). All parsing and binding is done recursive.
8793 * dlls/shell32/shellpath.c:
8794 Juergen Schmied <juergen.schmied@metronet.de>
8795 Implemented SHGetSpecialFolderPathA.
8797 * dlls/shell32/shellord.c:
8798 Juergen Schmied <juergen.schmied@metronet.de>
8799 Implemented SHCreateShellFolderViewEx.
8801 * dlls/shell32/shellole.c:
8802 Juergen Schmied <juergen.schmied@metronet.de>
8803 Removed special CoCreateClassObject and use ole functions instead.
8804 SHCreateDefClassObject implemented.
8806 * dlls/shell32/shelllink.c:
8807 Juergen Schmied <juergen.schmied@metronet.de>
8808 Implemented access to lnk's to a IStream interface.
8810 * dlls/shell32/iconcache.c:
8811 Juergen Schmied <juergen.schmied@metronet.de>
8812 Fixed icon background (was black).
8814 * dlls/shell32/folders.c: Juergen Schmied <juergen.schmied@metronet.de>
8815 Fixed getting icons from filetypes.
8817 * dlls/shell32/enumidlist.c:
8818 Juergen Schmied <juergen.schmied@metronet.de>
8819 Implemented enumeration of shell extensions, seperated enum stuff for
8820 the 3 seperate shellfolder implementations.
8822 * dlls/shell32/dataobject.c:
8823 Juergen Schmied <juergen.schmied@metronet.de>
8824 Rewrote GetData so support multiple selections.
8826 * dlls/shell32/contmenu.c:
8827 Juergen Schmied <juergen.schmied@metronet.de>
8828 Separated stuff for shv background contextmenu to separate file.
8830 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
8831 New functions to access attributes in HCR.
8833 * dlls/shell32/Makefile.in, dlls/shell32/shv_bg_cmenu.c:
8834 Juergen Schmied <juergen.schmied@metronet.de>
8835 New file. Seperate implementation of the shellview background
8838 * include/wine/undocshell.h:
8839 Juergen Schmied <juergen.schmied@metronet.de>
8840 New file. Contains functions not in the official headers but widely
8841 used from other dlls.
8843 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
8844 Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
8846 * Makefile.in: Make sure we build tools first.
8848 * if1632/kernel.spec, if1632/relay.c, if1632/wprocs.spec, memory/global.c, tools/build-spec.txt, tools/build.c:
8849 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8850 Relay code for Win16 register functions converts arguments.
8851 New 'interrupt' keyword added (for Win16 interrupt handlers).
8852 Adapted .spec files and implementations of register routines.
8854 * include/psdrv.h, include/wine/wingdi16.h, misc/printdrv.c, graphics/psdrv/escape.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, if1632/gdi.spec:
8855 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8856 {Start|End}{Doc|Page} go through DCfuncs.
8857 Implement these in the PostScript driver.
8858 Change PSDRV_Escape to use them.
8860 * loader/dos/dosvm.c:
8861 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8862 Work around 'local extern declaration with attribute' gcc bug.
8864 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
8865 Implementation of SetEventNotification for the mouse driver.
8867 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
8868 Let CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
8870 * include/ole2.h: Juergen Schmied <juergen.schmied@metronet.de>
8871 Fixed incomplete proto.
8873 * winedefault.reg: Juergen Schmied <juergen.schmied@metronet.de>
8874 New keys nessesary for running the new shell32.
8876 * controls/static.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8877 Use GDI APIs to access bitmap info.
8879 * graphics/psdrv/clipping.c:
8880 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8881 Rewrote PSDRV_SetDeviceClipping to use GetRegionData API.
8883 Sat Jul 24 12:20:25 1999 Alexandre Julliard <julliard@winehq.com>
8885 * miscemu/main.c, if1632/thunk.c, include/main.h, loader/main.c, misc/Attic/callback.c, misc/Makefile.in:
8886 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8887 Unify startup sequence for Wine and WineLib.
8889 * windows/clipboard.c, include/clipboard.h, memory/global.c:
8890 Noel Borthwick <noel@macadamian.com>
8891 Fix bug with pasting Wine clipboard content to external applications,
8892 by storing clipboard data on the shared system heap.
8894 * windows/x11drv/mouse.c: Achim Kaiser <Achim_Kaiser@t-online.de>
8895 Draw an additional white bit for each invert bit of a cursor.
8897 * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
8898 While handling the X FocusIn message in managed mode, if the window
8899 has been disabled revert the X focus back to the last focus window.
8901 * dlls/shell32/brsfolder.c, include/commctrl.h, dlls/comctl32/treeview.c:
8902 Francois Boisvert<francois@macadamian.com>
8903 Implemented TREEVIEW_InsertItemW.
8905 * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8906 Implemented ExtEscape.
8908 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
8909 Trying to fix parallel make by doing direct subdir/subdir.o rules.
8911 * include/win.h, windows/nonclient.c, windows/x11drv/wnd.c:
8912 Sylvain St-Germain <sylvain@macadamian.com>
8913 Fixed inconsistency in conditions that determines if a window requires
8916 * graphics/x11drv/xfont.c, include/x11font.h:
8917 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8918 For large font sizes call XLoadQueryFont with a 100 pixel high font
8919 and rescale the metrics.
8921 * misc/printdrv.c, objects/dc.c, graphics/psdrv/escape.c, graphics/win16drv/init.c, include/gdi.h:
8922 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8923 Implement handling of 32 bit AbortProc.
8925 * include/process.h, include/server.h, include/wine/exception.h, include/winnt.h:
8926 Lionel Ulmer <lionel.ulmer@free.fr>
8927 Suppressed compiler warning by using the 'unused' attribute.
8929 * debugger/Makefile.in, debugger/external.c:
8930 Kevin Holbrook <kwh@neosoft.com>
8931 Added utility function to invoke external debugger.
8933 * multimedia/.cvsignore, multimedia/winmm.rc, multimedia/winmm_En.rc, multimedia/winmm_Fr.rc, relay32/builtin32.c:
8934 Eric Pouech <Eric.Pouech@wanadoo.fr>
8935 Added WINMM resources.
8937 * multimedia/Attic/mcistring.c, multimedia/Makefile.in:
8938 Eric Pouech <Eric.Pouech@wanadoo.fr>
8939 Removed obsoleted mcistring.c.
8940 Added support for resources.
8942 * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
8943 Eric Pouech <Eric.Pouech@wanadoo.fr>
8944 Fixed return values for some messages in DriverProc (MCI_GETDEVCAPS &
8945 MCI_STATUS) for mciSendString.
8947 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8948 Spread the use of MM crit sect.
8950 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8951 Moved some MCI functions to mci.c.
8952 Now loads error messages from string table.
8953 Spread the use of MM crit sect.
8955 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8956 Added parsing & storing of command tables.
8957 Merged some MCI functions from mmsystem.c.
8959 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
8960 Removed some no longer used prototypes.
8961 Added command tables to MCI structure.
8963 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
8964 Fixed buggy prototype.
8966 * debugger/types.c: Kevin Holbrook <kwh@neosoft.com>
8967 Avoid crashing on a bad symbol address of 0x0000.
8969 * misc/w32sys.c: Fixed GetW32SysVersion16 return type.
8971 * include/commdlg.h, include/module.h, loader/module.c, relay32/utthunk.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, if1632/wprocs.spec:
8972 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8973 Removed MODULE_GetWndProcEntry16().
8974 Use 32-bit window procedures in COMMDLG instead.
8976 * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
8977 Fixed cut&paste bug.
8979 * include/docobj.h, include/wine/obj_base.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_olefont.h, include/wine/obj_oleundo.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h:
8980 Paul Quinn <paulq@corel.ca>
8981 Add a few stubs, some C++ compatibility, and fix a few types.
8983 * include/initguid.h, ole/guid.c: Albert den Haan <albertd@corel.ca>
8984 Declare only one instance of GUID_NULL.
8986 * dlls/comctl32/imagelist.c: Pierre Mageau <pierre@macadamian.com>
8987 Fixed various problem with ImageList_Draw.
8989 * windows/dialog.c: Stephane Lussier<stephane@macadamian.com>
8990 Re-enable the owner window in the EndDialog().
8992 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
8993 Fixed notifications.
8995 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8996 Always retrieve Callout routines using GetProcAddress().
8998 * windows/defwnd.c: Abey George <abey@macadamian.com>
8999 Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
9001 * windows/x11drv/keyboard.c:
9002 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9003 Fixed compiler warning.
9005 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9006 Let through more flags to EnumPrinters.
9007 Fixes for GetPrinter/GetPrinterDriver.
9009 * graphics/psdrv/color.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
9010 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9011 Fix stupid `rubbish at end of %%Title' bug.
9012 Don't complain about palette relative RGBs.
9013 If output param to CreateDC is NULL default to `LPT1:' - Hack.
9015 Fri Jul 23 19:33:24 1999 Alexandre Julliard <julliard@winehq.com>
9017 * configure, configure.in, include/config.h.in, include/wine_gl.h:
9018 Lionel Ulmer <lionel.ulmer@free.fr>
9019 Better detection of OpenGL.
9021 * include/callback.h, include/stackframe.h, misc/Attic/callback.c, tools/build.c, if1632/thunk.c:
9022 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9023 Bugfix: Reverted CallTo16 routines to STDCALL convention.
9025 * objects/font.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9026 String to GetTextExtentPoint is not necessarily 0 terminated.
9027 Fix function name `32's in comments - API naming madness makes this
9030 * dlls/winspool/info.c, graphics/driver.c, graphics/psdrv/README, include/winspool.h, relay32/Attic/winspool.spec:
9031 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9033 Update graphics/psdrv/README.
9034 Add warnings to DRIVER_GetDriverName.
9036 * windows/mdi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9037 Fixed some bad ptr occurrence in this class WndProc.
9039 * graphics/ddraw.c, include/options.h, misc/main.c, windows/x11drv/main.c:
9040 Lionel Ulmer <lionel.ulmer@free.fr>
9041 - Added a new option 'noxshm'
9042 - Added a 16bpp -> 32 bpp conversion function
9044 * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
9045 Change color gray text to 128 128 128 for win9x look.
9047 Tue Jul 20 15:13:20 1999 Alexandre Julliard <julliard@winehq.com>
9049 * scheduler/debugger.c:
9050 Do not output text in OutputDebugStrAW when not being debugged
9052 * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
9053 MDIDestroyChild: MDI window menu item was deleted only if the current
9054 destroyed child was active.
9056 * dlls/comctl32/propsheet.c: Gerard Patel <g.patel@wanadoo.fr>
9057 Reset disabled style for the dialog boxes set on property pages.
9059 * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
9060 Bertho Stultiens <bertho@akhphd.au.dk>
9061 - Generalized the distinction between 2 and 4 byte integers slightly through
9062 a new parser state. The is now a warning when a 2 byte integer is larger
9063 than 16 bit (and is truncated).
9064 - Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
9065 this type will work as expected.
9066 - Added generalized language/version/characteristics support to the DLGINIT
9069 Ulrich Czekalla <ulrichc@corel.ca>
9070 - Added support for DLGINIT resource-type.
9071 - Added string continuation and embedded quoting.
9072 - Added numeric IDs for icons in controls.
9074 Eric Pouech <Eric.Pouech@wanadoo.fr>
9075 - Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
9077 Sun Jul 18 18:42:29 1999 Alexandre Julliard <julliard@winehq.com>
9079 * misc/Attic/string.c, misc/Makefile.in:
9080 Albert den Haan <albertd@corel.ca>
9081 Remove string.c because all of its functions were moved to crtdll.c
9082 where they belonged.
9084 * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.l, tools/wrc/preproc.c, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/wrc.c, tools/wrc/writeres.c, debugger/display.c, dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c:
9085 Patrik Stridvall <ps@leissner.se>
9086 Make it possible to compile with GNU C's -I- option.
9088 * loader/dos/dosvm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9089 Work around gcc sig11 fault.
9091 * objects/gdiobj.c: Thuy Nguyen <thuy@macadamian.com>
9092 Fixed rounding in MulDiv.
9094 * graphics/psdrv/Makefile.in, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/psdrv.h:
9095 Luc Tourangeau <luc@macadamian.com>
9096 - implementation of SetDeviceClipping
9097 - coordinate system origin fix
9099 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9100 Work-around for compiler bug.
9102 * dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
9103 Alex Priem <alexp@sci.kun.nl>
9104 - Implementation of simple comctl32 v5.0 changes.
9105 - TVM_SORTCHILDRENCB also accepts TVI_ROOT as a valid hParent.
9107 * dlls/advapi32/security.c: Ian Schmidt <irsman@iag.net>
9108 Added pointer validation and additional sanity check to IsValidSid().
9110 * controls/uitools.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
9111 Small fix in UITOOLS95_DrawRectEdge().
9112 Also a fix to draw scrollbar-buttons more like in win9x.
9114 * windows/painting.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9115 In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region that is used
9116 afterwards, but a copy of it.
9118 * objects/region.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9119 Check better that handles are actual handles to a region.
9121 * windows/dce.c: Lawson Whitney <lawson_whitney@juno.com>
9122 Stop DCE_GetVisRect dereferencing a null wndPtr.
9124 * configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in, Make.rules.in, README, configure:
9125 James Juran <jrj120@psu.edu>
9126 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
9127 Updated README and man page.
9128 Split documentation for wine.conf into new wine.conf(5) manpage.
9130 * include/ole2.h, include/winerror.h, ole/Makefile.in, ole/clipboard.c, ole/ole2.c, ole/ole2stubs.c, ole/olecli.c:
9131 Noel Borthwick <noel@macadamian.com>
9132 Implemented the OLE Clipboard API.
9134 * windows/winpos.c: Abey George <abey@macadamian.com>
9135 Validate the parent with the child window client rectangle when the
9136 parent's update region is not empty.
9138 * include/win.h, windows/painting.c:
9139 Francis Beaudet <francis@macadamian.com>
9140 Delay WM_NCPAINT message until the "painter's algorithm" kicks in.
9142 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
9143 Fixed fake WM_LBUTTONUP message.
9145 * include/winversion.h, misc/version.c: Ian Schmidt <irsman@iag.net>
9146 Added version information for Win98.
9148 * include/commctrl.h: Alex Priem <alexp@sci.kun.nl>
9149 Macro definitions used SNDMSG instead of SendMessage[AW]. Bad.
9151 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9152 debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules
9153 are now stored uppercase.
9155 * controls/button.c: Francis Beaudet <francis@macadamian.com>
9156 Implemented the BS_ICON style.
9158 * windows/dialog.c: Ove Kaaven <ovek@arcticnet.no>
9159 CreateDialogParamA should not call CreateDialogParamW, because
9160 that'd create a dialog box with a Unicode dialog procedure...
9162 * controls/scroll.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
9163 Win9x look & feel on scrollbars.
9165 * graphics/psdrv/README, graphics/psdrv/init.c, include/psdrv.h:
9166 Thuy Nguyen <thuy@macadamian.com>
9167 Introduced a [psdrv] section in wine.conf with a ppdfile value
9168 specifying the path and name of the PPD file.
9170 * dlls/comctl32/updown.c, include/updown.h:
9171 Sylvain St-Germain <sylvain@macadamian.com>
9172 Implementation of the updown buddy windproc subclassing for the
9173 handling of keyboard up and down arrow.
9175 * DEVELOPERS-HINTS: Jim Aston <jima@corel.ca>
9176 Updated documentation to reflect renamed header.
9178 * misc/winsock.c: Ove Kaaven <ovek@arcticnet.no>
9179 Added missing include netinet/tcp.h, for TCP_NODELAY.
9181 * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
9184 Thu Jul 15 16:09:05 1999 Alexandre Julliard <julliard@winehq.com>
9186 * include/module.h, loader/ne/module.c:
9187 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9188 Add WINAPI for EntryAddrProc.
9190 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
9191 Minor bug fixes in DdeNameService, also changes to move towards
9194 * controls/button.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
9195 Win9x look & feel on buttons and a fix for ownerdrawn buttons
9196 (background set to COLOR_BTNFACE).
9198 * if1632/kernel.spec:
9199 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9200 GlobalSmartPageUnlock() stub added.
9202 * miscemu/Attic/emulate.c, miscemu/Makefile.in, miscemu/main.c, relay32/Makefile.in, tools/build.c, Make.rules.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/win87em/.cvsignore, dlls/win87em/Makefile.in, dlls/win87em/emulate.c, graphics/win16drv/Makefile.in, if1632/Makefile.in, memory/instr.c:
9203 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9204 Use position-independent code in assembly glue when building .so.
9205 Include if1632/ and graphics/win16drv/ into WineLib.
9206 Move miscemu/emulate.c into dlls/win87em/.
9208 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
9209 Changed way of allocation open mci drivers (array => list); this list
9210 is now stored on a per process basis.
9212 * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c:
9213 Eric Pouech <Eric.Pouech@wanadoo.fr>
9214 Removed fixed size array to store specific data (now using
9215 mci(Set|Get)DriverData to store specific data).
9216 Make use of default debugtools.h channel.
9217 Added CALLBACK attribute to DriverProc.
9219 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9220 Changed way of allocation open mci drivers (array => list).
9221 First valid ID for mci devices is now 1 (some progs were testing this
9223 Started implementing mci command table resources.
9224 Handled closing on MCI_ALL.
9226 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9227 Removed fixed size array to store specific data (now using
9228 mci(Set|Get)DriverData to store specific data).
9229 Deferred opening of low-level device until play is requested.
9231 * multimedia/Attic/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9232 Fixed return value for 'open' command.
9233 Changed way of allocation open mci drivers (array => list).
9235 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9236 Removed fixed size array to store specific data (now using
9237 mci(Set|Get)DriverData to store specific data).
9238 Fixed mmio chunk lookup on odd size 'fmt ' chunks.
9240 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9241 Uniformized use of fd to midi device.
9242 Now allocating memory on system heap.
9243 Fixed bug when stopping all notes.
9245 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9247 Changed way of allocation open mci drivers (array => list).
9248 Started implementing mci command table resources.
9250 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9251 No longer calling mm timers callbacks with mm timer crit sect locked.
9253 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
9254 ERROR_MORE_DATA requires to write the needed number of bytes into the
9255 lpcchX value (verified against NT3.51 advapi32.dll).
9257 * include/winnt.h, win32/device.c:
9258 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9259 Fixed some CONTEXT86 vs. CONTEXT mismatches.
9261 * include/neexe.h, loader/ne/segment.c:
9262 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9263 Added support for 32-bit NE code segments.
9265 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
9266 Fix a hang when we process WM_STYLECHANGED.
9267 Small optimization in TREEVIEW_DrawItem.
9268 Fix debugging crash in TREEVIEW_Expand.
9270 Mon Jul 12 13:46:38 1999 Alexandre Julliard <julliard@winehq.com>
9272 * dlls/shell32/pidl.h: Marcus Meissner <marcus@jet.franken.de>
9273 Added missing prototype for ILFindChild().
9275 * dlls/advapi32/security.c, loader/dos/dosmod.c, misc/network.c:
9276 Eric Pouech <Eric.Pouech@wanadoo.fr>
9277 Compiler warnings fix.
9279 * misc/comm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9282 * if1632/kernel.spec, loader/task.c:
9283 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9284 Fixed bugs introduced by 'register' and 'return' function changes.
9286 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
9287 Fixed DirectDrawSurface::Flip, do not change flags, exchange the low
9288 level physical surfaces (verified for XLIB with WC Prophecy).
9290 Sun Jul 11 17:20:06 1999 Alexandre Julliard <julliard@winehq.com>
9292 * windows/keyboard.c, windows/user.c, windows/win.c, misc/system.c, misc/toolhelp.c, misc/w32sys.c, tools/build-spec.txt, tools/build.c, win32/kernel32.c, memory/global.c, memory/local.c, include/builtin16.h, loader/ne/module.c, loader/task.c, if1632/kernel.spec, if1632/keyboard.spec, if1632/system.spec, if1632/thunk.c, if1632/toolhelp.spec, if1632/user.spec, if1632/w32sys.spec, if1632/dummy.c:
9293 Take advantage of the new registers saved in the STACK16FRAME to turn
9294 some 'register' functions into normal functions.
9295 Removed the few remaining 'return' functions to simplify relay
9298 * ipc/Attic/hash_test.c, ipc/Attic/run_tests, ipc/Attic/shm_block.c, ipc/Attic/shm_fragment.c, ipc/Attic/shm_fragment_test.c, ipc/Attic/shm_main_blk.c, ipc/Attic/shm_semaph.c, ipc/Attic/shm_semaph_test.c, ipc/Attic/wine_test_stub.c, loader/signal.c, loader/task.c, memory/atom.c, memory/global.c, misc/ddeml.c, windows/message.c, windows/win.c, windows/x11drv/event.c, Makefile.in, configure, configure.in, include/Attic/dde_atom.h, include/Attic/dde_mem.h, include/Attic/dde_proc.h, include/Attic/shm_block.h, include/Attic/shm_fragment.h, include/Attic/shm_main_blk.h, include/Attic/shm_semaph.h, include/dde.h, ipc/Attic/.cvsignore, ipc/Attic/Makefile.in, ipc/Attic/README, ipc/Attic/TEST_FRAGMENT.std, ipc/Attic/bit_array.c, ipc/Attic/bit_array_test.c, ipc/Attic/dde.tex, ipc/Attic/dde_atom.c, ipc/Attic/dde_atom_test.c, ipc/Attic/dde_mem.c, ipc/Attic/dde_mem_test.c, ipc/Attic/dde_proc.c, ipc/Attic/dde_proc_test.c, ipc/Attic/generic_hash.c, ipc/Attic/generic_hash.h:
9299 Marcus Meissner <marcus@jet.franken.de>
9300 Removed the old, historical and no longer working IPC support.
9302 * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/builtin16.h, include/callback.h, include/module.h, include/stackframe.h, misc/Attic/callback.c, miscemu/main.c, relay32/.cvsignore, relay32/Makefile.in, scheduler/syslevel.c, tools/build.c, Make.rules.in:
9303 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9304 Modularized CallFrom/To16 routines. Adapted dependent routines,
9305 16-bit snoop/relay debugging, and make rules.
9307 * windows/message.c: Gerard Patel <g.patel@wanadoo.fr>
9308 Revert last change in window activation on mouse click.
9310 * memory/global.c: Rein Klazes <rklazes@casema.net>
9311 Fixed a case when GlobalSize did not return zero after an error.
9313 Sat Jul 10 13:16:56 1999 Alexandre Julliard <julliard@winehq.com>
9315 * server/socket.c: Howard Abrams <howard@cs.nps.navy.mil>
9316 Renamed static global variable 'iovec' to 'myiovec'.
9318 * windows/dinput.c, memory/virtual.c, misc/registry.c, misc/winsock.c, multimedia/joystick.c, scheduler/client.c, scheduler/thread.c, server/console.c, server/file.c, server/pipe.c, server/thread.c, win32/console.c, win32/device.c, win32/file.c, configure, configure.in, debugger/break.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, files/directory.c, files/dos_fs.c, files/file.c, include/config.h.in, include/multimedia.h, include/windef.h, loader/pe_image.c:
9319 Howard Abrams <howard@cs.nps.navy.mil>
9320 Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
9322 * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9323 Create dialog window using CreateWindowEx16/W depending on template
9324 type, not dialog procedure type.
9326 * dlls/shell32/shlfolder.c: Francois Boisvert <francois@macadamian.com>
9327 Made IShellFolder::fnParseDisplayName return a relative pidl.
9329 * dlls/comctl32/comctl32.h, dlls/comctl32/monthcal.c, dlls/comctl32/rsrc.rc, include/commctrl.h, include/monthcal.h:
9330 Alex Priem <alexp@sci.kun.nl>
9331 First try at the month calendar common control. Main features
9334 * graphics/psdrv/init.c, include/winspool.h, dlls/winspool/info.c:
9335 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9336 Implemented GetPrinterA and GetPrinterDriverA.
9338 * controls/button.c: Luc Tourangeau <luc@macadamian.com>
9339 Added BN_CLICKED notification in WM_SETFOCUS.
9341 * dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, include/docobj.h:
9342 Juergen Schmied <juergen.schmied@metronet.de>
9345 * relay32/Attic/shell32.spec, dlls/shell32/shellord.c:
9346 Juergen Schmied <juergen.schmied@metronet.de>
9347 Implemented StrToOleStrN.
9348 Fixed crash in ShellExecuteEx.
9349 Implemented SHRegOpenKeyA, SHRegQueryValueExA, StrToOleStr[A|W].
9350 Stubs for DoEnvironmentSubst[A|W], PathProcessCommand[A|W].
9352 * dlls/shell32/Makefile.in, dlls/shell32/memorystream.c:
9353 Juergen Schmied <juergen.schmied@metronet.de>
9354 IStream interface for file access.
9356 * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
9357 Juergen Schmied <juergen.schmied@metronet.de>
9358 Fixed crash during second DLL_PROCESS_DETACH if the dll
9359 refcount reached zero after the second one (memory freed twice).
9361 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
9362 Juergen Schmied <juergen.schmied@metronet.de>
9363 Some more pidl-types.
9364 Implementation of ILIsParent.
9366 * dlls/shell32/shelllink.c:
9367 Juergen Schmied <juergen.schmied@metronet.de>
9368 Completely rewritten. IPersistStream interface implemented.
9370 * dlls/shell32/shellole.c:
9371 Juergen Schmied <juergen.schmied@metronet.de>
9372 DLLGetClassObject/Classfactory: create objects by CLSID not IID.
9374 * misc/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9375 Bugfix: exit() replaced by ExitProcess().
9377 * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9378 Bugfix: correctly cope with end > 0xfffe.
9380 * library/winestub.c:
9381 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9382 Call ExitProcess() after WinMain() returns.
9384 * loader/ne/module.c:
9385 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9386 Improved behaviour of GetModuleHandle16 w.r.t dummy modules.
9387 Don't try to call WEP of dummy modules in FreeLibrary16().
9389 * include/winreg.h, misc/registry.c:
9390 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9391 Added `const's to some registry API functions.
9393 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
9394 Added a couple of DirectX CLSID entries. This makes Unreal completely
9395 independent of a windows installation.
9397 * ole/ole2nls.c: Dave Pickles <davep@nugate.demon.co.uk>
9398 GetTimeFormat() should return LocalTime not SystemTime.
9400 * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
9401 Dave Pickles <davep@nugate.demon.co.uk>
9402 FOR and IF commands added.
9403 MOVE command added, but no wildcard support.
9405 Fixed TIME (was reporting in GMT).
9408 * dlls/comctl32/tab.c: Abey George <abey@macadamian.com>
9409 Sometimes the text on a tab control got truncated.
9411 * controls/combo.c: Abey George <abey@macadamian.com>
9412 Fixed the height of the dropped list when there are few items in the
9415 * include/message.h, include/ttydrv.h, include/x11drv.h, scheduler/synchro.c, windows/event.c, windows/ttydrv/event.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/x11drv/monitor.c, windows/x11drv/wnd.c:
9416 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9417 Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback
9418 calling XFlush() instead.
9420 * include/psdrv.h, graphics/psdrv/Makefile.in, graphics/psdrv/bitblt.c, graphics/psdrv/bitmap.c, graphics/psdrv/brush.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
9421 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9422 Added patterned brushes (level 2 PostScript only).
9423 Simple PatBlt for PATCOPY, WHITENESS and BLACKNESS.
9425 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
9426 Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
9427 to use the same code path.
9429 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9430 Fix InitTask() to work if DGROUP was manually resized.
9432 * dlls/advapi32/security.c, relay32/Attic/advapi32.spec:
9433 Ian Schmidt <irsman@iag.net>
9434 Added stub for SetThreadToken(), required by Office 2000.
9436 * include/commdlg.h:
9437 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9438 Bugfix: COMMDLG hook procedures were not CALLBACK.
9440 * ole/stg_stream.c: Thuy Nguyen <thuy@macadamian.com>
9441 It is possible for a stream to have both small block and big block
9444 * loader/ne/module.c: Marcus Meissner <marcus@jet.franken.de>
9445 Made string compare case insensitive in GetModuleHandle16() as a
9446 quick fix for WinWord 6.
9448 * misc/network.c, relay32/mpr.spec:
9449 Juergen Schmied <juergen.schmied@metronet.de>
9450 Added stub for WNetGetUniversalName[A|W].
9452 * graphics/x11drv/palette.c:
9453 Juergen Schmied <juergen.schmied@metronet.de>
9454 Fixed crash due to invalid GDI_Obj.
9456 * objects/metafile.c: Juergen Schmied <juergen.schmied@metronet.de>
9457 Fixed crash due to invalid pointer.
9459 ----------------------------------------------------------------
9460 Sun Jul 4 16:09:20 1999 Alexandre Julliard <julliard@winehq.com>
9462 * windows/*.c, ole/*.c, files/*.c, multimedia/*.c:
9463 Converted to the new debug interface, using script written by Patrik
9466 * include/windef.h, include/winreg.h, tools/make_X11wrappers, tsx11/ts_xf86vmode.c, Makefile.in, graphics/ddraw.c, include/basetsd.h, include/ntdef.h, include/ts_xf86vmode.h, include/winbase.h:
9467 Patrik Stridvall <ps@leissner.se>
9468 Started on an implementation of Win64 for use on 64 bit platforms.
9470 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
9471 Windows should be activated in these cases:
9472 1- when we click on non active window.
9473 2- when we cancel a moving or resizing of a non active window.
9475 * documentation/distributors:
9476 Marcus Meissner <Marcus.Meissner@caldera.de>
9477 Added sample wine.conf.
9479 * graphics/ddraw.c, include/keyboard.h, include/ttydrv.h, include/x11drv.h, objects/dc.c, objects/gdiobj.c, windows/dinput.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/x11drv/init.c, windows/x11drv/keyboard.c:
9480 Patrik Stridvall <ps@leissner.se>
9481 Moved code to the X11 driver.
9483 * include/winuser.h, loader/resource.c, relay32/user32.spec:
9484 Joshua Thielen <thielen@netperson.net>
9485 Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
9487 * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9488 WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
9490 * controls/scroll.c: Ove Kaaven <ovek@arcticnet.no>
9491 Fixed check for whether to call SetWindowPos when showing a window
9494 * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
9495 Check for complete lcid or just the primary language id in the
9496 registry lookups (fixes one FirstClassClient 32 problem).
9498 * windows/message.c: Per Ångström <pang@mbox304.swipnet.se>
9499 Fixed a problem with apps that override the default behaviour on
9500 WM_MOUSEACTIVATE message (main window was not activated).
9502 * loader/pe_resource.c: Marcus Meissner <marcus@jet.franken.de>
9503 When enumerating resource, only use the lower 31 bit of the name as
9504 the offset (for the highest bit is '1'). Should fix wine-net/257.
9506 * relay32/ntdll.spec, tools/wrc/writeres.c, dlls/ntdll/rtl.c, misc/wsprintf.c, multimedia/mcimidi.c:
9507 Patrik Stridvall <ps@leissner.se>
9508 Fixes for compile on non-Intel platforms.
9510 * dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c, include/ntddk.h, include/ntsecapi.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h, include/winsvc.h, include/wtypes.h:
9511 Patrik Stridvall <ps@leissner.se>
9512 Fixed/moved/added missing/wrong function prototypes.
9514 * dlls/commdlg/cdlg_Da.rc, documentation/status/internationalisation, programs/progman/Da.rc, resources/sysres_Da.rc:
9515 Henrik Olsen <henrik@iaeste.dk>
9516 Cleanup of the Danish support.
9518 * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
9519 Fix a bug in SetWindowPos to prevent parent from erasing its child
9520 painting area when parent window and child window don't have
9521 WS_CLIPCHILDREN and WS_CLIPSIBLINGS.
9523 * windows/defwnd.c: Yuxi Zhang <yuxiz@corel.ca>
9524 Make defwndproc erase the correct location.
9526 Sat Jul 3 16:01:44 1999 Alexandre Julliard <julliard@winehq.com>
9528 * relay32/crtdll.spec, windows/dinput.c, dlls/comctl32/propsheet.c, dlls/comctl32/trackbar.c, dlls/version/resource.c, if1632/relay.c, include/win.h, loader/elf.c, loader/pe_image.c, misc/crtdll.c, misc/shell.c, multimedia/dsound.c, dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/avifil32/avifile.c:
9529 Marcus Meissner <marcus@jet.franken.de>
9530 some small include fixes, some checks for NULL ptrs,
9531 loader/elf.c: fixed the "lib" insertion
9532 crtdll: added fsopen()
9533 dinput: return that we are attached.
9535 * controls/button.c: Reverted previous change.
9537 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
9538 Cancel pending notifications when EM_SETMODIFY is called.
9540 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
9541 Fix a crash when doing sorted inserts at top level.
9543 * windows/nonclient.c: Ove Kaaven <ovek@arcticnet.no>
9544 Reworked nonclient drawing code. Win31 look now works more like real
9545 Win31, so apps like Delphi 1.0 no longer go into infinite recursion
9546 etc. Fixed a couple of bugs in win95 look too, but not as thoroughly
9547 (e.g. WS_EX_WINDOWEDGE is still not handled).
9549 * windows/sysmetrics.c: Ove Kaaven <ovek@arcticnet.no>
9550 SM_C[XY]FRAME is BorderWidth + 1.
9552 * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9553 Bugfix: LocalInit with start == 0 always places heap at end of segment.
9555 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9556 Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
9558 * loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, miscemu/main.c, scheduler/process.c, include/module.h, include/process.h, include/task.h, loader/main.c:
9559 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9560 On NE process creation, move major part of NE EXE module loading and
9561 NE instance creation into the child process.
9563 * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
9564 Window style updates.
9566 * libtest/guitest.c: Ove Kaaven <ovek@arcticnet.no>
9567 Some enhancements, and removal of C++ constructs.
9569 * graphics/d3ddevices.c, graphics/ddraw.c, graphics/ddraw_private.h:
9570 Marcus Meissner <marcus@jet.franken.de>
9571 Implemented chains of surfaces. This allows an unlimited number
9572 of backbuffers, and other attached surfaces (zbuffers, alpha buffers,
9575 * files/file.c, relay32/kernel32.spec:
9576 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9577 Added UnlockFileEx stub.
9579 * documentation/status/internationalisation, resources/sysres_Ca.rc, resources/sysres_Es.rc:
9580 Jose Marcos Lopez Caravaca <jose.lopez@upcnet.upc.es>
9581 Added missing 61762 entry on system resources in Spanish and
9582 Catalonian languages.
9584 * controls/scroll.c: Gerard Patel <g.patel@wanadoo.fr>
9585 Make GetScrollInfo return scroll pos when program requests thumb pos
9586 outside drag operation.
9588 Sun Jun 27 15:40:44 1999 Alexandre Julliard <julliard@winehq.com>
9590 * graphics/d3d_private.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
9591 Converted to the new debug interface.
9593 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
9594 ReadConsoleA: use ir as pointer to (req+1).
9596 * windows/painting.c: Gerard Patel <g.patel@wanadoo.fr>
9597 Remove the validated child area from the update region of parent for
9598 windows without WS_CLIPCHILDREN style.
9600 * debugger/db_disasm.c:
9601 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9602 Bugfix: Grp8 instructions have *byte* BitOffset operand.
9604 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9605 Bugfix: missing WINAPIs added.
9607 * ole/ole2.c: Marcus Meissner <marcus@jet.franken.de>
9608 OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
9610 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
9611 Return ERROR_DISK_FULL for WriteFile.
9613 * programs/cmdlgtst/cmdlgtst.c: Eric Williams <ewill@ncal.verio.com>
9614 Fixed missing return after about dialog.
9616 Sat Jun 26 19:09:11 1999 Alexandre Julliard <julliard@winehq.com>
9618 * msdos/*.c, misc/*.c, miscemu/*.c, graphics/*.c:
9619 Converted to the new debug interface, using script written by Patrik
9622 * scheduler/thread.c, tools/build.c, win32/device.c, win32/kernel32.c, win32/ordinals.c, windows/win.c, loader/ne/module.c, loader/ne/segment.c, memory/global.c, memory/local.c, memory/selector.c, misc/callback.c, misc/error.c, misc/windebug.c, miscemu/emulate.c, msdos/devices.c, msdos/dpmi.c, msdos/int09.c, msdos/int10.c, msdos/int11.c, msdos/int12.c, msdos/int13.c, msdos/int15.c, msdos/int16.c, msdos/int17.c, msdos/int19.c, msdos/int1a.c, msdos/int20.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int29.c, msdos/int2a.c, msdos/int2f.c, msdos/int33.c, msdos/int3d.c, msdos/int41.c, msdos/int4b.c, msdos/int5c.c, msdos/interrupts.c, msdos/vxd.c, msdos/xms.c, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, dlls/winaspi/winaspi16.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/callback.h, include/dosexe.h, include/miscemu.h, include/msdos.h, loader/dos/dosvm.c, loader/task.c:
9623 Changed CONTEXT into CONTEXT86 everywhere we really want an i386
9625 Added #ifdef __i386__ around accesses to 386 registers in the generic
9628 * include/winnt.h: Added CONTEXT86 definition.
9629 Added PowerPC context as an example (not tested).
9631 * relay32/relay386.c, relay32/snoop.c, include/wine/exception.h:
9632 Fixes for non-i386 compiling.
9635 Patrik Stridvall <ps@leissner.se>
9638 Made the include files self-sufficient.
9641 * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c, include/commctrl.h:
9642 Eric Kohl <ekohl@abo.rhein-zeitung.de>
9643 Fixed DPA_LoadStream and improved DPA_Merge.
9645 * dlls/comctl32/treeview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
9646 Added check for invalid parent item.
9648 * dlls/shell32/shellord.c, relay32/shell32.spec:
9649 Eric Kohl <ekohl@abo.rhein-zeitung.de>
9650 Added SHDoDragDrop() stub.
9652 * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
9653 Improved GetRandomRegion().
9655 * misc/network.c, relay32/mpr.spec:
9656 Eric Kohl <ekohl@abo.rhein-zeitung.de>
9657 Added WNetRemoveCachedPassword() stub.
9659 * dlls/comctl32/updown.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
9662 * include/tooltips.h, dlls/comctl32/tooltips.c:
9663 Eric Kohl <ekohl@abo.rhein-zeitung.de>
9664 Started WM_NOTIFYFORMAT support.
9666 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
9667 Better ComboBoxEx placement.
9669 * loader/module.c: Dave Pickles <davep@nugate.demon.co.uk>
9670 Ensure that the command-line passed to the various *CreateProcess
9671 functions contains the path to the program being invoked.
9673 * windows/x11drv/wnd.c: Lars Heete <hel@admin.de>
9674 Prevent bad window X error.
9676 * windows/mdi.c, windows/sysmetrics.c:
9677 Abey George <abey@macadamian.com>
9678 The system menu icon on a MDI child window was corrupted when the
9679 child frame window is maximized within the main frame when the wine
9682 * controls/scroll.c, windows/defwnd.c:
9683 Slava Monich <Slava.Monich@netmanage.com>
9684 In case if scrollbar has the same background color as the window
9685 it belongs to, it needs to be filled with 0x55aa bitmap brush.
9687 * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
9688 Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).
9690 * debugger/memory.c: Juergen Lock <nox@jelal.kn-bremen.de>
9691 Fix (well kludge around) FreeBSD's `Invalid address' errors.
9693 * controls/edit.c: Chris Morgan <cmorgan@wpi.edu>
9694 James Abbatiello <abbeyj@wpi.edu>
9695 Draw a 3D border around edit controls when not in WIN31_LOOK.
9697 * controls/button.c: Chris Morgan <cmorgan@wpi.edu>
9698 James Abbatiello <abbeyj@wpi.edu>
9699 Only draw a black border around normal buttons when in WIN31_LOOK.
9701 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9702 Fixed alignment and position when looking for mmio chunks.
9704 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9705 No longer using global vars (shared data) for mm timers, but a
9706 specific structure for each attached process.
9707 Fixed alignment and position when looking for mmio chunks.
9708 Fixed WAVE mapper handling in waveGetCaps.
9710 * include/multimedia.h, multimedia/time.c:
9711 Eric Pouech <Eric.Pouech@wanadoo.fr>
9712 No longer using global vars (shared data) for mm timers, but a
9713 specific structure for each attached process.
9715 * documentation/distributors: Marcus Meissner <marcus@jet.franken.de>
9716 Wrote a small document on how to package WINE for distributors.
9718 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
9719 SetCursorPos() function was called with a window coordinates
9722 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9723 Fixed null ptr deref introduced in last patch.
9725 * if1632/ole2.spec, ole/ole2.c:
9726 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9727 Kind of implemented OleMetaFilePictFromIconAndLabel.
9729 * include/toolbar.h, dlls/comctl32/toolbar.c:
9730 Chris Morgan <cmorgan@wpi.edu>
9731 James Abbatiello <abbeyj@wpi.edu>
9732 Fixed various problems related to bitmaps and flat toolbars.
9734 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
9735 James Abbatiello <abbeyj@wpi.edu>
9736 Fixed problems with disappearing text.
9738 * dlls/comctl32/ipaddress.c: Chris Morgan <cmorgan@wpi.edu>
9739 James Abbatiello <abbeyj@wpi.edu>
9740 Complete rewrite of messaging code to implement/fix all input behaviors.
9743 * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
9744 Dave Pickles <davep@nugate.demon.co.uk>
9745 Added more batch functionality, including the CALL GOTO and SHIFT
9746 commands plus batch command arguments.
9748 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
9749 Updated to reflect current status.
9751 * loader/ne/module.c:
9752 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9753 NE_LoadFileModule: Free module when NE_LoadDLLs fails.
9755 * graphics/psdrv/ps.c, graphics/psdrv/text.c, include/psdrv.h:
9756 Thuy Nguyen <thuy@macadamian.com>
9757 Implemented the underline and strikeout text attributes for the Wine
9760 * windows/win.c: Pascal Lessard <pascal@macadamian.com>
9761 EnableWindow doesn't release the capture of a child window.
9763 * Makefile.in: James Juran <jrj120@psu.edu>
9764 Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
9767 * controls/menu.c: Noomen Hamza <noomen@macadamian.com>
9768 Remove the WM_LBUTTONUP message from the queue after selecting a mouse
9771 * server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/request.c, server/request.h, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/console.c, win32/device.c, include/server.h, include/thread.h, loader/dos/module.c, memory/virtual.c, misc/comm.c, misc/toolhelp.c, ole/parsedt.c, scheduler/client.c, scheduler/debugger.c, scheduler/event.c, scheduler/handle.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/thread.c, files/change.c, files/dos_fs.c, files/file.c:
9772 Further server optimizations:
9773 - merged request and reply structures
9774 - build requests directly into the buffer to avoid a copy
9776 Tue Jun 22 19:14:41 1999 Alexandre Julliard <julliard@winehq.com>
9778 * dlls/shell32/shell32_Ru.rc, graphics/x11drv/xfont.c, ole/nls/rus.nls, resources/sysres_Ru.rc, dlls/commdlg/cdlg_Ru.rc:
9779 Alexander Kanavin <ak@cave.hop.stu.neva.ru>
9780 Standard dialog boxes resources and OLE strings are now in cp1251 encoding
9781 Font mapper does not anymore use fonts in -koi8-r encoding
9782 Font mapper now recognises fonts in -windows-* encodings (these are
9783 provided by xfstt TrueType server)
9784 Font mapper now sees max 16384 fonts (was 2048)
9786 * relay32/builtin32.c:
9787 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9788 Share the HMODULE of built-in modules over all processes.
9789 Use the cached HMODULE to speed up relay debugging.
9790 Display the multi-instantiation warning only for 'dangerous' DLLs.
9792 * scheduler/process.c:
9793 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9794 Load USER32.DLL before calling UserSignalProc.
9796 * windows/timer.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9797 Use separate service for each windows timer.
9799 * if1632/compobj.spec, ole/compobj.c:
9800 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9801 Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
9803 * ole/typelib.c, dlls/comctl32/listview.c, dlls/comctl32/treeview.c:
9804 Eric Pouech <Eric.Pouech@wanadoo.fr>
9805 Thou shalt not use C++ comments.
9807 * include/driver.h, windows/driver.c:
9808 Eric Pouech <Eric.Pouech@wanadoo.fr>
9809 Moved to new trace interface.
9810 Fixed driver closing.
9812 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9813 Better handling of double quotes in MCI string commands.
9815 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9816 Fixed memory leak in mci structures.
9818 * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9819 Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().
9821 * graphics/x11drv/clipping.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9822 Added missing GDI heap unlock.
9823 Moved to new debug interface.
9825 * dlls/commdlg/filedlg.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9826 Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
9827 OFN_EXPLORER bits set.
9829 * dlls/comctl32/imagelist.c:
9830 Francois Boisvert <francois@macadamian.com>
9831 Modified ImageList_LoadImageA to check the case where cx is set to zero.
9833 * windows/x11drv/keyboard.c: Philippe Froidevaux <pf@spin.ch>
9834 Added Swiss french keyboard layout.
9836 * server/select.c: Dump server objects on SIGHUP.
9838 * server/file.c, server/handle.c, server/handle.h, server/main.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/request.c, server/request.h, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/console.c, include/server.h, include/server/Attic/request.h, include/thread.h, memory/virtual.c, misc/comm.c, scheduler/client.c, scheduler/debugger.c, scheduler/event.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/semaphore.c, scheduler/thread.c, server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, files/file.c:
9839 Made server communication faster by using a shared memory block.
9840 A few other optimizations in request processing in the server.
9841 Moved automatically generated request definitions to server.h and
9842 removed include/server/request.h.
9844 * windows/message.c, windows/queue.c, windows/win.c, windows/winproc.c, loader/main.c, loader/ne/segment.c, loader/task.c, miscemu/main.c, msdos/dpmi.c, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, tools/build.c, win32/kernel32.c, debugger/stack.c, dlls/ntdll/exception.c, if1632/relay.c, if1632/thunk.c, include/process.h, include/queue.h, include/stackframe.h, include/task.h, include/thread.h, include/winbase.h, include/winnt.h:
9845 Merged THDB and TEB structures.
9846 Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
9848 * programs/winhelp/.cvsignore, programs/clock/.cvsignore, programs/progman/.cvsignore:
9851 Sun Jun 20 15:09:32 1999 Alexandre Julliard <julliard@winehq.com>
9853 * memory/instr.c, miscemu/main.c, programs/clock/Wa.rc, programs/progman/Wa.rc, programs/winhelp/Wa.rc:
9854 Fixed Winelib compilation.
9856 Fri Jun 18 18:29:04 1999 Alexandre Julliard <julliard@winehq.com>
9858 * memory/Makefile.in, memory/instr.c, miscemu/Attic/instr.c, miscemu/Makefile.in:
9859 Include instruction emulation in Winelib.
9861 * include/wine/exception.h, win32/except.c: A few optimizations.
9863 * loader/dos/dosvm.c: Use exceptions instead of ctx_debug_call.
9865 * include/winbase.h, relay32/kernel32.spec, scheduler/syslevel.c, windows/x11drv/main.c:
9868 * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/info.c, debugger/registers.c, include/debugger.h, miscemu/main.c:
9869 Debugger is now called by exception handling.
9870 Added 'pass' command to pass exceptions to the app.
9872 * include/miscemu.h, include/sig_context.h, loader/signal.c, dlls/ntdll/exception.c, graphics/ddraw.c:
9873 Moved signal handling to exception.c, generate exceptions on signals.
9874 Added hook for debugger in exception handling (temporary).
9876 * programs/progman/Makefile.in, programs/progman/Wa.rc, programs/winhelp/Makefile.in, programs/winhelp/Wa.rc, resources/sysres_Wa.rc, ole/nls/wal.nls, programs/clock/Makefile.in, programs/clock/Wa.rc, programs/notepad/Makefile.in, programs/notepad/Wa.rc, dlls/commdlg/cdlg_Wa.rc, dlls/shell32/shell32_Wa.rc:
9877 Pablo Saratxaga <srtxg@ping.be>
9878 Walloon language update.
9880 * windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, include/winpos.h, include/winuser.h:
9881 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9882 - Do not call XConfigureWindow if SetWindowPos was called due to a
9883 received ConfigureNotify event (to avoid recursion).
9884 - Use XTranslateCoordinates in EVENT_GetGeometry instead of manually
9886 - Set XSizeHint.win_gravity to StaticGravity for managed windows.
9889 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9892 * loader/pe_image.c:
9893 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9894 Fix compiler warning.
9896 * documentation/Makefile.in, Makefile.in:
9897 Alexander V. Lukyanov <lav@long.yar.ru>
9898 Install wine.man from current directory.
9899 Remove wine.man on distclean, not on clean.
9901 ----------------------------------------------------------------
9902 Sun Jun 13 08:49:47 1999 Alexandre Julliard <julliard@winehq.com>
9904 * dlls/comctl32/listview.c, include/listview.h:
9905 Chris Morgan <cmorgan@wpi.edu>
9906 James Abbatiello <abbeyj@wpi.edu>
9907 Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
9909 * dlls/comctl32/status.c: Chris Morgan <cmorgan@wpi.edu>
9910 James Abbatiello <abbeyj@wpi.edu>
9911 Fixes a problem when using STATUSBAR_SetText() to toggle SBT_OWNERDRAW
9913 * dlls/comctl32/treeview.c: Chris Morgan <cmorgan@wpi.edu>
9914 James Abbatiello <abbeyj@wpi.edu>
9915 Adds some undocumented behavior to TREEVIEW_GetItemA().
9917 * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
9918 Fixed ambigous else/brace problem, moved "name" computation in
9919 CreateProcess _before_ outputting it in the FIXME_()s.
9921 * objects/region.c: Marcus Meissner <marcus@jet.franken.de>
9922 Do not reuse a passed CONST RECT * pointer.
9924 * windows/x11drv/mouse.c:
9925 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9926 Bugfix: DISPLAY_SetCursor should not use USER-internals, as it is also
9927 used with native USER ...
9929 * loader/pe_image.c, scheduler/process.c:
9930 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9931 Removed broken hack to support shared DLLs (e.g. USER32.DLL) and
9932 replaced it by a somewhat less broken hack :-/
9934 * multimedia/mci.c: Marcus Meissner <marcus@jet.franken.de>
9935 Fixed small memory corruption.
9937 Sat Jun 12 18:36:55 1999 Alexandre Julliard <julliard@winehq.com>
9940 Patrik Stridvall <ps@leissner.se>
9941 Mad the include files idempotent using a consistent macro naming
9944 * windows/painting.c: Noomen Hamza <noomen@macadamian.com>
9945 Avoid painting destroyed windows.
9947 * dlls/*.c, if1632/*.c, loader/*.c:
9948 Converted to the new debug interface, using script written by Patrik
9951 * if1632/builtin.c, loader/ne/module.c, loader/ne/segment.c, memory/atom.c, memory/string.c, objects/text.c, win32/thread.c, windows/property.c, windows/rect.c, windows/sysmetrics.c, dlls/advapi32/advapi.c, dlls/commdlg/filetitle.c, dlls/ntdll/nt.c, dlls/ntdll/sync.c:
9952 Patrik Stridvall <ps@leissner.se>
9953 Added missing/wrong includes.
9955 * windows/user.c, windows/x11drv/event.c, controls/icontitle.c, controls/menu.c, controls/widgets.c, debugger/dbg.y, debugger/dbgmain.c, loader/module.c, misc/spy.c, windows/message.c, windows/painting.c, windows/scroll.c:
9956 Patrik Stridvall <ps@leissner.se>
9957 Removed direct references to CLASS internals.
9959 * include/process.h, misc/version.c, scheduler/process.c:
9960 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9961 Rearrange winver detection code and cache the winver value we
9962 determined in the PDB to speed up.
9964 * windows/nonclient.c: Gerard Patel <g.patel@wanadoo.fr>
9965 Draws a border around windows with old win31 style (only ws_border) in
9968 * include/commctrl.h, include/prsht.h, include/wine/obj_dataobject.h, include/wtypes.h:
9969 Patrik Stridvall <ps@leissner.se>
9970 Added CINTERFACE and NONAMELESSUNION support.
9973 Patrik Stridvall <ps@leissner.se>
9974 Added extern "C" if __cplusplus is defined.
9976 * include/combo.h, controls/combo.c, controls/listbox.c:
9977 Francis Beaudet <francis@macadamian.com>
9978 Fixed a few behaviors of the combobox that were broken.
9980 * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/module.h, include/process.h, loader/module.c, scheduler/process.c:
9981 Guy Albertelli <galberte@neo.lrun.com>
9982 Add new "walk" command options to list processes and modref's.
9984 * graphics/x11drv/dib.c:
9985 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9986 X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32
9989 * dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, include/winuser.h, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c:
9990 Patrik Stridvall <ps@leissner.se>
9991 Changed xxx(VOID) to xxx(void).
9993 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9994 - simplified internal data
9995 - thread safe access to internal structures
9996 - fixed bug on ONE_SHOT timers
9997 - deferred service thread call until really needed (no longer on WINMM
9998 or MMSYSTEM attachement)
10000 * include/process.h, include/services.h, loader/main.c, scheduler/services.c, scheduler/thread.c:
10001 Eric Pouech <Eric.Pouech@wanadoo.fr>
10002 Made the service thread instanciable in every process.
10004 * Make.rules.in, Makefile.in, configure, configure.in:
10005 James Juran <jrj120@psu.edu>
10006 Use Autoconf to find path to ldconfig.
10008 * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
10009 Fixed a problem with the LoadTypeLib method.
10011 * misc/Makefile.in, misc/registry.c: Marcus Meissner <mm@jet.lst.de>
10012 Use @sysconfdir@ for the default registries in misc/registry.c too.
10014 * graphics/ddraw.c: Marcus Meissner <mm@jet.lst.de>
10015 Added generic pixel converter for 8->24.
10017 * windows/dialog.c: Pavel Roskin <pavel_roskin@geocities.com>
10018 DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values
10019 were expanded to WORD incorrectly.
10021 * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c:
10022 Ove Kaaven <ovek@arcticnet.no>
10023 Various DPMI fixes and preliminary DPMI raw mode switch handler.
10025 * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
10026 Fixed imprecision in the MDI tiling functionality.
10028 * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10029 Open files with more appropriate sharing mode.
10031 * objects/enhmetafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10032 Small fixes for EnhMetaFile playback.
10034 * dlls/comctl32/comctl32undoc.c: Ian Schmidt <irsman@iag.net>
10035 Fixed an error and an off-by-one bug in DSA_SetItem(). This
10036 eliminates some crashes with Win98 native SHELL32.
10038 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
10039 Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
10042 * windows/syscolor.c: Slava Monich <Slava.Monich@netmanage.com>
10043 dwDataSize needs to be reset before each RegQueryValueEx() call.
10045 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
10046 Don't ignore application-requested primary buffer flags.
10048 * tools/build.c: Ove Kaaven <ovek@arcticnet.no>
10049 Clear high word of %esp when returning from CallFrom16.
10051 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
10052 Implementation of EV_RXFLAG.
10054 * windows/winpos.c, windows/x11drv/event.c:
10055 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10056 Better implementation of [GS]etForegroundWindow.
10057 Fixed focus handling on inter-thread activation.
10058 Adapted FocusIn/Out event handling to per-queue focus.
10060 * loader/ne/module.c:
10061 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10062 Release Win16Lock during PROCESS_Create.
10064 * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
10065 ImageList_GetIcon bug fix.
10067 * win32/time.c: Rein Klazes <rklazes@casema.net>
10068 Corrected a problem in GetTimeZoneInformation() due a change to
10069 mktime() in glibc-2.1.1 when daylight saving time is in effect.
10071 * debugger/db_disasm.c: Patrik Stridvall <ps@leissner.se>
10072 Changed K&R C function definition to ANSI C.
10074 * graphics/psdrv/bitmap.c, include/psdrv.h:
10075 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10076 PSDRV_StretchDIBits should use logical co-ords.
10077 Some versions of ghostscript seem to eat one too many characters of
10078 image data. Add a '%' to the output file to work around this.
10080 * relay32/wnaspi32.spec:
10081 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10082 Fixed WNASPI32 ordinals.
10084 * include/winbase.h:
10085 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10086 Added the function definitions of GetStartupInfo*().
10088 * documentation/status/dde, misc/ddeml.c:
10089 Keith Matthews <keith_m@sweeney.demon.co.uk>
10090 1st cut implementation of DdeNameService (omits monitor callback)
10091 1st cut implementation of DdeKeepStringHandle (probably complete)
10092 DdeInitializeW - minor changes to initialise service names structure
10093 DdeGetLastError - start of proper last error retrieval
10094 DdeCreateStringHandle16 - added code for default codepage where not
10096 Various documentary/comment corrections.
10098 Fri Jun 11 18:33:46 1999 Alexandre Julliard <julliard@winehq.com>
10100 * include/process.h, memory/environ.c, scheduler/process.c:
10101 Use the normal environment routines to build the env db of the initial
10104 * include/server.h, server/console.c, server/object.h, server/process.c, server/process.h, server/trace.c, tools/make_requests, win32/console.c:
10105 Return console handles in alloc_console request.
10106 Fixed read_console_input parameters to conform to the reply structure
10109 Mon Jun 7 17:46:39 1999 Alexandre Julliard <julliard@winehq.com>
10111 * objects/bitmap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10112 Fixed CreateCompatibleBitmap when called with 0 width or height.
10114 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10115 Fixed mmioDescend when called with a parent chunk.
10117 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
10118 Trying to fix sigaltstack() problem reported by Debian users.
10119 SIGTRAP might be undefined (beos).
10121 * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
10122 Fixed TLB_Read (can easily get count!=bytesread at the end of the file).
10123 Fixed TLB_FindTlb (strstr on binary data will not work).
10125 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
10126 Fixed >> and * operator precedence problem.
10128 * windows/x11drv/mouse.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10129 Fixed order for entering critical sections (X11 vs. WndLock) when
10130 calling X11DRV_MOUSE_SetCursor.
10132 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10133 Consult ne.operating_system field for NE files in GetBinaryType().
10135 * server/process.c: Fixed initial process refcount.
10137 Sun Jun 6 17:28:21 1999 Alexandre Julliard <julliard@winehq.com>
10139 * documentation/status/directplay, loader/dos/Makefile.in, documentation/Makefile.in, documentation/cdrom-labels:
10140 Forced commit to get rid of the vendor branch
10142 * programs/cmdlgtst/.cvsignore: Added cmdlgr.h
10144 * programs/regapi/regapi.c:
10145 Avoid use of strncmpi (reported by Ron Cemer).
10147 * include/wine/winestring.h, multimedia/joystick.c, include/winbase.h, include/winuser.h:
10148 Moved inclusion of winestring.h to winebase.h.
10149 Added Winelib macros for lstrncmp functions.
10151 * controls/scroll.c: Ron Cemer <roncemer@gte.net>
10152 Fixes for several bugs in which portions of the scrollbar were not
10153 being redrawn correctly, the focus rectangle was not being correctly
10154 removed from the thumb before redrawing, etc.; added complete Win9x
10155 and WinNT look and feel support.
10157 * windows/sysmetrics.c: Ron Cemer <roncemer@gte.net>
10158 Fixes for Win9x and WinNT look and feel.
10160 * files/dos_fs.c: Chris Morgan <cmorgan@wpi.edu>
10161 James Abbatiello <abbeyj@wpi.edu>
10162 Fixed response of GetFullPathNameA when buffer==NULL.
10164 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10165 CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments.
10167 * configure.in, programs/Makefile.in, programs/wcmd/.cvsignore, programs/wcmd/ChangeLog, programs/wcmd/Makefile.in, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/makefile.bcc, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc, configure:
10168 Dave Pickles <davep@nugate.demon.co.uk>
10169 Added Wine command-line interpreter.
10171 * if1632/thunk.c, include/callback.h, misc/callback.c:
10172 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10173 Removed Callback.CallTaskRescheduleProc().
10175 * include/main.h, miscemu/main.c, tools/build.c:
10176 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10177 Switch stacks in CALL32_Init().
10179 * loader/task.c, scheduler/process.c, include/process.h, include/task.h:
10180 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10181 16-bit scheduler reorganized: run all tasks in their own thread.
10182 Process creation sequence adapted to new scheduler.
10184 * include/services.h, loader/main.c, scheduler/services.c:
10185 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10186 Removed SERVICE_Exit().
10188 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10189 Release WND lock before calling PostEvent16().
10191 * include/wnaspi32.h:
10192 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10195 * dlls/wnaspi32/winaspi32.c:
10196 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10197 ASPI_ExecScsiCmd: better return value and verbose error when no device
10200 * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
10201 Use SearchPath to test for existance of programs in lpCmdLine
10202 processing. For lpApplName do not append ".exe" and use
10203 DOSFS_GetFullName to locate the program. Move module find process
10204 after flag testing and provide quick exit if not found.
10206 * windows/dialog.c: Slava Monich <Slava.Monich@netmanage.com>
10207 Implemented dialog units -> pixels conversion very close to how it's
10208 actually done by Windows.
10210 Sat Jun 5 15:23:20 1999 Alexandre Julliard <julliard@winehq.com>
10212 * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c, include/commdlg.h, include/initguid.h, include/objbase.h, include/ole2.h, include/windef.h, include/wine/obj_dataobject.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_oleobj.h, include/winerror.h, include/wingdi.h, include/winuser.h, include/wtypes.h, ole/bindctx.c, ole/moniker.c:
10213 Paul Quinn <paulq@corel.ca>
10214 Some non-threatening fixes to some headers, as well as some casting
10215 changes that make winelib more win32 code compatible.
10217 * files/drive.c, include/winbase.h, relay32/kernel32.spec:
10218 <davep@nugate.demon.co.uk>
10219 Stub for SetVolumeLabel().
10221 * windows/message.c:
10222 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10223 Add back lost treatment of HWND_TOPMOST.
10225 * windows/x11drv/event.c:
10226 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10227 Try to improve ConfigureNotify event processing.
10229 * objects/pen.c: Joshua Thielen <thielen@netperson.net>
10230 Allow pens with styles greater than PS_INSIDEFRAME to be created with
10233 * relay32/oleaut32.spec, include/debugdefs.h, include/wine/obj_oleaut.h, ole/typelib.c, ole/typelib.h:
10234 Rein Klazes <rklazes@casema.net>
10235 Read/load type libraries. Implementation of ITypeLib, ITYpeInfo,
10236 ITypeLib2 and ITypeInfo2 methods.
10238 * ole/ole2disp.c: Rein Klazes <rklazes@casema.net>
10239 Allow NULL as argument to SysFreeString in accordance with SDK.
10241 * DEVELOPERS-HINTS: Klaas van Gend <klaas@vangend.demon.nl>
10242 - more up-to-date description of source tree
10243 - better example of required comments for an API implementation
10244 - replacement of WINE_PACKED by "pshpack1.h", etc.
10245 - naming conventions for non-api calls and types
10246 - location conventions for non-api header files and prototypes
10248 * relay32/mpr.spec, include/winnetwk.h, include/wnet.h, misc/network.c:
10249 Robert W Hall <bobh@n-cantrell.demon.co.uk>
10252 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10253 Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target.
10255 * windows/x11drv/event.c, windows/x11drv/wnd.c:
10256 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10257 Fixed potential memory corruption in EVENT_QueryZOrder.
10258 Fixed potential X synchronization problem in X11DRV_WND_SetHostAttr.
10260 * files/directory.c: Guy Albertelli <galberte@neo.lrun.com>
10261 Correct search order in SearchPath for Win 3.1/95/98. Still broken for NT.
10263 * windows/win.c: Slava Monich <Slava.Monich@netmanage.com>
10264 o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
10265 o if x is CW_USEDEFAULT (or CW_USEDEFAULT16) and y is *not*
10266 CW_USEDEFAULT (or CW_USEDEFAULT16) then use y as a second
10267 parameter to ShowWindow(). Some apps (CALC.EXE for Win98
10268 is one of them) use this undocumented feature to create
10269 hidden window with WS_VISIBLE style set.
10271 * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
10272 Ian Schmidt <irsman@iag.net>
10273 Added partial implementation for DPA_LoadStream and stub for
10274 DPA_SaveStream. Thanks to Eric Kohl (ekohl@abo.rhein-zeitung.de) for
10275 the partial implementation and parameter information.
10277 * debugger/stabs.c: Pavel Roskin <pavel_roskin@geocities.com>
10278 Make it possible to link Wine statically (at least on RedHat 6.0).
10280 * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10281 When looking into sys menu, check if items are present before
10284 * documentation/Attic/wine.man: Marcus Meissner <marcus@jet.franken.de>
10285 Autoconfigure the directories in the manpage.
10287 * include/message.h, include/ttydrv.h, include/x11drv.h, windows/event.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/init.c:
10288 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10289 Removed DummyMotionNotify EVENT driver routine.
10291 * configure, configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.man.in:
10292 Marcus Meissner <marcus@jet.franken.de>
10293 Autoconfigure the directories in the manpage.
10295 * files/file.c, include/winbase.h, relay32/kernel32.spec:
10296 James Juran <jrj120@psu.edu>
10297 Add stub for LockFileEx (KERNEL32.513).
10299 * documentation/status/internationalisation:
10300 Klaas van Gend <klaas@vangend.demon.nl>
10301 Current status of Wine on internationalisation.
10303 * controls/button.c: Rein Klazes <rklazes@casema.net>
10304 Do not process WM_LBUTTONUP message in ButtonWndProc()
10305 when the mouse is not captured.
10307 * graphics/psdrv/init.c, objects/dc.c:
10308 Noel Borthwick <noel@macadamian.com>
10309 From CreateCompatibleDC, pass the device name associated with the
10310 source DC in order to allow PSDRV_CreateDC to locate the printer info
10313 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10314 Added some digital video interface
10315 Fixed a few bugs (device names are no longer converted to upper case,
10316 added call back window, all structures moved to 32 bit...).
10318 * if1632/thunk.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10319 Workaroung gcc 2.7.2.x sig 11 issue.
10321 * include/multimedia.h, multimedia/mci.c, multimedia/mmsystem.c:
10322 Eric Pouech <Eric.Pouech@wanadoo.fr>
10323 Added (still incomplete) handling of MCI_BREAK command.
10325 * documentation/no-windows: James Juran <jrj120@psu.edu>
10326 Updated documentation/no-windows.
10328 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
10329 Speedup enhancement for the 8->16 and 8->32 copy loop hotspots,
10330 using a faster generic routine and some inline assembly for i386
10333 Fri Jun 4 19:49:54 1999 Alexandre Julliard <julliard@winehq.com>
10335 * server/handle.c, server/handle.h, server/process.c, server/process.h, server/thread.c:
10336 Made handle table a separate object.
10337 Global handle table is no longer bound to a process.
10338 Removed special handling of the initial process.
10340 * server/main.c, server/object.c, server/object.h:
10341 Added optional debugging code in object management.
10343 Sat May 29 14:27:27 1999 Alexandre Julliard <julliard@winehq.com>
10345 * scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, windows/queue.c, windows/winproc.c, include/thread.h, loader/task.c:
10346 Got rid of THREAD_InitDone.
10347 Made THREAD_Current() inline.
10348 Moved server tid into TEB.
10350 * windows/dialog.c: Luc Tourangeau <luc@macadamian.com>
10351 Reimplemented the CheckRadioButton function.
10353 * dlls/comctl32/tab.c: Chris Morgan <cmorgan@wpi.edu>
10354 James Abbatiello <abbeyj@wpi.edu>
10355 Fixed incorrect lookup of background color.
10357 * dlls/comctl32/commctrl.c, dlls/comctl32/status.c:
10358 Chris Morgan <cmorgan@wpi.edu>
10359 James Abbatiello <abbeyj@wpi.edu>
10360 Fixed problems when using multiple style flags together.
10362 * dlls/comctl32/tooltips.c: Chris Morgan <cmorgan@wpi.edu>
10363 James Abbatiello <abbeyj@wpi.edu>
10364 Fixed a problem when using string resources as tooltext.
10366 * windows/win.c: Francis Beaudet <francis@macadamian.com>
10367 Fixed a behavior of the focus when a parent window is disabled.
10369 * graphics/x11drv/graphics.c: Joshua Thielen <thielen@netperson.net>
10370 Fixed a bug which causes the PolyBezier to not be updated on redraw
10371 (when you want them to be).
10373 * windows/input.c: Gerard Patel <g.patel@wanadoo.fr>
10374 Remove unnecessary warning in TranslateAccelator.
10377 Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
10380 * dlls/commdlg/cdlg_xx.rc, dlls/ver/ver16.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, include/ver.h, include/winver.h, tools/wrc/wrctypes.h:
10381 Paul Quinn <paulq@corel.ca>
10382 ver.h is a legacy header. winver.h should be used instead.
10384 * dlls/tapi32/phone.c, misc/crtdll.c:
10385 Marcus Meissner <marcus@jet.franken.de>
10386 Fixed some warnings.
10388 * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
10389 Luc Tourangeau <luc@macadamian.com>
10390 - Reimplemented the scrolling using SetScrollInfo and GetScrollInfo.
10391 - Implemented LVM_FINDITEM message.
10392 - Added some new window styles.
10393 - Fixed some bugs and extended a number of existing functions.
10394 - Modified selection functions to support area selection (for group
10395 selection in LVS_ICON and LVS_SMALLICON).
10397 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
10398 Fixed a couple of missing event notifications. Some more debugging
10401 * windows/x11drv/keyboard.c: Rikhardur Egilsson <rikardur@sky.fr>
10402 Icelandic keyboard support.
10404 * graphics/ddraw_private.h, graphics/ddraw.c:
10405 Lionel Ulmer <ulmer@directprovider.net>
10406 - better debug output for surface creation
10407 - added (experimental) DIBSection implementation of GetDC / ReleaseDC
10409 * graphics/d3ddevices.c: Lionel Ulmer <ulmer@directprovider.net>
10412 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
10413 Support TPM_RETURNCMD in TrackPopupMenu.
10415 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
10416 Fix <return> key (somehow we get a control keystate).
10418 * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10419 Fixed compilation erros on non-Linux systems.
10421 * include/debugtools.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
10422 Added missing TRACE define when NO_DEBUG_MSGS was defined.
10424 * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
10425 Added missing WINAPI for SHValidateUNC.
10427 * documentation/languages: Klaas van Gend <klaas@vangend.demon.nl>
10428 Adapted to the new dll resource handling by Bertho Stultiens.
10430 Mon May 24 15:02:18 1999 Alexandre Julliard <julliard@winehq.com>
10432 * misc/shell.c: Release the Win16Lock before calling WinExec.
10434 * scheduler/thread.c, include/process.h, loader/ne/module.c, loader/task.c:
10435 Removed process argument to PROCESS_CallUserSignalProc.
10437 * scheduler/process.c:
10438 Moved remaining initialisations to the new process context.
10439 Shuffled things around a bit in PROCESS_Start to avoid deadlocks.
10440 Changed PROCESS_CallUserSignalProc to avoid accessing another process
10443 * include/server.h, server/process.c, server/trace.c, tools/make_requests:
10444 Added support for dumping variable-size data of server replies.
10445 Added cmd_line and cmd_show in new_process request.
10447 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
10448 fixed builtin mmsystem.dll init sequence
10450 * multimedia/Attic/init.c, multimedia/Makefile.in:
10451 Eric Pouech <Eric.Pouech@wanadoo.fr>
10452 removed obsoleted init.c source file
10454 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
10455 removed unnecessary MCI drivers entry point
10456 added undocumented mmsystem functions
10458 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10459 moved to new trace interface
10460 now calling time init function from mmsystem and/or winmm entry point
10462 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10463 included DLL init sequence (from obsoleted init.c)
10464 fixed builtin mmsystem.dll init sequence
10465 fixed PlaySound when used with an asynchronous audio driver
10466 fixed midiStream functions for Stop/Pause/Restart functions
10467 fixed error handling in waveOutOpen with QUERY_FORMAT flag
10469 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10470 included midi init sequence (from obsoleted init.c)
10471 moved to new trace interface
10472 simplified code with using new configuration constant (HAVE_OSS_MIDI)
10473 fixed erroneous warnings
10475 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10476 included mci init sequence (from obsoleted init.c)
10477 moved to new trace interface
10479 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10480 output: better internal thread interface (orthogonalization of states and events)
10481 output: removed use of DSP_IOCTL_GETOSPACE
10482 output: fixed latency in reset messages handling
10483 output: replaced some polling mechanisms with blocking ones
10484 output: fixed get/set volume functions
10486 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10487 moved to the new debug interface
10488 fixed bugs in pause/play/stop functions
10489 fixed signature of driver entry point
10491 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10492 moved to the new debug interface
10493 fixed bugs in pause/play functions
10494 fixed signature of driver entry point
10496 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10499 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10500 Remove extraneous winuser16.h.
10502 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10503 Changed printf into TRACE.
10505 * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10508 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10509 Check when backtracking the stack if frames are correct (readable).
10511 * windows/event.c, include/message.h, include/winsock.h, loader/main.c, loader/task.c, misc/winsock.c:
10512 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10513 Moved WINSOCK network IO event handling to special thread.
10514 Removed EVENT_WaitNetEvent, introduced a global scheduler event.
10516 * miscemu/main.c, scheduler/process.c:
10517 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10518 Wait until child initialized before returning from PROCESS_Create.
10520 * relay32/kernel32.spec, win32/kernel32.c:
10521 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10522 Use register functions with arguments for LogApiThk...
10524 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
10525 James Abbatiello <abbeyj@wpi.edu>
10526 Cleaned up LISTVIEW_KeyDown by using LISTVIEW_GetNextItem. Removed unused
10527 variable in LISTVIEW_GetNextItem.
10529 Sun May 23 20:02:05 1999 Alexandre Julliard <julliard@winehq.com>
10531 * include/dosexe.h, include/module.h, include/pe_image.h, include/process.h, include/thread.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, relay32/kernel32.spec, scheduler/process.c, scheduler/thread.c, win32/except.c, dlls/ntdll/exception.c:
10532 Use the new debug functions to send debug events at appropriate places.
10533 Pass the process creation flags to PROCESS_Create.
10535 * scheduler/Makefile.in, scheduler/client.c, scheduler/debugger.c, win32/newfns.c, win32/process.c, include/winbase.h, misc/lstr.c:
10536 Implemented the Win32 debug API functions.
10538 * include/server.h, include/server/request.h, server/Makefile.in, server/debugger.c, server/object.h, server/process.c, server/thread.c, server/thread.h, server/trace.c:
10539 Added debug events support.
10541 ----------------------------------------------------------------
10542 Sun May 23 10:25:26 1999 Alexandre Julliard <julliard@winehq.com>
10544 * memory/global.c, memory/heap.c, memory/ldt.c, memory/selector.c, memory/string.c, memory/virtual.c, objects/brush.c, objects/color.c, objects/dc.c, objects/dib.c, objects/enhmetafile.c, objects/gdiobj.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, scheduler/handle.c, scheduler/services.c, scheduler/synchro.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, win32/code_page.c, win32/console.c, win32/error.c, win32/file.c, win32/init.c, win32/process.c, win32/struct32.c, win32/thread.c, win32/time.c, dlls/ntdll/file.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, dlls/ntdll/time.c, memory/atom.c:
10545 Converted to the new debug interface, using script written by Patrik
10548 * scheduler/process.c:
10549 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10550 Bugfix: dwFlags must describe target process in UserSignalProc.
10552 * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
10553 Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98
10556 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
10557 James Abbatiello <abbeyj@wpi.edu>
10558 LISTVIEW_KeyDown: Invalidate the listview window only when the
10559 selected item changes.
10561 * if1632/kernel.spec, misc/wsprintf.c, relay32/kernel32.spec, win32/kernel32.c:
10562 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10563 Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF
10564 (KERNEL32.42), LogApiThkSL (KERNEL32.44), LogCBThkSL (KERNEL32.47),
10565 and SSConfirmSmallStack (KERNEL.704).
10567 * if1632/display.spec, windows/display.c:
10568 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10569 Fix typo (wrong DISPLAY.CheckCursor ordinal).
10570 Superfluous FIXME converted to TRACE in CheckCursor.
10572 * relay32/relay386.c:
10573 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10574 Bugfix: syslevel relay check was too strict.
10576 * server/mapping.c: Marcus Meissner <marcus@jet.franken.de>
10577 Do not use pagesize aligned size_low to grow mapped file, but original
10578 size_low. (fixes Heises Index Register)
10580 Sat May 22 19:22:26 1999 Alexandre Julliard <julliard@winehq.com>
10582 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
10583 - added some more debug output
10584 - corrected a slight bug in DGA DirectDraw creation
10586 * windows/win.c: Francis Beaudet <francis@macadamian.com>
10587 Fixed a major memory leak in the window management code.
10589 * windows/winpos.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10590 In SetWindowPos if changing Z order and child window not yet in its
10591 parent list, do not link it in WINPOS_ShowIconTitle, check for retval
10594 * graphics/x11drv/dib.c: Pavel Roskin <pavel_roskin@geocities.com>
10595 Disable passing device context to X11DRV_DIB_BuildColorMap when RGB
10598 * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10599 Don't freeze other thread while it may hold the X critical section.
10601 * include/display.h, loader/main.c, windows/display.c:
10602 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10603 Added UserRepaintDisable16().
10605 * windows/dinput.c, windows/message.c:
10606 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10607 Removed EVENT_WaitNetEvent() calls.
10609 * windows/input.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10610 Added IsUserIdle16().
10612 * include/ttydrv.h, windows/ttydrv/event.c, windows/ttydrv/init.c:
10613 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10614 Adapted to EVENT_ driver changes.
10616 * loader/task.c, scheduler/synchro.c:
10617 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10618 Adapted to event synchronization changes.
10620 * include/message.h, include/x11drv.h, windows/event.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c:
10621 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10622 Moved X input event handling out of EVENT_WaitNetEvent and into
10623 service thread callback; moved EVENT_WaitNetEvent out of the EVENT_
10624 driver. Changed winContext to hold HWND instead of WND *.
10626 * windows/winpos.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10627 Don't change Z-order of child windows when activating.
10629 * dlls/winspool/info.c, include/wine/wingdi16.h, include/winerror.h, include/winspool.h, relay32/winspool.spec:
10630 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10631 Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory
10632 Moved some 16bit GDI function declarations from winspool.h -> wingdi16.h
10634 * configure, configure.in, include/acconfig.h, include/config.h.in:
10635 Eric Pouech <Eric.Pouech@wanadoo.fr>
10636 Create a new configuration manifest constant HAVE_OSS_MIDI.
10638 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
10639 Fixed silly EINTR bug with starting dosmod.
10641 * graphics/ddraw.c: Kevin Holbrook <kwh@neosoft.com>
10642 Should compare to X11 constant "None" since a colormap is an X
10643 Resource ID and not a pointer.
10645 * controls/listbox.c: Paul Quinn <paulq@corel.ca>
10646 Stop a listbox bug that causes a div by zero when the item height
10647 is zero. Doesn't solve the root of the problem though.
10649 * dlls/shell32/shell32_Pt.rc:
10650 Andre Malafaya Baptista <Malafaya@milenio3.pt>
10651 About dialog translated to Portuguese.
10653 * if1632/thunk.c: James Juran <jrj120@psu.edu>
10654 task.h was included twice. Removing one fixed a sig11 in gcc-2.7.2.3.
10656 * objects/cursoricon.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10657 Check if dc has been created before using it.
10659 * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10660 Add a few more 32->16 Escape conversions.
10662 * relay32/relay386.c, if1632/relay.c:
10663 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10664 Check for syslevel violations while relay debugging.
10666 * if1632/kernel.spec, include/syslevel.h, include/thread.h, scheduler/syslevel.c, windows/win.c:
10667 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10668 Improved syslevel handling, store currently held syslevels in thread
10669 database, WIN_CritSection converted to syslevel.
10671 * include/windows.h: Joshua Thielen <thielen@netperson.net>
10672 Added mmsystem.h include.
10674 * loader/main.c, loader/task.c, scheduler/process.c, windows/user.c, if1632/kernel.spec, include/user.h, include/wine/winbase16.h:
10675 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10676 Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and
10677 MapProcessHandle; stub for BUNNY_351.
10679 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10680 Handle proc == NULL in THUNK_SetDCHook correctly.
10683 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10684 Added support for the undocumented combination
10685 GetPrivateProfileStringA(section == NULL, entry == NULL, ...
10687 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
10688 James Abbatiello <abbeyj@wpi.edu>
10689 Cleaner null pointer check in HEADER_InsertItemA and HEADER_InsertItemW.
10691 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
10692 James Abbatiello <abbeyj@wpi.edu>
10693 Implemented GetNextItem for the Listview control.
10695 * scheduler/services.c: Ove Kaaven <ovek@arcticnet.no>
10696 Expire timers on expiry time too, not just after.
10698 * include/wine/obj_base.h, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, multimedia/dplay.c, multimedia/dsound.c, ole/antimoniker.c, ole/bindctx.c, ole/compositemoniker.c, ole/datacache.c, ole/defaulthandler.c, ole/filemoniker.c, ole/hglobalstream.c, ole/ifs.c, ole/itemmoniker.c, ole/memlockbytes.c, ole/moniker.c, ole/olefont.c, ole/oleobj.c, ole/stg_stream.c, ole/storage32.c, windows/dinput.c, dlls/avifil32/avifile.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/regstream.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/d3ddevices.c:
10699 Paul Quinn <paulq@corel.ca>
10700 Microsoft com vtable compatibility workaround for g++. Basically adds
10701 an optional 8 bytes padding to COM objects where the RTTI would be.
10703 * include/sysmetrics.h, misc/shell.c, objects/bitmap.c, objects/cursoricon.c, windows/dce.c, windows/defwnd.c, windows/dialog.c, windows/dinput.c, windows/input.c, windows/mdi.c, windows/message.c, windows/nonclient.c, windows/scroll.c, windows/sysmetrics.c, windows/win.c, windows/winpos.c, controls/button.c, controls/combo.c, controls/icontitle.c, controls/menu.c, controls/scroll.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/iconcache.c:
10704 Marcus Meissner <marcus@jet.franken.de>
10705 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
10706 GetSystemMetrics(SM_xx), removed no longer needed includes of
10709 * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
10710 Added INT_Int16AddChar.
10712 * loader/resource.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
10713 Bugfix: Prevent null-pointer dereference in TRACE argument list in
10716 * loader/elfdll.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
10717 Fixed wrong NE module registration so that resources work.
10719 * if1632/thunk.c, tools/build.c, win32/kernel32.c:
10720 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10721 Set %ebx to point to real 16-bit stack in CBClientThunkSL.
10722 Pass %esi back-and-forth in CBClientThunkSL(Ex).
10723 Copy modified buffers back after return from FT_Thunk.
10724 Fix broken recognition of LS thunklets.
10726 * dlls/comctl32/comctl32undoc.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/updown.c:
10727 Marcus Meissner <marcus@jet.franken.de>
10728 Removed use of win.h, sysmetrics.h and associated WINE USER internal
10729 variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
10731 * dlls/comctl32/Attic/propsheet.h, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h:
10732 Eric Kohl <ekohl@abo.rhein-zeitung.de>
10733 Toolbar customization dialog (take one).
10735 * windows/win.c: Francis Beaudet <francis@macadamian.com>
10736 Fixed GetTopWindow so it will correctly handle the NULL parameter.
10738 * include/process.h, loader/module.c:
10739 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10740 Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
10741 Fix DLL_PROCESS_DETACH call sequence bugs resulting from nested
10744 * if1632/mmsystem.spec, multimedia/mmsystem.c:
10745 Marcus Meissner <marcus@jet.franken.de>
10746 Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed mixGetDevCaps16.
10748 * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/int21.c:
10749 Ove Kaaven <ovek@arcticnet.no>
10750 Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
10751 on the correct address space. Added DOSMEM_MovePointers() that
10752 relocates selectors when the DOS address space changes (i.e. when
10753 dosmod is spawned, particularly from Win16 apps that uses DPMI to
10754 execute real-mode code). More complete DOS device implementation.
10756 * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c:
10757 Ove Kaaven <ovek@arcticnet.no>
10758 Added MZ_Current() (returns current LPDOSTASK) and DOSVM_Wait()
10759 (DOSVM idle message loop), and fields hConInput and hConOutput.
10761 * objects/bitmap.c: Pascal Lessard <pascal@macadamian.com>
10762 Add some null checking in the Get/SetBitmapBits functions.
10764 * misc/crtdll.c, relay32/crtdll.spec:
10765 Marcus Meissner <marcus@jet.franken.de>
10766 Added init function for CRTDLL, allocate stdio/stderr/stdout on
10767 DLL_PROCESS_ATTACH, increase buffer for vfprintf() (Win95 arp.exe
10770 * debugger/memory.c: Marcus Meissner <marcus@jet.franken.de>
10771 Added support for FreeBSD 3.0 to DEBUG_checkmap_bad().
10773 * misc/winsock.c: James Juran <jrj120@psu.edu>
10774 Print a more effective (and visible) error message when an application
10775 can't create a socket with type == SOCK_RAW.
10777 * include/mmreg.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
10778 Some more defines for multimedia.
10780 * msdos/vxd.c, win32/device.c:
10781 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
10782 Some stubs for pccard vxd to debug the native shell32.
10784 * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
10785 Use service thread for "true" multimedia timers.
10786 Removed implementation of fake multimedia timers.
10787 Set minimum resolution to 10 ms (the timing resolution of the Linux
10788 kernel). Fixed a couple of flaws.
10790 * misc/spy.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
10791 Implemented printing out of some structures.
10793 Thu May 20 16:40:23 1999 Alexandre Julliard <julliard@winehq.com>
10795 * server/select.c, server/socket.c:
10796 Set only the client socket in non-blocking mode instead of all fds;
10797 should avoid problems with stdio handles.
10799 Mon May 17 16:20:53 1999 Alexandre Julliard <julliard@winehq.com>
10801 * include/debugdefs.h, include/gdi.h, include/psdrv.h, include/ttydrv.h, include/wine/wingdi16.h, include/wingdi.h, include/winspool.h, misc/Attic/spooler.c, misc/Makefile.in, misc/printdrv.c, objects/dc.c, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in, dlls/winspool/info.c, graphics/driver.c, graphics/enhmetafiledrv/init.c, graphics/env.c, graphics/escape.c, graphics/metafiledrv/init.c, graphics/psdrv/driver.c, graphics/psdrv/init.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c, Makefile.in, configure, configure.in:
10802 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10803 Implement DocumentProperties, DeviceCapabilities, beginnings of
10804 Open/Get/ClosePrinter. Additions to PSDRV_DeviceCapabilities.
10805 Split off WINSPOOL into its own directory.
10806 Several functions added to DC_Funcs.
10807 Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
10809 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
10810 glide2x loadorder is "so,native".
10812 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
10813 Improved shortcuts - follows jumps in trying to avoid switching to
10814 real mode unnecessarily.
10816 * documentation/no-windows: Ove Kaaven <ovek@arcticnet.no>
10817 Updated and improved instructions.
10819 * debugger/expr.c: Ove Kaaven <ovek@arcticnet.no>
10820 Made "Wine-dbg>set *seg:off = val" work (previously only
10821 "Wine-dbg>set *off = val" worked).
10823 * multimedia/mcimidi.c, multimedia/mciwave.c:
10824 Jukka Kangas <jtkangas@nic.fi>
10825 When opening the file we don't need MMIO_EXCLUSIVE
10826 rights. MMIO_DENYWRITE should be sufficient.
10828 * dlls/shell32/shellpath.c:
10829 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
10830 Prevent crash in stub of SheGetDirW.
10832 * dlls/shell32/shlmenu.c:
10833 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
10834 Further implementation of the FileMenu.
10836 * windows/mdi.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
10837 Set the default menu item of the window menu
10839 * wine.ini: James Juran <jrj120@psu.edu>
10840 Changed serial ports in wine.ini to /dev/ttySX from /dev/cuaX in
10841 accordance with Linux 2.2 Changes file.
10843 * if1632/kernel.spec, loader/module.c:
10844 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10845 Release Win16Lock when calling LoadLibrary32 from 16-bit code.
10847 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10848 Fixed THUNK_SetDCHook when using native USER.
10850 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10851 Bugfix: FT_PrologPrime was broken due to relay changes.
10853 * misc/network.c, relay32/mpr.spec:
10854 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10857 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10858 Suspend window locks before calling hook procedure.
10860 * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10861 Fixed window refcount handling in GetNextDlgGroupItem.
10863 * controls/button.c:
10864 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10865 Removed superfluous WIN_ReleaseWndPtr.
10867 * graphics/ddraw.c: Marcus Meissner <marcus@mud.de>
10868 Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not
10869 previous one. (reported by Ove)
10871 Sun May 16 17:11:58 1999 Alexandre Julliard <julliard@winehq.com>
10873 * include/winbase.h, include/winnt.h:
10874 Added a few missing debug event definitions.
10876 * server/console.c, server/file.c, server/pipe.c, server/thread.c, server/thread.h:
10877 Adapted to new select interface.
10878 Fixed bug in *_signaled routines that could cause busy-waiting in the
10881 * server/object.c, server/object.h, server/request.c, server/select.c, server/socket.c:
10882 Changed select interface, separated timeouts from file descriptors.
10884 * server/handle.c, server/handle.h, server/process.c, server/process.h:
10885 Moved process structure definition to process.h.
10886 Added suspend/resume_process.
10887 Moved handle table back into the process structure.
10889 * scheduler/client.c, server/trace.c, include/server.h:
10890 Added TEB in init_thread request.
10892 Sat May 15 10:52:56 1999 Alexandre Julliard <julliard@winehq.com>
10895 Tried to add an error message when crashing on a selector load because
10896 of missing LDT sharing between threads (untested).
10898 * scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/Makefile.in, server/change.c, server/console.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/handle.h, server/main.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/process.h, server/request.c, server/select.c, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, include/server.h, include/server/Attic/object.h, include/server/Attic/process.h, include/server/Attic/thread.h, include/server/request.h, memory/virtual.c:
10899 Server reorganization:
10900 - moved request handlers to the specific C files
10901 - moved handle management to handle.c
10902 - moved server private includes to server/ instead of include/server/
10904 * Make.rules.in: Get include files from the current directory first.
10906 Fri May 14 18:39:37 1999 Alexandre Julliard <julliard@winehq.com>
10908 * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/shell32_main.c, graphics/psdrv/driver.c, include/win.h, windows/msgbox.c, windows/queue.c, windows/win.c:
10909 Marcus Meissner <marcus@jet.franken.de>
10910 Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
10911 removed unnecessary win.h includes, added syslevel.h to queue.c.
10913 * controls/combo.c: Francois Boisvert <francois@macadamian.com>
10914 Changed CBGetDroppedControlRect to be compliant with Windows API.
10916 * include/wine/exception.h, win32/except.c:
10917 Fixed a few bugs, and improved the exception macros (based on
10918 suggestions by Sergei Turchanov).
10920 * dlls/ver/ver16.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, ipc/dde_atom.c, ipc/dde_atom_test.c, ipc/shm_block.c, ipc/shm_fragment.c, ipc/shm_fragment_test.c, ipc/shm_main_blk.c, ipc/shm_semaph.c, ipc/shm_semaph_test.c, ipc/wine_test_stub.c, relay32/snoop.c, relay32/utthunk.c, dlls/advapi32/advapi.c, dlls/advapi32/crypt.c, dlls/advapi32/eventlog.c, dlls/advapi32/service.c, dlls/imagehlp/access.c, dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp_main.c, dlls/imagehlp/integrity.c, dlls/imagehlp/internal.c, dlls/imagehlp/modify.c, dlls/imagehlp/symbol.c, dlls/msacm/msacm_main.c, dlls/msacm32/builtin.c, dlls/msacm32/driver.c, dlls/msacm32/filter.c, dlls/msacm32/format.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/psapi/psapi_main.c, dlls/rasapi32/rasapi.c, dlls/tapi32/assisted.c, dlls/tapi32/phone.c, console/generic.c, console/ncurses.c, console/xterm.c, controls/combo.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, controls/uitools.c:
10921 Converted to the new debug interface, using script written by Patrik
10924 * tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c:
10925 Converted to the new debug interface.
10927 * windows/painting.c:
10928 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10929 Fixed invalid window refcount handling in RDW_Paint().
10931 * windows/message.c: Noel Borthwick <noel@macadamian.com>
10932 Fix a deadlock with the system message queue by ensuring the system message
10933 queue is unlocked while the actual message is being processed.
10935 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
10936 Check if in depth-conversion mode before returning an error message
10937 in IDirectDrawPaletteImpl_GetEntries.
10939 Thu May 13 18:53:05 1999 Alexandre Julliard <julliard@winehq.com>
10941 * documentation/status/direct3D, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, include/wine_gl.h:
10942 Lionel Ulmer <ulmer@directprovider.net>
10943 Replaced all the Mesa specific code by GLX code. Should work now on
10944 any OpenGL implementation.
10946 * windows/x11drv/keyboard.c: <TTarrant@Etnoteam.It>
10947 Added Italian keyboard support.
10949 * graphics/enhmetafiledrv/graphics.c:
10950 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10951 Fixed a couple of memcpy errors.
10953 * graphics/psdrv/driver.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10954 Small fix to help native win95 PrintDlg on the way.
10956 * dlls/winaspi/winaspi16.c, if1632/winaspi.spec, include/aspi.h:
10957 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10958 Implemented InsertInASPIChain and fixed minor things.
10960 * windows/x11drv/mouse.c:
10961 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
10962 Fixed quite ill window locking code.
10964 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
10965 Fixed an infinite loop in ChildWindowFromPointEx.
10968 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
10969 - prevent crash when GetMenuDefaultItem is called on empty menu
10970 - set default item on system menu
10972 * loader/ne/module.c, memory/selector.c, relay32/ntdll.spec, win32/kernel32.c, win32/ordinals.c, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, include/stackframe.h:
10973 Adapted for new register functions support (ESP_reg in register
10974 functions now points after the arguments).
10976 * relay32/builtin32.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, tools/build.c:
10977 Win32 register functions can now have arguments.
10978 Simplified relay debugging for register functions.
10980 * relay32/kernel32.spec, win32/device.c:
10981 VxDCall functions do not need to be 'register'.
10983 Wed May 12 16:10:53 1999 Alexandre Julliard <julliard@winehq.com>
10985 * relay32/builtin32.c: Fixed bug I introduced in relay debugging.
10987 * dlls/ntdll/exception.c, if1632/thunk.c, include/Attic/except.h, include/wine/exception.h, win32/except.c:
10988 Added macros and definitions for using exception inside Wine or
10991 * include/Attic/except.h, include/ntddk.h, include/winnt.h, misc/crtdll.c, win32/init.c:
10992 Moved some exception definitions to winnt.h and ntddk.h.
10994 * msdos/devices.c: Marcus Meissner <marcus@jet.franken.de>
10995 Added missing WINAPI for the callback procs.
10997 * include/sig_context.h: Added ERROR_sig.
10999 * ole/stg_bigblockfile.c: Francis Beaudet <francis@macadamian.com>
11002 * misc/winsock.c, include/winsock.h:
11003 Marcus Meissner <marcus@jet.franken.de>
11004 WSOCK32/WINSOCK uses SetLastError() to keep its own WSALastErrors,
11005 replaced all pwsi->err references.
11007 * loader/pe_image.c: Changed some error handling a bit.
11009 * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
11010 Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
11012 * relay32/kernel32.spec, relay32/ntdll.spec:
11013 Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
11016 * relay32/builtin32.c, tools/build-spec.txt, tools/build.c, include/builtin32.h:
11017 Added import declaration for Win32 built-ins.
11019 Mon May 10 14:44:48 1999 Alexandre Julliard <julliard@winehq.com>
11021 * tools/build-spec.txt, tools/build.c, include/builtin32.h, relay32/builtin32.c:
11022 Added support for forwarded ordinals in built-in dlls.
11024 Sun May 9 16:15:28 1999 Alexandre Julliard <julliard@winehq.com>
11027 Fixed request size for alloc_console and free_console.
11029 * relay32/kernel32.spec, relay32/ntdll.spec, win32/except.c, dlls/ntdll/Makefile.in, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, include/Attic/except.h, include/debugdefs.h, include/ntddk.h, include/thread.h, include/winbase.h, include/winnt.h:
11030 Improved exception handling.
11031 Based on the work of Sergey Turchanov <turchanov@usa.net>.
11034 Use OpenFile() to test for file existence, so that the path gets
11037 * server/select.c: Ove Kaaven <ovek@arcticnet.no>
11038 Restart interrupted select() (happens with -pg).
11040 * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
11041 Fixed off-by-one bug in memory access check.
11043 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
11044 More debug output for RegQueryInfoKey.
11046 * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
11047 Fixed a couple of bugs (silent backtrace not totally silent, crashes
11048 when the stack is corrupted or similar).
11050 ----------------------------------------------------------------
11051 Sat May 8 18:39:05 1999 Alexandre Julliard <julliard@winehq.com>
11053 * tools/wineconf.libs/autoconf.eng, tools/wineconf.libs/autoconf.tcl, tools/wineconf.libs/browsers.eng, tools/wineconf.libs/dirbrowser.tcl, tools/wineconf.libs/general.eng, tools/wineconf.libs/getfilename.tcl, tools/wineconf.libs/message.tcl, tools/wineconf.libs/message2.tcl, tools/wineconf.libs/saveRC.tcl, tools/wineconf.libs/wine-half.gif, tools/wineconf.libs/wineconf.eng, tools/wineconf.libs/wineconf.tcl, tools/wineconf.libs/wineconf1.tcl, tools/wineconf.tcl:
11054 Jean-Louis Thirot <thirot@univ-brest.fr>
11055 Added graphical configuration tool wineconf.tcl.
11057 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
11058 Ignore ESC[%dc reports generated by 8bit control codes.
11059 Open console even if we already have one in the process.
11061 * files/profile.c: Marcus Meissner <marcus@jet.franken.de>
11062 Fixed off by 1 error in section code (did not return len-2 on buffer
11063 overflow in some cases, but len-1).
11065 * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
11068 * graphics/x11drv/palette.c: Pavel Roskin <pavel_roskin@geocities.com>
11069 Fixed palette handling for true/high-color X11.
11071 * loader/ne/module.c:
11072 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11073 Fixed extension handling in LoadLibrary16.
11075 * windows/dce.c, windows/painting.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, include/win.h, objects/region.c:
11076 Alex Korobka <alex@aikea.ams.sunysb.edu>
11077 Rearranged PAINT_RedrawWindow() so that it first recursively updates
11078 invalid regions and only then starts sending out messages. This should
11079 help with reentrancy during message processing and now it needs just
11080 one (or none) scratch region for all there is to do. Also, small fixes
11081 for SetWindowPos().
11083 * configure, configure.in: Added check for missing __i386__ definition.
11085 * include/config.h.in, scheduler/client.c, server/socket.c, server/trace.c, configure, configure.in, tools/wrc/parser.y, ole/datacache.c, ole/defaulthandler.c, ole/hglobalstream.c, ole/memlockbytes.c, scheduler/sysdeps.c, tools/build.c, misc/wsprintf.c, miscemu/instr.c, msdos/ioports.c, if1632/snoop.c, include/server.h, include/stackframe.h, ipc/bit_array.c, controls/edit.c, controls/menu.c, debugger/dbg.y, graphics/x11drv/xfont.c:
11086 Patrik Stridvall <ps@leissner.se>
11089 * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
11090 Pass PROPSHEETPAGE to propertypage dialog as lParam.
11092 * misc/winsock.c, multimedia/dsound.c, objects/brush.c, objects/enhmetafile.c, ipc/dde_atom.c, ipc/generic_hash.c, ipc/shm_block.c, ipc/shm_main_blk.c, ipc/shm_semaph.c, loader/dos/dosmod.c, loader/signal.c, memory/ldt.c, graphics/psdrv/init.c, include/dplay.h, include/dplobby.h, include/heap.h, include/metafile.h, include/mmsystem.h, include/psdrv.h, include/shellapi.h, include/sig_context.h, include/winsock.h, dlls/ntdll/time.c, dlls/shell32/folders.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/ddraw.c, graphics/ddraw_private.h, graphics/dispdib.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/treeview.c, dlls/commdlg/fontdlg.c, debugger/msc.c, dlls/comctl32/comboex.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/listview.c:
11093 Patrik Stridvall <ps@leissner.se>
11096 * windows/caret.c, include/wine/wingdi16.h, include/wine/winuser16.h, misc/printdrv.c, objects/font.c, objects/linedda.c, objects/region.c, graphics/win16drv/font.c, include/gdi.h, include/windef.h, include/wingdi.h, include/winuser.h, graphics/psdrv/font.c:
11097 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11098 Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs
11099 to bring wingdi.h almost upto a complete NT4.0 interface.
11100 Fix return value of SetRectRgn().
11102 * windows/display.c, windows/focus.c, windows/nonclient.c, windows/ttydrv/mouse.c, windows/win.c, windows/winpos.c, include/ttydrv.h, include/winpos.h:
11103 Michael Veksler <mveksler@techunix.technion.ac.il>
11104 Removed #include "wine/winuser16.h" and use "struct tag????" instead.
11106 * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
11107 Improved Wine debugger backtrace. New features:
11108 - Displays ebp, in case you want to check stackframes manually
11109 - Detects far calls even when windows apps don't mark them
11110 - Tracks CallFrom16/CallTo16 relaying (thunking)
11112 * loader/elfdll.c: Ulrich Czekalla <ulrichc@corel.ca>
11113 Bugfix: get_sobasename was off by one pointer increment.
11115 * multimedia/init.c: Kevin Holbrook <kwh@neosoft.com>
11116 Fixed implicit type warning.
11118 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
11119 Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
11121 * ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c:
11122 Francis Beaudet <francis@macadamian.com>
11123 Second part of the OLE datacache implementation.
11125 * msdos/Makefile.in, msdos/devices.c, msdos/dosmem.c, msdos/int21.c, include/dosexe.h, include/miscemu.h, include/msdos.h:
11126 Ove Kaaven <ovek@arcticnet.no>
11127 Moved DOS List of Lists initialization, and added the beginnings of
11128 the DOS device structures.
11130 * programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
11131 Noomen Hamza <noomen@macadamian.com>
11134 * ole/hglobalstream.c, relay32/ole32.spec:
11135 Thuy Nguyen <thuy@macadamian.com>
11136 Implemented GetHGlobalFromStream.
11138 * include/thread.h, scheduler/thread.c:
11139 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11140 Call THREAD_FreeTHDB as service thread callback.
11142 * include/message.h, loader/task.c, windows/timer.c:
11143 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11144 Removed TIMER_SwitchQueue.
11146 * debugger/memory.c:
11147 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11148 Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80
11151 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
11152 Stop winelib programs on fault instead of endless faultlooping.
11154 * Makefile.in: James Juran <jrj120@psu.edu>
11155 Run ldconfig in make install if using --enable-dll.
11156 Cleaned up uninstall_lib as well.
11158 * ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec, ole/stg_bigblockfile.c, include/wine/obj_storage.h, ole/memlockbytes.c:
11159 Thuy Nguyen <thuy@macadamian.com>
11160 Implementation of IStorage supported by an implementation of
11161 ILockBytes on top of an HGLOBAL.
11163 * files/profile.c, relay32/kernel32.spec:
11164 Marcus Meissner <marcus@jet.franken.de>
11165 Return the correct value from GetPrivateProfileSectionA.
11166 Copy/convert back the buffer in GetPrivateProfileSectionW.
11167 Replace some output pointers str/wstr->ptr in kernel32.spec.
11169 * loader/task.c, scheduler/process.c:
11170 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11171 Some initialization sequence bugfixes:
11172 - Initialize process crst for 16-bit processes.
11173 - Don't crash due to uninitialized stack frames in WineLib.
11174 - Map system DLLs before calling UserSignalProc.
11175 - Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
11177 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11178 Call Callout routines directly when using builtin USER.
11180 * loader/pe_image.c:
11181 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11182 Bugfix: all PE modules were marked 'internal'.
11184 * include/dce.h, objects/dc.c, windows/dce.c:
11185 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11186 Check for busy DCE moved to DCHook16().
11188 * include/win.h, loader/main.c, windows/win.c:
11189 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11190 Initialize WIN_CritSection earlier.
11192 * dlls/comctl32/trackbar.c, include/trackbar.h:
11193 Luc Tourangeau <luc@macadamian.com>
11194 Removed the timer that was used to queue TRACKBAR_Refresh calls.
11195 Removed all direct calls to TRACKBAR_Refresh (except from within the
11196 WM_PAINT handling section) and replaced them by calls to
11198 Fixed a bug in the TRACKBAR_SetPos function.
11199 Fixed the behavior for different types of mouse input.
11201 * dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
11202 Implemented toolbar multirow button layout.
11204 * dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
11205 Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
11207 * ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
11208 Implemented OleTranslateColor.
11210 * include/winuser.h, windows/input.c:
11211 Francis Beaudet <francis@macadamian.com>
11212 Changed the return value of GetKeyboardState and SetKeyboardState from
11215 * controls/listbox.c: Francois Boisvert <francois@macadamian.com>
11216 Prevented LISTBOX_RepaintItem from repainting a non visible item.
11218 * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11221 * windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11222 Bugfix for TRACE in UnregisterClass.
11224 Wed May 5 13:20:50 1999 Alexandre Julliard <julliard@winehq.com>
11226 * include/Attic/propsheet.h: No longer necessary.
11228 Tue May 4 16:55:23 1999 Alexandre Julliard <julliard@winehq.com>
11230 * objects/dc.c, windows/dce.c, include/dce.h:
11231 Francis Beaudet <francis@macadamian.com>
11232 Check if DC is busy before deleting it.
11235 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11236 GetMailslotInfo is supposed to check for pointer validity.
11238 * server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11239 Possible crash in select_loop() fixed.
11241 * include/services.h, loader/task.c, scheduler/services.c:
11242 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11243 Fixed various stupid bugs in services thread routines.
11244 Added SERVICE_Exit routine to kill the services thread.
11246 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11247 Inverted class/channel in __(SET|GET)_DEBUGGING macros.
11249 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11250 Correct implementation of GetWindowThreadProcessId().
11252 * if1632/mmsystem.spec, multimedia/mmsystem.c:
11253 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11254 Added PlaySound16, sndPlaySound16.
11256 * if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
11257 Fixes winproc deadlock for win16.
11259 Mon May 3 09:44:57 1999 Alexandre Julliard <julliard@winehq.com>
11261 * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11262 Fixed some deadlock(s) in message sending.
11264 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11265 cleaned up debug channels to use default one (mmsys)
11266 more conversions from mixerXXXW and mixerXXXX16 to mixerXXXXA
11267 fixed callback bug in midiStream functions
11268 fixed compilation bug with egcs
11269 changed to the new debug channel interface
11271 * multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11272 small range fixes for OSS driver
11273 changed to the new debug channel interface
11275 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11276 first (working) shot at OSS mixer low level interface
11277 changed to the new debug channel interface
11279 * misc/network.c, relay32/mpr.spec:
11280 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11281 Fixed off-by-one ordinals in MPR.
11282 Added MPR_Alloc/ReAlloc/Free (MPR.22-24).
11284 * loader/module.c, if1632/relay.c:
11285 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11286 Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
11288 * loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11289 Load system DLLs into WineLib applications.
11291 * graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11292 Small update to the PostScript encoding vector.
11294 * loader/module.c, loader/task.c: Bug fixes.
11296 Sun May 2 19:10:57 1999 Alexandre Julliard <julliard@winehq.com>
11298 * scheduler/process.c:
11299 Moved a few more initialisations to the new process context.
11301 * loader/task.c: Don't initialise the stacks for 32-bit processes.
11303 * miscemu/main.c: Only check number of tasks after first message.
11304 Use a 16-bit module for creating the initial task.
11306 * include/authors.h, AUTHORS:
11307 Updated authors list from the Changelog. Please let me know if you
11308 have been left out.
11310 * loader/task.c, scheduler/process.c:
11311 Converted to the new debugging interface (done with the help of the
11312 script written by Patrik Stridvall).
11313 Some changes to the initialisation sequence for 32-bit processes.
11316 Converted to the new debugging interface (done with the help of the
11317 script written by Patrik Stridvall).
11319 * tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
11320 Misc fixes and improvements.
11322 * include/config.h.in, configure, configure.in:
11323 Added check for -lmmap for OS/2.
11325 * include/debugdefs.h, ole/hglobalstream.c, ole/stg_stream.c, ole/storage32.c:
11326 Francis Beaudet <francis@macadamian.com>
11327 Fixed a few bugs in the OLE storage implementation, added a new set of
11328 trace statements for the OLE storage related methods and introduced a
11329 new debug channel for the storage subsystem.
11331 * multimedia/time.c, objects/dib.c, objects/palette.c, include/wine/winuser16.h, misc/spooler.c:
11332 Michael Veksler <mveksler@techunix.technion.ac.il>
11333 Removed redundant include of winbase.h from winuser16.h.
11334 Moved types from winbase.h to winuser16.h .
11336 * include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
11337 - default item handling
11338 - small drawing fixes
11340 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
11341 Klaas van Gend <klaas@vangend.demon.nl>
11342 More implementation of PrintDlgA.
11343 Conversion of resource identifiers of Print32 window to comply to the
11346 * server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11347 Don't crash if queuing an APC on a thread that doesn't wait.
11349 * windows/timer.c, windows/x11drv/event.c, include/message.h:
11350 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11351 Use SERVICES callback to implement Windows timers.
11352 Timer expiration handling removed from EVENT_WaitNetEvent loop.
11354 * memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11355 Call SetLastError in HeapCompact().
11357 * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
11358 Added prototype for TryEnterCriticalSection.
11360 * include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
11361 Make all structures packed and removal of some WINE_PACKED.
11363 * controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
11364 Pushbuttons should only be rounded in Win31 look.
11366 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
11367 - default item handling
11368 - small drawing fixes
11370 * windows/winpos.c: Noel Borthwick <noel@macadamian.com>
11371 Fixed an unbalanced windows lock/unlock sequence in
11372 WINPOS_ActivateOtherWindow.
11374 * include/debugdefs.h: enhmetafile added
11376 * relay32/.cvsignore, relay32/Makefile.in, relay32/builtin32.c, relay32/mcianim.spec, relay32/mciavi.spec, relay32/mcicda.spec, relay32/mciseq.spec, relay32/mciwave.spec, relay32/winmm.spec, include/multimedia.h, loader/main.c, multimedia/audio.c, multimedia/init.c, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mcistring.c, multimedia/mciwave.c, multimedia/mmsystem.c, documentation/status/multimedia, if1632/mmsystem.spec, wine.ini:
11377 Eric Pouech <Eric.Pouech@wanadoo.fr>
11378 - got rid of all the internal MM tweaks to load builtin MCI
11379 drivers. They are all seen as drivers, loaded as DLLs and standard
11380 module loadorder is used to know which type to use (builtin vs
11382 - first full working implementation of mmThread??? functions (to
11383 support gracefully native MCI drivers).
11384 - support of mmShowMMCPLPropertySheet.
11385 - fix of some heap validate bugs (thanks to Ulrich for reporting them).
11387 * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
11388 Fix CreateProcessA to implement correct actions on ambiguous command
11389 line names (try longer and longer strings).
11391 * Makefile.in, configure, configure.in, graphics/enhmetafiledrv/.cvsignore, graphics/enhmetafiledrv/Makefile.in, graphics/enhmetafiledrv/dc.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/mapping.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/init.c, include/enhmetafiledrv.h:
11392 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
11393 Started implementing Enhanced MetaFile driver.
11395 * include/ole2.h, include/wine/obj_oleobj.h, include/wine/obj_oleview.h, ole/Makefile.in, ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c, relay32/ole32.spec, dlls/shell32/shlview.c:
11396 Francis Beaudet <francis@macadamian.com>
11397 Implemented the OLE object default handler and data cache.
11399 * include/enhmetafile.h, include/wingdi.h, objects/enhmetafile.c:
11400 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
11401 Several improvements to Enhanced MetaFile playback.
11403 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
11404 Only try to append ".dll" if a library is loaded implicitely.
11406 * dlls/shell32/shellord.c:
11407 Michael Veksler <mveksler@techunix.technion.ac.il>
11408 Fix TRACE formatting warnings.
11410 * dlls/shell32/shlfolder.c:
11411 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11412 Fixed a small syntax problem.
11414 * windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
11415 - better stubs for Get/Set special (Progman/Taskman) window functions
11417 * relay32/user32.spec, windows/message.c:
11418 Juergen Schmied <juergen.schmied@metronet.de>
11419 - new SendMessageCallbackW
11420 - some fixme's for missing A<->W conversion
11422 * windows/dialog.c: Noel Borthwick <noel@macadamian.com>
11423 Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
11425 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
11426 Bugfix for EnumPrinters level 2.
11428 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
11429 Correct logic in GetKeyNameText.
11431 * documentation/bugreports:
11432 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11433 Removed +snoop from documentation/bugreports.
11435 Sat May 1 10:41:02 1999 Alexandre Julliard <julliard@winehq.com>
11437 * objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
11438 LoadImageW fixed for hicolor displays.
11440 * include/mmsystem.h, include/multimedia.h, multimedia/mmsystem.c:
11441 Marcus Meissner <marcus@jet.franken.de>
11442 MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI.
11444 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
11445 James Abbatiello <abbeyj@wpi.edu>
11446 Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
11447 to handle wide character strings properly. Fix of our previous patch
11448 for null pointer checking.
11450 * ole/Makefile.in, ole/memlockbytes.c, ole/ole2stubs.c:
11451 Thuy Nguyen <thuy@macadamian.com>
11452 Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
11453 the ILockBytes interface based on an HGLOBAL.
11455 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
11456 Fixed a bug in CoRegisterClassObject.
11458 * dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
11459 Removed some flickering when inserting or deleting buttons.
11461 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
11462 James Abbatiello <abbeyj@wpi.edu>
11463 Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
11464 between lpItem and lpLVItem. Now compares the pszText string of the
11465 lpItem and lpLVItem structs. Fixes a bug where the old and new item
11466 have the same attributes but their text differs and GetItemChanges()
11467 compares them as equal.
11469 * dlls/comctl32/propsheet.c, dlls/comctl32/propsheet.h, dlls/comctl32/rsrc.rc, dlls/comctl32/tab.c:
11470 Thuy Nguyen <thuy@macadamian.com>
11471 Added support for adding and removing pages dynamically from a
11474 * controls/button.c, controls/combo.c, controls/desktop.c, controls/listbox.c:
11475 Marcus Meissner <marcus@jet.franken.de>
11476 Removed the gotos from the WndProcs, always use a small wrapper that
11477 locks the window, calls the real wndproc, unlocks the window.
11479 * dlls/shell32/contmenu.c:
11480 Juergen Schmied <juergen.schmied@metronet.de>
11481 Fixed default menu item.
11483 * win32/code_page.c, misc/ddeml.c:
11484 Juergen Schmied <juergen.schmied@metronet.de>
11488 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11489 Added a missing LeaveCriticalSection.
11491 * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
11492 Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
11493 TranslateMDISysAccel16.
11495 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
11496 Fixed off-by-one bug in async output buffers.
11498 * ole/ole2.c: Francis Beaudet <francis@macadamian.com>
11499 Fixed a little Drag and Drop bug.
11501 ----------------------------------------------------------------
11502 Mon Apr 26 14:58:59 1999 Alexandre Julliard <julliard@winehq.com>
11504 * include/config.h.in, configure, configure.in:
11505 Marcus Meissner <marcus@jet.franken.de>
11506 Added autoconf check for "inline". You can now use it, it will be
11507 defined to (empty) for compilers that do not have it.
11509 * tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11510 Don't include alloca.h.
11512 * README, documentation/wine.man: James Juran <jrj120@psu.edu>
11513 Update to reflect recent changes and discussions.
11515 * loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
11516 The load order parser should not always complain about extensions.
11518 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
11519 - align magic buttons right
11520 - shortcuts alignment working again
11522 * loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11523 Fixed loading of native NE dlls.
11525 Sun Apr 25 19:04:42 1999 Alexandre Julliard <julliard@winehq.com>
11527 * memory/heap.c: Fixed __builtin_return_address arg.
11530 Patrik Stridvall <ps@leissner.se>
11531 Fixed ANSI compabillity.
11534 Bertho Stultiens <bertho@panter.soci.aau.dk>
11535 Built-in dlls now have resources attached via the PE-header like
11536 normal dlls. This enables the use of the resource API.
11539 Use $HOME instead of getpwuid for user's home directory.
11540 Fixed messed up indentation.
11542 * graphics/x11drv/xfont.c:
11543 Use $HOME instead of getpwuid for user's home directory.
11546 Patrik Stridvall <ps@leissner.se>
11547 #pragma pack(?) changed to #include "*pack*.h"
11549 * tools/build.c, include/commctrl.h, include/commdlg.h, include/docobj.h, include/heap.h, include/shellapi.h, include/winbase.h, include/windef.h, include/wine/obj_oleaut.h, include/wine/obj_storage.h, include/winerror.h, include/wingdi.h, include/winnetwk.h, include/winnls.h, include/winuser.h:
11550 Jim Aston <jima@corel.ca>
11551 Added some missing #defines I've run across.
11553 * files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
11554 Ignore trailing dots on file names.
11556 * include/debugger.h, debugger/dbg.y, debugger/debug.l, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c:
11557 Ove Kaaven <ovek@arcticnet.no>
11558 Added a possibility to let the internal debugger use a separate
11559 heap. Not enabled by default, change #if in include/debugger.h to use
11560 this (the heap allocator is very slow).
11562 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11563 wine.conf should not overrule content of burned in data in
11566 * graphics/mapping.c: Karl Lessard <karll@corel.com>
11567 SetMapMode should not reset the window and viewport origins to 0.
11569 * tools/wineconf: Eric Pouech <Eric.Pouech@wanadoo.fr>
11570 Allow to automatically copy part of wine.ini into generated file.
11571 Small perl enhancement (work in strict mode).
11572 Small updates in heuristics.
11574 * wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
11575 Upgraded to have a decent multimedia DLLs configuration.
11577 * tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
11578 Bertho Stultiens <bertho@akhphd.au.dk>
11579 - Fixed a counting bug in the win32 count and sort routine.
11580 - Fixed sort order of resources (must be name before ordinal).
11581 - Shuffled a couple of global variables so that built-in dlls now can
11582 load resources through the proper PE interface.
11584 * include/windef.h, include/winreg.h:
11585 Adrian Thurston <adriant@corel.ca>
11586 Added support for strict handles. Only works on machines where
11587 sizeof(UINT) == sizeof(void*).
11589 * scheduler/process.c:
11590 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11591 Initialize process critical section in the correct process context.
11593 * scheduler/critsection.c:
11594 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11595 Warn if wrong process tries to enter critical section.
11596 Better implementation of Reinitialize/UninitializeCriticalSection
11597 (still not quite correct).
11599 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
11600 debug.h must be last in list of includes.
11602 * loader/ne/module.c:
11603 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11604 Return 32-bit module in GetModuleHandle16() if appropriate.
11606 * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11607 Fixed crash when status was read with cd-rom tray open.
11609 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11610 Fixed a bug in msg conversion.
11612 * dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11613 Prevent crash when nMinRange > nMaxRange.
11615 * include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
11616 Added some missing manifest constants for Queue Status functions (QS_????).
11618 * controls/button.c, controls/edit.c, windows/mdi.c:
11619 Eric Pouech <Eric.Pouech@wanadoo.fr>
11620 Added missing WIN_ReleaseWndPtr.
11622 * graphics/x11drv/xfont.c: Chris Morgan <cmorgan@wpi.edu>
11623 James Abbatiello <abbeyj@wpi.edu>
11624 More appropriate default size for fonts with invalid sizes.
11626 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
11627 James Abbatiello <abbeyj@wpi.edu>
11628 Implemented SetColumnWidth for ListView control.
11630 * documentation/config: Adam Sacarny <magicbox@bestweb.net>
11631 Added new documentation for the configuration file.
11634 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11635 Improved VERSION_GetVersion.
11637 * windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
11638 Added Swedish keyboard layout.
11640 * include/gdi.h, include/metafiledrv.h, include/wingdi.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/font.c, objects/gdiobj.c, objects/metafile.c, graphics/metafiledrv/Makefile.in, graphics/metafiledrv/dc.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/psdrv/README, graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c:
11641 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
11642 General tidy up of the MetaFile driver - make sure that everything
11643 goes through the DCFuncs table.
11645 * misc/toolhelp.c, if1632/kernel.spec:
11646 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11647 Add a stub for GlobalMasterHandle.
11649 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
11650 Much nicer way to select wine's location.
11651 Option to disable creation of debugging output.
11652 Debugging output is now created in directory script was started in.
11654 * windows/x11drv/wnd.c: Noel Borthwick <noel@macadamian.com>
11655 Fixed a problem with managed mode, where popup windows with a WS_DLGFRAME
11656 style were appearing with a title bar. According to the docs for
11657 WS_DLGFRAME a window with this style cannot have a title bar.
11659 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
11660 Use DllOverrides from wine.ini as defaults also in
11661 loadorder.c (merged in some MM dlls lines from Eric Poeuch).
11663 * windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11664 Fixed some bogus infinite expiration time.
11666 * windows/x11drv/event.c: David Luyer <luyer@ucs.uwa.edu.au>
11667 - consolidate both cases of !pending in WaitNetEvent
11668 - select() returns -1 not 0 on error in WaitNetEvent
11670 * memory/heap.c, include/heap.h: Ove Kaaven <ovek@arcticnet.no>
11671 Made HeapValidate threadsafe, and added some macros to track callerEIP
11673 Added HEAP_xrealloc.
11675 Sat Apr 24 12:02:15 1999 Alexandre Julliard <julliard@winehq.com>
11677 * loader/loadorder.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/elfdll.h, loader/elf.c, loader/elfdll.c:
11678 Marcus Meissner <marcus@jet.franken.de>
11679 autoconf fixes and cleanups (check for dlopen() in libc too).
11681 * ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
11682 Francis Beaudet <francis@macadamian.com>
11683 Implemented CreateStreamOnHGLOBAL.
11686 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11687 Let CoSetState() accept state == NULL.
11689 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
11690 Juergen Schmied <juergen.schmied@metronet.de>
11691 Made internal format more compatible.
11693 * dlls/shell32/shlfolder.c:
11694 Juergen Schmied <juergen.schmied@metronet.de>
11697 * windows/class.c, windows/dce.c, controls/combo.c:
11698 Guy Albertelli <galberte@neo.lrun.com>
11699 Fix locking with proper calls to WIN_ReleaseWndPtr.
11701 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
11702 Don't malloc/free for every mixing operation, use the same buffer over
11705 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
11706 James Abbatiello <abbejy@wpi.edu>
11707 HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
11708 text strings as null strings, as Windows does. Fixes wine crash on
11709 startup of CuteFTP.
11711 * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
11712 Set (when registry loaded) data to "\0" and length to 2 in empty
11713 string value case, in place of setting data to NULL and length to 0,
11714 and this is without initializing output buffer parameter of
11717 * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
11718 Added Panose defines and EXTLOGFONT[A|W].
11720 Thu Apr 22 16:27:53 1999 Alexandre Julliard <julliard@winehq.com>
11723 Patrik Stridvall <ps@leissner.se>
11724 Fixed ANSI compabillity.
11726 * multimedia/mciavi.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c, objects/text.c, windows/caret.c, windows/rect.c, dlls/version/info.c, if1632/thunk.c, include/wine/winuser16.h, memory/atom.c, memory/string.c, misc/lstr.c, multimedia/mcianim.c, controls/uitools.c, dlls/commdlg/finddlg.c, dlls/shell32/brsfolder.c:
11727 Michael Veksler <mveksler@techunix.technion.ac.il>
11728 Removed some includes of 16 bit API.
11730 * dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, include/oleobj.h, include/shlobj.h, dlls/shell32/dataobject.c:
11731 Adrian Thurston <adriant@corel.ca>
11732 ICOMization of remaining interfaces.
11734 * dlls/comctl32/tooltips.c: Noel Borthwick <noel@macadamian.com>
11735 Fixed bug with tooltips stealing focus whenever a tooltip was created,
11736 shown, hidden or tracked. The SetWindowPos calls needed to have the
11737 SWP_NOACTIVATE flag set additionally.
11739 * objects/clipping.c: Karl Lessard <karll@corel.com>
11740 Fixed coordinates conversion in OffsetClipRgn.
11742 * include/objbase.h: Adrian Thurston <adriant@corel.ca>
11743 Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
11745 * relay32/kernel32.spec, scheduler/handle.c:
11746 Marcus Meissner <marcus@jet.franken.de>
11747 CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
11749 * dlls/shell32/brsfolder.c, dlls/shell32/iconcache.c, dlls/shell32/regstream.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
11750 Juergen Schmied <juergen.schmied@metronet.de>
11751 Moved stuff to the right place.
11753 * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
11754 Fixed syscolors for win 3.1.
11756 * files/profile.c, if1632/kernel.spec:
11757 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11758 Added missing profile KERNEL routines (call 32-bit versions).
11760 * if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11761 Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
11762 entry table layout.
11764 * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
11765 Add Enhanced MetaFile record structures.
11767 * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/resource.h, resources/sysres_En.rc:
11768 Thuy Nguyen <thuy@macadamian.com>
11769 First patch implementing property sheets.
11771 * relay32/gdi32.spec:
11772 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11773 Bugfix: GDI32.100-104 are ordinal-only routines.
11774 Added stubs for some Win98 GDI32 routine.
11775 Re-numbered all named exports (lexicographically).
11777 * graphics/driver.c:
11778 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11779 Added prototypes (stubs) for GDI32.100-104.
11781 * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c:
11782 Juergen Schmied <juergen.schmied@metronet.de>
11783 - more checks for valid pidl formats
11785 * relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
11786 Juergen Schmied <juergen.schmied@metronet.de>
11787 - corrected parameter count for SHGetSettings
11788 - stub SHValidateUNC
11790 * loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11791 #else branch compile fix.
11793 * include/elfdll.h, loader/elfdll.c, loader/loadorder.c:
11794 Bertho Stultiens <bertho@panter.soci.aau.dk>
11795 Change wine's dlopen search-patch strategy not using the environment
11796 and added #if:s to seperate the code out if libdl isn't availble.
11798 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
11799 Added a check for a NULL pointer in CoFreeUnusedLibraries.
11801 * relay32/builtin32.c:
11802 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
11803 Include debug.h last (ERR() macro problem on Solaris).
11805 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
11806 Fixed a sizing bug in the combobox control.
11808 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11809 Bugfix: Internal NE entry point tables were bad (one huge bundle).
11811 * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
11812 Initialize the output buffer parameters to 0 in RegQueryValue*
11813 functions. This is important specially when there's no data to return.
11815 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
11816 Do not increment module refCount if self is loaded from within
11817 DllEntryPoint during the attach notification.
11819 Wed Apr 21 14:27:37 1999 Alexandre Julliard <julliard@winehq.com>
11821 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
11822 - protect TRACE against NULL-ptr
11823 - rewrote GetMenuItemID/GetSubMenu to use MENU_FindItem (hmenu=0xffff fix).
11825 * dlls/comctl32/toolbar.c:
11826 Juergen Schmied <juergen.schmied@metronet.de>
11829 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
11830 Reimplementation of GetModuleHandle16 according to how win95 handles
11831 it (thanks to Marcus Meissner <marcus@jet.franken.de>).
11833 * if1632/builtin.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
11834 Corrected wrong return values of built-in loader to work with the
11837 Mon Apr 19 16:45:24 1999 Alexandre Julliard <julliard@winehq.com>
11839 * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/init.c, include/bitmap.h, include/metafiledrv.h, objects/dib.c, objects/metafile.c:
11840 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
11841 Implemented recording of StretchDIBits and SetDIBitsToDevice and
11842 playback of SetDIBitsToDevice. Cleaned up PlayMetaFileRecord a bit.
11844 * include/elfdll.h, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
11845 Bertho Stultiens <bertho@panter.soci.aau.dk>
11846 Removed non-portable hacks and replaced them with more general
11849 * windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
11850 Code added to re-evaluate stale DC information in DCE cache.
11852 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
11853 Attach notifications must be send after all recursive dependencies are
11854 loaded and not before.
11856 * graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
11859 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11860 Fixed playing position when required by track number.
11862 * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
11863 Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
11865 * wine.ini: Marcus Meissner <marcus@jet.franken.de>
11866 Native toolhelp will not work (missing GLOBALMASTERHANDLE).
11868 * BUGS, README: Marcus Meissner <marcus@jet.franken.de>
11871 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
11872 Test for static was reversed.
11875 Patrik Stridvall <ps@leissner.se>
11876 New debug scheme with explicit debug channels declaration.
11878 Sun Apr 18 14:44:26 1999 Alexandre Julliard <julliard@winehq.com>
11880 * loader/ne/module.c: Removed extra call to TASK_StartTask.
11882 * include/acconfig.h, include/config.h.in, configure, configure.in:
11883 Removed check for union semun; cleaned up a bit.
11885 * include/server.h, server/process.c, server/trace.c, tools/make_requests:
11886 Added env ptr to new_process request
11888 * relay32/user32.spec, windows/mdi.c, controls/menu.c, include/menu.h, include/winuser.h:
11889 Juergen Schmied <juergen.schmied@metronet.de>
11890 - use fonts/fontsizes given by SystemParametersInfo
11891 - drawing/alignment fixes, win98 style for menubar
11892 - ownerdrawn menus are working now for the first time
11893 - complete constants magic items
11894 - use right owner for popupmenus
11895 - new: Get/SetMenuInfo
11896 - implemented: Get/SetMenuContextHelpId
11897 - more flags for Get/SetMenuItemInfo
11899 * files/dos_fs.c: robert w hall <bobh@n-cantrell.demon.co.uk>
11900 Make DOSFS_MatchLong match a search string ending in '*.' to a zero
11901 extension file name, allowing Mathcad to run.
11903 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11904 Fixed memory freeing.
11906 * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
11907 Renamed cmdlgr.h to cmdlgtst.h.
11909 * scheduler/critsection.c: Added timeout to critical section waiting.
11911 * include/thread.h, scheduler/sysdeps.c:
11912 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11913 Merged Linux/FreeBSD reentrant errno handler, added Solaris.
11914 Preliminary support for Solaris low-level threads (LWPs) added.
11916 * configure, configure.in, include/acconfig.h, include/config.h.in:
11917 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11918 Reentrant libc check for Solaris added.
11919 Fixed reentrant X11 check for FreeBSD and Solaris.
11920 Added check for Solaris low-level thread routines.
11922 * loader/ne/module.c:
11923 Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
11926 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
11927 Automatic install script, which automatically configures and compiles
11928 wine and regapi, runs tools/wineconf to generate a configuration file
11929 if one does not already exist, and uses regapi to install the default
11932 * documentation/gui, windows/win.c, windows/winpos.c:
11933 Eric Pouech <Eric.Pouech@wanadoo.fr>
11934 Properly handling cases like calling SetWindowPos while processing
11937 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11938 Fixed a few bugs (typos from cut & paste & invalid heap block
11941 * misc/wsprintf.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11944 * loader/ne/module.c, loader/pe_image.c, memory/global.c, misc/main.c, miscemu/main.c, relay32/builtin32.c, scheduler/process.c, scheduler/thread.c, if1632/builtin.c, include/builtin32.h, include/module.h, include/pe_image.h, include/winerror.h, loader/Makefile.in, loader/elf.c, loader/main.c, loader/module.c:
11945 Bertho Stultiens <bertho@panter.soci.aau.dk>
11946 Reorganization of the loader to correctly load and free libraries and
11947 implementation of load order to load different types of libraries.
11949 * documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
11950 Updated commandline changes of -dll option and wine.conf entries.
11952 * wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
11953 Updated the example with the new configuration entries.
11955 * dlls/shell32/shell32_main.c:
11956 Bertho Stultiens <bertho@panter.soci.aau.dk>
11957 Bugfix: free loaded library not before exit.
11959 * include/elfdll.h, include/loadorder.h, loader/elfdll.c, loader/loadorder.c:
11960 Bertho Stultiens <bertho@panter.soci.aau.dk>
11961 New files to support load order and partial stubs for elfdlls.
11963 * graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, include/bitmap.h, objects/brush.c, objects/cursoricon.c, objects/dib.c:
11964 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
11965 Fixes for upside-down DIBs.
11967 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
11968 Changed 'GetDisplayMode' to return the mode previously set by
11969 'SetDisplayMode' (and not the current monitor mode).
11971 * include/tab.h, dlls/comctl32/tab.c:
11972 Luc Tourangeau <luc@macadamian.com>
11973 -Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
11974 TCM_SETITEMSIZE and TCM_DELETEITEM.
11976 * objects/cursoricon.c: Pavel Roskin <pavel_roskin@geocities.com>
11977 LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
11978 returns 0, it is interpreted as if it were 256.
11980 * loader/module.c, scheduler/process.c:
11981 Kevin Holbrook <kwh@neosoft.com>
11982 Fix ambiguous else warning.
11984 * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
11985 Loading color values from the registry fixed.
11987 * graphics/ddraw.c: Brian Gerst <bgerst@quark.vpplus.com>
11988 - Removed all floating point math.
11989 - Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
11990 - Implemented source and dest color-keying for 8, 16, and 32 bit color.
11991 - Implemented some trivial raster operations.
11992 - Minimized inner loops for maximum speed.
11993 - Use memcpy whenever possible.
11995 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11996 Reduced fragment size.
11997 Reorganized wodOpen (with support for WAVE_QUERY_FORMAT).
11998 Fixed buffer underrun recovery.
11999 Fixed bug in wodReset()/wodClose().
12001 * ole/storage32.c: Michael Veksler <mveksler@techunix.technion.ac.il>
12002 Simplify propertyNameCmp() and fix a warning in the way by removing
12003 CRTDLL__wcsupr() calls.
12005 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
12006 DdeNameService: expansion of stub to trap unused instanceids at start of run.
12007 DdeGetLastError: catch 'not initialized' situation and return correct response.
12008 DdeFreeStringHandle: complete test for error set by previous call of
12009 something and ignore it, also release handle table mutex on normal exit.
12010 DdeQueryStringA, DdeQueryStringW, DdeCreateStringHandleW: Release
12011 handle table mutex on normal exit.
12013 * include/wnet.h, misc/network.c:
12014 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12015 Don't announce the WNetDirectoryNotify capability WNetGetConnection.
12016 Change the return value for local files.
12018 * windows/mouse.c: Michael Veksler <mveksler@techunix.technion.ac.il>
12019 Add "win.h" to fix implicit function declaration warnings.
12021 * console/interface.c, include/console.h:
12022 Marcus Meissner <marcus@jet.franken.de>
12023 Only declare console "driver" once, use external refs elsewhere.
12025 * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
12026 When the vertical scrollbar is removed, the background was not
12027 properly repainted.
12029 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
12030 Disable AC bit on receiving alignment exceptions.
12032 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
12033 SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
12035 * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
12036 While handling the WM_DELETEWINDOW client message check if a window
12037 has been disabled and if so prevent an SC_CLOSE message from being
12040 * windows/dce.c: Noel Borthwick <noel@macadamian.com>
12041 Make access to the DCE list thread safe by ensuring we have acquired
12042 the Windows lock before using it.
12044 Fri Apr 16 15:19:14 1999 Alexandre Julliard <julliard@winehq.com>
12046 * resources/.cvsignore: Changed for renamed files
12048 * misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
12049 Michael Veksler <mveksler@techunix.technion.ac.il>
12052 * ole/nls/wal.nls, ole/ole2nls.c, resources/Attic/sysres_Cz.rc, resources/Attic/sysres_Po.rc, resources/Attic/sysres_Sw.rc, resources/Makefile.in, resources/sysres.c, resources/sysres_Cs.rc, resources/sysres_Pt.rc, resources/sysres_Sv.rc, resources/sysres_Wa.rc, windows/x11drv/keyboard.c, documentation/wine.man, include/options.h, include/winnls.h, misc/main.c:
12053 Pablo Saratxaga <pablo.sarachaga@ping.be>
12054 Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
12055 -> Pt; to conform to standard names for those languages).
12057 * configure, configure.in, relay32/Makefile.in:
12058 Marcus Meissner <marcus@jet.franken.de>
12059 Add -fno-builtin when compiling with gcc in relay32/ subdir.
12061 * include/module.h, loader/ne/module.c, loader/ne/segment.c, tools/build.c, if1632/builtin.c:
12062 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
12063 - Implemented proper ("real", compressed) Win16 entry tables.
12064 - Fixed MyAlloc (AKA NE_AllocateSegment).
12065 - Implemented PatchCodeHandle16.
12067 * tools/Attic/make_os2.sh, tools/make_os2.cmd, graphics/path.c, graphics/psdrv/graphics.c, include/sig_context.h:
12068 Robert Pouliot <krynos@clic.net>
12069 A few patches to help Wine to compile on OS/2.
12071 Thu Apr 15 16:46:51 1999 Alexandre Julliard <julliard@winehq.com>
12073 * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/mapping.c, graphics/metafiledrv/objects.c, graphics/metafiledrv/text.c, include/metafile.h, include/metafiledrv.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/metafile.c:
12074 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12075 Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
12076 global memory handles). Fixed disk-based MetaFiles. Better
12077 separation between MetaFile playback and the metafiledrv.
12079 * misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
12080 _CIpow argument order was confirmed with Starcraft v1.05.
12082 * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
12083 Clarified a few points.
12085 * msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
12086 Added IOCTL function 0x440d/0x72.
12088 * relay32/kernel32.spec, scheduler/critsection.c:
12089 Bertho Stultiens <bertho@panter.soci.aau.dk>
12090 UnitializeCriticalSection partial stub implementation.
12092 * include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12093 Added missing proto for GetExitCodeThread.
12095 * include/driver.h, include/wine/keyboard16.h:
12096 Michael Veksler <mveksler@techunix.technion.ac.il>
12097 Added missing windef.h includes.
12099 * windows/input.c, include/winuser.h:
12100 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
12101 ReleaseCapture() is supposed to return a BOOL value.
12103 * configure, configure.in, include/config.h.in, loader/signal.c:
12104 Marcus Meissner <marcus@jet.franken.de>
12105 FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as
12106 reentrant concerning errno. Revert unneeded FreeBSD hack to
12107 loader/signal.c from last patch.
12109 * windows/x11drv/keyboard.c:
12110 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12111 index == 3 corresponds to Alt-Gr + Shift.
12113 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
12114 More of DdeCreateStringHandleA, DdeFreeStringHAndle, DdeQueryStringA
12115 and DdeCreateStringHandleW and tidy up of RemoveHSZNodes, and
12116 DdeCreateStringHandleA.
12118 * windows/x11drv/main.c, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/x11drv.h:
12119 Pavel Roskin <pavel_roskin@geocities.com>
12120 Fixed ugly disabled controls and black background in Write and Lotus
12123 * controls/button.c, include/button.h, include/winuser.h:
12124 Pascal Lessard <pascal@macadamian.com>
12125 Implement the button with bitmaps.
12127 * include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
12128 Stephane Lussier <stephane@macadamian.com>
12129 Implementation of IStorage::CopyTo and IStream::CopyTo.
12131 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12132 Bugfix: Always release the Win16Lock in TASK_Reschedule.
12134 * windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
12135 Solved a deadlock between global lock and wnd lock in event.c.
12137 * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
12138 Typo that broke Solaris compile fixed.
12140 * controls/desktop.c: Francois Boisvert<francois@macadamian.com>
12141 Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
12143 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
12144 Fix scancodes for NumLock and Num-/.
12145 Fix MapVirtualKey() (maptype=2) to return proper ascii code.
12146 Reworked GetKeyNameText() again.
12148 * graphics/psdrv/font.c:
12149 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12150 Limit lastChar to 0xff in PSDRV_GetCharWidth.
12152 * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
12153 Missing WINAPI for RegisterSystemThread.
12155 Sun Apr 11 18:48:17 1999 Alexandre Julliard <julliard@winehq.com>
12157 * msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
12158 Fixed "Display Combination" call.
12160 * misc/comm.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
12161 Fixed a crash due to invalid OpenComm return value for busy comm port.
12162 Cleaned up/fixed several things.
12164 * windows/win.c: Francois Boisvert<francois@macadamian.com>
12165 Enabled thread safeness for wnd structure code.
12167 * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12168 Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
12170 * server/request.c, server/thread.c, server/trace.c, include/server.h, include/server/request.h, include/server/thread.h, scheduler/client.c:
12171 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12172 Added new CLIENT_DebuggerRequest routine, implemented support for
12173 DEBUGGER_FREEZE_ALL/DEBUGGER_UNFREEZE_ALL requests.
12174 Run wine server in the main wine process.
12175 Bugfix: never free initial thread!
12177 * scheduler/process.c, include/process.h:
12178 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12179 Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
12181 * windows/timer.c: Ove Kaaven <ovek@arcticnet.no>
12182 Teached TIMER_GetNextExpiration that a timer that has already expired
12183 (but not processed yet) HAS already expired...
12185 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
12186 Default values for registry.
12188 * graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
12189 Optimized code for SetImageBits_X, making bitmap creation faster.
12191 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
12192 The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
12194 * configure.in, include/config.h.in, include/sig_context.h, loader/signal.c, scheduler/sysdeps.c, configure:
12195 Marcus Meissner <marcus@jet.franken.de>
12196 - Started multithreading for FreeBSD (incomplete, but some
12197 applications now at least start up again).
12198 - Use _thread_sys_sigaction/_thread_sys_sigaltstack.
12199 - CR2 on pagefault gets passed in sc_err (some kind of kludge in
12200 FreeBSD owns fault handling we can use)
12202 * include/selectors.h, memory/global.c, memory/selector.c:
12203 Made SELECTOR_ReallocBlock preserve the current selector access rights
12204 (problem reported by Andreas Mohr).
12206 * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12207 Use services thread instead of timer signals.
12209 * server/thread.c, scheduler/synchro.c:
12210 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12211 Allow user APCs with NULL 'func' (just wake up the thread).
12213 * include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
12214 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12215 Implemented 'kernel services thread'.
12217 * include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
12218 Klaas van Gend <klaas@vangend.demon.nl>
12219 Added stub for PrinterProperties.
12221 * dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
12222 Juergen Schmied <juergen.schmied@metronet.de>
12223 Implemented NtTerminateProcess and NtDisplayString.
12225 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
12226 FreeLibrary partial implementation.
12228 * misc/crtdll.c, relay32/crtdll.spec: Ove Kaaven <ovek@arcticnet.no>
12229 Made _ftol take argument from FPU stack. Starcraft v1.04 (*not* Brood
12230 Wars) now works perfectly with Wine's crtdll. Wrote a test
12231 implementation of _CIpow too, which those who do have Brood Wars can
12232 report on, so it can be implemented correctly.
12234 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
12235 Partial implementation for GetKeyNameText for new keyboard structure.
12237 * dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
12240 * include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
12241 Added missing ReadClassStg prototype.
12243 * misc/wsprintf.c: Michael Veksler <mveksler@techunix.technion.ac.il>
12244 - Fix comments after the big renaming (xxxx32y --> xxxxy).
12245 - Declare the WPRINTF_DATA union, and use it instead of LPCVOID and WORD.
12246 Avoid ugly type casting, and fix compilation warnings of wsprintf.c
12248 * documentation/status/dde:
12249 Keith Matthews <keith_m@sweeney.demon.co.uk>
12250 Status document for DDE/Ddeml.
12252 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12253 Added event callback mechanism.
12254 Introduction of MCI yield procs.
12255 Updated (prepare|unprepare)header functions (wave, midi) to allow
12256 correct callback mechanisms.
12257 Made midiStreamXXX functions working.
12258 First try at mmThreadXXX functions.
12260 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12261 Updated (prepare|unprepare)header functions to allow correct callback
12264 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12267 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12268 New method for structure conversion (16 <-> 32).
12269 More MCI structures correctly mapped.
12270 Introduction of MCI yield proc and break facility.
12272 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12273 Updated (prepare|unprepare)header functions to allow correct callback
12274 mechanisms. Implemented waveOut playback as asynchronous.
12276 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12277 Started implementation of mmThreadXXX functions.
12279 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12280 Added a few missing defines (MIDI, WAVE, callbacks).
12281 Structures for midiStreamXXX functions.
12283 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
12284 Updated (prepare|unprepare)header functions (wave, midi) to allow
12285 correct callback mechanisms. Added wine specific entry for mmThreadXXX
12286 functions thread starting point.
12288 * include/wine/obj_storage.h:
12289 Michael Veksler <mveksler@techunix.technion.ac.il>
12290 Introduce STATSTG16 - a 16 bit variant of STATSTG.
12292 * ole/storage.c: Michael Veksler <mveksler@techunix.technion.ac.il>
12293 Fix IStorage16_fnStat() to use STATSTG16 (it is a 16 bit interface).
12295 * controls/menu.c: Paul Millar <paulm@astro.gla.ac.uk>
12296 Fixed menu type setting in SetMenuItemInfo32_common().
12298 * include/process.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
12299 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12300 Send USIG_PROCESS_CREATE signal.
12301 Bugfix: GetProcessDword offset -8 should return parent process ID.
12303 * relay32/user32.spec, windows/user.c:
12304 Bertho Stultiens <bertho@panter.soci.aau.dk>
12305 Added RegisterSystemThread stub.
12307 * include/wine/obj_misc.h, ole/compobj.c, relay32/ole32.spec, include/winerror.h:
12308 Francis Beaudet <francis@macadamian.com>
12309 Implemented the CoCreateInstanceEx method.
12311 * misc/registry.c: David Gay <dgay@CS.Berkeley.EDU>
12312 Fixed crash due to a value of name length 0, value length 0 at the end
12315 * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
12316 Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the
12319 * multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
12320 - updated because of the splitting of interface/implementation
12321 - updated to use ICOM_THIS
12323 * include/dplay.h, include/dplobby.h, ole/guid.c:
12324 Francois Gouget <fgouget@psn.net>
12325 - use the latest ICOM macros
12326 - moved the IDirectPlayLobby interface to dplobby.h
12327 - removed all the implementation aspects since they need to be
12330 * include/dsound.h, multimedia/dsound.c:
12331 Francois Gouget <fgouget@psn.net>
12332 ICOMisation of the DirectSound API.
12334 * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, include/shlobj.h:
12335 Juergen Schmied <juergen.schmied@metronet.de>
12336 - reorganised icon extracing from files
12337 - made extracting from ne and ico files working
12338 - IPersistFile interface for IExtractIcon
12340 * misc/shell.c: Juergen Schmied <juergen.schmied@metronet.de>
12341 Fixed buffer overrun.
12343 * include/cursoricon.h, objects/cursoricon.c:
12344 Juergen Schmied <juergen.schmied@metronet.de>
12345 Changed ressource dir structures.
12346 Adapted FindBestIccon/FindBestCursor.
12348 * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
12349 Loading the color schema for registry.
12351 Sat Apr 10 16:58:55 1999 Alexandre Julliard <julliard@winehq.com>
12353 * include/winsock.h, misc/Attic/winsock_dns.c, misc/Makefile.in, misc/winsock.c, misc/winsock_async.c:
12354 Marcus Meissner <marcus@jet.franken.de>
12355 Reimplemented winsock asynchronous DNS services. No longer use a
12356 fork()ed process, but either a service thread or inline blocking calls
12357 for non-threading architectures. (Makes Free Agent16 work again.)
12359 * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
12360 <ewill@ncal.verio.com>
12361 - color and font dialogs now actually do something interesting,
12362 and force a redraw when successful. Background color is adjustable.
12363 Text color is also adjustable, but the user has to set the CF_EFFECTS
12365 - text is output left-right centered, baseline, at the middle
12366 of the window, and moves with the window. Text font is adjustable.
12367 - Success and failure MessageBox calls for Color, Font, Open,
12368 and Save have been removed or suppressed. They annoyed me after
12369 awhile, and I suspect they annoyed others, too. Use my tool! :-)
12370 - cmdlgtst now has the full pathname in the upper left corner; which may
12371 assist in debugging certain problems -- or it may not. :-)
12372 - usage dialog added
12374 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
12375 Corrected debug output.
12377 * windows/driver.c, relay32/winmm.spec:
12378 Eric Pouech <Eric.Pouech@wanadoo.fr>
12379 Better error handling ; a few bug fixes ; now OpenDriver16 can load 32
12381 Added stub for GetDriverFlags.
12383 * windows/user.c, relay32/user32.spec:
12384 Sergey Turchanov <turchanov@usa.net>
12385 Stubs for CloseDesktop and CloseWindowStation.
12387 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
12388 GetModuleFromPath now checks for loaded modules via filenames which
12389 were specified without a path.
12391 * misc/registry.c, include/winreg.h:
12392 Sylvain St.Germain <sylvain@macadamian.com>
12393 Implementation of HKU key saving and loading. Add new supported data
12394 type in debug_print_value.
12396 * dlls/shell32/shlview.c, include/docobj.h, ole/guid.c:
12397 Juergen Schmied <juergen.schmied@metronet.de>
12398 New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
12399 Small change how to get icons for listview.
12401 * include/shlobj.h, relay32/shell32.spec:
12402 Juergen Schmied <juergen.schmied@metronet.de>
12403 ILLoadFromString and SHGetSettings implemented.
12405 * dlls/shell32/shellord.c:
12406 Juergen Schmied <juergen.schmied@metronet.de>
12407 SHGetSettings implemented.
12408 ExitWindowsDialog() simulated by Messagebox.
12410 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
12411 ILLoadFromString implemented.
12413 * graphics/x11drv/init.c, graphics/ttydrv/init.c, graphics/ttydrv/palette.c:
12414 Richard Mortimer <remitrom@my-dejanews.com>
12415 Added missing *IsDark entries into PALETTE_Driver instance
12418 * windows/x11drv/mouse.c: Brian Gerst <bgerst@quark.vpplus.com>
12419 Fixed X11DRV_MOUSE_WarpPointer initial value.
12421 * objects/bitmap.c: Luc Tourangeau <luc@macadamian.com>
12422 Ensure that the bitmap is properly initialized when created with the
12423 LR_CREATEDIBSECTION flag.
12425 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
12426 Fixed the messaging problem of the edit box for node label edition.
12427 Substituted WM_PAINT for InvalidateRect.
12428 Some graphical fixes.
12430 * misc/main.c: James Juran <jrj120@psu.edu>
12431 Check for drivers==NULL before trying to delete them at exit. This
12432 could happen if the emulator initialization failed for some reason and
12433 the drivers hadn't been initialized yet.
12435 * if1632/thunk.c, include/callback.h, misc/callback.c, miscemu/main.c:
12436 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12437 Call InitApp16 (using Callout) for initial process.
12439 * miscemu/instr.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12440 Clear invalid selectors also in CallTo16 relay code.
12442 * programs/notepad/Es.rc:
12443 Jose Marcos López Caravaca <jose.lopez@upcnet.upc.es>
12444 Revised Spanish resources.
12446 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
12447 Fixed window locking bug in CalcChildScroll.
12449 * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
12450 Fixed fake multimedia timers. Grim Fandango is now able to start up
12451 when under favorable conditions. The preview movie on the Brood Wars
12452 disc now plays, too.
12454 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
12455 Bugfix EnumPrintersA: lpbPrinters=NULL or cbBuf=0 would crash Wine,
12456 instead of returning the right buffersize.
12458 Tue Apr 6 07:14:09 1999 Alexandre Julliard <julliard@winehq.com>
12460 * files/directory.c: galberte <galberte@neo.rr.com>
12461 Fixed SearchPathA return value.
12463 * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, graphics/ddraw_private.h:
12464 Lionel Ulmer <ulmer@directprovider.net>
12465 - clean-up of texture 'loading'
12466 - added SetColorKey callback for already loaded textures
12468 * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
12469 Fixed a problem pointed out by Kevin Holbrook.
12471 * include/commctrl.h: Francois Gouget <fgouget@psn.net>
12472 commctrl.h must include prsht.h.
12474 * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
12477 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
12478 Added a new implementation of the ICOM macros that use Microsoft style
12479 virtual methods to implement the COM interfaces in C++.
12481 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
12482 Correction of Mutex handling in DdeInitializeW for cases other than
12483 1st call. Addition of instance handling to DdeCreateStringHandleA,
12484 DdeCreateStringHandleW, RemoveHSZNodes, FreeAndRemoveHSZNodes. 1st
12485 cut implementation of DdeUnitialize, move of internal structure defs
12486 in from ddeml.h. Removed non-ANSI comment.
12488 * include/ddeml.h: Keith Matthews <keith_m@sweeney.demon.co.uk>
12489 Moved internal structures to ddeml.c, also removed non-ANSI comments,
12490 and added spec for DdeQueryConfInfo and DdeQueryConvInfo16.
12492 * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
12493 James Abbatiello <abbeyj@wpi.edu>
12494 Fixed memory leaks in mixerOpen16/mixerClose,
12495 midiOutOpen16/midiOutClose16, waveInOpen16/waveInClose16,
12496 midiInOpen16/midiInClose16.
12498 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
12499 Added sanity check for whitespace in file names, various other fixups.
12501 Sun Apr 4 12:48:21 1999 Alexandre Julliard <julliard@winehq.com>
12503 * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
12504 WM_MOUSEMOVE implementation bug fix.
12506 * windows/x11drv/keyboard.c:
12507 José Marcos López <jose.lopez@upcnet.upc.es>
12508 Added Spanish keyboard layout.
12510 * misc/comm.c: Lawson Whitney <lawson_whitney@juno.com>
12511 Fixed the modem control part of EscapeCommFunction16.
12513 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
12514 Added missing goto.
12516 * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
12517 Marcus Meissner <marcus@jet.franken.de>
12518 EnumCalendarInfoA stub.
12520 Sat Apr 3 16:27:54 1999 Alexandre Julliard <julliard@winehq.com>
12522 * windows/mouse.c, windows/keyboard.c:
12523 Francois Boisvert <francois@macadamian.com>
12524 Suspend the window locks before DefKeybEventProc and
12527 * include/wnaspi32.h, programs/view/globals.h, include/aspi.h, include/mmsystem.h, include/winaspi.h, include/winioctl.h, include/winnt.h:
12528 Joerg Mayer <jmayer@telesun2.telemation.de>
12529 More #pragma fixes (idea Ove Kaaven, mistakes are mine).
12531 * windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12532 No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
12533 WM_CREATE messages.
12535 * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
12536 Added some SetLastError()s in GetProcAddress() and LoadLibrary().
12538 * misc/crtdll.c, relay32/crtdll.spec:
12539 Christian Schlaile <up9n@rz.uni-karlsruhe.de>
12540 Implemented makepath, rand() returns correct range, fixed fputc.
12542 * files/file.c, include/file.h, msdos/int21.c:
12543 Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
12544 Moved _lcreat16_uniq to int21.c
12546 * libtest/hello3.c, libtest/hello3res.rc, libtest/hello4.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, libtest/volinfo.c:
12547 Pavel Roskin <pavel_roskin@geocities.com>
12548 Casts to (SEGPTR) removed. They did nothing anyway.
12549 Includes added or removed where necessary.
12550 Win16 functions replaced with their Win32 counterparts. Comments added
12551 where it was impossible.
12552 CALLBACK added where necessary. Some declarations fixed.
12553 Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
12554 DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
12555 Listbox enabled in hello3.
12557 * windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12558 Updated French keyboard.
12560 * libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
12561 Fancier version of hello.c courtesy of Huw Davies.
12563 * programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
12564 Fixed compilation of the Control panel.
12566 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
12567 'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
12568 the dead key mapping stuff to the actual mapping code too. Prettied
12569 up the fixme message. Added a check where if the keys of two layouts
12570 match exactly, the one with the best-matching keycode order is chosen,
12571 so that the QWERTY and Dvorak layouts can be distinguished.
12573 * win32/device.c, relay32/kernel32.spec:
12574 Eric Pouech <Eric.Pouech@wanadoo.fr>
12575 Added (empty) stub for OpenVxDHandle.
12577 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12578 mmioOpen() now handles correctly MMIO_PARSE flag.
12580 * controls/edit.c: Luc Tourangeau <luc@macadamian.com>
12581 Background color fix when disabled or read only.
12583 * windows/win.c: Francois Boisvert <francois@macadamian.com>
12584 Transfered the window struct memory release from WIN_DestroyWindow to
12587 * include/winuser.h: Thuy Nguyen <thuy@macadamian.com>
12588 DLGITEMTEMPLATE structure had one too many member.
12590 * debugger/db_disasm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12591 Prevent crash in debugger.
12593 Fri Apr 2 10:37:42 1999 Alexandre Julliard <julliard@winehq.com>
12595 * controls/combo.c, controls/listbox.c, include/combo.h:
12596 Francis Beaudet <francis@macadamian.com>
12597 Implemented the Win95 look and feel.
12599 * windows/defwnd.c: Francis Beaudet <francis@macadamian.com>
12600 Wrote a basic implementation of the WM_PRINT message.
12602 * windows/dce.c, windows/win.c, windows/winproc.c, misc/callback.c:
12603 Francois Boisvert <francois@macadamian.com>
12604 Suspend all windows locks before the control is passed to the
12606 Also fixed some bugs in dce.c
12608 * Make.rules.in, Makefile.in:
12609 Joerg Mayer <jmayer@telesun2.telemation.de>
12610 - Remove some old rc make stuff
12611 - "make clean" omitted some include subdirs
12613 * relay32/ddraw.spec, graphics/ddraw.c:
12614 Lionel Ulmer <ulmer@directprovider.net>
12615 Added DllClassFactory to DirectDraw.
12617 Thu Apr 1 12:05:44 1999 Alexandre Julliard <julliard@winehq.com>
12619 * windows/x11drv/keyboard.c: Marcus Meissner <marcus@jet.franken.de>
12620 Split off keysym/deadchar -> char mapping, use it in DetectLayout.
12622 * tsx11/X11_calls, tsx11/ts_xlib.c, windows/clipboard.c, windows/message.c, windows/ttydrv/clipboard.c, windows/ttydrv/init.c, windows/win.c, windows/winpos.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c, controls/menu.c, graphics/x11drv/bitmap.c, include/clipboard.h, include/ts_xlib.h, include/ttydrv.h, include/win.h, include/winpos.h, include/x11drv.h:
12623 Alex Korobka <alex@aikea.ams.sunysb.edu>
12624 Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
12625 mode go through window manager, small bugfixes for menu and window
12626 code, extended clipboard driver model to handle formats other than
12629 * controls/edit.c: Pavel Roskin <pavel_roskin@geocities.com>
12630 EC_USEFONTINFO means es->char_width/3, not es->char_width. This is
12631 true for multiline controls too, as my tests show.
12633 * dlls/comctl32/listview.c, include/listview.h:
12634 Luc Tourangeau <luc@macadamian.com>
12635 Added support for icon and smallicon views.
12637 * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
12638 Made DOSVM_GetTimer survive EAGAIN errors...
12640 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
12641 Implemented async comm buffers (but probably not bugfree), and along
12642 with them, the functionality of async event notifications, mong them
12643 EnableCommNotification. Removed a previous hack that was faking the
12644 buffers, since we now have real buffers...
12646 * include/wine/winuser16.h: Ove Kaaven <ovek@arcticnet.no>
12647 Added CN_* flags used in WM_COMMNOTIFY.
12649 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
12650 Implement the EnumAttachedSurface method.
12652 * ole/ole2.c: Noel Borthwick <noel@macadamian.com>
12653 Implementation for OleCreateMenuDescriptor, OleSetMenuDescriptor and
12654 OleDestroyMenuDescriptor along with a bunch of internally used methods
12655 and data structures.
12657 * ole/guid.c, include/initguid.h, include/shlguid.h, include/wine/obj_olefont.h, include/wtypes.h:
12658 Adrian Thurston <adriant@corel.ca>
12659 initguid.h should only contain the macro that defines the guids.
12660 Added olectl.h to guid.c so some needed guids get defined.
12661 Made GUID_NULL an actual guid set to 0,0,0...
12663 * if1632/gdi.spec, objects/gdiobj.c:
12664 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12665 Added GdiSignalProc() stub.
12667 * misc/callback.c, relay32/user32.spec, windows/user.c, if1632/thunk.c, if1632/user.spec, include/callback.h, include/task.h, include/user.h, loader/main.c:
12668 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12669 Added USER32.UserSignalProc to Callout table.
12670 Implemented built-in UserSignalProc().
12671 Don't announce Win3.1-style USER handler any more.
12673 * win32/ordinals.c, include/process.h, loader/ne/module.c, loader/ne/segment.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
12674 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12675 Implemented PROCESS_CallUserSignalProc().
12676 Send USER signals at various appropriate places.
12677 Moved [GS]etProcessDword() to scheduler/process.c.
12679 * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c, dlls/shell32/pidl.c, dlls/shell32/shelllink.c, dlls/shell32/shlmenu.c, include/shlobj.h, relay32/shell32.spec:
12680 Juergen Schmied <juergen.schmied@metronet.de>
12681 All 19 FileMenu_* functions, some as stubs, some implemented.
12683 * dlls/shell32/shellole.c, dlls/shell32/shellord.c:
12684 Juergen Schmied <juergen.schmied@metronet.de>
12685 SHCLSIDFromString, StrToOleStr implemented.
12686 RLBuildListOfPaths stub.
12688 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
12689 Juergen Schmied <juergen.schmied@metronet.de>
12690 DllGetVersion (not yet exported).
12691 Small change to SHAppBarMessage.
12693 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
12694 Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA, DrvSendMessage.
12696 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
12697 Added StackEnter() and StackLeave() stubs
12699 * multimedia/mci.c, multimedia/mmsystem.c:
12700 Eric Pouech <Eric.Pouech@wanadoo.fr>
12701 Starting implementation of MCI creator tasks
12702 Fixed bug in MCI_OPEN handling (thanks to Adam for reporting this one)
12703 Better implementation of mmTaskCreate16
12705 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12706 Added creator task to MCI struct.
12708 * dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
12709 Replaced 0xC000 by symbolic constants.
12711 * dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
12712 Fixed small ==, != mixup.
12714 * windows/defdlg.c, windows/defwnd.c:
12715 Luc Tourangeau <luc@macadamian.com>
12716 Implemented WM_NOTIFYFORMAT.
12718 * loader/elf.c: Marcus Meissner <marcus@mud.de>
12719 "foo" was not translated to "foo.so" in elf loader.
12721 * include/bitmap.h, objects/bitmap.c:
12722 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12723 LoadBitmap16()/LoadImage16() calling sequence simplified.
12725 * loader/module.c, loader/ne/resource.c, misc/callback.c, if1632/wprocs.spec:
12726 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12727 Allow NULL NE resource handler; call the default handler directly.
12728 Removed WPROCS / Callbacks support for WineLib resource handlers.
12730 * include/process.h, relay32/utthunk.c:
12731 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12732 Made Universal Thunk list per-process, not system global.
12734 * include/commctrl.h: Paul Quinn <paulq@corel.ca>
12735 Additional macro definitions.
12737 * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
12738 Implemented TCM_ADJUSTRECT.
12740 * msdos/int09.c, msdos/ioports.c:
12741 Michael Veksler <mveksler@techunix.technion.ac.il>
12742 Removed "implicit declaration" warnings.
12744 * graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
12745 Fixed OpenGL devices implementation.
12747 * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12748 In UserYield16, when current thread is a 32 bit one which hold the
12749 Win16Lock, must take care of a LockCount > 1.
12752 Patrik Stridvall <ps@leissner.se>
12753 More code moved to the X11 driver (bitmap and palette and misc).
12755 ----------------------------------------------------------------
12756 Sun Mar 28 15:20:00 1999 Alexandre Julliard <julliard@winehq.com>
12758 * include/winbase.h, include/wingdi.h:
12759 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12760 Move DM* defines from winbase.h -> wingdi.h.
12762 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
12763 Fixed QueryInterface functions for IDirect3D 1 and 2.
12765 * ole/nls/Attic/dnk.nls: Apparently no longer needed.
12767 * controls/menu.c, controls/uitools.c, dlls/comctl32/comboex.c, graphics/x11drv/brush.c, graphics/x11drv/graphics.c, include/debug.h, include/debugdefs.h, memory/global.c, misc/ddeml.c, windows/x11drv/event.c:
12768 Dimitrie O. Paun <dimi@cs.toronto.edu>
12769 Changed some debug messages from one channel to another, to clean up a
12770 bit the debug channel usage.
12772 * loader/module.c: Jess Haas <paranoid07@hotmail.com>
12773 Fixed CreateProcessA so it can handle commandlines with arguments and
12776 * loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
12777 Fixed GetModuleHandle16.
12779 * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
12780 Added Russian keyboard support.
12782 * include/winuser.h, relay32/user32.spec, windows/user.c:
12783 Lionel Ulmer <ulmer@directprovider.net>
12784 Added stub for SetSystemCursor.
12786 * win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
12787 SetFileAttributesA: "implemented" setting of directory flag as test of
12790 * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
12791 Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
12794 * include/wine/obj_storage.h, ole/Makefile.in, ole/ole2.c, ole/ole2stubs.c, ole/storage.c, ole/variant.c, relay32/ole32.spec, relay32/oleaut32.spec, relay32/user32.spec, windows/input.c, include/ole2.h, include/oleauto.h, include/olectl.h, include/winuser.h:
12795 Paul Quinn <paulq@corel.ca>
12796 Aaron Barnes <aaronb@corel.ca>
12797 Adrian Thurston <adriant@corel.ca>
12798 Bundle of new stubs.
12800 * misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
12801 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
12802 Added missing WINAPIs.
12804 * relay32/kernel32.spec, win32/newfns.c:
12805 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
12806 Added CreateIoCompletionPort stub.
12808 * windows/queue.c, windows/message.c:
12809 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12810 Call EVENT_Pending() to flush X11 output queue before blocking in
12811 MsgWaitForMultipleObjects().
12812 Don't call EVENT_WaitNetEvent in MSG_PeekHardwareMsg.
12813 Protect system queue access in hardware_event().
12815 * windows/user.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, controls/menu.c, windows/dce.c, windows/dialog.c, windows/focus.c, windows/mdi.c, windows/message.c, windows/nonclient.c:
12816 Francois Boisvert<francois@macadamian.com>
12817 Fixed some bugs in thread safeness for wnd struct.
12819 * libtest/Makefile.in, libtest/hello3.c, libtest/hello3res.rc:
12820 Pavel Roskin <pavel_roskin@geocities.com>
12821 Made libtest/hello3 work again, now with Windows-compatible resource
12824 * include/imm.h, include/mmsystem.h, include/msacm.h, include/windef.h, include/wtypes.h:
12825 Jiuming Luo <jiuming_luo@yahoo.com>
12826 Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
12827 then deleted the duplicated typedefs (in imm.h and mmsystem.h).
12829 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
12830 Rewrote EnumPrintersA, added CriticalSection around Registry reads and
12831 implemented PRINTER_INFO_2 request.
12833 * windows/x11drv/keyboard.c: Jonathan Naylor <g4klx@pop.agri.ch>
12834 Added Swiss German keyboard layout.
12836 * dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
12837 Juergen Schmied <juergen.schmied@metronet.de>
12838 - adjusted printing of refcounts to be equal
12839 - cleaning up icon cache on PROCESS_DETACH
12840 - fixed ascii/unicode use in SH/ILCreateFromPath
12841 - fixed small memory leak in shellview
12843 * loader/dos/dosvm.c: Marcus Meissner <marcus@jet.franken.de>
12844 Empty DOSVM_QueueEvent for !MZ_SUPPORTED.
12846 * programs/cmdlgtst/cmdlgtst.c:
12847 Pavel Roskin <pavel_roskin@geocities.com>
12850 * include/commdlg.h: Pavel Roskin <pavel_roskin@geocities.com>
12851 Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
12853 * windows/painting.c, windows/scroll.c, windows/ttydrv/init.c, windows/ttydrv/wnd.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c, controls/menu.c, include/region.h, include/ts_xf86vmode.h, include/ts_xutil.h, include/ttydrv.h, include/win.h, include/x11drv.h, objects/region.c, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xf86vmode.c, tsx11/ts_xutil.c, windows/dce.c, windows/nonclient.c:
12854 Alex Korobka <alex@aikea.ams.sunysb.edu>
12855 Moved hrgnUpdate from client to window coordinates, made nonclient
12856 painting depend on the update region, reworked SetWindowPos() and
12857 RedrawWindow() to speed up update region calculation, made -desktop
12858 work properly, added WM_CANCELMODE here and there, fixed several
12859 window activation bugs that crept in since the last time.
12861 * windows/message.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
12862 Fixed occasional loss of SendMessage() return value.
12864 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
12865 Added initialisation of the pixmap_depth field in
12866 Xlib_DirectDrawCreate.
12868 * msdos/ioports.c: Jess Haas <paranoid07@hotmail.com>
12871 * msdos/int2f.c: Jess Haas <paranoid07@hotmail.com>
12872 Added stub for int2f 4b.
12874 * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
12875 James Abbatiello <abbeyj@wpi.edu>
12876 Fixed memory leak in waveOutOpen/waveOutClose.
12878 * graphics/psdrv/escape.c:
12879 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12880 More Escapes for the PostScript driver.
12882 Sat Mar 27 16:56:13 1999 Alexandre Julliard <julliard@winehq.com>
12884 * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c:
12885 Francois Gouget <fgouget@psn.net>
12886 Adapted to the interface/implementation separation.
12887 Now uses ICOM_THIS to access the implementation structures.
12888 Replaced 'this' with 'This' for ICOM_THIS.
12889 Direct access to the virtual table has been eliminated too.
12891 * graphics/d3d_private.h, graphics/ddraw_private.h:
12892 Francois Gouget <fgouget@psn.net>
12893 Updated to include all the implementation aspects that were previously
12894 in the public includes.
12896 * graphics/vga.c: Francois Gouget <fgouget@psn.net>
12897 Removed direct access to the virtual table
12899 * include/d3d.h, include/ddraw.h: Francois Gouget <fgouget@psn.net>
12900 Removed all implementation aspects.
12901 Modified to use the latest ICOM macros.
12902 Added the macros for use in C.
12903 Added the method parameter names (when I had them).
12905 * include/module.h, include/pe_image.h, include/thread.h, loader/module.c, loader/pe_image.c, scheduler/process.c, scheduler/thread.c:
12906 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12907 Fixed sequence of DLL_PROCESS_DETACH notification calls.
12908 Moved PE_MODREF flags to WINE_MODREF level.
12909 Better handling of LoadLibraryEx flags.
12910 PE_InitTls() changed to work only on the current thread.
12912 * include/server.h, scheduler/process.c, server/trace.c:
12913 Added cmd line in new_process request.
12915 * scheduler/thread.c:
12916 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12917 All threads created with CreateThread are 32-bit threads.
12919 * dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shellord.c:
12920 Juergen Schmied <juergen.schmied@metronet.de>
12921 Reading of binary streams implemented (SHOpenRegStream).
12923 * msdos/int25.c, msdos/int26.c:
12924 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
12925 Fixed int25 & int26 error code.
12927 * loader/task.c, windows/queue.c:
12928 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12929 Allow UserYield16 to be called from 32-bit thread.
12931 * include/oledlg.h, include/winbase.h:
12932 Albert Den Hann <albertd@corel.ca>
12933 Additional macro definitions.
12935 * graphics/x11drv/bitmap.c, include/bitmap.h, objects/bitmap.c:
12936 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12937 Fixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetPadding.
12939 * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
12940 Fixed metafile recording of CreatePatternBrush.
12942 Thu Mar 25 16:42:28 1999 Alexandre Julliard <julliard@winehq.com>
12944 * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h, dlls/comctl32/commctrl.c:
12945 Pascal Lessard <pascal@macadamian.com>
12946 Change the AddBitmap function. Implement flat toolbar. Change
12947 CreateToolbarEx. Implement partially the hot buttons for toolbar.
12950 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12951 Implemented Get Shift Flags function.
12953 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
12956 * graphics/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
12957 Changed stdlib.h to string.h.
12959 * dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
12962 * misc/ddeml.c, multimedia/msvideo.c, ole/safearray.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c, win32/console.c:
12963 David Luyer <luyer@ucs.uwa.edu.au>
12964 Changed "strings.h" to "string.h".
12966 * graphics/x11drv/bitblt.c, windows/nonclient.c:
12967 Randy Weems <rweems@home.com>
12968 Fixed off-by-one error if bitblt width or height is negative.
12970 * dlls/comctl32/tab.c, include/tab.h:
12971 Francis Beaudet <francis@macadamian.com>
12973 - showing the selected tab as highlighted
12974 - support for drawing the focus rectangle
12975 - basic keyboard support
12976 - support for a tab with horizontal scrolling.
12978 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12979 Thread-safe implementation of profile functions (Windows and Wine).
12981 * include/message.h, loader/main.c, windows/timer.c:
12982 Stephane Lussier <stephane@macadamian.com>
12983 Made the timer code thread safe.
12985 * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
12986 Fixed possible endless loop.
12988 * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
12989 Fixed LB_GETCURSEL message to return LB_ERR on empty list.
12991 * dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shlguid.h, include/shlobj.h, include/wine/obj_base.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_extracticon.h, include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h, include/wine/obj_shellview.h, dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/folders.c, dlls/shell32/shell32_main.c:
12992 Juergen Schmied <juergen.schmied@metronet.de>
12993 Use the new header for COM definitions.
12995 * dlls/shell32/shellord.c, relay32/shell32.spec:
12996 Juergen Schmied <juergen.schmied@metronet.de>
12997 New stub shell_654.
12999 * include/treeview.h, dlls/comctl32/treeview.c:
13000 Sylvain St.Germain <sylvain@macadamian.com>
13001 Implementation of TVM_SORTCHILDRENCB.
13002 Implementation of TVI_SORT insertion.
13003 Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
13004 Fix problems related to TVIS_EXPANDEDONCE.
13006 * dlls/comctl32/comctl32undoc.c:
13007 Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
13008 Fix problem in DPA_QuickSort where the sort order was inverted.
13010 * include/dosexe.h, include/winbase.h, loader/dos/dosvm.c, loader/dos/module.c:
13011 Ove Kaaven <ovek@arcticnet.no>
13012 Added infrastructure and definitions for general-purpose event and IRQ
13013 handling for the Wine dos box. Removed the obsolete MZ_Tick. Added
13014 event message loop, message handling, CLI/STI handling, and minimal
13017 * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
13018 Added handling of SIGUSR2 for the new event interruption handling,
13019 bumping up the protocol revision. Made some debug messages not be
13020 output when it's not necessary.
13022 * msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
13023 Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
13025 * include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
13026 Ove Kaaven <ovek@arcticnet.no>
13027 Added int 0x09 and int 0x33.
13029 * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
13030 Implemented a int 0x33 handler, with a minimal implementation of the
13031 mouse routines, including callbacks.
13033 * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
13034 Implemented a int 0x09 handler, and a scancode queue that simulates
13035 IRQ 1 in the dos box.
13037 * include/docobj.h: Paul Quinn <paulq@corel.ca>
13038 Creation of docobj.h.
13040 * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13041 Allow depth of DIB to differ from depth of bitmap in GetDIBits.
13043 Wed Mar 24 15:07:20 1999 Alexandre Julliard <julliard@winehq.com>
13045 * debugger/editline.c: Abort on input error.
13047 * include/oledlg.h: Adrian Thurston <adriant@corel.ca>
13048 Population of oledlg.
13050 * windows/x11drv/event.c, windows/painting.c:
13051 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13052 Add IsWindow() checks after SendMessage() returns.
13054 * msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
13055 Fixed a small bug in int10.
13057 * controls/combo.c: Pascal Lessard <pascal@macadamian.com>
13058 COMBO_Size: maintain the height of the RectCombo when the window is
13061 * include/hook.h, include/winuser.h: Adrian Thurston <adriant@corel.ca>
13062 Paul Quinn <paulq@corel.ca>
13063 Added various definitions.
13064 Moved CWPSTRUCT from hook.h to winuser.h to conform to the SDK.
13066 * include/windef.h: Jim Aston <jima@corel.ca>
13067 Added a few empty macros.
13069 * include/cursoricon.h, objects/cursoricon.c:
13070 Marcus Meissner <marcus@jet.franken.de>
13071 CURSORICON_Destroy: missing WINAPI added.
13073 * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
13074 Added translation for SO_RCVTIMEO (as seen by IE4).
13076 Tue Mar 23 17:04:10 1999 Alexandre Julliard <julliard@winehq.com>
13078 * server/process.c: Create startup info for the initial process.
13080 * include/server.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/request.c, server/trace.c:
13081 Added server pid and tid in init_thread request, and use them in
13084 * include/compobj.h, include/objbase.h, include/ole2.h, include/wine/obj_base.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/winerror.h, include/wtypes.h, ole/Makefile.in, ole/antimoniker.c, ole/bindctx.c, ole/compobj.c, ole/compositemoniker.c, ole/filemoniker.c, ole/itemmoniker.c, ole/moniker.c, ole/storage32.c, relay32/ole32.spec:
13085 Noomen Hamza <noomen@macadamian.com>
13087 - IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and
13088 GenericCompositeMoniker
13089 - IRunningObjectTable interface, and
13090 - IBindCtx interface.
13092 * graphics/psdrv/bitmap.c, graphics/psdrv/ps.c, include/psdrv.h:
13093 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13094 Added StretchDIBits for the PostScript driver.
13096 * include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
13097 Added missing ending pragma pack.
13099 * misc/comm.c: Rein Klazes <rklazes@casema.net>
13100 Corrected small bug in GetCommState16. Parity check can be disabled
13101 even when a parity bit is used. SetCommState16() can override baudrate
13102 setting in wine.conf.
13104 Mon Mar 22 17:47:36 1999 Alexandre Julliard <julliard@winehq.com>
13106 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13107 Bugfix: cope with quoted arguments for CreateProcess().
13109 * loader/resource.c:
13110 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13111 Fixed typo in SizeofResource().
13113 * memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13114 lstrcpyA can't use strcpy.
13116 * relay32/builtin32.c, if1632/builtin.c, include/module.h, misc/main.c, miscemu/main.c:
13117 Marcus Meissner <marcus@jet.franken.de>
13118 Added -dll option for winelib programs. (Note: will not print warnings
13119 on failure currently).
13121 * relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13124 * loader/pe_image.c, msdos/int21.c:
13125 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13128 * if1632/mmsystem.spec, relay32/winmm.spec:
13129 Eric Pouech <Eric.Pouech@wanadoo.fr>
13130 Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
13132 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13133 Started calling mixer as a 32 bit low level driver (no longer 16 bit)
13134 Added support for yield proc in mci struct
13135 Added mmTaskXXX16 and mmThreadXXX16 functions
13136 Refreshed implementation of 16 bit native & asynchronous MCI driver
13137 command (through mmtask.tsk).
13139 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13140 Fixed a few bugs. Started implementing mixerMessage as a 32 bit
13141 function (no longer 16 bit).
13143 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13144 Implemented mciExecute.
13146 * include/multimedia.h, multimedia/mci.c:
13147 Eric Pouech <Eric.Pouech@wanadoo.fr>
13148 Added yield proc members to mci struct.
13150 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13151 Added mixer specfic error codes, fixed type in function name.
13153 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13154 Fixed return codes for default driver proc.
13156 * controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
13157 Made LB_GETCURSEL return focus_item if no item has been selected.
13159 * windows/x11drv/keyboard.c:
13160 Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
13161 Added Finnish keyboard layout.
13163 * misc/main.c, windows/x11drv/clipboard.c, windows/x11drv/keyboard.c, graphics/wing.c, graphics/x11drv/xfont.c, include/wine/winuser16.h, include/winuser.h, include/x11drv.h:
13164 Veksler Michael <mveksler@techunix.technion.ac.il>
13165 Removed winuser16.h from x11drv.h.
13167 * include/winspool.h, misc/printdrv.c:
13168 Klaas van Gend <klaas@vangend.demon.nl>
13169 Implementation of EnumPrintersA, info level 4 and 5.
13171 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
13172 Check if the build is stripped, and die if it is.
13173 Check for Bash 2.0, and if so use different STDERR->STDOUT redirctor
13174 (thanks Ryan Cumming!).
13176 * windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
13177 Fixed "reached end of non void..." warnings.
13179 * documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
13180 MessageBox32A -> MessageBoxA
13182 * loader/module.c, relay32/kernel32.spec:
13183 Sergey Turchanov <turchanov@usa.net>
13184 Implementation for FreeLibraryAndExitThread.
13185 Made GetBinaryType = GetBinaryTypeA.
13187 * include/task.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
13188 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13189 Run Win32 processes in their own threads.
13190 Process exit sequence adapted.
13192 Sun Mar 21 19:26:26 1999 Alexandre Julliard <julliard@winehq.com>
13194 * scheduler/sysdeps.c, scheduler/thread.c, include/thread.h, loader/module.c, scheduler/client.c, scheduler/process.c:
13195 Changed process initialisation to use the new server requests.
13196 Started to move the process init to the right context, not finished yet.
13198 * include/server/object.h, include/server/process.h, include/server/request.h, include/server/thread.h, server/main.c, server/process.c, server/request.c, server/socket.c, server/thread.c, server/trace.c, include/server.h:
13199 Added new_process and init_process request.
13200 Split out process creation from thread creation.
13201 Changed server initialisation to ensure that we always have a current
13204 * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
13205 One small error corrected and the 102th key...
13207 * misc/comm.c, include/comm.h: Ove Kaaven <ovek@arcticnet.no>
13208 Made commerror and eventmask local to each port (for win16), made the
13209 win16 routines use port indices instead of UNIX fds (this should make
13210 some Visual Basic stuff and similar garbage start working), moved some
13211 stuff around (win16 routines at top of file, win32 routines at
13212 bottom), made a couple of win32 routines use win32 handles, and added
13213 a few hints as to how to implement asynchronous buffers, based on
13214 which EnableCommNotification can eventually be implemented.
13216 * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
13217 Fixed prototypes of a couple of comm routines.
13219 * loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13222 * windows/win.c: Francis Beaudet <francis@macadamian.com>
13223 Clear update region before WM_NCDESTROY.
13225 * include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
13226 Got rid of SYSTEM_LOCK macros.
13228 Sat Mar 20 07:18:26 1999 Alexandre Julliard <julliard@winehq.com>
13230 * misc/main.c: No longer need to delete system heap critical section.
13232 Fri Mar 19 17:04:25 1999 Alexandre Julliard <julliard@winehq.com>
13234 * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
13235 Added a check for desktop in SHGetFileInfo.
13237 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13238 Fixed some bugs in MCI message mapping (32A => 16).
13240 * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
13241 Fixed WIN_SendDestroyMsg.
13243 * include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
13244 Removed definitions for FIONREAD and FIONBIO.
13246 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13247 Fixes some return values for DefDriverProc.
13249 * programs/regapi/regFixer.pl:
13250 Sylvain St.Germain <sylvain@macadamian.com>
13251 Removed the chop command that was there to get rid of dos ^M.
13252 The script now process only unix file format.
13254 * windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13255 Hide dialog windows created by CreateDialog* in EndDialog just as
13258 * ole/variant.c: Stephane Lussier <stephane@macadamian.com>
13259 Set type of destination variant in VariantChangeTypeEx function.
13261 * windows/x11drv/keyboard.c:
13262 Bertho Stultiens <bertho@panter.soci.aau.dk>
13263 Fixed Danish keyboard layout.
13265 Thu Mar 18 17:39:58 1999 Alexandre Julliard <julliard@winehq.com>
13267 * ole/itemmoniker.c, ole/ole2.c, ole/olefont.c, windows/dinput.c, windows/input.c, windows/keyboard.c, windows/message.c, windows/painting.c, windows/queue.c, windows/syscolor.c, windows/sysmetrics.c, windows/user.c, dlls/shell32/iconcache.c, files/dos_fs.c, graphics/ddraw.c, graphics/fontengine.c, include/win.h, loader/main.c, loader/resource.c, misc/lzexpand.c, misc/registry.c, msdos/int10.c, multimedia/init.c, objects/enhmetafile.c:
13268 Marcus Meissner <marcus@jet.franken.de>
13269 Lots of warning fixed, one missing WINAPI in ddraw.c added.
13271 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
13272 Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
13274 * relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
13275 msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
13277 * relay32/kernel32.spec, misc/toolhelp.c:
13278 Marcus Meissner <marcus@jet.franken.de>
13279 Added Module32* stubs.
13281 Wed Mar 17 15:54:44 1999 Alexandre Julliard <julliard@winehq.com>
13283 * windows/x11drv/keyboard.c:
13284 Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
13285 Added Portuguese keytable.
13287 * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
13288 Added Canadian French keyboard layout.
13290 * windows/x11drv/keyboard.c:
13291 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13292 Added UK keyboard layout.
13294 * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
13295 <paranoid07@hotmail.com>
13296 Fixed/implemented various interrupt functions.
13298 * controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c:
13299 Marcus Meissner <marcus@jet.franken.de>
13300 Fixed some warnings. removed some unneccessary includes, removed one
13301 direct WND* access in controls/menu.c.
13303 * windows/win.c: Francis Beaudet <francis@macadamian.com>
13304 Implemented a more defensive version of WIN_SendDestroyMsg.
13306 * include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
13307 Install headers from $(SRCDIR).
13309 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
13310 Removed the obsolete ICOM macros.
13312 * include/vfw.h: Francois Gouget <fgouget@psn.net>
13313 Moved the APIs closer to the corresponding COM interface, removed two
13314 duplicates and added 2-3 macros for A/W APIs.
13316 * msdos/int15.c: <paranoid07@hotmail.com>
13317 Added some stubs for int15 functions.
13319 * windows/message.c, windows/queue.c:
13320 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13321 Inter-thread SendMessage() bugfixes:
13322 - Insert new message to be received at the *end* of the SM_PENDING_LIST.
13323 - Do *not* process received messages in ReplyMessage().
13324 - Clear the QS_SMRESULT flag only immediatedly before waiting.
13326 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
13327 Return error if not a valid OLE compound file.
13329 * dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
13330 Fix crash if lpuCurDirLen or lpuDestDirLen==0.
13332 * misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
13333 Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
13336 Tue Mar 16 16:29:26 1999 Alexandre Julliard <julliard@winehq.com>
13338 * include/dosexe.h, include/module.h, include/pe_image.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/pe_image.c:
13339 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13340 Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
13342 * include/process.h, include/thread.h, scheduler/process.c, scheduler/thread.c:
13343 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13344 Pass new arguments (suspend/inherit) to the server.
13346 * include/server.h, include/server/thread.h, scheduler/client.c, server/request.c, server/thread.c, server/trace.c:
13347 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13348 Handle suspend/resume_thread requests in phase STARTING correctly.
13349 Set initial suspend count for threads created with CREATE_SUSPENDED.
13350 Set 'inheritable' flag for process/thread handles.
13352 * dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/comctl32/updown.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c:
13353 Marcus Meissner <marcus@jet.franken.de>
13354 Removed no longer necessary win.h include, added now necessary other
13355 includes (win.h used only by UPDOWN now).
13357 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
13358 debug.h must be last, or we get ERR() macro problems again.
13360 * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
13361 Fixed a slight bug that was included in the change from WND ptr to
13364 * loader/main.c, misc/callback.c:
13365 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13366 Fix compiler warnings.
13368 * dlls/comctl32/imagelist.c, dlls/comctl32/treeview.c, include/treeview.h:
13369 Sylvain St.Germain <sylvain@macadamian.com>
13370 Fixed some graphical problems of the treeview and added support LMB
13371 click on +/- sign to open and close.
13372 Fixed a bug in imagelist where the last image could not be displayed.
13374 * windows/x11drv/event.c:
13375 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13376 Avoid unnecessary error messages.
13378 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13379 Ignore HIWORD of boolean return values of 16-bit hook procedures, to
13380 match buggy Windows behaviour.
13382 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
13383 Corrected bug in enumeration function.
13385 * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
13386 Fixed bug introduced in WIN_FindWindow.
13388 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
13389 0 is a valid index for a tab item.
13390 CreateSolidBrush takes a COLORREF as a parameter.
13391 Tab controls were always displayed in the top left corner.
13393 Mon Mar 15 16:15:17 1999 Alexandre Julliard <julliard@winehq.com>
13395 * include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
13396 Francois Gouget <fgouget@psn.net>
13397 Updated the interfaces to use the latest ICOM macros.
13399 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
13402 * if1632/mmsystem.spec, include/mmsystem.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mci.c, multimedia/mcistring.c, multimedia/mmsystem.c, relay32/winmm.spec:
13403 Eric Pouech <Eric.Pouech@wanadoo.fr>
13404 Moved all MCI internal functions/variables/macros to mci.c.
13405 Changed some interface names.
13407 * include/digitalv.h, multimedia/mciavi.c:
13408 Eric Pouech <Eric.Pouech@wanadoo.fr>
13409 Make use of digitalv.h file.
13411 * multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13412 Changed how list of loadable MCI drivers is obtained.
13414 * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
13415 Describes in newbie terms how to add new keyboard layouts.
13417 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
13418 Better comments, and added ANSI codepages in table.
13419 US keyboard contributed by Uwe Bonnes.
13420 French keyboard contributed by Eric Pouech.
13421 German keyboard contributed by Ulrich Weigand.
13422 Danish keyboard contributed by Bertho Stultiens.
13424 * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/generic.c, dlls/commdlg/printdlg.c, include/commdlg.h:
13425 Klaas van Gend <klaas@vangend.demon.nl>
13426 - Reimplementation of the CommDlg ExtendedError mechanism using TLS.
13427 - Some header inclusion cleanup.
13429 * multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
13430 Eric Pouech <Eric.Pouech@wanadoo.fr>
13433 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13434 Makes use of new CDAUDIO_Seek() function.
13436 * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13437 Various fixes for MSCDEX traps.
13439 * misc/cdrom.c, include/cdrom.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13440 Added new function CDAUDIO_Seek().
13442 * include/driver.h, windows/driver.c:
13443 Eric Pouech <Eric.Pouech@wanadoo.fr>
13444 Better 16/32 bit driver messages mapping and handling.
13445 Better protection against bad handles.
13447 * include/peexe.h, loader/resource.c:
13448 Marcus Meissner <marcus@jet.franken.de>
13449 Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
13452 * include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
13453 Fixed make install.
13455 ----------------------------------------------------------------
13456 Sun Mar 14 17:25:33 1999 Alexandre Julliard <julliard@winehq.com>
13458 * include/win.h, ipc/dde_proc.c, misc/spy.c, windows/class.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/dinput.c, windows/focus.c, windows/input.c, windows/mdi.c, windows/nonclient.c, windows/painting.c, windows/property.c, windows/queue.c, windows/scroll.c, windows/win.c, windows/winpos.c, windows/winproc.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, controls/button.c, controls/combo.c, controls/desktop.c, controls/edit.c, controls/icontitle.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, dlls/comctl32/updown.c, graphics/ddraw.c, if1632/thunk.c:
13459 Francois Boisvert <francois@macadamian.com>
13460 Made access to the wnd struct thread-safe.
13462 * */*: Jim Aston <asto0001@algonquinc.on.ca>
13463 Renamed wintypes.h to windef.h.
13465 * memory/heap.c: Make the system heap critical section global.
13468 Fixed Makefile up-to-date check to avoid relinking all the object
13471 * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
13472 Reimplemented some code without using X11.
13474 * graphics/ddraw.c, relay32/ddraw.spec:
13475 Patrik Stridvall <ps@leissner.se>
13476 Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
13478 * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
13479 Added tracing for delayed imports and removed the fixme.
13481 * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
13482 Better implementation of GetShortPathNameA/W.
13484 * misc/registry.c, wine.ini: Nathan Zorich <wfilardo@fuse.net>
13485 Allow the file names and paths for the registry files (user.reg and
13486 system.reg) to be specified in a [Registry] section of wine.ini or
13489 * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
13490 Fix OemToAnsiBuff for real Win31 behavior.
13492 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
13493 First attempt at supporting different keyboard layouts with their
13494 correct scancode mapping.
13496 * configure, configure.in, programs/Makefile.in, programs/regapi/.cvsignore, programs/regapi/Makefile.in, programs/regapi/README, programs/regapi/regFixer.pl, programs/regapi/regRestorer.pl, programs/regapi/regSet.sh, programs/regapi/regapi.c:
13497 Sylvain St.Germain <sylvain@macadamian.com>
13498 Added command line tool to access the registry.
13500 * rc/winerc.c: Fixed compilation.
13502 * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
13503 Ignore generated files.
13505 * programs/notepad/lcc.h: Fixed make depend.
13507 * ole/ole2.c, ole/olefont.c, include/ole.h, include/ole2.h, include/oleauto.h, include/olectl.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wine/obj_oleobj.h, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_shelllink.h, include/wine/obj_storage.h, include/winerror.h, include/wingdi.h, include/winsock.h, include/winuser.h, include/wtypes.h:
13508 Paul Quinn <paulq@linuxmaster.hungrycats.org>
13509 Many new defines, and structs to help compile MFC. As well as a few
13510 OLE corrections from earlier.
13512 * loader/ne/module.c:
13513 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13514 Make GetModuleHandle16 only look for module names, not path names.
13516 * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
13517 Added some more vga video modes.
13519 * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
13520 Prevent X11 errors when XCreateWindow is called with zero width or
13523 * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
13524 Added metafile support for ExtFloodFill.
13526 * controls/button.c:
13527 Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
13528 Paint gray text on gray background in checkboxes/radiobuttons by
13529 stippling. Also changed the brush used in this case to give better
13530 readability with X fonts.
13532 * include/debugdefs.h, include/tapi.h, misc/Attic/tapi32.c, misc/Makefile.in, relay32/tapi32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/tapi32/.cvsignore, dlls/tapi32/Makefile.in, dlls/tapi32/assisted.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, include/debug.h:
13533 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13534 Implemented (nearly) all TAPI functions as stubs.
13536 * include/wine/winuser16.h, misc/comm.c, files/dos_fs.c, include/winbase.h:
13537 Michael McCormack <Michael.McCormack@alcatel.com.au>
13538 Basic support for WIN32 serial communications API.
13539 Modify DOSFS_OpenDevice to allow opening of COM ports.
13540 Change Win32 comm functions to accept file handle.
13541 Add declaration of COMSTAT32 structure.
13543 * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
13544 Fixed a silly VGA-emulation palette bug.
13546 * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
13547 Fixed a couple of ugly warnings (caused by ugly errors).
13549 * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13552 * dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/shell32_main.h, dlls/shell32/shellguid.c, dlls/shell32/shlfolder.c, include/shlguid.h, include/shlobj.h, include/wine/obj_enumidlist.h, include/wine/obj_shellfolder.h, ole/guid.c:
13553 Juergen Schmied <juergen.schmied@metronet.de>
13554 - IShellFolder and IEnumIDList are using the new COM headers
13555 - fixed sort order for folders and drives
13557 * README: Ove Kaaven <ovek@arcticnet.no>
13558 Corrected location of FAQ.
13560 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
13561 Fully implemented Direct Console Input.
13563 Sat Mar 13 18:20:27 1999 Alexandre Julliard <julliard@winehq.com>
13565 * windows/queue.c, dlls/shell32/shlfolder.c, if1632/thunk.c, scheduler/sysdeps.c:
13566 Marcus Meissner <marcus@jet.franken.de>
13567 Fixed newly introduced and some leftover warnings.
13569 * include/wingdi.h: Francois Gouget <fgouget@psn.net>
13570 It is now possible to use the standard macros for GetTextExtentPoint
13571 and GetTextExtentPoint32.
13573 * include/prsht.h: Francois Gouget <fgouget@psn.net>
13574 Fixed some SendMessage32A that escaped the renaming.
13576 * include/ole2.h: Francois Gouget <fgouget@psn.net>
13577 On windows ole2.h includes oleauto.h and some programs depend on this.
13579 * include/oleauto.h, ole/ole2disp.c: Francois Gouget <fgouget@psn.net>
13580 Fixes in the SysAllocString functions prototypes. It's mostly 'const'
13581 problems that prevent regular code from compiling.
13583 * dlls/commdlg/filedlg.c, graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_cdrom, include/bitmaps/Attic/obm_drive, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2, include/bitmaps/Attic/obm_harddisk, include/bitmaps/oic_cdrom, include/bitmaps/oic_floppy, include/bitmaps/oic_folder, include/bitmaps/oic_folder2, include/bitmaps/oic_hdisk, include/bitmaps/oic_network, include/winuser.h:
13584 Pavel Roskin <pavel_roskin@geocities.com>
13585 File open dialog now uses icons instead of bitmaps.
13587 * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
13588 Updated AVI* class interface to new ICOM_ methods.
13590 * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
13591 Some fixes and additions.
13593 * dlls/avifil32/.cvsignore, dlls/avifil32/Makefile.in, dlls/avifil32/avifile.c, include/debug.h, include/debugdefs.h, relay32/avifil32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in:
13594 Marcus Meissner <marcus@jet.franken.de>
13595 Started on avifil32 implementation (only stubs currently).
13597 * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
13598 Reimplemented DrawFocusRect without using X11.
13600 * include/miscemu.h, msdos/dosmem.c, msdos/int10.c:
13601 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13602 Implemented mode setting things as well as VESA additions and other
13603 things. Cleaned up DOSMEM_BiosData handling.
13605 * include/wine/obj_olefont.h, ole/olefont.c:
13606 Francis Beaudet <francis@macadamian.com>
13607 Implemented the IPersistStream interface on the OLE font object.
13609 * miscemu/emulate.c:
13610 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13611 Make function BX=6 round ST0 to integer.
13613 * include/commctrl.h, include/wingdi.h: Paul Quinn <paulq@corel.ca>
13614 Adrian Thurston <adriant@corel.ca>
13615 - Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
13616 LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
13617 - Added some missing structures and definitions to wingdi.h
13618 - Added proper defines for GetCharWidthsXXX
13619 - Added c++ protection to wingdi.h
13621 * dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
13622 Juergen Schmied <juergen.schmied@metronet.de>
13623 - mostly cleanup after the renaming
13624 - implemented SHILCreateFromPath
13625 - small changed to SHGetFileInfo
13627 * include/prsht.h, include/winuser.h:
13628 Bertho Stultiens <bertho@panter.soci.aau.dk>
13629 Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
13630 structure for compatibility.
13632 * dlls/commdlg/printdlg.c, include/cderr.h, include/commdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
13633 Bertho Stultiens <bertho@panter.soci.aau.dk>
13634 Moved error codes to cderr.h.
13636 * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
13637 Fix CreateProcess to handle lpCommandline better.
13639 * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
13640 Change GetStartupInfoA/W to return the real StartupInfo.
13642 * windows/mdi.c: Guy Albertelli <<galberte@neo.lrun.com>>
13643 Handle null wndPtr for mdi window.
13645 * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
13646 Fixed a couple of missing #defines for Win32 API functions with
13647 ASCII/Unicode versions.
13649 * win32/newfns.c, if1632/kernel.spec, if1632/thunk.c, if1632/wprocs.spec, include/callback.h, misc/callback.c, relay32/Makefile.in, relay32/utthunk.c:
13650 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13651 Implemented UTRegister and UTUnRegister.
13653 * if1632/ddeml.spec, include/ddeml.h, include/winnt.h, misc/ddeml.c, relay32/user32.spec:
13654 <keith_m@sweeney.demon.co.uk>
13655 Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
13656 bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
13657 DdeSetQualityOfService, DdeSetUserHandle.
13658 Corrected heap handling in DdeInitializeW, refined CreateMutex error
13662 * if1632/olecli.spec, include/ole.h, ole/olecli.c:
13663 Pavel Roskin <pavel_roskin@geocities.com>
13664 Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
13665 OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
13666 OleRevertClientDoc, OleEnumObjects.
13668 * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
13669 Definition for OleCreateLinkFromClip was incorrect.
13671 * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
13672 Mask out the upper 12 bits from the resourceid, just like win95 does.
13674 * BUGS: Ove Kaaven <ovek@arcticnet.no>
13675 Updated bug list by my knowledge of them.
13677 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
13678 StgCreateDocfile accepts NULL as a file name.
13680 * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
13681 Added support for alternate DIBBITBLT layout.
13683 * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
13684 Buffer size bug in LocateDebugInfoFile.
13686 * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13687 Improved "error" message readability.
13689 * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
13691 * dlls/comctl32/listview.c: Fixed make depend
13693 Fri Mar 12 17:42:50 1999 Alexandre Julliard <julliard@winehq.com>
13695 * dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, include/ipaddress.h, include/updown.h:
13696 Eric Kohl <ekohl@abo.rhein-zeitung.de>
13697 Replaced direct access to the WND structure by corresponding calls to
13700 * dlls/comctl32/commctrl.c, dlls/comctl32/progress.c, dlls/comctl32/updown.c, include/commctrl.h:
13701 Eric Kohl <ekohl@abo.rhein-zeitung.de>
13702 Fixed some bugs introduced by the automated renaming.
13704 * resources/.cvsignore: Added sysres_Ru.s
13706 * dlls/comctl32/header.c, dlls/comctl32/listview.c, include/commctrl.h, include/listview.h:
13707 Luc Tourangeau <luc@macadamian.com>
13708 Changed the listview control to add the report view and fix some bugs
13711 * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
13712 Removed use of WND struct.
13714 * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
13715 Added #ifdef HAVE_WCTYPE_H.
13717 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
13718 Removed direct access to the WND struct.
13720 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
13721 Message translation for WM_WININICHANGE.
13723 * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
13724 obm_closed_95 should not be drawn inverted.
13726 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
13727 Removed direct access to the WND struct.
13729 * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
13730 Thuy Nguyen <thuy@macadamian.com>
13731 Improved performance.
13733 * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
13734 Create a new DC in GetDCEx when none are available.
13736 * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
13737 Stephane Lussier <stephane@macadamian.com>
13738 Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
13740 * controls/combo.c: Pavel Roskin <pavel_roskin@geocities.com>
13741 Changed the button state to "up" as soon as it is known that the
13742 selection has been cancelled, so the button is redrawn in the "up"
13745 * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
13746 Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
13748 Wed Mar 10 18:03:54 1999 Alexandre Julliard <julliard@winehq.com>
13750 * include/wine/obj_inplace.h, include/wine/obj_oleaut.h, include/wine/obj_oleobj.h, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_property.h, ole/compobj.c, ole/guid.c, ole/ole2disp.c, ole/olecli.c, ole/oledlg.c, ole/oleobj.c, dlls/shell32/dataobject.c, dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/Attic/wintypes.h, include/commdlg.h, include/imm.h, include/oaidl.h, include/objbase.h, include/ocidl.h, include/ole.h, include/ole2ver.h, include/oleauto.h, include/olectl.h, include/oleidl.h, include/shlguid.h, include/shlobj.h, include/winbase.h, include/wine/obj_base.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/winnt.h, include/wtypes.h:
13751 Paul Quinn <paulq@corel.ca>
13752 Added a lot of new OLE interfaces.
13754 * documentation/languages, documentation/wine.man, include/options.h, misc/main.c, ole/ole2nls.c, resources/Makefile.in, resources/sysres.c, resources/sysres_Ru.rc:
13755 Alexander Kanavin <ak@cave.hop.stu.neva.ru>
13756 Added support for Russian language.
13758 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13759 Temporary fix: Activate 16-bit system timer callback routines, but
13760 skip calling them if timer signal occured while current thread was
13761 holding the Win16Lock (to prevent 16-bit stack corruption).
13763 * include/syslevel.h, scheduler/syslevel.c:
13764 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13765 Implemented _ConfirmWin16Lock (KERNEL32.96).
13767 * graphics/ddraw.c, include/ddraw.h:
13768 Lionel Ulmer <ulmer@directprovider.net>
13769 - some clean up in handling of depth
13770 - more depth conversion routines for X11 (15, 16 and 32 -> 8)
13772 * include/queue.h, windows/message.c, windows/queue.c:
13773 Stephane Lussier <stephane@macadamian.com>
13774 Implemented SendMessageTimeout() functions.
13776 * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
13777 Marcel Baur <mbaur@g26.ethz.ch>
13778 Added Boyer-Moore text search.
13780 * if1632/thunk.c, if1632/user.spec, include/callback.h, misc/callback.c:
13781 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13782 Added USER.DestroyIcon32 to Callout struct.
13784 * include/module.h, loader/ne/convert.c:
13785 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13786 Deleted NE_FreePEResource().
13788 * include/user.h, loader/main.c, loader/module.c, windows/user.c:
13789 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13790 Adapted to cursor/icon handling changes.
13792 * loader/ne/resource.c, loader/resource.c:
13793 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13794 Allow accessing both NE and PE resources with both 16- and 32-bit API.
13795 Hook cursor/icon destruction into FreeResource (like Win95).
13797 * include/cursoricon.h, objects/cursoricon.c:
13798 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13799 Implemented Win95-style shared cursor/icon cache.
13800 Merged NE and PE resource handling.
13802 * graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
13803 Pavel Roskin <pavel_roskin@geocities.com>
13804 Fixed folder bitmap colors for 8bpp.
13806 * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
13807 Windows doesnt allow dashed and dotted lines > 1.
13809 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
13810 Fixed a reference-counting problem in the external lock mechanism.
13812 * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
13813 Fixed a simple bug in the implementation of the ShellView objects.
13815 * dlls/shell32/shell32_main.c, include/shell.h:
13816 Sergey Turchanov <turchanov@usa.net>
13817 Added some extra CSIDLs.
13819 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13820 Bugfix: Allow lpCommandLine == NULL in CreateProcess().
13822 * windows/x11drv/keyboard.c:
13823 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13824 Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
13826 * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
13827 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13828 Avoid unnecessary GraphicsExpose events.
13830 * ole/safearray.c: Francis Beaudet <francis@macadamian.com>
13831 Fixed index calculations of the upper and lower bounds of a safearray.
13832 Fixed a wrong initialization of the VT sizes array.
13834 * ole/ole2.c, relay32/ole32.spec:
13835 Francis Beaudet <francis@macadamian.com>
13836 Implementation of the ReleaseStgMedium method.
13838 Tue Mar 9 17:47:51 1999 Alexandre Julliard <julliard@winehq.com>
13840 * dlls/ntdll/Makefile.in, dlls/ntdll/file.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, dlls/ntdll/time.c, relay32/advapi32.spec, relay32/ntdll.spec:
13841 Juergen Schmied <juergen.schmied@metronet.de>
13842 - sorted API by groups
13843 - new stubs: NtQueryDirectoryFile, ZwQueryDirectoryFile
13844 - impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
13845 RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
13846 - impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
13847 RtlTimeFieldsToTime
13849 * include/ntddk.h, include/ntdef.h, include/winnt.h:
13850 Juergen Schmied <juergen.schmied@metronet.de>
13851 Many new prototypes.
13853 * loader/resource.c, include/module.h:
13854 Juergen Schmied <juergen.schmied@metronet.de>
13855 Fix use of wrong prototype from ntdll.h.
13857 * dlls/advapi32/security.c:
13858 Juergen Schmied <juergen.schmied@metronet.de>
13859 Make more functions just calling down to ntdll.
13860 New: GetSecurityDescriptorSacl.
13862 * graphics/psdrv/afm.c:
13863 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
13864 Accept "Normal" as a valid AFM weight.
13866 * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
13867 Smarter way of searching for a free block.
13869 * windows/message.c:
13870 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13871 Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
13873 * libtest/hello5.c: Marcus Meissner <marcus@jet.franken.de>
13874 Corrected cast so hello5 compiles again.
13876 * dlls/commdlg/filedlg.c: Norman Stevens <norman@arcady.u-net.com>
13877 Don't copy lpstrFileTitle if given NULL pointer for this.
13878 Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
13880 * misc/winsock.c, include/winsock.h:
13881 Marcus Meissner <marcus@jet.franken.de>
13882 Fix broken _convert_sockopt for IPPROTO_TCP cases, added TCP_NODELAY.
13884 * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
13885 __asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell,
13886 removed additional "eax" from clobber list, so egcs-current likes it.
13888 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
13889 CreateFileMapping SetLastError(0)s on newly created mappings.
13891 Sun Feb 28 20:05:12 1999 Alexandre Julliard <julliard@winehq.com>
13893 * dlls/commdlg/.cvsignore, dlls/commdlg/Makefile.in, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/generic.c, dlls/commdlg/printdlg.c, misc/Attic/commdlg.c, misc/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in:
13894 Klaas van Gend <Klaas@vangend.demon.nl>
13895 Create a new subdirectory for the common dialog box DLL and move all
13896 code from /misc/commdlg.c to this directory. Also made a start in
13897 documenting the API calls.
13899 * misc/winsock.c, debugger/break.c, debugger/dbg.y, debugger/dbgmain.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/memory.c, debugger/msc.c, debugger/registers.c, debugger/source.c, debugger/stack.c, debugger/types.c, include/Attic/wintypes.h:
13900 Marcus Meissner <marcus@jet.franken.de>
13901 More include optimizations.
13903 * windows/driver.c, windows/winproc.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, loader/pe_image.c, msdos/dpmi.c, multimedia/audio.c, multimedia/mmsystem.c, objects/dc.c, ole/storage32.c, controls/menu.c, dlls/comctl32/hotkey.c:
13904 Marcus Meissner <marcus@jet.franken.de>
13905 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
13906 additional {}. Rewrote GetCreationModeFromSTGM so we don't get
13907 "possible use of uninitialized variable".
13909 * include/mmsystem.h, include/multimedia.h:
13910 Marcus Meissner <marcus@jet.franken.de>
13911 MCI_OPEN_DRIVER_PARMS - Add win32 version of structure.
13913 * files/directory.c, msdos/int21.c:
13914 Marcus Meissner <marcus@jet.franken.de>
13915 Changed CreateDirectory LastError returns to match Win32 (found out by
13916 experiment). Adapted int21 CreateDirectory call to still return the
13917 correct DOS error codes according to Ralph Brown.
13919 * graphics/ddraw.c, relay32/ddraw.spec:
13920 Lionel Ulmer <ulmer@directprovider.net>
13921 - added function DirectDrawEnumerateEx
13922 - added (or corrected) check for the return value of the enumeration functions
13924 * configure, configure.in: Lionel Ulmer <ulmer@directprovider.net>
13925 Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
13927 * multimedia/mcicda.c:
13928 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
13929 Added missing <sys/types.h>.
13931 * include/winuser.h: Klaas van Gend <klaas@vangend.demon.nl>
13932 Added the button states as returned by IsDlgButtonChecked().
13935 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13936 Added support for quoted file names in CreateProcess().
13938 * files/file.c, scheduler/client.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, win32/console.c:
13939 CLIENT_WaitReply: don't clear last error on success; fixed callers
13940 accordingly (based on a patch by Juergen Schmied).
13942 * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
13943 Added some support and stubs for VESA to msdos/int10.c.
13945 * ole/bindctx.c, ole/filemoniker.c, ole/ifs.c, ole/itemmoniker.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/ole2nls.c, ole/olecli.c, ole/oledlg.c, ole/olefont.c, ole/oleobj.c, ole/olesvr.c, ole/safearray.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/typelib.c, ole/variant.c, tools/fnt2bdf.c, windows/display.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, include/oleobj.h, include/shlobj.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_marshal.h, include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h, include/wine/winuser16.h, library/winestub.c, memory/string.c, misc/sound.c, multimedia/mmsystem.c, controls/menu.c:
13946 Marcus Meissner <marcus@jet.franken.de>
13947 More include optimisations and fixes.
13949 * server/process.c: Juergen Schmied <juergen.schmied@metronet.de>
13950 open_object should return ERROR_FILE_NOT_FOUND when the named object
13953 * files/directory.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
13954 Better error message.
13956 * scheduler/Attic/k32obj.c, scheduler/Makefile.in, scheduler/client.c, scheduler/critsection.c, scheduler/event.c, scheduler/handle.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/sysdeps.c, scheduler/thread.c, win32/console.c, win32/device.c, files/change.c, files/dos_fs.c, files/file.c, include/Attic/k32obj.h, include/file.h, include/process.h, include/thread.h, loader/task.c, memory/virtual.c, misc/toolhelp.c:
13957 Use server handles directly for Win32 handles. Removed use of K32OBJ.
13959 * windows/defwnd.c, windows/msgbox.c, windows/x11drv/monitor.c, objects/brush.c, objects/clipping.c, objects/pen.c, objects/region.c, objects/text.c, ole/olefont.c, ole/oleobj.c, scheduler/Attic/k32obj.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, server/request.c, debugger/dbg.y, debugger/registers.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dtexture.c, graphics/escape.c, graphics/win16drv/font.c, loader/ne/convert.c, misc/network.c, misc/port.c, miscemu/main.c, multimedia/audio.c, multimedia/dplay.c, multimedia/init.c, multimedia/mciwave.c, multimedia/mixer.c, multimedia/mmaux.c, console/xterm.c, controls/listbox.c:
13960 David Luyer <luyer@ucs.uwa.edu.au>
13961 - fixed missing stdlib.h and string.h includes everywhere
13962 - removed a couple of unneeded stdlib.h and stdio.h includes
13964 * include/process.h, include/thread.h, loader/task.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, windows/queue.c, windows/win.c, windows/winproc.c:
13965 Process and thread id now use the server-side id instead of an
13966 obfuscated pointer.
13968 * libtest/guitest.c, libtest/guitest.rc, libtest/guitest.rh:
13969 Ove Kaaven <ovek@arcticnet.no>
13970 The Windows GUI behaviour tester used on the Windows computer. It was
13971 used with Borland C++ 4.52, but should be easy to adapt to Winelib by
13972 whoever feels like it; I haven't, I just released this useful test app
13973 in case it would benefit other developers.
13975 * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
13976 This file details the results (message traces) the GUI behaviour
13977 tester app gave under real Windows for various events. It was useful
13978 for some of my debugging at least, perhaps it could be of some use to
13979 other Wine GUI debuggers as well.
13981 * configure, configure.in, include/config.h.in, include/sig_context.h, include/winnls.h, misc/winsock.c, misc/winsock_dns.c, multimedia/dsound.c:
13982 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
13983 Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
13984 needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
13985 defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
13988 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13989 GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
13992 * loader/dos/module.c, miscemu/main.c, msdos/dpmi.c, include/dosexe.h, include/pe_image.h, loader/main.c, loader/pe_image.c:
13993 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13994 Adapted to CreateProcess changes.
13996 * loader/ne/module.c:
13997 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13998 NE modules adapted to CreateProcess changes.
13999 LoadModule16/LoadLibrary16 reorganization.
14001 * include/module.h, include/task.h, loader/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
14002 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14003 Process creation sequence reorganized:
14004 - Removed instance data segment for all but NE modules.
14005 - Check binary type in CreateProcess before loading module.
14006 - Unix process creation moved from WinExec to CreateProcess.
14007 - Bugfix: fill in thdb->teb.htask16 member correctly.
14009 * windows/input.c: Guy Albertelli <galberte@neo.lrun.com>
14010 - Code to return default language code as keyboard layout.
14011 - Implemented other stubs associated with keyboard layout:
14012 GetKeyboardLayoutNameA, ActivateKeyboardLayout,
14013 LoadKeyboardLayout[AW], GetKeyboardLayoutList.
14015 * include/commdlg.h, include/resource.h, misc/Attic/commdlg.c, resources/sysres_En.rc:
14016 Klaas van Gend <klaas@vangend.demon.nl>
14017 Preliminary implementation of the PrintDlgA stub.
14019 * ole/nls/nld.nls: Klaas van Gend <klaas@vangend.demon.nl>
14020 Now compliant to the Dutch standards.
14022 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
14023 FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
14025 * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
14026 Fixed a couple of dosmem block resize bugs.
14028 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
14029 - no more 3D capabilities if Direct3D support is not compiled in
14030 - some debug messages clean-up (replaced fprintfs by DUMPs)
14032 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
14033 We got passed a NULL Dialect ptr and accessed it unprotected.
14035 * server/file.c, server/mapping.c, include/server/object.h, memory/virtual.c:
14036 Added support for mappings with no associated file.
14038 * include/server.h, include/server/process.h, scheduler/client.c, server/process.c, server/request.c, server/trace.c:
14039 Removed dst_handle in duplicate_handle request.
14040 Added inherit flag in create_mapping request.
14042 * include/oaidl.h, include/wine/obj_oleaut.h, ole/safearray.c, ole/variant.c:
14043 Francis Beaudet <francis@macadamian.com>
14044 Implemented support for arrays and safe arrays in VARIANT data
14045 structures. Also moved the SAFEARRAY definition (yet again) to the
14048 * wine.ini: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14049 Fixed Filesystem documentation.
14051 * include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
14052 Pavel Roskin <pavel_roskin@geocities.com>
14053 Made folder icons gray-yellow instead of blue.
14055 * windows/message.c: Francis Beaudet <francis@macadamian.com>
14056 Order of send message processing was not respected and the message
14057 stacked last finished after the message stacked first.
14059 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
14060 Added checks to guard against NULL active window.
14062 * windows/dialog.c: Norman Stevens <norman@arcady.u-net.com>
14063 Don't check children of disabled or invisible controls for dialog
14064 keyboard accelerators. Fixes problems with dialogs with tab boxes.
14066 * ole/compobj.c, relay32/ole32.spec:
14067 Francis Beaudet <francis@macadamian.com>
14068 Implemented the CoTaskMemRealloc API. Also clean-up around that API
14071 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
14072 Added a missing Release.
14073 STGM_CREATE should translate to CREATE_ALWAYS.
14075 ----------------------------------------------------------------
14076 Fri Feb 26 12:33:21 1999 Alexandre Julliard <julliard@winehq.com>
14078 * DEVELOPERS-HINTS: Updated for new naming conventions.
14080 * */*: Large-scale renaming of all Win32 functions and types to
14081 use the standard Windows names.
14083 ----------------------------------------------------------------
14084 Thu Feb 25 18:11:40 1999 Alexandre Julliard <julliard@winehq.com>
14086 * misc/main.c: Albert den Haan <albertd@corel.ca>
14087 For various reasons some of our libwine executables must have a "." in
14088 their file names. The "." causes trouble when the file name is used as
14089 the class name for an X resource as wine does for command line parsing
14093 Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
14094 GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
14096 * include/gdi.h, include/heap.h, include/wintypes.h:
14097 David Luyer <luyer@ucs.uwa.edu.au>
14098 Added __attribute__ ((unused)) on static inline functions declared in
14101 * documentation/bugreports: Adam the Jazz Guy <magicbox@bestweb.net>
14102 Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
14103 which uses my bug_report.pl script.
14104 Added info on a command that can be run on all shells to print debug
14105 msgs to a file and not to xterm.
14108 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
14109 Needs thread.h for non-Linux.
14111 * include/win.h, windows/win.c:
14112 Francois Boisvert <francois@macadamian.com>
14113 Adding of new functions to make the wnd struct thread safe. Adding of
14114 irefCount in wnd struct.
14116 * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
14117 Michael Veksler <mveksler@techunix.technion.ac.il>
14118 Added configure check for getbkgd and define HAVE_GETBKGD.
14120 * include/ocidl.h, include/ole2.h, include/oleidl.h, include/wine/obj_cache.h, include/wine/obj_connection.h, include/wine/obj_control.h, include/wine/obj_inplace.h, include/wintypes.h, ole/olefont.c:
14121 Paul Quinn <paulq@corel.ca>
14122 Many interface declarations that originated from oleidl.h, oaidl.h and
14123 ocidl.h separated into somewhat relevant obj_* files.
14125 * files/drive.c, ole/compobj.c, resources/sysres.c:
14126 Michael Veksler <mveksler@techunix.technion.ac.il>
14127 Fixed warning and compilation errors.
14129 * include/windows.h: Michael Veksler <mveksler@techunix.technion.ac.il>
14130 Removed includes of wine/* headers.
14132 * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
14133 Made message "Resource not found" WARN.
14135 * dlls/shell32/contmenu.c, include/shlobj.h:
14136 Adrian Thurston <adriant@COREL.CA>
14137 - Use the new COM definition macros in the header.
14138 - Put the implementation of the object in the contmenu.c.
14139 - Make appropriate name changes in contmenu.c.
14141 * misc/registry.c, include/winreg.h: Paul Quinn <paulq@corel.ca>
14142 Zygo Blaxell <zygob@corel.ca>
14143 Modifies parameter list of a couple of functions to comply with SDK.
14145 * windows/scroll.c: Pascal Lessard <pascal@macadamian.com>
14146 ScrollDC32 modified to return rect in logical coordinate.
14148 * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
14149 Adds C++ nameless union support to tagVARIANT.
14151 * include/mmsystem.h, include/oaidl.h, include/oleauto.h:
14152 Adrian Thurston <adriant@COREL.CA>
14153 Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
14154 Removed a redundant include.
14155 Added some c++ protection.
14157 Wed Feb 24 15:58:51 1999 Alexandre Julliard <julliard@winehq.com>
14159 * dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, include/shlobj.h:
14160 Juergen Schmied <juergen.schmied@metronet.de>
14161 Changed pidl structure to match the pidl's used in lnk-files.
14163 * dlls/shell32/shelllink.c:
14164 Juergen Schmied <juergen.schmied@metronet.de>
14165 Implemented reading of *.lnk-files.
14167 * include/wine/obj_shelllink.h:
14168 Juergen Schmied <juergen.schmied@metronet.de>
14169 new file, including the IShellLink definition.
14171 * include/module.h, include/pe_image.h, loader/elf.c, loader/main.c, loader/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, scheduler/thread.c:
14172 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14173 Modified process creation sequence: call PE_CreateModule in the
14174 context of the new process (in TASK_CallToStart).
14175 Changed all PE/Module routines so as to always operate on the current
14176 process; adapted all callers.
14178 * msdos/dosconf.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int16.c, msdos/int21.c, msdos/int2a.c, msdos/interrupts.c, msdos/ioports.c, msdos/vxd.c, msdos/xms.c, ole/storage.c, ole/typelib.c, programs/avitools/icinfo.c, relay32/relay386.c, tools/build.c, windows/clipboard.c, windows/input.c, dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlview.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, loader/main.c, memory/atom.c, misc/lstr.c:
14179 Marcus Meissner <marcus@jet.franken.de>
14180 Optimized away more includes, readded some #includes for necessary
14183 * msdos/int2f.c: <smil@mechatronika.hu>
14184 Added low-level Netware installation check.
14186 * include/console.h, console/interface.c, console/ncurses.c:
14187 Joseph Pranevich <jpranevich@lycos.com>
14188 Added GetBackgroundColor call to the console struct. Will be used
14191 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
14192 Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
14193 (Interrupt list did not have correct.)
14195 * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
14196 Added stubs for two missing methods of DInput.
14198 * ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
14201 * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
14202 Added support for larger files.
14204 * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14205 Fixes buffer overrun problems with GetDIBits.
14207 * windows/message.c: Stephane Lussier <stephane@macadamian.com>
14208 Fixed some SendMessage bugs.
14210 * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
14211 Fix COM_ExternalLockFreeList to do not fail with an empty list.
14213 Mon Feb 22 10:21:56 1999 Alexandre Julliard <julliard@winehq.com>
14215 * misc/Makefile.in, misc/string.c:
14216 Zygo Blaxell <zblaxell@furryterror.org>
14217 Implemented some CRTDLL string functions.
14219 * objects/enhmetafile.c, objects/linedda.c, objects/metafile.c, objects/text.c, windows/caret.c, windows/clipboard.c, windows/dialog.c, windows/driver.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, windows/mouse.c, windows/multimon.c, windows/rect.c, windows/scroll.c, windows/timer.c, windows/user.c, windows/winproc.c, include/menu.h, include/mmsystem.h, include/sysmetrics.h, include/vfw.h, multimedia/audio.c, multimedia/dplay.c, multimedia/dsound.c, multimedia/init.c, multimedia/joystick.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mcistring.c, multimedia/mciwave.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c, multimedia/mmio.c, multimedia/mmsystem.c, multimedia/time.c, objects/cursoricon.c:
14220 Marcus Meissner <marcus@jet.franken.de>
14221 Some more recursive include fixes/optimizations.
14223 * dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shlview.c:
14224 Juergen Schmied <juergen.schmied@metronet.de>
14225 - eliminated one element of the pidl struct (dwSFGAO)
14226 - changed some superflous FIXME
14228 * dlls/shell32/shlfolder.c, include/wine/obj_dragdrop.h:
14229 Juergen Schmied <juergen.schmied@metronet.de>
14230 - header uses the last macros now
14231 - rewrote IDropTarget according to the new COM headers
14232 (was local declared not using the already written prototypes)
14233 - corrected Drop method (wrong parameter count)
14235 * windows/dinput.c: Francois Gouget <fgouget@psn.net>
14236 Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
14237 Added the interface implementation structures.
14238 I remembered from an email that even when asked for a
14239 IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
14240 considered that we would only implement the latter. The
14241 IDirectInputDeviceA_xxx methods have been renamed to
14242 IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
14243 implementation as before.
14244 Renamed the implementation structures to XxxImpl.
14246 * include/dinput.h: Francois Gouget <fgouget@psn.net>
14247 Use latest COM macros
14248 Defined the IDirectInputDeviceA interface independently from
14249 IDirectInputDevice2A.
14250 Removed the 32 suffix of the interfaces. Hopefully this will not
14251 cause any problem with the renaming.
14252 Moved the implementation specific stuff to dinput.c (well, the
14253 interfaces at least).
14255 Sun Feb 21 18:35:28 1999 Alexandre Julliard <julliard@winehq.com>
14257 * scheduler/process.c, scheduler/sysdeps.c, include/process.h, include/thread.h:
14258 Changed initial process creation to avoid memory allocations.
14259 Removed a few unused fields in PDB and THDB.
14261 * scheduler/client.c, scheduler/thread.c:
14262 Removed thread queue functions.
14263 Changed initial thread creation to avoid memory allocations.
14264 Moved server startup to THREAD_CreateInitialThread.
14266 * scheduler/synchro.c:
14267 Removed use of per-thread wait_struct, cleaned up a bit.
14269 * scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
14271 * include/winnt.h: Added a few exception codes.
14273 * windows/win.c, include/mmsystem.h, include/path.h, include/progress.h, include/queue.h, include/resource.h, include/struct32.h, include/updown.h, include/windows.h, include/winpos.h, loader/main.c, misc/commdlg.c, misc/winsock_dns.c, multimedia/mmsystem.c, include/cursoricon.h, include/dde_atom.h, include/ddraw.h, include/dispdib.h, include/dosexe.h, include/dsound.h, controls/menu.c:
14274 Michael Veksler <mveksler@techunix.technion.ac.il>
14275 - Fix headers to include less or smaller header files.
14276 - Fix header and source files to include missing header files to avoid
14277 warnings and errors.
14279 * loader/signal.c, memory/ldt.c, misc/port.c:
14280 Marcus Meissner <marcus@jet.franken.de>
14281 Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
14282 wine_sigaction __PIC__ cases, since "g" will not work with
14283 -fomit-frame-pointer ("g" is referenced using %esp which was
14284 invalidated before). Bug found and (other) fix suggested by
14285 <daniel@mat.utfsm.cl> Daniel Serpell.
14287 * ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
14288 Added missing WINAPIs.
14290 * windows/x11drv/event.c, windows/x11drv/init.c, loader/task.c, windows/event.c, windows/ttydrv/event.c, windows/ttydrv/init.c, include/message.h, include/ttydrv.h, include/x11drv.h:
14291 Stephane Lussier <stephane@macadamian.com>
14292 Fix problem where you need mouse activity to unlock some 16 bits
14293 thread with multi-threaded apps.
14295 Sat Feb 20 16:48:54 1999 Alexandre Julliard <julliard@winehq.com>
14297 * relay32/oleaut32.spec, include/Attic/interfaces.h, include/oaidl.h, include/ocidl.h, include/ole.h, include/oleauto.h, include/olectl.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wtypes.h, ole/Makefile.in, ole/guid.c, ole/ole2disp.c, ole/olefont.c, ole/typelib.c:
14298 Francis Beaudet <francis@macadamian.com>
14299 Implemented the OleCreateFontIndirect method and the associated COM
14300 object. That object supports the IFont and IDispatch interfaces.
14302 * configure, configure.in, include/config.h.in, misc/port.c, misc/winsock.c, misc/winsock_dns.c:
14303 Marcus Meissner <marcus@jet.franken.de>
14304 Problems reported by Donald Page, PR 105-107.
14306 * console/ncurses.c: Joseph Pranevich <jpranevich@lycos.com>
14307 More commenting, better debugging of color problems, and support for
14308 the new TerminalType option in wine.ini. This allows us to select
14309 which terminal type we are really using so that we can, for example,
14310 use its color capabilities.
14312 * console/interface.c, include/console.h:
14313 Joseph Pranevich <jpranevich@lycos.com>
14314 Support for the new InitialRows andf InitialColumns options in wine.ini
14315 (Generic replacement for XtermResolution option...)
14317 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
14318 Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
14320 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
14321 Removal of obsolete XtermResolution option.
14323 * documentation/console, wine.ini:
14324 Joseph Pranevich <jpranevich@lycos.com>
14325 Add information about the new wine.conf options.
14327 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14328 Fixed backtrack issue on 16bit code.
14330 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14331 Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
14333 * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14334 Fixed comment for Wine documentation.
14336 * include/server.h, include/server/request.h, server/request.c, server/trace.c:
14337 Added get/set_handle_info request.
14339 * graphics/x11drv/dib.c:
14340 Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
14342 * tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
14343 Bertho Stultiens <bertho@panter.soci.aau.dk>
14344 Fix a couple of 64bit platform problems and speed up compilation. See
14345 tools/wrc/CHANGES for details.
14347 * multimedia/mmio.c: Marcus Meissner <marcus@jet.franken.de>
14348 mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF should Check the
14349 correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
14351 * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
14352 Added a check for the existence of wine.sym before installing it.
14354 * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
14355 Francis Beaudet <francis@macadamian.com>
14356 Added some new stubs for the OLE menu descriptor methods.
14358 Fri Feb 19 16:50:24 1999 Alexandre Julliard <julliard@winehq.com>
14360 * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
14361 Fixed message filtering check.
14363 * relay32/advapi32.spec, dlls/advapi32/security.c, dlls/ntdll/nt.c, dlls/ntdll/rtl.c, include/ntddk.h, include/ntdef.h, include/ntdll.h, include/queue.h, include/winbase.h, include/winnt.h, include/winreg.h, ole/oleobj.c:
14364 Juergen Schmied <juergen.schmied@metronet.de>
14365 - made the security functions consistent. advapi calls down to ntdll now
14366 - new SetSecurityDescriptorGroup, SetSecurityDescriptorOwner,
14367 SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
14368 - nt-header cleanup
14370 * dlls/ntdll/rtl.c, if1632/builtin.c, misc/cpu.c, win32/kernel32.c:
14371 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14372 Fixed a few broken includes.
14374 * windows/nonclient.c: Reverted broken close button change.
14376 * dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/updown.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, graphics/path.c, graphics/psdrv/init.c, tools/wrc/newstruc.c, controls/button.c, controls/edit.c, controls/widgets.c, dlls/advapi32/advapi.c, dlls/advapi32/security.c:
14377 Jeff Garzik <jgarzik@pobox.com>
14378 Added missing string.h include.
14380 * loader/ne/module.c:
14381 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14382 Only append .dll if no extension yet.
14384 * windows/message.c: Francis Beaudet <francis@macadamian.com>
14385 Temporary fix suggested by Ulrich to allow the
14386 MsgWaitForMultipleObject method to be called from 16 bit threads.
14388 * windows/winproc.c: Ove Kaaven <ovek@arcticnet.no>
14389 Initialized return value of 16->32 conversion of WM_MDIGETACTIVE in
14390 case it's sent to a window that doesn't handle it (i.e. not MDI
14393 * include/dce.h, windows/dce.c, windows/winpos.c:
14394 Ove Kaaven <ovek@arcticnet.no>
14395 Added extra child arguments to DCE_GetVisRgn() to be able to handle
14396 PARENTDC class style combined with CLIPCHILDREN window style, to
14397 prevent mis-redraws in Free Agent 16-bit.
14399 * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
14400 Don't hang on the last child if it's not wanted.
14402 * win32/kernel32.c, relay32/kernel32.spec: Ian Schmidt <irsman@iag.net>
14403 Partial stub implementation of undocumented KERNEL routine PK16FNF,
14404 needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
14406 * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
14407 Fix redraw problems for ChooseColor dialog.
14409 * */*.c: Marcus Meissner <marcus@jet.franken.de>
14410 Removed a lot of occurences of windows.h (and added necessary other
14413 * include/objidl.h, include/wine/obj_moniker.h, ole/compobj.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c:
14414 Francois Gouget <fgouget@psn.net>
14417 * include/dsound.h, multimedia/dsound.c:
14418 Francois Gouget <fgouget@psn.net>
14419 Changed the first parameter from LPGUID (Windows headers) to REFGUID.
14420 This makes it a 'const GUID*' which means DirectSoundCreate must not
14423 * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
14424 Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
14425 include/wine/obj_base.h)
14427 Thu Feb 18 17:34:10 1999 Alexandre Julliard <julliard@winehq.com>
14429 * relay32/user32.spec, windows/message.c, windows/queue.c, windows/user.c, include/queue.h:
14430 Stephane Lussier <stephane@macadamian.com>
14431 - New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
14432 to support thread-safeness, and nested SendMessage.
14433 - Addition of ReplyMessage32.
14435 * windows/x11drv/wnd.c:
14436 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14437 Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
14439 * misc/commdlg.c, resources/sysres_En.rc:
14440 Pascal Lessard <pascal@macadamian.com>
14441 Applied the changes of the resulting color of the choose color dialog.
14442 Initialize values in the choose color dialog.
14444 * include/wine/obj_base.h, include/wine/obj_marshal.h:
14445 Francois Gouget <fgouget@psn.net>
14446 Removed references to ICOM_INHERITS.
14448 * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
14449 Thuy Nguyen <thuy@macadamian.com>
14450 Fixed bug with read-only files.
14452 * multimedia/mciavi.c, multimedia/mcimidi.c:
14453 Marcus Meissner <marcus@jet.franken.de>
14454 Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.
14456 * include/dosexe.h: Marcus Meissner <marcus@jet.franken.de>
14457 dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
14459 * dlls/shell32/shelllink.c, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
14460 Francois Gouget <fgouget@psn.net>
14461 Modified so that they do not use the VTABLE_FUNC macros that performed
14462 casts of all methods put in the jump table. I find it too risky to use
14463 such macros because nothing guarantees that you actually put the right
14464 method at the right place or that the prototype is right.
14466 * include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/storage.c:
14467 Francois Gouget <fgouget@psn.net>
14468 Updated to use the latest COM macros. Defined more interfaces and API
14471 * controls/menu.c, graphics/x11drv/oembitmap.c, include/winuser.h, windows/nonclient.c:
14472 Francois Boisvert<francois@macadamian.com>
14473 Implementation of the pushed close button.
14475 Wed Feb 17 17:45:54 1999 Alexandre Julliard <julliard@winehq.com>
14477 * include/mapidefs.h, include/objbase.h, include/ole.h, include/oleauto.h, include/winbase.h, include/wine/obj_moniker.h, include/wine/obj_propertystorage.h, include/winnt.h, include/wintypes.h, include/wtypes.h, ole/compobj.c:
14478 Francois Gouget <fgouget@psn.net>
14479 Moved some definitions to their proper include file.
14481 * include/wine/obj_clientserver.h, include/wine/obj_misc.h:
14482 Francois Gouget <fgouget@psn.net>
14483 Fixed some ICOM_INHERIT stuff and added new related API functions.
14485 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
14486 Added new API. Part of it was in 'include/objbase.h' before and part
14487 of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
14488 perfect but it's better than having it in 'include/objbase.h'.
14490 * dlls/advapi32/crypt.c, dlls/ntdll/nt.c, graphics/x11drv/graphics.c, scheduler/synchro.c, controls/scroll.c:
14491 Francois Gouget <fgouget@psn.net>
14492 Fixed a number of warnings concerning the matching of the printf
14493 format string and the associated parameters (actually it's mostly
14496 * include/mmsystem.h, multimedia/mmio.c, multimedia/mmsystem.c, relay32/winmm.spec:
14497 Marcus Meissner <marcus@jet.franken.de>
14498 mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
14499 mciLoadCommandResource32: second arg is wide string
14500 mciGetDriverData: spec has just one long argument
14502 * ole/compobj.c, ole/ifs.c, ole/ifs.h, ole/storage.c, dlls/shell32/shellole.c, include/wine/obj_base.h, include/wine/obj_dataobject.h, multimedia/dsound.c, dlls/shell32/dataobject.c, dlls/shell32/shelllink.c:
14503 Francois Gouget <fgouget@psn.net>
14504 Changed ICOM_THIS definition.
14506 * dlls/version/info.c, include/ver.h:
14507 Bertho Stultiens <bertho@panter.soci.aau.dk>
14508 Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
14509 The VS_VERSION_INFO is a simple define and would cause confusion.
14510 Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
14512 * configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
14513 "Configure finished" message suggests to call make when make depend
14516 * */*: Marcus Meissner <marcus@jet.franken.de>
14517 Optimized include/*.h: (recursively) include all headers needed by
14518 this .h file, but only those. Necessary fixes to a lot of .c files,
14519 started optimizing "windows.h" away from some of them. Moved
14520 GetCurrentTask prototype to wine/winbase16.h.
14522 * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
14523 Luc Tourangeau <luc@macadamian.com>
14524 Preliminary listview control implementation.
14526 * controls/menu.c: Francois Boisvert <francois@macadamian.com>
14527 Give the context menu its proper behaviour and modify TrackPopupMenu
14528 to comply with windows API.
14530 * windows/painting.c: Dave Pickles <davep@nugate.demon.co.uk>
14531 GetUpdateRect should return client coordinates unless the window was
14532 created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
14533 in which case the result should be in logical coordinates.
14535 * include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
14536 Added the actual definitions of the interfaces.
14538 * include/servprov.h: Francois Gouget <fgouget@psn.net>
14539 Converted to the new COM declaration 'standard' for better
14540 compatibility with C code implementating that interface.
14542 * misc/wsprintf.c: Francis Beaudet <francis@macadamian.com>
14543 Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
14546 * dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
14547 Defined IDropTarget for ShellFolder. Implemented the Constructor,
14548 Destructor, AddRef, Release and QueryInterface methods.
14550 * memory/selector.c, if1632/kernel.spec:
14551 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14552 Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
14554 Mon Feb 15 15:24:20 1999 Alexandre Julliard <julliard@winehq.com>
14556 * include/msacm.h, include/winuser.h:
14557 Douglas Ridgway <ridgway@winehq.com>
14558 c2man doesn't like extra semicolons.
14560 * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
14561 Resetting X focus should not be done with SetFocus32. Called
14562 the windowing (X11) driver's SetFocus routine directly instead.
14563 This apparently fixes a big heap of user interface problems.
14565 ----------------------------------------------------------------
14566 Sun Feb 14 14:09:42 1999 Alexandre Julliard <julliard@winehq.com>
14568 * graphics/painting.c, include/winuser.h, objects/cursoricon.c, windows/dialog.c, windows/painting.c, windows/rect.c, windows/win.c, windows/winpos.c:
14569 Eric Pouech <Eric.Pouech@wanadoo.fr>
14570 Changed some functions prototypes (were returning void).
14572 * misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
14573 Fixed some Winelib names.
14575 * include/clipboard.h, include/console.h, include/desktop.h, include/keyboard.h, include/ttydrv.h, include/x11drv.h:
14576 Juergen Schmied <juergen.schmied@metronet.de>
14577 Corrected prototypes func() ->func(void).
14579 * multimedia/init.c, multimedia/midi.c, debugger/memory.c:
14580 Brian Joseph Czapiga <root@glacid.com>
14581 Fixed a few #ifdefs.
14583 * windows/scroll.c, windows/x11drv/wnd.c:
14584 Jerome Vouillon <vouillon@claranet.fr>
14585 Make a correct use of clipping rectangles.
14587 * include/bitmaps/ocr_cross:
14588 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14589 Added white border.
14591 * debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
14592 Implemented better output for indirect calls.
14594 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
14595 Fixed typo in winmm.spec.
14597 * include/wintypes.h, include/wrc_rsc.h, misc/lstr.c, misc/wsprintf.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c:
14598 Gavriel State <gavriels@COREL.CA>
14599 A few non-x86 Winelib fixes.
14601 * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
14602 Do not print 'wine: no executeable found' if we did execute something.
14604 * programs/notepad/*:
14605 Marcel Baur <mbaur@g26.ethz.ch>
14606 - Added new IDS_NOTSAVED ressource (needs translation in *.rc)
14607 - Improved printing support (not yet complete)
14608 - Improved file drag and drop (should now work)
14609 - General code cleanup
14611 * include/multimedia.h, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmsystem.c:
14612 Eric Pouech <Eric.Pouech@wanadoo.fr>
14613 Fixed bugs on MCI notification (callback info are copied before
14614 asynchronous return) - make use of it in MCI wave and midi.
14615 Implemented mci(Set|Get)DeviceID(16|32) functions.
14617 * windows/x11drv/wnd.c: Ove Kaaven <ovek@arcticnet.no>
14618 Since SetParent now hides/shows, explicitly invalidating DCs in the
14619 parent change operation should no longer be necessary.
14621 * windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
14622 Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
14625 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14626 Moved VGA port access check at the beginning in order to improve
14627 performance a little bit.
14629 * server/file.c: Juergen Schmied <juergen.schmied@metronet.de>
14630 Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
14632 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
14633 Added comments. Think I've fixed INT 10/08 (Get Character and
14634 Attribute at Cursor).
14636 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
14637 Added configuration options XtermProgram and XtermResolution.
14640 * documentation/console, wine.ini:
14641 Joseph Pranevich <jpranevich@lycos.com>
14642 New examples/documentation for console configuration options.
14644 * misc/main.c, windows/x11drv/main.c, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, include/console.h, include/options.h, loader/main.c:
14645 Joseph Pranevich <jpranevich@lycos.com>
14646 Moved initialization until later. Also moved around code a bit to be
14649 * include/debugger.h: Marcus Meissner <marcus@jet.franken.de>
14650 Added possibility to load .stabs/.stabstr sections from PE dlls.
14651 Unfortunately my samples use currently typedefs which wine-dbg does
14652 not understand, so no actual parsing.
14654 * dlls/msacm/msacm_main.c, dlls/msacm32/format.c, dlls/msacm32/stream.c, include/mmreg.h, include/mmsystem.h, include/msacm.h, include/msacmdrv.h, include/winbase.h:
14655 Bertho Stultiens <bertho@panter.soci.aau.dk>
14656 Change a couple of names that would conflict after all 32[AW] suffixes
14657 are removed. Structures defined in both mmreg.h and mmsystem.h are
14658 protected with #ifdef:s as in MS' headers.
14660 * misc/imm.c: Patrik Stridvall <ps@leissner.se>
14661 Fixed wrong typecasts.
14663 * programs/progman/grpfile.c: Stefan Leichter <sle@camline.com>
14666 * configure.in, configure: Ove Kaaven <ovek@arcticnet.no>
14667 Fix for X11 includes detection.
14669 * debugger/hash.c, debugger/msc.c, debugger/stabs.c:
14670 Marcus Meissner <marcus@jet.franken.de>
14671 Added possibility to load .stabs/.stabstr sections from PE dlls.
14672 Unfortunately my samples use currently typedefs which wine-dbg does
14673 not understand, so no actual parsing.
14675 * multimedia/dplay.c, documentation/status/directdraw, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h:
14676 Marcus Meissner <marcus@jet.franken.de>
14677 Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
14679 * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
14680 Juergen Schmied <juergen.schmied@metronet.de>
14681 Implementation of ConvertDefaultLocale32.
14683 * windows/mdi.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14684 WIN31 Look still needs a close button on the left of the menu bar.
14686 * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
14687 Changed SetWindowPos32 to force the update of the non-client area.
14689 Sat Feb 13 17:56:28 1999 Alexandre Julliard <julliard@winehq.com>
14691 * dlls/shell32/shell32_main.h, include/mmsystem.h, include/ole.h, include/wingdi.h, include/winsock.h:
14692 Bertho Stultiens <bertho@panter.soci.aau.dk>
14693 Fixed a couple of faulty names used in wine and typos so that it will
14694 compile again after conversion from 32[AW] naming to [AW] naming.
14696 * if1632/Attic/signal.c, if1632/Makefile.in, include/debugger.h, include/dosexe.h, include/miscemu.h, include/sig_context.h, loader/dos/dosvm.c, loader/signal.c, miscemu/instr.c, miscemu/main.c, graphics/ddraw.c:
14697 Marcus Meissner <marcus@jet.franken.de>
14698 Moved the if1632/signal.c stuff into loader/signal.c, adapted function
14699 pointers for wine_debug and INSTR_EmulateInstruction.
14701 * ole/compobj.c: Francois Gouget <fgouget@psn.net>
14702 All guid 'REFxxx' types already have a 'const' inside them.
14704 * dlls/comctl32/draglist.c, dlls/comctl32/tooltips.c, misc/version.c, windows/winpos.c:
14705 Marcus Meissner <marcus@jet.franken.de>
14706 Some warnings fixed, one useless VERSION warning removed (winelib).
14709 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14710 RegFlushKey: wrong error code.
14712 * win32/file.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14713 Adds a warning message if permissions not sufficient.
14715 * multimedia/mixer.c, multimedia/mmsystem.c, relay32/winmm.spec, include/debug.h, include/debugdefs.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c:
14716 Eric Pouech <Eric.Pouech@wanadoo.fr>
14717 Added support for MCI AVI driver
14718 Added some fixes mixer functions
14719 Fixed MCI string comparison (thanks to Lionel ULMER)
14720 No longer using 16 bit USER functions (use their 32 bit counter part)
14722 Added function sndPlaySound32W
14724 * include/objbase.h, include/objidl.h, include/wine/obj_marshal.h:
14725 Francois Gouget <fgouget@psn.net>
14726 Added the actual interface definitions to the obj_marshal.h skeleton
14727 file. Also defined the associated C API.
14729 * windows/queue.c: Stephane Lussier <stephane@macadamian.com>
14730 Use global synchronization objects, to be able to use it in different
14731 processes (not only the process which create the synchro object).
14733 * windows/mdi.c: Norman Stevens <norman@arcady.u-net.com>
14734 Set hwndActiveChild when maximizing a mdi child window because it is
14735 not set when maximizing a window other than the active child.
14737 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
14738 Change the GetMenuItemRect to comply with windows API.
14740 * Makefile.in, configure, configure.in, include/.cvsignore, include/Makefile.in:
14741 James Juran <jrj120@psu.edu>
14742 Created include/Makefile.in to separate header file installation from
14743 the top-level Makefile.
14745 * ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
14746 Thuy Nguyen <thuy@macadamian.com>
14747 - Fixed a small block depot bug.
14748 - Implemented converting from small blocks to big blocks.
14749 - Validated file attributes and flags.
14750 - Fixed a bug for larger files.
14752 * resources/.cvsignore: added sysres_Nl
14754 * graphics/x11drv/oembitmap.c, include/ole2.h, include/oleidl.h, include/shlguid.h, include/shlobj.h, include/windef.h, include/wine/obj_dragdrop.h, include/winerror.h, include/wintypes.h, ole/ole2.c, relay32/ole32.spec:
14755 Francis Beaudet <francis@macadamian.com>
14756 Implemented the OLE Drag and Drop target registration mechanism and
14757 the DoDragDrop loop to perform the DnD operation.
14759 * windows/mdi.c, controls/menu.c, include/menu.h:
14760 Francois Boisvert <francois@macadamian.com>
14761 Implemented the WIN31 Look mdi buttons and also some defines for the
14764 * dlls/advapi32/Makefile.in, dlls/advapi32/crypt.c, include/wincrypt.h, relay32/advapi32.spec:
14765 Ian Schmidt <irsman@iag.net>
14766 Added entries for most Crypt* calls.
14767 Added stub for CryptAcquireContextA. This allows Win98 EXPLORER.EXE
14771 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14772 An app left junk in the undo buffer of an edit control upon creation.
14774 * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
14775 Changed SetParent32 to adhere to Windows behaviour (mostly),
14776 which should also keep it from leaving garbage around.
14778 * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
14779 Implementation of a simple linked list (static) that stores and counts
14780 references to COM objects.
14782 * include/objbase.h, include/wtypes.h:
14783 Francois Gouget <fgouget@psn.net>
14784 Make the REFxxx types const even in C. Also add FMTID.
14786 * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
14787 Don't call EVENT_DummyMotionNotify for hidden windows.
14789 * windows/message.c: Stephane Lussier <stephane@macadamian.com>
14790 Fix some thread-safeness problem when accessing the system message
14793 * windows/input.c, include/winuser.h, relay32/user32.spec:
14794 Marcus Meissner <marcus@jet.franken.de>
14795 Implemented MapVirtualKeyEx (ticket 21).
14796 Ignore keyboard layout for now.
14798 * include/objidl.h, include/wine/obj_clientserver.h:
14799 Francois Gouget <fgouget@psn.net>
14800 Added the actual interface definitions to the obj_clientserver.h
14803 * dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, relay32/ntdll.spec:
14804 Juergen Schmied <juergen.schmied@metronet.de>
14805 - documented most of the undocumented functions in nt.c
14806 - implemented RtlGetDaclSecurityDescriptor
14807 - stubs for NtEnumerateKey, NtOpenSymbolicLinkObject, NtQueryKey
14808 - stubs for NtRaiseException, RtlRaiseException (this both will crash)
14810 Fri Feb 12 17:47:07 1999 Alexandre Julliard <julliard@winehq.com>
14812 * dlls/advapi32/security.c, dlls/advapi32/service.c, files/drive.c, misc/registry.c, win32/newfns.c, windows/user.c:
14813 Juergen Schmied <juergen.schmied@metronet.de>
14814 Small fixes to compile with the headers (mostly nt-security).
14816 * include/ntddk.h, include/ntdef.h, include/ntdll.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h:
14817 Juergen Schmied <juergen.schmied@metronet.de>
14818 Made nt-related types compatible, throw out wine-specific types.
14820 * windows/mouse.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14821 Use MONITOR_... instead of DESKTOP_... routines to get screen
14822 dimensions; these work also with native USER.
14824 * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
14825 WM_ACTIVATE default processing should set window focus.
14826 Should fix focus problems in non-managed mode.
14828 Thu Feb 11 16:32:17 1999 Alexandre Julliard <julliard@winehq.com>
14830 * ole/nls/nld.nls, resources/Makefile.in, resources/TODO, resources/sysres.c, resources/sysres_Nl.rc, AUTHORS, documentation/languages, include/authors.h, include/options.h, misc/main.c, ole/ole2nls.c:
14831 Klaas van Gend <klaas@vangend.demon.nl>
14832 Added support for the Dutch language.
14834 * dlls/comctl32/propsheet.c, include/commctrl.h, include/prsht.h, include/shlobj.h:
14835 Adrian Thurston <adriant@corel.ca>
14836 Zygo Blaxell <zblaxell@corel.ca>
14837 Move property sheets from commctrl.h into into prsht.h.
14839 * graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c:
14840 Lionel Ulmer <ulmer@directprovider.net>
14841 Added 'objbase.h' to prevent compiler warnings.
14843 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
14844 Better detection of XShm errors (should now run on remote displays).
14846 * multimedia/mmsystem.c:
14847 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14848 Fixes mixerGetID16/32 problems/errors.
14850 * ole/oleobj.c, multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
14851 IsEqualGUID is defined in 'include/wine/obj_base.h'. All other
14852 declarations must surrender or prepare to be met with deadly force :-)
14854 * relay32/ole32.spec: Francois Gouget <fgouget@psn.net>
14855 Added new functions (from Win98)
14856 Added comments with the parameter types for future use with dllglue
14858 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14859 Set the flags for GetVolumeInformation32A.
14861 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
14862 FindWindow failed for 32 bit windows with style != WS_CHILD.
14864 Wed Feb 10 06:52:58 1999 Alexandre Julliard <julliard@winehq.com>
14866 * include/Attic/print.h, include/winspool.h, misc/printdrv.c, graphics/psdrv/driver.c, graphics/psdrv/escape.c, graphics/psdrv/font.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, graphics/psdrv/text.c:
14867 Paul Quinn <paulq@corel.ca>
14868 Albert Den Haan <albertd@corel.ca>
14869 Moves files from print.h to winspool.h for better SDK header compliance
14870 for Winelib programs.
14872 * include/hook.h, include/objidl.h, include/ole2.h, include/tchar.h, include/winbase.h, include/wine/obj_clientserver.h, include/wine/obj_dataobject.h, include/wine/obj_storage.h, include/winerror.h, include/winuser.h, include/wtypes.h:
14873 Albert Den Haan <albertd@corel.ca>
14874 Adrian Thurston <athursto@corel.ca>
14875 Paul Quinn <paulq@corel.ca>
14876 Zygo Blaxell <zygob@corel.ca>
14877 Miscellaneous patches to header files. All of these are supposedly there
14878 to help build Winelib applications.
14880 * include/wintypes.h: Albert Den Haan <albertd@corel.ca>
14881 Adrian Thurston <athursto@corel.ca>
14882 Paul Quinn <paulq@corel.ca>
14883 Zygo Blaxell <zygob@corel.ca>
14884 More types we need for compiling Winelib/MFC applications.
14886 * include/commctrl.h: Paul Quinn <paulq@corel.ca>
14887 Adrian Thurston <adriant@corel.ca>
14888 More types for common controls. Needed for Winelib.
14890 * dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/wine/obj_base.h, multimedia/dsound.c, ole/compobj.c, ole/ifs.c:
14891 Francois Gouget <fgouget@psn.net>
14892 Better set of macros for defining the COM interfaces.
14894 * dlls/advapi32/security.c, relay32/advapi32.spec:
14895 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14896 Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.
14898 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
14899 Fixed debug output to follow '-debugmsg' flags.
14901 Tue Feb 9 15:49:39 1999 Alexandre Julliard <julliard@winehq.com>
14903 * msdos/int20.c, ole/safearray.c, relay32/builtin32.c, server/device.c, server/file.c, server/pipe.c, server/thread.c, windows/winhelp.c:
14904 Michael Veksler <mveksler@techunix.technion.ac.il>
14905 Added missing includes to avoid warnings/errors.
14907 * include/dinput.h, include/lzexpand.h, include/ntdll.h, include/ole2.h, include/shellapi.h, include/vga.h, include/winbase.h, include/wincon.h, include/windef.h, include/windows.h, include/wine/keyboard16.h, include/wine/obj_storage.h, include/wine/shell16.h, include/wine/w32skrnl.h, include/wine/winbase16.h, include/wine/winesound.h, include/wine/winestring.h, include/wine/winuser16.h, include/winnetwk.h, include/winnls.h, include/winnt.h, include/winreg.h, include/wintypes.h, include/winuser.h, include/winver.h:
14908 Michael Veksler <mveksler@techunix.technion.ac.il>
14909 Moved everything out of windows.h.
14911 * graphics/wing.c, if1632/gdi.spec, include/bitmap.h, include/palette.h, include/wingdi.h, objects/palette.c, relay32/gdi32.spec:
14912 Brad Pepers <brad@linuxcanada.com>
14915 * controls/menu.c, include/message.h, include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, windows/timer.c:
14916 Stephane Lussier <stephane@macadamian.com>
14917 -Fixed MESSAGE functions that were thunking down to 16 bits implementation.
14918 So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
14919 with this patch. Unicode version of those functions is currently only
14920 calling the ASCII version.
14921 -Fixed queue signaling using a new EVENT object in the queue for 32 bits
14922 thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
14925 * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14926 GetMetaFileBitsEx should work in bytes not words.
14928 * include/shlobj.h: Francois Gouget <fgouget@psn.net>
14929 DllGetClassObject should take a REFCLSID not an LPCLSID.
14931 * objects/dib.c, include/global.h, memory/virtual.c:
14932 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14933 Change fault handler 'addr' argument to LPCVOID.
14935 * files/file.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14936 Call VIRTUAL_HandleFault if read/write returns EFAULT.
14938 * dlls/comctl32/treeview.c:
14939 Bertho Stultiens <bertho@panter.soci.aau.dk>
14940 Fix typo to map GetTextExtentPoint to the correct 32A version.
14942 * documentation/debugging, include/peexe.h, include/wincon.h, programs/regtest/regtest.c, relay32/advapi32.spec, windows/x11drv/main.c, dlls/advapi32/security.c:
14943 Marcus Meissner <marcus@jet.franken.de>
14944 Some small bugfixes, added more PE relocation types (for WinCE mostly),
14945 some console prototypes, -dll is useful for winelib too, regtest
14948 * include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c:
14949 Paul Quinn <paulq@corel.ca>
14950 GetCursorPos is actually a BOOL.
14952 * include/mmsystem.h: Paul Quinn <paulq@corel.ca>
14953 Adrian Thurston <adriant@corel.ca>
14954 More types, C++ protection, and a typo correction for mmsystem.h.
14956 * include/commctrl.h: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
14957 Move the #define of DUMMYUNIONNAME* to before they are used.
14958 Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
14959 Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
14960 Define "TV_ITEM" to agree with you-know-who's documentation.
14962 * dlls/version/info.c:
14963 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14964 NULL is a valid argument as handle for GetFileVersionInfoSize32A.
14966 * include/dinput.h, windows/dinput.c:
14967 Lionel Ulmer <ulmer@directprovider.net>
14968 Added buffered device access for DInput's mouse driver.
14970 * files/file.c: Juergen Schmied <juergen.schmied@metronet.de>
14971 Wrong access on server handle was demanded (GENERIC_READ instead of
14974 * dlls/shell32/shellord.c:
14975 Juergen Schmied <juergen.schmied@metronet.de>
14976 Better implementation (takes strings or res-id's now).
14978 * dlls/version/resource.c:
14979 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14980 Bugfix: NULL pointer check for output parameters.
14982 * dlls/shell32/brsfolder.c:
14983 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
14984 Fixed two pointer/integer mismatch warnings.
14986 * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
14989 * console/xterm.c, win32/console.c:
14990 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
14991 wine_openpty is not properly declared (either missing or mismatched
14992 declarations) in both places where it is used.
14994 * include/wingdi.h, objects/dib.c:
14995 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
14996 Fix types of GetDIBits functions (LPSTR should be LPVOID).
14998 * graphics/x11drv/dib.c:
14999 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15000 Fixes several problems with SetDIBitsToDevice if xSrc != 0.
15001 Thanks to Ian Schmidt for the logs.
15003 * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
15004 The systems buttons (minimize/restore/close) now appear on the menu
15005 bar of mdi application.
15007 * controls/menu.c: Francois Boisvert <francois@macadamian.com>
15008 Implemented the magic menu items id's used by windows when inserting
15009 the minimize/maximize/close buttons in the menu bar of an application.
15011 * objects/enhmetafile.c: Jason McMullan <jmcc@ontv.com>
15012 Adds support for EMR_STRETCHDIBITS in EMFs.
15014 * programs/avitools/aviplay.c: Marcus Meissner <marcus@jet.franken.de>
15015 Fixed image size and line size, added 8bit color/palette handling.
15017 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
15018 Fixed formatting of code
15019 Now changes to directory of program to be run before starting wine
15021 * windows/queue.c, windows/user.c, include/user.h, scheduler/thread.c:
15022 Stephane Lussier <stephane@macadamian.com>
15023 - Cleaned up the message queue when a thread exit (but not the process).
15024 - Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
15025 queue link list is corrupted.
15027 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
15028 Sounds were cut off due to integer overflow. Fixed.
15030 * include/windowsx.h: Paul Quinn <paulq@corel.ca>
15031 Added windowsx.h for Winelib.
15033 Fri Feb 5 17:40:47 1999 Alexandre Julliard <julliard@winehq.com>
15035 * configure, configure.in, programs/Makefile.in, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
15036 <ewill@ncal.verio.com>
15037 Added common dialogs test program.
15039 * include/message.h, include/queue.h, include/win.h, include/winpos.h, scheduler/thread.c, windows/focus.c, windows/input.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
15040 Noel Borthwick <noel@macadamian.com>
15041 Added management and allocation of the PERQUEUEDATA structure.
15043 * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
15044 Lionel Ulmer <ulmer@directprovider.net>
15045 - added a dump of the palette creation flags
15046 - changed palette creation code in vga.c to prevent useless error
15049 * documentation/wine.man, files/drive.c, wine.ini:
15050 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15051 Use vfat/win95 as default.
15053 * include/vfw.h, multimedia/msvideo.c, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, relay32/builtin32.c, relay32/msvfw32.spec:
15054 Marcus Meissner <marcus@jet.franken.de>
15055 Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
15056 aviinfo and aviplay programs.
15058 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
15059 Continued hack to win32/console.c, so that the IDA Pro Disassembler
15060 works again. Needs much more work however.
15062 * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
15063 Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
15066 * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
15067 Added missing ULONG to static const OFFSET_xx.
15069 Thu Feb 4 16:45:40 1999 Alexandre Julliard <julliard@winehq.com>
15071 * documentation/wine.man: James Juran <jrj120@psu.edu>
15072 Various manpage updates, including the incorrect statement about glibc
15075 * documentation/debugging: James Juran <jrj120@psu.edu>
15076 Fix pointer to the Windows Disassembler 32. Thanks to Herbert
15077 Rosmanith <herp@wildsau.idv.uni-linz.ac.at> for suggesting this.
15079 * dlls/msacm32/driver.c:
15080 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15081 Another usage of non-portable functions...
15084 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15085 Some values of pBiosData added/fixed.
15087 * objects/palette.c, windows/clipboard.c, windows/dce.c, windows/display.c, windows/event.c, windows/keyboard.c, windows/mouse.c, windows/sysmetrics.c, windows/user.c, windows/win.c, windows/winpos.c, controls/desktop.c, controls/widgets.c, debugger/dbg.y, graphics/ddraw.c, graphics/painting.c, graphics/wing.c, include/bitmap.h, include/color.h, include/ddraw.h, include/debug.h, include/debugdefs.h, include/desktop.h, include/display.h, include/main.h, include/options.h, include/ttydrv.h, include/win.h, include/x11drv.h, misc/main.c, objects/bitmap.c, objects/color.c, objects/dc.c, objects/dib.c, objects/gdiobj.c:
15088 Patrik Stridvall <ps@leissner.se>
15089 Moved some more code to the X11 driver.
15091 * windows/ttydrv/Makefile.in, windows/ttydrv/clipboard.c, windows/ttydrv/desktop.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/mouse.c, windows/ttydrv/wnd.c:
15092 Patrik Stridvall <ps@leissner.se>
15093 TTY driver changes.
15095 * windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/desktop.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/main.c, windows/x11drv/monitor.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c:
15096 Patrik Stridvall <ps@leissner.se>
15097 X11 driver changes.
15099 * tsx11/ts_xf86dga.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c, include/ts_xf86dga.h, include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xpm.h, include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h, tools/make_X11wrappers:
15100 Patrik Stridvall <ps@leissner.se>
15101 Non-X11 compile fix for generated code.
15103 * include/monitor.h, windows/multimon.c:
15104 Patrik Stridvall <ps@leissner.se>
15105 Implementation of the new monitor abstraction.
15107 * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
15108 Patrik Stridvall <ps@leissner.se>
15109 New TTY driver for GDI.
15111 * configure, configure.in, include/acconfig.h, include/config.h.in:
15112 Patrik Stridvall <ps@leissner.se>
15113 - Added the graphics/ttydrv directory.
15114 - Don't search for reentrant X when X doesn't exist.
15115 - Added config options HAVE_LIBXXPM
15116 - Added checks if the header files also exist for some libraries
15118 Tue Feb 2 16:14:23 1999 Alexandre Julliard <julliard@winehq.com>
15120 * dlls/shell32/brsfolder.c, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, include/interfaces.h, ole/safearray.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c:
15121 Francois Gouget <fgouget@psn.net>
15122 Replaced references to interfaces.h by wine/obj_xxx.h headers instead
15123 since these headers already provide the necessary definitions.
15125 * include/msdos.h, msdos/Attic/cdrom.c, msdos/Makefile.in, msdos/int2f.c:
15126 Eric Pouech <Eric.Pouech@wanadoo.fr>
15127 Removed references to obsolete msdos/cdrom.c file.
15128 Make use of new Wine internal CD ROM interface.
15130 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15131 Fixed tracks indexing in mcicda.c
15132 Make use of new Wine internal CD ROM interface.
15134 * include/cdrom.h, misc/Makefile.in, misc/cdrom.c:
15135 Eric Pouech <Eric.Pouech@wanadoo.fr>
15136 New Wine internal interface for handling CD Rom (especially audio CD
15139 * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c:
15140 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
15141 Change a few types to match you-know-who's declarations.
15142 HTREEITEM is a struct _TREEITEM FAR*
15143 GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
15144 Adjustment of Wine C code to match the new types included.
15146 * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
15147 Fixed GET_LZ_STATE macro.
15149 * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
15150 Lionel Ulmer <ulmer@directprovider.net>
15151 Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
15153 * tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
15154 Albert den Haan <albertd@corel.ca>
15155 Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
15157 * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
15158 reslen could be used uninitialised in GetFileResource32 (fixes some
15159 strange VerQueryValue crashes).
15161 * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
15162 Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
15163 LOCALE_IINTLCURRDIGITS.
15165 * memory/selector.c, relay32/kernel32.spec:
15166 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15167 Bugfix: Preserve EAX in UnMapSLFixArray().
15169 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
15170 Fixes little pointer bug in DPA_DeletePtr().
15172 * if1632/kernel.spec, memory/string.c:
15173 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15174 Implemented KERNEL.434 (UnicodeToAnsi).
15176 * files/drive.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15177 GetDiskFreeSpaceEx32A can get null pointers and still not crash.
15179 * graphics/psdrv/driver.c:
15180 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15181 Clear up args to PSDRV_AdvancedSetupDialog.
15183 * graphics/x11drv/xfont.c:
15184 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15185 Reduce MAX_FONT_SIZE to 1000.
15187 Sun Jan 31 19:04:31 1999 Alexandre Julliard <julliard@winehq.com>
15189 * win32/console.c, include/server.h, include/server/object.h, include/server/request.h, loader/ne/module.c, relay32/kernel32.spec, server/console.c, server/request.c, server/trace.c:
15190 Added input queue to server-side console object,
15191 read/write_console_input requests, and use them for
15192 Read/WriteConsoleInput.
15194 * scheduler/client.c: Geoff Clare <gwc@root.co.uk>
15195 Fix to allow for recvmsg() returning less data than is needed.
15197 * include/toolhelp.h, include/windows.h:
15198 Attempt at fixing the MAX_PATH multiple definition problem.
15200 ----------------------------------------------------------------
15201 Sun Jan 31 10:13:44 1999 Alexandre Julliard <julliard@winehq.com>
15203 * include/module.h, loader/ne/resource.c:
15204 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15205 Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
15206 usable by the VERSION code.
15208 * include/pe_image.h, loader/pe_resource.c:
15209 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15210 Added GetResDirEntryA for use by the VERSION code.
15212 * misc/Attic/ver.c, misc/Makefile.in:
15213 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15214 Removed old VER.DLL code.
15216 * dlls/version/.cvsignore, dlls/version/Makefile.in, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c:
15217 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15218 Implementation of VERSION.DLL. Based on old misc/ver.c.
15219 - Accessing PE version info resources should work correctly now.
15220 - Fixed memory leaks.
15221 - Clean separation of 16- and 32-bit parts.
15224 * Makefile.in, configure, configure.in, dlls/Makefile.in:
15225 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15226 Add new subdirectories dlls/ver and dlls/version.
15228 * if1632/ver.spec, dlls/ver/.cvsignore, dlls/ver/Makefile.in, dlls/ver/ver16.c, include/ver.h:
15229 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15230 Implementation of VER.DLL. Thunks up to VERSION.DLL.
15232 * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
15233 IsCharAlpha32A: use look-up table from ole2nls.c.
15235 * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
15236 LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
15237 NORM_IGNORESYMBOLS in string mapping mode.
15239 * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
15240 Create X window for child windows reparented to be top level windows.
15242 * dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
15243 Juergen Schmied <juergen.schmied@metronet.de>
15244 Stub for PathQualify32[A|W].
15246 * graphics/d3dmaterial.c, graphics/ddraw.c:
15247 Lionel Ulmer <ulmer@directprovider.net>
15248 Babrian Viktor <v@ulysses.sch.bme.hu>
15249 - added support for ColorKeying during blits
15250 - miscellaneous fixes
15252 * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
15253 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
15254 Added an implementation of MRSW locks.
15256 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
15257 Added missing includes (the PSP handling was incorrect, as the
15258 MZ_SUPPORTED definition was missing). Added a simple handler for
15259 direct console input, which needs to be improved.
15261 * console/tty.c: Ove Kaaven <ovek@arcticnet.no>
15264 * scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
15265 List handles WaitForMultipleObjects is waiting for when running with
15268 * dlls/advapi32/security.c, relay32/advapi32.spec:
15269 Juergen Schmied <juergen.schmied@metronet.de>
15270 Stub for GetSecurityDescriptorControl.
15272 * relay32/user32.spec, windows/user.c:
15273 Juergen Schmied <juergen.schmied@metronet.de>
15274 Stub for GetUserObjectSecurity.
15276 * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
15277 Implemented handling of REG_MULTI_SZ and fixed small bug in
15280 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
15281 Every EM_GETLINE send between a 32W to a 32A window returned
15282 incomplete values before (the first 2 chars where cut away).
15284 * windows/winpos.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15285 Fix typo in SetWindowPos32.
15287 Sat Jan 30 15:55:28 1999 Alexandre Julliard <julliard@winehq.com>
15289 * include/builtin32.h, misc/main.c, relay32/builtin32.c:
15290 Marcus Meissner <marcus@jet.franken.de>
15291 Enable/disable relay32 debugging on the fly. Start app with
15292 -debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
15294 * configure, configure.in, graphics/d3d_private.h, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h:
15295 Lionel Ulmer <ulmer@directprovider.net>
15296 Added check for the presence of Mesa's header files.
15298 * multimedia/audio.c, multimedia/dsound.c:
15299 Andreas Mohr <a.mohr@mailto.de>
15300 Fixed error messages.
15302 * misc/commdlg.c: Bernd Herd <herd@herdsoft.com>
15303 Use proper 16->32 message conversion in FILEDLG_CallWindowProc.
15305 * windows/x11drv/wnd.c: Bernd Herd <herd@herdsoft.com>
15306 SetParent should link the window at the start of the list.
15308 * windows/winpos.c: NF Stevens <norman@arcady.u-net.com>
15309 In Window SetWindowPos with SWP_HIDEWINDOW does not remove
15310 the focus from the focus window; ShowWindow with SW_HIDE does.
15311 So move the code that does this from SetWindowPos to ShowWindow.
15313 * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
15314 Check for NULL in lstrcpy* (Windows uses real exception handlers).
15316 * Makefile.in: James Juran <juran@cse.psu.edu>
15317 Don't install include files when --disable-lib is used.
15319 * relay32/winmm.spec:
15320 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15321 Added WINMM joy* .spec entries.
15323 * msdos/xms.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15327 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15330 * README: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15333 * include/miscemu.h, msdos/int10.c, msdos/int21.c, msdos/interrupts.c:
15334 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15335 Some interrupt enhancements.
15338 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15339 implemented timer latching
15341 temporary "fix" for Linux's coarse timer resolution
15343 * if1632/compobj.spec, include/objbase.h, include/winerror.h, ole/compobj.c, ole/ole2.c, relay32/ole32.spec:
15344 Francis Beaudet <francis@macadamian.com>
15345 Implemented the startup-shutdown mechanism for the COM subsystem.
15346 Implemented the Class object registration mechanism.
15348 * programs/clock/.cvsignore, programs/notepad/.cvsignore: Added Fi.s
15350 * include/wine/obj_storage.h, ole/Makefile.in, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec:
15351 Francis Beaudet <francis@macadamian.com>
15352 Added an implementation of the OLE structured storage. The main
15353 features of this implementation are:
15354 - Can open storages created in Windows.
15355 - Can create new storages that the windows libraries can
15357 - Provides all the functionality to create/open/remove and
15358 rename streams and storages inside the main storage object.
15360 * include/miscemu.h, miscemu/main.c, graphics/ddraw.c:
15361 Ove Kaaven <ovek@arcticnet.no>
15362 Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
15363 through a function pointer instead. Added a few traces. Fixed the
15364 "Memory corruption !" message in DGA mode. Commented out an
15365 unnecessary TSXF86VidModeSetViewPort that caused my X server to
15366 act up, relying on TSXF86DGASetViewPort instead.
15368 * graphics/psdrv/text.c, msdos/int2f.c, programs/winhelp/hlp2sgml.c, dlls/comctl32/comctl32undoc.c, files/file.c:
15369 Marcus Meissner <marcus@jet.franken.de>
15370 Some more warnings and bugs fixed.
15372 * dlls/comctl32/tab.c, include/tab.h: Alex Priem <alexp@sci.kun.nl>
15375 * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
15376 Alex Priem <alexp@sci.kun.nl>
15377 - The usual bugfixes.
15378 - Better unicode support (only defines, currently)
15379 - Drag & drop implemented.
15380 - LPSTR_TEXTCALLBACK should work now.
15381 - First start at custom draw code.
15383 * windows/x11drv/event.c: Francis Beaudet <francis@macadamian.com>
15384 Make sure that the keystate received by the WM_XBUTTONUP and
15385 WM_XBUTTONDOWN matches the message. In X, the keystate is changed
15386 after the message is processed. In Windows, it is changed before.
15388 * dlls/advapi32/security.c, dlls/advapi32/service.c:
15389 Matthew Becker <mbecker@glasscity.net>
15392 * win32/file.c: Berend Reitsma <berend at asset-control.com>
15393 SetFileAttributes32A changed to make file writeable when
15394 FILE_ATTRIBUTE_READONLY is not set.
15396 * console/interface.c, console/ncurses.c, include/console.h, msdos/int10.c:
15397 Joseph Pranevich <jpranevich@lycos.com>
15398 Preliminary color console support.
15400 * documentation/languages, programs/clock/ChangeLog, programs/clock/Fi.rc, programs/clock/Makefile.in, programs/clock/main.c, programs/notepad/ChangeLog, programs/notepad/Fi.rc, programs/notepad/Makefile.in, programs/notepad/main.c, resources/sysres_Fi.rc:
15401 Jukka-Pekka Iivonen <jiivonen@poseidon.cs.hut.fi>
15402 Updated Finnish language support.
15404 Fri Jan 29 15:12:11 1999 Alexandre Julliard <julliard@winehq.com>
15406 * include/vfw.h, include/winerror.h, include/wintypes.h, multimedia/msvideo.c, ole/guid.c, programs/Makefile.in, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/icinfo.c, relay32/msvfw32.spec, configure, configure.in, include/debug.h, include/debugdefs.h, include/oleauto.h:
15407 Marcus Meissner <marcus@jet.franken.de>
15408 Updated msvideo. New program 'icinfo [-about] [-configure]' to
15409 query installed (win32) compressors. Started on AVIFILE support.
15411 Thu Jan 28 17:56:14 1999 Alexandre Julliard <julliard@winehq.com>
15413 * include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/Makefile.in, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/moniker.c, ole/ole2.c:
15414 Noomen Hamza <noomen@macadamian.com>
15415 Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
15418 * debugger/dbg.y, debugger/debug.l:
15419 NF Stevens <norman@arcady.u-net.com>
15420 Implemented the symbolfile command (as mentioned by the help
15421 command). This reads a symbol file in the format generated by nm.
15423 * multimedia/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
15425 - Added direct play ascii interfaces.
15426 - Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
15428 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
15429 Fixed FILE_VIEW struct initialisation.
15431 * include/dosexe.h:
15432 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15433 Fixed non-i386 compile.
15435 * graphics/vga.c, msdos/dpmi.c, multimedia/dplay.c, multimedia/mmio.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c:
15436 James Juran <jrj120@psu.edu>
15437 Commented out unused variables to prevent needless compiler warnings.
15439 * include/ddeml.h, misc/ddeml.c:
15440 Keith Matthews <keith_m@sweeney.demon.co.uk>
15441 1st cut implementation of DdeInitialize32W and supporting code.
15443 * dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
15444 Matthew Becker <mbecker@glasscity.net>
15445 Documentation standardizations.
15447 * include/queue.h, windows/hook.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
15448 Stephane Lussier <stephane@macadamian.com>
15449 - Made the message queue access to be thread safe. (Using two new
15450 functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
15451 instead of GlobalLock16()).
15452 - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
15455 * multimedia/dsound.c, multimedia/mmsystem.c, objects/text.c, windows/dialog.c, windows/dinput.c, windows/mdi.c, windows/msgbox.c, windows/win.c, windows/winproc.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, graphics/d3dmaterial.c, graphics/metafiledrv/init.c, if1632/relay.c, include/wincon.h, loader/resource.c, misc/imm.c, misc/lzexpand.c, msdos/int21.c, dlls/comctl32/propsheet.c, dlls/ntdll/rtl.c:
15456 Marcus Meissner <marcus@jet.franken.de>
15457 Fixed a lot of warnings for possible problems.
15459 * misc/comm.c: Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
15462 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
15463 Fixed various bugs.
15464 Made newbie mode easier.
15466 * objects/cursoricon.c, dlls/comctl32/imagelist.c, if1632/user.spec, include/wine/winuser16.h, include/winuser.h:
15467 Marcus Meissner <marcus@jet.franken.de>
15468 Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
15470 * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
15471 Switch ncurses.h/curses.h include (works better for FreeBSD).
15473 * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
15474 Fixed loading of win32 drivers.
15476 Tue Jan 26 17:29:49 1999 Alexandre Julliard <julliard@winehq.com>
15478 * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
15480 * dlls/msacm32/internal.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15481 Temporary #if 0'ed part for builtin modules in MSACM to make it
15482 compile with the patch for loadable drivers.
15484 * include/driver.h, relay32/winmm.spec, windows/driver.c:
15485 Eric Pouech <Eric.Pouech@wanadoo.fr>
15486 Added support for loading drivers in Wine.
15488 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
15489 A perl script to produce a bug report with little hassle.
15491 * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
15492 Added (dummy) Death/Resurrection calls to DisplayDib.
15494 * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
15495 Allocate a DOS handle if we open a normal file with LZOpenFile16.
15497 * graphics/ddraw.c, include/ddraw.h:
15498 Lionel Ulmer <ulmer@directprovider.net>
15499 - added depth conversion routines (only 8bpp -> 16 bpp for now)
15500 - added support of DEPTH_FILL for Blits
15501 - added some flags in GetCaps to get some games working
15503 * if1632/user.spec, include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c, relay32/user32.spec, dlls/comctl32/imagelist.c:
15504 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15505 Implemented GetIconInfo16 -> call to GetIconInfo32.
15507 * scheduler/client.c: Commented out EXEC_SERVER
15509 * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
15510 3 missing WINAPI added.
15512 * dlls/shell32/enumidlist.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shres.rc:
15513 Juergen Schmied <juergen.schmied@metronet.de>
15516 * dlls/comctl32/treeview.c, include/commctrl.h:
15517 Juergen Schmied <juergen.schmied@metronet.de>
15518 Changed some treeview related definitions.
15520 * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
15521 Juergen Schmied <juergen.schmied@metronet.de>
15522 Implemented SHBrowseForFolder() dialog.
15524 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15525 Fixed typo in type (removed quite a few warnings).
15527 * dlls/advapi32/security.c, relay32/advapi32.spec:
15528 Marcus Meissner <marcus@jet.franken.de>
15529 Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
15530 Return NULL from OpenThreadToken.
15532 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
15533 Do not endlessly loop in CONSOLE_get_input after EOF.
15534 Create xterm even if stdin is not a terminalhandle.
15535 SetConsoleCursorPosition: Only make complex console on row change,
15536 ignore interline positioning (so the cygwin cmdline tools do not
15537 create xterms unnecessary)
15539 * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15540 Make sure DrvGetPrinterData returns the correct data if cbData <= 1
15542 * include/queue.h, windows/message.c, windows/queue.c, windows/win.c:
15543 Stephane Lussier <stephane@macadamian.com>
15544 - Changing MESSAGEQUEUE structure according to Ulrich proposition.
15545 - One message queue for every thread needing it.
15546 - Messages in the message queue are now stored in a linked list
15547 - Messages are allocated in the system heap.
15548 - Messages in the message queue are 32 bits (MSG32).
15549 - All read/write operations regarding messages in the message queue are
15552 Sun Jan 24 19:14:58 1999 Alexandre Julliard <julliard@winehq.com>
15554 * dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, dlls/comctl32/imagelist.c, dlls/comctl32/listview.c, dlls/comctl32/propsheet.c, dlls/comctl32/status.c, include/flatsb.h:
15555 Eric Kohl <ekohl@abo.rhein-zeitung.de>
15556 Fixed several bugs and typos.
15558 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
15561 * dlls/comctl32/Makefile.in, dlls/comctl32/draglist.c, include/commctrl.h, relay32/comctl32.spec:
15562 Eric Kohl <ekohl@abo.rhein-zeitung.de>
15563 New drag list control.
15565 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
15566 Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
15568 * dlls/comctl32/progress.c, include/progress.h:
15569 Eric Kohl <ekohl@abo.rhein-zeitung.de>
15570 Added WM_[G/S]ETFONT handling.
15572 * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
15573 Added WM_COMMAND and WM_NOTIFY handling.
15575 * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
15576 Fixed redraw bug for tracking tooltips.
15578 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
15579 Added some messages to the rebar control.
15581 * multimedia/mcicda.c: Geoff Clare <gwc@root.co.uk>
15582 Several internal functions won't compile when the conditional
15583 #if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
15584 comes out false. I moved the conditionals around so that
15585 the file would at least compile. Not sure if it does the
15586 right thing on non-linux/FreeBSD/NetBSD systems.
15588 * misc/toolhelp.c: Geoff Clare <gwc@root.co.uk>
15589 Moved process.h higher up the include list, to avoid a problem with
15590 "ERR" being redefined in sys/regset.h.
15592 * misc/comm.c: Geoff Clare <gwc@root.co.uk>
15593 The B57600 and B115200 symbols are not defined in Unixware.
15595 * controls/listbox.c: NF Stevens <norman@arcady.u-net.com>
15596 Change SW_??? options on list box scrolling so that they match what
15599 * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
15600 Moved DOS handle allocation slightly, to fix potential memory
15601 leaks and lost handles. Also removed some useless init code.
15603 * graphics/psdrv/afm.c, graphics/psdrv/text.c, if1632/dummy.c, if1632/gdi.spec, misc/printdrv.c:
15604 Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
15605 Internal PostScript printer driver improvements.
15607 * controls/edit.c: Gerard Patel <G.Patel@wanadoo.fr>
15608 Changed EDIT_EM_CharFromPos to return line number.
15610 * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
15611 Free the private data pointer, THEN set it to NULL.
15613 * windows/message.c: Marcus Meissner <marcus@jet.franken.de>
15616 * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/safearray.c, relay32/oleaut32.spec:
15617 Sylvain St.Germain <sylvain@macadamian.com>
15618 Implementation of the SafeArray family functions.
15620 * include/windows.h, relay32/kernel32.spec, scheduler/thread.c:
15621 Guy Albertelli <galberte@neo.lrun.com>
15622 Added stub for SetThreadLocale.
15624 * objects/text.c: Guy Albertelli <galberte@neo.lrun.com>
15625 Finished GetTextCharsetInfo routine.
15627 * ole/nls/enu.nls, ole/ole2nls.c:
15628 Guy Albertelli <galberte@neo.lrun.com>
15629 Fixed FIXME in EnumTimeFormats32W
15630 Added support for FONTSIGNATURE in GetLocaleInfo32A and updated
15633 * documentation/internal-dll, documentation/shell32, documentation/wine.man:
15634 Pascal Cuoq <Pascal.Cuoq@inria.fr>
15637 * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
15638 Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
15639 searching for DBG and PDB files.
15641 * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
15642 Fix for files which do not contain exports (fg, EXE) to get processed
15643 for debug information.
15645 * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
15646 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15647 Implemented KERNEL.621 (CBClientThunkSLEx).
15649 * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/main.h, misc/main.c:
15650 Marcus Meissner <marcus@jet.franken.de>
15651 Allow switching off/on of debugmsgs in the debugger.
15653 * loader/main.c, miscemu/instr.c, msdos/dosmem.c, msdos/int15.c, include/miscemu.h:
15654 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15655 Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
15658 Sat Jan 23 14:15:17 1999 Alexandre Julliard <julliard@winehq.com>
15660 * graphics/painting.c, if1632/user.spec, include/wine/winuser16.h, loader/pe_image.c, misc/lstr.c, windows/hook.c, windows/message.c:
15661 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15662 Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
15663 DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
15664 WIN16_PeekMessage32 and WIN16_TranslateMessage32.
15666 * dlls/shell32/Makefile.in, dlls/shell32/classes.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellguid.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/interfaces.h, include/shlguid.h, include/shlobj.h, include/windows.h, misc/shell.c:
15667 Juergen Schmied <juergen.schmied@metronet.de>
15668 - some fixes, cleaned up includes, fixed leaks
15669 - clean DllReferenceCount, better DllMain()
15670 - dynamically linking LookupIconIdFromDirectoryEx32 and
15671 CreateIconFromResourceEx32 to USER32
15672 - moved guid's instances to new file shellguid.c
15673 - implemented ShellExecuteEx32W
15675 * ole/Makefile.in, ole/compobj.c, ole/guid.c:
15676 Juergen Schmied <juergen.schmied@metronet.de>
15677 Moved the instance creation of GUID's to a new file.
15678 Size of compobj.o goes down to 1/3; should prevent more sig11's.
15680 * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
15681 New file to instantiate GUID's ms-like.
15683 * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
15684 Set private data struct to NULL to expose problems in other code
15685 better. Fixes the XUnmapWindow problems reported by replacing them
15686 with NULL ptr dereferences.
15688 * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
15689 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
15692 * files/file.c, include/file.h, loader/dos/dosvm.c:
15693 Marcus Meissner <marcus@jet.franken.de>
15694 DOS programs use handles 0-4 without opening/closing any of those
15695 handles first. Split up Init from AllocDosHandle and call it from
15698 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
15699 Remove configure.in->configure rule (we might not have autoconf).
15701 * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
15702 Added "user-friendly" warning for missing X.
15704 * include/ole.h: Fixed GetObject macro problem.
15706 * documentation/status/direct3D:
15707 Lionel Ulmer <ulmer@directprovider.net>
15708 - updated documentation to be in sync with current code
15710 * graphics/d3dmaterial.c, graphics/d3dviewport.c:
15711 Lionel Ulmer <ulmer@directprovider.net>
15712 - various warning and bug fixes
15714 * graphics/d3ddevices.c, graphics/d3dtexture.c:
15715 Lionel Ulmer <ulmer@directprovider.net>
15716 - added more texture formats using OpenGL's packed pixel formats
15718 * graphics/d3dexecutebuffer.c, include/d3d.h:
15719 Lionel Ulmer <ulmer@directprovider.net>
15720 - better support for ExecuteBuffers
15722 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
15723 - corrected bug in Z Buffer allocation
15724 - put VIDEOMEMORY flag for all primary surfaces
15725 - put something in a surface after a ReleaseDC
15727 * misc/printdrv.c: Morten Welinder <terra@diku.dk>
15730 * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
15731 Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
15733 * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
15734 Check opened enhmetafile for magic values.
15736 * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
15737 Fixed duplicate sound buffer handling. Updated status.
15739 * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
15740 New functions lmemcpynAtoW and lmemcpynWtoA for converting
15741 REG_MULTI_SZ (including \0x00)
15742 Better debug output for REG_BINARY and REG_MULTI_SZ
15743 Rewritten RegQueryValueEx32[A|W]
15745 * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
15746 Implemented CreateHalftonePalette.
15747 Fixed 3 crashes (1 real, 2 potential).
15749 * dlls/shell32/iconcache.c, if1632/shell.spec, include/shell.h, misc/shell.c:
15750 Marcus Meissner <marcus@jet.franken.de>
15751 Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
15753 * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
15754 Sylvain St.Germain <sylvain@macadamian.com>
15755 DoDragDrop and OleIsCurrentClipboard stub implementation.
15757 * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
15758 Make LoadTypeLib stub return failure instead of success.
15760 Fri Jan 22 17:09:46 1999 Alexandre Julliard <julliard@winehq.com>
15762 * documentation/accelerators, include/winuser.h, loader/resource.c, windows/input.c:
15763 Marcus Meissner <marcus@jet.franken.de>
15764 Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
15765 API, PE_ACCEL for PE Accelerators. See documentation/accelerators.
15767 Thu Jan 21 14:05:11 1999 Alexandre Julliard <julliard@winehq.com>
15769 * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
15770 Francis Beaudet <francis@macadamian.com>
15771 There were two copies of the DdeCmpStringHandles (A and W) and that
15772 API does not have 2 versions. Removed the extra version.
15774 Wed Jan 20 14:54:01 1999 Alexandre Julliard <julliard@winehq.com>
15776 * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
15779 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
15780 Win32 console needs SYNCHRONIZE access.
15782 * configure, configure.in, console/ncurses.c, debugger/stabs.c, include/config.h.in, include/console.h, misc/port.c:
15783 Marcus Meissner <marcus@jet.franken.de>
15784 autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
15787 * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
15788 LCMapStringA: if dstlen is insufficient, return
15789 ERROR_INSUFFICIENT_BUFFER (verified).
15791 * objects/enhmetafile.c, relay32/gdi32.spec:
15792 Marcus Meissner <marcus@jet.franken.de>
15793 Some small fixes to enhmetafiles.
15795 * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
15796 Do not call ownerdraw for invalid items (empty focusrects).
15797 Fixes Eudora 16bit empty Inbox problem.
15799 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
15800 Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
15801 these functions with the same logic as the NC_DrawCloseButton function.
15803 * windows/win.c: Noel Borthwick <noel@macadamian.com>
15804 Reparenting a window with SetParent in Windows should cause the child
15805 window being re-parented to be moved up to the topmost in the z-order,
15806 and WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to be sent.
15808 * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
15809 Use external DirectPlay DLLs by default.
15811 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15812 Allow passing task handles to GetThreadQueue() and SetFastQueue().
15814 * windows/user.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15815 Handle (console) applications that never created a queue correctly
15816 in USER_AppExit(); call InitThreadInput() in InitApp().
15818 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15819 - Fixed creation of message queue in hook API routines.
15820 - Some preparations for thread-local message queues.
15822 * loader/ne/module.c:
15823 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15824 Check module name length in ModuleNext().
15826 * windows/x11drv/event.c:
15827 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15828 Use Callout to call RedrawWindow32.
15830 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
15831 Clear DOS extended error only for funcs >=0x2f (thanks to Dave
15834 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
15835 Unified palette create, do allocate colorcells on init for DGA.
15837 Tue Jan 19 17:48:25 1999 Alexandre Julliard <julliard@winehq.com>
15839 * scheduler/synchro.c, scheduler/thread.c, server/console.c, server/file.c, server/process.c, server/request.c, server/thread.c, server/trace.c, win32/console.c, win32/device.c, win32/process.c, include/file.h, include/process.h, include/server.h, include/server/object.h, include/server/request.h, include/server/thread.h, include/thread.h, include/winbase.h, include/windows.h, include/wintypes.h, memory/virtual.c, msdos/int21.c, msdos/vxd.c, relay32/kernel32.spec, scheduler/client.c, scheduler/handle.c, scheduler/k32obj.c, scheduler/process.c, files/change.c, files/dos_fs.c, files/file.c, include/device.h:
15840 Hacked server-side device support
15841 Added user APCs support.
15842 Many changes to the xterm console to make use of the server (not
15844 Moved some other small stuff to the server.
15846 * tools/make_requests: Added long type format.
15848 * server/Makefile.in, server/device.c:
15849 Added server-side device support (only a hack for now).
15851 Sun Jan 17 17:48:48 1999 Alexandre Julliard <julliard@winehq.com>
15854 Recovered log entries from CVS mailing list.
15856 * relay32/ntdll.spec, dlls/ntdll/rtl.c:
15857 Marcus Meissner <marcus@jet.franken.de>
15858 Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
15861 Marcus Meissner <marcus@jet.franken.de>
15862 Handle ERROR_WRITE_PROTECT too in readonly fallback open.
15864 * dlls/advapi32/security.c, relay32/advapi32.spec:
15865 Marcus Meissner <marcus@jet.franken.de>
15866 Added GetSecurityDescriptorLength stub for regedt32.exe.
15868 * debugger/Makefile.in, files/Makefile.in:
15869 Marcus Meissner <marcus@jet.franken.de>
15870 Add "" around -D defines for paths with spaces in them.
15872 * graphics/d3dtexture.c, graphics/ddraw.c, include/ddraw.h:
15873 Lionel Ulmer <ulmer@directprovider.net>
15874 Cleaned up ColorKey handling.
15876 * objects/metafile.c:
15877 Paul Quinn <paulq@COREL.CA>
15878 METARECORD member rdParam should be rdParm (in win32 sdk)
15879 lots of changes in this source file to reflect this change.
15881 * graphics/escape.c, graphics/painting.c, graphics/metafiledrv/init.c, include/commctrl.h, include/commdlg.h, include/gdi.h, include/tchar.h, include/windows.h, include/wingdi.h, include/wintypes.h, include/winuser.h, misc/spooler.c, objects/gdiobj.c,
15882 relay32/gdi32.spec:
15883 Paul Quinn <paulq@COREL.CA>
15884 Fixed bad defines, added a few types 'n defines.
15886 * windows/dinput.c:
15887 Marcus Meissner <marcus@jet.franken.de>
15888 Disable broken callbacks which lead to crashes.
15890 * multimedia/mcistring.c:
15891 Eric Pouech <Eric.Pouech@wanadoo.fr>
15892 Fixed ID usage (and rely less heavily on multimedia/mmsystem.c
15893 internal structures).
15896 Marcus Meissner <marcus@jet.franken.de>
15897 debug.h needs to be included last since it #undefs ERR for Solaris.
15899 * debugger/debug.l, debugger/memory.c:
15900 Marcus Meissner <marcus@jet.franken.de>
15901 Added /u format to debugger display for UNICODE strings.
15903 * loader/pe_image.c:
15904 Marcus Meissner <marcus@jet.franken.de>
15905 Remove irritating FIXME line no longer needed.
15908 Eric Pouech <Eric.Pouech@wanadoo.fr>
15909 Added missing '\n' in FIXME message.
15911 * graphics/ddraw.c:
15912 Robert Riggs <rriggs@tesser.com>
15913 objbase.h needed for WINE_StringFromCLSID(), fix C function
15914 declarations, install a colormap if we are not managed, release
15915 backbuffers in DGA mode, fix video mode switching logic to avoid
15916 possible NULL pointer dereference.
15919 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15922 * files/file.c, include/file.h, include/process.h, loader/resource.c, loader/dos/module.c, loader/ne/segment.c, misc/lzexpand.c, msdos/int21.c vxd.c, multimedia/mmio.c, win32/kernel32.c:
15923 Better DOS file handle management.
15925 * documentation/common_controls:
15926 Francis Beaudet <francis@macadamian.com>
15927 This should help prevent duplicate work.
15929 * if1632/gdi.spec, include/wingdi.h, objects/dc.c:
15930 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15931 Implemented Death() and Resurrection(), two functions needed by some
15932 TPWin (?) command line tool.
15934 * windows/winproc.c:
15935 Juergen Schmied <juergen.schmied@metronet.de>
15936 Added 32->16 translation for WM_ACTIVATEAPP.
15938 * dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, relay32/shell32.spec:
15939 Juergen Schmied <juergen.schmied@metronet.de>
15940 New stubs: ShellMessageBoxW, RunDLL_CallEntry16.
15941 Implementation for SHGetSpecialFolderPath32[A|W].
15944 * console/xterm.c, misc/port.c, win32/console.c:
15945 Joseph Pranevich <jpranevich@lycos.com>
15946 Change all Wine openpty() implementations to match the "standard" and
15947 then make them both call the same code leaving the option to change
15948 that code to call the "standard" openpty() at a later date.
15950 * relay32/kernel32.spec, scheduler/process.c:
15951 Marcus Meissner <marcus@jet.franken.de>
15952 Added SetProcessAffinityMask stub.
15954 * graphics/ddraw.c, include/ddraw.h:
15955 Marcus Meissner <marcus@jet.franken.de>
15956 Fixed the other union misuse too (one less mem corruption)
15957 Re-added XInstallColormap (or non managed does not change palette)
15959 * if1632/kernel.spec, scheduler/synchro.c:
15960 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15961 Added an implementation for KERNEL.495.
15963 * documentation/status, documentation/direct3D, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
15964 Lionel Ulmer <ulmer@directprovider.net>
15965 - added bitmask to store which ColorKey structures are valid
15966 - handle many new rendering states, some optimizations in state changes
15967 - 8bit palettized textures now support ColorKeying
15968 - some miscellaneous bug fixes and code rewrite
15971 Noomen Hamza <noomen@macadamian.com>
15972 Fixed the look of the menu so it would be compliant with Win95: modified
15973 the mouse tracking code so it would change the selection every time the
15974 mouse moved over a menu item.
15976 * documentation/how-to-port:
15977 Mike Castle <dalgoda@shell.rt66.com>
15980 * dlls/comctl32/updown.c:
15981 Noel Borthwick <noel@macadamian.com>
15983 - When an edit control buddy was used single digit values were not
15985 - Comma values were not displayed correctly when thousands separation
15989 Tom Bech <tomb@ii.uib.no>
15990 While the debug event messages are not implemented, WaitForDebugEvent
15991 should return FALSE.
15993 * if1632/user.spec, objects/bitmap.c:
15994 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15995 Implemented CopyImage16.
15997 * documentation/bugreports
15998 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16001 * console/generic.c, msdos/int21.c:
16002 Marcus Meissner <marcus@jet.franken.de>
16003 Changed 0x01 to use generic console, fixed 0x0b.
16004 Fixed CONSOLE_GetCharacter (two args swapped).
16006 * include/module.h, loader/main.c, loader/module.c, loader/dos/module.c:
16007 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16008 Allow specifying module name for NE dummy module.
16010 * loader/pe_image.c
16011 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16012 Set module name of dummy module equal to module name of PE module.
16014 * controls/scroll.c, controls/uitools.c:
16015 Marcus Meissner <marcus@jet.franken.de>
16016 Missing include wine/winuser16.h added.
16019 Marcus Meissner <marcus@jet.franken.de>
16020 Create an actual primary surface for screenbuffer.
16022 ----------------------------------------------------------------
16023 Sun Jan 10 14:40:34 1999 Alexandre Julliard <julliard@winehq.com>
16025 * include/miscemu.h, include/msdos.h, loader/main.c, msdos/Makefile.in, msdos/dosconf.c, msdos/int21.c:
16026 Andreas Mohr <a.mohr@mailto.de>
16027 Added config.sys parser.
16029 * controls/listbox.c: Pascal Cuoq <Pascal.Cuoq@inria.fr>
16030 Small change in LB_SETCURSEL32 handling (the caret should be moved as
16033 * configure, configure.in, files/async.c, include/config.h.in, misc/winsock_dns.c, msdos/int21.c, ole/compobj.c:
16034 Marcus Meissner <marcus@jet.franken.de>
16035 Use autoconf check for presence of sys/file.h.
16037 * dlls/ntdll/rtl.c, relay32/ntdll.spec:
16038 Marcus Meissner <marcus@jet.franken.de>
16039 Implemented DbgPrint, added ultoa.
16041 * win32/console.c: Peter Hunnisett <hunnise@nortelnetworks.com>
16042 PeekConsoleInput & ReadConsoleInput need to return 0 records read in
16043 the case of an invalid handle.
16045 * console/ncurses.c, loader/main.c:
16046 Joseph Pranevich <jpranevich@lycos.com>
16047 More verbose debugging output.
16048 Remove compilation warning.
16050 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
16051 Fix up some interrupt calls to return at the data that they are supposed
16052 to. Also increase comment verbosity to help debug things later.
16054 * include/options.h, misc/main.c, misc/version.c:
16055 Andreas Mohr <a.mohr@mailto.de>
16056 Added switch -dosver.
16057 Cleanup for OaBuildVersion().
16059 * libtest/.cvsignore: Added vartest and volinfo
16061 * dlls/shell32/contmenu.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shelllink.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shell.h:
16062 Juergen Schmied <juergen.schmied@metronet.de>
16063 Many bugfixes, code cleanup.
16064 Removed a few glitches from the COM patch.
16066 * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
16067 Only destroy window once.
16069 * graphics/ddraw.c, include/ddraw.h:
16070 Marcus Meissner <marcus@jet.franken.de>
16071 - moved drawable to common since it is used by both DGA and Xlib.
16072 (fixes one bad memory corruption bug in DGA (StarCraft and Diablo)
16073 - added BltFast sanity checks.
16075 * windows/queue.c, loader/task.c:
16076 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16077 InitApp() call removed from 32-bit application startup;
16078 create task message queue in InitThreadInput() instead.
16080 * loader/ne/convert.c:
16081 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16082 Added accelerator table PE->NE resource conversion.
16084 * debugger/editline.c:
16085 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16086 Restart read() in case of EINTR in TTYget().
16088 * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
16091 * tools/wrc/CHANGES, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
16092 Bertho Stultiens <bertho@panter.soci.aau.dk>
16093 Wrc version 1.0.8. Toolbar resources are now supported. A couple of
16094 other fixes are also included. See file tools/wrc/CHANGES for details.
16096 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
16099 * include/x11drv.h, loader/dos/module.c, objects/dc.c, relay32/builtin32.c, relay32/relay386.c, scheduler/k32obj.c, files/async.c, if1632/relay.c, include/main.h, include/multimedia.h, include/windows.h:
16100 James Juran <jrj120@psu.edu>
16101 Add missing #includes and prototypes to eliminate some implicit
16102 function declaration warnings and 'extern's in .c files.
16104 * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
16105 Ove Kaaven <ovek@arcticnet.no>
16106 Check for resizeterm in ncurses.
16108 * libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
16109 Francis Beaudet <francis@macadamian.com>
16110 New test program for VARIANT functions.
16112 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16113 Some debug information (PDB) was not mapped when loading a module,
16114 which caused a core in the debugger when it tried to access it.
16116 * Makefile.in: Ove Kaaven <ovek@arcticnet.no>
16117 Links libwine.so.1.0 to libwine.so in Wine's main directory.
16118 Makes Wine compile with --enable-dll again.
16120 Sat Jan 9 09:12:40 1999 Alexandre Julliard <julliard@winehq.com>
16122 * relay32/ole32.spec, windows/dinput.c, include/storage.h, include/unknwn.h, include/windows.h, include/wine/obj_base.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_dataobject.h, include/wine/obj_marshal.h, include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h, include/winerror.h, include/wtypes.h, misc/shell.c, multimedia/dplay.c, multimedia/dsound.c, objects/font.c, ole/compobj.c, ole/ifs.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/oledlg.c, ole/oleobj.c, ole/storage.c, ole/typelib.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/ddraw.c, graphics/vga.c, if1632/compobj.spec, include/compobj.h, include/ddraw.h, include/dinput.h, include/dplay.h, include/dsound.h, include/interfaces.h, include/objbase.h, include/objidl.h, include/ole.h, include/ole2.h, include/oleobj.h, include/servprov.h, include/shell.h, include/shlguid.h, include/shlobj.h, dlls/comctl32/imagelist.c, dlls/shell32/contmenu.c:
16123 Francois Gouget <fgouget@multimania.com>
16124 Added a lot of COM interfaces definitions.
16125 Restructured COM header files for better compatibility and clarity.
16127 Fri Jan 8 16:37:03 1999 Alexandre Julliard <julliard@winehq.com>
16129 * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
16130 Make GetFileType work for all handle types.
16132 * win32/device.c: Avoid crash on NULL dev->info.
16134 * include/flatsb.h, relay32/comctl32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, include/commctrl.h:
16135 Alex Priem <alexp@sci.kun.nl>
16136 Added stubs and defines for the flat scrollbar common control.
16138 * include/commctrl.h, dlls/comctl32/datetime.c:
16139 Alex Priem <alexp@sci.kun.nl>
16140 Added some defines needed for custom draw'ing and datetime common
16143 * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
16144 Fixed a small bug in function ExtractIconEx32A.
16146 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
16147 HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
16149 * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
16150 Make DeleteFile fail for empty path.
16152 * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16153 Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
16155 * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
16156 Fixed wrong buffer which caused fixups to fail.
16158 * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dtexture.c, include/d3d.h:
16159 Lionel Ulmer <ulmer@directprovider.net>
16160 - added all the Direct3D error codes
16161 - added 8bit palettized texture support
16163 * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
16164 ifdefs for defines not in linux 2.0.
16166 * relay32/winspool.spec, misc/printdrv.c:
16167 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16168 Added two stubs for AddPrinterDriver.
16170 * include/dosexe.h, loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c:
16171 Ove Kaaven <ovek@arcticnet.no>
16172 Queue SIGALRM to reduce the "signal 14 lost" complaints.
16173 Added support for reprogramming the DOS timer, and reading back the
16176 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
16177 Wine hangs when registry (corrupted) has lone \ at end of file.
16179 * dlls/shell32/shell32_main.h, dlls/shell32/shell32_main.c:
16180 Kostya Ivanov <kostya@warmcat.excom.spb.su>
16181 Small patch that enables Clarion for Windows not to trap while
16184 * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
16185 Replace troublesome assignments by memset for whole struct.
16187 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
16188 Added handling of the 'palent' field of the CreatePalette procedure.
16190 * documentation/wine.man:
16191 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16192 Added description about including/excluding functions from relay
16195 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
16196 Read at least 1 input record in ReadConsoleInputA.
16198 * memory/virtual.c:
16199 Fixed CreateMapping when a mapping with the same name already exists.
16201 Wed Jan 6 10:37:29 1999 Alexandre Julliard <julliard@winehq.com>
16203 * server/file.c: Fixed file destruction when file has no name.
16205 Tue Jan 5 18:38:59 1999 Alexandre Julliard <julliard@winehq.com>
16207 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16208 Warns user if multiple -dll switches are used on command line.
16210 * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
16211 Fixed a leftover HeapFree in the trackbar common control.
16213 * include/commctrl.h, include/debug.h, include/debugdefs.h, include/tab.h, dlls/comctl32/tab.c:
16214 Alex Priem <alexp@sci.kun.nl>
16215 Fixed some problems with the tab common control (with thanks to Anders
16216 Carlsson <anders.carlsson@linux.nu>).
16218 * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/commctrl.h, include/propsheet.h, relay32/comctl32.spec:
16219 Alex Priem <alexp@sci.kun.nl>
16220 Added a missing PropertySheet32AW and CreatePropertySheetPage stub,
16221 and some missing defines.
16223 * misc/main.c, scheduler/syslevel.c, graphics/vga.c:
16224 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16225 Use MakeCriticalSectionGlobal on all critical sections used across
16226 process boundaries.
16228 * include/winbase.h, include/windows.h:
16229 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16230 Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
16232 * documentation/wine.man:
16233 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16234 Added environment variables in the man page.
16236 * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16237 Fixed args of MZ_CreateProcess.
16239 * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
16240 Andreas Mohr <a.mohr@mailto.de>
16241 Fixed string bug in programs/.
16243 * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
16244 Added stupid "action" emulation for hardware timers in ioports.c.
16246 * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
16247 Again a small DOSASPI patch.
16249 * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
16250 Andreas Mohr <a.mohr@mailto.de>
16251 Documentation updates.
16253 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
16254 - check if palette is not null when setting a palette
16255 - check if window handle is valid before getting its 'drawable'
16257 * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16258 Prevent core dump with some TTF (when X11 runs with a true type
16261 * server/console.c: Marcus Meissner <marcus@jet.franken.de>
16262 Use stdout for default console output.
16264 ----------------------------------------------------------------
16265 Sun Jan 3 17:00:20 1999 Alexandre Julliard <julliard@winehq.com>
16267 * graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h, multimedia/dsound.c, configure, configure.in, documentation/status/direct3D, documentation/status/directdraw, graphics/Makefile.in, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c:
16268 Lionel Ulmer <ulmer@directprovider.net>
16269 - beginning of implementation of Direct3D2 (DX 5.0) and associated classes
16270 - some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
16271 - added stretching to Blt function
16273 * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
16274 Try to autodetect NT4.
16276 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
16277 0 means success, all else failure for WaitForSingleObject.
16279 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
16280 Do not advance the cursor in certain routines. This cleaned up the
16281 implementation quite a bit.
16283 * loader/main.c: Joseph Pranevich <jpranevich@lycos.com>
16284 Set console video mode when loading DOS app. (Eventually, I want to
16285 mimic Windows 9x's behavior by setting the video mode only when non
16286 INT 21 calls are used to allow for arbitrary-sized consoles).
16288 * console/interface.c, console/xterm.c:
16289 Joseph Pranevich <jpranevich@lycos.com>
16290 Xterm driver can now resize the terminal when a mode change is
16293 * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
16294 Long standing scroll bug fixed!
16296 * console/ncurses.c, include/acconfig.h, include/config.h.in, include/console.h, configure, configure.in:
16297 Joseph Pranevich <jpranevich@lycos.com>
16298 Rewrite of configuration system to support "regular" curses as well as
16299 eliminating the --with-ncurses option. Now, ncurses support will be
16300 built in if a compatible library is detected.
16302 * include/wintypes.h, windows/defdlg.c:
16303 NF Stevens <norman@arcady.u-net.com>
16304 Fix the return type of DLGPROC type and mask out the unset highword of
16305 the return when a 16 bit dialog proc is called.
16307 * include/interfaces.h: Rein Klazes <rklazes@casema.net>
16308 Add interface ID's for upcoming ITypeLib implementation.
16310 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
16311 Bugfix for trailing slashes, repetition of '/' or '\' and
16312 SetLastError() in GetFullPathname.
16314 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/advapi32/.cvsignore, dlls/advapi32/Makefile.in, dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c, relay32/advapi32.spec, win32/Attic/advapi.c, win32/Attic/security.c, win32/Makefile.in, win32/init.c:
16315 Juergen Schmied <juergen.schmied@metronet.de>
16316 Moved ADVAPI32 files to dlls/advapi32.
16317 Added stubs for eventlog functions.
16319 * relay32/shell32.spec, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shlobj.h:
16320 Juergen Schmied <juergen.schmied@metronet.de>
16321 New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
16322 Cleanup, some more functions UNICODE ready.
16324 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
16325 SHCloneSpecialIDList implemented.
16326 SHGetDataFromIDListA corrected.
16328 * dlls/shell32/iconcache.c:
16329 Juergen Schmied <juergen.schmied@metronet.de>
16330 Shell_GetCachedImageIndex32[A|W] implemented.
16332 * msdos/int21.c, msdos/int25.c, msdos/int26.c, files/drive.c, include/drive.h:
16333 Andreas Mohr <a.mohr@mailto.de>
16334 Implemented raw device access calls for ioctlGenericBlkDevReq()
16335 and therefore moved the core functionality of int2[56].c into files/drive.c.
16337 * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
16338 Added automatic CMOS RAM checksum calculation.
16340 * dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c, documentation/aspi, relay32/wnaspi32.spec:
16341 Andreas Mohr <a.mohr@mailto.de>
16342 SendASPI32Command32 has to be __cdecl.
16343 Updated documentation/aspi and reverted an ERR back to WARN.
16345 * documentation/bugreports: James Juran <jrj120@psu.edu>
16346 Of course we want the last 100 lines, not the first 100 lines.
16347 Use 'tail' instead of 'head'. Also fix text alignment from
16350 * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
16351 Reading joystick 5 when we only support 4 should fail instead of
16354 * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
16355 Playing a non-existent CD should fail instead of crash.
16357 * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
16358 Check for necessary configure reruns for Makefile and Make.rules
16361 * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
16362 Emulates ins/outs correctly for DOS programs.
16364 * ole/storage.c, scheduler/process.c, server/change.c, server/console.c, server/event.c, server/file.c, server/mapping.c, server/mutex.c, server/object.c, server/pipe.c, server/process.c, server/request.c, server/semaphore.c, server/thread.c, server/trace.c, win32/device.c, win32/file.c, files/dos_fs.c, files/file.c, include/device.h, include/file.h, include/server.h, include/server/object.h, include/server/request.h, loader/ne/module.c, loader/pe_image.c, misc/crtdll.c, msdos/int21.c, msdos/vxd.c:
16365 Implemented file sharing checks in the server.
16366 Added set file time server request.
16367 Overall clean up of the file handling (DOS device handling is now
16368 broken, should be redone).
16370 Sat Jan 2 08:22:34 1999 Alexandre Julliard <julliard@winehq.com>
16372 * memory/virtual.c:
16373 Fixed bug in CreateFileMapping when name is not NULL.
16375 * server/request.c: Fixed CHECK_STRING display.
16377 Fri Jan 1 19:51:25 1999 Alexandre Julliard <julliard@winehq.com>
16379 * if1632/kernel.spec, memory/local.c:
16380 Richard A Lough <ralough.ced@dnet.co.uk>
16381 Put return value of LocalAlloc in CX too.
16383 * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
16384 Protect against multiple includes.
16386 * dlls/shell32/iconcache.c: Use proper system directory.
16388 * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
16390 * windows/class.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/driver.c, windows/msgbox.c, windows/painting.c, windows/user.c, windows/winhelp.c, include/wine/winuser16.h, include/winreg.h, include/winuser.h, loader/module.c, misc/comm.c, misc/shell.c, misc/spooler.c, misc/spy.c, misc/winsock.c, multimedia/audio.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c, multimedia/mmsystem.c, objects/clipping.c, ole/oleobj.c, controls/button.c, controls/desktop.c, controls/icontitle.c, controls/static.c, debugger/dbg.y, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, graphics/psdrv/escape.c, if1632/thunk.c, include/callback.h, include/display.h, include/imagelist.h, include/ole.h, include/queue.h, include/shell.h, include/storage.h, include/struct32.h, include/winbase.h, include/windows.h:
16391 Michael Veksler <mveksler@techunix.technion.ac.il>
16392 Moves more stuff from windows.h.
16393 - include/winuser.h - interface relevant to user32.spec
16394 - include/wine/winuser16.h - the old 16 bit interface (internal use)
16395 - include/winbase.h - some minor updates to keep things coherent.
16396 - Lot of other files made to include wine/winuser16.h, which is no
16397 longer included from windows.h
16399 * scheduler/handle.c: Fixed CloseHandle() on global handles.
16401 * README, documentation/bugreports, documentation/win95look, documentation/wine.man:
16402 James Juran <jrj120@psu.edu>
16403 Add some information to the man page and README file.
16404 Make documentation/win95look say [Tweak.Layout] instead of
16406 Fix incorrect command given in documentation/bugreports.
16407 Standard error was not being redirected, so most of the
16410 * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
16411 Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
16413 * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
16414 Initialize lpdwNeeded.
16417 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
16418 Include stuff even if not on __i386__ for debug defines.
16421 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
16422 Another // comment fixed.
16425 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
16426 Need <errno.h> for errno decl. on Solaris.
16428 * include/wingdi.h, include/x11font.h, objects/font.c:
16429 Douglas Ridgway <ridgway@winehq.com>
16430 Implement TranslateCharsetInfo, change charset type to BYTE.
16432 * controls/combo.c, controls/listbox.c, include/combo.h:
16433 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
16434 Better CB_SETCURSEL message handling.
16436 * include/queue.h, include/thread.h, scheduler/synchro.c, scheduler/thread.c, windows/message.c, windows/queue.c:
16437 Moved MsgWaitForMultipleObject implementation to USER routines, using
16438 a normal Win32 event.
16440 * tools/make_requests: Send debugging output to stderr.
16442 * files/change.c, files/dos_fs.c, files/file.c, include/file.h, scheduler/client.c, scheduler/event.c, scheduler/k32obj.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/semaphore.c, win32/console.c:
16443 Cleaned up and removed some no longer used code.
16445 * memory/virtual.c: Use server file mapping objects.
16447 * include/server/object.h, include/server/request.h, include/server/thread.h, server/Makefile.in, server/console.c, server/file.c, server/main.c, server/mapping.c, server/object.c, server/pipe.c, server/request.c, server/thread.c, server/trace.c, include/server.h:
16448 Added server-side file mapping object support.
16451 Hacked stdio functions to use Win32 file handles. Still needs a proper
16454 * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
16455 Use Win32 file handles instead of Unix ones.
16457 * include/module.h, include/pe_image.h, include/process.h, loader/dos/module.c, loader/module.c, loader/pe_image.c, scheduler/process.c, include/dosexe.h:
16458 Take into account handle inheritance flag.
16460 Thu Dec 31 15:55:19 1998 Alexandre Julliard <julliard@winehq.com>
16462 * debugger/db_disasm.c:
16463 Changed db_task_printsym to always print a full address, no matter
16464 what the operand size is.
16466 * scheduler/critsection.c: Re-implemented using a real semaphore.
16468 * windows/queue.c, files/change.c, files/file.c, include/k32obj.h, include/process.h, include/thread.h, loader/signal.c, memory/virtual.c, misc/toolhelp.c, scheduler/client.c, scheduler/event.c, scheduler/handle.c, scheduler/k32obj.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/thread.c, win32/console.c, win32/device.c:
16469 Removed client-side wait functions; all waiting is now done through
16472 * server/Makefile.in, server/change.c, server/process.c, server/request.c, server/trace.c, include/server.h, include/server/object.h, include/server/request.h:
16473 Added change notifications.
16474 Added global handle support.
16476 Wed Dec 30 12:11:52 1998 Alexandre Julliard <julliard@winehq.com>
16478 * include/thread.h, scheduler/synchro.c:
16479 Changed server wait logic a bit.
16482 Hacks to support server-side console. Should be redone properly
16485 * files/dos_fs.c, files/file.c, include/file.h, win32/file.c, win32/newfns.c:
16486 Reimplemented Read/WriteFile to use server file descriptors.
16487 Removed file position hack as it is wrong for Win32 (should be redone
16490 * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
16491 Added anonymous pipe support
16493 * include/server.h, include/server/object.h, include/server/request.h, server/Makefile.in, server/console.c, server/event.c, server/file.c, server/mutex.c, server/object.c, server/pipe.c, server/process.c, server/request.c, server/semaphore.c, server/thread.c, server/trace.c:
16494 Added several file server requests
16495 Added server-side pipes and consoles
16497 Sun Dec 27 15:28:55 1998 Alexandre Julliard <julliard@winehq.com>
16499 * misc/crtdll.c, msdos/int21.c, scheduler/client.c, scheduler/k32obj.c, server/Makefile.in, server/event.c, server/file.c, server/mutex.c, server/process.c, server/request.c, server/semaphore.c, server/trace.c, tools/make_requests, files/dos_fs.c, files/file.c, include/debug.h, include/debugdefs.h, include/file.h, include/server.h, include/server/object.h, include/server/request.h, loader/main.c, memory/virtual.c:
16500 Added beginnings of server-side file handling.
16501 Added -debugmsg +server support.
16502 Better server request dumping for varargs requests.
16504 * windows/x11drv/wnd.c:
16505 Fixed SetFocus that was broken when moved to x11drv.
16507 * include/server/object.h, include/server/thread.h, scheduler/client.c, server/Makefile.in, server/event.c, server/main.c, server/mutex.c, server/process.c, server/select.c, server/semaphore.c, server/socket.c, server/thread.c:
16508 Added add_queue/remove_queue to server object operations.
16509 Moved select() loop functions to select.c.
16511 Sat Dec 26 19:47:00 1998 Alexandre Julliard <julliard@winehq.com>
16513 * programs/regtest/regtest.c:
16514 Renamed ERR macro to avoid confusing the make_debug script.
16516 * ole/storage.c, ole/typelib.c, include/d3d.h, include/mmsystem.h, include/oleauto.h, include/storage.h, include/winversion.h, ole/compobj.c, ole/ole2.c, ole/ole2nls.c:
16517 Juergen Schmied <juergen.schmied@metronet.de>
16518 Fixed tons of incomplete prototypes, assignment's of pointer with
16519 different signedness, superflous ',' and ';' in structures, wrong
16520 return-types, lose of digits and some small glitches.
16522 * graphics/x11drv/xfont.c, include/x11font.h:
16523 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
16524 Cleaned up font encoding handling. Added 'Ignore#' option to the
16525 [fonts] section. Also, file with cached metrics now has the value of
16526 $DISPLAY appended to the filename.
16528 * programs/clock/language.c, programs/clock/main.c, programs/notepad/dialog.c, programs/notepad/language.c, programs/notepad/main.c, rc/systest.c, windows/multimon.c, windows/nonclient.c, dlls/shell32/shlview.c, files/profile.c, graphics/path.c, include/commctrl.h, include/d3d.h, include/dplay.h, include/dsound.h, include/ole.h, include/oleobj.h, include/shlobj.h, include/vfw.h, include/winerror.h, include/winioctl.h, misc/main.c, multimedia/audio.c, multimedia/dsound.c, ole/ole2.c, debugger/stabs.c, dlls/comctl32/animate.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shellord.c:
16529 Marcus Meissner <marcus@jet.franken.de>
16530 Changed // comments to /* */ so WINE compiles with non-gcc compilers
16533 * windows/ttydrv/clipboard.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, debugger/dbg.y, graphics/ddraw.c, graphics/x11drv/bitblt.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/init.c, include/clipboard.h, include/ddraw.h, include/display.h, include/ttydrv.h, include/win.h, include/x11drv.h, objects/palette.c, windows/dce.c, windows/dinput.c, windows/display.c, windows/input.c, windows/message.c, windows/scroll.c, windows/win.c, windows/winpos.c:
16534 Patrik Stridvall <ps@leissner.se>
16535 Moved more things to the X11 driver.
16537 * include/wingdi.h, objects/brush.c:
16538 Francois Gouget <fgouget@multimania.com>
16539 Fixed the prototype of CreateDIBPatternBrushPt
16541 * include/windows.h: Francois Gouget <fgouget@multimania.com>
16542 Removed the CN_xxx macros since they are not used, do not correspond to
16543 any Windows define and conflict with MFC defines.
16544 windows.h must provide all the definitions contained in winbase.h
16545 Some Xxx32 functions did not have the associated Xxx macro.
16547 * include/wintypes.h: Francois Gouget <fgouget@multimania.com>
16548 Added a typedef for __int64 which is a builtin Visual C++ type
16549 Added a typedef for PUINT
16551 * include/objbase.h: Francois Gouget <fgouget@multimania.com>
16552 REFIID was not defined.
16554 * configure.in, include/acconfig.h, include/config.h.in, include/winsock.h, misc/winsock.c, configure:
16555 Pavel Roskin <pavel_roskin@geocities.com>
16556 configure first checks whether it is possible to compile IPX code with
16557 Glibc headers. If it fails, next check determines whether direct inclusion
16558 of <linux/ipx.h> works.
16560 * include/tchar.h: Francois Gouget <fgouget@multimania.com>
16561 Provides the mappings. MBCS and Unicode functions are not implemented.
16562 Standard (SBCS) functions may exist or not, with the same or a different
16565 * dlls/comctl32/ipaddress.c, include/commctrl.h, include/ipaddress.h:
16566 Alex Priem <alexp@sci.kun.nl>
16567 IPaddress common control implementation. First try; needs more work to
16568 remove boring bugs.
16570 Fri Dec 25 08:55:15 1998 Alexandre Julliard <julliard@winehq.com>
16572 * dlls/shell32/contmenu.c, dlls/shell32/shlview.c, include/oleobj.h, include/shlobj.h:
16573 Juergen Schmied <juergen.schmied@metronet.de>
16574 Fixed the TEXT redefined warnings.
16576 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
16577 Hook into the (stubbed) resize code in msdos int10.
16579 * console/interface.c, include/console.h, include/options.h, loader/main.c, misc/main.c:
16580 Joseph Pranevich <jpranevich@lycos.com>
16581 Add support for selection of console mode drivers to use using the
16582 -console option. Currently "tty", "ncurses", and "xterm" are
16584 Add stubs for resizing the screen on mode changes.
16586 * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
16587 Jean-Claude Cote <jean-claude@macadamian.com>
16588 Partial implementation for the following DDE APIs:
16589 DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
16590 DdeQueryString, DdeUninitialize.
16592 Thu Dec 24 16:59:17 1998 Alexandre Julliard <julliard@winehq.com>
16594 * ole/Makefile.in, ole/parsedt.c, ole/parsedt.h, ole/variant.c:
16595 Jean-Claude Cote <jean-claude@macadamian.com>
16596 Added VarDateFromStr API.
16598 * dlls/comctl32/trackbar.c, include/trackbar.h:
16599 Alex Priem <alexp@sci.kun.nl>
16601 - Vertical trackbars supported now
16602 - TBS_BOTH support (goes along with partial cleanup of drawing code)
16603 - Use COMCTL32 heap instead of system heap
16605 * graphics/ddraw.c, include/ddraw.h:
16606 Peter Hunnisett <hunnise@nortelnetworks.com>
16607 Added all clipper&3d stubs.
16608 Starting ColorKey support.
16609 Fixed trace statement in DirectDrawCreate as formatting wasn't correct.
16610 Changed "return 0;" to "return DD_OK" or "return S_OK" as appropriate.
16611 Added SurfaceEnum dwFlags.
16613 * include/dplay.h, multimedia/dplay.c:
16614 Peter Hunnisett <hunnise@nortelnetworks.com>
16615 Added macros to header file for easier function calling.
16616 Changed implementation a little bit.
16617 Added stubs for dplay3. Still need to break into A and W versions.
16619 * win32/file.c: Peter Hunnisett <hunnise@nortelnetworks.com>
16620 CreateFile32A was only allowing console opens on CONIN$/OUT$. This
16621 has been changed to have a case insensitive compare.
16623 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
16624 Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
16626 * include/winbase.h, relay32/kernel32.spec, win32/kernel32.c:
16627 Jean-Claude Cote <jean-claude@macadamian.com>
16628 Implemented the GetBinaryType API function.
16630 * loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c, loader/dos/module.c:
16631 Ove Kaaven <ovek@arcticnet.no>
16632 Added some new dosmod communication possibilities, including
16633 activating a dosmod-specific setitimer(), and the capture of some
16634 common signals, which is returned to Wine (previously a SIGILL
16635 would just cause a "dosmod sync lost" without explanation, now it
16636 invokes the Wine debugger). Invokes int 08 upon receipt of dosmod
16637 SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls
16638 be reported by -debugmsg +relay instead of -debugmsg +int. And
16639 fixed non-i386 compilation of dosmod. (Anything else?!)
16641 * loader/main.c, windows/win.c:
16642 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16643 Desktop window queue handling adapted.
16645 * windows/clipboard.c, windows/hook.c, windows/timer.c, windows/winpos.c:
16646 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16647 Queue handling adapted to new queue routines.
16649 * windows/message.c, windows/queue.c, if1632/user.spec, include/queue.h, include/task.h:
16650 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16651 Implemented stub for InitThreadInput.
16652 Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
16654 * loader/task.c, miscemu/main.c:
16655 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16656 Use Callout table instead of direct GetProcAddress.
16657 UserYield moved to USER.
16659 * include/callback.h, misc/callback.c, if1632/thunk.c:
16660 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16661 Callout table (for KERNEL->USER calls) added.
16662 Callbacks->CallPostAppMessageProc removed.
16664 * misc/callback.c, windows/x11drv/event.c, include/callback.h, include/queue.h, include/task.h, loader/task.c, if1632/thunk.c:
16665 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16666 Handle non-hardware X events correctly with native USER
16667 (removed reference to MESSAGEQUEUE from KERNEL code).
16668 Handle Expose events with native USER.
16671 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16674 * win32/time.c: Rein Klazes <rklazes@casema.net>
16675 Fix small problem in GetTimeZoneInformation().
16677 * windows/x11drv/keyboard.c: Rein Klazes <rklazes@casema.net>
16678 Lowest scan code seems to be 1, not zero.
16680 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
16681 Stubs for IDirect3D(2)::CreateLight and CreateDevice to avoid crashes.
16683 * dlls/ntdll/rtl.c, relay32/ntdll.spec, dlls/ntdll/nt.c:
16684 Juergen Schmied <juergen.schmied@metronet.de>
16687 * dlls/shell32/iconcache.c:
16688 Juergen Schmied <juergen.schmied@metronet.de>
16689 Fixes crash when running without external shell32.dll.
16691 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
16692 More messages [LB_*,EM_*] translated 32A from/to 32W.
16694 * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
16695 Dest buffer was printed out as str.
16697 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
16698 Getting strings with VerQueryValue32W was broken. Complete
16699 reconstruction of the function.
16701 * misc/toolhelp.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16702 Fix number and type of args in debugging statements.
16704 * ole/storage.c: Marcus Meissner <marcus@mud.de>
16705 IStorage32 vtable was missing 3 stub entries.
16707 Fri Dec 18 17:38:39 1998 Alexandre Julliard <julliard@winehq.com>
16709 * include/wingdi.h, objects/font.c, relay32/gdi32.spec:
16710 Douglas Ridgway <ridgway@winehq.com>
16711 Documentation for TranslateCharsetInfo.
16713 * dlls/wnaspi32/winaspi32.c, if1632/wprocs.spec, dlls/winaspi/winaspi16.c:
16714 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16715 Make the DOSASPI part use the excellent DPMI RMCB implementation done
16716 by Ove Kaaven, which makes the code _much_ cleaner.
16718 * Make.rules.in, Makefile.in, configure, configure.in:
16719 Todd Vierling <tv@pobox.com>
16720 Use -lwine for linking.
16722 * windows/message.c, windows/queue.c:
16723 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16724 Bugfix: always clear QS_... from *both* changeBits and waitBits.
16725 Bugfix: queue->hSendingTask is *queue* handle, not task handle.
16727 * if1632/storage.spec, include/interfaces.h, include/objbase.h, include/storage.h, ole/ifs.c, ole/storage.c:
16728 François Gouget <gouget@metaintegration.net>
16729 First step to make it possible to call COM interfaces from C++ code in
16732 * dlls/comctl32/treeview.c, include/treeview.h:
16733 Alex Priem <alexp@sci.kun.nl>
16734 Preliminary tooltip support.
16735 WM_SETFONT/GETFONT added.
16737 Use COMCTL32 heap instead of system heap.
16739 * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16740 Implemented PolylineTo.
16742 * relay32/ntdll.spec: Adrian Harvey <adrian@select.com.au>
16743 The Zw... Functions in ntdll.dll are just alternate entry
16744 points for the same functions as the Nt... function of the
16745 same names. Changed ntdll.spec to match this.
16747 * include/module.h, include/pe_image.h, loader/module.c, loader/pe_image.c, relay32/builtin32.c:
16748 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16749 Reorganized PE module loading to prepare for elf-dll loader.
16750 WINE_MODREF creation moved to one central location.
16751 Bugfix: correctly select native/built-in version if .DLL
16752 extension is missing in LoadLibrary call.
16754 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16755 Changed error values MCI_INTERNAL to their correct values.
16757 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16760 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16761 No longer sending directly messages to DriverProc but rather go through
16762 MCI layer (required for open/close).
16764 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16765 Removed incorrect patch for MCI_OPEN anc MCI_CLOSE parameters (thanks to Robert Riggs
16766 for pointing out the bug, see the fix in mcistring.c)
16767 Fixed MCI seeking on CD audio.
16769 * include/winerror.h: Juergen Schmied <juergen.schmied@metronet.de>
16770 Stubs for WaitNamedPipe[A|W].
16772 * dlls/shell32/classes.c, dlls/shell32/dataobject.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.h, dlls/shell32/shlfolder.c, include/shell.h, relay32/shell32.spec:
16773 Juergen Schmied <juergen.schmied@metronet.de>
16776 * dlls/shell32/shellord.c:
16777 Juergen Schmied <juergen.schmied@metronet.de>
16778 Stub Control_FillCache_RunDLL.
16780 * dlls/shell32/shell32_main.c:
16781 Juergen Schmied <juergen.schmied@metronet.de>
16782 SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
16784 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
16785 ILAppend seems to work now.
16787 * relay32/kernel32.spec, win32/kernel32.c:
16788 Juergen Schmied <juergen.schmied@metronet.de>
16789 Stubs for WaitNamedPipe[A|W].
16791 Tue Dec 15 18:04:58 1998 Alexandre Julliard <julliard@winehq.com>
16793 * files/directory.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16794 Fix GetTempPath32 if count=0.
16796 * configure, configure.in, include/config.h.in, include/multimedia.h, multimedia/audio.c, multimedia/dsound.c, multimedia/init.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c:
16797 Todd Vierling <tv@pobox.com>
16798 - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in
16799 (run autoconf after this). Note that the check has been altered to break
16800 out of the AC_CHECK_HEADERS after the first match - this is so
16801 <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
16802 with the emulated ossaudio.
16803 - check for <soundcard.h> along with the other two in a mutually-exclusive
16804 manner in the various *.c files that need it; change include of
16805 "mmsystem.h" to "multimedia.h" so this logic is all in one place
16806 - change mcicda.c to allow for CD audio manipulation on NetBSD. This
16808 * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
16809 ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
16810 neither splitting with #-directives nor a two-arg ioctl work;
16811 * changing the #if logic to allow both FreeBSD and NetBSD to share the
16812 appropriate code blocks
16813 - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
16814 (midi.c, mcimidi.c). NetBSD's OSS emulation does not (yet) support MIDI.
16815 Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
16817 * tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c, include/ts_xutil.h:
16818 Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
16819 Set the class hints for managed windows.
16821 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
16822 Bugfix: GetFullPathName sets lpFilePart only when the last element
16823 does not end with '\'.
16825 * windows/message.c, windows/win.c, include/commctrl.h, include/commdlg.h, include/ddeml.h, include/mouse.h, include/shlobj.h, include/winbase.h, include/windows.h, include/winerror.h, include/wingdi.h, include/wintypes.h, misc/ddeml.c, objects/bitmap.c, objects/brush.c, objects/dc.c, objects/font.c, objects/gdiobj.c, relay32/gdi32.spec, relay32/user32.spec, controls/menu.c, dlls/comctl32/commctrl.c, graphics/bitblt.c, graphics/escape.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, if1632/user.spec:
16826 Paul Quinn <paulq@COREL.CA>
16827 Lots of new defines and stubs.
16829 * Make.rules.in, Makefile.in, configure, configure.in:
16830 Todd Vierling <tv@pobox.com>
16831 These patches add support for --enable-dll on NetBSD, and may even do so for
16832 FreeBSD a.out. Now, NetBSD can use libwine as a shared object. Thanks to
16833 mycroft@netbsd.org for doing this work!
16835 * tools/wrc/writeres.c: Todd Vierling <tv@pobox.com>
16836 Global constructors using `.section .ctors' are bogus for NetBSD's
16837 assembler. Use the appropriate `.stabs' when on NetBSD.
16839 * ole/variant.c: Todd Vierling <tv@pobox.com>
16840 Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers).
16841 Fixed some constants that are too big for a plain `int'.
16843 * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
16844 Check for MAXFLOAT if FLT_MAX isn't there.
16846 * graphics/psdrv/Makefile.in: Todd Vierling <tv@pobox.com>
16847 graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if
16848 using --enable-dll.
16850 * include/wingdi.h, include/wintypes.h, include/winuser.h, include/windows.h:
16851 Veksler Michael <mveksler@techunix.technion.ac.il>
16852 Move declarations from windows.h to wingdi.h and winuser.h.
16854 Mon Dec 14 18:15:11 1998 Alexandre Julliard <julliard@winehq.com>
16856 * win32/console.c, files/Makefile.in, files/async.c, files/file.c, include/async.h, include/file.h, loader/signal.c, misc/winsock_dns.c:
16857 Marcus Meissner <marcus@jet.franken.de>
16858 Made async IO (SIGIO) stuff from WINSOCK generic useable.
16859 Added async IO support to FILE and CONSOLE objects.
16861 * misc/winsock.c: Stephen Langasek <vorlon@dodds.net>
16862 Prevent segfault in setsockopt when optname is SO_LINGER and optval is
16865 * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, relay32/shell32.spec:
16866 Juergen Schmied <juergen.schmied@metronet.de>
16869 * dlls/shell32/iconcache.c:
16870 Juergen Schmied <juergen.schmied@metronet.de>
16871 SHMapPIDLToSystemImageListIndex try's to determine and load the exact
16872 icon for files (by type) now.
16874 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
16875 New HCR_GetDefaultIcon (internal).
16877 * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, msdos/dosmem.c, msdos/dpmi.c:
16878 Ove Kaaven <ovek@arcticnet.no>
16879 Moved DPMI wrapper allocation code to dosmem.c to REALLY make the
16880 RMcall shortcuts independent of dosmod. SS had been left out of
16881 the REALMODECALL copy routines for some reason, fixed now. Also
16882 cleaned up a few compiler warnings.
16884 * graphics/x11drv/xfont.c: Ian Pilcher <pilcher@concentric.net>
16885 Added ability to specify X fonts used for Helv and Tms Rmn typefaces
16886 with DefaultSerif and DefaultSansSerif INI keys.
16888 * tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
16889 Bertho Stultiens <bertho@panter.soci.aau.dk>
16890 - Added a global label for elf-dll linking and a long with the resource
16891 size and a long with the directory size.
16892 - Killed an annoying warning since version 1.0.0 in parser.y about a
16893 var being used before init.
16895 * include/shlobj.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c:
16896 Juergen Schmied <juergen.schmied@metronet.de>
16897 Adds the IPersistFile Interface to IShellLink[W] and gave both own
16900 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
16901 (ReadConsole32A): small and stupid bug fixed
16902 (WriteConsoleOutput): bug fixed (attributes may change within lines)
16903 and enhanced speedwise by using buffering.
16904 (CONSOLE_string_2_IR): enhanced, now gets scancodes and virtualkeycodes
16906 * misc/crtdll.c, relay32/crtdll.spec:
16907 Marcus Meissner <marcus@jet.franken.de>
16908 _ultoa implemented.
16910 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
16911 Small hack to get rid of annoying err:resource: message for
16914 * relay32/dsound.spec: Ian Schmidt <irsman@iag.net>
16915 Fix off-by-1 error in DirectSound ordinals. Thanks to Robert Riggs for
16918 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
16919 Save the original video mode before going fullscreen and restore it
16920 when the last DirectDraw_Release is called. Also fix a problem where
16921 the viewport wasn't set to 0,0.
16923 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
16924 Made more cross-platform by changing ->_fileno to fileno().
16926 * windows/win.c: NF Stevens <norman@arcady.u-net.com>
16927 Fix the Z-order of maximized/minimized child windows.
16929 * graphics/x11drv/xfont.c:
16930 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16931 XLFDs should be well-formed (14 hyphens) to match scalable fonts.
16932 Stop slant field becoming wildcarded too early.
16934 * windows/focus.c: Marcus Meissner <marcus@jet.franken.de>
16935 (FOCUS_SwitchFocus) check for pFocusTo == NULL instead of hFocusTo==0.
16937 * ole/ole2nls.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16938 Hack OLE_GetFormat* to return something if datelen = 0.
16939 Remove unnecessary WINAPI's.
16941 ----------------------------------------------------------------
16942 Fri Dec 11 15:04:11 1998 Alexandre Julliard <julliard@winehq.com>
16944 * include/process.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, scheduler/k32obj.c, scheduler/process.c:
16945 Patrick Spinler <spinler.patrick@mayo.edu>
16946 Implemented CreateToolhelp32Snapshot, including two of the routines
16947 using snapshots, Process32First and Process32Next.
16949 * relay32/oleaut32.spec, include/mapidefs.h, include/oleauto.h, include/win16drv.h, include/wintypes.h, ole/compobj.c, ole/variant.c:
16950 Justin Bradford <justin@ukans.edu>
16951 Most of the currency variant conversion functions implemented.
16952 Minor bugfixes and header tidying.
16954 * Makefile.in, configure, configure.in, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi.c, include/debug.h, include/debugdefs.h, include/ras.h, include/wintypes.h, relay32/rasapi32.spec:
16955 Marcus Meissner <marcus@jet.franken.de>
16956 Added RasEnumConnections stub.
16958 * dlls/shell32/shell32_main.h, dlls/shell32/shellpath.c, dlls/shell32/shlview.c:
16959 Juergen Schmied <juergen.schmied@metronet.de>
16960 Bugfix in PathCombine32[A|W].
16961 View menu in explorer and on right mouse button is working now.
16963 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
16964 Implemented ILGetDisplayName.
16966 * dlls/shell32/classes.c, dlls/shell32/shellord.c:
16967 Juergen Schmied <juergen.schmied@metronet.de>
16968 Started implementation of ShellExecuteEx32A.
16971 * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shres.rc:
16972 Juergen Schmied <juergen.schmied@metronet.de>
16973 Moved menu resources to rc-file.
16975 * include/pe_image.h, ole/ole2nls.c, win32/file.c:
16976 Marcus Meissner <marcus@jet.franken.de>
16977 Two debug messages clarified, one useless prototype removed.
16979 * include/oleauto.h, ole/variant.c:
16980 Marcus Meissner <marcus@jet.franken.de>
16981 294 missing WINAPI added.
16983 * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
16984 Kill swapped out (wine) processes too and truncate diff after some xxx
16987 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
16988 Fixed SetLastError with wrong value.
16990 * misc/printdrv.c, objects/enhmetafile.c, graphics/painting.c, include/windows.h:
16991 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16992 Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
16993 misc/printdrv.c and fix a few compile warnings.
16995 * win32/ordinals.c, windows/driver.c, windows/msgbox.c, windows/multimon.c, windows/user.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/ntdll/nt.c, if1632/typelib.spec, include/file.h, loader/dos/module.c, msdos/int21.c, ole/ole2nls.c, ole/typelib.c:
16996 Andreas Mohr <a.mohr@mailto.de>
16997 Fixed a bunch of compiler warnings.
16999 * files/file.c: Marcus Meissner <marcus@jet.franken.de>
17000 Added Win32 synchro to FILEs (useful only for terminal handles).
17002 Thu Dec 10 16:04:51 1998 Alexandre Julliard <julliard@winehq.com>
17004 * objects/bitmap.c, objects/dc.c, objects/enhmetafile.c, objects/font.c, objects/metafile.c, relay32/comctl32.spec, relay32/gdi32.spec, relay32/kernel32.spec, relay32/mpr.spec, relay32/shell32.spec, relay32/tapi32.spec, relay32/user32.spec, relay32/winspool.spec, win32/console.c, win32/kernel32.c, win32/time.c, windows/input.c, windows/message.c, graphics/metafiledrv/init.c, if1632/ddeml.spec, include/commctrl.h, include/ddeml.h, include/shlobj.h, include/windows.h, include/wintypes.h, memory/string.c, misc/ddeml.c, misc/network.c, misc/printdrv.c, misc/tapi32.c, controls/edit.c, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32undoc.c, dlls/comctl32/propsheet.c, dlls/shell32/shell32_main.c, files/file.c, graphics/painting.c:
17005 Francis Beaudet <francis@macadamian.com>
17006 Sylvain St-Germain <sylvain@macadamian.com>
17007 Thuy Nguyen <thuy@macadamian.com>
17010 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17011 Let the System_Time_Selector clock tick.
17013 * loader/dos/module.c, miscemu/instr.c, msdos/dosmem.c, graphics/dispdib.c, graphics/vga.c, include/miscemu.h, include/vga.h:
17014 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17015 Adapted to CreateSystemTimer interface change.
17017 * if1632/system.spec, if1632/thunk.c, include/callback.h, include/windows.h, misc/callback.c, misc/system.c:
17018 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17019 Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
17020 (NOTE: 16-bit callbacks still don't work!)
17022 * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
17023 - Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
17024 the child window so that the system menu is set correctly.
17025 - In MDICascade and MDITile use WM_MDIRESTORE message
17026 to restore maximized window so that system menu is
17029 * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/typelib.c, ole/variant.c, relay32/oleaut32.spec:
17030 Jean-Claude Cote <jean-claude@macadamian.com>
17031 Added implementation of the VARIANT APIs.
17033 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17034 Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
17036 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
17037 handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation.
17038 better handling of LPSTR_TEXTCALLBACK32A
17039 TREEVIEW_GetNext|PrevListItem didn't descend into visible child items.
17041 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
17042 Warn if two .exes conflict with each other and the second does not
17043 have relocation records.
17045 * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17046 Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
17047 contain '/','\\' or ':'.
17049 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
17050 Fixed a potential crash if a usable video mode is not detected.
17052 * tools/make_authors: Script to generate authors files
17054 * include/dinput.h, windows/dinput.c: Robert Riggs <rriggs@tesser.com>
17055 Stubs for IDirectInputEffect and IDirectInputDevice2A methods,
17056 as well as AddRef(), GetCapabilites(), EnumObjects(),
17057 GetProperty(), GetObjectInfo(), GetDeviceInfo(), Initialize(),
17058 and RunControlPanel() for IDirectInputDevice.
17060 * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
17061 Set window focus in _common_IDirectDraw_SetDisplayMode().
17063 * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
17064 Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
17066 * include/win.h, windows/win.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
17067 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17068 Removed deferred Expose events handling.
17070 * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17071 Don't clip VisRgn against X desktop.
17073 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17074 LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
17076 * graphics/x11drv/xfont.c:
17077 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17078 Sanity check on font size.
17080 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
17081 Missing parentheses added.
17083 Wed Dec 9 16:37:05 1998 Alexandre Julliard <julliard@winehq.com>
17085 * loader/task.c, relay32/kernel32.spec, win32/console.c, include/wincon.h:
17086 Marcus Meissner <marcus@jet.franken.de>
17087 Enhanced Win32 Console (XTERM)
17088 - inputhandling enhanced (keys and mouseclicks)
17089 - win32 synchronization (partial)
17090 - lots of enhancements to drawing functions
17091 - simple/complex console (simple-stdin/stdout -> complex-xterm).
17093 * console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, console/xterm.c, include/console.h:
17094 Joseph Pranevich <jpranevich@lycos.com>
17095 Add a driver to open up a new xterm window whenever console output is
17096 needed. Derived from console/win32.c but we are not yet ready to merge
17097 the code completely.
17099 * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
17100 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
17101 Improved the handling of font encodings.
17103 * msdos/dpmi.c, include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
17104 Implemented DPMI RMCBs using the DOS subsystem, and a few other
17105 improvements. Also, some special-cased shortcut paths will allow some
17106 common real-mode call/RMCB combinations to work even without calling the
17107 DOS subsystem, thus letting APIs like DOSASPI work without any dirty hacks
17108 even on platforms that cannot use dosmod.
17110 * multimedia/time.c, ole/compobj.c, files/change.c, loader/module.c, misc/lzexpand.c, misc/main.c, controls/menu.c, controls/scroll.c:
17111 Marcus Meissner <marcus@jet.franken.de>
17112 Some unnecessary #include and messages removed.
17114 * ole/ole2nls.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17115 Some small corrections to EnumSystemLocales32AW
17117 Tue Dec 8 15:06:39 1998 Alexandre Julliard <julliard@winehq.com>
17119 * tools/make_X11wrappers, tsx11/ts_xf86vmode.c, graphics/ddraw.c:
17120 Tried another kludge for the Xmd.h problem.
17122 * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xf86vmode.c, configure, configure.in, graphics/ddraw.c, include/acconfig.h, include/config.h.in, include/ts_xf86vmode.h, tools/make_X11wrappers:
17123 Stephen Crowley <crow@debian.org>
17124 Added fullscreen DGA support.
17126 * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
17127 Fixed dummy entries in MAIN_ParseLanguageOption().
17129 * include/mmsystem.h, multimedia/mcicda.c:
17130 Brian Gerst <bgerst@quark.vpplus.com>
17131 Properly implement MCI_CDA_STATUS_TYPE_TRACK.
17132 Fix an off-by-one bug with MCI_STATUS_LENGTH.
17134 * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
17135 Superflous WINAPI removed.
17137 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
17138 Warn about invalid entrypoints (created by viruses) which result in
17141 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
17142 Create X11 palette on DirectDrawSurface::SetPalette, not before (we
17143 might not have an X11 window yet).
17145 * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
17146 Move TWEAK_Init from USER to GDIInit.
17148 * graphics/painting.c, if1632/gdi.spec, include/windows.h, misc/printdrv.c, misc/spooler.c, relay32/gdi32.spec:
17149 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17150 Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
17151 printing functions.
17153 * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17156 * graphics/x11drv/text.c:
17157 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17158 Fix X11DRV_ExtTextOut for rotated text if either of lpDx, breakExtra
17159 or charExtra are non-zero.
17161 * include/Attic/graphics.h, misc/shell.c, windows/Attic/graphics.c, windows/Makefile.in, windows/nonclient.c, windows/scroll.c, controls/button.c, controls/combo.c, controls/desktop.c, controls/icontitle.c, controls/menu.c, controls/scroll.c, dlls/comctl32/updown.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, graphics/metafiledrv/graphics.c, graphics/x11drv/graphics.c:
17162 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17163 Replace GRAPH_ functions with Win SDK equivalents.
17165 Mon Dec 7 16:23:42 1998 Alexandre Julliard <julliard@winehq.com>
17167 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
17168 Reverted previous patch.
17170 * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
17171 Don't define MZ_SUPPORTED on non-i386 platforms.
17173 * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
17174 Fixed DPMI_CallRMProc (I think).
17176 * misc/network.c, relay32/mpr.spec:
17177 Marcus Meissner <marcus@jet.franken.de>
17178 Stub for NPSGetProviderHandleA.
17180 * windows/x11drv/keyboard.c: Brian Gerst <bgerst@quark.vpplus.com>
17181 The scancode Windows send for extended keys is the scancode of the
17182 unextended equivalent of the key, plus the extended flag.
17184 * dlls/winaspi/winaspi16.c:
17185 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17186 Fixed a real mode problem.
17188 * loader/ne/module.c:
17189 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17190 NE_MODULE.stack_size was set to a ridiculously small value of 5.
17191 Windows sets 0x1400 in such cases for programs.
17193 * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17194 We don't yet want the static control to call DestroyIcon.
17196 * windows/class.c: NF Stevens <norman@arcady.u-net.com>
17197 Added case for GCW_ATOM int GetClassLong32A.
17199 * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
17200 Stub for WNetOpenEnum32W.
17202 * multimedia/dsound.c, relay32/dsound.spec:
17203 Robert Riggs <rriggs@tesser.com>
17204 More general code cleanup for readability.
17205 A few more parameter validation checks.
17206 Return DS_OK rather than 0 in a number of functions.
17207 Fixed primary buffer ref count bug in CreateSoundBuffer().
17208 Handle 1-3 byte sound fragments that would cause buffer overruns.
17209 Clear primary buffer with a neutral value instead of always 0
17210 (because 128 is neutral for 8-bit sound).
17211 Fix bug with mixing 8-bit sound into the primary buffer.
17212 Broke out the main block in DSOUND_thread() to another function for
17214 Handle "no audio" and "audio busy" cases properly when initializing
17215 dsound. Rename DllCanUnloadNow() to DSOUND_DllCanUnloadNow().
17217 * debugger/hash.c: Ove Kaaven <ovek@arcticnet.no>
17218 Made variables optimized into registers accessible.
17220 * relay32/user32.spec:
17221 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17222 The spec definition for MonitorFromWindow was wrong.
17224 * msdos/int21.c: Stefan Leichter <sle@camline.com>
17225 File handle bug fix.
17227 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17228 Added paragraph about different dll versions and structure sizes.
17230 * include/commctrl.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17231 Added missing TOOLINFO structure.
17233 * multimedia/mmsystem.c: Andreas Mohr <a.mohr@mailto.de>
17236 * loader/task.c, memory/local.c, memory/selector.c, misc/callback.c, msdos/dpmi.c, msdos/int41.c, msdos/vxd.c, if1632/kernel.spec, if1632/thunk.c, include/callback.h, include/ldt.h, include/windows.h:
17237 Andreas Mohr <a.mohr@mailto.de>
17238 - Several kernel.spec return type mismatch fixes
17239 - [GS]etSelectorBase Win32s offset support by Ulrich Weigand (thanks v.m. !!)
17240 - Move AppToWine/WineToApp macros as W32S_APP2WINE etc. to ldt.h
17241 - LocalNotify() basic support
17242 - Fixes for local heap handling with heap handles created by Virtual*()
17244 * graphics/x11drv/xfont.c:
17245 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17246 Bugfix: -microsoft-symbol encoding was not recognized.
17248 * windows/win.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17249 Bugfix: WIN_ResetQueueWindows would skip some windows.
17251 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17252 Allow recursively reentering CALL32_LargeStack.
17254 * include/ttydrv.h, windows/ttydrv/.cvsignore, windows/ttydrv/Makefile.in, windows/ttydrv/clipboard.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/mouse.c, windows/ttydrv/wnd.c, Makefile.in, configure, configure.in:
17255 Patrik Stridvall <ps@leissner.se>
17256 Added the new TTY driver.
17258 * include/clipboard.h, include/keyboard.h, include/message.h, include/win.h, include/x11drv.h, windows/clipboard.c, windows/defwnd.c, windows/dinput.c, windows/display.c, windows/event.c, windows/focus.c, windows/keyboard.c, windows/message.c, windows/nonclient.c, windows/win.c, windows/winpos.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c:
17259 Patrik Stridvall <ps@leissner.se>
17260 Moved more code to the X11 driver.
17262 Thu Dec 3 16:29:56 1998 Alexandre Julliard <julliard@winehq.com>
17264 * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int29.c:
17265 Joseph Pranevich <jpranevich@lycos.com>
17266 Call the new console driver for some routines. This is not completely
17267 done yet and more for testing purposes.
17269 Wed Dec 2 19:58:09 1998 Alexandre Julliard <julliard@winehq.com>
17271 * configure.in, console/.cvsignore, console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, include/acconfig.h, include/config.h.in, include/console.h, include/winnt.h, loader/main.c, misc/main.c, Makefile.in, configure:
17272 Joseph Pranevich <jpranevich@lycos.com>
17273 Added console support.
17275 * graphics/x11drv/oembitmap.c, include/bitmap.h, include/gdi.h, include/x11drv.h, loader/main.c, objects/Attic/oembitmap.c, objects/Makefile.in, objects/bitmap.c, objects/cursoricon.c, graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/win16drv/pen.c, graphics/x11drv/Makefile.in, graphics/x11drv/init.c:
17276 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17277 Move OEM resources to the x11drv.
17279 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
17280 Opening a file in a directory which doesn't exist returns
17281 ERROR_FILE_NOT_FOUND instead of ERROR_PATH_NOT_FOUND.
17283 * memory/atom.c: Marcus Meissner <marcus@jet.franken.de>
17284 Handle atoms "# non number" (oracle client).
17286 Tue Dec 1 16:23:19 1998 Alexandre Julliard <julliard@winehq.com>
17288 * if1632/kernel.spec, misc/error.c:
17289 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17290 Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows').
17291 Fixed wrong ordinals/prototype for MapProcessHandle/GetModuleFileName32.
17292 Added names for some undocumented exports.
17294 * memory/global.c, if1632/thunk.c:
17295 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17296 Implemented GlobalChangeLockCount (KERNEL.365).
17298 * if1632/toolhelp.spec, include/toolhelp.h, memory/heap.c:
17299 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17300 Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446).
17302 * if1632/gdi.spec, objects/gdiobj.c:
17303 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17304 Implemented GdiFreeResources (GDI.609).
17306 * include/dsound.h, multimedia/dsound.c:
17307 Robert Riggs <rriggs@tesser.com>
17308 Fixed 8-bit WAV format handling (it is unsigned data).
17309 Fixed off-by-one checks for buffer wrap.
17310 Increment ref count for primary buffer in CreateSoundBuffer().
17311 Added DSBPN_OFFSETSTOP support to position notification code.
17312 Lots of minor parameter validation checks.
17313 Stubs for: IDirectSound_initialize(), IDirectSound_Compact(),
17314 and IDirectSound_GetSpeakerConfig().
17315 Fixed freq shifting with 16-bit data problem, fixed 8bit<->16bit
17317 Lots of thread locking for DirectSound buffers.
17318 Dealloc primary buffer when dsound is deallocated.
17320 * include/wintypes.h:
17321 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17322 Added the TEXT() and MAKELRESULT() definitions.
17324 * windows/queue.c: Juergen Schmied <juergen.schmied@metronet.de>
17327 * Makefile.in: James Juran <jrj120@psu.edu>
17328 Revert misguided change to install_lib that broke -disable-lib
17331 * misc/main.c, include/windows.h:
17332 Juergen Schmied <juergen.schmied@metronet.de>
17333 New parameter SPI_GETDRAGFULLWINDOW.
17334 One missing break in SPI_GETDRAGFULLWINDOW.
17336 * dlls/shell32/pidl.c, relay32/shell32.spec:
17337 Juergen Schmied <juergen.schmied@metronet.de>
17338 New functions ILGlobalClone/ILGlobalFree.
17340 * documentation/printing:
17341 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17342 Add a note about WinPrinters.
17344 * relay32/ntdll.spec, relay32/ole32.spec, relay32/user32.spec:
17345 Marcus Meissner <marcus@jet.franken.de>
17346 Added some stubs, some ptr->str conversions.
17348 * graphics/ddraw.c, include/ddraw.h, relay32/ddraw.spec:
17349 Lionel Ulmer <ulmer@directprovider.net>
17350 - added definition of DirectDrawCreateClipper.
17351 - more versatile support of surfaces / better surface description support.
17353 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
17354 Juergen Schmied <juergen.schmied@metronet.de>
17355 Fixed wrong parameter count for SHChangeNotifyDeregister, SHFreeUnusedLibraries.
17356 New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
17357 Stubs SHWaitForFileToOpen, PathFindOnPath.
17359 * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
17360 Small changes to print the strings in the relay-trace.
17362 * windows/class.c: NF Stevens <norman@arcady.u-net.com>
17363 The class name needs to be converted to a getptr.
17365 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17366 Fixed memory/status recovery when error occured in MIDI_mciOpen.
17367 Fixed support for RMID files in MIDI_mciOpen.
17368 Fixed bug for playing MIDI files with tempo changes. Sound output is
17369 now correct, but length of tracks (and therefore of whole file) is not
17371 Changed error values (INTERNAL => INVALID_FILE) when file cannot be read.
17373 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17374 Fixed memory/status recovery when error occured in WAVE_mciOpen.
17375 Changed error values (INTERNAL => INVALID_FILE) when file cannot
17378 * multimedia/msvideo.c, relay32/msvfw32.spec:
17379 Juergen Schmied <juergen.schmied@metronet.de>
17380 Stubs for MCIWndCreate[A|W].
17382 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
17383 VerQueryValue, bugfix: we cant convert binary data with
17384 HEAP_strdupWtoA (\VarFileInfo\Translation).
17386 Mon Nov 30 17:41:17 1998 Alexandre Julliard <julliard@winehq.com>
17388 * relay32/advapi32.spec, win32/advapi.c:
17389 Juergen Schmied <juergen.schmied@metronet.de>
17390 Stubs for EnumServiceStatus32, small changes.
17392 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
17393 Load now the first icon from the *.ani file instead of crashing.
17395 * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
17396 Fix warnings in miscemu/main.c.
17398 * include/windows.h:
17399 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17400 - added some defines around the CommPort (PURGE_XXX and MS_XXX_ON)
17401 - added the DLGTEMPLATE and DLGITEMTEMPLATE structures
17402 - added the function definition for StartPage,EndPage,GetCommMask,
17403 GetCommModemStatus and PurgComm,WaitCommEvent.
17405 * windows/defwnd.c: Paul Quinn <PaulQ@corel.com>
17406 Fixed activation/Focus message order problem when creating a new HWND.
17408 * windows/winpos.c, if1632/user.spec, include/windows.h, relay32/user32.spec:
17409 Paul Quinn <PaulQ@corel.com>
17410 Implementation of ChildWindowFromPointEx functions.
17412 * misc/registry.c: Gavriel State <gavriels@corel.com>
17413 Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
17415 * objects/bitmap.c, objects/cursoricon.c, objects/dib.c, objects/palette.c:
17416 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17417 GetSystemPaletteEntries returns palette size if entries==NULL.
17418 Use this instead of COLOR_GetSystemPaletteSize.
17420 * relay32/dsound.spec, multimedia/dsound.c:
17421 Marcus Meissner <marcus@jet.franken.de>
17422 Implemented class factory for dsound.
17424 * relay32/kernel32.spec, misc/comm.c:
17425 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17426 - fixed a minimal error in GetCommMask definition.
17427 - adds stubs for GetCommModemStatus and WaitCommEvent.
17429 * include/xmalloc.h, library/winestub.c:
17430 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17431 Fixes for C++ Winelib compilation.
17433 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
17434 Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
17436 Fri Nov 27 16:06:08 1998 Alexandre Julliard <julliard@winehq.com>
17438 * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
17439 James Juran <jrj120@psu.edu>
17440 Documentation updates.
17442 * Makefile.in: James Juran <jrj120@psu.edu>
17443 Fixed 'make install' to really check for libwine.a before installing
17446 * graphics/ddraw.c, include/options.h, misc/main.c:
17447 Stephen Crowley <crow@debian.org>
17448 Added a new cmdline switch to disable XF86 DGA Extensions, -nodga.
17450 * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
17451 Improved GetDiskFreeSpace32A().
17453 Thu Nov 26 16:32:00 1998 Alexandre Julliard <julliard@winehq.com>
17455 * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17456 Remove included color.h.
17458 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
17459 Remove unnecessary check for entrypoint address (test binary was
17460 infected by a virus which uses invalid PE loading stuff).
17462 * graphics/painting.c, relay32/gdi32.spec:
17463 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17464 Added stubs for Startpage and EndPage.
17466 * if1632/thunk.c, objects/dc.c:
17467 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17468 Removed some unnecessary FIXME outputs.
17470 * if1632/kernel.spec, loader/task.c:
17471 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17472 Implemented KERNEL.602 and stub for KERNEL.490.
17474 * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17475 Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
17477 Wed Nov 25 18:15:53 1998 Alexandre Julliard <julliard@winehq.com>
17479 * ole/nls/grc.nls, ole/nls/sky.nls, ole/nls/tha.nls, ole/nls/trk.nls, ole/ole2nls.c:
17480 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
17483 * loader/ne/resource.c, include/module.h, loader/resource.c:
17484 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17485 Moved ...Resource16 routines to loader/resource.c.
17486 Implemented accessing PE-file resources with 16-bit resource routines.
17488 * if1632/kernel.spec, loader/ne/Makefile.in, loader/ne/convert.c:
17489 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17490 Implementation of PE->NE resource conversion routines (KERNEL.615-618).
17492 * include/oleauto.h, ole/ole2disp.c, relay32/oleaut32.spec:
17493 Francis Beaudet <francis@macadamian.com>
17494 Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
17495 and SysStringLen(). Ensure that the BSTR objects were allocated
17496 according to the Windows documentation.
17498 * dlls/shell32/Makefile.in, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
17499 Juergen Schmied <juergen.schmied@metronet.de>
17500 Moved existing path - functions to shellpatch.c.
17501 New: PathRemoveBlanks32A|W, PathMatchSpec32A|W,
17502 PathSetDlgItemPath32A|W.
17504 * dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/shlobj.h:
17505 Juergen Schmied <juergen.schmied@metronet.de>
17506 Moved existing IShellLink class. New stubs for IShellLinkW.
17508 * include/bitmap.h, include/color.h, include/gdi.h, include/x11drv.h, include/x11font.h, misc/main.c, objects/bitmap.c, objects/color.c, objects/dc.c, objects/gdiobj.c, windows/Attic/graphics.c, windows/dce.c, windows/display.c, windows/event.c, windows/input.c, windows/mouse.c, windows/scroll.c, windows/sysmetrics.c, windows/user.c, graphics/ddraw.c, graphics/painting.c, graphics/wing.c, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c:
17509 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17510 Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
17512 * include/miscemu.h, msdos/dpmi.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/xms.c:
17513 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17514 Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit
17515 registers (used by DeviceIoControl). Adapted all users.
17517 * include/winioctl.h, win32/device.c:
17518 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17519 Implemented (most) VWin32.VxD DeviceIoControl routines.
17521 Tue Nov 24 20:47:17 1998 Alexandre Julliard <julliard@winehq.com>
17523 * include/thread.h, scheduler/thread.c:
17524 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17525 Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
17527 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17528 Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
17531 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17532 Bugfix: [QF]T_Thunk should clear HIWORD(EAX) on return.
17533 Bugfix: hack for stupid USER32 CallbackGlueLS routine in Common32ThkLS.
17535 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17536 Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
17537 Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
17539 * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
17540 Don't match against Symbol or Nil fonts.
17542 * memory/global.c: Stephen Crowley <crow@debian.org>
17543 Return the "buffers" and "cached" memory as free since it is
17544 deallocated when a program needs it anyway.
17546 * windows/dialog.c, include/windows.h:
17547 Juergen Schmied <juergen.schmied@metronet.de>
17548 Bugfix: SetDlgItemText32 returns BOOL not void.
17550 * relay32/user32.spec, windows/user.c:
17551 Juergen Schmied <juergen.schmied@metronet.de>
17552 New stubs GetUserObjectInformationA|W.
17554 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
17555 Removed left over 'show' and useless deadbeef checking which doesn't
17558 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
17559 Adjust broken entrypoint addresses. (win98 notepad.exe)
17561 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
17562 Updated according to development.
17564 * if1632/mmsystem.spec, relay32/winmm.spec:
17565 Eric Pouech <Eric.Pouech@wanadoo.fr>
17566 Some new stubs (midiStreamXXX functions, some mci functions, and
17567 some mmio functions).
17569 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17570 Moved MCI part to mcimidi.c ; added DriverProc.
17572 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17573 Moved MCI part to mciwave.c ; added some error checking ; added
17576 * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
17577 Eric Pouech <Eric.Pouech@wanadoo.fr>
17578 Added mcimidi and mciwave.
17580 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17581 Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
17584 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17585 Starting writing MCI part ; fixed bug in MCI_INFO command.
17587 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17588 Added some missing stubs in 32 bit part.
17590 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17591 Made use of new 16/32 MCI message handling in mmsystem.c.
17593 * include/mmsystem.h, include/multimedia.h:
17594 Eric Pouech <Eric.Pouech@wanadoo.fr>
17595 Added some new functions/structures definitions.(I couldn't get all
17596 the manifest constants values that MS was referring to in its specs...
17597 if someone has them...)
17599 * multimedia/mcianim.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17600 Added some error checking ; made use of new 16/32 MCI message handling
17601 in mmsystem.c ; fixed bug in MCI_INFO command.
17603 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17604 Added some error checking ; made use of new 16/32 MCI message
17605 handling in mmsystem.c.
17606 Added Win95 command to handle cd-rom with both data and audio ; fixed
17607 bug in MCI_INFO command ; shadowing MCI status for devices that can't
17608 get current status ; fixed status not being updated on cd change.
17610 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17611 Factorized 16/32 bit MCI function by using message mapping from 16
17612 to 32 bits ; added some new prototypes mciSendCommand, mciSendString,
17613 mci(Set/Get)YieldProc ; started writing midiStreamXXX functions - not
17614 yet working. Fixed some issues regarding asynchronous MCI commands ;
17615 fixed MCI_SYSINFO command.
17617 * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
17620 Sun Nov 22 18:29:50 1998 Alexandre Julliard <julliard@winehq.com>
17622 * dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
17623 Juergen Schmied <juergen.schmied@metronet.de>
17626 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
17627 New function: _ILGetExtension.
17629 * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
17630 Juergen Schmied <juergen.schmied@metronet.de>
17631 New file. HKEY_CLASSES_ROOT handling.
17633 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17636 * dlls/comctl32/header.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/header.h, include/listview.h, include/ole2.h, include/rebar.h, include/status.h, include/toolbar.h, include/tooltips.h:
17637 Eric Kohl <ekohl@abo.rhein-zeitung.de>
17638 Added Unicode support (at least partially).
17640 * ole/Makefile.in, ole/compobj.c, ole/oleobj.c, include/oleobj.h, include/shlobj.h:
17641 Eric Kohl <ekohl@abo.rhein-zeitung.de>
17642 Added IOleAdviseHoler interface (still a dummy) and fixed
17643 CreateOleAdviseHolder().
17645 * dlls/comctl32/commctrl.c, dlls/comctl32/tooltips.c:
17646 Eric Kohl <ekohl@abo.rhein-zeitung.de>
17647 Added global subclassing atom, used by tooltips and updown (not yet).
17649 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17650 Improved layout code.
17652 * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
17653 Eric Kohl <ekohl@abo.rhein-zeitung.de>
17654 Fixed ImageList_LoadImage().
17656 * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17657 Added CMEM_SETITEM32A and message forwarding to combobox.
17659 * ole/moniker.c, relay32/ole32.spec:
17660 Eric Kohl <ekohl@abo.rhein-zeitung.de>
17661 Added stub for CreateItemMoniker().
17663 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17664 Fixed some undocumented function names and implemented DPA_Merge
17667 * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17668 Enabled double click for buttons.
17670 * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17671 Added command and return constants used by WM_NOTIFYFORMAT.
17673 * objects/brush.c, objects/dc.c, objects/gdiobj.c, objects/pen.c, windows/Attic/graphics.c, graphics/painting.c, graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/text.c, include/dc.h, include/x11drv.h:
17674 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17675 Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
17677 * include/options.h, misc/main.c, ole/ole2nls.c:
17678 Juergen Schmied <juergen.schmied@metronet.de>
17679 Small fixes to get the default language to a sensible value.
17682 * ANNOUNCE, DEVELOPERS-HINTS, README, documentation/README.documentation, documentation/how-to-port, documentation/wine.man, documentation/wine.texinfo:
17683 Douglas Ridgway <ridgway@winehq.com>
17684 Miscellaneous small fixes.
17686 * graphics/win16drv/prtdrv.c, if1632/gdi.spec, include/windows.h, objects/metafile.c, objects/region.c, relay32/gdi32.spec:
17687 Andreas Mohr <a.mohr@mailto.de>
17688 Added Win16 implementation for GetRegionData().
17690 * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
17691 Enhanced OABuildVersion() to return different version values for
17694 * msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
17695 Added INT21_ParseFileNameIntoFCB() and some other things to get
17696 COMMAND.COM working.
17698 * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
17699 Added missing entry for GetNumberFormatW.
17701 * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
17702 Checking for NULL-pointer.
17704 * ole/nls/fra.nls, ole/nls/frb.nls, ole/nls/frc.nls, ole/nls/frl.nls:
17705 Robert Pouliot <krynos@clic.net>
17706 Better OLE support in French languages.
17708 * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
17709 Implementation of CreateProcess32W.
17711 * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
17712 Queuing of deferred Expose events.
17714 * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
17715 LB_GETTEXT: Handle passed NULL buffer.
17717 * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
17718 CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
17721 * ole/nls/frs.nls, ole/nls/sky.nls, ole/ole2nls.c:
17722 Marcus Meissner <marcus@jet.franken.de>
17723 Turn mega double switch into static table (reduces compile time).
17725 * AUTHORS, include/authors.h: Added Robert Riggs.
17727 * include/d3d.h: Robert Riggs <rriggs@tesser.com>
17728 include ddraw.h, questionable fix for questionable struct/union
17729 construct in MS's D3DVECTOR definition.
17731 * include/dsound.h: Robert Riggs <rriggs@tesser.com>
17732 More flags (DirectX 5.2), DirectSound3DListener and
17733 DirectSound3DBuffer structures, include some required files
17734 (windows.h, compobj.h, and d3d.h).
17736 * multimedia/dsound.c: Robert Riggs <rriggs@tesser.com>
17737 DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
17738 primary buffer is implemented closer to what the SDK docs specify,
17739 other SDK documented behaviour enforced. Completed the devcaps list.
17741 * misc/crtdll.c, relay32/crtdll.spec:
17742 Juergen Schmied <juergen.schmied@metronet.de>
17743 New stubs strdate, strtime.
17745 * memory/selector.c:
17746 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17747 Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
17749 * misc/comm.c: Cliff Wright <cliff@snipe444.org>
17750 Fixed a mask set, and other parity setting bugs for serial ports.
17752 * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
17753 Added BSDI sigcontext definitions.
17755 * windows/class.c: Rein Klazes <rklazes@casema.net>
17758 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
17759 Remove now useless RELAY_ShowDebugmsgsRelay check.
17761 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
17762 Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
17763 directory, for they seem to be relocated by the standard relocating
17764 mechanism. (Explicitly checked one program using it)
17766 * dlls/shell32/shellord.c, include/shell.h:
17767 Marcus Meissner <marcus@jet.franken.de>
17768 PathAddBackshlash, PathRemoveBackslash: argument is not constant.
17770 * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
17771 Check wndPtr for NULL.
17773 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
17774 BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
17776 * misc/spooler.c, misc/Makefile.in, miscemu/main.c, Makefile.in, graphics/win16drv/init.c, loader/main.c:
17777 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17778 Takes print spooler functions out of win16drv.
17779 Allows the PostScript driver to go into libwine.
17781 * if1632/gdi.spec, objects/brush.c, objects/palette.c:
17782 Ian Schmidt <irsman@iag.net>
17783 Added stubs for two undocumented GDI routines, SetMagicColors and
17784 SetSolidBrush. This allows Win98 native USER to start up.
17786 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
17787 Fixed the DGA detection code in ddraw. You don't need root access,
17788 having r+w access to /dev/mem is enough.
17790 * documentation/status/directdraw, graphics/ddraw.c, graphics/wing.c, include/ddraw.h:
17791 Marcus Meissner <marcus@jet.franken.de>
17792 DirectDraw status updated.
17793 Use cooperative window for drawing in xlib implementation if possible.
17794 Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.
17796 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
17797 Micro patch for AltGr key on german keyboards.
17799 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
17800 Fixes error handling (SetLastError() and return value).
17802 * objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
17803 Partially complete GetTextCharsetInfo and corrects return values for
17804 this family of functions.
17806 Sun Nov 15 18:12:12 1998 Alexandre Julliard <julliard@winehq.com>
17808 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
17811 * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17812 Fixed retrieval of invalid palette data in GetDIBits().
17814 * windows/winpos.c: John Richardson <jrichard@zealand.mv.com>
17815 Allow SWP_HIDEWINDOW to be called on windows that are already hidden
17816 without unmapping them again.
17818 * windows/scroll.c: Pim Bollen <pim@gimli.iaehv.nl>
17819 Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
17820 outside desktop window with gtwin.exe (Dutch banking program).
17822 * loader/main.c, memory/atom.c, misc/ddeml.c, windows/class.c, windows/message.c, include/Attic/atom.h, include/global.h:
17825 * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
17826 Fixed bug in StretchDIBits32 (wrong origin).
17828 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
17831 * include/ddraw.h, include/ts_xshm.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xshm.c, graphics/ddraw.c:
17832 Lionel Ulmer <ulmer@directprovider.net>
17833 Some corrections to the handling of off-screen buffers.
17834 Correction to the EnumDisplayModes function.
17835 Added XShm support to Xlib driver.
17836 Open a DirectX window even when using the DGA driver.
17838 * include/shell.h, include/shlobj.h, misc/shell.c, relay32/shell32.spec, dlls/shell32/Makefile.in, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c:
17839 Juergen Schmied <juergen.schmied@metronet.de>
17840 Cleanup, small fixes, a few new stubs.
17842 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
17843 Handling for listviewstyles, view mode buttons in filedialogs
17844 enabled and handled.
17845 New listview columns Size, Type, Modified for reportview
17846 created and handled.
17848 * dlls/shell32/if_macros.h:
17849 Juergen Schmied <juergen.schmied@metronet.de>
17850 New file, wrapper for IShellBrowser class.
17852 * dlls/shell32/iconcache.c:
17853 Juergen Schmied <juergen.schmied@metronet.de>
17854 New file, some helper functions for icon cache.
17855 Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
17856 Shell_GetImageList in this file.
17858 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
17859 Juergen Schmied <juergen.schmied@metronet.de>
17860 Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
17862 * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
17863 LoadLibraryEx: show a warning when called with unimplemented parm.
17865 * miscemu/instr.c: Cleaned up a bit.
17867 * memory/selector.c, miscemu/instr.c, tools/build.c:
17868 Marcus Meissner <marcus@jet.franken.de>
17869 Clean invalid selectors on the pop %xs from the STACKFRAME itself
17870 instead of using linked list hack.
17872 * Makefile.in: Removed gets message.
17874 * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
17875 Added Thai nls-resources.
17877 * ole/nls/README, ole/nls/cze.nls, ole/nls/ese.nls, ole/nls/esg.nls, ole/nls/est.nls, ole/nls/euq.nls, ole/nls/fos.nls, ole/nls/hrv.nls, ole/nls/hun.nls, ole/nls/isl.nls, ole/nls/nor.nls, ole/nls/plk.nls, ole/nls/ptg.nls, ole/nls/rom.nls, ole/nls/slv.nls, ole/nls/sve.nls, ole/ole2nls.c, include/winnls.h:
17878 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
17879 Display the language id for "XXX not supported for your language"
17881 Added all languages and sublanguages for languages supported in
17882 resources/sysres_Xx.
17884 * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
17885 Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
17887 * ole/moniker.c: Gavriel State <gavriels@corel.com>
17888 Ensure that CreateFileMoniker functions don't return a bogus moniker
17891 * include/class.h, windows/class.c: Gavriel State <gavriels@corel.com>
17892 Added code to manage Ascii and WideChar class names, and to return the
17893 names in the GetClassInfo functions.
17895 * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
17896 Fix to Linux IPX so compiles on non-linux platforms.
17898 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
17899 Own X11 errorhandler to locate X11 errors. Useful only with -sync.
17901 Sat Nov 14 18:59:30 1998 Alexandre Julliard <julliard@winehq.com>
17903 * include/color.h, include/imagehlp.h, include/palette.h, memory/global.c, misc/registry.c, windows/defwnd.c:
17904 Juergen Schmied <juergen.schmied@metronet.de>
17905 Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
17907 * include/cursoricon.h, include/display.h, include/message.h, objects/cursoricon.c, windows/display.c, windows/mouse.c, windows/x11drv/init.c, if1632/display.spec:
17908 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17909 Moved X11 mouse cursor handling to the DISPLAY driver.
17911 * if1632/thunk.c, include/callback.h, loader/main.c, loader/task.c, misc/callback.c, miscemu/main.c:
17912 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17913 Some fixes to Wine startup/termination sequence with native USER.
17914 Do not call built-in USER signal handler when using native USER.
17916 * debugger/break.c, include/debugger.h, include/task.h:
17917 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17918 Bugfix: -debug didn't work anymore after the last startup sequence patch.
17920 * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17921 Fixed list insertion bug in CoLoadLibrary().
17923 * if1632/wprocs.spec, msdos/Makefile.in, msdos/int2f.c, msdos/int41.c, msdos/vxd.c:
17924 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17925 Added stubs for several VxDs / interrupts.
17927 * if1632/thunk.c, include/callback.h, misc/callback.c, graphics/win16drv/init.c:
17928 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17929 Should get win16drv AbortProc working. Hopefully.
17931 * windows/input.c, windows/keyboard.c:
17932 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17933 Moved GetKeyboardLayoutName16 to windows/input.c.
17935 * include/imagehlp.h, include/winnt.h, include/wintypes.h:
17936 Patrik Stridvall <ps@leissner.se>
17937 Moved some declarations from imagehlp.h to common include files.
17939 * relay32/kernel32.spec, win32/thread.c:
17940 Rein Klazes <rklazes@casema.net>
17941 Added implementations for InterlockedExchangeAdd() and
17942 InterlockedCompareExchange().
17944 * win32/console.c, objects/dib.c, objects/enhmetafile.c:
17945 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17946 Fixes a few of the many compiler warnings.
17948 * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
17949 Emulate "mov cr4,eax" (tombraider 3 demo).
17951 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
17952 Do not enumerate D3D devices we can't handle anyway.
17953 Return bitmasks for hi/truecolor depths in EnumDisplayModes.
17955 * if1632/snoop.c, include/snoop.h, relay32/builtin32.c, relay32/snoop.c:
17956 Marcus Meissner <marcus@jet.franken.de>
17957 Speed up relay32, snoop16 and snoop32 include/excludes by doing them
17958 just once at creation time.
17960 * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
17961 Pavel Roskin <pavel_roskin@geocities.com>
17962 Added stubs for CoRevokeClassObject and OleSetClipboard.
17964 * windows/win.c: Per Ångström <pang@mind.nu>
17965 EnumTaskWindows16: Basing the selection on a window's task is not only
17966 more straightforward than comparing message queues, it also works
17967 better for Win32 applications.
17969 * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17970 Changed some of the message classes.
17972 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
17973 Special case handling of : Shift + arrow, shift + home, ...
17974 X returns a char for it, but Windows doesn't. Ignore X char.
17975 Also added some documentation.
17977 * include/winsock.h, misc/winsock.c:
17978 Stephen Langasek <vorlon@dodds.net>
17979 Bugfixes for IPX code and preliminary groundwork for other address
17982 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
17983 (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
17984 lookup (Registry is case insensitive).
17986 * relay32/ntdll.spec, win32/advapi.c, dlls/ntdll/rtl.c, relay32/advapi32.spec:
17987 Juergen Schmied <juergen.schmied@metronet.de>
17988 Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
17989 StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
17990 RtlTimeToTimeFields.
17992 * include/windows.h, ole/ole2nls.c:
17993 Juergen Schmied <juergen.schmied@metronet.de>
17994 Stub for GetNumberFormat32W.
17996 * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
17999 * ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
18000 Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
18001 to be in nominative case.
18003 * windows/queue.c: Per Ångström <pang@mind.nu>
18004 Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
18005 an invalid size parameter.
18007 * multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
18008 Added correct implementation of GetCaps, changed Play and Stop handling
18009 of positions indexes, suppressed warnings.
18011 * memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
18012 Corrected bug in TRACE function.
18014 * AUTHORS, graphics/ddraw.c, include/authors.h, include/ddraw.h:
18015 Lionel Ulmer <ulmer@directprovider.net>
18016 Corrected bug in DirectDrawSurface creation and handling for driver
18019 * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
18020 Wine keyboard and mouse have now their own UIDs.
18022 * objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18023 Fix allocation size in CreateDIBPatternBrush*.
18025 ----------------------------------------------------------------
18026 Sun Nov 8 16:44:41 1998 Alexandre Julliard <julliard@winehq.com>
18028 * windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
18029 Fixed keystroke accelerators in dialogs which have controls containing
18030 other controls as child windows.
18032 * include/winproc.h, misc/commdlg.c, windows/hook.c, windows/winproc.c:
18033 Juergen Schmied <juergen.schmied@metronet.de>
18034 Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
18035 16->32 bit conversion.
18037 * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18038 Prevent CreateDIBSection from seg faulting when one dimension of
18041 * configure, configure.in, include/config.h.in, include/winsock.h, misc/winsock.c:
18042 Stephen Langasek <vorlon@dodds.net>
18043 Support for IPX networking via winsock under Linux.
18045 * relay32/gdi32.spec, graphics/painting.c:
18046 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18047 Added a stub for StartDocA and EndDoc.
18049 * relay32/kernel32.spec, scheduler/process.c, win32/console.c:
18050 James Sutherland <JamesSutherland@gmx.de>
18051 More complete implementation of the SetCtrlHandler() function (and the
18052 related console functions).
18054 * objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
18055 Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
18058 * graphics/vga.c, include/vga.h, msdos/ioports.c:
18059 Ove Kaaven <ovek@arcticnet.no>
18060 Simulate the VGA vertical refresh.
18062 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
18063 Added support of source and destination rectangles in Blit function.
18065 * include/dinput.h, windows/dinput.c:
18066 Lionel Ulmer <ulmer@directprovider.net>
18067 Added device type constants and used them in device enumeration
18070 * misc/registry.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18071 API documentation says that RegEnumKeyEx, RegEnumValue and
18072 RegQueryInfoKey takes the size of the buffers as characters.
18074 * ole/compobj.c: Added missing #include "config.h"
18076 * AUTHORS, configure, configure.in, include/authors.h, include/config.h.in, ole/compobj.c:
18077 Justin Bradford <justin@ukans.edu>
18078 Replaces CoCreateGuid stub with an implementation of DCE's UUID
18079 specification. Also removes some unnecessary code from StringFromCLSID.
18081 * include/commctrl.h, include/winbase.h, include/wintypes.h:
18082 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18083 Added an extern "C" safeguard.
18085 * include/commdlg.h, include/windows.h, windows/input.c:
18086 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18087 - adds GetExitCodeProcess
18088 - corrects the return-type of GetKeyState
18089 - corrects the winelib definition of IsDialogMessage
18090 - adds winelib definitions for PrintDlg
18092 * objects/clipping.c: Rein Klazes <rklazes@casema.net>
18093 ExtSelectClipRgn fix: RGN_DIFF did not work.
18095 * objects/cursoricon.c, windows/event.c, windows/message.c:
18096 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18097 Adapted to new input event handling.
18099 * if1632/thunk.c, if1632/user.spec, include/input.h, include/windows.h, relay32/user32.spec, windows/Makefile.in, windows/input.c:
18100 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18101 USER-side part of input event handling: contains implementation of
18102 keybd_event and mouse_event, and USER-related code removed from
18103 windows/event.c and windows/keyboard.c.
18105 * windows/display.c:
18106 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18107 Stubs for DISPLAY.DRV removed from keyboard.c.
18109 * if1632/mouse.spec, include/mouse.h, windows/mouse.c:
18110 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18111 Implementation of MOUSE.DRV (contains some code taken from
18114 * if1632/keyboard.spec, include/keyboard.h, windows/keyboard.c:
18115 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18116 Implementation of KEYBOARD.DRV (code mostly taken from previous
18117 windows/keyboard.c).
18119 * loader/main.c, loader/task.c, miscemu/main.c:
18120 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18121 Bugfix: really *do* switch to the initial task's stack.
18122 CallLargeStack mechanism re-enabled.
18124 * include/debug.h, include/debugdefs.h:
18125 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18126 New Files. Added 'date and time picker' and 'month calendar' control
18127 dummies. They are used by Outlook Express.
18129 * ole/ole2.c, relay32/ole32.spec:
18130 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18131 Added stub for CreateBindCtx() and added missing CoGetClassObject()
18132 to *.spec file. Makes Internet Explorer 4.01 happy ;-)
18134 * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18135 Little improvement.
18137 * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18138 Added preliminary hit testing. Makes regedit.exe happy ;-)
18140 * documentation/common_controls, dlls/comctl32/imagelist.c:
18141 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18142 Improved documentation and fixed typos.
18144 * dlls/comctl32/commctrl.c, relay32/comctl32.spec:
18145 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18146 Added DrawStatusText32AW() and CreateStatusWindow32AW().
18148 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18149 Improved display and layout code.
18151 * dlls/comctl32/Makefile.in, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, include/commctrl.h, include/datetime.h, include/monthcal.h:
18152 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18153 New Files. Added 'date and time picker' and 'month calendar' control
18154 dummies. They are used by Outlook Express.
18156 Sat Nov 7 12:56:32 1998 Alexandre Julliard <julliard@winehq.com>
18158 * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
18159 Charles Suprin <csuprin@lynx.dac.neu.edu>
18160 Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
18162 * graphics/x11drv/graphics.c:
18163 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18164 Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
18165 which it did if either ellipse dimension was zero.
18167 * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18168 Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
18171 * relay32/mpr.spec, misc/network.c:
18172 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18173 Added stub WNetEnumCachedPasswords.
18175 * msdos/int21.c, msdos/int25.c:
18176 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18177 Made this file DOSMOD friendly.
18179 * loader/ne/segment.c, loader/pe_image.c:
18180 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18181 Unified "No implementation for..." warnings.
18183 * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
18184 monodebg.vxd used by some Origin programs implemented.
18186 * objects/bitmap.c:
18187 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18188 Fail if less then one entire line requested in GetBitmapBits32.
18190 * windows/winproc.c: Rein Klazes <rklazes@casema.net>
18191 Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
18193 * if1632/compobj.spec, include/ole.h, ole/compobj.c, relay32/ole32.spec:
18194 John Richardson <jrichard@zealand.mv.com>
18195 Implementation of CoLoadLibrary, CoFreeAllLibraries,
18196 CoFreeUnusedLibraries, CoFreeLibrary.
18197 Fixed misspelling of CoUninitialize.
18199 * programs/clock/ChangeLog, programs/clock/main.c:
18200 Robert Pouliot <krynos@clic.net>
18201 Fixes for other languages.
18203 Fri Nov 6 17:36:13 1998 Alexandre Julliard <julliard@winehq.com>
18205 * misc/registry.c: John Richardson <jrichard@zealand.mv.com>
18206 Fix wide character functions to return character count in character
18207 quantities not byte quantities. Make RegQueryInfoKey and
18208 RegQueryInfoKey behave correctly in win95 mode.
18210 * include/dinput.h, windows/dinput.c:
18211 Lionel Ulmer <ulmer@directprovider.net>
18212 Changed mouse button mapping and check size of return buffer.
18214 * objects/clipping.c: Rein Klazes <rklazes@casema.net>
18215 ExtSelectClipRgn() with RGN_COPY copies the wrong region.
18217 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18218 Fixed an error in the implementation of FILE_ShareDeny.
18220 * scheduler/handle.c, if1632/thunk.c, include/debugtools.h, include/sig_context.h, multimedia/mmsystem.c:
18221 Marcus Meissner <marcus@jet.franken.de>
18222 Solaris redefines ERR and CS, fixed occurances.
18223 Solaris has TRAPNO in its sigcontext, added to sig_context.h
18225 * include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
18226 Eric Pouech <Eric.Pouech@wanadoo.fr>
18227 Made mmioSetBuffer callable from 16 and 32 bit code.
18229 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
18230 Fixed wrong arg type.
18232 * objects/dib.c, objects/gdiobj.c, graphics/x11drv/Makefile.in, graphics/x11drv/dib.c, graphics/x11drv/init.c, include/x11drv.h:
18233 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18234 Moved X11 DIB stuff to x11drv.
18236 * win32/code_page.c:
18237 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18238 The API for WideCharToMultiByte says that the src-string has only to be
18239 treated as NULL-terminated if srclen is -1.
18241 * include/win.h, windows/event.c, windows/win.c:
18242 Ove Kaaven <ovek@arcticnet.no>
18243 Made sure ConfigureNotify is processed before Expose, deferring the
18244 Expose event if necessary, thus working around a WM flaw with virtual
18245 desktop scrolling in -managed mode.
18247 * resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
18248 Translated in French (not so good anyhow) message for the mark on
18251 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
18252 Changed the default from 0 to 0x409 (eng-us).
18254 * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
18255 Two missing WINAPIs.
18257 * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
18258 Fixed one wrong parameter.
18260 * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
18261 Fixed --disable-lib.
18263 Thu Nov 5 10:33:18 1998 Alexandre Julliard <julliard@winehq.com>
18265 * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
18266 Constants for controls in common dialogs.
18268 Wed Nov 4 18:08:33 1998 Alexandre Julliard <julliard@winehq.com>
18270 * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
18271 Fixed some compiler warnings.
18273 Sun Nov 1 19:27:24 1998 Alexandre Julliard <julliard@winehq.com>
18275 * windows/message.c, windows/nonclient.c, windows/painting.c, windows/winhelp.c, windows/winpos.c, misc/commdlg.c, misc/shell.c, misc/winsock.c, miscemu/instr.c, multimedia/audio.c, multimedia/joystick.c, objects/bitmap.c, objects/clipping.c, objects/color.c, objects/cursoricon.c, objects/dib.c, tools/wrc/dumpres.c, tools/wrc/parser.l, windows/clipboard.c, windows/mdi.c, files/file.c, graphics/x11drv/xfont.c, memory/heap.c:
18276 Jesper Skov <jskov@cygnus.co.uk>
18277 egcs 'ambiguous else' warnings fixes.
18279 * include/toolhelp.h, include/windows.h, scheduler/process.c:
18280 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18281 Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
18282 definition to toolhelp.h.
18284 * windows/win.c, include/pe_image.h, library/winestub.c, loader/elf.c, loader/module.c, loader/resource.c, misc/callback.c:
18285 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18286 Run Winelib applications as 32-bit processes in the initial task.
18287 Simplified/removed several special 'if (__winelib)' cases in
18288 Wine main code obsoleted by that change.
18290 * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18291 Call mouse driver callback also if windows are not registered with X
18292 (if using native USER.EXE).
18294 * memory/atom.c, include/atom.h:
18295 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18296 Adapted to separation between KERNEL and USER.
18298 * if1632/builtin.c, include/main.h, loader/main.c, loader/task.c, miscemu/main.c, relay32/gdi32.spec, relay32/kernel32.spec, relay32/user32.spec, scheduler/process.c:
18299 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18300 Implemented new Wine startup sequence, separating startup into
18301 KERNEL/USER/GDI related parts, allowing native replacement.
18302 Implemented initial 'kernel' task.
18304 * include/ole.h, include/winerror.h, ole/compobj.c:
18305 John Richardson <jrichard@zealand.mv.com>
18306 Implementation of InprocServer32 CoGetClassObject.
18308 * include/bitmap.h, objects/bitmap.c, objects/cursoricon.c, objects/oembitmap.c, graphics/x11drv/bitmap.c:
18309 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18312 * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
18314 * programs/winhelp/Makefile.in, programs/winver/Makefile.in, windows/win.c, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/init.c, include/config.h.in, include/win.h, libtest/Makefile.in, programs/clock/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, include/acconfig.h:
18315 Patrik Stridvall <ps@leissner.se>
18316 Started moving some X11 window management code to windows/x11drv.
18318 * if1632/user.spec, windows/dialog.c, windows/winproc.c:
18319 Ove Kaaven <ovek@arcticnet.no>
18320 Fixed IsDialogMessage16.
18322 * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
18323 Tell people to ignore the 'gets' warning. Some will listen.
18325 * graphics/x11drv/bitmap.c, windows/graphics.c:
18326 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18327 A couple of small fixes to my bitmap patch.
18329 * resources/TODO, resources/sysres_De.rc, resources/sysres_En.rc, windows/nonclient.c:
18330 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18331 Allow the user to put a mark in the debug log by adding a item in the
18332 SYSMENU. The messages needs implementation in all other languages than
18333 English and German.
18335 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18336 Give tempfile a different name even if they are created in the same
18337 second. Removed some fixmes from the ShareDeny stuff.
18339 * include/mdi.h, include/windows.h, relay32/user32.spec, windows/mdi.c, windows/win.c:
18340 Rein Klazes <rklazes@casema.net>
18341 CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
18342 extended style is specified. Also implemented CreateMDIWindow32A()
18343 call - single thread only -.
18345 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
18346 Erred in the bit macros in treeview.c. Shiftcounts were wrong.
18348 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
18349 Detection of the end of imports with Characteristics 0 fail for Borland
18350 programs (which seem to have always characteristics 0). Changed to algorithm
18351 to something a bit more intelligent.
18353 * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
18354 Added CoFreeLibrary stub.
18356 * README: Updated FAQ location.
18358 * graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18359 Implement SEGPTR conversion for STARTDOC in Escape32().
18361 * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18362 Bugfix: SetDCState did not reset clipping region to empty.
18364 * win32/init.c: Marcus Meissner <marcus@jet.franken.de>
18365 Fixed small off by one error in GetComputerName32W, always killed the
18366 last character of a hostname.
18368 * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
18369 Don't HeapFree() colormap if we didn't allocate one.
18371 * win32/advapi.c, windows/message.c, windows/user.c, dlls/shell32/shellord.c, include/wintypes.h, misc/crtdll.c, misc/printdrv.c, relay32/advapi32.spec, relay32/crtdll.spec, relay32/mpr.spec, relay32/shell32.spec, relay32/user32.spec, relay32/winspool.spec:
18372 Marcus Meissner <marcus@jet.franken.de>
18373 Added stubs for user32,advapi32 functions.
18375 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/*, include/ntdll.h, misc/Attic/ntdll.c, misc/Makefile.in, relay32/ntdll.spec:
18376 Marcus Meissner <marcus@jet.franken.de>
18377 More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
18379 * memory/local.c, memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
18380 Changed many WARN()s related to internal Wine memory failures to
18383 * if1632/kernel.spec, scheduler/process.c:
18384 Andreas Mohr <a.mohr@mailto.de>
18385 Added .spec entry for KERNEL.RegisterServiceProcess.
18387 * if1632/display.spec, windows/keyboard.c:
18388 Andreas Mohr <a.mohr@mailto.de>
18389 Added stub for CheckCursor().
18391 * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
18392 Fix for non-modal dialog closing.
18394 * windows/dinput.c: David Faure <faure@kde.org>
18395 Rewrote the two routines using the vkey->scancode array to use
18396 keyc2vkey for each keycode, instead. Not tested.
18397 Removed unused IDirectInputDeviceA_GetDeviceState.
18398 Fixed warning in TRACE() call.
18400 * windows/keyboard.c: David Faure <faure@kde.org>
18401 Deleted the vkey->sancode array, because QWERTY specific.
18402 Back to using the X keycode instead as the scancode. Tested.
18404 * graphics/psdrv/init.c:
18405 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18406 Print a message if the PostScript driver can't find a PPD file.
18408 * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
18409 Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation.
18410 (DOS apps/games using this mode comes up now, although you can't
18411 really do anything with them (yet?).)
18413 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
18414 Use macro V86_FLAG.
18416 * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
18417 Set default video mode to 3 (80x25 color).
18419 * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
18420 Ignores a couple of signals.
18422 * graphics/Makefile.in, graphics/dispdib.c, graphics/vga.c, include/vga.h, msdos/ioports.c:
18423 Ove Kaaven <ovek@arcticnet.no>
18424 Moved VGA-emulating DirectX code from dispdib.c to a separate
18425 file. Made it use a system timer and trap I/O accesses to the VGA
18426 DAC registers to accommodate DisplayDib-using programs that try to
18427 access the VGA hardware directly.
18429 * miscemu/instr.c, if1632/signal.c, include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, misc/system.c:
18430 Ove Kaaven <ovek@arcticnet.no>
18431 Indirection for INSTR_EmulateInstruction for use by DOS code.
18432 Added support for a 55Hz system timer, letting DOS apps calibrate
18433 their delay loops and such. Calls INSTR_EmulateInstruction for
18434 instruction emulation (principally I/O port access). Added macro
18437 Sat Oct 31 12:20:56 1998 Alexandre Julliard <julliard@winehq.com>
18439 * windows/dinput.c, multimedia/dsound.c:
18440 Marcus Meissner <marcus@jet.franken.de>
18443 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
18444 Removed the FIXME() and moved SetLastError(0) to the end (so that
18445 GetTempFileName et.al. can't overwrite it).
18447 * misc/Attic/ntdll.c, relay32/ntdll.spec, relay32/relay386.c, relay32/user32.spec, windows/user.c:
18448 Marcus Meissner <marcus@jet.franken.de>
18449 Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets
18452 * windows/mdi.c: Rein Klazes <rklazes@casema.net>
18453 MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES
18454 style, should not be shown at creation nor activated unless the
18455 WS_VISIBLE flag is set.
18457 * loader/pe_image.c: Stephen Langasek <vorlon@dodds.net>
18458 Bugfix for fixup_imports: Enable checking for terminating import
18459 struct with Characteristics bitfield set to 0.
18461 * windows/win.c: Rein Klazes <rklazes@casema.net>
18462 Delay linking newly created window in linked list until after the
18463 WM_NCCREATE message.
18465 * files/file.c: Rein Klazes <rklazes@casema.net>
18466 Small bug in FILE_InUse does not do a release on every acquired file
18469 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
18470 lpszName of NULL is handled (removes some warnings).
18472 * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
18473 Now allows specification of a start directory on the cmdline.
18475 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
18476 Gets rid of the arch-dependent bit operations (tested on Linux and
18479 Wed Oct 28 14:58:02 1998 Alexandre Julliard <julliard@winehq.com>
18481 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
18482 A dest buffer was printed out as string.
18484 * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
18485 Corrected 2 wrong definitions.
18487 * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
18488 Patrick Spinler <spinler.patrick@mayo.edu>
18489 Added stubs for Process32First/Process32Next.
18491 * include/x11drv.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/palette.c, objects/region.c, graphics/escape.c, graphics/metafiledrv/graphics.c, graphics/painting.c, graphics/path.c, graphics/psdrv/graphics.c, graphics/win16drv/graphics.c, graphics/x11drv/graphics.c, include/debugger.h, include/gdi.h, include/metafiledrv.h, include/psdrv.h, include/win16drv.h, include/windows.h, include/wintypes.h, debugger/dbg.y, debugger/msc.c, debugger/stabs.c, debugger/types.c:
18492 François Gouget <gouget@metaintegration.net>
18493 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
18494 headers prototypes.
18496 * graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/bitmap.c, objects/brush.c, objects/dib.c, objects/oembitmap.c, windows/graphics.c, graphics/metafiledrv/init.c:
18497 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18498 Added pBitmapBits and pCreateBitmap to the GDI function table and
18499 moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
18501 * relay32/shell32.spec, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/shell.h, dlls/shell32/pidl.c:
18502 Juergen Schmied <juergen.schmied@metronet.de>
18503 New SHGetSimpleIDListFromPath32AW.
18504 Unicode-safe: PathFindFilename32AW.
18506 * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
18507 IExtractIcon had an extra c in a struct definition.
18509 * relay32/dplay.spec:
18510 John Richardson <jrichard@zealand.mv.spamless.com>
18511 Added entry for DirectPlayEnumerate.
18513 * ole/nls/sky.nls, ole/ole2nls.c:
18514 Juergen Schmied <juergen.schmied@metronet.de>
18515 Added Slovak nls-resources.
18517 * objects/region.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18518 Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for
18519 CreateRoundRectRgn.
18521 Tue Oct 27 15:41:54 1998 Alexandre Julliard <julliard@winehq.com>
18523 * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
18524 EnumDisplayModes* returns a static list of modes with all depths
18525 (helps hexen2demo), ChangeDisplaySettings returns true all the time.
18527 * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
18528 Marcus Meissner <marcus@jet.franken.de>
18529 Stub for midiOpenStream (helps hexen2demo).
18531 * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
18532 Robert Pouliot <krynos@clic.net>
18533 Small patch for better French support.
18535 * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18536 Bugfix: memory overwrite bug.
18538 Mon Oct 26 11:04:13 1998 Alexandre Julliard <julliard@winehq.com>
18540 * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
18541 32-bit clipboard support.
18543 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18544 Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
18547 * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
18548 Fixed a minor problem with the menus for mdi child windows.
18550 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
18551 Removed no longer necessary commented out code, destroy old window
18552 when SetDisplayMode is called again, EnumDisplayModes now returns
18553 all possible modes (using a static list).
18555 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
18556 Anon shared mapping fixed for file sharing.
18558 ----------------------------------------------------------------
18559 Sun Oct 25 10:32:23 1998 Alexandre Julliard <julliard@winehq.com>
18561 * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
18562 Fixes for LANG_NEUTRAL.
18565 Added some padding to the PDB for ill-behaving apps (problem reported
18568 * documentation/ioport-trace-hints, include/debug.h, include/debugdefs.h, miscemu/instr.c:
18569 Jonathan Buzzard <jab@hex.prestel.co.uk>
18570 Added a new debugging channel io to allow read/writes on a port to be
18573 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
18574 Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is
18575 ignored. 0x00 is used for generated key events only.
18577 * windows/message.c, windows/queue.c:
18578 Douglas Ridgway <ridgway@winehq.com>
18579 API Documentation for SendMessage, GetTickCount, PostQuitMessage,
18580 GetMessagePos, GetMessageTime.
18582 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
18583 Delete the filename for the mapping instantly.
18585 * dlls/shell32/shellord.c, relay32/shell32.spec:
18586 Michael Poole <poole@graviton.res.cmu.edu>
18587 Stub for SHSimpleIDListFromPath.
18589 * loader/task.c: Fixed bug in SwitchStackTo.
18591 Sat Oct 24 13:06:16 1998 Alexandre Julliard <julliard@winehq.com>
18593 * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
18594 Check if scrollbar and parent are visible before redraw.
18596 * if1632/shell.spec, include/shell.h, misc/shell.c, programs/notepad/main.c, relay32/shell32.spec:
18597 Kai Morich <kai.morich@darmstadt.netsurf.de>
18598 Added Drag*32 functions.
18600 * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
18601 Added Drag&Drop from KDE app to 16/32 bit Windoze app.
18603 * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
18604 Added FIXME message in PostMessage32x if parameters are truncated
18605 when calling PostMessage16.
18607 * include/process.h, scheduler/event.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c:
18608 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18609 Added support for global handles, implemented ConvertToGlobalHandle.
18610 Allocate startup data and 16-bit stack for initial process.
18612 * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
18615 * programs/progman/.cvsignore, programs/progman/Es.rc, programs/progman/Makefile.in, programs/winhelp/.cvsignore, programs/winhelp/Es.rc, programs/winhelp/Makefile.in, programs/clock/.cvsignore, programs/clock/Es.rc, programs/clock/Makefile.in, programs/notepad/.cvsignore, programs/notepad/Es.rc, programs/notepad/Makefile.in:
18616 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
18617 Added Spanish resources.
18619 * ole/nls/euq.nls, resources/sysres_Es.rc:
18620 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
18623 * relay32/kernel32.spec, scheduler/process.c:
18624 Marcus Meissner <marcus@jet.franken.de>
18625 LoadLibraryExW spec added (function was there).
18626 SetProcessPriorityBoost stub added.
18628 * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
18629 Compile fix for Solaris.
18631 * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/dispdib.spec, include/dispdib.h, graphics/Makefile.in, graphics/dispdib.c:
18632 Ove Kaaven <ovek@arcticnet.no>
18633 Implemented DisplayDib.
18635 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
18636 Hack to support integer ids in all static controls.
18638 * include/dinput.h, windows/dinput.c:
18639 Lionel Ulmer <ulmer@directprovider.net>
18640 Beginning of mouse support in DirectInput (only "standard" mouse
18641 configuration supported for now).
18643 * include/*.h, dlls/comctl32/*.c:
18644 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18645 Added xxx_Unregister() functions to all common controls.
18647 * dlls/comctl32/comctl32undoc.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, documentation/common_controls, relay32/comctl32.spec:
18648 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18649 Some minor improvements and fixes.
18651 * dlls/comctl32/rebar.c, include/rebar.h:
18652 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18653 Improved the rebar control.
18655 * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18656 Added support for transparent and tracking tooltips.
18658 * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18659 Fixed a popup menu selection bug.
18661 * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18662 Fixed DrawCaption16() and DrawCaptionTemp16().
18664 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
18667 * graphics/psdrv/Makefile.in, graphics/psdrv/bitmap.c, graphics/psdrv/brush.c, graphics/psdrv/font.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/gdi.h, include/psdrv.h, objects/dib.c:
18668 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18669 Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
18670 SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
18673 * include/debug.h, include/debugdefs.h, include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
18674 Joseph Pranevich <knight@baltimore.wwaves.com>
18675 Added support for int17 and int19.
18677 * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
18678 Stubs for dos mode reboot interrupt.
18680 * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
18681 Some printer stubs for DOS added.
18683 * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
18684 More stubs added. These changes are only partially mine, I just made
18687 * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
18688 Added some traces and cleaned up a couple of things.
18690 * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shell.h, include/shlobj.h, memory/string.c, ole/ole2nls.c, relay32/shell32.spec, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c:
18691 Juergen Schmied <juergen.schmied@metronet.de>
18692 Changed some string-shell32 functions to 32AW, parameter are
18693 os depending 32A or 32W (-winver nt351 or nt40), some new functions.
18694 Some fixes in ole2nls.
18695 New OLE2NLS_CheckLocale() to handle Locale_User_Default and
18696 Locale_System_Default.
18697 Shell32 now dynamicly links to DPA_*(), comdlg32 works again
18698 (comctl32 heap alloc patch broke it).
18700 * include/winversion.h, misc/version.c:
18701 Juergen Schmied <juergen.schmied@metronet.de>
18702 Added VERSION_IsOsUnicode().
18704 * scheduler/handle.c:
18705 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18706 More off-by-one errors fixed.
18708 * include/file.h, misc/crtdll.c, msdos/vxd.c, win32/file.c, files/file.c:
18709 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18710 File sharing fixes.
18712 Fri Oct 23 17:26:44 1998 Alexandre Julliard <julliard@winehq.com>
18714 * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
18717 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
18718 Fixed DOS environment passing.
18720 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
18721 Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
18723 * include/font.h, objects/font.c, objects/gdiobj.c:
18724 Juergen Schmied <juergen.schmied@metronet.de>
18725 New FONT_GetObject32W(), GetObject32W().
18727 * relay32/user32.spec, win32/ordinals.c, windows/user.c:
18728 Juergen Schmied <juergen.schmied@metronet.de>
18729 New stub RegisterTaskList.
18730 New function EnumDisplaySettings32W().
18732 * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
18733 More parameter checking in RltCopySid.
18735 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
18736 More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
18738 * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
18739 Ove Kaaven <ovek@arcticnet.no>
18740 Added new dll avifil32.dll.
18742 * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c, include/dosexe.h:
18743 Ove Kaaven <ovek@arcticnet.no>
18744 First shot at DPMI realmode calls.
18747 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18748 Fixed several bugs with DLL initialization.
18750 Thu Oct 22 17:02:25 1998 Alexandre Julliard <julliard@winehq.com>
18752 * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
18753 Added ordinal for two syslevel functions.
18755 * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
18756 Another missing WINAPI.
18758 * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
18759 Small corrections in mmio declarations.
18761 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
18762 Take virtual sizes in account for the total vma size.
18764 * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
18765 Add some more NLS definitions for the Romanian language.
18767 * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
18768 Some programs (quake2 et al) do check for DSCAPS_EMULDRIVER and stop
18769 to work. 'Adjust' caps flags accordingly.
18771 * ole/compobj.c, relay32/ole32.spec:
18772 Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
18773 Stub for CoCreateGuid().
18775 * dlls/comctl32/treeview.c, multimedia/mcicda.c:
18776 Brian Litzinger <brian@litzinger.com>
18779 * libtest/.cvsignore, libtest/Makefile.in:
18780 Petter Reinholdtsen <pere@minerva.cc.uit.no>
18781 Make sure hello3res.h is generated even if 'make depend' never has
18784 * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
18785 Fixed moving and sizing of child windows.
18787 * include/ts_xlib.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c, windows/keyboard.c:
18788 Marcus Meissner <marcus@jet.franken.de>
18789 XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
18791 Wed Oct 21 17:20:48 1998 Alexandre Julliard <julliard@winehq.com>
18793 * include/dosexe.h, loader/dos/dosvm.c, miscemu/main.c:
18794 Ove Kaaven <ovek@arcticnet.no>
18795 Added indirection for ctx_debug to the DOS loader, so Winelib works
18798 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
18799 Support anon shared mappings using temporary files (wont be deleted
18802 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
18803 Was freeing the incorrect pointers -> crash in mallocs/frees.
18805 * files/dos_fs.c, relay32/kernel32.spec:
18806 Marcus Meissner <marcus@jet.franken.de>
18807 DefineDosDevice stub added.
18809 * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
18810 Added a default program option in wine.conf in section [programs] key
18813 * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
18814 Better fix for this_is_a_syntax_error.
18817 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
18818 Added the entries for LOCALE_SISO639LANGNAME and
18819 LOCALE_SISO3166CTRYNAME.
18821 * documentation/wine.man: James Juran <jrj120@psu.edu>
18824 * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
18825 Fixed wrong ordinals.
18827 * objects/region.c: NF Stevens <norman@arcady.u-net.com>
18828 Fixed a bug in RectInRegion.
18830 Tue Oct 20 15:26:26 1998 Alexandre Julliard <julliard@winehq.com>
18832 * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
18833 Removed an incorrect error message.
18835 * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
18836 Make sure the access functions are always used to get label and serial
18839 Mon Oct 19 08:48:24 1998 Alexandre Julliard <julliard@winehq.com>
18841 * ole/ole2nls.c: Eric Pouech <eric.pouech@hol.fr>
18842 Fixed bug on platforms were buffers returned by getenv() shall not be
18843 free()'ed. Added French (default) in locale handling.
18845 * include/wintypes.h: Dave Cuthbert <dacut@ece.cmu.edu>
18846 Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
18847 compile-time error message make more sense.
18849 * scheduler/handle.c:
18850 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18851 Fixed off by one error in HANDLE_GetObjPtr.
18853 ----------------------------------------------------------------
18854 Sun Oct 18 14:48:31 1998 Alexandre Julliard <julliard@winehq.com>
18856 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18857 Try to implement the OF_SHARE_XXX options.
18858 Move the mode translations to functions.
18860 * include/main.h, ole/compobj.c, ole/ifs.c, ole/ole2disp.c, ole/ole2nls.c, ole/olesvr.c, ole/storage.c:
18861 Matthew Becker <mbecker@glasscity.net>
18862 Documentation updates.
18864 * ole/compobj.c, relay32/ole32.spec:
18865 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18866 Added stub for CoSetState32.
18868 * miscemu/main.c: Chad Powell <pxpx@usa.net>
18869 Added ability to read a startup program from wine.ini file.
18870 Put it in section [programs] key Startup.
18872 * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
18873 Alex Priem <alexp@sci.kun.nl>
18874 Further improvements.
18876 * include/cursoricon.h, objects/cursoricon.c:
18877 Turchanov Sergey <turchanov@usa.net>
18878 Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
18879 drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
18881 * include/bitmap.h, objects/bitmap.c:
18882 Turchanov Sergey <turchanov@usa.net>
18883 Fixed LoadImage to support almost all LR_ flags.
18885 * objects/dib.c: Turchanov Sergey <turchanov@usa.net>
18886 Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
18887 COLOREFs had red part zeroed) that made plenty of cyan colors, minor
18888 bug fixes, changes to support LR_ flags.
18890 * include/global.h, memory/virtual.c:
18891 Turchanov Sergey <turchanov@usa.net>
18892 Added VIRTUAL_MapFileW to map file to memory in one function call.
18894 * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
18895 Turchanov Sergey <turchanov@usa.net>
18896 Moved Multimonitor API declarations to windows.h.
18898 * if1632/user.spec, include/driver.h, multimedia/audio.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/midi.c, multimedia/mmsystem.c, relay32/winmm.spec, windows/driver.c:
18899 Turchanov Sergey <turchanov@usa.net>
18900 Implemented DefDriverProc32 from winmm.dll.
18902 * controls/scroll.c, include/scroll.h, windows/mdi.c, windows/nonclient.c:
18903 Alex Korobka <korobka@ams.sunysb.edu>
18904 Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
18907 * include/winnls.h, ole/nls/deu.nls, ole/ole2nls.c:
18908 Juergen Schmied <juergen.schmied@metronet.de>
18909 GetLocaleInfo32A can handle len=0 now, sets LastError and touches
18910 buffer only when necessary.
18911 Updated deu.nls and some LCTYPES in winnls.h.
18913 * if1632/relay.c: Rein Klazes <rklazes@casema.net>
18914 CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
18917 Sat Oct 17 13:07:48 1998 Alexandre Julliard <julliard@winehq.com>
18919 * dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
18920 Reduced huge (1GB) heap creation that caused Starcraft to fail.
18922 * include/dosexe.h, include/module.h, loader/dos/dosvm.c, multimedia/dplay.c, windows/dialog.c:
18923 Patrik Stridvall <ps@leissner.se>
18924 Compile fix for Solaris.
18926 * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
18927 Compile fix for non OSS systems.
18929 * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
18930 Compile fix for non XF86-DGA systems.
18932 * libtest/Makefile.in, libtest/volinfo.c:
18933 Petter Reinholdtsen <pere@td.org.uit.no>
18934 New file to test DRIVE_GetLabel.
18936 * multimedia/mcicda.c: Peter Hunnisett <hunnise@nortel.ca>
18937 Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
18938 32bit cdaudio bit support before it can be removed...
18940 * graphics/ddraw.c: Peter Hunnisett <hunnise@nortel.ca>
18941 Added a bunch of stubs for ddraw suface routines. All stubs for
18942 surface present now.
18943 Commented out message pump calls. I don't see a reason for them being
18944 there. Everything works fine with -desktop and -managed still has
18945 problems. Disagreements?
18947 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
18948 Fixed GetLocaleInfo32A for other languages than en_uk.
18949 Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
18950 last but not least the first argument lcid where is all about...
18952 * include/syslevel.h, misc/registry.c, multimedia/dplay.c, multimedia/dsound.c, multimedia/mmsystem.c, multimedia/time.c, windows/caret.c, dlls/msacm32/builtin.c:
18953 Marcus Meissner <marcus@jet.franken.de>
18954 Fixed some more missing WINAPIs (hopefully correct).
18956 * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
18957 Fixed the = -> == bug.
18959 * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
18960 Shell parameters (config.sys) and ANSI support stubs.
18962 * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
18963 Added int16.c and int29.c.
18965 * include/miscemu.h, msdos/interrupts.c:
18966 Joseph Pranevich <knight@baltimore.wwaves.com>
18967 More interrupts that can be done from DOS mode.
18969 * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
18970 Added int29 (Fast Write to Screen) support.
18972 * msdos/int16.c, include/debug.h, include/debugdefs.h:
18973 Joseph Pranevich <knight@baltimore.wwaves.com>
18974 Added int16 (Keyboard) support, mostly stubs.
18976 Fri Oct 16 15:40:21 1998 Alexandre Julliard <julliard@winehq.com>
18978 * relay32/shell32.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shlobj.h:
18979 Juergen Schmied <juergen.schmied@metronet.de>
18980 Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
18981 SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
18982 SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
18983 SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
18984 SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
18986 * misc/ntdll.c, relay32/ntdll.spec:
18987 Dietmar Kling <dietmar.kling@usa.net>
18988 Added undocumented function RtlOpenCurrentUser.
18990 * objects/cursoricon.c, misc/shell.c, misc/ver.c, misc/version.c, loader/elf.c, loader/module.c, loader/pe_image.c, loader/pe_resource.c, include/neexe.h, include/pe_image.h, include/peexe.h, debugger/dbgmain.c, debugger/msc.c:
18991 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18992 Renamed all LPIMAGE_* types to PIMAGE_*.
18994 Thu Oct 15 13:03:10 1998 Alexandre Julliard <julliard@winehq.com>
18996 * windows/winpos.c: Rein Klazes <rklazes@casema.net>
18997 Fixed an error when an owned window activates its owner during
19000 * windows/defdlg.c: Rein Klazes <rklazes@casema.net>
19001 Closing a dialog using the menu bar ("x" or "-" button or windows
19002 menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
19003 normal windows when DestroyWindow() is called.
19005 * dlls/shell32/pidl.c:
19006 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
19007 Added missing WINAPIs.
19009 * windows/winpos.c, win32/ordinals.c, relay32/user32.spec:
19010 Juergen Schmied <juergen.schmied@metronet.de>
19011 New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
19012 RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
19013 GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
19016 * relay32/ntdll.spec, misc/ntdll.c:
19017 Juergen Schmied <juergen.schmied@metronet.de>
19018 New stubs NtQueryInformationThread, NtQueryInformationToken,
19019 RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
19021 * multimedia/mmsystem.c: Turchanov Sergey <turchanov@usa.net>
19022 Fixed PlaySound to start its thread the right way.
19024 Wed Oct 14 18:40:35 1998 Alexandre Julliard <julliard@winehq.com>
19026 * controls/combo.c, controls/listbox.c:
19027 Alex Korobka <korobka@ams.sunysb.edu>
19028 CB_SETCURSEL and some other fixes.
19030 * windows/queue.c: Alex Korobka <korobka@ams.sunysb.edu>
19031 Better QUEUE_FlushMessages().
19033 * relay32/gdi32.spec, objects/font.c, include/windows.h, if1632/gdi.spec:
19034 Moshe Vainer <moshev@easybase.com>
19035 Partial implementation of GetOutlineTextMetrics32A.
19036 Added structures for OUTLINETEXTMETRICS.
19038 * objects/dc.c, include/gdi.h, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c:
19039 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19040 Do not clip source rectangle even by visible region for bitblts.
19041 Added field 'totalExtent' to WIN_DC_INFO.
19043 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19044 Added stub for VMM PM API AH=026[de] (never say 'safe mode').
19046 * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19047 Bugfix: Local32Free caused free handles list corruption.
19049 * include/debugtools.h: Marcus Meissner <marcus@jet.franken.de>
19050 Fixed --disable-debug config option.
19052 Tue Oct 13 12:50:04 1998 Alexandre Julliard <julliard@winehq.com>
19054 * relay32/shell32.spec, dlls/shell32/shellord.c:
19055 Petter Reinholdtsen <pere@td.org.uit.no>
19056 Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
19057 and FileIconInit() needed by Win95 explorer.
19059 Mon Oct 12 07:25:54 1998 Alexandre Julliard <julliard@winehq.com>
19061 * windows/dialog.c, controls/button.c, controls/menu.c:
19062 Norman Stevens <norman@arcady.u-net.com>
19063 Improving keyboard handling, including accelerator keys in dialog
19064 boxes. Also fixes enter key in Agent32 edit box.
19066 Sun Oct 11 19:37:23 1998 Alexandre Julliard <julliard@winehq.com>
19068 * misc/commdlg.c: Eric Pouech <eric.pouech@lemel.fr>
19069 Added support in file dialog boxes handling for filters like
19072 * win32/kernel32.c, scheduler/thread.c, loader/module.c, loader/pe_image.c, loader/task.c, include/module.h, include/pe_image.h:
19073 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19074 Implemented new PE DLL initalization code, trying to call the
19075 DllEntryPoint routines always in correct order :-)
19076 Bypass snooping when getting data buffer addresses (thunk buffers,
19077 __GP handlers) and for 32-bit routines directly called from 16-bit
19078 (due to stack address size problems).
19080 * win32/ordinals.c, relay32/kernel32.spec, loader/ne/module.c:
19081 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19082 Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
19083 Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
19085 * tools/build.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
19086 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19087 Implemented (partially) the KERNEL Thunklet API and Callback Client
19088 API (KERNEL.560-568,604-612,619-622).
19089 Added stubs for K228, K237, KERNEL.365, KERNEL.447.
19091 * objects/bitmap.c, if1632/gdi.spec:
19092 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19093 Stubs for CreateUser(Discardable)Bitmap16.
19095 * memory/heap.c, include/winnt.h:
19096 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19097 Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
19099 * memory/global.c, include/windows.h:
19100 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19101 GlobalFix16 is supposed to return selector to the memory area.
19103 * msdos/vxd.c, if1632/Makefile.in, if1632/builtin.c, if1632/comm.spec, if1632/wprocs.spec:
19104 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19105 Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
19107 * scheduler/process.c, scheduler/syslevel.c, include/sig_context.h, include/syslevel.h:
19108 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19109 Use emergency TEB selector to avoid debugger crashes when stepping
19110 through relay stubs (or when FS is invalid otherwise).
19112 * windows/event.c, windows/keyboard.c:
19113 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19114 MOUSE.DRV routines moved to event.c. Call mouse event procedure.
19116 * windows/dce.c, windows/painting.c, windows/scroll.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, include/dc.h, include/windows.h, if1632/gdi.spec, graphics/x11drv/bitblt.c, graphics/x11drv/clipping.c, graphics/x11drv/graphics.c, graphics/x11drv/text.c, graphics/path.c:
19117 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19118 Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
19119 coordinates relative to the device, not the DC origin. This is
19120 necessary to correctly implement GetClipRgn16 and InquireVisRgn.
19121 SelectVisRgn also expects region in device-relative coordinates.
19122 Adapted the rest of Wine to this coordinate change.
19123 Implemented ExtSelectClipRgn.
19125 * tools/winapi-check, scheduler/syslevel.c, files/dos_fs.c:
19126 Andreas Mohr <100.30936@germany.net>
19129 * loader/ne/segment.c, include/module.h, include/neexe.h, if1632/kernel.spec:
19130 Andreas Mohr <100.30936@germany.net>
19131 Yet another small self-loader fix.
19133 * files/drive.c: Andreas Mohr <100.30936@germany.net>
19134 Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
19135 correctly due to current drive being set too late.
19137 * Make.rules.in: Patrik Stridvall <ps@leissner.se>
19138 Use $(AS) instead of $(CC) to compile .s files.
19140 * relay32/.cvsignore, relay32/Makefile.in, relay32/builtin32.c, include/debug.h, include/debugdefs.h, include/mmreg.h, if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, dlls/Makefile.in, Makefile.in, configure, configure.in:
19141 Patrik Stridvall <ps@leissner.se>
19142 Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
19144 * include/imagehlp.h, relay32/imagehlp.spec, dlls/imagehlp/.cvsignore, dlls/imagehlp/Makefile.in, dlls/imagehlp/access.c, dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp_main.c, dlls/imagehlp/integrity.c, dlls/imagehlp/internal.c, dlls/imagehlp/modify.c, dlls/imagehlp/symbol.c:
19145 Patrik Stridvall <ps@leissner.se>
19146 Started the implementation of IMAGEHLP.DLL.
19148 * include/msacm.h, include/msacmdrv.h, relay32/msacm32.spec, if1632/msacm.spec, dlls/msacm32/.cvsignore, dlls/msacm32/Makefile.in, dlls/msacm32/builtin.c, dlls/msacm32/driver.c, dlls/msacm32/filter.c, dlls/msacm32/format.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/msacm_main.c:
19149 Patrik Stridvall <ps@leissner.se>
19150 Started the implementation of MSACM.DLL and MSACM32.DLL.
19152 * win32/device.c: Patrik Stridvall <ps@leissner.se>
19153 Removed things that were earlier added by mistake.
19155 * relay32/winmm.spec: Patrik Stridvall <ps@leissner.se>
19156 The implementation of mmioWrite is now called instead of the stub.
19158 * include/shell.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
19159 Juergen Schmied <juergen.schmied@metronet.de>
19160 Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
19162 * relay32/shell32.spec, dlls/shell32/shell32_main.c:
19163 Juergen Schmied <juergen.schmied@metronet.de>
19164 New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
19165 Implemented: SHGetPathFromIDList32W.
19166 Changed PathCombine.
19168 * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
19169 New structures DVASPECT, TYMED, IDLList.
19170 Shell specific clipboard formats.
19172 * relay32/winspool.spec, misc/printdrv.c:
19173 Juergen Schmied <juergen.schmied@metronet.de>
19174 Stub EnumPrintersW.
19176 * dlls/shell32/dataobject.c:
19177 Juergen Schmied <juergen.schmied@metronet.de>
19178 Implemented first functions.
19180 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
19181 Juergen Schmied <juergen.schmied@metronet.de>
19182 New class IDLList "Item ID List List" (internal).
19184 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
19185 Small changes (uses HIWORD/LOWORD).
19187 * windows/dialog.c, relay32/user32.spec:
19188 Sat Oct 10 12:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
19189 Stub CreateDialogIndirectParamAorW.
19191 * Makefile.in, configure, configure.in:
19192 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
19193 Don't install object files when --disable-lib is selected.
19195 * debugger/hash.c, debugger/msc.c:
19196 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
19197 Don't print name for 32 bit lib multiple times.
19198 Clean up printing in DEBUG_ProcessDeferredDebug.
19200 * memory/heap.c, dlls/comctl32/tab.c, controls/combo.c:
19201 David Luyer <luyer@ucs.uwa.edu.au>
19204 * files/drive.c: Petter Reinholdtsen <pere@td.org.uit.no>
19205 Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
19207 * ole/typelib.c, ole/compobj.c, ole/ifs.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/ole2nls.c, ole/olecli.c, ole/olesvr.c, ole/storage.c, misc/ntdll.c, misc/registry.c:
19208 Matthew Becker <mbecker@glasscity.net>
19209 Documentation corrections/standardizations.
19211 * multimedia/audio.c, multimedia/init.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcistring.c, multimedia/midi.c, multimedia/mmsystem.c, include/mmsystem.h, include/multimedia.h:
19212 Eric Pouech <eric.pouech@lemel.fr>
19213 Started coding 32 bit MCI handling.
19214 Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
19215 Wrote MCI MIDI support.
19217 * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
19218 Yet another improvement to the bezier code.
19220 * windows/message.c: Rein Klazes <rklazes@casema.net>
19221 GetTickCounts() has a granularity in windows of 25 msec's.
19222 Girotel's serial communication appears to depend on it, so I guess
19225 * misc/comm.c: Rein Klazes <rklazes@casema.net>
19226 Update the modemn status bit that indicates whether the RLSD line is
19227 active in every call to GetCommError(). This is not the proper place,
19228 but since wine doesn't do any event-stuff...
19229 Fixed some TRACE call's faced with non zero terminated strings.
19230 Restore the terminal state at CloseCommt to the state it was at
19231 OpenComm(), so the modem will go off-hook.
19233 * loader/module.c: Alexander Larsson <alla@lysator.liu.se>
19234 GetModuleFileName32A() returns long filename if app sets osversion >=
19235 4.0. Also moved the long filename hackery to GetLongPathName32A() so
19236 it can be used by win32 programs.
19238 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
19239 GetLongPathName32A() returns dos format long filename instead of unix
19242 * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19245 * relay32/shell32.spec, dlls/shell32/shellord.c:
19246 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19247 Added SHFlushClipboard.
19249 * relay32/comctl32.spec, include/commctrl.h, dlls/comctl32/comctl32undoc.c:
19250 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19251 Fixed some undocumented functions.
19252 Changed algorithm in DPA_QuickSort().
19253 Fixed heap creation/destruction and control [un]registration in
19256 * dlls/comctl32/header.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19259 * include/tooltips.h, dlls/comctl32/tooltips.c:
19260 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19261 Added tracking support and fixed loading of resource strings.
19262 Added unregister code.
19264 * include/debug.h, include/debugdefs.h, include/ipaddress.h, include/nativefont.h, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/ipaddress.c, dlls/comctl32/nativefont.c:
19265 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19266 Added IPAddress and NativeFont controls.
19268 * include/imagelist.h, dlls/comctl32/imagelist.c:
19269 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19270 Some minor improvements.
19272 * include/toolbar.h, dlls/comctl32/toolbar.c:
19273 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19274 Improved drawing and placement code. Explorer style common dialogs are
19277 * objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19278 Fixed bug in DrawIconEx32().
19280 * misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19281 Improved GetSystemInformation32[A/W].
19283 * windows/nonclient.c, relay32/user32.spec, include/windows.h, if1632/user.spec:
19284 Eric Kohl <ekohl@abo.rhein-zeitung.de>
19285 Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
19286 Fixed handling of WS_EX_TOOLWINDOW.
19288 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
19291 * windows/event.c, windows/keyboard.c, include/keyboard.h:
19292 David Faure <faure@kde.org>
19293 Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
19294 activated. Uses the new KEYBOARD_UpdateOneState.
19295 Fixed a problem with menu accelerators (Alt-letter generates a down
19296 arrow event which beeps if not filtered).
19297 Speeded up ToAscii16/32() a little bit.
19299 * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/source.c, debugger/types.c:
19300 Ove Kaaven <ovek@arcticnet.no>
19301 Made Wine's debugger work satisfactorily with DOS apps.
19302 Perhaps dereferencing work better for Win16 apps too now, but
19303 it appears the debugger core wasn't designed for segmentation.
19305 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
19306 Simulates DPMI memory map by converting lower-MB segment base
19307 addresses as necessary. Implemented allocating/freeing DOS memory
19308 blocks. Added XMS hook. (DPMI remains disabled by default until
19309 someone implements the raw mode switch entry points pkunzip needs.)
19311 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
19312 I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
19313 can't keep working around flaws in it like this (now stdio
19314 was getting closed when programs close handles >=5)
19316 * msdos/xms.c, msdos/Makefile.in, msdos/int2f.c:
19317 Ove Kaaven <ovek@arcticnet.no>
19318 Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
19319 seems to work fine under Wine.
19321 * loader/dos/dosvm.c, loader/dos/module.c, include/dosexe.h, include/miscemu.h:
19322 Ove Kaaven <ovek@arcticnet.no>
19323 Moved some system dependencies to loader/dos/dosvm.c. Implemented
19324 environmental argv[0] passing to DOS apps. Added XMS hooks.
19326 * debugger/stabs.c: Ove Kaaven <ovek@arcticnet.no>
19327 Added a memset() to prevent a debugger segfault caused by
19328 uninitialized pointers in the stabs lookup tables.
19330 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
19333 * relay32/ntdll.spec: Marcus Meissner <marcus@jet.franken.de>
19334 Added RtlAllocateAndInitializeSid entry.
19336 * loader/Makefile.in, loader/elf.c, loader/module.c, loader/pe_image.c, include/config.h.in, include/module.h, include/pe_image.h, include/peexe.h, configure, configure.in:
19337 Marcus Meissner <marcus@jet.franken.de>
19338 Generic dynamic dll loader using dl*() API.
19339 Includes: stdcall->cdecl mapping ability, snooping.
19340 (Tested only with glide2x.dll -> libglide2x.so)
19342 * multimedia/init.c, multimedia/time.c, include/mmsystem.h, include/multimedia.h:
19343 Marcus Meissner <marcus@jet.franken.de>
19344 Added win32 enhanced functionality to timer callbacks.
19346 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
19347 Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
19348 does at least a bit of keyboard input.
19350 * relay32/snoop.c: Marcus Meissner <marcus@jet.franken.de>
19351 Should display again.
19353 Sat Oct 10 15:52:46 1998 Alexandre Julliard <julliard@winehq.com>
19355 * windows/dialog.c: Dave Pickles <davep@nugate.demon.co.uk>
19356 Implemented DS_CENTER dialog style.
19358 * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
19359 Added function to build the Windows numeric language ID from language,
19360 code, charset and dialect strings, like used by Unix LANG variable.
19362 * ole/ole2nls.c, ole/nls/README, include/winnls.h, ole/nls/*.nls:
19363 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
19366 * graphics/ddraw.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
19367 Fixed a lot of bugs in ddraw.c to make xlib support work.
19368 Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
19370 * objects/gdiobj.c: Cliff Wright <cliff@snipe444.org>
19371 Added DC object type to the list of valid objects that can be deleted
19374 Sun Oct 4 18:20:29 1998 Alexandre Julliard <julliard@winehq.com>
19377 Starting new format changelog (older changes moved to
19378 documentation/ChangeLog.OLD).