1 ----------------------------------------------------------------
2 2000-09-10 Alexandre Julliard <julliard@winehq.com>
5 Added WINESERVER environment variable to allow overriding the normal
6 server search sequence.
9 Removed chdir("/") until we have proper Unix cwd management.
11 * dlls/ntdll/ntdll.spec, scheduler/critsection.c:
12 Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection.
15 Andreas Mohr <a.mohr@mailto.de>
16 Fixed NE_LoadExeHeader error handling.
19 Eric Pouech <Eric.Pouech@wanadoo.fr>
20 Fixed loader - broken search for already loaded modules.
23 Eric Pouech <Eric.Pouech@wanadoo.fr>
24 Fixed fallback code for StretchBlt on RLE DIBs with gaps.
26 2000-09-09 Alexandre Julliard <julliard@winehq.com>
28 * documentation/fonts.sgml:
29 Marcus Meissner <marcus@jet.franken.de>
30 Fixed bdftopcf command.
32 * dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/stream.c:
33 Eric Pouech <Eric.Pouech@wanadoo.fr>
34 Added *Filter* functions.
37 * dlls/comctl32/tab.c:
38 Marcus Meissner <marcus@jet.franken.de>
39 Implemented TCM_GETROWCOUNT.
41 * programs/control/Makefile.in, programs/notepad/Makefile.in, programs/view/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, libtest/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in:
42 Francois Gouget <fgouget@codeweavers.com>
43 Added the missing library dependencies.
45 * include/Makefile.in, include/cguid.h:
46 Peter Hunnisett <hunnise@nortelnetworks.com>
50 Lionel Ulmer <lionel.ulmer@free.fr>
51 Do not support DGA when DirectVideo not present.
54 Dmitry Timoshkov <dmitry@sloboda.ru>
55 Unify WM_SETTEXT handling among DefWindowProc16/DefWindowProcA/DefWindowProcW.
58 Mike McCormack <mike_mccormack@looksmart.com.au>
59 Avoid divide by zero when listbox set to zero height.
62 Dmitry Timoshkov <dmitry@sloboda.ru>
63 Simplify a bit MDI child window creation.
66 Dmitry Timoshkov <dmitry@sloboda.ru>
67 GetMenu might be used to get child window id.
69 2000-09-07 Alexandre Julliard <julliard@winehq.com>
71 * windows/x11drv/keyboard.c:
72 Giovanni Pancotti <giovanni.pancotti@cedecra.it>
73 Italian keyboard fixes.
75 * files/dos_fs.c: Andreas Mohr <a.mohr@mailto.de>
76 DOSFS_MatchLong ignored several things about file mask matching for
79 * include/wine/unicode.h:
80 Erik Hofman <erik.hofman@a1.nl>
81 Added missing const to external tables definitions.
83 * files/dos_fs.c, include/comm.h, include/server.h, misc/comm.c, server/Makefile.in, server/request.h, server/serial.c, server/trace.c:
84 Mike McCormack <mike_mccormack@looksmart.com.au>
85 Added serial port object to the server.
87 * dlls/comctl32/tooltips.c:
88 Francois Jacques <francoisj@macadamian.com>
89 - Make sure tooltips are hidden before deleting them.
90 - Glitch happened while moving from a tooltip to another (fixed).
92 * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
93 Make GetDeviceCaps16 (hdc, NUMCOLORS) not return -1 for 16 bits programs.
95 * graphics/x11drv/codepage.c:
96 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
97 Added support for cp949.
99 2000-09-06 Alexandre Julliard <julliard@winehq.com>
101 * memory/atom.c: Fixed cut&paste typo.
103 * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xvideo.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/ts_xvideo.h, tools/make_X11wrappers:
104 Lionel Ulmer <lionel.ulmer@free.fr>
105 Added possibility to use XVideo.
107 * dlls/comctl32/listview.c, include/commctrl.h:
108 Aric Stewart <aric@codeweavers.com>
109 Implemented both customdraw message sending and handling (based off
110 the treeview method) as well as LVS_OWNERDRAWFIXED.
112 * dlls/comctl32/comctl32undoc.c:
113 Mike McCormack <mike_mccormack@looksmart.com.au>
114 Fixed a bug (incorrect size in memmove) that I introduced with an
115 earlier patch. Tested with wordview.
118 Phil Cole <ukpgc@p.cole.easynet.co.uk>
119 Added two directories to default non-windows install.
121 * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/wnaspi32.spec:
122 Andreas Mohr <a.mohr@mailto.de>
123 Added newer (ASPI 3.0 ?) function stubs to WNASPI32.
124 Better error messages.
126 * dlls/shell32/systray.c:
127 James Hatheway <james@macadamian.com>
128 Systray should keep a copy of its icons.
130 * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
131 Adapted Winsock to Linux 2.4 TCP socket poll() behaviour
132 (thanks to Berend Ozceri for finding the problem).
134 * windows/mdi.c: Serge Ivanov
135 Delay destroying menu entry until all messages are sent.
137 2000-09-04 Alexandre Julliard <julliard@winehq.com>
140 Fixed Unicode conversion in GetAtomNameA (thanks to Gerard Patel).
142 * dlls/dplayx/name_server.c, dlls/ntdll/rtlstr.c, loader/pe_image.c:
143 Patrik Stridvall <ps@leissner.se>
144 Fixed some issues found by winapi_check.
146 * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ttydrv.api, tools/winapi_check/win32/x11drv.api, tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_parser.pm:
147 Patrik Stridvall <ps@leissner.se>
148 Minor API files update.
150 * graphics/x11drv/xfont.c:
151 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
152 Add jisx0212 encoding.
153 Remove FIXMEs for implemented DBCS handling.
155 * windows/x11drv/keyboard.c:
156 Mike McCormack <mike_mccormack@looksmart.com.au>
159 * dlls/comctl32/comctl32undoc.c:
160 Mike McCormack <mike_mccormack@looksmart.com.au>
161 Rewrote quicksort to solve infinite recursions Win98 explorer.exe.
163 2000-09-02 Alexandre Julliard <julliard@winehq.com>
166 Marcus Meissner <marcus@jet.franken.de>
167 Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed).
169 * scheduler/process.c:
170 Andreas Mohr <a.mohr@mailto.de>
171 Avoid crash on empty command-line.
174 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
175 Added two missing casts.
177 * dlls/comctl32/animate.c:
178 Jean-Claude Batista <jcb@macadamian.com>
179 Use SetDIBits instead of StretchDIBits (in ANIMATE_PaintFrame).
181 2000-09-01 Alexandre Julliard <julliard@winehq.com>
183 * if1632/builtin.c, relay32/builtin32.c:
184 Avoid buffer overflows in builtin dll loading (with the help of Dmitry
187 * windows/mdi.c: Henning Hoffmann
188 Augment menu when a mdi window starts maximized.
190 * windows/mdi.c: Francis Beaudet
191 MDI Patch which fixes problems in PR, QP, WP and Paradox.
193 * dlls/dsound/dsound_main.c:
194 James Abbatiello <abbeyj@wpi.edu>
195 Don't use copies of critical sections made by memcpy()
196 Added missing WINAPIs
198 * debugger/break.c, debugger/debugger.h, debugger/winedbg.c:
199 James Abbatiello <abbeyj@wpi.edu>
200 Fix for debugger disassembly being off by one byte after using nexti
201 on a "call" instruction.
203 * dlls/winsock/socket.c:
204 Stephane Lussier <stephane@macadamian.com>
205 When checking the socket return by the server request, we should do a
208 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
209 James Hatheway <james@macadamian.com>
210 Implemented CoGetPSClsid().
212 2000-08-31 Alexandre Julliard <julliard@winehq.com>
215 Phil Cole <ukpgc@p.cole.easynet.co.uk>
216 The Path variable in the created .winerc must be in dos format.
219 Phil Cole <ukpgc@p.cole.easynet.co.uk>
222 * dlls/commdlg/filedlg95.c:
223 Andreas Mohr <a.mohr@mailto.de>
224 Fixed a string buffer overflow.
226 * dlls/comctl32/animate.c:
227 Jean-Claude Batista <jcb@macadamian.com>
228 - improved ACS_TRANSPARENT and ACS_CENTER support
229 - added RLE8 incremental decompression
230 - each animation is now controlled by its own Windows thread
231 - added use of Critical Sections in the WM_PAINT handler.
234 Marcus Meissner <Marcus.Meissner@caldera.de>
235 Replaced USER32.DLL use by hardcoded tables for VkKeyScanA and
238 * scheduler/thread.c, server/console.c, server/context_i386.c, server/context_sparc.c, server/debugger.c, server/file.c, server/process.c, server/sock.c, server/trace.c, tools/make_requests, win32/console.c, win32/except.c, dlls/ntdll/exception.c, dlls/winsock/socket.c, files/dos_fs.c, files/file.c, include/file.h, include/server.h, loader/dos/module.c, memory/virtual.c, misc/comm.c, scheduler/client.c, scheduler/process.c:
239 Converted a lot of server requests to the new exception handling
242 2000-08-30 Alexandre Julliard <julliard@winehq.com>
244 * dlls/ddraw/dsurface/x11.c:
245 Fixed non-OpenGL compile.
247 * files/change.c, files/file.c, include/ntddk.h, include/server.h, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/atom.c, memory/selector.c, memory/virtual.c, misc/registry.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, scheduler/timer.c, server/atom.c, server/debugger.c, server/event.c, server/mapping.c, server/mutex.c, server/object.c, server/request.h, server/semaphore.c, server/thread.c, server/timer.c, server/trace.c, tools/make_requests, win32/console.c, win32/device.c, windows/queue.c, dlls/kernel/toolhelp.c, dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/sync.c:
248 Added exception handling wrapper to a number of server requests.
249 Changed a few requests to use the new vararg mechanism.
251 2000-08-29 Alexandre Julliard <julliard@winehq.com>
253 * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
254 Andreas Mohr <a.mohr@mailto.de>
255 Fixed verbose CD-ROM serial number warnings and some spelling errors.
257 * dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c:
258 Peter Hunnisett <hunnise@nortelnetworks.com>
259 Newbie friendly error message for 3D creation failure.
261 * dlls/dplayx/dplay.c, dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/name_server.c:
262 Peter Hunnisett <hunnise@nortelnetworks.com>
263 - More implementation
264 - Should be able to enumerate sessions anywhere with at least tcp/ip
266 * include/server.h, include/thread.h, scheduler/client.c, scheduler/thread.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, tools/make_requests:
267 Added the data structures and macros that will be needed to support
268 reentrant server requests.
270 * windows/message.c, windows/queue.c, windows/input.c:
271 Andreas Mohr <a.mohr@mailto.de>
272 - fix one locking ignorant return 0; in MSG_SendMessageInterThread()
273 - fix a crash in QUEUE_RemoveSMSG()
274 - convert some queue WARN() to ERR()
277 * controls/listbox.c, dlls/comctl32/listview.c:
278 Andreas Mohr <a.mohr@mailto.de>
279 Always call LISTVIEW_SetSelection() for an item, even if that item
280 has been selected before, in order to let other items get erased.
282 * graphics/x11drv/text.c:
283 Albert den Haan <albertd@corel.com>
284 Convert the Unicode Character id to a glyph id in
285 X11DRV_GetTextExtentPoint.
287 * graphics/x11drv/xfont.c:
288 Albert den Haan <albertd@corel.com>
289 - enhanced reporting of unsupported X font encodings
290 - added -cp-*- data to font encoding lookup structures
292 2000-08-28 Alexandre Julliard <julliard@winehq.com>
294 * relay32/builtin32.c, documentation/wine.man.in, include/loadorder.h, loader/elf.c, loader/loadorder.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, misc/options.c:
295 Peter Ganten <peter@ganten.org>
296 - Always store the full path name of 32bit modules in WINE_MODREF
297 - Add the possibility to use path names with the --dll command line
299 - Add the possibility to use the --dll command line option several
301 - Note: The colon-sign is now exchanged with the plus-sign, as it is
302 part of dos path names.
305 Andreas Mohr <a.mohr@mailto.de>
306 Added a wine rpm uninstall section to wineinstall.
308 * windows/nonclient.c:
309 Francois Methot <francoism@macadamian.com>
310 Do not check for system menu if the window has style WS_EX_TOOL_WINDOW.
312 * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/dsurface/main.c:
313 Lionel Ulmer <lionel.ulmer@free.fr>
314 - added ARGB 1555 format
315 - fixed refcount problem for Add/DeleteAttachedSurface
318 Albert den Haan <albertd@corel.com>
319 Fixed typo in HKEY_CURRENT_CONFIG name.
321 * dlls/kernel/messages/winerr_enu.mc:
322 Dmitry Timoshkov <dmitry@sloboda.ru>
323 Add missing message to winerr_enu.mc.
325 * dlls/kernel/wowthunk.c:
326 James Abbatiello <abbeyj@wpi.edu>
327 Increase number of supported args for WOW_CallProc32W16 from 11 to 13
330 * dlls/kernel/wprocs.spec, msdos/vxd.c:
331 James Abbatiello <abbeyj@wpi.edu>
332 Stub support for int2f/ax=1684/bx=0027 (VXDLDR).
334 2000-08-26 Alexandre Julliard <julliard@winehq.com>
336 * win32/except.c, debugger/winedbg.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplobby.c, loader/task.c:
337 Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal.
339 * dlls/ntdll/reg.c, include/ntddk.h:
340 Simplified root key handling now that the server supports a real root
341 key. Fixed a few prototypes. Implemented NtDeleteKey/NtDeleteValueKey.
343 * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h:
344 Fixed debugstr_as/us prototypes.
346 * dlls/wininet/http.c, dlls/winmm/joystick/joystick.c, dlls/winmm/wineoss/midi.c, loader/main.c, loader/module.c, loader/ne/segment.c, loader/pe_image.c, misc/comm.c, misc/ext_debugger.c, windows/x11drv/clipboard.c, console/xterm.c, dlls/commdlg/colordlg.c, dlls/dsound/dsound_main.c, dlls/gdi/printdrv.c, dlls/ntdll/signal_sparc.c, dlls/oleaut32/parsedt.c, dlls/wininet/ftp.c:
347 Andreas Mohr <a.mohr@mailto.de>
348 - made the MIDI sequencer error message much better for confused users
349 to be found on #WineHQ
350 - use strerror instead of errno at important places
351 - got rid of HAVE_STRERROR macro
352 - removed some #include:s (hopefully I didn't break anything)
354 * dlls/comctl32/imagelist.c:
355 Andreas Mohr <a.mohr@mailto.de>
356 Replaced cCurImage by cMaxImage.
358 * dlls/comctl32/propsheet.c:
359 Andreas Mohr <a.mohr@mailto.de>
360 "Fixed" horribly misaligned pages in property sheets of apparently
361 newer InstallShields.
363 * dlls/wineps/init.c:
364 Dmitry Timoshkov <dmitry@sloboda.ru>
365 Register Wine Postscript Driver as "WINEPS", "WINEPS.DLL" and
366 "WINEPS.DRV" to allow an easy configuring for users.
368 * graphics/x11drv/codepage.c:
369 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
370 implements DrawText for cp932.
373 Andreas Mohr <a.mohr@mailto.de>
374 Don't make DDEML mutexes global any more.
376 * files/profile.c, server/main.c, server/object.c, server/object.h, server/registry.c, server/request.c, server/request.h, server/thread.h:
377 Added a real root key and simplified creation of the HKEY_* special root keys.
378 Do not prefix all keys with the name of the top key when saving to a file.
379 Try to load $WINEPREFIX/config into the Wine config branch at startup.
381 * dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm.rc, dlls/msacm/msacm32.spec, dlls/msacm/msacm32_main.c, dlls/msacm/stream.c, dlls/msacm/wineacm.h, include/msacm.h:
382 Eric Pouech <Eric.Pouech@wanadoo.fr>
383 Implemented most of '*Format*' API.
384 Improved internal object and messages handling.
385 Started some '*Filter*' functions.
386 Fixed standard headers for Winelib.
389 2000-08-25 Alexandre Julliard <julliard@winehq.com>
391 * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, include/ntddk.h:
392 Fixed Rtl* string functions for proper MBCS/codepage support. Added a
395 * dlls/kernel/kernel_main.c, scheduler/process.c:
396 Moved TASK_Create call to KERNEL initialisation routine.
397 Clear last error code before calling main entry point (reported by
400 * dlls/kernel/kernel.spec, dlls/user/lstr.c, dlls/user/user.spec, memory/string.c:
401 Fixed a couple of WINAPI issues with 16-bit spec files (thanks to
404 * dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h, include/dplay.h, ole/Makefile.in, ole/guid.c, dlls/dplayx/Makefile.in, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c:
405 Peter Hunnisett <hunnise@nortelnetworks.com>
406 - Implemented loading and initialization of service providers
407 - Created service provider COM object
408 - Lots of dplay/dplobby implementation/fixes
409 - Clean up of ole/guid.c
411 * objects/dc.c: Backed out font codepage change.
413 * include/miscemu.h, misc/comm.c, misc/version.c, msdos/int2f.c, dlls/comctl32/treeview.c, graphics/x11drv/dib.c:
414 Andreas Mohr <a.mohr@mailto.de>
415 Minor cosmetic changes.
417 * misc/tweak.c: Andreas Mohr <a.mohr@mailto.de>
418 Cleanup and speedup of init code.
421 Gerard Patel <g.patel@wanadoo.fr>
422 Restored the hPseudoBitmap hack for programs deleting the 1x1 bitmap
425 * graphics/x11drv/xfont.c, include/gdi.h, objects/font.c, objects/text.c:
426 Backed out font codepage change.
428 * dlls/ddraw/helper.c:
429 Lionel Ulmer <lionel.ulmer@free.fr>
430 Fixed the displaying of the FOURCC codes in _dump_pixelformat.
432 * dlls/winmm/wineoss/audio.c:
433 Eric Pouech <Eric.Pouech@wanadoo.fr>
434 Fixed recording format settings (16 bit was broken) and reentrancy
437 * dlls/shell32/brsfolder.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, include/shlobj.h:
438 Eric Pouech <Eric.Pouech@wanadoo.fr>
439 Improved a bit the folder browsing implementation.
442 Matthew Lake <MasterR_L@yahoo.com>
445 * tools/wrc/.cvsignore, tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrc.man:
446 Bertho Stultiens <bertho@akhphd.au.dk>
447 Fixed a LALR(2) problem while scanning usertype resources which had
448 identifiers for both name and type.
451 Marcus Meissner <Marcus.Meissner@caldera.de>
452 Use int instead of CHAR/WCHAR in va_arg() (fixes gcc-current compile
455 * dlls/ddraw/ddraw/main.c:
456 Lionel Ulmer <lionel.ulmer@free.fr>
457 Change pixel format for 24 BPP surfaces when the DDraw BPP is 32.
460 Andreas Mohr <a.mohr@mailto.de>
461 GetObjectA: unlock the object again even in case of failure.
463 2000-08-23 Alexandre Julliard <julliard@winehq.com>
465 * include/wine/exception.h:
466 Fixed finally handler name.
469 Fixed RegisterClass last error code on atom creation failure.
471 * graphics/x11drv/xfont.c:
472 Cleaned up major ugliness in __lfCheckSum.
474 * dlls/comctl32/listview.c:
475 Susan Farley <sfarley@codeweavers.com>
476 Large caption icons should end in '...' when they are abbreviated.
478 * dlls/comctl32/animate.c:
479 Francois Methot <francoism@macadamian.com>
480 For the transparency issue, implemented a switch-case for the bitcount
481 (bit per pixel) of the animation files.
483 * dlls/comctl32/trackbar.c:
484 Aric Stewart <aric@codeweavers.com>
485 Wine was not drawing trackbars with minimum ranges of more than 0
488 2000-08-22 Alexandre Julliard <julliard@winehq.com>
490 * dlls/oleaut32/typelib.c:
491 Francois Jacques <francoisj@macadamian.com>
492 - removed unnecessary recursion
493 - upon query failure on main primary lcid and secondary lcid,
494 attempts a query on system lcid (0)
496 * dlls/wininet/internet.c, if1632/snoop.c:
497 Marcus Meissner <marcus@jet.franken.de>
501 James Abbatiello <abbeyj@wpi.edu>
502 Fixes for reading latched values with ports 0x40-0x43.
504 * dlls/ddraw/dsurface/main.c:
505 James Abbatiello <abbeyj@wpi.edu>
506 Don't crash when calling DirectDrawSurface::EnumAttachedSurfaces on a
507 surface with no attached surfaces.
509 * dlls/kernel/format_msg.c:
510 James Abbatiello <abbeyj@wpi.edu>
511 Allow FormatMessage to load Unicode string resources.
513 * include/server.h, include/winnt.h, scheduler/synchro.c, server/request.h, server/thread.c, server/thread.h, server/timer.c, server/trace.c:
514 Added APC support in waitable timers.
516 * graphics/bitblt.c, graphics/x11drv/bitblt.c:
517 Removed unnecessary calls to CLIPPING_UpdateGCRegion. Fixed PatBlt to
520 2000-08-21 Alexandre Julliard <julliard@winehq.com>
522 * ANNOUNCE, ChangeLog, include/version.h:
525 ----------------------------------------------------------------
526 2000-08-21 Alexandre Julliard <julliard@winehq.com>
528 * include/winbase.h, scheduler/process.c:
529 Andreas Mohr <a.mohr@mailto.de>
530 - don't return FALSE for system process changes
531 - SHUTDOWN_NORETRY is 1 and has to be in winbase.h
533 * dlls/comctl32/listview.c:
534 Aric Stewart <aric@codeweavers.com>
535 Beginning of some simple optimization of the listview
536 drawing. Specifically it reduces flicker when selection changes.
538 * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
539 Transform every ERR() to WARN() in MakeProcInstance.
541 * dlls/kernel/kernel_main.c:
542 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
543 Call WriteOutProfiles16 to make sure that last profile gets written.
545 * dlls/comctl32/propsheet.c, include/dialog.h, windows/dialog.c:
546 Gerard Patel <g.patel@wanadoo.fr>
547 Disable the owner of a modal dialog box just before creating the
551 Marcus Meissner <marcus@jet.franken.de>
552 (from IBM TopPage patch) return correct error for already existing
556 Gerard Patel <g.patel@wanadoo.fr>
557 Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping.
560 Gerard Patel <g.patel@wanadoo.fr>
561 Enables showing of hidden windows when the app ask *only* to maximize it.
563 2000-08-20 Alexandre Julliard <julliard@winehq.com>
565 * graphics/x11drv/xfont.c, include/gdi.h, objects/dc.c, objects/font.c, objects/text.c:
566 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
567 Handle the codepage of fonts if supported by the graphics driver.
569 * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/x11font.h:
570 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
571 Added internal charsets for supporting DBCS charsets.
574 Fixed GDI locking in GetDeviceCaps.
576 * dlls/shell32/systray.c:
577 Kai Morich <mail@kai-morich.de>
578 Fixed bug in repeatedly iconisation, code cleanup.
580 * graphics/x11drv/init.c:
581 Marcus Meissner <marcus@jet.franken.de>
582 Set X11DRV_DeviceCaps.numColors according to doc (fixes Cubase VST24
585 * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
586 Chris Morgan <cmorgan@wpi.edu>
587 Implemented DuplicateIcon().
589 * msdos/int15.c: Chris Morgan <cmorgan@wpi.edu>
590 Stubbed INT 15 function 84h.
592 * include/win.h, windows/win.c, windows/x11drv/event.c:
593 Louis Philippe Gagnon <louisphilippe@macadamian.com>
594 - Separate application calls to ShowOwnedPopups from Wine calls (in
595 EVENT_MapNotify) by introducing an internal function.
596 - Fix ShowOwnedPopups so it sends messages with the same parameters as
599 * dlls/comctl32/treeview.c:
600 Chris Morgan <cmorgan@wpi.edu>
601 Removed direct calls to TREEVIEW_Refresh().
603 * objects/enhmetafile.c:
604 Huw D M Davies <h.davies1@physics.ox.ac.uk>
605 Implemented playback of EMR_POLYBEZIER{TO}16, EMR_POLYLINE16 and
608 * include/main.h, misc/main.c, ole/ole2nls.c:
609 Dmitry Timoshkov <dmitry@sloboda.ru>
610 Added new language detection scheme that uses NLS data base instead of
613 * loader/pe_resource.c:
614 Dusan Lacko <dlacko@codeweavers.com>
615 Pass the type/name as a C string instead of an
616 IMAGE_RESOURCE_DIR_STRING_U structure to the callback function.
618 2000-08-19 Alexandre Julliard <julliard@winehq.com>
620 * include/global.h, include/path.h, include/win.h, include/win16drv.h, include/wine/winbase16.h, include/x11drv.h, memory/local.c, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/enhmetafile.c, objects/font.c, objects/gdiobj.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, windows/cursoricon.c, windows/dce.c, windows/scroll.c, windows/user.c, windows/x11drv/wnd.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/x11.c, dlls/gdi/gdi_main.c, dlls/gdi/printdrv.c, dlls/gdi/wing.c, dlls/opengl32/wgl.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/objects.c, dlls/ttydrv/wnd.c, dlls/wineps/brush.c, dlls/wineps/font.c, dlls/wineps/objects.c, dlls/wineps/psdrv.h, graphics/bitblt.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/path.c, graphics/win16drv/font.c, graphics/win16drv/objects.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/xfont.c, include/dc.h, include/gdi.h:
621 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
622 Albert den Haan <albertd@corel.com>
623 Added syslevel locking for GDI operations.
624 Propagate the changes through the graphics code.
627 Ed Snow <ed_snow@ttmengineering.com>
628 Corrected serial number generation for CD's with 1 or 2 tracks.
630 2000-08-18 Alexandre Julliard <julliard@winehq.com>
632 * misc/cdrom.c, files/dos_fs.c:
633 Stefan Leichter <Stefan.Leichter@camline.com>
634 Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no
635 Device entry for drive in wine.conf).
637 * include/x11font.h, graphics/x11drv/codepage.c, graphics/x11drv/xfont.c:
638 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
639 Separate GetTextMetrics and implement it for SBCS/Unicode/cp932.
641 * dlls/comctl32/status.c:
642 Marcus Meissner <Marcus.Meissner@caldera.de>
643 Fixed STATUS_GetTextW in regard to NULL pointers.
645 * graphics/win16drv/prtdrv.c:
646 Dmitry Timoshkov <dmitry@sloboda.ru>
647 Append .DRV to name only if no extension present.
650 Dmitry Timoshkov <dmitry@sloboda.ru>
651 Do not crash if path is NULL in DEBUG_ProcessElfFileFromPath.
653 * dlls/winmm/wineoss/mixer.c:
654 Ed Snow <ed_snow@ttmengineering.com>
655 Clean out the hack on BASS/TREBLE and suppress them in the mask as was
656 recommended oh so long ago.
658 * dlls/comctl32/toolbar.c:
659 Chris Morgan <cmorgan@wpi.edu>
660 - Added a helper function TOOLBAR_GetText() and macro TOOLBAR_HasText() to
661 determine whether we need to call InvalidateRect() with bErase of TRUE or
662 FALSE. Reduces background erases in non-text toolbars by 80-85%.
663 - Fixed button state not being updated properly when LBUTTONDOWN and cursor
665 - Removed FIXME() in TOOLBAR_DrawString for btnPtr->iString == -1, replaced
666 with a source code comment.
667 - Removed unecessary call to TOOLBAR_CalcToolbar() in
668 TOOLBAR_GetItemRect(). Optimized TOOLBAR_CalcStrings(). Fixes very
669 slow responding toolbars in Ultraedit due to processing TB_GETITEMRECT
671 - Optimized TOOLBAR_SetIntent(), SetRows() and SetStyle().
673 * scheduler/synchro.c:
674 Mike McCormack <mike_mccormack@looksmart.com.au>
675 Save GET_APCS data before calling any asynchronous procedure calls, in
676 case the server is called during the APC.
678 * dlls/commdlg/finddlg.c, include/dialog.h, windows/dialog.c:
679 Gerard Patel <g.patel@wanadoo.fr>
680 Turns the handling to pure 16 bits, remove references to dialog.h.
682 * dlls/winspool/info.c:
683 Albert den Haan <albertd@corel.com>
684 Remove unused critical section global variable PRINT32_RegistryBlocker.
686 * dlls/commdlg/filedlg.c:
687 Gerard Patel <g.patel@wanadoo.fr>
688 Avoids changing 2 levels when clicking .. in the directory list.
690 * dlls/kernel/kernel32.spec, win32/console.c:
691 Chris Morgan <cmorgan@wpi.edu>
692 Stubbed SetConsoleInputExeNameA/W.
694 * dlls/comctl32/status.c:
695 Gerard Patel <g.patel@wanadoo.fr>
696 WM_GETFONT should return a real font handle instead of NULL.
698 2000-08-16 Alexandre Julliard <julliard@winehq.com>
701 Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
702 WATCOM compiled programs leave VirtualSize to zero which triggers the
703 virus check. Use SizeOfRawData instead.
705 * dlls/comctl32/animate.c:
706 Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
707 Implemented ACS_CENTER for animation controls.
710 Avoid going past the end of the relocation section. Skip sanity checks
711 for empty relocation blocks.
713 * dlls/comctl32/animate.c:
714 Francois Methot <francoism@macadamian.com>
715 Implemented background transparency on animation control for avi
716 composed of 8 bpp(or less) image. I added support for 8 bpp or more,
717 but it has not been tested.
720 Louis Philippe Gagnon <louisphilippe@macadamian.com>
721 While dragging, catch keyboard messages between WM_KEYFIRST and
722 WM_KEYLAST, not just WM_KEYFIRST.
724 * dlls/kernel/wowthunk.c:
725 Peter Ganten <peter@ganten.org>
726 If a module cannot be found in LoadLibraryEx32W16, call LoadLibraryEx
727 anyway, since it might be a builtin module.
729 * dlls/shell32/shell32_main.c:
730 Marcus Meissner <marcus@jet.franken.de>
731 Missed the first character of every argument in CommandLineToArgv.
733 * dlls/winspool/info.c:
734 Gerard Patel <g.patel@wanadoo.fr>
735 Add an error message if devmode structure in registry is invalid;
736 attempt to provide plausible values.
738 2000-08-15 Alexandre Julliard <julliard@winehq.com>
740 * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/ts_xlib.h, include/x11font.h, tsx11/X11_calls, tsx11/ts_xlib.c:
741 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
742 Fixed for DBCS(cp932/cp949) codepage conversion.
743 Implemented cp932 handling partly(but still incomplete).
744 Added supporting multiple fonts for DBCS handling.
746 * debugger/debugger.h, debugger/stabs.c, documentation/debugger.sgml:
747 Eric Pouech <Eric.Pouech@wanadoo.fr>
748 Enhanced ELF files lookup for symbolic info.
751 Eric Pouech <Eric.Pouech@wanadoo.fr>
752 Fixed regression in break command.
754 2000-08-14 Alexandre Julliard <julliard@winehq.com>
756 * dlls/commdlg/filedlg.c:
757 Gerard Patel <g.patel@wanadoo.fr>
758 Fix return value to 16 bits for 16 bit hook; remove leading space for
762 Peter Ganten <peter@ganten.org>
763 Threads without active or focus window should not receive keyboard
766 * server/mapping.c, server/trace.c, include/server.h, loader/pe_image.c, memory/virtual.c:
767 Implemented SEC_IMAGE mappings and shared PE sections (with the help
770 * include/ntddk.h, loader/ne/module.c, misc/lstr.c, misc/main.c, msdos/int21.c, dlls/Makefile.in, dlls/commdlg/filedlg95.c, dlls/user/lstr.c, dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, files/dos_fs.c, files/profile.c:
771 Moved CharUpper* and CharLower* functions to dlls/user.
773 * graphics/x11drv/Makefile.in, graphics/x11drv/codepage.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
774 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
775 Added support for special treatments (use 2 or more fonts, codepage
776 conversion, etc...) for DBCS text.
778 * windows/nonclient.c, windows/sysparams.c, winedefault.reg:
779 Dmitry Timoshkov <dmitry@sloboda.ru>
780 Add "FullWindowDrag" feature for not managed windows.
783 Susan Farley <sfarley@codeweavers.com>
784 Update the edit box before rolling up the listbox, so the
785 selection isn't lost.
787 * libtest/Makefile.in:
788 Marcus Meissner <marcus@jet.franken.de>
789 Added missing referenced dlls for libtest.
791 * dlls/comctl32/listview.c:
792 Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
793 LPSTR_TEXTCALLBACK wouldn't work if the application supplied the item
794 text in its own buffer.
796 * win32/Makefile.in, win32/error.c, win32/file.c, dlls/commdlg/comdlg32.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/wcstring.c, dlls/imm32/Makefile.in, dlls/imm32/imm32.spec, dlls/kernel/wowthunk.c, dlls/ole32/compobj.c, dlls/opengl32/Makefile.in, dlls/opengl32/opengl32.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/shlwapi/Makefile.in, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, files/dos_fs.c, files/file.c, dlls/Makefile.in, dlls/advapi32/advapi.c, dlls/avifil32/avifile.c:
797 Cleaned up a few inter-dll dependencies. Added a few imports.
799 * ole/ole2nls.c, windows/class.c, windows/defwnd.c, windows/dialog.c, windows/mdi.c, windows/multimon.c, windows/painting.c, windows/spy.c, dlls/version/info.c, dlls/winspool/info.c, graphics/escape.c, graphics/x11drv/xfont.c, include/shlwapi.h, include/wine/undocshell.h, include/wine/unicode.h, loader/ne/convert.c, memory/atom.c, memory/heap.c, memory/registry.c, objects/palette.c, dlls/msacm/internal.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/wcstring.c, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c, dlls/ole32/defaulthandler.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/oleaut32/olefont.c, dlls/shell32/clipboard.c, dlls/shell32/shell.c, dlls/shell32/shpolicy.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/advapi32/registry.c, dlls/advapi32/service.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/header.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/dplayx/dplayx_global.c, dlls/kernel/format_msg.c, controls/icontitle.c, controls/listbox.c:
800 Replaced all lstr* calls from inside Wine code by their str* equivalent.
803 Replaced global Callbacks structure by appropriate glue code
804 generation. Removed a few unused entries in the Callout structure.
806 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shell32/shlfileop.c, dlls/shell32/shlmenu.c, include/winversion.h, misc/version.c, win32/device.c, windows/winhelp.c, dlls/advapi32/security.c, dlls/imm32/imm.c, dlls/msacm/msacm32_main.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/typelib.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c:
807 Replaced VERSION_* calls by exported API equivalents.
809 * include/callback.h, loader/ne/.cvsignore, loader/ne/Makefile.in, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, memory/.cvsignore, memory/Makefile.in, memory/local.c, misc/comm.c, tools/winebuild/spec16.c, controls/.cvsignore, controls/Makefile.in, controls/edit.c, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/winaspi/.cvsignore, dlls/winaspi/Makefile.in, dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c, dlls/winmm/mmsystem.c, if1632/thunk.c, include/builtin16.h:
810 Replaced global Callbacks structure by appropriate glue code
811 generation. Removed a few unused entries in the Callout structure.
814 Gerard Patel <g.patel@wanadoo.fr>
815 Added load address for the shared memory of BDE (Borland database
818 * scheduler/client.c:
819 Huw D M Davies <h.davies1@physics.ox.ac.uk>
820 Fix for starting server from the current directory.
822 * graphics/x11drv/xfont.c:
823 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
824 Added checking for broken font cache.
825 Added supporting for iso10646 encoding.
827 2000-08-11 Alexandre Julliard <julliard@winehq.com>
829 * scheduler/client.c, server/request.c:
830 Made server startup more robust against races caused by a previous
831 server terminating at the same time.
833 * configure, configure.in, tools/c2man.pl:
834 Mike_McCormack@looksmart.com.au
835 Created default c2man compatible perl script for generating
836 documentation, in case c2man isn't installed.
838 * dlls/comctl32/listview.c:
839 Aric Stewart <aric@codeweavers.com>
840 Fixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED messages,
841 cleaned up some of the drawing, implemented the iIndent for LVS_REPORT
842 and fixed a problem where sub items where not being properly
843 associated with their item for virtual list views.
845 * memory/codepage.c, misc/lstr.c, ole/ole2nls.c, unicode/Makefile.in, unicode/cpmap.pl, unicode/wctype.c, configure, configure.in, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/wcstring.c, dlls/user/lstr.c, include/config.h.in, include/winbase.h, include/wine/unicode.h:
846 Added Unicode ctype support.
848 * dlls/comctl32/updown.c, include/commctrl.h:
849 Moved NM_UPDOWN definition to commctrl.h.
851 * relay32/relay386.c:
852 Peter Ganten <peter@ganten.org>
853 The user driver functions might be called with the window lock held.
855 * include/module.h, loader/pe_resource.c, loader/resource.c:
856 Dmitry Timoshkov <dmitry@sloboda.ru>
857 Make FindResource and FindResourceEx fully windows compatible.
860 Damyan Ognyanoff <Damyan@rocketmail.com>
861 Remove some obsolete #define's - strlwr and strupr are in NTDLL now.
863 * include/wine/unicode.h, memory/codepage.c, unicode/Makefile.in, unicode/utf8.c:
864 Added UTF-8 conversion support.
866 * windows/x11drv/wnd.c:
867 Stephane Lussier <stephane@macadamian.com>
868 Instead of not doing the Z ordering when the application asks to place
869 the window under a zero-sized window, now the window above the
870 zero-sized window, is used to do the Z ordering.
872 * dlls/commdlg/filedlg95.c:
873 Dmitry Timoshkov <dmitry@sloboda.ru>
874 Initialize lpstrInitialDir to really bogus value to restore original
878 Ove Kaaven <ovek@transgaming.com>
879 Added a few more anonymous union definitions.
882 Ove Kaaven <ovek@transgaming.com>
883 Fixed C++ operators return value.
885 * dlls/crtdll/crtdll_main.c:
886 Ove Kaaven <ovek@arcticnet.no>
887 Implemented fopen() append mode, and a really cheesy fscanf()
890 * dlls/shell32/shlfileop.c:
891 Dmitry Timoshkov <dmitry@sloboda.ru>
892 1. Make buffer for message large enough to hold very long file names.
893 2. Pass FORMAT_MESSAGE_ARGUMENT_ARRAY for FormatMessageA to not assume
894 implementation specific behaviour.
895 3. Show actual message to user, not non-formatted one.
897 2000-08-10 Alexandre Julliard <julliard@winehq.com>
899 * windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, dlls/x11drv/x11drv_main.c, include/clipboard.h, include/ttydrv.h, include/user.h, include/x11drv.h, misc/main.c, windows/clipboard.c, windows/cursoricon.c, windows/dce.c, windows/event.c, windows/keyboard.c, windows/sysparams.c, windows/win.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, configure, configure.in, controls/desktop.c, dlls/dinput/dinput_main.c, dlls/ttydrv/Makefile.in, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/palette.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/ttydrv/user.c, dlls/ttydrv/wnd.c, dlls/user/display.c, dlls/user/mouse.c, dlls/user/user_main.c, dlls/x11drv/x11drv.spec:
900 Merged clipboard driver into USER driver.
901 Moved all ttydrv source files to dlls/ttydrv.
902 Load functions pointer for the USER driver from the graphics driver
903 dll with GetProcAddress.
905 2000-08-09 Alexandre Julliard <julliard@winehq.com>
907 * objects/bitmap.c, programs/notepad/search.c, scheduler/synchro.c, windows/caret.c, windows/cursoricon.c, windows/queue.c, windows/x11drv/wnd.c, dlls/winsock/async.c, dlls/winsock/socket.c, files/change.c, files/dos_fs.c, graphics/painting.c, include/msacmdrv.h, include/ntddk.h, include/ole.h, include/wine/obj_base.h, misc/comm.c, misc/main.c, msdos/int09.c, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/msacm/msacmdrv.h, dlls/ole32/compobj.c, dlls/ole32/storage.c, dlls/serialui/confdlg.c, dlls/shell32/brsfolder.c, dlls/user/ddeml.c, dlls/wininet/http.c, dlls/wininet/internet.c, controls/icontitle.c, controls/widgets.c, dlls/comctl32/tab.c, dlls/crtdll/crtdll_main.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/ddraw/main.c:
908 Removed some unnecessary #includes and dll dependencies.
910 * memory/environ.c, scheduler/process.c, scheduler/thread.c, win32/init.c, include/process.h, loader/pe_image.c, loader/task.c:
911 Make PDB, ENVDB and STARTUPINFO global variables.
912 Added 'module' field in PDB, and removed Wine-specific fields.
914 * misc/version.c, scheduler/services.c:
915 Removed winver and service_table from the PDB and made them static
918 * include/file.h, loader/dos/dosvm.c, files/file.c:
919 Removed the DOS handles table from the PDB and made it a static
922 * dlls/kernel/kernel_main.c, if1632/builtin.c, include/global.h, memory/global.c, msdos/dosmem.c, objects/metafile.c:
923 Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock.
925 * dlls/oleaut32/typelib.c:
926 Francois Jacques <francoisj@macadamian.com>
927 - Avoid null-pointer exceptions by testing listnodes validity before doing
929 - TLB_ReadTypeLib now retrieves the length of the TLB and passes it to
930 the TLB constructor which initializes TLBContext::length to that
932 - For non-standard pointed types, td[3] is always 0. I observed that
933 the type is stored at td[2]/8 and not td[3]/8.
934 - Null-pointer exception occurs when GetRefTypeOfImplType is called on a
935 type with no inherited interfaces. If the implemented types linked list
936 is empty, set pRefType as 0 and return S_OK.
938 * include/wine/obj_oleaut.h:
939 James Hatheway <james@macadamian.com>
940 Fixed typo in the IDispatch_GetTypeInfo macro.
942 * dlls/comctl32/tooltips.c:
943 Huw D M Davies <hdavies@codeweavers.com>
944 Fix some remaining problems with tooltips.
946 * configure.in, configure:
947 Marcus Meissner <marcus@jet.franken.de>
948 Fixed OpenGL configure: move HAVE_OPENGL define to where it belongs,
949 fixed glext.h presence in configure check for PFNGLCOLORTABLEEXTPROC.
951 * include/authors.h, include/crtdll.h, include/device.h, include/file.h, include/metafiledrv.h, include/w32sys.h, tools/make_authors, win32/file.c, dlls/ole32/ole2.c, dlls/shell32/authors.h, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c, dlls/shell32/shlview.c, dlls/win32s/w32sys.c, files/file.c, graphics/metafiledrv/metafiledrv.h, debugger/winedbg.c, dlls/crtdll/crtdll.h, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/kernel/toolhelp.c, dlls/ntdll/exception.c:
952 Moved a few non-standard headers into their respective dlls.
954 * include/Makefile.in:
955 Install all standard Windows includes, plus some from the wine subdir.
957 * dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/imagelist.h, 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/shell.c, dlls/shell32/shell32_main.h, include/animate.h, include/comboex.h, include/commctrl.h, include/datetime.h, include/flatsb.h, include/header.h, include/hotkey.h, include/imagelist.h, include/ipaddress.h, include/listview.h, include/monthcal.h, include/nativefont.h, include/pager.h, include/progress.h, include/rebar.h, include/status.h, include/tab.h, include/toolbar.h, include/tooltips.h, include/trackbar.h, include/treeview.h, include/updown.h, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c:
958 Removed all non-standard common control headers from the include
961 * windows/Makefile.in, windows/struct32.c, windows/struct32.h, graphics/x11drv/graphics.c, include/struct32.h, win32/Makefile.in, win32/struct32.c:
962 Moved struct32.c to windows directory.
964 2000-08-08 Alexandre Julliard <julliard@winehq.com>
966 * relay32/builtin32.c:
967 Make sure builtin dlls are never freed since we don't support dlclose
970 * dlls/psapi/Makefile.in, dlls/psapi/psapi.spec, dlls/richedit/reader.c, dlls/serialui/confdlg.c, dlls/shell32/shell32.spec, dlls/shell32/shellstring.c, dlls/tapi32/Makefile.in, dlls/tapi32/line.c, dlls/tapi32/tapi32.spec, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, include/wine/winbase16.h, dlls/Makefile.in, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/kernel/Makefile.in, dlls/kernel/kernel.spec, dlls/lzexpand/lzexpand_main.c, dlls/msacm/driver.c, dlls/ole32/ole2.c, dlls/oleaut32/typelib.c:
971 Small dll interfaces cleanups.
973 * configure, configure.in, include/wine_gl.h:
974 Marcus Meissner <marcus@jet.franken.de>
975 Eased restrictions on OpenGL/MESA usage a bit. It compiles just fine
976 using mesa-3.2 even without glext.h.
978 * dlls/comctl32/listview.c, include/listview.h:
979 Aric Stewart <aric@codeweavers.com>
980 Reworked how selections are kept track of in the list view. Selections
981 are now listed as a sorted range of paired integers.
983 * dlls/comctl32/tooltips.c:
984 Louis Philippe Gagnon <louisphilippe@macadamian.com>
985 When unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if
986 toolPtr->flags does not contain TTF_IDISHWND (meaning uId is not a
987 valid window handle).
989 * documentation/HOWTO-winelib:
990 Wilbur N. Dale <wilbur.dale@lumin.nl>
991 Added description of using DLLs with WineLib.
994 John R. Sheets <jsheets@codeweavers.com>
995 Converted Wine documentation to SGML format.
997 2000-08-07 Alexandre Julliard <julliard@winehq.com>
999 * controls/icontitle.c:
1000 Marcus Meissner <marcus@jet.franken.de>
1001 Initialize 'str' in ICONTITLE_GetTitlePos.
1003 * include/module.h, loader/ne/resource.c, loader/pe_resource.c, loader/resource.c:
1004 Fixed resource functions to work with 32-bit modules that don't have a
1005 16-bit counterpart (necessary for LOAD_LIBRARY_AS_DATAFILE support).
1007 * programs/uninstaller/main.c:
1008 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1009 Add an edit control showing the command line of the currently selected
1013 Huw D M Davies <hdavies@codeweavers.com>
1014 WINPOS_WindowFromPoint should respect hrgnWnd.
1016 * loader/pe_image.c:
1017 Peter Ganten <peter@ganten.org>
1018 Set up exe_modref before loading implicitly linked dlls.
1020 * dlls/kernel/format_msg.c:
1021 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1022 Prevent endless looping in linebreak handling.
1024 * dlls/ddraw/ddraw/x11.c:
1025 Marcus Meissner <marcus@jet.franken.de>
1026 If we are looking for an existing pixmap format, we do not need the
1027 same bitsperpixel (fixes depth 15/bitspixel 16 mode).
1030 Ove Kaaven <ovek@transgaming.com>
1031 Added a few DirectInput 7 definitions and C++ fixes.
1033 * dlls/kernel/wowthunk.c:
1034 Peter Ganten <peter@ganten.org>
1035 LoadLibraryEx32W16 should use the search algorithm of 16-bit libraries.
1037 * windows/cursoricon.c, windows/input.c, windows/msgbox.c, windows/winpos.c:
1038 Marcus Meissner <marcus@jet.franken.de>
1039 Removed local variable shadows warnings.
1041 * win32/process.c, include/elfdll.h, include/module.h, include/pe_image.h, loader/elf.c, loader/elfdll.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, misc/version.c, relay32/builtin32.c, scheduler/process.c, debugger/dbgmain.c, debugger/msc.c, debugger/types.c:
1042 - Fixed resource functions to work directly from the HMODULE instead of
1044 - Attempted to get LOAD_LIBRARY_AS_DATAFILE right (based on patches by
1045 Eric Pouech and Dusan Lacko).
1046 - Simplified modref structure and handling.
1048 * include/wine/obj_base.h:
1049 Ove Kaaven <ovek@transgaming.com>
1050 Protect the prototypes in here from C++ name mangling...
1052 * dlls/version/install.c:
1053 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1054 VIF_OUTOFSPACE and VIF_OUTOFMEM were reversed.
1057 Marcus Meissner <marcus@jet.franken.de>
1058 inline must be first attribute in function definition.
1061 Marcus Meissner <marcus@jet.franken.de>
1064 * graphics/x11drv/dib.c:
1065 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1066 X11DRV_DIB_SetImageBits_RLE8: break image lines.
1068 2000-08-06 Alexandre Julliard <julliard@winehq.com>
1070 * dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, dlls/winsock/Makefile.in, dlls/winsock/ws2_32.spec, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in, dlls/imagehlp/imagehlp.spec, dlls/lzexpand/Makefile.in, dlls/lzexpand/lz32.spec, dlls/mpr/Makefile.in, dlls/mpr/mpr.spec, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/serialui/Makefile.in, dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/Makefile.in, dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec:
1071 Added imports of kernel32.dll where necessary.
1073 * Makefile.in, dlls/user/Makefile.in:
1074 Link USER resources into libuser.so.
1077 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1078 Fix for calling ctype functions with Unicode characters.
1080 * dlls/comctl32/toolbar.c:
1081 Chris Morgan <cmorgan@wpi.edu>
1082 Converted all calls to RedrawWindow to InvalidateRect. Previously
1083 RedrawWindow was being used for the RDW_UPDATENOW flag which forced an
1084 immediate WM_PAINT message. Moving to InvalidateRect should let
1085 WM_PAINTs occur normally.
1087 * controls/listbox.c:
1088 Susan Farley <sfarley@codeweavers.com>
1089 Avoid resetting the background color when clearing out blank areas, as
1090 it may have been set to something other than COLOR_WINDOW by the
1093 * windows/x11drv/wnd.c:
1094 Stephane Lussier <stephane@macadamian.com>
1095 Top level windows with 0 width or height are created with a size of 1x1 in
1096 the X11 driver. I've added some code to make sure those windows are never
1097 mapped while the size <= 0.
1099 * misc/lstr.c, misc/main.c, relay32/snoop.c, win32/except.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/user.spec, dlls/user/user32.spec, if1632/Makefile.in, if1632/dummy.c, include/wine/exception.h, include/wine/winestring.h, include/wine/winuser16.h, include/winuser.h, memory/string.c, console/interface.c, dlls/comctl32/comctl32undoc.c, dlls/gdi/gdi_main.c, dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec, dlls/shell32/shell32.spec:
1100 Moved most USER string functions to dlls/user.
1101 Cleaned up a few more inter-dll dependencies.
1103 * ole/ole2nls.c, relay32/relay386.c, win32/device.c, win32/init.c, windows/driver.c, windows/painting.c, windows/win.c, files/dos_fs.c, files/drive.c, files/file.c, graphics/win16drv/init.c, graphics/x11drv/xfont.c, loader/loadorder.c, loader/ne/convert.c, loader/ne/module.c, loader/ne/resource.c, misc/registry.c, objects/enhmetafile.c, controls/edit.c, controls/menu.c, dlls/shlwapi/path.c, dlls/user/text.c:
1104 Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
1107 2000-08-04 Alexandre Julliard <julliard@winehq.com>
1109 * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/nativeapi.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/win32/wsock32.api, tools/winapi_check/winapi_check:
1110 Patrik Stridvall <ps@leissner.se>
1111 - Warn about directories specified in modules.dat that are not used.
1112 - Eliminated the warnings caused by the change above.
1113 - Minor API files update.
1116 * include/acconfig.h, include/config.h.in, dlls/wininet/internet.c:
1117 Patrik Stridvall <ps@leissner.se>
1118 Fixed issues found by winapi_check.
1120 * debugger/stack.c, dlls/comctl32/listview.c:
1121 Patrik Stridvall <ps@leissner.se>
1122 Fixed some warnings.
1124 * programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, debugger/Makefile.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in:
1125 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1126 Added a few missing imports.
1128 * objects/palette.c, objects/text.c, scheduler/thread.c, win32/Makefile.in, win32/newfns.c, win32/ordinals.c, windows/queue.c, windows/scroll.c, dlls/user/Makefile.in, dlls/user/cache.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/resource.c, dlls/user/text.c, graphics/Makefile.in, graphics/cache.c, loader/resource.c, misc/lstr.c, dlls/kernel/kernel32.spec:
1129 Moved a bunch of functions out of libwine/kernel/gdi into USER.
1131 * windows/x11drv/wnd.c, graphics/metafiledrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c, include/gdi.h, include/ttydrv.h, include/user.h, include/win.h, include/x11drv.h, objects/metafile.c, windows/caret.c, windows/clipboard.c, windows/cursoricon.c, windows/dce.c, windows/dialog.c, windows/nonclient.c, windows/painting.c, windows/winpos.c, controls/combo.c, controls/menu.c, dlls/ttydrv/ttydrv_main.c, dlls/wineps/init.c, dlls/x11drv/x11drv_main.c, graphics/enhmetafiledrv/init.c:
1132 Removed a few dependencies on GDI internals from USER dll.
1134 * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/user/user32.spec, programs/uninstaller/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, debugger/Makefile.in, debugger/winedbg.spec:
1135 Added a few missing imports.
1137 2000-08-03 Alexandre Julliard <julliard@winehq.com>
1139 * win32/console.c, Makefile.in, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/printdrv.c, dlls/kernel/toolhelp.spec, dlls/user/Makefile.in, misc/Makefile.in, misc/printdrv.c, msdos/int09.c, msdos/int16.c, scheduler/thread.c:
1140 Make USER and GDI separate dlls.
1142 * dlls/winsock/async.c, dlls/winsock/socket.c, include/wine/winsock16.h, include/winsock.h, include/winsock2.h:
1143 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1144 Fixed the Win16/Win32 structure size/alignment differences of
1145 ws_hostent, ws_protoent, ws_servent, ws_netent.
1147 * dlls/comctl32/tooltips.c, include/tooltips.h:
1148 Huw D M Davies <h.davies@codeweavers.com>
1149 Redo the show/hide logic and add a comment to explain what's going on.
1150 Fix TTM_{S|G}ETDELAYTIME to use the double click time as default.
1151 Fix handling of TTDT_AUTOMATIC.
1152 Relayed mouse messages should extract the position from lParam not
1154 SubclassProc now unified with TTM_RELAYEVENT.
1155 Change all lstrcpyxtox to use win32 APIs.
1157 * dlls/wineps/afm.c, dlls/wineps/psdrv.h:
1158 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
1159 Changed the AFM metrics structure to use an array instead of a linked
1160 list. This avoids doing two heap allocations for every character, and
1161 reduces the metrics parsing time by approx 25%.
1163 * dlls/wininet/http.c:
1164 John R. Sheets <jsheets@codeweavers.com>
1165 Added "Mime-Version" to standard MIME headers parsed in
1166 HTTP_GetStdHeaderIndex().
1168 * dlls/ole32/errorinfo.c, include/oleauto.h, include/oleidl.h, include/thread.h, include/wine/obj_errorinfo.h, include/wine/obj_oleaut.h:
1169 Juergen Schmied <juergen.schmied@debitel.net>
1170 Implemented the ErrorInfo interfaces.
1172 * dlls/kernel/Makefile.in:
1173 Added explicit dependency on message files for people who don't run
1176 * dlls/shell32/shellguid.c, dlls/shlwapi/shlwapi_main.c, ole/guid.c, dlls/avifil32/avifile.c, dlls/ddraw/main.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplayx_main.c, dlls/dsound/dsound_main.c, dlls/ole32/oleobj.c, dlls/oleaut32/oleaut.c:
1177 Moved GUID definitions to their respective dll.
1179 * dlls/shell32/shelllink.c, include/wine/obj_shelllink.h:
1180 Fixed IShellLinkA/W definitions.
1182 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shellord.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c, include/guiddef.h, include/initguid.h, include/rpc.h, include/shlguid.h, include/vfw.h, include/wine/obj_base.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_enumidlist.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, include/wtypes.h:
1183 Added guiddef.h and moved a few GUID definitions to the correct file.
1185 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
1186 Fixed IsEqualGUID definition.
1188 * include/winnls.h, ole/ole2nls.c:
1189 Dmitry Timoshkov <dmitry@sloboda.ru>
1190 LOCALE_NOUSEROVERRIDE means: do not get user redefined settings from
1191 the registry. Instead, use system default values.
1193 * dlls/comctl32/listview.c:
1194 Aric Stewart <aric@codeweavers.com>
1195 - Fixed bug where InitSubItem was doing a ZeroMemory on the item.
1196 - Cleaned up a sit of extra blue at the end of a FULLROWSELECT list view
1197 if there is only one column.
1198 - Corrected a bug I introduced with an earlier patch which caused
1199 problems with multiple selections.
1201 * dlls/ddraw/convert.c:
1202 Marcus Meissner <marcus@jet.franken.de>
1203 One of the 24/32 convert color masks was wrong.
1205 * dlls/user/user32.spec:
1206 Marcus Meissner <marcus@jet.franken.de>
1207 GetPropA/W have string args.
1209 * if1632/thunk.c, scheduler/process.c, dlls/*/Makefile.in, dlls/*/*.spec:
1210 Added imports of user32/gdi32/kernel32 wherever necessary.
1212 2000-08-01 Alexandre Julliard <julliard@winehq.com>
1214 * include/version.h, ANNOUNCE, ChangeLog:
1217 ----------------------------------------------------------------
1218 2000-08-01 Alexandre Julliard <julliard@winehq.com>
1220 * include/windef.h, include/winnt.h, include/winuser.h, include/wtypes.h:
1221 Jeremy White <jwhite@codeweavers.com>
1222 Added WM_TCARD and DWORDLONG.
1224 * dlls/kernel/format_msg.c, tools/wmc/write.c:
1225 Marcus Meissner <marcus@jet.franken.de>
1226 PE_MESSAGE_HEADER.Length contains the header itself too.
1228 * memory/virtual.c: Peter Ganten <peter@ganten.org>
1229 Committing a page of a shared mapping in one process lets it appear
1230 committed in other processes, too. To fake this, we commit them as
1231 soon as they are mapped.
1233 * include/winnt.h, memory/heap.c:
1234 Peter Ganten <peter@ganten.org>
1235 Moved Wine private heap creation flags to other values.
1236 Return system heap when a shared heap is requested.
1238 * files/directory.c:
1239 Only set COMSPEC if not defined already.
1241 * dlls/commdlg/filedlg.c, include/wine/unicode.h:
1242 Gerard Patel <g.patel@wanadoo.fr>
1243 Changed the win31 style file dialog to 32 bits structures and
1246 * dlls/comctl32/treeview.c: Serge Ivanov
1248 Improved drawing of item text, added SHOWSELALWAYS capability.
1250 * dlls/comctl32/listview.c:
1251 Matthew Lake <MasterR_L@yahoo.com>
1252 Fixed a segfault problem using the standard file open dialog box.
1254 * files/dos_fs.c, graphics/Makefile.in, graphics/vga.c, msdos/Makefile.in, msdos/vga.c, objects/gdiobj.c:
1255 Moved MulDiv() and VGA routines out of GDI.
1257 * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
1258 Dave Pickles <davep@cyw.uklinux.net>
1259 Added support for ERRORLEVEL.
1260 Most errors reported via FormatMessage().
1261 COPY command now works correctly if output specifier is a directory.
1263 * dlls/comctl32/treeview.c:
1264 Susan Farley <sfarley@codeweavers.com>
1265 More consistent calculation of line height, scrolls a full item on
1268 * dlls/comctl32/listview.c, include/listview.h:
1269 Aric Stewart <aric@codeweavers.com>
1270 Fixed a few bugs including one with setting extended styles and
1272 Implemented the LVS_EX_FULLROWSELECT extended style.
1273 Begin an implementation of virtual list views (LVS_OWNERDATA style
1277 Marcus Meissner <marcus@jet.franken.de>
1278 Removed unnecessary X11 includes from ddraw.h.
1280 * loader/module.c: Peter Ganten <peter@ganten.org>
1281 WinExec16 should not split quoted filenames with spaces.
1283 * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
1284 Aric Stewart <aric@codeweavers.com>
1285 Implemented InternetCheckConnectionA.
1287 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
1288 Fixed another non-Linux build failure.
1290 * dlls/crtdll/crtdll.spec:
1291 Marcus Meissner <marcus@jet.franken.de>
1292 Fixed 2 forward entries.
1294 * dlls/comctl32/status.c:
1295 Marcus Meissner <marcus@jet.franken.de>
1296 Removed some flicker by detecting if we set the same value again.
1298 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
1299 Change logic of listbox resizing for 16 bits apps for lists without
1300 LBS_NOINTEGRALHEIGHT style.
1302 * objects/dc.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
1303 Fixed CreateDC to work properly when it is called with a device.
1305 * programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
1306 Jason Edmeades <jason@the-edmeades.fsnet.co.uk>
1307 - Support whitespace around commands better, and support the @
1309 - Enhance the set support to unset, display value error correctly
1310 - Enhance the command line support for parms, and env var expansion
1311 - Enhance the echo command to not loose whitespace, and display
1312 output with % signs better
1314 * configure, configure.in, include/regstr.h, programs/Makefile.in, programs/uninstaller/.cvsignore, programs/uninstaller/Makefile.in, programs/uninstaller/README, programs/uninstaller/main.c, programs/uninstaller/main.h, programs/uninstaller/rsrc.rc, programs/uninstaller/uninstaller.spec:
1315 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1316 Added an uninstaller for InstallShield, WISE etc.
1318 * windows/x11drv/wnd.c:
1319 Jean-Claude Batista <jcb@macadamian.com>
1320 Provide position hints for window managers.
1322 2000-07-31 Alexandre Julliard <julliard@winehq.com>
1324 * graphics/x11drv/init.c, include/monitor.h, include/sysmetrics.h, include/ttydrv.h, include/x11drv.h, misc/main.c, windows/multimon.c, windows/sysmetrics.c, windows/ttydrv/init.c, windows/user.c, windows/win.c, windows/x11drv/init.c, windows/x11drv/mouse.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/gdi/wing.c, dlls/shell32/brsfolder.c, dlls/shell32/shell32_main.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, graphics/painting.c, graphics/ttydrv/dc.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
1325 Cleaned up some more USER dependencies.
1327 * include/wingdi.h, include/winuser.h:
1328 Moved system metrics definitions to winuser.h.
1330 * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
1331 Tidyed up stack backtrace code a bit, and added a simple special
1332 case for backtracing from a null EIP.
1334 * files/file.c, server/file.c:
1335 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1336 Fix for 64-bit negative seek value.
1338 * include/module.h, msdos/int2f.c:
1339 Ove Kaaven <ovek@arcticnet.no>
1340 Removed DOS task fields from the NE_MODULE structure.
1343 Skip quoted program name when building command line.
1345 * scheduler/process.c: Ove Kaaven <ovek@arcticnet.no>
1346 DOS binary support has been restored.
1348 * debugger/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/toolhelp.c, misc/Makefile.in, misc/toolhelp.c, windows/user.c:
1349 Moved toolhelp implementation into kernel32 dll.
1351 * include/pe_image.h, loader/pe_resource.c, loader/resource.c:
1352 Backed out FindResource language patch.
1354 * loader/dos/dosvm.c, msdos/int09.c:
1355 Ove Kaaven <ovek@arcticnet.no>
1356 Fixed a few problems.
1358 * dlls/kernel/messages/winerr_enu.mc:
1359 Dave Pickles <davep@cyw.uklinux.net>
1360 Added text for all messages included in win95 and winNT.
1362 * dlls/kernel/format_msg.c:
1363 Marcus Meissner <marcus@jet.franken.de>
1364 Added { } around stuff in ADD_TO_T macros.
1366 * include/dosexe.h, loader/dos/module.c:
1367 Ove Kaaven <ovek@arcticnet.no>
1368 Convert DOS (MZ) binary loader to the new DOS process model.
1370 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
1371 Use MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32
1372 assembly code a bit, and wrapped it in #ifdef __i386__.
1374 2000-07-30 Alexandre Julliard <julliard@winehq.com>
1376 * if1632/thunk.c, include/callback.h, include/keyboard.h, loader/dos/dosvm.c, misc/main.c, objects/bitmap.c, objects/dib.c, objects/palette.c, windows/keyboard.c:
1377 Cleaned up a few USER dependencies.
1379 * include/dosexe.h, loader/dos/module.c, msdos/dpmi.c:
1380 Ove Kaaven <ovek@arcticnet.no>
1381 Removed hModule parameter from MZ_AllocDPMITask(), and renamed
1382 MZ_KillModule() to MZ_KillTask().
1384 * configure, configure.in:
1385 Create dll/kernel/messages directory.
1387 * include/miscemu.h, msdos/dosmem.c:
1388 Ove Kaaven <ovek@arcticnet.no>
1389 Made DOSMEM_Init() take a BOOL parameter instead of a HMODULE16, and
1390 initialize DOS memory properly in the new process model. Made
1391 DOSMEM_MemoryBase() use MZ_Current()->img instead of pModule->dos_image.
1393 * loader/task.c: Ove Kaaven <ovek@arcticnet.no>
1394 Removed usage of obsolete pModule->lpDosTask.
1396 2000-07-29 Alexandre Julliard <julliard@winehq.com>
1398 * include/winbase.h, include/winuser.h, loader/resource.c, memory/atom.c, memory/environ.c, misc/comm.c, misc/lstr.c, objects/gdiobj.c, objects/region.c, objects/text.c, relay32/builtin32.c, relay32/snoop.c, win32/device.c, win32/except.c, debugger/winedbg.c, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, graphics/painting.c, graphics/x11drv/xfont.c, if1632/snoop.c:
1399 Removed some unnecessary inclusions of wingdi.h and winuser.h
1401 * dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, 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, include/ntddk.h, loader/module.c:
1402 Removed a few external dependencies from ntdll.
1404 * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/oleaut32/typelib.c:
1405 Marcus Meissner <marcus@jet.franken.de>
1406 Added CreateTypeLib,LHashValOfNameSys stubs.
1407 Check for correct struct magic before reading out of it.
1409 * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/comctl32/smoothscroll.c:
1410 Marcus Meissner <marcus@jet.franken.de>
1411 Implemented SmoothScrollWindow.
1413 * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
1414 Fill BIOS segments using pointers from DOSMEM_Bios* functions, instead
1415 of pointers from global heap functions.
1417 * dlls/kernel/format_msg.c:
1418 Marcus Meissner <marcus@jet.franken.de>
1419 Get rid of USER32 functions in KERNEL32.
1421 * include/dosexe.h, loader/dos/dosvm.c:
1422 Ove Kaaven <ovek@arcticnet.no>
1423 Added support for the Win32 Console interface to the main DOSVM event
1424 loop. Cleaned up event dispatching code a bit.
1426 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
1427 Make direct console input routines go through int16, rather than
1428 reading directly from the console driver.
1430 * programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/wcmd/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, libtest/Makefile.in, programs/clock/Makefile.in, programs/control/Makefile.in:
1431 Francois Gouget <fgouget@psn.net>
1432 ole32 now requires linking with kernel32
1433 shell32 now requires linking with kernel32 and shlwapi
1435 * dlls/winaspi/winaspi16.c, dlls/winsock/socket.c:
1436 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
1437 We always have strerror, so no need to ifdef HAVE_STRERROR.
1440 Huw D M Davies <hdavies@codeweavers.com>
1443 * configure, configure.in:
1444 Lionel Ulmer <lionel.ulmer@free.fr>
1445 Fix the GLEXT function prototype typedefs detection.
1447 * loader/dos/dosvm.c, msdos/int09.c, msdos/ioports.c, include/miscemu.h:
1448 Ove Kaaven <ovek@arcticnet.no>
1449 Let Int09 routines remember a keystroke's ASCII code, if available.
1451 * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
1452 Added some int33 function stubs.
1454 * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
1455 Changed a few core int10 routines to use the BIOS data segment cursor
1456 positions and the VGA routines, instead of directly accessing the
1459 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
1460 Marcus Meissner <marcus@jet.franken.de>
1461 Implemented OleGetAutoConvert.
1463 * include/pe_image.h, loader/pe_resource.c, loader/resource.c, misc/main.c, ole/ole2nls.c:
1464 Dmitry Timoshkov <dmitry@sloboda.ru>
1465 FindResourceExA/W should search for the specified language resource only.
1466 FindResourceA/W should search for any language resource.
1468 * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, dlls/ddraw/dsurface/x11.c:
1469 Marcus Meissner <marcus@jet.franken.de>
1470 No longer crash when running with DirectDraw with a DDClipper in
1473 * windows/nonclient.c:
1474 Francois Boisvert <francois@macadamian.com>
1475 NC_DoNCHitTest now returns HTNOWHERE like Windows is doing when
1476 clicking on a window having a customize non client area.
1478 2000-07-28 Alexandre Julliard <julliard@winehq.com>
1480 * graphics/x11drv/dib.c, include/x11drv.h:
1481 Ove Kaaven <ovek@transgaming.com>
1482 Add X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP parameter.
1484 * memory/codepage.c:
1485 Wolfgang Schwotzer <woschwot@gmx.net>
1486 Added NULL pointer checks.
1488 * include/acconfig.h, include/config.h.in, include/ts_shape.h, include/ttydrv.h, include/win.h, include/x11drv.h, tools/make_X11wrappers, tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_shape.c, windows/ttydrv/init.c, windows/ttydrv/wnd.c, windows/winpos.c, windows/x11drv/init.c, windows/x11drv/wnd.c, configure, configure.in, dlls/x11drv/x11drv_main.c:
1489 Francois Jacques <francoisj@macadamian.com>
1490 - implementation of SetWindowsRgn and GetWindowRgn
1491 - X11DRV and TTYDRV updated with new API SetWindowRgn
1493 * include/miscemu.h, include/winnt.h, loader/dos/module.c, memory/global.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int21.c, msdos/interrupts.c:
1494 Ove Kaaven <ovek@arcticnet.no>
1495 Removed the hModule parameter from various DOSMEM routines, the DOSMEM
1496 routines now always use the current memory space.
1498 * include/shlwapi.h: Patrik Stridvall <ps@leissner.se>
1499 Fixed some warnings.
1501 * tools/winapi_check/modules.dat, tools/winapi_check/win32/shlwapi.api:
1502 Patrik Stridvall <ps@leissner.se>
1503 Minor API files update.
1505 * tools/wmc/mcy.y: Patrik Stridvall <ps@leissner.se>
1506 Solaris specific fixes.
1508 * windows/x11drv/event.c, windows/defwnd.c:
1509 Stephane Lussier <stephane@macadamian.com>
1510 Now the service thread is no more in charge of erasing the background
1511 of the Window. Service thread is doing the invalidation part, and the
1512 application thread is doing the erasing part. All this has been
1513 implemented using WM_SYNCPAINT message.
1515 * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
1516 Dmitry Timoshkov <dmitry@sloboda.ru>
1517 Added stub for OLE32.OleSetAutoConvert needed by Adobe Photoshop 4.0.
1519 * windows/x11drv/event.c:
1520 Dmitry Timoshkov <dmitry@sloboda.ru>
1521 Do not crash if window was not found.
1523 * windows/dialog.c, windows/painting.c:
1524 Stephane Lussier <stephane@macadamian.com>
1525 - UpdateWindow should refresh all children that have an update region.
1526 - In DIALOG_CreateIndirect UpdateWindow shouldn't be called. Wine will generate
1527 a WM_PAINT eventually for the dialog, no need to force a paint right away.
1528 (based on a patch from James Hatheway in the Corel tree)
1530 * msdos/int21.c, msdos/int2f.c:
1531 Ove Kaaven <ovek@arcticnet.no>
1532 Just get DOS task structure from MZ_Current(), instead of (clumsily)
1533 trying to find and read from the current task's module structures.
1535 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
1536 Make a global asm helper function to handle 32-bit RMCB calls, so we
1537 don't need those complex constraints either.
1539 * windows/message.c: Ove Kaaven <ovek@arcticnet.no>
1540 Always get a hardware message from the system queue in PeekMessage,
1541 even if no such wake bits are set, because in a PeekMessage loop,
1542 there's no sleeping, so the necessary wake bits are never set...
1544 * dlls/oleaut32/olefont.c, include/olectl.h:
1545 Huw D M Davies <hdavies@codeweavers.com>
1546 Add Connection Point support to OLE font objects.
1547 Add some more TRACE()s.
1550 Added 'owner' field to 16-bit spec files to specify the name of the
1551 32-bit dll that contains it.
1553 2000-07-26 Alexandre Julliard <julliard@winehq.com>
1555 * dlls/winmm/Makefile.in, dlls/winmm/sound.spec, dlls/winmm/sound16.c, include/stress.h, include/wine/winesound.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/stress.c, dlls/kernel/stress.spec, dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in, dlls/setupapi/setupx.spec, dlls/setupapi/setupx_main.c:
1556 Merged setupx.dll into setupapi.dll.
1557 Merged sound.dll into winmm.dll.
1558 Merged stress.dll into kernel32.dll.
1560 * dlls/dciman32/Makefile.in, dlls/dciman32/dciman_main.c, dlls/dplay/Makefile.in, dlls/dplay/dplay_main.c, dlls/msnet32/Makefile.in, dlls/msnet32/msnet_main.c, dlls/shfolder/Makefile.in, dlls/shfolder/shfolder.spec, dlls/shfolder/shfolder_main.c, dlls/wow32/Makefile.in, dlls/wow32/wow_main.c:
1561 Added a few empty source files so that each dll has at least one C
1564 * dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c, dlls/winmm/wineoss/oss.c, include/driver.h, include/mmsystem.h, include/msacm.h, include/vfw.h, programs/avitools/icinfo.c, windows/driver.c, dlls/comctl32/animate.c, dlls/msacm/driver.c, dlls/msacm/internal.c, dlls/msvideo/drawdib.c, dlls/msvideo/msvideo_main.c, dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mmsystem.c, dlls/avifil32/avifile.c:
1565 Eric Pouech <Eric.Pouech@wanadoo.fr>
1566 - removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
1567 - upgraded vfw.h content
1569 * msdos/dpmi.c: Avoid clobbering %ebx.
1571 * loader/ne/module.c:
1572 Return the proper error code when a 16-bit task failed to start
1573 (thanks to Peter Ganten).
1575 * documentation/HOWTO-winelib:
1576 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1577 Adapted to the recent winebuild rename.
1580 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1581 Added detection code for very old Windows (1.1, 2.0, ...) binaries to
1582 MODULE_GetBinaryType().
1584 * dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shlwapi/regstream.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/string.c, dlls/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c:
1585 Moved shlwapi routines from shell32.dll to shlwapi.dll.
1587 2000-07-25 Alexandre Julliard <julliard@winehq.com>
1589 * Make.rules.in, Makefile.in, configure, configure.in, dlls/Makedll.rules.in, server/Makefile.in, server/atom.c, server/registry.c, server/unicode.c, server/unicode.h, tools/wmc/Makefile.in, unicode/.cvsignore, unicode/Makefile.in:
1590 Make unicode.o into a separate ELF library so that we can use it from
1593 * files/drive.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
1594 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1595 - fixed a gross bug in SetCurrentDirectoryA (where changing to a new
1596 non-existent directory would leave the new drive enabled upon aborting
1597 (fixes CuteFTP install and should fix MANY apps)
1598 This has probably been caused by myself. *brownpaperbag*
1599 - added GetVolumeInformation serial number bug-for-bug compatibility
1600 - corrected Unicode labels (better CD-ROM handling in general)
1601 - moved CD-ROM label detection code to misc/cdrom.c
1602 - possible to use loopback mounted ISO9660 files
1603 - init some uninitialised drive fields
1604 - remove some unnecessary header includes
1607 Susan Farley <sfarley@codeweavers.com>
1608 Don't destroy the caret on SWP_HIDEWINDOW.
1610 * dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/format_msg.c, dlls/kernel/kernel.rc, dlls/kernel/kernel32.spec, dlls/kernel/messages/.cvsignore, dlls/kernel/messages/winerr_enu.mc, loader/resource.c, misc/lstr.c:
1611 Dave Pickles <davep@cyw.uklinux.net>
1612 Improved FormatMessage:
1613 - Added full support for FORMAT_MESSAGE_FROM_SYSTEM
1614 - Implemented language search as documented
1615 - Illegal combinations of options trapped.
1616 - Message table for system messages added.
1618 * include/winbase.h, include/winuser.h:
1619 Moved FORMAT_MESSAGE flags definition to winbase.h.
1622 Added rules for message compiler .mc files.
1624 * dlls/winsock/socket.c, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
1625 James Hatheway <james@macadamian.com>
1628 * dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/serialui.spec, misc/comm.c:
1629 Patrik Stridvall <ps@leissner.se>
1630 Fixed issues found by winapi_check.
1632 * tools/winapi_check/win32/rasapi32.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/serialui.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/setupx.api:
1633 Patrik Stridvall <ps@leissner.se>
1634 Minor API files update.
1636 * tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/utils.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
1637 Bertho Stultiens <bertho@akhphd.au.dk>
1638 - Implemented a bug-work-around for Berkeley yacc (byacc) which
1639 does not generate proper default transition rules for non-terminals.
1640 See comments in parser.y how the fix works.
1641 - Changed the error-line/char position to make emacs happy parsing
1642 the position of the error.
1643 - Added comments in the documentation in which order the line-numer
1644 and character-position of the error is written.
1646 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
1647 Use lcall opcodes, so all gas-es understand it...
1649 * dlls/win32s/Makefile.in, dlls/win32s/w32skrnl.spec, if1632/relay.c, if1632/thunk.c, include/flatthunk.h, misc/Makefile.in, misc/w32scomb.c, relay32/Makefile.in, relay32/utthunk.c, relay32/wowthunk.c, win32/kernel32.c, win32/ordinals.c, dlls/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/flatthunk.h, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/ole32/Makefile.in, dlls/ole32/ole32.spec:
1650 Moved thunking functions off to kernel32.dll.
1652 * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/advapi32/.cvsignore, dlls/advapi32/Makefile.in, dlls/ntdll/sec.c, memory/Makefile.in, memory/registry.c:
1653 Temporarily moved advapi32 registry support back into libwine.so, and
1654 made advapi32 a separate dll.
1656 * debugger/break.c, debugger/debugger.h, debugger/expr.c, debugger/memory.c, debugger/source.c, debugger/stabs.c, debugger/winedbg.c:
1657 Eric Pouech <Eric.Pouech@wanadoo.fr>
1658 fixed a number of long standing bugs:
1659 - segmented expressions didn't display correctly
1660 - using dynamic size array for nested types parsing
1661 - correct display of source code after a crash
1662 factorized some code
1664 * dlls/gdi/wing.c, dlls/gdi/wing.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/Makefile.in:
1665 Merged wing.dll into gdi32.dll.
1667 * dlls/comctl32/listview.c:
1668 Aric Stewart <aric@codeweavers.com>
1669 Prevent the attempt to draw invalid image indexes.
1670 Provide the two pixel buffer between the image and the label.
1672 * dlls/oleaut32/Makefile.in, dlls/oleaut32/connpt.c, dlls/oleaut32/connpt.h:
1673 Huw D M Davies <hdavies@codeweavers.com>
1674 A generic implemention of IConnectionPoint/IEnumConnections.
1676 * tools/fnt2bdf.c, tools/fnt2bdf.h, include/wine/wingdi16.h:
1677 Dmitry Timoshkov <dmitry@sloboda.ru>
1678 Make fnt2bdf produce correct fonts.
1680 * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
1681 Make int16 read from the BIOS keyboard buffer, not directly from the
1684 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
1685 Fixed broken assembler. Removed support for old protected-mode hack
1686 for running real-mode code on platforms that don't support vm86; the
1687 current CallRM->RMCB shortcut code should take care of all
1688 Wine-supplied RM APIs (such as DOSASPI) anyway.
1690 * files/directory.c, include/task.h, loader/ne/module.c, loader/task.c:
1691 Perform NE_InitProcess in the context of the new task.
1693 2000-07-24 Alexandre Julliard <julliard@winehq.com>
1695 * dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm32.spec, dlls/msacm/msacm32_main.c, dlls/msacm/stream.c, dlls/msacm/wineacm.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/win87em.c, dlls/kernel/win87em.spec, dlls/kernel/windebug.c, dlls/kernel/windebug.spec:
1696 Merged msacm and msacm32 dlls.
1697 Merged win87em and windebug into kernel32.dll.
1699 2000-07-23 Alexandre Julliard <julliard@winehq.com>
1701 * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/program.c, programs/regapi/regapi.c, programs/winhelp/hlp2sgml.c, programs/winhelp/winhelp.c:
1702 Francois Gouget <fgouget@psn.net>
1703 Fixed int/HANDLE mismatches revealed by -DSTRICT.
1704 Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
1706 * programs/progman/main.c:
1707 Francois Gouget <fgouget@psn.net>
1708 Fixed WinMain's signature.
1709 Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
1710 Removed obsolete references to the Languages array.
1712 * programs/clock/language.c, programs/notepad/language.c, programs/progman/string.c:
1713 Francois Gouget <fgouget@psn.net>
1714 Removed obsolete references to the Languages array.
1716 * programs/clock/main.c:
1717 Francois Gouget <fgouget@psn.net>
1718 Fixed WinMain's signature.
1719 Fixed parameter order for the call to CreateWindow.
1721 * libtest/hello.c, libtest/hello2.c, libtest/hello3.c, libtest/hello4.c, libtest/hello5.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, programs/notepad/main.c, programs/winver/winver.c:
1722 Francois Gouget <fgouget@psn.net>
1723 Fixed WinMain's signature.
1725 * programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/clock/Makefile.in, 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, libtest/Makefile.in:
1726 Francois Gouget <fgouget@psn.net>
1728 Added missing libraries comctl32 and rpcrt4.
1730 * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
1731 James Hatheway <james@macadamian.com>
1732 Adds an initial WSAIoctl function with support for only the
1733 SIO_GET_INTERFACE_LIST command. Adds initial code to WsControl
1734 function to support the WSCNTL_TCPIP_QUERY_INFO command.
1736 * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
1737 Eric Pouech <Eric.Pouech@wanadoo.fr>
1738 Compilation fixes for OpenGL.
1740 * Make.rules.in: Mike_McCormack@looksmart.com.au
1741 Corrected c2man flags. It still crashes anyhow :-/
1743 * configure, configure.in, dlls/ddraw/d3ddevice/mesa.c, include/acconfig.h, include/config.h.in:
1744 Lionel Ulmer <lionel.ulmer@free.fr>
1745 Detect broken glext.h headers.
1747 * programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h:
1748 Mike_McCormack@looksmart.com.au
1749 Added some basic text display and editing capabilities, cursor
1750 positioning, a bit of scrolling and a text file loader.
1752 * include/tapi.h: Mike_McCormack@looksmart.com.au
1753 Implemented lineGetCountry. (works with HyperTrm.exe)
1755 * 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:
1756 Gerard Patel <g.patel@wanadoo.fr>
1757 Focus handling, visual changes + misc fixes.
1759 * dlls/tapi32/line.c: Mike_McCormack@looksmart.com.au
1760 Implemented lineGetCountry. (works with HyperTrm.exe)
1762 * include/winbase.h: Francois Gouget <fgouget@psn.net>
1763 Removed duplicate declaration of AddAccessAllowedAce.
1765 * dlls/comctl32/listview.c:
1766 Aric Stewart <aric@codeweavers.com>
1767 Handle the case where the function SetItem is called to select an item
1770 * dlls/ddraw/d3dlight.c, dlls/ddraw/mesa_private.h, dlls/dsound/dsound_main.c, include/d3dtypes.h, include/d3dvec.inl:
1771 Ove Kaaven <ovek@transgaming.com>
1772 Added a few C++ operators to Direct3D structures, and made some unions
1775 * dlls/winsock/async.c:
1776 Eric Pouech <Eric.Pouech@wanadoo.fr>
1777 Insured that all parameters of async functions are copied before
1778 returnig from request.
1780 * controls/scroll.c, documentation/distributors, documentation/x11drv, tools/wineconf:
1781 Ove Kaaven <ovek@arcticnet.no>
1782 Fix a few typos and such.
1784 * include/d3d.h, include/ddraw.h:
1785 Ove Kaaven <ovek@transgaming.com>
1786 Added some DirectDraw7-related definitions.
1788 * configure, configure.in, include/config.h.in:
1789 Marcus Meissner <marcus@jet.franken.de>
1790 Make non-existence of (f)lex an error.
1792 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
1793 Marcus Meissner <marcus@jet.franken.de>
1794 IDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regard to COM usage.
1796 * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
1797 Added a few Win32 definitions.
1799 * include/winspool.h: Ove Kaaven <ovek@arcticnet.no>
1800 Reduce scope of "Status" #ifdef hack.
1802 * if1632/relay.c, relay32/builtin32.c:
1803 Ove Kaaven <ovek@arcticnet.no>
1804 Say that "No handler" messages as fatal.
1806 * winedefault.reg: Fixed SharedDir location.
1808 * loader/dos/dosvm.c, msdos/dpmi.c, dlls/ntdll/signal_i386.c, include/winnt.h:
1809 Ove Kaaven <ovek@arcticnet.no>
1810 Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
1813 * dlls/winmm/mmio.c, dlls/winmm/wineoss/audio.c:
1814 Eric Pouech <Eric.Pouech@wanadoo.fr>
1815 Fixed first seek on MEM mmio files.
1817 * dlls/commdlg/fontdlg.c:
1818 Gerard Patel <g.patel@wanadoo.fr>
1819 Remove calls to DIALOG_DoDialogBox and DIALOG_CreateIndirect.
1821 * dlls/wininet/http.c:
1822 John R. Sheets <jsheets@codeweavers.com>
1823 Add a few more fields to HTTP_GetStdHeaderIndex() and fix some typos.
1825 * dlls/wininet/internet.c:
1826 John R. Sheets <jsheets@codeweavers.com>
1827 Put the URL parameter list in with the URL path if the ExtraInfo
1828 buffer isn't specified.
1830 * controls/icontitle.c:
1831 Gerard Patel <g.patel@wanadoo.fr>
1832 Fixed calculation of buffer length after switch of window text to
1835 * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
1836 Comment out a nonfunctional DOS part of debugger.
1838 * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
1839 Ove Kaaven <ovek@arcticnet.no>
1840 Added stub for RasHangUpA().
1842 * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
1843 DefWindowProc should pass unhandled WM_MOUSEWHEEL to parent, according
1846 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
1847 Fixed a few problems.
1849 * dlls/comctl32/toolbar.c:
1850 David Elliott <dfe@infinite-internet.net>
1851 - Changed the temporary buffer for loading resources from 256 to 512
1852 - Define MAX_RESOURCE_STRING_LENGTH instead of using it magically throughout
1854 - Use lstrcpynW instead of lstrcpyW
1856 2000-07-16 Alexandre Julliard <julliard@winehq.com>
1858 * ANNOUNCE, ChangeLog, include/version.h:
1861 ----------------------------------------------------------------
1862 2000-07-16 Alexandre Julliard <julliard@winehq.com>
1864 * windows/winproc.c:
1865 Added assembly wrapper for calling window procedures.
1867 * include/main.h, include/options.h, include/process.h, loader/dos/module.c, loader/main.c, misc/options.c, scheduler/client.c, scheduler/process.c:
1868 Get full path of argv[0] before we change directories.
1869 Make sure process names are long path names.
1870 Cleaned up initialisation a bit.
1873 Stephane Lussier <stephane@macadamian.com>
1874 In set_socket_event, the event should be signaled if there's a pending
1875 network event corresponding to the events the application wanted to be
1878 * dlls/winspool/info.c, files/file.c, graphics/x11drv/xfont.c, loader/task.c, windows/class.c, dlls/odbc32/proxyodbc.c, dlls/ole32/datacache.c, dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c, dlls/richedit/richedit.c, dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/confdlg.c, dlls/wininet/internet.c:
1879 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1882 * loader/elfdll.c, loader/ne/module.c, tools/wineinstall, documentation/wine.man.in, include/winuser.h:
1883 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1884 Doc and trace updates.
1886 * include/process.h, loader/module.c, scheduler/process.c:
1887 Marcus Meissner <marcus@jet.franken.de>
1888 Transmit current directory settings to newly created processes.
1890 * documentation/installation-und-konfiguration.german:
1891 Peter Ganten <peter@ganten.org>
1892 Added German installation and configuration manual.
1894 * windows/x11drv/keyboard.c:
1895 Raul Fernandes <rgf@ieg.com.br>
1896 Added Brazilian keyboard.
1898 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
1899 Set clipping region to client window before owner-drawn painting.
1902 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1903 Added the "SharedDir" registry key.
1905 * include/acconfig.h, include/config.h.in, configure, configure.in, dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h, dlls/ddraw/x11_private.h:
1906 Lionel Ulmer <lionel.ulmer@free.fr>
1907 - fix Direct3D support and a lot of warnings
1908 - add support for DDraw in a window (not optimized yet)
1909 - cleans up OpenGL extensions handling for D3D
1911 * controls/static.c: Gerard Patel <g.patel@wanadoo.fr>
1912 Background of SS_SIMPLE static control is not filled (unless it has
1915 * files/directory.c:
1916 Marcus Meissner <marcus@jet.franken.de>
1917 Drop UNIX cwd to / after calculating WINE current directory (to allow
1920 2000-07-15 Alexandre Julliard <julliard@winehq.com>
1922 * graphics/x11drv/dib.c:
1923 Stephane Lussier <stephane@macadamian.com>
1924 New version of the patch from Francois Jacques with a modification of
1925 my own that makes everybody happy :-)
1927 * misc/comm.c, dlls/kernel/kernel32.spec:
1928 Mike McCormack <mike_mccormack@looksmart.com.au>
1929 Hook serialui dll into existing comm functions.
1931 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/serialui/.cvsignore, dlls/serialui/Makefile.in, dlls/serialui/confdlg.c, dlls/serialui/serialui.h, dlls/serialui/serialui.spec, dlls/serialui/serialui_rc.rc:
1932 Mike McCormack <mike_mccormack@looksmart.com.au>
1933 Implemented serialui dll containing CommConfigDialog,
1934 GetDefaultCommConfig and SetDefaultCommConfig.
1936 * dlls/shell32/shell.c, dlls/winaspi/aspi.c, dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
1937 Patrik Stridvall <ps@leissner.se>
1938 Fixed some warnings.
1940 * tools/winapi_check/modules.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
1941 Patrik Stridvall <ps@leissner.se>
1942 - Minor API files fixes.
1943 - Minor bug fixes and additions.
1945 * dlls/crtdll/crtdll_main.c, dlls/shell32/shellpath.c:
1946 Patrik Stridvall <ps@leissner.se>
1947 Fixed some issues found by winapi_check.
1949 * controls/button.c:
1950 Dave Hawkes <daveh-wine@cadlink.com>
1951 All standard window controls should have CS_PARENTDC, but should still
1952 clip to the control window.
1954 * windows/message.c:
1955 John R . Sheets <jsheets@codeweavers.com>
1956 We also have to validate the frame to avoid an infinite loop when the
1957 app doesn't call BeginPaint.
1959 * scheduler/handle.c:
1960 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
1961 Extend the WSOCK32 warning in certain functions to mention WS2_32 too.
1963 * dlls/winmm/wineoss/mixer.c:
1964 Ed Snow <ed_snow@ttmengineering.com>
1965 Fixes unmuting when unmuted.
1966 Unifies scale reported with scale used for volume control.
1967 Hack for Bass/Treble until better fix is complete.
1969 * graphics/x11drv/xfont.c:
1970 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1971 Added DBCS/unicode encoding templates.
1974 Susan Farley <sfarley@codeweavers.com>
1975 Don't clear selection when initial entry is not in the list.
1977 * include/main.h, include/ntddk.h, include/options.h, misc/main.c, misc/options.c, ole/ole2nls.c:
1978 Made --language behave the same as setting the LANGUAGE environment
1981 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/compobj.c, dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec, dlls/rpcrt4/.cvsignore, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c, include/rpc.h, include/wtypes.h, loader/loadorder.c:
1982 Huw D M Davies <hdavies@codeweavers.com>
1984 Implement UuidCreate (using existing code from CoCreateGuid).
1985 CoCreateGuid calls UuidCreate.
1988 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
1989 Fix for supporting DBCS.
1991 * dlls/comctl32/toolbar.c:
1992 Rob Farnum <rfarnum@mindspring.com>
1993 Ignore iBitmap width when drawing flat toolbar.
1995 * loader/pe_image.c: Peter Ganten <peter@ganten.org>
1996 Fixed a file descriptor leak in the PE loader.
1999 Jean-Claude Batista <jcb@macadamian.com>
2000 Ensure the validity of hOldFocus before calling WIN_GetTopParent.
2002 * graphics/x11drv/xfont.c:
2003 Drew Ronneberg <drew@codon.princeton.edu>
2004 Ignore broken fonts when building cache file.
2006 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
2007 Allow SetWindowLong(... GWL_STYLE) to change visible bit.
2009 * documentation/registry:
2010 Ove Kaaven <ovek@arcticnet.no>D
2011 Text of WWN article "The Registry".
2013 * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h:
2014 David Elliott <dfe@infinite-internet.net>
2015 - New function in aspi.c SCSI_Fix_CMD_LEN which determines if Linux is
2016 guessing the command length correctly, and if not, tell's it what's up.
2017 - Changed strcat to strcpy in SendASPI32Command to avoid requiring the
2018 caller to clear the fields.
2019 - Added a new field to HA_Unique content to fix some applications. Will
2020 fix this for good at a later date.
2021 - Added TRACE to GetASPI32DLLVersion (and FIXME when not running under
2023 - Added some constants to winescsi.h
2024 (with the help of Bernd Bernie Meyer <bmeyer@cs.monash.edu.au>)
2026 * dlls/user/user32.spec, windows/user.c:
2027 Peter Ganten <peter@ganten.org>
2028 Stubs for CreateDesktopA and EnumDesktopWindows.
2030 * loader/loadorder.c:
2031 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2032 Added ws2_32 loadorder.
2034 * tools/winebuild/main.c:
2035 Peter Ganten <peter@ganten.org>
2036 Try to unlink output file before opening it.
2039 Marcus Meissner <marcus@jet.franken.de>
2040 Replaced %s by %p in EDIT_WM_SetText.
2042 * dlls/winsock/ws2_32.spec:
2043 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2044 Added WSAWaitForMultipleEvents (alias to WaitForMultipleObjectsEx).
2046 * loader/pe_image.c: Gerard Patel <g.patel@wanadoo.fr>
2047 Add a warning when the normal load address for a win32 program is not
2050 * dlls/oleaut32/Makefile.in, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
2051 Huw D M Davies <hdavies@codeweavers.com>
2052 OLE picture object implementation.
2055 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2056 Fixed an incorrect format string.
2058 * loader/loadorder.c:
2059 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2060 Added loadorder entry for the Linux glide3x library.
2063 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2064 Added "CommonFilesDir"="C:\Program Files\Common Files".
2066 * debugger/db_disasm.c:
2067 Ian Schmidt <ischmidt@cfl.rr.com>
2068 Added Pentium Pro/2/3/4 conditional move instructions.
2070 2000-07-11 Alexandre Julliard <julliard@winehq.com>
2072 * dlls/kernel/kernel_main.c, memory/codepage.c:
2073 Set ansi/oem/mac code pages from current locale.
2075 * scheduler/client.c:
2076 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2077 Better error message for really clueless newbies.
2079 * dlls/msacm32/msacm32_main.c:
2080 James Hatheway <james@macadamian.com>
2081 Stub for the ACM_METRIC_MAX_SIZE_FORMAT command of acmMetrics.
2083 * dlls/ddraw/dsurface/main.c:
2084 Marcus Meissner <marcus@jet.franken.de>
2085 Check for NULL flipchain and just return the current surface if it
2088 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
2089 Marcus Meissner <marcus@jet.franken.de>
2090 Implemented _vsnprintf by calling wvsnprintfA.
2093 Stephane Lussier <stephane@macadamian.com>
2094 In CreateDIBSection function, if hdc is NULL it now uses the desktop DC
2097 * dlls/comctl32/toolbar.c:
2098 Chris Morgan <cmorgan@wpi.edu>
2099 Fixed TOOLBAR_DrawString() to offset button text if infoPtr->himlDef
2100 is non-zero. Better fix than my previous patch.
2102 2000-07-10 Alexandre Julliard <julliard@winehq.com>
2104 * scheduler/thread.c:
2105 Lazy initialisation of thread locale.
2107 * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplobby.h:
2108 Peter Hunnisett <hunnise@nortelnetworks.com>
2109 - Make ref counting a little more efficient
2110 - Correct suspended process resumption
2111 - Don't use sys/queue.h anymore
2112 - Properly initialize the global semaphore across processes
2113 - Create a mapped file for shared data structures
2114 - Change some trace messages
2115 - Allocate dynamic shared data from the mapped file
2116 - Rework setting and retrieving lobby settings from shared memory
2117 - Add infrastructure for syncronization after app launch
2118 - Small documentation update
2119 - Include some stuff missing from header
2120 - Start on dp and dpl message infrastructure
2121 - Unicode versions of player/group commands added
2122 - Combined Connect/ConnectEx and Open/SecureOpen
2123 - More implementation
2125 * dlls/kernel/nls/*, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/kernel/locale_rc.rc:
2126 Dmitry Timoshkov <dmitry@sloboda.ru>
2127 Moved all NLS dependent data to the KERNEL resources.
2129 * scheduler/thread.c:
2130 Juergen Schmied <juergen.schmied@debitel.net>
2131 Moved setting the locale value to the right position.
2133 * misc/lstr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
2134 Fixed FormatMessage[A|16] against some buffer overflow cases.
2136 * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
2137 Removed extraneous trace message.
2139 * debugger/winedbg.c:
2140 Eric Pouech <Eric.Pouech@wanadoo.fr>
2141 Unconditionnally print messages on DLL load breakpoint.
2144 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2145 Fixed winedbg watchpoints.
2147 * dlls/oleaut32/ole2disp.c:
2148 Francois Jacques <francoisj@macadamian.com>
2149 Prevent SysAllocString and SysAllocString16 to perform any processing
2153 Stas Sergeev <stas.orel@mailcity.com>
2154 Make it possible to change the encoding of fonts from the command
2155 line, even if autodetected.
2157 * windows/spy.c, windows/ttydrv/wnd.c, windows/win.c, windows/x11drv/wnd.c, controls/button.c, controls/icontitle.c, controls/static.c, include/mdi.h, include/ttydrv.h, include/win.h, include/x11drv.h, windows/defwnd.c, windows/dialog.c, windows/mdi.c, wine.ini:
2158 Dmitry Timoshkov <dmitry@sloboda.ru>
2159 Convert WND.text field to Unicode.
2160 Add new key to wine.ini in the section [x11drv] - TextCP, which means
2161 code page used for texts passed to X.
2162 Accordingly fix handlers of WM_SETTEXT/WM_GETTEXT.
2164 * graphics/x11drv/dib.c: Backed out previous patch.
2166 * dlls/user/user32.spec, include/winuser.h, windows/user.c:
2167 Marcus Meissner <marcus@jet.franken.de>
2168 Stub for RegisterDeviceNotificationA.
2170 * dlls/winsock/socket.c:
2171 Gerard Patel <g.patel@wanadoo.fr>
2172 Fakes a negotiation of the winsock version.
2174 * dlls/oleaut32/typelib.c:
2175 Juergen Schmied <juergen.schmied@debitel.net>
2176 - better loading of *.tlb files
2177 - seperated code for loading tlb resource into memory from code for
2178 parsing the tlb resource.
2180 * dlls/ole32/ole2stubs.c:
2181 Juergen Schmied <juergen.schmied@debitel.net>
2182 Implemented OleCreate.
2184 2000-07-09 Alexandre Julliard <julliard@winehq.com>
2186 * windows/class.c: Noomen Hamza <noomen@macadamian.com>
2187 GetClassInfo should return global classes even if the hInstance
2188 parameter is different from the one passed to the RegisterClass
2191 * misc/comm.c: Stefan Leichter <sle@camline.com>
2192 Fixes the BuildCommDCBA function.
2194 * configure, configure.in, include/config.h.in, misc/port.c:
2195 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2196 Added configure check for libutil.h.
2198 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
2199 Make the focus follow the last selected item for multiselect listboxes.
2201 * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
2202 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2203 Stub implementation of LHashValOfNameSysA.
2204 Don't crash if we encounter a BSTR with length <= 0.
2205 Fix typos in ITypeLib::GetDocumentation.
2207 * dlls/shell32/shell.c:
2208 Dave Hawkes <daveh-wine@cadlink.com>
2209 With some apps a fault was possible in ExtractAssociatedIcon.
2211 * windows/cursoricon.c:
2212 Dave Hawkes <daveh-wine@cadlink.com>
2213 GetIconInfo did no correctly identify icons from cursors.
2216 Haithem Hmida <haithem@macadamian.com>
2217 Under Windows 95/98/NT, message boxes do not have a default icon.
2220 Fixed lstrcpynAtoW usage (reported by Stas Sergeev).
2223 * dlls/wsock32/.cvsignore, dlls/wsock32/Makefile.in, dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, dlls/dplay/.cvsignore, dlls/dplay/Makefile.in, dlls/dplay/dplay.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplay.spec, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/wow32.spec, dlls/shell32/Makefile.in, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shfolder.spec, dlls/shell32/shlwapi.spec, dlls/shfolder/.cvsignore, dlls/shfolder/Makefile.in, dlls/shfolder/shfolder.spec, dlls/shlwapi/.cvsignore, dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/winsock/.cvsignore, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/winsock/wsock32.spec, dlls/wow32/.cvsignore, dlls/wow32/Makefile.in, dlls/wow32/wow32.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in:
2224 Created separate libraries for dplay, shfolder, shlwapi, wow32 and
2225 wsock32 so that we have at most one Win32 dll in each .so library.
2227 2000-07-08 Alexandre Julliard <julliard@winehq.com>
2229 * graphics/x11drv/dib.c:
2230 Francois Jacques <francoisj@macadamian.com>
2231 Updated X11DRV_DIB_GetDIBits to properly handle bottom-up DIBs
2233 Corrected XGetSubImage arguments order.
2235 * include/commctrl.h, include/winbase.h, include/wingdi.h, include/winuser.h:
2236 Matthew Lake <MLake@sunbelt-plb.com>
2237 Added some missing definitions.
2239 * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
2240 Francois Jacques <francoisj@macadamian.com>
2241 Implemented SafeArrayGetVarType.
2242 Added a VT_RECORD variant type definition.
2244 * dlls/kernel/kernel32.spec, misc/comm.c:
2245 Stefan Leichter <sle@camline.com>
2246 Started implementation of the functions GetDefaultCommConfigA/W.
2248 * dlls/ddraw/convert.c:
2249 Marcus Meissner <Marcus.Meissner@caldera.de>
2250 Corrected 24->32 conversion. Still only correct for little endian.
2253 Susan Farley <sfarley@codeweavers.com>
2254 Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
2257 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2258 Rename MODULE_InitDll to MODULE_InitDLL for the sake of consistency.
2260 * dlls/comctl32/toolbar.c:
2261 Chris Morgan <cmorgan@wpi.edu>
2262 Fixed TOOLBAR_DrawString() to offset button text if the himl parameter
2263 is non-zero or the default himl, himlDef, is non-zero. Fixes a bug in
2264 WinZip 8.0 where text is not shifted down by the height of the button
2267 * windows/dialog.c: Slava Monich <Slava_Monich@cnt.com>
2268 Check the value returned by DIALOG_GetCharSize.
2270 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/debugdefs.h:
2271 Francois Jacques <francoisj@macadamian.com>
2272 Added setupapi shared library and SetupIterateCabinet stub.
2274 * dlls/msvideo/.cvsignore, dlls/msvideo/Makefile.in, dlls/msvideo/drawdib.c, dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c, include/vfw.h, tools/winapi_check/win16/msvideo.api, tools/winapi_check/win32/msvfw32.api, windows/driver.c:
2275 Bradley Baetz <bbaetz@student.usyd.edu.au>
2276 Implemented a large number of the msvideo dll routines.
2278 * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c:
2279 Gerard Patel <g.patel@wanadoo.fr>
2280 Allow the size of bitmaps to be changed after toolbar buttons have
2283 * dlls/comctl32/propsheet.c:
2284 Slava Monich <Slava_Monich@cnt.com>
2285 On Windows property sheet has DWL_USER dword pointing to a structure
2286 that starts with HWND and PROPSHEETHEADER fields.
2288 * dlls/kernel/kernel32.spec, include/winbase.h, scheduler/thread.c:
2289 Slava Monich <Slava_Monich@cnt.com>
2290 Implementation of Get/SetThreadPriorityBoost.
2292 * documentation/psdriver:
2293 Stefan Leichter <sle@camline.com>
2294 Added documentation on how to setup wine's Buildin Postscript Driver
2295 working with ghostscript (afmfiles, ppdfile).
2297 * debugger/debugger.h, debugger/expr.c, debugger/types.c:
2298 Peter Hunnisett <hunnise@nortelnetworks.com>
2299 - Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to
2300 expose further bad code
2301 - Print of pointer used as array now works
2303 * dlls/comctl32/listview.c:
2304 James Hatheway <james@macadamian.com>
2305 Only use the column headers to calculate the width of a
2306 LDS_REPORT-type listbox if it actually has column headers.
2307 (ie. LVS_NOCOLUMNHEADER bit is not set.)
2309 * windows/winpos.c: Slava Monich <Slava_Monich@cnt.com>
2310 BeginDeferWindowPos should allow zero count.
2312 * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
2313 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2317 Bradley Baetz <bbaetz@student.usyd.edu.au>
2318 Handle mciSendString("open <mcitype>",...)
2320 * tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
2321 Bertho Stultiens <bertho@panter.soci.aau.dk>
2322 - Bugfix: Macro expansion of strings would assert an internal error
2323 or a segfault due to a lacking '\0' in the expansion.
2324 - Bugfix: Prevent buffer overflow in reallocation of macro expansion
2326 - Bugfix: Wrc's version information was not passed as numerical to the
2327 preprocessor due to an error in the definition of the macro.
2328 - Relaxed the newline constraint in global LANGUAGE statements, which
2329 was introduced in version 1.1.3, so that some fancy preprocessor
2330 constructs can work.
2331 - Removed the gcc-style #line handling from the resource-parser to the
2332 resource-scanner so that it is possible to include files at any stage
2333 of the source, independent of the parser-state.
2334 - Bugfix: Stringtables were not correctly searched for duplicates
2335 because the language comparison disregarded the sublanguage.
2336 - Eliminated a repetitive warning when writing stringtables with zero
2337 length string entries. These are perfectly valid (but make no sense:-).
2338 Warnings are now only generated during parse in pedantic mode.
2340 * dlls/oleaut32/ole2disp.c:
2341 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2342 Fix SysStringByteLen to really return the length in bytes.
2344 * dlls/comctl32/rsrc.rc:
2345 Slava Monich <Slava_Monich@cnt.com>
2346 Changed the size of property sheet template to be the same as the
2347 original one (was 292x159, now 220x140).
2349 * dlls/ole32/compobj.c, dlls/ole32/oleobj.c:
2350 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2351 Implement IDataAdviseHolder.
2353 * dlls/oleaut32/typelib.c:
2354 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2355 Fix typo in ITypeLib::IsName.
2357 * dlls/ole32/hglobalstream.c:
2358 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2359 CreateStreamOnHGlobal should alloc a shared memory block if supplied
2362 * dlls/commdlg/filedlg95.c:
2363 Dmitry Timoshkov <dmitry@sloboda.ru>
2364 Do not crash if there was no files selected and OK button was pressed.
2366 * dlls/dsound/dsound_main.c:
2367 Ove Kaaven <ovek@transgaming.com>
2368 Fix a couple of problems with underruns and stopping/restarting.
2371 Joerg Mayer <jmayer@telesun2.telemation.de>
2372 Fixed the debugmsg help.
2374 * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
2375 David Elliott <dfe@infinite-internet.net>
2376 Map each channel on every host to an ASPI controller number.
2377 Store map in HKEY_DYN_DATA.
2379 * dlls/comctl32/comctl32undoc.c:
2380 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2381 DSA_InsertItem returns nIndex, not nItemCount.
2383 * dlls/comctl32/monthcal.c:
2384 Chris Morgan <cmorgan@wpi.edu>
2385 Fixed background redrawing when control is covered. Fixed a really
2386 dumb mistake I made with border drawing many patches ago. Fixed
2387 offset by 1 alignment issues.
2389 * dlls/ddraw/dsurface/main.c:
2390 Marcus Meissner <Marcus.Meissner@caldera.de>
2391 Removed another bad assert and two no longer needed ones.
2393 2000-06-25 Alexandre Julliard <julliard@winehq.com>
2395 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
2396 Fixed bad exception handler chain termination.
2398 * windows/x11drv/wnd.c, windows/win.c:
2399 Lawson Whitney <lawson_whitney@juno.com>
2400 Moved zero-sized window hack to x11drv.
2403 Marcus Meissner <marcus@jet.franken.de>
2404 Return "no debugger attached" in NtQueryInformationProcess to satisfy
2405 some copy protection mechanisms.
2407 * dlls/commdlg/colordlg.c:
2408 Eric Pouech <Eric.Pouech@wanadoo.fr>
2409 Fixed crash when lpTemplateName is gotten from MAKEINTRESOURCE.
2411 * dlls/ddraw/dsurface/main.c:
2412 Marcus Meissner <marcus@jet.franken.de>
2413 Fixed two asserts in Blt().
2415 * dlls/ddraw/helper.c:
2416 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2417 Properly cast arguments to printf to match the intended output.
2419 * dlls/winmm/mmio.c, dlls/winmm/winemm.h, include/mmsystem.h:
2420 Eric Pouech <Eric.Pouech@wanadoo.fr>
2421 Several fixes spotted by Corel (Jean-Claude Batista & Sean Langley).
2422 Seeking from SEEK_END was wrong.
2423 Seeking on empty buffer was wrong.
2424 Some installed ioProcs had uninitialized fields.
2425 A few more bits for rename functions.
2427 * debugger/dbg.y, debugger/intvar.h, debugger/winedbg.c, documentation/winedbg:
2428 Eric Pouech <Eric.Pouech@wanadoo.fr>
2429 Added BreakOnDllLoad internal var, cleaned up register validation on
2432 * dlls/comctl32/toolbar.c:
2433 Mike McCormack <Mike_McCormack@looksmart.com.au>
2434 Add workarounds for null strings in TOOLBAR_InsertButtonA and calling
2435 TOOLBAR_SetButtonSize after button added to the toolbar (latter for
2438 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
2439 Set the minimum dropped height to the combo list height if any in
2442 * files/dos_fs.c: Dave Hawkes <daveh-wine@cadlink.com>
2443 If whitespace or dots are appended to the end of any component in a
2444 path then it should be ignored.
2446 2000-06-24 Alexandre Julliard <julliard@winehq.com>
2448 * loader/module.c, scheduler/process.c, include/process.h:
2449 Make sure the cmdline passed to CreateProcessA is writeable (thanks to
2450 Peter Ganten <peter@ganten.org>).
2452 * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, dlls/winmm/wineoss/oss.h:
2453 Eric Pouech <Eric.Pouech@wanadoo.fr>
2454 Cleaned up loading/init code in OSS.
2455 Cleaned up getDevCaps in midi part.
2456 Implemented asynchronous waveIn recording using a thread.
2458 * dlls/kernel/kernel32.spec, win32/console.c:
2459 Eric Pouech <Eric.Pouech@wanadoo.fr>
2460 A few missing console stubs.
2462 * dlls/comctl32/animate.c:
2463 Eric Pouech <Eric.Pouech@wanadoo.fr>
2464 Fixed animation loading for RLE encoding.
2466 * dlls/oleaut32/typelib.h, include/wine/obj_oleaut.h, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
2467 Juergen Schmied <juergen.schmied@debitel.net>
2468 - removed hack to find the right resource
2469 - updated to use the ICOM macros
2470 - cleaned up use typelib and typelib2 (was mixed up)
2472 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
2473 Juergen Schmied <juergen.schmied@debitel.net>
2474 - fixed reported bugs
2475 - fixed default extensions
2476 - implemented "browse to desktop" button
2478 * memory/environ.c, tools/winebuild/spec32.c, include/winbase.h:
2479 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2480 GetCommandLine should return non-const strings.
2482 * dlls/kernel/kernel.spec:
2483 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2484 CallProcEx32W should be named _CallProcEx32W.
2487 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2488 Added some stuff saying that this is NOT supported.
2491 Juergen Schmied <juergen.schmied@debitel.net>
2492 Avoid calling the exception handler in some cases.
2494 * dlls/shell32/classes.c, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec, include/shlwapi.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
2495 Juergen Schmied <juergen.schmied@debitel.net>
2496 - many new Path* stubs
2498 - class functions expanding environments variables now
2500 * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c:
2501 Ove Kaaven <ovek@transgaming.com>
2502 Implemented the DirectSound HAL in winmm's wineoss (Open Sound System)
2503 driver, and winmm's interface for DirectSound to access it. It
2504 requires the ability to mmap /dev/dsp, to trigger playback, and
2505 sample-accurate position readouts. (If the soundcard's device driver
2506 does not report these capabilities, wineoss will report the HAL as
2507 unavailable and force DirectSound to use its HEL instead.)
2509 * include/mmsystem.h, dlls/dsound/dsound_main.c:
2510 Ove Kaaven <ovek@transgaming.com>
2511 Implemented the DirectSound HAL mode for DMA primary buffers, with a
2512 10ms latency (not noticeable), and about 300ms of prebuffering. Fixed
2513 a few bugs. Added a Wine-only WINMM flag for waveOutOpen for
2514 DirectSound to use (so drivers like wineoss have some way of knowing
2515 what to prepare itself for).
2517 * dlls/user/user.spec, include/wine/winuser16.h, windows/cursoricon.c, windows/sysparams.c:
2518 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2519 Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
2520 2.0 control.exe and paint.exe.
2522 * include/winuser.h:
2523 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2526 * debugger/winedbg.c:
2527 Eric Pouech <Eric.Pouech@wanadoo.fr>
2528 Don't block endlessly after last debugged process has exited.
2530 * memory/string.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
2531 Added (back) correct behavior for NULL ptrs in CharToOem funcs.
2533 * memory/global.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
2534 Fixed some OOM conditions in GlobalAlloc.
2536 * dlls/ntdll/misc.c:
2537 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2538 Added missing #include <math.h>.
2540 * include/winresrc.h: Removed MIME garbage.
2542 * dlls/ddraw/ddraw/x11.c:
2543 Marcus Meissner <marcus@jet.franken.de>
2544 Create xlib ddsurfaces with correct reference counts.
2546 * dlls/gdi/Makefile.in, dlls/gdi/bidi16.c, dlls/user/Makefile.in, dlls/user/bidi16.c, dlls/user/network.c, misc/Makefile.in, misc/bidi16.c, misc/network.c:
2547 Split bidi16.c and network.c out of misc/ into their respective dlls.
2549 2000-06-23 Alexandre Julliard <julliard@winehq.com>
2551 * tools/.cvsignore, tools/Makefile.in, tools/build-spec.txt, tools/build.c, tools/winebuild/.cvsignore, tools/winebuild/Makefile.in, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/relay.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c, tools/winebuild/utils.c, Make.rules.in, configure, configure.in, if1632/.cvsignore, if1632/Makefile.in, relay32/.cvsignore, relay32/Makefile.in:
2552 Split the build program in several files.
2553 Renamed it 'winebuild' to avoid possible conflicts.
2554 Cleaned up command-line parsing.
2555 Make it understand -fPIC instead of -pic.
2556 Merged call16.s and call32.s generated files.
2558 * dlls/gdi/gdi.spec, dlls/kernel/kernel.spec, dlls/kernel/system.spec, dlls/sound/sound.spec, dlls/user/user.spec:
2559 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2560 Added more ordinals to KERNEL, GDI, USER and system drivers
2563 * dlls/ddraw/ddraw/dga.c:
2564 Peter Ganten <peter@ganten.org>
2565 _common_depth_to_pixelformat() returns -1 and not zero, if a mode is
2568 * dlls/comctl32/toolbar.c:
2569 Dave Hawkes <daveh-wine@cadlink.com>
2570 Avoid gratuitously changing the ZORDER.
2572 * dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/x11.c:
2573 Marcus Meissner <marcus@jet.franken.de>
2574 Use correct bpp for the X side of the surface XImages.
2575 Cleaned up Xlib_Surface_Release so it is a bit more readable.
2576 use VirtualAlloc for conversion-programside buffer to simplify
2579 * loader/resource.c:
2580 Dave Hawkes <daveh-wine@cadlink.com>
2581 GlobalFree16 returns NULL on success, but DestroyAcceleratorTable
2582 should return TRUE on success.
2584 * dlls/ddraw/dsurface/main.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
2585 Marcus Meissner <marcus@jet.franken.de>
2586 Dump FourCC correctly, print conversion messages, add reference to
2587 ddraw in DDSurface::GetDDInterface.
2589 * dlls/x11drv/x11drv_main.c:
2590 Marcus Meissner <marcus@jet.franken.de>
2591 Restrict nTimeout to 0-32767, since it is a 16bit value in X.
2593 * dlls/ntdll/signal_i386.c:
2594 Dave Hawkes <daveh-wine@cadlink.com>
2595 Exception handling for SIGFPE must always clear the FPU interrupt
2598 * dlls/commdlg/filedlg95.c, dlls/crtdll/.cvsignore, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/Makefile.in, dlls/ntdll/misc.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, dlls/ntdll/string.c, dlls/ntdll/wcstring.c, include/crtdll.h, Make.rules.in, Makefile.in, dlls/Makefile.in:
2599 Moved shared crtdll/ntdll functions into ntdll.
2600 Made crtdll a separate dll.
2602 * dlls/olecli/olecli_main.c, dlls/shell32/classes.c, dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/wine/obj_base.h, misc/lstr.c, dlls/ole32/compobj.c, dlls/ole32/datacache.c, dlls/ole32/ole2.c, dlls/oleaut32/typelib.c:
2603 Cleaned up a few inter-dll dependencies.
2605 * dlls/shell32/shellpath.c, dlls/winsock/socket.c:
2606 Patrik Stridvall <ps@leissner.se>
2607 Fixed some issues found by winapi_check.
2609 * dlls/ddraw/d3ddevice/main.c, dlls/wininet/http.c, dlls/wininet/internet.c:
2610 Patrik Stridvall <ps@leissner.se>
2611 Fixed some warnings.
2613 * tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/olecli32.api, tools/winapi_check/win32/opengl32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/modules.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/msvfw32.api, tools/winapi_check/winapi_local.pm:
2614 Patrik Stridvall <ps@leissner.se>
2615 - Minor API files fixes.
2616 - Minor bug fixes and additions.
2618 * include/dsdriver.h, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c:
2619 Ove Kaaven <ovek@transgaming.com>
2620 Restructure DirectSound. Remove dsound thread, use MM timers
2621 instead. Implemented the DirectSound HEL, with the ability to
2622 prebuffer 300ms of sound, while maintaining play latency of 40ms, and
2623 the exact playposition (Starcraft cinematics are lip-synched). Some
2624 initial HAL support.
2626 * relay32/builtin32.c:
2627 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
2628 Replaced the BUILTIN32_dlopen() ERR() by a WARN().
2630 * include/winresrc.h:
2631 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2632 Added include/winresrc.h for porting with winelib.
2634 * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
2635 Francois Gouget <fgouget@psn.net>
2636 Merged DeviceCapabilities and DeviceCapabilitiesA.
2638 * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c, include/vfw.h:
2639 Francois Gouget <fgouget@psn.net>
2640 Merged MCIWndCreate and MCIWndCreateA.
2642 * dlls/ole32/compobj.c:
2643 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2644 CLSIDFromString apparently also accepts ProgIDs as an input string.
2646 * include/winuser.h:
2647 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2648 Added SC_ICON/SC_ZOOM (obsolete macros).
2650 * include/wininet.h:
2651 Marcus Meissner <marcus@jet.franken.de>
2652 Added prototypes for new InternetCheckConnection*.
2654 2000-06-20 Alexandre Julliard <julliard@winehq.com>
2656 * dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/oleaut32.spec:
2657 Cleaned up a few inter-dll dependencies.
2659 * tools/wmc/Makefile.in, tools/wrc/Makefile.in:
2660 Alexander V. Lukyanov <lav@long.yar.ru>
2661 Fixed problems with compilation/install out of source tree.
2663 * include/winerror.h, dlls/ole32/compobj.c, dlls/ole32/storage32.c:
2664 Noomen Hamza <noomen@macadamian.com>
2665 OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
2666 the CLSID of the OLE object is not found in the registry. Fixed.
2669 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2670 Make WritePrivateProfileSectionA care for "" and NULL as the
2671 string argument. New function PROFILE_DeleteAllKeys.
2673 * dlls/winmm/wineoss/midi.c:
2674 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2675 Fixed format strings.
2677 * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c:
2678 Rein Klazes <rklazes@casema.net>
2679 Fix a crash in winhelp caused by hmemcpy16 without prototype.
2680 Fix some compiler warnings.
2682 * dlls/*/Makefile.in:
2683 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2685 * dlls/winmm/wineoss/audio.c:
2686 Ove Kaaven <ovek@transgaming.com>
2687 Fixed WHDR_DONE race condition.
2689 * dlls/shell32/shellstring.c, dlls/shell32/shlwapi.spec:
2690 Huw D M Davies <h.davies1@physics.ox.ac.uk>
2691 Implemented StrCatBuff.
2694 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2695 Added typedef of DROPFILES.
2697 * include/winerror.h:
2698 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
2699 Added ResultFromScode/GetScode (obsolete macros).
2701 * graphics/painting.c:
2702 Dave Hawkes <daveh-wine@cadlink.com>
2703 MoveToEx: return TRUE even if there is no driver implementation.
2705 * dlls/comctl32/status.c:
2706 Gerard Patel <g.patel@wanadoo.fr>
2707 Protect against programs creating parts with negative width.
2709 2000-06-18 Alexandre Julliard <julliard@winehq.com>
2711 * loader/resource.c, msdos/int21.c:
2712 Dmitry Timoshkov <dmitry@sloboda.ru>
2713 Use GetSystemDefaultLangID() instead of WINE_LanguageId.
2715 * documentation/winedbg, debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/intvar.h, debugger/memory.c, debugger/module.c, debugger/registers.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
2716 Eric Pouech <Eric.Pouech@wanadoo.fr>
2717 - cleaned-up break handling
2718 - better integration of debugger inner loops (parser & events)
2719 - added attach command
2720 - improved parser so that it can be entered without any process loaded
2721 - added BreakOnFirstChance internal variable
2722 - disabled NE module symbol module (which is broken with ASS)
2723 - misc portability cleanups
2725 * dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
2726 Stephane Lussier <stephane@macadamian.com>
2727 - Fixed a memory corruption in safe arrays when using SafeArrayCopy()
2728 function with a SafeArray created with FADF_FIXEDSIZE.
2729 - Added more FADF flags in the .h file.
2730 - FADF flags were defined twice, corrected the situation.
2732 * graphics/x11drv/text.c:
2733 Dmitry Timoshkov <dmitry@sloboda.ru>
2734 Do not assume that double byte font == unicode font.
2736 * dlls/msvideo/msvideo_main.c, include/ddeml.h, include/vfw.h, include/winbase.h, include/winuser.h, tools/winapi_check/win32/msvfw32.api, tools/winapi_check/win32/user32.api, windows/user.c:
2737 Francois Gouget <fgouget@psn.net>
2738 Added some missing prototypes.
2739 Define the HDRAWDIB handle type.
2741 * include/windowsx.h: Francois Gouget <fgouget@psn.net>
2742 hmemcpy16 is a Win16 API, the macro is hmemcpy.
2744 * dlls/Makefile.in, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
2745 James Hatheway <james@macadamian.com>
2746 Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
2747 functions already implemented.
2749 * dlls/winmm/mciseq/mcimidi.c:
2750 Eric Pouech <Eric.Pouech@wanadoo.fr>
2751 Fixed port status query.
2753 * include/dsdriver.h: Ove Kaaven <ovek@transgaming.com>
2754 Added DirectSound device driver header file.
2756 * loader/pe_image.c: Ove Kaaven <ovek@arcticnet.no>
2757 Make the base relocation message a WARN, not a FIXME.
2759 * tools/Makefile.in:
2760 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2761 Distinguish between SUBDIRS and INSTALLSUBDIRS.
2763 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
2764 CB_SETCURSEL should not generate another listbox event after updating
2767 * dlls/comctl32/treeview.c:
2768 Noomen Hamza <noomen@macadamian.com>
2769 WM_PAINT should be processed only by the TREEVIEW_Paint function, so
2770 we don't need to call DefWindowProcA function within TREEVIEW_Paint.
2773 James Hatheway <james@macadamian.com>
2774 We must return the atom of the class in GetClassInfoEx instead of just
2777 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
2778 James Hatheway <james@macadamian.com>
2779 Added a stub for CoCreateFreeThreadedMarshaler().
2781 * memory/string.c: Dmitry Timoshkov <dmitry@sloboda.ru>
2782 Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
2783 OemToCharBuffA/W using MultiByteToWideChar/WideCharToMultiByte.
2786 Francois Jacques <francoisj@macadamian.com>
2787 GetSystemMenu called with bRevert argument set to TRUE now returns
2788 NULL as specified in Platform SDK.
2790 * graphics/x11drv/dib.c:
2791 Stephane Lussier <stephane@macadamian.com>
2792 Fixed memory access outside of the range for source bits in 24-bit bitmaps.
2794 2000-06-16 Alexandre Julliard <julliard@winehq.com>
2796 * dlls/ole32/ole32.spec:
2797 Francois Jacques <francoisj@macadamian.com>
2798 Make IIDFromString point to CLSIDFromString.
2800 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
2801 Juergen Schmied <juergen.schmied@debitel.net>
2802 - better error check when importing functions via GetProcAdress
2803 - replaced SHGetSpecialFolderPath (not aviable in all shell32 versions)
2804 - changed call order when browsing to different folder (crash with native shell)
2805 - removed Move call since IShellview_CreateViewWindow creates it already in
2808 * dlls/shell32/shlwapi.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c:
2809 Juergen Schmied <juergen.schmied@debitel.net>
2810 - fixed null-pidl from _ILCreateControl
2811 - some more no-name functions in shlwapi
2813 * dlls/shell32/systray.c:
2814 Francois Jacques <francoisj@macadamian.com>
2815 Keep an internal copy of the icon.
2817 * include/objbase.h: Francois Gouget <fgouget@psn.net>
2818 Reorder the __attribute__ directive in the legacy macros for
2819 compatibility with old g++ compilers.
2821 * graphics/x11drv/dib.c:
2822 Ken Coleman <ken_coleman@iname.com>
2823 Fixes to CreateDIBSection and other areas where biSizeImage is
2824 incorrectly assumed to be correct if it non-zero. This fixes a
2825 crashing problem in Sid Meier's Alpha Centauri.
2827 ----------------------------------------------------------------
2828 2000-06-15 Alexandre Julliard <julliard@winehq.com>
2830 * windows/mdi.c, include/mdi.h, resources/sysres_En.rc, resources/user32.rc:
2831 David Lassonde <davidl@macadamian.com>
2832 Implemented the More Windows... menu item for MDI.
2835 Sheri Steeves <sheri@macadamian.com>
2836 Check again for GetNextDlgTabItem after return from WM_INITDIALOG
2837 message in dialog creation.
2839 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
2840 Set clipping region to client window in LISTBOX_Paint.
2843 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2844 More verbose error message.
2847 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2848 cp_mbstowcs: check functions return zero on success.
2851 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2852 GetFullPathName: get "drive" value too for absolute paths.
2855 Frederic Boulanger <frederic@macadamian.com>
2856 CreateSpoolFile is called with a dos name, we have to make sure that
2857 when we create the spoolfile we use the unix name associated to the
2860 * include/winbase.h, misc/comm.c:
2861 Mike McCormack <mike_mccormack@looksmart.com.au>
2862 - add prototypes for serial API functions
2863 - correct existing serial API prototypes incorrectly using DWORD
2865 - define more structures and values in serial API
2867 * windows/dce.c: Noomen Hamza <noomen@macadamian.com>
2868 Added a NULL pointer check within DCE_AddClipRects function.
2870 * loader/resource.c:
2871 Dmitry Timoshkov <dmitry@sloboda.ru>
2872 Optimized implementation of LoadStringA.
2874 * documentation/x11drv: Ove Kaaven <ovek@arcticnet.no>
2875 Text of WWN article "The X11 driver".
2877 * documentation/HOWTO-winelib:
2878 Wilbur N. Dale <wilbur.dale@lumin.nl>
2879 WineLib does not support Win16. Removed references to Win16 and Win
2880 3.x in the introduction. Standardized capitalization of Wine and
2881 WineLib. Added documentation for compiling a simple "Hello World"
2884 * windows/message.c:
2885 Sheri Steeves <sheri@macadamian.com>
2886 Added setting of cursor postition to MSG_PostToQueue.
2888 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
2889 WM_SETREDRAW should repaint the listbox when set to on if something
2892 2000-06-14 Alexandre Julliard <julliard@winehq.com>
2894 * 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:
2895 Removed @PROGEXT@ (it was broken anyway).
2896 Improved 'make install'.
2897 Cleaned up the main Makefile.
2899 * scheduler/handle.c:
2900 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
2901 ConvertToGlobalHandle: fixed handle leak.
2903 * include/options.h:
2904 Fixed options structure definition.
2907 Noomen Hamza <noomen@macadamian.com>
2908 Made SetWindowPos handle the case when inserting a window after itself
2909 (don't need to change the Zorder).
2911 * documentation/opengl:
2912 Lionel Ulmer <lionel.ulmer@free.fr>
2913 Updated OpenGL documentation.
2915 * dlls/olepro32/olepro32.spec:
2916 Gerard Patel <g.patel@wanadoo.fr>
2917 Set the base for the ordinals of olepro32 to 248.
2919 * include/commctrl.h:
2920 Matthew J. Francis <mfrancis@plus.net.uk>
2921 Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
2924 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
2926 Added difftime function.
2928 2000-06-13 Alexandre Julliard <julliard@winehq.com>
2930 * 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:
2931 Bertho Stultiens <bertho@panter.soci.aau.dk>
2932 Initial release of the message compiler.
2934 * 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:
2935 Juergen Schmied <juergen.schmied@debitel.net>
2936 - new dll shfolder.dll
2939 * 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:
2940 Bertho Stultiens <bertho@akhphd.au.dk>
2941 - Bugfix: Corrected "off by one" error in the linenumber while parsing
2943 - Bugfix: A segfault would occur if messagetables were parsed without
2944 memory options attached. Also added buffer-overflow safeguard while
2945 converting between byteorders.
2946 - Finished remapping usertype resources onto standars types by tricking
2947 the parser into accepting a different token. The remapping can be
2948 disabled with a new commandline option '-m'.
2949 - Resolved some warning about chars used as index on SGI O2 machine
2950 (the ctype isXXX() routines are macros there).
2953 Bertho Stultiens <bertho@panter.soci.aau.dk>
2954 Commented out IsBadWritePtr check. Makes winhlp32.exe happy in
2957 * documentation/opengl:
2958 Lionel Ulmer <lionel.ulmer@free.fr>
2959 OpenGL documentation.
2962 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
2963 DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
2964 on CD-ROMs, even if CD-ROM is *not* mounted and thus the mount point
2965 normally returns the "avail" of the corresponding partition.
2966 Cleaned up GetDiskFreeSpaceA.
2968 * windows/x11drv/wnd.c:
2969 Gerard Patel <g.patel@wanadoo.fr>
2970 Do not change the WS_CHILD style in SetParent.
2972 * 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:
2973 Use the Unicode string functions from wine/unicode.h instead of the
2976 * include/wine/unicode.h, unicode/Makefile.in, unicode/string.c:
2977 Added a couple of Unicode string routines.
2979 * 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:
2980 Marcus Meissner <marcus@jet.franken.de>
2981 Added 24->32 packed pixel mapping support to convert.
2982 Slightly rewrote the conversion initialisation.
2985 Marcus Meissner <marcus@jet.franken.de>
2986 Strip whitespace from front of profile values.
2988 2000-06-12 Alexandre Julliard <julliard@winehq.com>
2990 * dlls/user/Makefile.in, dlls/user/exticon.c, win32/ordinals.c:
2991 Juergen Schmied <juergen.schmied@debitel.net>
2992 Implementation for PrivateExtractIcons, PrivateExtractIconEx.
2994 * scheduler/thread.c, dlls/ole32/errorinfo.c, include/thread.h, scheduler/process.c:
2995 Juergen Schmied <juergen.schmied@debitel.net>
2996 - implemented Get/SetThreadLocale
2997 - added comment about OleErrorInfo field in TEB
3000 Marcus Meissner <marcus@jet.franken.de>
3001 Added struct offsets so understanding game disassembly is easier.
3003 * dlls/wineps/brush.c:
3004 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3005 If printer only supports level 1 PostScript then complain rather than
3006 trying to use a pattern color space. Thanks to David Goodenough.
3008 * include/wine/obj_base.h:
3009 Marcus Meissner <marcus@jet.franken.de>
3010 Corrected IsEqualGUID prototype.
3012 * dlls/ddraw/dga2.c:
3013 Lionel Ulmer <lionel.ulmer@free.fr>
3014 replaced a DPRINTF by a TRACE
3016 * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
3017 Lionel Ulmer <lionel.ulmer@free.fr>
3018 - moved the 'constructor' into a real DLL init function
3019 - make OpenGL32 dependant on the X11 driver
3021 * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
3022 hookThunk was not initialized in GetDcState.
3024 * graphics/x11drv/text.c:
3025 Use the font default char for undefined characters when mapping from
3028 * 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:
3029 Lionel Ulmer <lionel.ulmer@free.fr>
3030 New OpenGL thunk generation script.
3032 * dlls/ddraw/dsurface/x11.c:
3033 Lionel Ulmer <lionel.ulmer@free.fr>
3034 Removed the Release in case of error as we do not AddRef anymore.
3037 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3038 Made the DLL version clash error message more verbose.
3040 * 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:
3041 Reimplemented Unicode case mapping in a slightly more efficient way.
3042 Moved case mapping support to the unicode directory.
3043 Some cleanups in cpmap.pl, use WCHAR instead of unsigned short.
3045 2000-06-11 Alexandre Julliard <julliard@winehq.com>
3047 * dlls/comctl32/header.c:
3048 Aric Stewart <aric@codeweavers.com>
3049 We were not properly masking the item that was sent with the message
3050 and also we where not sending the notification at the proper times.
3052 * controls/listbox.c:
3053 Jason Mawdsley <jason@macadamian.com>
3054 Take focus before setting the caret position and selections.
3056 * relay32/snoop.c: James Abbatiello <abbeyj@wpi.edu>
3057 Fix for compiler warning (due to setjmp/longjmp being used for
3058 exception handling).
3060 * controls/button.c:
3061 Sheri Steeves <sheri@macadamian.com>
3062 Added save and reset of SetBKMode values in WM_PAINT.
3063 Added handling of lParam value in BM_SETSTYLE.
3065 * 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:
3066 Francois Gouget <fgouget@psn.net>
3067 Reordered the CALLBACK and WINAPI directives so that it compiles with
3070 * include/vfw.h, include/windef.h:
3071 Francois Gouget <fgouget@psn.net>
3072 - Define HIC in this header rather than in windef.h (this is the
3073 correct thing to do although it is unrelated to the C++ issues).
3074 - WINE_HIC is an internal structure and it won't compile in C++ because
3075 it contains a field called 'private'. Enclosed in a __WINE__ ifdef.
3076 - Reordered the CALLBACK and WINAPI directives so that it compiles with
3079 * include/winspool.h: Francois Gouget <fgouget@psn.net>
3080 Fixed a typo in the name of FreePrinterNotifyInfo.
3082 * 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:
3083 Ulrich Czekalla <ulrichc@corel.ca>
3084 HTTP protocol now supported, InternetCrackUrl fixed, lots of other
3087 * dlls/comctl32/toolbar.c, dlls/shell32/shellpath.c, tools/build.c:
3088 Patrik Stridvall <ps@leissner.se>
3089 Fixed some warnings.
3091 * dlls/oleaut32/oleaut32.spec:
3092 Patrik Stridvall <ps@leissner.se>
3093 Fixed some issues found by winapi_check.
3095 * 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:
3096 Patrik Stridvall <ps@leissner.se>
3097 - Minor API files fixes
3098 - Use output prefix instead of high order functions that, for some
3099 reason, leaks memory. The memory usage of winapi_check is now greatly
3101 - Turned on argument kind checking of doubles by default
3103 * dlls/commdlg/comdlg32.spec:
3104 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3105 Remove second import of winspool.drv.
3107 * controls/static.c:
3108 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3109 Add support for icons set by STM_SETIMAGE.
3111 * dlls/wineps/bitmap.c:
3112 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3113 Terminate image data with a '>' [The PSLRM is rather vague about this].
3114 Thanks to Bernd Herd.
3116 * graphics/x11drv/xfont.c:
3117 John Elliot <jce@seasip.demon.co.uk>
3118 Some fonts may have no characters at all for some reason, avoid crashes.
3120 * dlls/dsound/dsound_main.c:
3121 James Abbatiello <abbeyj@wpi.edu>
3122 Add a few more flags to those recognized when doing trace+dsound.
3124 * objects/text.c: James Abbatiello <abbeyj@wpi.edu>
3125 Don't print uiLengthDrawn in the FIXME in DrawTextExA. Its an output
3126 variable, not an input variable.
3128 * graphics/x11drv/dib.c:
3129 James Abbatiello <abbeyj@wpi.edu>
3130 Use XCreateImage/XGetSubImage instead of XGetImage for
3131 X11DRV_DIB_GetImageBits.
3133 2000-06-10 Alexandre Julliard <julliard@winehq.com>
3135 * 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:
3136 Added support for symbol codepage.
3137 Improved handling of undefined codepage characters.
3139 * loader/ne/module.c:
3140 Make sure GetModuleFileName16 does not return garbage even if the path
3141 is not valid (thanks to Andreas Mohr).
3143 * graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
3144 Dmitry Timoshkov <dmitry@sloboda.ru>
3145 Assign codepage for every X11 font suffix, and use it for converting
3148 * win32/Makefile.in, win32/code_page.c, dlls/kernel/kernel.spec, memory/Makefile.in, memory/codepage.c, memory/string.c:
3149 Rewrote codepage support to use the new codepage tables.
3151 * 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:
3152 Added support for WC_NO_BEST_FIT_CHAR and default char parameters in
3154 Minor cosmetic fixes.
3156 * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
3157 Ove Kaaven <ovek@transgaming.com>
3158 Call TSXFlush after setting DGA palette, so it updates immediately.
3160 2000-06-09 Alexandre Julliard <julliard@winehq.com>
3162 * 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:
3163 Added a bunch of code page tables for multibyte<->wide char
3164 conversions (with the help of Dmitry Timoshkov).
3166 2000-06-08 Alexandre Julliard <julliard@winehq.com>
3168 * 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:
3169 Dmitry Timoshkov <dmitry@sloboda.ru>
3170 Implement NTDLL.towupper and NTDLL.towlower using already existing
3171 case conversion tables. Replace all direct calls to towupper/towlower
3172 either to NTDLL for core or to CRTDLL if latter already used in the
3175 * graphics/x11drv/bitblt.c: Shi Quan He (of Corel)
3176 The implementation of StretchBlt in WINE does not use the foreground and
3177 background color when a bitmap is copied from mono to mono. This is
3178 not the case in the actual implementation under Windows but MSDN did
3181 * dlls/comctl32/status.c:
3182 Aric Stewart <aric@codeweavers.com>
3183 Windows must update the right edge (-1) of the last panel upon drawing
3184 instead of relying on WM_SIZE.
3186 * dlls/comctl32/treeview.c:
3187 Aric Stewart <aric@codeweavers.com>
3188 Properly handle InsertItem with an invalid HTREEITEM. Windows handles
3189 these like a TVI_LAST.
3191 * windows/x11drv/event.c:
3192 Turchanov Sergei <turchanov@otvprim.ru>
3195 * dlls/Makefile.in: Added missing dependency.
3197 * debugger/msc.c, debugger/winedbg.c, relay32/builtin32.c:
3198 Removed the .xcnlnk section hack, and replaced it by another hack in
3199 the debugger CREATE_PROCESS event handling.
3201 * dlls/Makefile.in: Merged mouse dll into USER.
3203 * programs/winhelp/macro.c: Compile fix.
3205 * if1632/builtin.c, if1632/thunk.c, loader/task.c, memory/atom.c, scheduler/thread.c, win32/kernel32.c:
3206 Removed a few unnecessary includes.
3208 * 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:
3209 Merged mouse dll into USER.
3211 * 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:
3212 Simplified wrc flags handling.
3215 Yet another attempt at fixing CW_USEDEFAULT handling.
3218 Use FILE_SHARE_READ to open the file in GetBinaryTypeA.
3220 * debugger/module.c:
3221 Strip path name from dll when adding symbols.
3223 * loader/pe_image.c:
3224 Send full path name and debug information in load_dll event.
3226 * include/server.h, relay32/builtin32.c, scheduler/process.c, server/debugger.c, server/process.c, server/trace.c, include/module.h:
3227 Pass the main exe name in the CREATE_PROCESS debug event.
3229 * scheduler/sysdeps.c:
3230 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
3231 Make a better guess to find the top of the initial stack.
3232 Fixed FreeBSD compile problem (thanks to Gerald Pfeiffer).
3234 * windows/cursoricon.c:
3235 Louis-Philippe Gagnon (of Macadamian for Corel)
3236 Search for already loaded CursorIcon was done with the wrong handle,
3237 so it was leaking icons. Fixed.
3239 * 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:
3240 Bertho Stultiens <bertho@akhphd.au.dk>
3241 - Implemented MESSAGETABLE resource type.
3242 - Usertype resources that cause a type-clash with defined resources
3243 are now detected and a warning is generated. Some types should be
3244 rerouted through other code so that they will be (re-)interpreted.
3245 - Bugfix: Line-continuation in strings in resources include a newline.
3246 This `feature' got deleted with the builtin preprocessor, but has been
3247 put back into place (see last changes comment from version 1.1.0).
3248 - Bugfix: The preprocessor now correctly will see "\\\r\n" as a line-
3250 - Bugfix: Assemblers on some platforms do not use 16bit quantities
3251 for `.word'. This directive is now changed into `.short'.
3252 - All types that accept inline data definitions (a la RCDATA) now
3253 also accept a file specification. This unifies the structure a bit.
3255 2000-06-07 Alexandre Julliard <julliard@winehq.com>
3257 * documentation/dll-overrides:
3258 Ove Kaaven <ovek@arcticnet.no>
3259 Text of WWN article "DLL overrides".
3261 * documentation/HOWTO-winelib:
3262 Wilbur N. Dale <wilbur.dale@lumin.nl>
3263 Added to project. Currently incomplete but will update weekly.
3265 * scheduler/client.c, scheduler/process.c, dlls/ntdll/signal_i386.c:
3266 Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
3267 has been sent, to avoid deadlocking the debugger.
3269 * controls/combo.c, include/combo.h:
3270 Serge Ivanov <sergei@corel.ca>
3271 - ComboLBox is always created as child of ComboBox. If ComboBox has style
3272 other than CBS_SIMPLE, parent of listbox is set to desktop.
3273 - In CBDropDown. ComboBox uses only first item to calculate height of
3274 dropped listbox. Also if listbox is empty its height is unmodified
3275 (previously it was set to 0).
3276 - Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages.
3277 - General clean-up. Message order is now more precise (at least
3278 notifications to client); listbox - combobox interaction has slight
3279 differences comparing to Windows.
3281 * controls/edit.c: Serge Ivanov <sergei@corel.ca>
3282 - Removed dependency of edit control from combobox implementation.
3283 - Edit control uses undocumented window style 0x0200 to detect is it a part
3284 of combobox. If so it calls GetDlgItem(hwndCombo, 1000) to get ComboLBox
3285 window handle (see comments for combo.c below).
3286 - EDIT_CheckCombo - modified for correct handling of keyboard messages.
3287 - Processing of WM_GETDLGCODE and WM_CHAR for VK_RETURN and VK_ESCAPE
3288 depends on whether listbox is dropped down. This prevents closing of dialog
3289 if listbox is dropped down and allows combobox to process these keyboard
3292 * controls/listbox.c: Serge Ivanov <sergei@corel.ca>
3293 - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent)
3294 - When user clicks outside of dropped listbox, original selection must be
3296 - ComboLBox has caret_on = FALSE on creation, that's why combobox sends
3297 LB_CARETON message before dropping listbox down (but only for
3298 CBS_DROPDOWNLIST - I don't now why).
3300 * windows/x11drv/wnd.c: Serge Ivanov <sergei@corel.ca>
3301 Well, SetParent doesn't work properly at all, but at least it must preserve
3302 window ID. In fact it also must preserve window styles, destroy X
3303 counterpart if parent of popup or overlapped window is set to someting
3304 different from Desktop, and lot of other stuff that it must and mustn't do.
3305 But preserving ID is good enough for now.
3307 * include/winuser.h: Serge Ivanov <sergei@corel.ca>
3308 Added undocumented window style.
3310 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, documentation/status/directplay:
3311 Peter Hunnisett <hunnise@nortelnetworks.com>
3312 - Small update to documentation
3313 - More player/group interface implementation (not tested)
3316 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
3317 Don't call MessageBoxA before USER is initialized.
3319 * controls/listbox.c: Stephane Lussier
3322 - Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set
3323 and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting
3324 the size in both cases.
3325 - When the caret index change, items repainting need tp be in this
3327 a) Paint old caret item without the focus
3328 b) Paint old caret item without the selection
3329 c) Paint new caret item with the selection
3330 d) Paint new caret item with the focus.
3331 - When repainting the listbox, we should paint all items regarding if
3332 they are slected or not and then paint after the focus item. So focus
3333 item will end out being painted twice. (That's what Windows does).
3335 * files/file.c: Stas Sergeev <stas.orel@mailcity.com>
3336 mmap() fails with ENODEV on NTFS under Linux.
3338 * dlls/commdlg/filedlg95.c, dlls/shell32/shellpath.c:
3339 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3340 PathFindNextComponent: return pointer to NULL and not NULL.
3342 * dlls/comctl32/toolbar.c:
3343 Aric Stewart <aric@codeweavers.com>
3344 Added handling of TBSTYLE_AUTOSIZE.
3346 * dlls/comctl32/datetime.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg95.c, dlls/x11drv/x11drv_main.c, include/crtdll.h, msdos/ioports.c:
3347 Patrik Stridvall <ps@leissner.se>
3348 Fixed some warnings.
3350 * dlls/urlmon/umon.c, include/urlmon.h, scheduler/critsection.c, dlls/odbc32/proxyodbc.c, dlls/ole32/moniker.c, dlls/shell32/shellstring.c:
3351 Patrik Stridvall <ps@leissner.se>
3352 Fixed issues found by winapi_check.
3354 * 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:
3355 Patrik Stridvall <ps@leissner.se>
3356 - Minor API files update.
3357 - Turned on calling convention checking for Win32 functions by
3360 * dlls/comctl32/toolbar.c:
3361 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3362 TOOLBAR_DrawString: catch index== -1 (but not yet handled).
3365 Fixed off-by-one error in string allocation.
3368 Alexandre Julliard <julliard@codeweavers.com> for Corel
3369 The window dimensions have to be initialized before sending the
3370 WM_GETMINMAXINFO message.
3372 * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c:
3373 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
3374 Removed mis-aligned accesses during BIOS/DOS data initialization.
3377 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
3378 Fixed size of pe_header on machines with non-4K pages.
3380 * if1632/snoop.c, relay32/snoop.c:
3381 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
3382 Use "CALL" and "RET" in capital letters for distinction.
3384 * dlls/comctl32/propsheet.c:
3385 Noomen Hamza <noomen@macadamian.com>
3386 The active page should be unchanged when removing an active first page
3387 from a property sheets.
3389 2000-06-04 Alexandre Julliard <julliard@winehq.com>
3391 * dlls/ntdll/signal_sparc.c, memory/selector.c, scheduler/critsection.c, server/Makefile.in, server/context_sparc.c:
3392 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
3393 Updated support for Solaris/Sparc architecture.
3395 * dlls/comctl32/toolbar.c:
3396 Michael Cardenas <michael_cardenas@deneba.com>
3397 Corrected a potential crash.
3399 * scheduler/process.c, scheduler/sysdeps.c, tools/build.c, include/callback.h, loader/task.c:
3400 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
3401 Moved stack switch handling (large stack) to sysdeps.c
3402 Enable exception dispatch while on large stack.
3404 * dlls/comctl32/listview.c:
3405 Chris Morgan <cmorgan@wpi.edu>
3406 Finished the implementation of LISTVIEW_SetColumnWidth. Tested
3407 against windows thoroughly. Fixed bug resulting in unsigned values
3408 being passed into LISTVIEW_SetColumnWidth from the listview window
3409 procedure. Fixed LISTVIEW_GetItemHeight to disregard the height of
3410 icons if no icons exist.
3412 * include/commctrl.h: Chris Morgan <cmorgan@wpi.edu>
3413 Added defines for LVSCW_AUTOSIZE/_USEHEADER.
3415 * dlls/comctl32/header.c:
3416 Chris Morgan <cmorgan@wpi.edu>
3417 Replaced calls to HEADER_Refresh with InvalidateRect.
3419 * dlls/comctl32/toolbar.c:
3420 Eric Kohl <ekohl@rz-online.de>
3421 Started support for menubar-like toolbars.
3423 * debugger/break.c, debugger/debugger.h, debugger/hash.c, debugger/memory.c, debugger/source.c, debugger/stack.c, debugger/winedbg.c:
3424 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
3425 Compile fixes for non-i386 archs.
3427 * controls/button.c, controls/uitools.c:
3428 Susan Farley <sfarley@codeweavers.com>
3429 Attempt to paint the checkbox and radio buttons better.
3431 2000-06-03 Alexandre Julliard <julliard@winehq.com>
3433 * dlls/ttydrv/ttydrv_main.c: Fixed warning.
3435 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c, include/commctrl.h:
3436 Eric Kohl <ekohl@rz-online.de>
3437 Updated to dll version 5.81 (IE 5.01).
3439 * dlls/comctl32/treeview.c:
3440 Eric Kohl <ekohl@rz-online.de>
3441 Implemented TVM_GETITEMW.
3443 * dlls/comctl32/listview.c, include/listview.h:
3444 Jason Mawdsley <jason@macadamian.com>
3445 Added support for typing the filename in the listview control and
3446 having the control select it.
3448 * windows/message.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, include/message.h, misc/main.c:
3449 Removed MSG_WineStartTicks (does not work for multiple address spaces
3452 * graphics/enhmetafiledrv/init.c:
3453 Replaced GetDC by CreateDC.
3455 * include/bitmap.h, objects/dib.c, windows/cursoricon.c:
3456 Moved DIB_FixColorsToLoadflags to cursoricon.c.
3458 * documentation/wine.man.in:
3459 Peter Ganten <peter@ganten.org>
3460 Documented the new wine command line and the environment variable
3463 * msdos/dpmi.c, dlls/dsound/dsound_main.c:
3464 Patrik Stridvall <ps@leissner.se>
3465 Fixed some warnings.
3467 * 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:
3468 Patrik Stridvall <ps@leissner.se>
3471 * memory/instr.c, msdos/interrupts.c, dlls/kernel/wprocs.spec, if1632/builtin.c, include/builtin16.h:
3472 Delay loading of interrupt table functions until they are needed.
3474 * include/miscemu.h, msdos/ioports.c:
3475 Delay initialization of I/O permissions until they are first used.
3477 * 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:
3478 Moved kernel initialization to kernel_main.c
3480 * 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:
3481 Merged display.dll into USER.
3484 Juergen Schmied <juergen.schmied@debitel.net>
3487 * 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:
3488 Dimitrie O. Paun <dimi@cs.toronto.edu>
3489 Start to separate KERNEL out of libwine.
3491 2000-06-02 Alexandre Julliard <julliard@winehq.com>
3493 * include/ts_xutil.h, tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c:
3494 Susan Farley <sfarley@codeweavers.com>
3495 Preserve WM hints that were set during window creation by calling
3496 XGetWMHints prior to XSetWMHints.
3498 * include/commdlg.h:
3499 Michael Cardenas <michael_cardenas@deneba.com>
3500 Added a few message crackers.
3502 * tools/wineconf: Ove Kaaven <ovek@arcticnet.no>
3503 Add "Unix drives" /tmp and ${HOME}, and Device and Filesystem
3504 statements, to autogenerated wine.conf.
3506 * 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:
3507 Juergen Schmied <juergen.schmied@debitel.net>
3508 - Rewrite of the shell related parts of the dialog to use the already
3509 in shell32implemented functions (ShellFolder/Path*). Eliminated direct
3511 - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
3512 some dlls per *.spec file
3513 - Most OpenFile Flags (OFN_*) should work properly now
3514 - The edit box should work right with all stuff entered in it like
3515 ..\temp\file.txt or just c: to change a drive
3516 - Optimized DataObject handling
3517 - Some bugs fixed, should work with native shell32 again.
3518 - Stubs for PrintDlgEx
3520 2000-06-01 Alexandre Julliard <julliard@winehq.com>
3522 * 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:
3523 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3524 Lots of spelling fixes that accumulated in my tree again, made several
3525 error msgs more verbose, doc updates.
3527 * 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:
3528 Juergen Schmied <juergen.schmied@debitel.net>
3529 - New (some stubs): SHGetFolderLocation, PathAddExtension,
3530 PathIsUNCServer, PathIsUNCServerShare, PathMakePretty,
3531 SHCreateShellPalette, SHOpenRegStream, SHOpenRegStream2
3532 - Many string functions implemented
3533 - Some stubs for exports by ordinal
3535 * loader/pe_image.c:
3536 Juergen Schmied <juergen.schmied@debitel.net>
3537 Give a error message if a forwarded export is not resolved.
3539 * files/dos_fs.c, include/winbase.h, relay32/kernel32.spec:
3540 Juergen Schmied <juergen.schmied@debitel.net>
3541 Implemented FindFirstFileEx, cleaned old implementation up.
3543 * controls/widgets.c:
3544 Louis-Philippe Gagnon (of Macadamian for Corel)
3545 Static controls weren't receiving WM_LBUTTONDBLCLK messages because the
3546 Static window class was registered without the CS_DBLCLKS style (which it
3549 * scheduler/process.c:
3550 Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes).
3552 * include/dsound.h, dlls/dsound/dsound_main.c, include/dplay.h:
3553 Peter Hunnisett <hunnise@nortelnetworks.com>
3554 - Added DirectSoundCapture and DirectSoundCaptureBuffer interfaces
3555 - Added some SoundCapture stubs
3556 - Changed REFIID to LPCGUID in a few places as per MS header file
3558 * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
3559 Juergen Schmied <juergen.schmied@debitel.net>
3560 Stub for RtlConvertSidToUnicodeString.
3562 * controls/static.c: Serge Ivanov <sergei@corel.ca>
3563 MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control style is
3564 SS_NOTIFY; otherwise, returns HTTRANSPARENT. "
3566 * dlls/winsock/socket.c:
3567 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3570 2000-05-31 Alexandre Julliard <julliard@winehq.com>
3572 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
3573 Set a default size for windows when CW_USEDEFAULT is used.
3575 2000-05-30 Alexandre Julliard <julliard@winehq.com>
3577 * ole/nls/hrv.nls, windows/x11drv/keyboard.c, documentation/languages, documentation/wine.man.in, include/options.h, misc/main.c, ole/ole2nls.c:
3578 Zoran Dzelajlija <jelly@srk.fer.hr>
3579 Basic Croatian language support.
3581 * controls/edit.c: Serge Ivanov
3582 Returning DLGC_WANTALLKEYS for multiline edit control was not good because
3583 it breaks navigation in dialogs.
3585 * dlls/dsound/dsound_main.c:
3586 Peter Hunnisett <hunnise@nortelnetworks.com>
3587 - Fixed some initialization/destruction and reference counting
3588 - Added a little more debugging information
3590 * tools/font_convert.sh:
3591 Peter Ganten <peter@ganten.org>
3592 Added a shell-script for easier font-installation.
3594 * 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:
3595 Dimitrie O. Paun <dimi@cs.toronto.edu>
3596 Separate wineps out of Wine's core.
3598 * dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/dplay.c:
3599 Peter Hunnisett <hunnise@nortelnetworks.com>
3600 - Added a little more dll level debugging and small changes
3601 - Start on group and player interfaces
3603 * dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c, include/dsound.h:
3604 Peter Hunnisett <hunnise@nortelnetworks.com>
3605 - Add another way to create a 3d listener interface.
3606 - Fix up some reference counting bugs and interface creation bugs
3607 - Add DirectSoundEnumerateW stub
3608 - Add DirectSoundCaptureEnumerate{A,W} stubs
3610 * dlls/comctl32/datetime.c, include/datetime.h:
3611 Chris Morgan <cmorgan@wpi.edu>
3612 Added 3D border around control. Fixed monthcal control popup. Added
3613 WM_SIZE support. Optimized drawing. Added WM_LBUTTONUP handling.
3614 Handle DTS_RIGHTALIGN style. Fixed handling of formatting styles,
3615 date is now displayed properly for DTS_SHORTDATEFORMAT.
3617 * dlls/comctl32/monthcal.c:
3618 Chris Morgan <cmorgan@wpi.edu>
3619 Removed all direct calls to MONTHCAL_Refresh() and replaced with
3620 either RedrawWindow or InvalidateRect. Optimized drawing using
3621 RedraWindow and update regions. Fixed "Today" date bug where year was
3622 only one digit. Fixed drawing of circle drawn next to "Today". Fixed
3623 moving to previous or next month by clicking on days belonging to
3624 previous or next months.
3626 * relay32/kernel32.spec, win32/console.c:
3627 Ulrich Czekalla <ulrichc@corel.com>
3628 Add stub for SetConsoleOutputCP.
3631 Marcus Meissner <marcus@jet.franken.de>
3632 Add a ; needed by some YACCs.
3634 * dlls/ddraw/dsurface/x11.c:
3635 Lionel Ulmer <lionel.ulmer@free.fr>
3636 Install the colormap only if it was created.
3639 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3640 Implemented int 0x21 long file name function 0x71a0: Get Volume Info.
3642 * dlls/opengl32/wgl.c:
3643 Lionel Ulmer <lionel.ulmer@free.fr>
3644 Implemented wglShareLists and wglGetCurrentDC.
3646 * 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:
3647 Moved idle event handling to the server.
3650 Use GetStartupInfoA() instead of accessing process structure
3654 Make sure initial task is not marked as 32-bit.
3657 Make child processes inherit command-line options through the
3658 WINEOPTIONS environment variable.
3660 * windows/win.c: Serge Ivanov
3661 SetParent: call SetWindowPos with SWP_NOACTIVATE flag set.
3663 * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/dispdib.spec, if1632/Makefile.in, if1632/dispdib.spec:
3664 Dimitrie O. Paun <dimi@cs.toronto.edu>
3665 Moved DISPDIB out of the kernel into GDI.
3667 * controls/combo.c, include/combo.h:
3668 David Grant <davidgra@corel.ca>
3669 - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT.
3670 - Edit text must be selected only if CB is in focus.
3671 - If CB has edit control we have to call CBUpdateEdit to update its
3672 contents. Invalidating textRect will not force updating of child
3673 edit control, obviously.
3674 - We have to protect ourselves from changing selection in listbox when
3675 we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit ->
3676 EN_CHANGE will not reselect item in the lisbox.
3678 * dlls/gdi/gdi_main.c:
3679 Dimitrie O. Paun <dimi@cs.toronto.edu>
3680 Add include for LoadLibrary.
3682 * include/server.h, memory/atom.c, relay32/kernel32.spec, server/atom.c, server/process.c, server/process.h, server/request.h, server/trace.c:
3683 Turchanov Sergei <turchanov@otvprim.ru>
3684 Implemented local atoms in the server.
3686 * if1632/builtin.c: Do not load wineps on startup.
3689 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3692 * controls/combo.c: Owen Wang
3693 When you click on an icon to open a combo box, you would expect it to
3694 be enabled so you can choose something in it. In Wine this was not
3695 guaranteed since your default flags could get lost in the process-heap
3698 2000-05-29 Alexandre Julliard <julliard@winehq.com>
3700 * 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:
3701 Exec a separate wine binary for every win32 process so that they run
3702 in separate address spaces.
3703 Run 16-bit tasks as Win32 threads, not processes.
3705 2000-05-26 Alexandre Julliard <julliard@winehq.com>
3707 * include/version.h, ANNOUNCE, ChangeLog:
3710 * controls/listbox.c: Serge Ivanov
3711 - Added handling of WM_MOUSEACTIVATE message
3712 - Added in_focus field to internal listbox's structure. This flag is set on
3713 receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
3714 GetFocus function were replaced with checks of this flag.
3715 - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
3718 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
3719 Peter Hunnisett <hunnise@nortelnetworks.com>
3720 Started local name server framework.
3722 * 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:
3723 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3724 Add PrintSetup dialog and support for hooks and templates.
3725 Move 16 bit api definitions out of commdlg.h to cdlg.h
3727 ----------------------------------------------------------------
3728 2000-05-26 Alexandre Julliard <julliard@winehq.com>
3730 * controls/listbox.c: Serge Ivanov
3731 - Added handling of WM_MOUSEACTIVATE message
3732 - Added in_focus field to internal listbox's structure. This flag is set on
3733 receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
3734 GetFocus function were replaced with checks of this flag.
3735 - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
3738 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
3739 Peter Hunnisett <hunnise@nortelnetworks.com>
3740 Started local name server framework.
3742 * 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:
3743 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3744 Add PrintSetup dialog and support for hooks and templates.
3745 Move 16 bit api definitions out of commdlg.h to cdlg.h
3747 * controls/edit.c: Henning Hoffmann
3748 Don't send EN_CHANGE after painting the edit.
3749 Send it wherever text is changed.
3751 * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
3752 Moved the EN_UPDATE notification out of the paint handler. Instead,
3753 the notification is sent when an InvalidateRect is made after
3756 * dlls/comctl32/tooltips.c:
3757 Francois Methot (Macadamian)
3758 Fixed the blank color palette tooltip bug by triggering a refresh of
3759 the tooltip with UpdateWindow function instead of calling directly the
3762 * debugger/Makefile.in, debugger/external.c, misc/Makefile.in, misc/ext_debugger.c:
3763 James Juran <juran@cse.psu.edu>
3764 DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
3766 2000-05-25 Alexandre Julliard <julliard@winehq.com>
3769 Do not clear suffixes list (breaks BSD make).
3771 * dlls/winspool/info.c, include/winspool.h:
3772 Huw D M Davies <h.davies1@physics.ox.ac.uk>
3773 Move winspool to unicode.
3776 * dlls/comctl32/trackbar.c:
3777 Aric Stewart <aric@codeweavers.com>
3778 Reworked the thumb drawing code, thumb calculation code, channel
3779 calculation code, and corrected some bugs in how tics are drawn and
3780 how clicks are handled.
3783 Louis-Philippe Gagnon (of Macadamian Technologies for Corel)
3784 Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).
3786 * dlls/comctl32/toolbar.c:
3787 Chris Morgan <cmorgan@wpi.edu>
3788 Use clipping regions to reduce the amount of processing performed when the
3789 toolbar is repainting. Reduces processing by approximately 85-95% in most
3792 * dlls/comctl32/treeview.c:
3793 Gerard Patel <g.patel@wanadoo.fr>
3794 Fixes crash when calling Treeview_EndEditLabelNow and no node is
3797 2000-05-24 Alexandre Julliard <julliard@winehq.com>
3799 * dlls/comctl32/flatsb.c:
3800 Susan Farley <sfarley@codeweavers.com>
3801 Defer to standard scrolling APIs for non-flatSB specific functions so
3802 that flatSBs show up and behave properly, just not with flat properties.
3804 * graphics/x11drv/dib.c:
3805 Rob Farnum <robf@codeweavers.com>
3806 Separate out the 32bit case from the 24bit case, and copy 3bytes of
3807 source for every 4bytes of input, into the destination for the 24bit
3810 * include/winbase.h, include/winnt.h, win32/file.c:
3811 Francois Gouget <fgouget@psn.net>
3812 Sorted out a few misplaced definitions.
3813 Added some missing definitions related to file handling and virtual
3814 memory manipulation.
3815 Added IsTextUnicode.
3817 * dlls/comctl32/treeview.c:
3818 Aric Stewart <aric@codeweavers.com>
3819 Added handling for TVS_SINGLEEXPAND.
3821 * dlls/comctl32/tab.c:
3822 Aric Stewart <aric@codeweavers.com>
3823 Corrected the problem where a tab control marked multiline but has
3824 only one tab was being justified to fill the whole tab space.
3826 * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
3827 Commented out broken __asm__, added comments where it is broken.
3829 * dlls/comctl32/listview.c:
3830 Martin Fuchs <martin-fuchs@gmx.net>
3831 Inserted a missing call to SetWindowPos(). With this change the header
3832 control is visible again in list views with report style.
3834 * Make.rules.in, tools/wrc/Makefile.in:
3835 Revived the GEN_C_SRCS variable to support wrc lex/yacc sources.
3837 2000-05-23 Alexandre Julliard <julliard@winehq.com>
3839 * windows/message.c:
3840 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
3841 Send a normal mouse message code in WM_PARENTNOTIFY, even if the
3842 actual message was a non-client one.
3844 * server/registry.c, dlls/ddraw/main.c, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
3845 Patrik Stridvall <ps@leissner.se>
3846 Fixed issues found by winapi_check.
3848 * 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:
3849 Patrik Stridvall <ps@leissner.se>
3851 - Better headers and prototype checking
3852 - Prototype checking now called --prototype instead of --headers
3853 - New options --headers-{duplicated,misplaced} for
3854 duplicated/misplaced functions checking of the headers.
3857 * Make.rules.in, configure, configure.in:
3858 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
3859 If system doesn't have OpenGL, don't refer to libopengl32.so.
3861 * dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c:
3862 Abey George (of Macadamian/Corel)
3863 When you open files with Embedded objects, they were not getting drawn
3864 correctly. When you paste OLE objects with presentation data, they
3865 were not getting drawn correctly.
3867 * controls/menu.c: Rob Farnum <robf@codeweavers.com>
3868 Post a WM_CANCELMODE message to wake up the internal menu handling
3869 code. This fixes the problem of a menu being orphaned when the parent
3870 window disappears, or if the parent loses focus.
3872 * dlls/winsock/socket.c:
3873 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3874 Fix a mismatch between format string and parameter.
3876 * dlls/comctl32/updown.c:
3877 Susan Farley <sfarley@codeweavers.com>
3878 SetBuddy no longer overwrites its superclass' WndProc property when
3879 the buddy has already been subclassed, eliminating the infinite loop
3882 * configure, configure.in:
3883 John R. Sheets <jsheets@codeweavers.com>
3884 Cleaned up X11 extension tests.
3886 * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
3887 Capture ^V,^X,^C and translate it to the corresponding message for
3890 * dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
3891 Lionel Ulmer <lionel.ulmer@free.fr>
3892 - fixed the OpenGL32 spec file (and the make_opengl_spec tool)
3893 - prevent HalfLife from crashing when it frees three times the same
3896 * graphics/vga.c, include/vga.h:
3897 Ove Kaaven <ovek@arcticnet.no>
3898 Improved DirectDrawPalette handling (set it on init, not every time it
3899 changes). Added VGA_WriteChars() function.
3901 * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
3902 Scale mouse coordinates to default width 640.
3904 * dlls/ddraw/ddraw/main.c:
3905 Ove Kaaven <ovek@arcticnet.no>
3906 Made WINE_DirectDraw a decorationless popup window. Fixes mouse
3907 coordinates previously offset by the invisible decorations.
3910 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3911 #undef DELETE before (re)defining it.
3913 * dlls/comctl32/tooltips.c:
3914 Chris Morgan <cmorgan@wpi.edu>
3917 * dlls/comctl32/toolbar.c:
3918 Chris Morgan <cmorgan@wpi.edu>
3919 Reduce toolbar redrawing and flicker by calling RedrawWindow() in
3920 TOOLBAR_MouseMove() only if hot effect applies to the current hot
3921 button. Restore bHot flag of hot button in TOOLBAR_LButtonUp() to
3922 restore hot effect properly.
3924 * controls/listbox.c: Serge Ivanov
3925 Fixed WM_LBUTTONDBLCLK handling.
3927 * include/win.h, include/x11drv.h, windows/defwnd.c, windows/nonclient.c, windows/x11drv/wnd.c:
3928 Susan Farley <sfarley@codeweavers.com>
3929 Set and retrieve the window icon that is drawn under managed mode
3930 (based on the work of Andrew Lewycky for Corel).
3932 * dlls/comctl32/toolbar.c:
3933 Aric Stewart <aric@codeweavers.com>
3934 Corrected a problem of when oldHit is negative and we try to use it as
3935 an index into the buttons array.
3937 * include/windows.h: Francois Gouget <fgouget@psn.net>
3938 Should include commdlg.h.
3940 * include/windef.h: Francois Gouget <fgouget@psn.net>
3941 Define the _X86_ macro on Intel processors.
3944 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
3945 Some part of EDIT_EM_LineLength code was commented (broken). Restored
3946 the capability to calculate the remaining non-selected chars of a
3949 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c:
3950 Lionel Ulmer <lionel.ulmer@free.fr>
3951 Remove the PRIMARYSURFACE attribute from back buffers.
3953 * dlls/comctl32/listview.c:
3954 Aric Stewart <aric@codeweavers.com>
3955 If a listview is created with LVS_NOCOLUMNEHEADER then wine creates the
3956 header like normal but just sets it not visible. This fix lays out
3957 those supposedly nonexistent headers to size 0,0. So that even if they
3958 become visible they are not drawn.
3960 * dlls/commdlg/colordlg.c, include/wine/winuser16.h:
3961 Gerard Patel <g.patel@wanadoo.fr>
3962 Remove the direct call into core (DIALOG_DoDialogBox).
3964 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga_private.h:
3965 Lionel Ulmer <lionel.ulmer@free.fr>
3966 Initialize the back-buffer with the correct VTable.
3968 * dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, dlls/opengl32/make_opengl_spec, wine.ini:
3969 Lionel Ulmer <lionel.ulmer@free.fr>
3970 - added option to get double-buffered desktop
3971 - implemented wglUseFontBitmapsA and wglDeleteContext
3973 * 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:
3974 Bertho Stultiens <bertho@akhphd.au.dk>
3975 - Implemented animated cursors and icons resource types.
3976 - Added partial support for font resources (user supplied fontdir is
3978 - All resources with inline data (a la RCDATA) now support language,
3979 version and characteristics data.
3980 - Implemented resource name duplicate checks. It is now an error if
3981 two resources of the same type have the same name.
3982 - Bugfix: Language propagation was not correct when .res files were
3984 - Bugfix: VERSIONINFO now handles memory options.
3985 - Bugfix: resource names and the resource type may be equal (e.g. MENU
3986 MENU {...}). This support was mistakingly deleted in the upgrade to
3987 the builtin preprocessor.
3988 The standalone LANGUAGE setting became context sensitive as a consequence
3989 of this. Now it *must* end with a newline *after* both expressions and
3990 no newlines are allowed within the line (the statement must fit on one
3991 line). This is no practical problem though.
3993 * tools/winapi_check/output.pm:
3994 Francois Gouget <fgouget@psn.net>
3995 Send regular messages to stdout so that they are separate from
3998 * documentation/bugreports:
3999 Gerard Patel <g.patel@wanadoo.fr>
4000 Regression testing using CVS.
4002 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, documentation/status/directplay:
4003 Peter Hunnisett <hunnise@nortelnetworks.com>
4004 - Small fixes/updates
4005 - Add support for the DPCONNECTION_DIRECTPLAYLOBBY flag
4007 * documentation/winedbg:
4008 Eric Pouech <Eric.Pouech@wanadoo.fr>
4009 A bit of documentation on new debugging features.
4011 * files/directory.c: James Juran <juran@cse.psu.edu>
4012 SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
4013 it does not find the file.
4015 * scheduler/debugger.c:
4016 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4017 Use WARN() instead of TRACE() in DebugOutputA().
4020 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4021 HeapFree on a NULL ptr should return TRUE.
4023 2000-05-19 Alexandre Julliard <julliard@winehq.com>
4025 * dlls/comctl32/listview.c:
4026 Chris Morgan <cmorgan@wpi.edu>
4027 Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST or LVS_SMALLICON
4028 mode and item text is wider than the current nItemWidth.
4031 Ulrich Weigand <weigand@informatik.uni-erlangen.de>U
4032 Fixed initialization of INSTANCEDATA in InitTask().
4034 * dlls/ole32/storage.c:
4035 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4036 StgOpenStorage16: correct arguments to the CreateFile call.
4039 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4040 DOSFS_DoGetFullPathName: terminate string weh called like .\\file
4042 * dlls/icmp/icmp_main.c:
4043 Francois Gouget <fgouget@psn.net>
4044 Replace the calls to malloc by calls to HeapAlloc and friends.
4046 * dlls/comctl32/toolbar.c:
4047 Aric Stewart <aric@codeweavers.com>
4048 Fixes the line of garbage at the bottom of images and the fact that
4049 the buttons in the open dialog box where too tall.
4051 * 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:
4052 Dimitrie O. Paun <dimi@cs.toronto.edu>
4053 Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
4055 2000-05-18 Alexandre Julliard <julliard@winehq.com>
4057 * include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/dsound.h:
4058 Peter Hunnisett <hunnise@nortelnetworks.com>
4059 - Added remaining DirectX 3D3 6&7 3D interfaces.
4060 - Added d3dcaps.h, d3dtypes.h and rearranged contents according to
4062 - Fixed dsound.h include list (d3d.h->d3dtypes.h).
4064 * programs/regapi/README:
4065 Juergen Lock <nox@jelal.kn-bremen.de>
4068 * misc/printdrv.c: Patrik Stridvall <ps@leissner.se>
4069 Fixed issues found by winapi_test.
4071 * dlls/gdi/gdi32.spec, include/wingdi.h, objects/dc.c, objects/dcvalues.c:
4072 Patrik Stridvall <ps@leissner.se>
4073 GetRelAbs for some reason takes 2 parameters, even though the second
4074 one is ignored at least on Windows NT 3.51 according to Marcus Meissner.
4076 * controls/edit.c: Sheri Steeves
4077 The edit is now detected correctly if the parent is a combo box. It
4078 wasn't working when the combobox was superclassed.
4080 * windows/nonclient.c: Francois Boisvert
4081 System icons in the small caption bars are displayed with the right size.
4083 * dlls/opengl32/make_opengl_norm, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c:
4084 Patrik Stridvall <ps@leissner.se>
4085 Fixed issues found by winapi_check.
4087 * 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:
4088 Patrik Stridvall <ps@leissner.se>
4091 * dlls/comctl32/tab.c:
4092 Francois Gouget <fgouget@psn.net>
4093 Convert C++ comments to regular C comments.
4095 * 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:
4096 Ove Kaaven <ovek@arcticnet.no>
4097 Made IDirectDrawSurface::SetPalette set the surface's DIBSection color
4098 map to point to the IDirectDrawPalette's own depth conversion color map.
4100 * dlls/ddraw/ddraw/main.c, dlls/ddraw/main.c:
4101 Ove Kaaven <ovek@arcticnet.no>
4102 Initialize an identity mapping in CreatePalette if no depth conversion
4103 is necessary. Also fixed a warning.
4105 * graphics/x11drv/dib.c: Ove Kaaven <ovek@arcticnet.no>
4106 Made X11DRV_DIB_MapColor map back to the original color index if the
4107 XImage pixel's physical color is still the same.
4109 2000-05-15 Alexandre Julliard <julliard@winehq.com>
4111 * graphics/x11drv/xfont.c:
4112 Use the correct display for cached metrics file name.
4113 Store metrics in specified config dir.
4115 * dlls/x11drv/x11drv_main.c, include/options.h, wine.ini:
4116 Make sure all Wine processes share the same X display.
4117 Inherit --managed option across processes.
4118 Add support for specifying display and managed mode in config file.
4120 * dlls/ddraw/convert.c: Ove Kaaven <ovek@arcticnet.no>
4121 Use unsigned int instead of unsigned short in DirectDraw
4122 depth-conversion color map.
4124 * controls/listbox.c:
4125 Susan Farley <sfarley@codeweavers.com>
4126 Avoid calls to SetFocus when they are unnecessary.
4128 2000-05-14 Alexandre Julliard <julliard@winehq.com>
4130 * dlls/comctl32/treeview.c:
4131 David Black <dblack@btinternet.com>
4132 Implemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.
4134 * dlls/winmm/wineoss/midi.c:
4135 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4136 More verbose errors.
4138 * windows/nonclient.c: Chris Morgan <cmorgan@wpi.edu>
4139 Fixed borders of windows while dragging or sizing to match
4140 TWEAK_WineLook setting.
4142 * relay32/builtin32.c:
4143 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4144 #include <sys/types.h> before <sys/mman.h>.
4146 * 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:
4147 Dimitrie O. Paun <dimi@cs.toronto.edu>
4148 Moved DDEML into dlls/user.
4150 * dlls/advapi32/registry.c, include/server.h, misc/registry.c, server/registry.c, server/trace.c:
4151 Added support for registry values larger than the server buffer.
4152 When loading a registry file, automatically determine overlap between
4153 key name and file contents based on the first key name.
4154 Removed v1 saving code.
4155 Save USER\.Default separately into ~/.wine/userdef.reg.
4157 * 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:
4158 Ove Kaaven <ovek@arcticnet.no>
4159 Improved DIBSection support for IDirectDrawSurface::GetDC.
4161 * graphics/x11drv/opengl.c, dlls/opengl32/wgl.c:
4162 Lionel Ulmer <lionel.ulmer@free.fr>
4163 - set debug messages after a TRACE_ON test
4164 - prevent crash when making the NULL context current
4166 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
4167 When new menu Id is not found or index > nitems, insert the new menu
4168 at end of current menu.
4170 2000-05-13 Alexandre Julliard <julliard@winehq.com>
4172 * 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:
4173 Peter Hunnisett <hunnise@nortelnetworks.com>
4174 - Added ability to create 3D3 interfaces for Xlib
4175 - Changed DD_OK to D3D_OK in some places for consistency
4176 - Cleaned up some compiler warnings present without DGA2
4177 - Changed order for DirectDrawEnumerateExA to enumerate at least
4178 what abilities are known rather than bailing on unsupported flags
4179 - Added DirectDrawCreateEx stub
4181 2000-05-12 Alexandre Julliard <julliard@winehq.com>
4184 Susan Farley <sfarley@codeweavers.com>
4185 Distinguish RADIOCHECK style menu items from standard checkmark menu
4188 * controls/button.c:
4189 Susan Farley <sfarley@codeweavers.com>
4190 Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button
4191 should be sent a BN_CLICKED when it receives the focus.
4194 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4195 GetFullPathname: add missing termination to the string.
4197 * tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.c:
4198 Patrik Stridvall <ps@leissner.se>
4199 Fixed byte order on Solaris and FreeBSD.
4201 * 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:
4202 Lionel Ulmer <lionel.ulmer@free.fr>
4203 Added support for OpenGL.
4205 * dlls/shell32/shlfolder.c:
4206 Eric Pouech <Eric.Pouech@wanadoo.fr>
4207 Fixed absolute path to pidl generation.
4209 2000-05-11 Alexandre Julliard <julliard@winehq.com>
4211 * dlls/shell32/shlfolder.c:
4212 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
4213 Fixed buffer overflow.
4215 * 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:
4216 Patrik Stridvall <ps@leissner.se>
4217 Fixed some debug messages.
4219 * dlls/richedit/richedit.c, include/richedit.h, dlls/comctl32/listview.c:
4220 Patrik Stridvall <ps@leissner.se>
4221 Fixed issues found by winapi_check.
4223 * 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:
4224 Patrik Stridvall <ps@leissner.se>
4225 - Check for missing modules in modules.dat.
4226 - New options --debug-messages for debug message checking (turned off
4228 - Do not discard the argument name (use in debug message checking)
4232 * graphics/x11drv/dib.c:
4233 Marcus Meissner <Marcus.Meissner@caldera.de>
4234 Fixed asm() constraints.
4236 * debugger/dbg.y, debugger/debugger.h, debugger/info.c, debugger/intvar.h, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
4237 Eric Pouech <Eric.Pouech@wanadoo.fr>
4238 Fixed %p in printf (now using wsprintf which doesn't support it).
4239 Added ThreadId and ProcessId internal vars.
4240 Allow at startup to pick up a process to debug.
4242 * dlls/winmm/wineoss/audio.c:
4243 Eric Pouech <Eric.Pouech@wanadoo.fr>
4244 Fixed division by zero.
4246 * dlls/comctl32/trackbar.c:
4247 Eric Pouech <Eric.Pouech@wanadoo.fr>
4248 Fixed some quirks (range is 32 bit, page up/dn mismatch on HZ trackbars).
4250 * windows/scroll.c: Ove Kaaven <ovek@arcticnet.no>
4251 Scroll off-screen controls when scroll rectangle is NULL.
4253 * dlls/comctl32/tab.c, include/tab.h:
4254 Ken Thomases <ken@codeweavers.com>
4255 Implemented tab control style TCS_HOTTRACK (tabs are highlighted on
4258 * dlls/comctl32/imagelist.c:
4259 Aric Stewart <aric@codeweavers.com>
4260 Remove the background from the new image when it is being replaced
4261 with a ReplaceImage.
4263 * loader/ne/module.c, loader/ne/segment.c, loader/task.c:
4264 Bernd Herd <info@herdsoft.com>
4265 Make sure hInstance is a proper global handle and not a selector
4268 * dlls/commdlg/printdlg.c: Jean-Claude Batista
4269 PrintDialog now creates a DC when receiving a PD_RETURNDC flag.
4271 * dlls/comctl32/treeview.c:
4272 Aric Stewart <aric@codeweavers.com>
4273 Clean up the drawing code after a label update. There were problems if
4274 the new label is shorter that the old label fragments of the old label
4277 * windows/win.c: Guy Albertelli <galberte@neo.lrun.com>
4278 Clear menu handle after destroying menu.
4281 Guy Albertelli <galberte@neo.lrun.com>
4282 Revalidate menu handle in mt.hTopMenu after DispatchMessage.
4284 * windows/dialog.c: Bernd Herd <info@herdsoft.com>
4285 Pass CTLDATA as SEGPTR for 16-bit programs.
4287 * dlls/version/ver16.c:
4288 Alexander Frink <Alexander.Frink@Uni-Mainz.DE>
4289 Prevent possible NULL pointer access.
4291 2000-05-10 Alexandre Julliard <julliard@winehq.com>
4293 * controls/menu.c: Aric Stewart <aric@codeweavers.com>
4294 - Wine was passing the wrong hwnd as the owner when processing owner
4296 - When doing MENU_CalcItemSize for the menu bar we were not properly
4297 padding the returned rect.
4299 * dlls/comctl32/treeview.c:
4300 Aric Stewart <aric@codeweavers.com>
4301 Allow the user to cancel label editing with esc and confirm with return.
4303 * dlls/comctl32/tab.c:
4304 Ken Thomases <ken@codeweavers.com>
4305 Restore accidentally undone changes.
4307 * dlls/comctl32/treeview.c:
4308 Aric Stewart <aric@codeweavers.com>
4309 - Wine was not properly reporting back the edited label to the
4310 application in a treeview when the label is a callback.
4311 - Because windows applications assume they get a new edit control
4312 every time they often subclass that edit box willy-nilly and do not
4313 clean up. So it is necessary to actually give them a new edit control
4316 * dlls/comctl32/toolbar.c:
4317 Aric Stewart <aric@codeweavers.com>
4318 - Cleaned up some of the drawing code, specifically dealing with
4319 avoiding trying to draw invalid bitmaps.
4320 - Avoid directly calling drawing functions instead invalidating rects
4321 and relying on WM_PAINT.
4322 - For the dropdown event check the button style as opposed to the
4325 * dlls/dsound/dsound_main.c:
4326 Eric Pouech <Eric.Pouech@wanadoo.fr>
4327 Make internal buffers size multiple of 4.
4330 Guy L. Albertelli <galberte@neo.lrun.com>
4331 Verify the menu handle is non-zero prior to use.
4333 * controls/menu.c: Ken Thomases <ken@codeweavers.com>
4334 Fixed to display popup-menu arrow on owner-drawn popup menus.
4335 Fixed positioning of submenus relative to parent menus.
4337 * windows/x11drv/event.c, dlls/comctl32/animate.c, dlls/winmm/time.c, graphics/vga.c, misc/system.c, scheduler/services.c, windows/timer.c:
4338 Specify the service thread timers in ms instead of us.
4340 * relay32/builtin32.c, relay32/relay386.c, tools/build.c, include/builtin32.h, include/winnt.h, misc/main.c:
4341 Reserve space for the PE header at the start of the .so file.
4342 Store the export table inside the data section so that sections can be
4344 Build the relay function table directly in the .spec.c file.
4345 Moved relay debugging functions to relay386.c.
4347 * 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:
4348 Gerard Patel <g.patel@wanadoo.fr>
4349 Protect against use of comctl32 private control memory after it has
4352 * dlls/comctl32/status.c:
4353 Aric Stewart <aric@codeweavers.com>
4354 Some programs switch their status bar back and forth from simple mode
4355 while running. This fix corrects drawing and text setting problems that
4356 result from this behavior.
4358 2000-05-09 Alexandre Julliard <julliard@winehq.com>
4361 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
4362 Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
4363 Various optimizations.
4365 * dlls/winmm/wineoss/audio.c:
4366 Eric Pouech <Eric.Pouech@wanadoo.fr>
4367 Changed WAVEHDR notification heuristic.
4368 Added preliminary support for loops in WAVEHDRs.
4369 Fixed issues when mixing open and getCaps calls.
4371 * 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:
4372 Bertho Stultiens <bertho@akhphd.au.dk>
4373 - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the
4374 address of a pointer instead of its value. This probably slipped in
4375 during the merge of my tree into the winetree.
4376 Lesson learned: always double check.
4377 - Verified most resources so that win16 compile also generates correct
4378 output for reversed endian.
4379 - Implemented byte-ordering for resources. All resources can be forced
4380 to be little-, big- or native endian with command-line option -B.
4381 - Reading resources from .res-files are only accepted in native byte-
4382 ordering so that no additional semantic analysis is required.
4383 - Resource directory is still written in native-only format, including
4385 - Wrc is now installed through the makefile with 'make install' and also
4386 uninstalled with 'make uninstall'.
4387 - Wrote a man-page for better reference. The manpage also gets installed
4389 - Cleaned up the namespace a bit by more agressive use of static.
4391 * dlls/comctl32/tab.c, include/tab.h:
4392 Aric Stewart <aric@codeweavers.com>
4393 Added the ability to use multiline tab controls to wine.
4395 * dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
4396 Marcus Meissner <marcus@jet.franken.de>
4397 Number of surface Lock/Unlocks must NOT match, so do NOT use it for
4400 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
4401 Update for new Wine features; use ttydrv instead of x11drv when
4402 running regapi, and set correct winedbg path in the registry.
4404 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
4405 Fixed jump_alias for non-PIC, and disabled it for PIC, since it
4406 doesn't work for PIC right now. This fixes current crashing sigaction
4409 * debugger/memory.c:
4410 Eric Pouech <Eric.Pouech@wanadoo.fr>
4413 * dlls/advapi32/registry.c:
4414 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
4415 Added some reg temp file clutter check (more than 100 temp files in
4418 2000-05-07 Alexandre Julliard <julliard@winehq.com>
4420 * graphics/x11drv/dib.c:
4421 Marcus Meissner <marcus@jet.franken.de>
4422 SetImageBits_8: added ->15 conversion in optimized assembler.
4424 * 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:
4426 Wraps some RichEdit control functionality on an Edit control. It uses
4427 a free implementation of an RTF parser written by Paul DuBois
4428 http://www.primate.wisc.edu/software/RTF/ which I modified a bit to
4429 work with the control.
4431 * windows/winproc.c:
4432 Do not send WM_SIZING to 16-bit windows.
4434 * dlls/gdi/gdi_main.c, dlls/user/user_main.c:
4435 Cleaned up local heap initialisation.
4437 * 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:
4438 Moved Load/FreeLibrary16 definition to winbase16.h.
4440 * dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec, if1632/Makefile.in, ole/ole2nls.c:
4441 Dimitrie O. Paun <dimi@cs.toronto.edu>
4442 Separate OLE2NLS out of KERNEL.
4444 * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi_check:
4445 Patrik Stridvall <ps@leissner.se>
4446 - Check for missing modules in modules.dat.
4449 * graphics/x11drv/dib.c:
4450 Jean-Claude Batista (Macadamian/Corel)
4451 Top-down images have a negative biHeight, the scanlines of theses
4452 images were inverted in X11DRV_DIB_GetImageBits_xx. To prevent this I
4453 simply changed the sign of lines, the scanlines were correctly handled
4457 Marcus Meissner <marcus@jet.franken.de>
4458 Old versions of glibc might not have STN_UNDEF defined.
4460 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
4461 Revert the test for Virtual_HandleFault in ReadFile/WriteFile.
4463 * dlls/comctl32/status.c:
4464 Gerard Patel <g.patel@wanadoo.fr>
4465 Set the itemID member of the DRAWITEMSTRUCT to the number of the
4466 status part painted.
4468 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
4469 Always calls SetMenu in MDISetMenu.
4471 * dlls/tapi32/line.c:
4472 Dimitrie O. Paun <dimi@cs.toronto.edu>
4473 Small debug channel cleanup.
4475 * controls/listbox.c: Chris Morgan <cmorgan@wpi.edu>
4476 Fixed scrolling bug.
4478 * dlls/comctl32/listview.c, include/listview.h:
4479 Chris Morgan <cmorgan@wpi.edu>
4480 Implemented ListView_SetHoverTime(), ListView_GetHoverTime(), initial
4481 support for the LVS_EX_TRACKSELECT flag. Added code to delete items
4482 in LISTVIEW_SetItemCount().
4484 2000-05-05 Alexandre Julliard <julliard@winehq.com>
4486 * include/winuser.h, windows/nonclient.c:
4487 Aric Stewart <aric@codeweavers.com>
4488 Added WM_SIZING message support.
4490 * graphics/path.c: Rob Farnum <robf@twinux.com>
4491 Removed warnings from freeing path in DeleteDC.
4493 * dlls/comctl32/header.c:
4494 Aric Stewart <aric@codeweavers.com>
4495 Fixed a bug with the processing of HitTest.
4497 * controls/edit.c: Susan Farley <susan@codeweavers.com>
4498 Handle ^C, ^V and ^X in an edit control properly.
4501 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4502 Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
4504 * dlls/comctl32/treeview.c:
4505 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4508 * loader/pe_resource.c:
4509 Stephane Lussier <stephane@macadamian.com>
4510 If we do not find a resource for both (primary lang|sub lang), we try
4511 just (primary lang) before using the default.
4513 * dlls/comctl32/tooltips.c:
4514 Sheri Steeves <sheri@macadamian.com>
4515 Worked around some tooltips hide problems by checking the current tooltip.
4517 * documentation/distributors:
4518 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
4519 Added a configuration hint for the CD-ROM "unhide" option.
4522 Henning Hoffmann (of Macadamian for Corel)
4523 Implemented SetLocaleInfo(). It required a change to GetLocaleInfo()
4524 as well, because GetLocaleInfo() has to get any values saved by
4525 SetLocaleInfo() in the registry.
4527 * debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/intvar.h, debugger/module.c, debugger/stabs.c, debugger/winedbg.c:
4528 Eric Pouech <Eric.Pouech@wanadoo.fr>
4529 Fixed some buffer overflows.
4530 Made stab parsing more robust (now ignores C++ stabs).
4531 Display correct backtrace at first when invoked on unhandled exception.
4532 Loads stabs from .so files when those are loaded.
4534 2000-05-03 Alexandre Julliard <julliard@winehq.com>
4536 * include/debugdefs.h: Generated again.
4538 * include/pe_image.h, loader/pe_image.c:
4539 PE_LoadImage: removed version parameter, set last error correctly.
4541 * scheduler/process.c, server/process.c, server/trace.c, include/process.h, include/server.h:
4542 Store process file name in startup info.
4543 Fixed exe_file handling.
4545 * dlls/Makefile.in: Fixed typo.
4547 * 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:
4548 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
4549 Added stubs for riched32.dll.
4551 * dlls/x11drv/x11drv_main.c:
4552 Lionel Ulmer <lionel.ulmer@free.fr>
4553 Call XOpenIM on the large stack.
4555 * include/winsock.h:
4556 Bang Jun-Young <bangjy@dreamwiz.com>
4557 FreeBSD 3.4 compile fix.
4559 * debugger/editline.c, debugger/winedbg.c, graphics/vga.c, include/winbase.h, include/wincon.h, relay32/kernel32.spec, server/console.c, win32/console.c:
4560 Fixed COORD structure definition.
4561 Fixed GetLargestConsoleWindowSize to not return a structure when
4562 called from the Window binary.
4564 * server/object.c: Small optimization.
4566 * scheduler/thread.c: Fixed default thread stack size.
4568 * objects/text.c: Fixed DrawTextW length handling.
4570 * dlls/ddraw/dsurface/main.c:
4571 Lionel Ulmer <lionel.ulmer@free.fr>
4572 Remove the assertion when there is no source surface.
4574 * include/oleauto.h:
4575 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4576 Add DosDateTimeToVariantTime prototype.
4578 * dlls/shell32/shlwapi.spec:
4579 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4580 Map StrChrA to strchr. Fix StrChrW arg list.
4582 * include/winuser.h:
4583 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4586 * dlls/ole32/stg_stream.c:
4587 Huw D M Davies <h.davies1@physics.ox.ac.uk>
4588 Allow ISequentialStream_Write to work if access mode is STGM_READWRITE.
4591 Bertho Stultiens <bertho@panter.soci.aau.dk>
4592 Mmap does not fail on zero-length files.
4594 2000-05-01 Alexandre Julliard <julliard@winehq.com>
4596 * include/global.h, memory/virtual.c:
4597 Use exception handling to implement the IsBad* functions.
4598 Removed /proc/self/maps parsing as it is not very useful with .so libs.
4600 * include/process.h, include/thread.h, miscemu/main.c, scheduler/process.c, scheduler/thread.c:
4601 Setup the initial thread %fs from a constructor.
4603 * dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/x11.c, include/winnt.h:
4604 Added DECL_GLOBAL_CONSTRUCTOR macro.
4606 * 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:
4607 Bertho Stultiens <bertho@akhphd.au.dk>
4608 - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
4609 old parser has been stripped from the old preprocessor-code which
4610 cleaned up both resource-scanner and -parser.
4611 - Standard defines have been introduced (see README.wrc)
4612 - Both preprocessor- and resource-scanner have been optimized slightly
4613 so that no backing up is required (one char lookahead is enough).
4614 - Filename-scanning has been cleaned up, though not perfect yet.
4615 - User-type resources are compatible now.
4616 - Line-continuation in strings is corrected so that it does not
4617 introduce a newline in the output.
4619 * 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:
4620 Rewrote Unix process launching to allow passing startup information to
4621 Winelib apps. Improved handling of execve() failures.
4623 * files/file.c: Added ENOEXEC error code.
4625 * scheduler/pthread.c: Added atfork support.
4627 * 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:
4628 Lionel Ulmer <lionel.ulmer@free.fr>
4629 Added DGA2 driver to DirectDraw.
4631 * dlls/commdlg/cdlg32.c:
4632 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4633 COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError: delay
4634 allocation of Tls for CommDlgExtendedError until it is needed.
4636 * debugger/winedbg.c:
4637 Eric Pouech <Eric.Pouech@wanadoo.fr>
4638 Fixed segv when debugger registry key doesn't exist.
4640 * dlls/icmp/icmp_main.c:
4641 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4642 Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
4644 2000-04-30 Alexandre Julliard <julliard@winehq.com>
4646 * ANNOUNCE, ChangeLog, include/version.h:
4649 * windows/x11drv/wnd.c:
4650 Gerard Patel <g.patel@wanadoo.fr>
4651 X11DRV_SetFocus: really don't mess with focus for managed windows.
4653 * 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:
4654 Dimitrie O. Paun <dimi@cs.toronto.edu>
4655 Removed HEAP_xalloc.
4657 * 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:
4658 Eric Pouech <Eric.Pouech@wanadoo.fr>
4659 - Enhanced internal variables framework (including read/save to
4660 registry and typing)
4661 - Finalized use of Windows' Console I/O interface (instead of Unix std
4663 - Now handling registers as internal variables (they are no longer
4664 seen as a specific type)
4666 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4667 Insure we always try to launch a debugger.
4669 * relay32/wowthunk.c:
4670 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4671 Use Thread pseudo handle and not Thread Id as argument for the call to
4672 GetThreadSelectorEntry.
4674 ----------------------------------------------------------------
4675 2000-04-30 Alexandre Julliard <julliard@winehq.com>
4677 * windows/x11drv/wnd.c:
4678 Gerard Patel <g.patel@wanadoo.fr>
4679 X11DRV_SetFocus: really don't mess with focus for managed windows.
4681 * 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:
4682 Dimitrie O. Paun <dimi@cs.toronto.edu>
4683 Removed HEAP_xalloc.
4685 * 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:
4686 Eric Pouech <Eric.Pouech@wanadoo.fr>
4687 - Enhanced internal variables framework (including read/save to
4688 registry and typing)
4689 - Finalized use of Windows' Console I/O interface (instead of Unix std
4691 - Now handling registers as internal variables (they are no longer
4692 seen as a specific type)
4694 * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4695 Insure we always try to launch a debugger.
4697 * relay32/wowthunk.c:
4698 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4699 Use Thread pseudo handle and not Thread Id as argument for the call to
4700 GetThreadSelectorEntry.
4702 2000-04-29 Alexandre Julliard <julliard@winehq.com>
4704 * loader/pe_image.c:
4705 Clear the remainder of the page when mapping a section whose size on
4706 disk is not a full page multiple.
4707 Temporarily commented out the VirtualFree call in PE_UnloadLibrary.
4709 * dlls/ddraw/ddraw/x11.c, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
4710 Lionel Ulmer <lionel.ulmer@free.fr>
4711 - added thread-safety protection to XListPixmapFormats
4712 - moved pixmap / image format matching ERRs to WARNs
4714 * win32/console.c, include/winbase.h:
4715 Eric Pouech <Eric.Pouech@wanadoo.fr>
4716 Fixed GetLargestConsoleWindowSize prototype.
4718 * dlls/wininet/ftp.c:
4719 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4720 FreeBSD compile fix.
4722 * graphics/x11drv/dib.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/dib.c:
4723 Ove Kaaven <ovek@arcticnet.no>
4724 Added DIB_CreateDIBSection with extra parameter ovr_pitch, added
4725 ovr_pitch to pCreateDIBSection in DC_FUNCS. If ovr_pitch is nonzero,
4726 it is a pitch override (specifies bytes per line), and tells to treat
4727 the offset parameter as an already-mapped virtual memory address (if
4728 the section parameter is zero). Fixed a DIB status init bug in
4729 creating DIB sections from file mappings (if created from mapping, the
4730 DIB is *not* really InSync).
4732 * include/winbase.h, memory/virtual.c:
4733 Ove Kaaven <ovek@arcticnet.no>
4734 Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
4735 register external mappings (like video frame buffers).
4737 * configure.in, include/config.h.in, scheduler/pthread.c, configure:
4738 Eric Pouech <Eric.Pouech@wanadoo.fr>
4739 Enhanced libc's pthread configuration detection.
4741 * dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, msdos/dosaspi.c, windows/multimon.c:
4742 Eric Pouech <Eric.Pouech@wanadoo.fr>
4743 Fixed a few compilation warnings.
4745 * dlls/commdlg/colordlg.c, dlls/shell32/shellord.c:
4746 Patrik Stridvall <ps@leissner.se>
4747 Fixed some warnings.
4749 * dlls/dplayx/dpclassfactory.c, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, misc/comm.c:
4750 Patrik Stridvall <ps@leissner.se>
4751 Fixed issues reported by winapi_check.
4753 * 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:
4754 Patrik Stridvall <ps@leissner.se>
4757 - Added new option --cross-call-unicode-ascii for checking illegal
4758 Unicode to ASCII calls.
4760 * configure, configure.in, include/config.h.in:
4761 Lionel Ulmer <lionel.ulmer@free.fr>
4762 Added '--enable-opengl' flag to bypass the thread-safety check.
4764 * files/dos_fs.c, files/profile.c, graphics/painting.c, windows/x11drv/event.c, dlls/lzexpand/lzexpand_main.c:
4765 Dimitrie O. Paun <dimi@cs.toronto.edu>
4766 Removed some HEAP_xalloc calls.
4769 Eric Pouech <Eric.Pouech@wanadoo.fr>
4770 Fixed bug when file doesn't exist in MCI_OPEN handling.
4771 Reduced time spent with crit sect locked.
4773 * tools/build.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
4774 Fixed argv handling for cuiexe winelib programs.
4776 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
4777 Made pthread_kill_other_threads_np and pthread_atfork fixmes less
4780 * windows/winhelp.c: Rein Klazes <rklazes@casema.net>
4781 WinHelp must accept a NULL pointer to the help key string.
4783 2000-04-28 Alexandre Julliard <julliard@winehq.com>
4785 * dlls/commdlg/finddlg32.c:
4786 Guy L. Albertelli <galberte@neo.lrun.com>
4787 - Correct check for minimum buffer length.
4788 - Correct cases where ShowWindow is done/not done.
4790 * dlls/comctl32/commctrl.c:
4791 Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
4792 Implemented TME_QUERY and TME_HOVER flags in _TrackMouseEvent and
4793 TrackMouseEventProc. Added code to allow addition/cancelation of
4794 tracking flags on existing entries rather than create extra entries.
4795 Fixed timer. Added check to _TrackMouseEvent to stop timer if the
4796 tracking list is empty. Fixed TME_CANCEL. Fixed TME_LEAVE/TME_HOVER
4797 when hwndTrack isn't the current hwnd.
4800 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4801 DOSFS_DoGetFullPathName: rewrite to return results like OSR2.
4803 * include/module.h, loader/module.c, loader/pe_image.c, memory/virtual.c:
4804 Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com>
4805 Added support for memory mapping of 4k aligned PE binaries. This can
4806 speed up load times significantly for some applications.
4808 * 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:
4809 Juergen Schmied <juergen.schmied@debitel.net>
4810 Complete cleanup, bugfixes.
4811 New: PathStripPath, PathMakeUniqueName, PathStripToRoot,
4812 PathGetShortPath, PathParseIconLocation, PathRemoveExtension,
4813 PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize,
4814 PathFindNextComponent, PathRemoveFileSpec.
4816 * dlls/shell32/classes.c, include/wine/obj_queryassociations.h:
4817 Juergen Schmied <juergen.schmied@debitel.net>
4818 Stubs for IQueryAssociations.
4820 * dlls/shell32/Makefile.in, dlls/shell32/dialogs.c, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c:
4821 Juergen Schmied <juergen.schmied@debitel.net>
4822 Moved policy related functions to shpolicy.c
4823 Moved dialog related functions to dialogs.c
4825 * dlls/shell32/shell32.spec:
4826 Juergen Schmied <juergen.schmied@debitel.net>
4827 Explicit import user32.dll.
4828 Many corrections, exported some functions by name.
4830 * dlls/shell32/shell.c, dlls/shell32/shellole.c:
4831 Juergen Schmied <juergen.schmied@debitel.net>
4832 Separated 32 bit functions to shellole.c.
4834 * dlls/shell32/pidl.c:
4835 Juergen Schmied <juergen.schmied@debitel.net>
4838 * dlls/shell32/iconcache.c:
4839 Juergen Schmied <juergen.schmied@debitel.net>
4840 Fixed: extract the icon by resource id.
4842 * dlls/shell32/shlview.c:
4843 Juergen Schmied <juergen.schmied@debitel.net>
4846 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
4847 Juergen Schmied <juergen.schmied@debitel.net>
4849 Use GetModuleHandleA instead of LoadLibrary for dlls imported by
4852 * wine.ini: Dmitry Timoshkov <dmitry@sloboda.ru>
4853 Make WineLook=Win95 the default setting.
4855 * dlls/dinput/dinput_main.c:
4856 Lionel Ulmer <lionel.ulmer@free.fr>
4857 Added leaving of critical section on all return cases.
4859 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
4860 Removed init_sect. Use Interlocked* functions instead.
4863 Juergen Schmied <juergen.schmied@debitel.net>
4864 Small fixes, removed asserts.
4866 * 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:
4867 Changed imports of winspool to winspool.drv.
4869 * dlls/Makefile.in, dlls/user/Makefile.in:
4870 Added libkeyboard.so creation.
4872 * dlls/comctl32/header.c, include/header.h:
4873 Martin Fuchs <martin-fuchs@gmx.net>
4874 - Return modified rectangle after layouting header control
4875 - Output text in header control when no other Flag specified
4876 - Delay bounding rectangle calculation for header control items
4878 * dlls/comctl32/toolbar.c:
4879 Chris Morgan <cmorgan@wpi.edu>
4880 Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE messages.
4881 Added TrackMouseEvent calls to TOOLBAR_MouseMove. Hot buttons now
4882 look/behave almost exactly the same as native windows.
4884 * windows/sysparams.c: Chris Morgan <cmorgan@wpi.edu>
4885 Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
4886 SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
4888 * misc/comm.c: Rein Klazes <rklazes@casema.net>
4889 Implement mark and space parity generation. Accept one-and- a-half
4890 stopbits: the most common uarts will generate this automatically when
4891 there are 5 databits.
4893 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
4896 * debugger/debugger.h, include/heap.h, memory/heap.c:
4897 Dimitrie O. Paun <dimi@cs.toronto.edu>
4898 Get rid of HEAP_xrealloc.
4900 2000-04-25 Alexandre Julliard <julliard@winehq.com>
4902 * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
4903 Patrik Stridvall <ps@leissner.se>
4904 Compile fix for --without-x.
4906 * loader/main.c, wine.ini:
4907 Patrik Stridvall <ps@leissner.se>
4908 Added new configuration file option for selecting graphics driver.
4910 * dlls/ttydrv/Makefile.in:
4911 Patrik Stridvall <ps@leissner.se>
4912 Link the TTY driver with the standard libs.
4914 * Make.rules.in, dlls/Makefile.in, dlls/commdlg/Makefile.in, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in:
4915 Eric Pouech <Eric.Pouech@wanadoo.fr>
4916 Fixed winspool(.drv) loading.
4918 * 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:
4919 Patrik Stridvall <ps@leissner.se>
4920 Removed X_DISPLAY_MISSING.
4922 * debugger/types.c, debugger/msc.c:
4923 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
4924 Improved CodeView type information loader.
4926 * dlls/commdlg/colordlg.c:
4927 Gerard Patel <g.patel@wanadoo.fr>
4928 Don't use the template member unless the corresponding flag is set.
4930 2000-04-24 Alexandre Julliard <julliard@winehq.com>
4932 * LICENSE, WARRANTY:
4933 Switched to the X11 license.
4935 * server/registry.c, if1632/relay.c, misc/ddeml.c:
4936 Patrik Stridvall <ps@leissner.se>
4937 Fixed some warnings.
4939 * 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:
4940 Patrik Stridvall <ps@leissner.se>
4941 Fixed issues found by winapi_check.
4943 * 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:
4944 Patrik Stridvall <ps@leissner.se>
4945 - Updated API files.
4946 - Improved misplaced function checking.
4949 * include/winnt.h: Francois Gouget <fgouget@psn.net>
4950 Include string.h to make winnt.h self-sufficient.
4952 * dlls/comctl32/tooltips.c: Patrick Yang (Corel)
4953 infoPtr sometimes can be NULL.
4955 * 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:
4956 Gerard Patel <g.patel@wanadoo.fr>
4957 32 bits message processing for color dialog.
4959 * dlls/comctl32/toolbar.c, dlls/comctl32/commctrl.c:
4960 Martin Fuchs <martin-fuchs@gmx.net>
4961 Fixed toolbar bitmap size handling.
4963 * configure.in, configure:
4964 Rein Klazes <rklazes@casema.net>
4965 Correct test for linux 2.2 joystick API, which returned true in every
4968 * dlls/version/install.c, graphics/x11drv/bitmap.c, include/xmalloc.h, misc/Makefile.in, misc/xmalloc.c:
4969 Dimitrie O. Paun <dimi@cs.toronto.edu>
4970 Removed the last xmalloc calls.
4972 * 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:
4973 Implemented on-demand loading of builtin dlls using dlopen().
4975 2000-04-23 Alexandre Julliard <julliard@winehq.com>
4977 * Makefile.in, dlls/x11drv/Makefile.in:
4978 Build wineclipsrv as part of the x11drv dll.
4980 * 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:
4981 Removed a few inter-dll dependencies.
4983 * windows/painting.c: Rein Klazes <rklazes@casema.net>
4984 Make RDW_ValidateParent() modify the update region of all parents, not
4985 just the direct parent.
4988 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
4989 SNOOP_PrintArg: replaced IsBad* functions by exception handler.
4991 * configure, configure.in:
4992 Patrik Stridvall <ps@leissner.se>
4993 Added --without-curses compile option.
4995 * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
4996 Added some more pthread overrides.
4998 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
4999 Fixed debugger registry key location.
5001 * include/ddeml.h: Francois Gouget <fgouget@psn.net>
5002 Use DECLARE_HANDLE to declare handles.
5004 * include/windef.h: Francois Gouget <fgouget@psn.net>
5005 DECLARE_HANDLE should not be undef'ed after use.
5007 * controls/edit.c: Ove Kaaven <ovek@arcticnet.no>
5008 Fix edit control's WM_GETTEXT behaviour.
5010 * misc/comm.c: Gerard Patel <g.patel@wanadoo.fr>
5011 Do not initialize dcb in BuildCommDCB[AndTimeouts].
5013 * include/casemap.h, tools/unimap.pl:
5014 Dmitry Timoshkov <dmitry@sloboda.ru>
5015 Adapted unimap.pl script and generated by it casemap.h to the Unicode
5016 Standard, Version 3.0.
5018 * windows/dialog.c: Gerard Patel <g.patel@wanadoo.fr>
5019 Check if dialog is visible before setting the focus.
5022 Dmitry Timoshkov <dmitry@sloboda.ru>
5023 Removed the longstanding hack in response to WM_ACTIVATE message.
5025 * include/winuser.h:
5026 Martin Fuchs <martin-fuchs@gmx.net>
5027 Fixed GetNumberFormat declaration.
5029 * dlls/comctl32/toolbar.c:
5030 Chris Morgan <cmorgan@wpi.edu>
5031 James Abbatiello <abbeyj@wpi.edu>
5032 Redraw toolbar button inside TOOLBAR_EnableButton() only if the state
5033 of the button changes. Stops flickering in toolbars caused by
5034 excessive redrawing.
5036 * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
5037 Gerard Patel <g.patel@wanadoo.fr>
5038 Stub for InternetGetConnectedState.
5040 * include/winbase.h: Francois Gouget <fgouget@psn.net>
5041 Fixed GetProcessHeap() for the STRICT mode.
5043 * dlls/ddraw/main.c:
5044 Marcus Meissner <marcus@jet.franken.de>
5045 Also check for empty GUID in DirectDrawCreate.
5047 2000-04-19 Alexandre Julliard <julliard@winehq.com>
5049 * 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:
5050 Added some missing import directives.
5052 * dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in:
5053 Removed winmm from import list.
5055 * dlls/comctl32/animate.c, include/animate.h:
5056 Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
5058 * programs/wcmd/builtins.c, programs/wcmd/wcmd.spec:
5059 Fixed resource loading.
5061 * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c:
5062 John R. Sheets <jsheets@codeweavers.com>
5063 Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
5064 Added dump for MISC section.
5067 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5068 Added DirectPlay registry keys to winedefault.reg.
5070 * dlls/comctl32/treeview.c:
5071 Stephane Lussier <stephane@macadamian.com>
5074 2000-04-18 Alexandre Julliard <julliard@winehq.com>
5076 * 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:
5077 Moved PE header definitions to winnt.h where they belong.
5079 * 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:
5080 Stephane Lussier <stephane@macadamian.com>
5081 Implemented Mousewheel support.
5083 * dlls/winsock/async.c:
5084 Rein Klazes <rklazes@casema.net>
5085 Convert service and protocol names to lowercase before calling
5086 getservby{name|port} and getprotoby{name|port}.
5089 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5090 Fix return value for OffsetRgn if x and y are 0.
5093 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5094 Implement StrokeAndFillPath.
5095 Call DeleteObject when finished with hrgn in PATH_FillPath.
5097 * include/wininet.h:
5098 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5101 * graphics/enhmetafiledrv/objects.c:
5102 Sheri Steeves <sheri@macadamian.com>
5103 EMR_SELECTOBJECT records stock objects with their id as the object
5104 handle and the high bit set.
5106 * objects/enhmetafile.c:
5107 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5108 Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
5110 2000-04-16 Alexandre Julliard <julliard@winehq.com>
5112 * server/registry.c:
5113 Removed permission checks in create_key and delete_key. It seems
5114 Windows doesn't check anything.
5116 * loader/resource.c:
5117 Richard Cohen <richard@jubjub.demon.co.uk>
5118 Wrap an exception handler around FindResource.
5120 * programs/regtest/regtest.c:
5121 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5123 Added test case for RegCreateKeyEx showing win95 behaviour.
5125 * debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/info.c:
5126 Implemented 'walk process' and 'walk threads' commands using toolhelp
5129 * 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:
5130 Implemented thread and (partial) module snapshots, based on the work
5131 of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
5133 * 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:
5134 Save the registry on server exit without client intervention.
5135 Removed "alt" registry files since we now have symlinks and
5136 WINEPREFIX to replace them.
5138 * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c:
5139 Stephane Lussier <stephane@macadamian.com>
5140 Support switching the keyboard layout with WINE running.
5142 * dlls/crtdll/crtdll_main.c:
5143 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5144 fgets: Don't swallow \n, treat EOF
5145 feof: Crude implementation
5146 signal: Return error
5149 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5150 Add missing backslash in the debugger definition.
5152 * win32/time.c: Rein Klazes <rklazes@casema.net>
5153 SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
5154 adjustment of 2 minutes just in case...
5156 * dlls/dsound/dsound_main.c:
5157 Marcus Meissner <marcus@jet.franken.de>
5158 DSOUND_MixerNorm: do not compare unrelated pointers.
5160 2000-04-15 Alexandre Julliard <julliard@winehq.com>
5163 Rewrote command-line parsing of CreateProcessA to be more compatible.
5165 * 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:
5166 Improved Winelib apps initialisation code. No longer need to link
5167 winestub.o with Winelib apps.
5169 * 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:
5170 Patrik Stridvall <ps@leissner.se>
5171 Fixed some issues reported by winapi_check.
5173 * tools/winapi_check/*:
5174 Patrik Stridvall <ps@leissner.se>
5176 - Add new options --all and --none that enable/disables all check
5178 - Fixed and improved stub statistics.
5179 - Fixed bug that prevented checking of the first function in the .spec files.
5180 - Partial implementation of a more advanced misplaced function checking.
5183 * dlls/comctl32/toolbar.c:
5184 Martin Fuchs <martin-fuchs@gmx.net>
5185 Implement CCS_NOMOVEY for tool bars.
5187 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
5188 Symlink root's registry to global registry. Minor cleanups.
5190 * ole/ole2nls.c: Owen Wang <owenw@corel.ca>
5191 Added further implementation of WINAPI EnumDateFormats() to support
5192 three more locales: German(standard), French(standard) and French
5193 (canadian). All date formats follow conventions from Windows NT 4.0
5195 * dlls/comctl32/treeview.c:
5196 Serge Ivanov <sergei@corel.ca>
5197 Added proper handling TVIS_OVERLAYMASK flag and allows to display
5198 overlay images. Fixed off by one error with listitem in
5199 TREEVIEW_InsertItemA (uNumItems is 0 based, cChildren is a count).
5201 2000-04-14 Alexandre Julliard <julliard@winehq.com>
5203 * include/thread.h, scheduler/Makefile.in, scheduler/pthread.c:
5204 Ove Kaaven <ovek@arcticnet.no>
5205 POSIX threads emulation, tricks glibc into being threadsafe.
5207 * scheduler/client.c, server/main.c, server/request.c:
5208 Made server launching somewhat cleaner and faster.
5210 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, include/x11drv.h, windows/x11drv/event.c:
5211 Marcus Meissner <Marcus.Meissner@caldera.de>
5212 Detypoed X11DRV_EVENT_SetInputMethod.
5214 * windows/x11drv/keyboard.c:
5215 Stephane Lussier <stephane@macadamian.com>
5216 When dealing with XKB extensions, force the AltGr key mask to use the
5217 group index instead of the modifier.
5220 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5223 * include/commctrl.h:
5224 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5225 Added a few toolbar defines.
5227 * graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c:
5228 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5229 A few corrections to bounding boxes.
5231 * graphics/x11drv/graphics.c:
5232 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5233 Don't close groups of polylines.
5235 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
5236 Do not dereference a ptr we just checked being NULL.
5238 * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/mesa_private.h:
5239 Francois Gouget <fgouget@psn.net>
5240 Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy.
5242 * misc/registry.c: Ove Kaaven <ovek@arcticnet.no>
5243 Follow symlinks when saving registry.
5245 * debugger/Makefile.in:
5246 Added missing winestub dependency.
5248 * include/server.h, scheduler/process.c, server/event.c, server/object.h, server/process.c, server/thread.c, server/trace.c:
5249 Load done event now created by the server.
5251 2000-04-13 Alexandre Julliard <julliard@winehq.com>
5253 * 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:
5254 Eric Pouech <Eric.Pouech@wanadoo.fr>
5255 Made the winedbg an external and WineLib program.
5256 Centralized output handling (preparation for console usage).
5257 Fixed a few debug information reading options (stabs and sym).
5258 Started a framework to hold debugger's internal variables.
5260 * miscemu/main.c, documentation/wine.man.in, include/options.h, misc/main.c, misc/options.c:
5261 Eric Pouech <Eric.Pouech@wanadoo.fr>
5262 Got rid of -debug wine's option (wine now requires an external debugger).
5264 * win32/except.c, winedefault.reg:
5265 Eric Pouech <Eric.Pouech@wanadoo.fr>
5266 Added launching of a debugger when unhandled exception occurs.
5268 * relay32/builtin32.c:
5269 Eric Pouech <Eric.Pouech@wanadoo.fr>
5270 Added a .xcnlnk section to builtin KERNEL32 PE header.
5272 * loader/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5273 Let CreateProcess launch unix executable without a .exe extension.
5274 Fixed arguments passed when creating a unix process.
5276 * dlls/ntdll/signal_i386.c, include/acconfig.h, include/config.h.in, configure, configure.in:
5277 Fixed signal stack handling on Linux when sigaltstack is available.
5278 Added a direct sigaltstack syscall to work-around the glibc bug.
5280 * dlls/ntdll/signal_i386.c, include/global.h, memory/virtual.c:
5281 Implemented guard pages and stack overflow exceptions.
5283 * include/thread.h, scheduler/process.c, scheduler/thread.c:
5284 Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
5288 Make sure HKLM\Software\Wine\Wine is a non-volatile key.
5290 * dlls/x11drv/x11drv_main.c, windows/x11drv/keyboard.c:
5291 Stephane Lussier <stephane@macadamian.com>
5292 Fixed AltGr key handling.
5294 * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
5295 Marcus Meissner <Marcus.Meissner@caldera.de>
5296 Make DirectDraw compile with DGA2 present.
5299 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5300 FILE_CreateFile()'s read/write-check was broken due to checking of
5301 ERROR_xxx instead of STATUS_xxx.
5303 * objects/enhmetafile.c:
5304 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5305 Fixes and cleans up some of the GetEnhMetaFile* functions.
5306 Fixes scaling of EMFs in playback. Will probably be right
5307 when World Transforms work properly...
5310 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5311 GlobalReAlloc returns 0 on failure.
5313 * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c:
5314 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5315 Stub for NtAllocateUuids.
5317 * dlls/comctl32/treeview.c:
5318 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5319 Clear TopRootItem when whole tree is deleted.
5320 Fix off by one lstrcpyn.
5321 Clean up and fix GetNextItem.
5323 2000-04-11 Alexandre Julliard <julliard@winehq.com>
5325 * documentation/.cvsignore: Ignore all output files.
5327 * 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:
5328 Merged urlmon.dll and wininet.dll from the Corel tree (implementation
5329 by Ulrich Czekalla <ulrichc@corel.ca>)
5331 * include/process.h, include/thread.h, include/winbase.h, scheduler/client.c, scheduler/process.c, scheduler/thread.c, windows/queue.c:
5332 Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
5333 GetCurrentProcess() inline.
5335 * AUTHORS, include/authors.h:
5336 Marcus Meissner <marcus@jet.franken.de>
5337 Merged in Corel's AUTHORs.
5339 * graphics/x11drv/dib.c:
5340 Marcus Meissner <marcus@jet.franken.de>
5341 Only copy dstwidth*3 bytes in the 24bit case.
5343 * dlls/ddraw/dsurface/x11.c:
5344 Marcus Meissner <marcus@jet.franken.de>
5345 Free private structure in Xlib_DDS_Release.
5347 * windows/message.c: Ulrich Czekalla <ulrichc@corel.ca>
5348 MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
5350 * dlls/comctl32/treeview.c:
5351 Serge Ivanov <sergei@corel.ca>
5352 TreeView - minor bugfix and optimization:
5353 - GetDC call moved down to avoid possible resource leak.
5354 - Invariant code is moved out of loop.
5356 * dlls/shell32/pidl.c:
5357 Ulrich Czekalla <ulrichc@corel.ca>
5358 _ILGetFileDate should convert the date to local time before generating
5359 the string (_ILGetFileDateTime does not).
5361 * dlls/winmm/mmio.c:
5362 Noomen Hamza <noomen@macadamian.com>
5363 Fixed other bugs within MMIO implementation. Now, it's possible to
5364 copy/cut from PhotoPaint and paste to CorelDraw.
5366 2000-04-10 Alexandre Julliard <julliard@winehq.com>
5368 * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
5369 Marcus Meissner <Marcus.Meissner@caldera.de>
5370 Use d3dexecutebuffer_create only when compiling with MESA.
5372 2000-04-09 Alexandre Julliard <julliard@winehq.com>
5374 * graphics/x11drv/bitmap.c, graphics/x11drv/palette.c, graphics/ttydrv/palette.c:
5375 Dimitrie O. Paun <dimi@cs.toronto.edu>
5376 Replaced xmalloc calls with malloc/HeapAlloc calls.
5378 * console/generic.c, console/ncurses.c, console/xterm.c:
5379 Eric Pouech <Eric.Pouech@wanadoo.fr>
5383 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5384 Implemented HeapWalk().
5386 * dlls/ddraw/dsurface/x11.c:
5387 Marcus Meissner <marcus@jet.franken.de>
5388 Two left over HeapValidate assertions removed.
5390 * server/debugger.c:
5391 Eric Pouech <Eric.Pouech@wanadoo.fr>
5392 Clear status for sending exception event.
5394 * tools/genpatch: Eric Pouech <Eric.Pouech@wanadoo.fr>
5395 Added ability to put new-lines in changelog entry.
5396 Added -p to locate destination directory.
5398 * dlls/comctl32/listview.c:
5399 Richard Cohen <richard@jubjub.demon.co.uk>
5400 GetItem was returning the item instead of subitem info.
5402 * programs/winemine/main.c:
5403 Dave Pickles <davep@cyw.uklinux.net>
5404 Registry key used in LoadBoard() was not the same as the one used in
5405 SaveBoard(). Also fixed a typo in the position saving code.
5407 * configure, configure.in:
5408 Create directories that don't contain a Makefile.
5410 * 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:
5411 Improved support for Makefiles that need to recurse in subdirectories.
5413 * 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:
5414 Marcus Meissner <marcus@jet.franken.de>
5415 Restructured DirectDraw. Split into X11 and DGA driver, and multiple
5416 files/dirs for easier maintenance. Cleaned up structs and include
5417 files. Reindented the code. Started the same for Direct3D. Driver
5418 inclusion now done by using configure/Makefile/ELF constructor tricks.
5420 2000-04-08 Alexandre Julliard <julliard@winehq.com>
5422 * 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:
5423 Removed a number of global handle allocations and critical section
5426 * server/process.c, scheduler/process.c:
5427 Temporary hack to share handles between processes sharing the same
5430 * include/winbase.h, scheduler/critsection.c:
5431 Added lazy initialization of critical sections, based on a patch by
5434 * dlls/comctl32/tab.c: Yuxi Zhang <yuxi@corel.ca>
5436 TabCtrl leftmostVisible is not updated properly. It caused the QP
5437 application bar on the bottom fail to bring back the items when there
5438 is no need to scrolling. Also fixed a bug that when an item is inserted,
5439 setItemBounds should be called first, then it's time to invalidate.
5441 * relay32/kernel32.spec, win32/newfns.c:
5442 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5443 Added PeekNamedPipe stub.
5445 * graphics/x11drv/init.c:
5446 Gerard Patel <g.patel@wanadoo.fr>
5447 Fixed pixmap leak with the 1x1 bitmap in memory DCs.
5449 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
5450 wineinstall now properly configures no-windows installs, and should now
5451 be easier to adapt for binary packages too.
5453 * documentation/samples/system.ini:
5454 Ove Kaaven <ovek@arcticnet.no>
5455 Default system.ini (from documentation/status/multimedia).
5457 2000-04-06 Alexandre Julliard <julliard@winehq.com>
5459 * server/debugger.c, server/thread.c, server/thread.h:
5460 Do not send a debug event for a thread until the previous event for
5461 the same thread has been continued.
5463 * misc/registry.c, wine.ini:
5464 Moved SaveOnlyUpdatedKeys to wine.ini.
5465 Use get_config_dir() instead of hardcoding ~/.wine
5466 Simplified loading and saving routines.
5468 * files/profile.c, include/options.h, include/server.h, scheduler/client.c, server/request.c:
5469 Added support for WINEPREFIX environment variable.
5471 * 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:
5472 Patrik Stridvall <ps@leissner.se>
5473 Fixed some issues reported by winapi_check.
5475 * include/winuser.h, ole/ole2nls.c, relay32/kernel32.spec:
5476 Owen Wang <owenw@corel.ca>
5477 Implemented API EnumTimeFormatsA(). It supports now all different
5478 English locales, as well as German(standard), French(standard) and
5479 French(Canadian). All time formats follow conventions in Windows NT 4.0
5481 Haithem Hmida (of Macadamian for Corel)
5482 Implemented GetCurrencyFormatA() API:
5483 - GetCurrencyFormatA() calls GetNumberFormatA() to format the number
5484 (as a positive one), then formats the number depending on
5485 NegativeOrder/PositiveOrder fields.
5486 - GetNumberFormatA() has been slightly modified.
5489 Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
5490 Added conversion from DBCS lpDx to WCHAR lpDx.
5492 * 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:
5493 Patrik Stridvall <ps@leissner.se>
5494 - Implemented stub statistics. Turned off by default. (Requested by Francois
5496 - Implemented missing prototype checking. Turned off by default (Requested
5497 by Dimitry Timoshkov).
5498 - Implemented .spec file name sanity checking. Turned off by default.
5499 - Implemented documentation width checking. Turned off by default.
5502 * dlls/ole32/compobj.c:
5503 Andrew Lewycky <andrewl@corel.ca>
5504 Fix StringFromGUI2 return value as per documentation.
5506 * dlls/dsound/dsound_main.c:
5507 Marcus Meissner <Marcus.Meissner@caldera.de>
5508 Make audiodevice blocking directly after the non-blocking open, since
5509 we use the write(2) also for synchronization.
5511 * dlls/winsock/async.c, dlls/winsock/socket.c:
5512 Rein Klazes <rklazes@casema.net>
5513 Corrected error handling for ws_getprotobyname/number.
5514 Made the Async error returns the same as the normal functions.
5517 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5518 GetShortPathName: always erase characters at the end of the new
5519 string, and return only single backslashes.
5521 2000-04-04 Alexandre Julliard <julliard@winehq.com>
5523 * 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:
5524 Added a per-drive FailReadOnly flag, and removed the global
5525 --failreadonly option.
5527 * dlls/x11drv/x11drv_main.c, files/file.c, scheduler/client.c:
5528 Fixed file descriptor leaks.
5531 Call PROFILE_GetWineIniBool before starting to fill the request
5532 buffer. Made new registry format the default.
5535 Increment suspend count before attempting attach in suspend_for_ptrace.
5537 * 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:
5538 Made request tracing more robust against bogus lengths.
5540 * documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in:
5541 Peter Ganten <peter@ganten.org>
5542 Adapted the manual pages to the new long options, updated the
5543 -debugmsg channels and added a small hack to get the @sysconfdir@
5544 stuff in the manual pages right.
5546 * dlls/winmm/mmio.c:
5547 Noomen Hamza <noomen@macadamian.com>
5548 Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.
5550 * programs/winemine/main.c, programs/winemine/main.h:
5551 Joshua Thielen <fozey@netzero.com>
5552 Added DestroyBoard function to delete bitmap handles.
5553 Moved SelectObject outside of DrawMine.
5554 Selected old object's back into hMemDC.
5556 * msdos/int21.c: Ian Schmidt <ischmidt@cfl.rr.com>
5557 Implemented FAT32 function 7302 (Get Extended DPB).
5559 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
5560 Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
5563 * programs/regapi/regapi.c:
5564 Gavriel State <gavriels@corel.ca>
5565 This patch adds the ability for regapi to call the DllRegisterServer or
5566 DllUnregisterServer for a list of DLLs.
5568 * dlls/ole32/ole2.c: Gavriel State <gavriels@corel.ca>
5569 OleRegGetUserType did return an unterminated ASCII string instead of an
5570 OLESTR (wide characters).
5572 * 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:
5573 Michael Abd-El-Malek (Corel)
5574 Changed irl.nls to eni.nls. Reviewed and fixed a lot of the NLS files
5575 to be more compatible to Windows.
5576 Added en_GB (used by Corel Linux 1.0,1.1) as alias for en_UK.
5578 Jeff Tranter <jefft@corel.ca>
5579 The measurement unit for Canadian English should be metric.
5580 LANG_SUB_ENTRY did always return the first language due to missing {}.
5582 2000-03-30 Alexandre Julliard <julliard@winehq.com>
5584 * documentation/distributors:
5585 Marcus Meissner <marcus@jet.franken.de>
5586 Updated documentation/distributors in regards to shared libraries and
5587 some more windows specific dirs.
5589 * programs/winemine/README, programs/winemine/main.c, programs/winemine/main.h:
5590 Peter Hunnisett <hunnise@nortelnetworks.com>
5591 - Fix painting bug with middle button down when dragging mouse
5592 - Speed up drawing and hence overall speed
5593 - Fix compiler warnings
5594 - Added some optional debugging information
5595 - Added a new known bug to the list
5597 * misc/comm.c: Rein Klazes <rklazes@casema.net>
5598 Added CTS, DSR and RingIndicator states to Window's semi-documented
5599 modem line status register.
5601 * include/wingdi.h, objects/enhmetafile.c:
5602 Huw D M Davies <h.davies1@physics.ox.ac.uk>
5603 Delete objects after use in EnumEnhMetaFile.
5604 Make PlayEnhMetaFile call EnumEnhMetaFile.
5605 Move EnumEnhMetaFile prototype to wingdi.h.
5607 * dlls/dsound/dsound_main.c, dlls/winmm/wineoss/audio.c:
5608 Marcus Meissner <Marcus.Meissner@caldera.de>
5609 open() the OSS sounddevice non-blocking in case another process has it
5612 * scheduler/process.c:
5613 Commented out exit() call on ExitProcess for now.
5615 * server/context_i386.c, server/debugger.c, server/main.c, server/object.h, server/process.c, server/thread.c, server/thread.h:
5616 Set thread start address to 0 on events generated by
5618 Return a correct address in the simulated exception event.
5620 * dlls/ttydrv/ttydrv_main.c, graphics/ttydrv/dc.c, graphics/ttydrv/graphics.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/wnd.c:
5621 Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
5623 2000-03-28 Alexandre Julliard <julliard@winehq.com>
5625 * dlls/dsound/dsound_main.c, dlls/winaspi/winaspi16.c, graphics/path.c, programs/winhelp/macro.yacc.y:
5626 Niels Kristian Bech Jensen <nkbj@image.dk>
5627 - Fix some compiler warnings.
5628 - Remove superfluous #include statement.
5630 * include/wine/winnet16.h, misc/network.c:
5631 Ron Gage <rongage@att.net>
5632 Fixed bug reported by winapi_check.
5635 Patrik Stridvall <ps@leissner.se>
5636 Added/fixed some documentation reported by winapi_check.
5638 * graphics/x11drv/palette.c, objects/palette.c:
5639 Fixed memory allocations.
5641 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/user/user32.spec, include/winuser.h, windows/input.c:
5642 Patrik Stridvall <ps@leissner.se>
5643 - Added/fixed some documentation reported by winapi_check
5644 - Renamed MapVirtualKeyEx32A to MapVirtualKeyExA
5645 - Renamed CRTDLL__dllonexit to CRTDLL___dllinit
5647 * dlls/ole32/ifs.c, dlls/ttydrv/ttydrv_main.c, misc/printdrv.c:
5648 Patrik Stridvall <ps@leissner.se>
5649 Fixed some warnings.
5651 * tools/winapi_check/win32/kernel32.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
5652 Patrik Stridvall <ps@leissner.se>
5653 - Updated the API files.
5656 * dlls/comctl32/animate.c:
5657 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5658 Do a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
5661 * tools/wrc/parser.l: Patrik Stridvall <ps@leissner.se>
5662 Minor fix in wrc to support the Solaris preprocessor.
5664 * debugger/msc.c: Patrik Stridvall <ps@leissner.se>
5665 Fixed some ANSI C violations.
5667 * documentation/no-windows:
5668 Ove Kaaven <ovek@arcticnet.no>
5669 Add start menu directories.
5671 * scheduler/sysdeps.c, scheduler/thread.c:
5672 Put CLONE_FILES back in, it is still breaking too many things.
5674 * 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:
5675 Merged DDBitmap and physBitmap into the generic bitmap structure
5676 (suggested by Andrew Lewycky).
5679 Ignore trailing spaces in DOSFS_ToDosFCBFormat.
5681 * dlls/winsock/socket.c:
5682 Fixed small bug in WSOCK32_accept
5684 2000-03-26 Alexandre Julliard <julliard@winehq.com>
5686 * include/version.h, ANNOUNCE, ChangeLog:
5689 ----------------------------------------------------------------
5690 2000-03-26 Alexandre Julliard <julliard@winehq.com>
5692 * files/dos_fs.c: Stefan Leichter <sle@camline.com>
5693 DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
5695 * 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:
5696 John R. Sheets <jsheets@codeweavers.com>
5697 Added cvdump tool to dump CodeView symbol information.
5699 * dlls/winsock/socket.c, include/server.h, server/sock.c, server/trace.c:
5700 Ove Kaaven <ovek@arcticnet.no>
5701 Handle POLLHUP better (delay FD_CLOSE notification until all data has
5702 been read). Made WSAEnumNetworkEvents atomic. Convert socket event
5703 error codes properly. Made accept()-ed sockets inherit the listening
5704 socket's WSAAsyncSelect().
5706 * dlls/dsound/dsound_main.c:
5707 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5708 Fixed debug formatting.
5710 * dlls/advapi32/registry.c: Fixed error checking in registry saving.
5712 * misc/cdrom.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5713 Use strerror in debug output.
5715 * dlls/shell32/changenotify.c:
5716 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
5717 SHChangeNotify[A|W]: free only items we allocated.
5719 * loader/resource.c, objects/enhmetafile.c, objects/font.c, objects/text.c, win32/console.c:
5720 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5723 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5724 Now read .so list from debuggee's address space.
5726 * include/windowsx.h: Francois Gouget <fgouget@psn.net>
5727 Added missing macros.
5729 * include/winnt.h, include/winreg.h, server/registry.c:
5730 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5731 Moved some registry definitions to winnt.h.
5733 * programs/winhelp/winhelp.spec, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/notepad.spec, programs/progman/progman.spec:
5734 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
5735 Added import of comdlg32.dll in spec file.
5737 * windows/winpos.c: Gerard Patel <g.patel@wanadoo.fr>
5738 Activate a hidden window only when explicitely asked by the
5741 * 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:
5742 Eric Pouech <Eric.Pouech@wanadoo.fr>
5743 improved exception handling
5744 merged all module handling code in new module.c file
5745 reenabled 'walk module' and 'info module' commands
5746 added ability to drive break on thread startup
5748 * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
5749 Marcus Meissner <marcus@jet.franken.de>
5750 Stubs for DllRegisterServer/DllUnregisterServer.
5752 * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
5753 Fixed return value for SC_GET_DEV_TYPE.
5755 2000-03-25 Alexandre Julliard <julliard@winehq.com>
5757 * 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:
5758 Francois Gouget <fgouget@psn.net>
5759 Use min/max instead of MIN/MAX.
5761 * server/sock.c: Ove Kaaven <ovehk@ping.uio.no>
5762 Handle socket POLLERR/POLLHUP conditions properly.
5763 Clear error field for OOB notifications.
5765 * controls/listbox.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5766 Send the correct ODA_ code when deselecting an item.
5768 * 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:
5769 Fixed a couple of file descriptor leaks.
5770 Always call USER signal proc in the right context.
5771 Cleaned up THREAD_Create.
5773 * include/Makefile.in:
5774 Do not erase local files on uninstall if install dir does not exist.
5776 * 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:
5777 Store monitor size and depth in the generic structure.
5778 Merged monitor driver into USER driver.
5780 * 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:
5781 A few simplifications and optimizations in the x11 driver.
5783 * Make.rules.in, Makefile.in, dlls/ddraw/Makefile.in, dlls/ttydrv/Makefile.in, dlls/x11drv/Makefile.in:
5784 Link ttydrv and x11drv objects into their respective dll.
5786 * dlls/user/Makefile.in: Added missing keyboard.spec.
5788 2000-03-24 Alexandre Julliard <julliard@winehq.com>
5790 * windows/msgbox.c, misc/comm.c, misc/printdrv.c, win32/except.c:
5791 Moved FatalAppExit functions to win32/except.c.
5792 Added a few uses of Callout instead of referencing USER functions
5795 * windows/cursoricon.c, include/bitmap.h, objects/bitmap.c:
5796 Moved LoadImage and related functions to cursoricon.c.
5798 * 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:
5799 Moved gdi/user thunking functions into their respective dlls.
5800 Moved keyboard.spec into user dll.
5802 * configure, configure.in: Lionel Ulmer <lionel.ulmer@free.fr>
5803 Disable OpenGL support if the latter is thread safe.
5805 * 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:
5806 Patrik Stridvall <ps@leissner.se>
5807 Fixed some warnings.
5809 * 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:
5810 Patrik Stridvall <ps@leissner.se>
5811 Made the include files self sufficient.
5813 * 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:
5814 Patrik Stridvall <ps@leissner.se>
5815 Added/fixed some documentation reported by winapi_check.
5817 * 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:
5818 Patrik Stridvall <ps@leissner.se>
5819 Fixed some issues reported by winapi_check.
5821 * include/winnt.h, ole/ole2nls.c, dlls/ntdll/signal_i386.c, dlls/ole32/storage32.c, dlls/shell32/shlview.c:
5822 Patrik Stridvall <ps@leissner.se>
5823 Fixed some ANSI C violations.
5825 * 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:
5826 Patrik Stridvall <ps@leissner.se>
5827 Fixed ANSI C related compile problems.
5829 * 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:
5830 Patrik Stridvall <ps@leissner.se>
5832 - Don't check the *.spec.c files
5833 - Better parsing of strings
5834 - Better documentation checking
5837 * dlls/dinput/dinput_main.c: Lionel Ulmer <lionel.ulmer@free.fr>
5838 - added some debug code and cleaned-up the mouse warping code
5839 - be ready once mouse will be reported relatively
5841 * windows/mdi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5842 Fixed copying of the MDI 'Windows' menu items if the items are not of
5845 * controls/menu.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5846 Set the correct value for the cch element of MENUITEMINFO in
5849 * dlls/gdi/gdi32.spec: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5850 Fix spec file entries for EnumFontFamiliesEx*.
5852 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5853 Further code simplifications and interface (consistency) improvements.
5854 Fix selection of the Wine binary which was broken by a recent change.
5856 * windows/sysparams.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5857 Added proper termination upon failure.
5859 * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5860 Fixed basic type evaluation.
5862 * server/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5863 Ensure that non-NULL terminated stings are saved correctly.
5865 * windows/input.c: Rein Klazes <rklazes@casema.net>
5866 Correct the NotifyCode in the WM_COMMAND message sent by
5867 KBD_translate_accelerator().
5869 * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
5870 Slightly better REQUEST SENSE dumping, fixed GET_DEV_TYPE returns,
5871 work around EXEC SCSI commands which do not set the host<->target data
5872 flags, ignore errors on DVD REPORT KEY/DVD SEND KEY.
5874 * server/context_i386.c: Peter Hunnisett <hunnise@nortelnetworks.com>
5875 Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
5876 PTRACE_POKEUSR for libc5(?) compile.
5878 * controls/combo.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
5879 Stop a WM_SETTEXT message (and friends) to a combo sending CBN_EDIT*
5880 messages to the parent.
5882 * include/winbase.h, memory/heap.c: Francois Gouget <fgouget@psn.net>
5883 Added (correct) prototype for HeapWalk.
5885 * dlls/ole32/ifs.c, include/wine/obj_base.h:
5886 Francois Gouget <fgouget@psn.net>
5887 - The ICOM_CMETHODxxx cause problems because the 'const' changes the
5888 signature. There's no such thing on Windows anyway (it's a shame) so
5889 just remove them altogether.
5890 - HeapMinimize returns a void, not a 'void*'
5892 2000-03-20 Alexandre Julliard <julliard@winehq.com>
5894 * 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:
5895 Moved graphics initialisation to the x11drv/ttydrv dll init code.
5896 Merged event, keyboard and mouse drivers into USER driver.
5898 2000-03-19 Alexandre Julliard <julliard@winehq.com>
5900 * ole/ole2nls.c: Andrew Lewycky <andrewl@corel.com>
5901 Improved CompareStringA performance.
5903 * library/winestub.c: Added missing debugtools.h include.
5905 * 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:
5906 Niels Kristian Bech Jensen <nkbj@image.dk>
5907 Fixed some compiler errors and warnings.
5909 * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
5910 Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
5911 function pending a more complete implementation of locales.
5914 Hack: always try builtin module before elf or elfdll to avoid loading
5915 a builtin dll .so file in the wrong mode.
5917 * graphics/x11drv/xfont.c, objects/font.c:
5918 Moved font resource functions out of the X11 driver.
5921 Added support for source files stored in subdirectories.
5923 * 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:
5924 Added GetDCOrgEx in graphics device interface and removed X11 code
5927 * dlls/winmm/mmio.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h, dlls/winmm/winmm.spec, include/mmsystem.h:
5928 Eric Pouech <Eric.Pouech@wanadoo.fr>
5929 Fixed segmented/linear buffers manipulation.
5930 Better IO buffering.
5931 Added some missing prototypes.
5933 * dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
5934 Francois Gouget <fgouget@psn.net>
5935 Explicitly use the TVN_xxxA version of the macros.
5937 * include/commctrl.h: Francois Gouget <fgouget@psn.net>
5938 - Added the TVN_xxxA macros
5939 - Added missing TBNOTIFY macros and types
5942 * include/winuser.h: Francois Gouget <fgouget@psn.net>
5945 * 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:
5946 Dimitrie O. Paun <dimi@cs.toronto.edu>
5947 Removed most calls to xmalloc/xrealloc.
5949 * include/windef.h: Francois Gouget <fgouget@psn.net>
5950 - Added missing definition for GLOBALHANDLE and LOCALHANDLE
5951 - Fixed the prototype of WNDENUMPROC
5953 * include/ddeml.h: Francois Gouget <fgouget@psn.net>
5954 Added some missing defines.
5956 * windows/dialog.c: Andrew Lewycky <andrewl@corel.com>
5957 Propagate IsDialogMessage to the parent if the dialog has the
5960 * memory/string.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
5961 Added an exception frame for lstrcpy16.
5963 * loader/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
5964 Now attaching imported DLLs of a winelib executable.
5966 * include/wine/obj_inplace.h: Marcus Meissner <marcus@jet.franken.de>
5967 IOleItemContainer has OLEGUID(0x11c), not 0x11a.
5969 * dlls/ole32/compobj.c: Marcus Meissner <marcus@jet.franken.de>
5970 Fixed memory corruption with CoTaskMemRealloc.
5972 * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
5973 Made various changes to tools/genpatch including suggestions from Ove
5974 Kaaven (Place added files last in the patch. Add a switch that
5975 specifies modified files.)
5977 * include/tchar.h, include/winnt.h: Francois Gouget <fgouget@psn.net>
5978 Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
5980 * include/windows.h: Francois Gouget <fgouget@psn.net>
5981 Should include 'winspool.h'.
5983 * tools/wrc/parser.h, tools/wrc/parser.l:
5984 Francois Gouget <fgouget@psn.net>
5985 - An extern statement finishes with the first closing '}' or the first
5987 - Handle '#error', '#line' and '#pragma' even when in the 'pp_strips',
5988 'pp_stripe', 'pp_stripp' or 'pp_false' contexts (just like '#if' and
5989 co). But still don't issue an error if '#error' is found when in the
5992 * tools/wrc/parser.y: Francois Gouget <fgouget@psn.net>
5993 Make the first comma in the control's definition optional.
5995 * dlls/ole32/datacache.c: Andrew Lewycky <andrewl@corel.com>
5996 Support loading any presentation aspect.
5998 * dlls/winaspi/aspi.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5999 Avoid a link error from another DLL on FreeBSD.
6001 * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c:
6002 Eric Pouech <Eric.Pouech@wanadoo.fr>
6003 Fixed joystick ID/deviceID/driver handle/instance ID mixup.
6005 * graphics/x11drv/dib.c: Andrew Lewycky <andrewl@corel.com>
6006 Delete the shm segment as soon as wine and X have attached it.
6008 * dlls/winsock/socket.c: Lars Heete <hel@admin.de>
6009 Corrected handling of proto==NULL in WINSOCK_getservbyname and
6010 WINSOCK_getservbyport.
6012 * 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:
6013 Created separate dlls for user,gdi,ttydrv,x11drv.
6014 Fixed Winelib argc handling (thanks to Eric Pouech).
6016 2000-03-18 Alexandre Julliard <julliard@winehq.com>
6018 * 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:
6019 Misc small cleanups.
6021 * 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:
6022 Avoid calling the *Rect USER functions from inside GDI.
6023 Moved a few USER functions to a more appropriate location.
6025 * 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:
6026 Moved command-line option handling out of the X11 driver.
6027 Added support for "--" prefix on options.
6028 Replaced a few X11 command-line options by wine.conf parameters.
6030 2000-03-17 Alexandre Julliard <julliard@winehq.com>
6032 * 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:
6033 Made ddraw and dinput separate dlls.
6035 * 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:
6036 Have threads and processes exit more cleanly whenever possible.
6038 * relay32/builtin32.c:
6039 Include space for resources in the module header instead of doing a
6040 separate allocation.
6042 * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, misc/network.c:
6043 Made MPR a separate dll.
6045 * dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.h:
6046 Andrew Lewycky <andrewl@corel.com>
6047 Rewrite the BIGBLOCKFILE implementation for better performance.
6049 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6050 Further simplify the code and remove some redundant code.
6051 Make the user interface more consistent and appealing.
6053 * dlls/ole32/defaulthandler.c: Andrew Lewycky <andrewl@corel.com>
6054 Avoid a refcount leak in QueryInterface when delegating.
6055 And a couple of minor bugs.
6057 2000-03-15 Alexandre Julliard <julliard@winehq.com>
6059 * 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:
6060 Eric Pouech <Eric.Pouech@wanadoo.fr>
6061 Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
6062 Added watch (hardware assisted debugging) and whatis (type of expr) commands.
6063 Fixed some issues in local vars handling (stabs parsing & registers optimization).
6065 * graphics/x11drv/graphics.c, graphics/x11drv/text.c:
6066 Karl Lessard <karll@corel.ca>
6067 Update DIB sections in text output and for graphics primitives.
6069 * windows/dce.c, windows/x11drv/event.c:
6070 Michael Abd-El-Malek (on behalf of Corel)
6071 When we were switching to another desktop, the popup windows lost
6072 their WS_VISIBLE flag.
6074 * server/context_i386.c:
6075 Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
6076 Fixed context flags handling (thanks to Eric Pouech).
6078 * server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
6079 Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
6081 * server/debugger.c: Fixed bug in generate_startup_debug_events().
6083 * 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:
6084 Joshua Thielen <fozey@netzero.com>
6087 * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6088 Improved the visual appearence of the user interface. Made the code
6091 2000-03-12 Alexandre Julliard <julliard@winehq.com>
6093 * dlls/crtdll/crtdll_main.c, dlls/crtdll/crtdll.spec:
6094 Waldek Hebisch <hebisch@math.uni.wroc.pl>
6095 Implemented _read and _lseek.
6097 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
6098 Correct conversion of level parameter if WINSOCK_setsockopt is called
6099 for option WS_SO_DONTLINGER.
6101 * objects/gdiobj.c: Rein Klazes <rklazes@casema.net>
6102 Correct rounding of the result in MulDiv16().
6104 * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
6105 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6106 Fixed FreeBSD compilation.
6108 * 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:
6109 Peter Hunnisett <hunnise@nortelnetworks.com>
6110 - Make registry usage a little more correct and modern
6111 - Create home for all dplay name server functionality
6112 - Add the framework for EnumSessions
6113 - Documentation update
6115 * dlls/advapi32/security.c, dlls/avifil32/avifile.c, include/debugdefs.h:
6116 Dimitrie Paun <dimi@bigfoot.com>
6117 Cleaned up debug channels a bit.
6119 * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
6120 Implemented stretched blts for depth 24 (unoptimized).
6122 2000-03-10 Alexandre Julliard <julliard@winehq.com>
6124 * debugger/winedbg.c: Fixed OUTPUT_DEBUG_STRING pointer handling.
6126 * include/process.h, memory/virtual.c, scheduler/process.c:
6127 Removed PROCESS_IsCurrent().
6129 * 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:
6130 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
6131 Generate a breakpoint event on process attach.
6132 Misc cleanups in request handling.
6134 2000-03-09 Alexandre Julliard <julliard@winehq.com>
6136 * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h:
6137 Eric Pouech <Eric.Pouech@wanadoo.fr>
6138 Now relying on exception codes to know when debugger is entered for a
6141 * debugger/winedbg.c, miscemu/main.c:
6142 Eric Pouech <Eric.Pouech@wanadoo.fr>
6143 Added proc to start debugging process from its command line (by launching it).
6145 * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6148 * graphics/psdrv/afm.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6149 Add Black as a valid font weight.
6150 Cope with afm files that do not contain {Family|Full}Name entries.
6152 * dlls/winaspi/winaspi32.c: David Elliott <dfe@netnitco.net>
6153 - Got rid of PROFILE functions.
6154 - Use functionality of aspi.c.
6155 - Automagically read /proc/scsi/scsi (part of aspi.c which is already
6158 * graphics/x11drv/dib.c: Jim Aston <jima@corel.ca>
6159 Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
6161 * programs/view/globals.h: Mike Castle <dalgoda@ix.netcom.net>
6162 Added resource.h include.
6164 * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
6165 IsRectEmpty also returns true for negative width/heights (verified
6166 against Windows), found by Brad Oliver <bradman@pobox.com>.
6168 * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
6169 Take type from referenced variant for VT_BYREF && VT_VARIANT.
6171 * 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:
6172 Store the list of loaded dlls in the server, and generate debug events
6175 2000-03-08 Alexandre Julliard <julliard@winehq.com>
6177 * server/thread.c, server/trace.c, tools/make_requests, include/server.h, scheduler/client.c:
6178 Added server protocol version check.
6180 * 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:
6181 David Elliott <dfe@netnitco.net>
6182 - Slightly reworked include files (less messy, more straightforward).
6183 - Moved DOS ASPI functionality to msdos/dosaspi.c.
6184 - Got rid using PROFILE to get SCSI info from wine.conf.
6185 - Read scsi info from /proc/scsi/scsi.
6186 - Added setting of a reasonable timeout when opening a SCSI device (5
6187 minutes, defined in winescsi.h).
6188 - ExecScsiCommand now ALWAYS posts, even on error (which is the correct
6191 * 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:
6192 Simen Zamecnik <simen@nextra.sk>
6193 Added Slovak language support.
6195 * 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:
6196 Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
6197 Added some Japanese resources.
6199 * 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:
6200 Abey George <abey@macadamian.com>
6201 Implemented OLE clipboard functionality for Embed Source format.
6202 It helps you cut and paste data with Embed Source format between
6203 applications. It also implements OleCreateFromData and
6204 OleQueryCreateFromData and fixes some bugs in datacache.c.
6206 * loader/module.c: Ulrich Czekalla <ulrichc@corel.ca>
6207 wm->modname might be invalid at the end of FreeLibrary.
6209 * 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:
6210 Patrik Stridvall <ps@leissner.se>
6211 Removed a lot of unnecessary includes and fixed the compile errors.
6213 * 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:
6214 Patrik Stridvall <ps@leissner.se>
6215 Fixed some warnings.
6217 * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
6218 Corrected value for DAYS_IN_ONE_YEAR.
6220 * dlls/crtdll/crtdll_main.c:
6221 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
6222 Cleaned up CRTDLL__unlink.
6224 * controls/static.c: Ulrich Czekalla <ulrichc@corel.ca>
6225 The static control only needs to invalidate its rect when we SetText.
6227 * include/winuser.h, misc/spy.c:
6228 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6229 Added a few messages for IME.
6231 * 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:
6232 Eric Pouech <Eric.Pouech@wanadoo.fr>
6233 No longer directly accessing debuggee memory.
6234 Execution context (mode, steps...) are now linked to a thread.
6235 Removed some X11 crst hacks.
6236 Rewrote info/walk commands.
6237 Removed direct debugger invocation code (and moved the rest to the new
6240 * 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:
6241 Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
6242 Implemented IsDebuggerPresent().
6244 * 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:
6245 Generate CREATE_PROCESS/THREAD debug events internally in the server.
6247 2000-03-07 Alexandre Julliard <julliard@winehq.com>
6249 * scheduler/critsection.c, scheduler/thread.c, win32/Makefile.in, win32/thread.c, include/thread.h, include/winbase.h:
6250 Better implementation of inline functions SetLastError and
6251 GetCurrentThreadId. Added asm inlines for Interlocked* functions.
6253 * dlls/ntdll/signal_i386.c, include/ntddk.h, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec:
6254 Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
6256 * loader/ne/module.c, loader/ne/segment.c:
6257 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6258 Fixed second instance DGROUP loading.
6260 * include/winuser.h, misc/main.c:
6261 Huw D M Davies <h.davies1@physics.ox.ac.uk>
6262 Implement SPI_GETICONMETRICS.
6263 Change WARN -> FIXME for unimplemented SPI_s and set appropriate error.
6265 * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
6266 Actual write the cached struct in GlobalMemoryStatus.
6268 * documentation/fonts, graphics/x11drv/xfont.c:
6269 Rein Klazes <rklazes@casema.net>
6270 Include in the AddFontResourceA/W fixme message a pointer to the fonts
6271 document. In this document tell the user how to find the needed tools.
6273 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
6274 Add a message and fix error code if __ws_getservbyname() and
6275 __ws_getservbyport() cannot find the requested service.
6276 Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.
6278 * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
6279 Check for existence if MMIO_EXIST is passed to MMIO_Open.
6281 * dlls/ole32/filemoniker.c: Jeff Tranter <jefft@corel.ca>
6282 The pathname was stored in a string of size 100, which was not always
6283 large enough. It should be set to MAX_PATH (255).
6285 * loader/task.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6286 Several fixes to MakeProcInstance.
6288 2000-03-05 Alexandre Julliard <julliard@winehq.com>
6290 * 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:
6291 Added support for creating extra symlinks for .so files that contain
6294 2000-03-04 Alexandre Julliard <julliard@winehq.com>
6296 * */Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, dlls/.cvsignore, dlls/Makedll.rules.in:
6297 Moved dll-specific make rules to a separate Makedll.rules file.
6299 * misc/registry.c: Fixed error checking in registry saving.
6301 * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
6302 WSACleanup should set last error to WSANOTINITIALISED if failing
6303 because Winsock was not initialized...
6305 * dlls/ole32/compobj.c, include/ole.h, include/wine/obj_base.h:
6306 Marcus Meissner <marcus@jet.franken.de>
6307 CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
6308 Whitney), removed the dllName component of the openDlls. Added some
6311 * dlls/ntdll/nt.c: Dan Scott <dan.scott@home.com>
6312 Fixed typos in _alldiv() and _allmul().
6314 * configure.in, configure: Marcus Meissner <marcus@jet.franken.de>
6315 Added message for missing xpm devel libs for debian/corel.
6317 * dlls/ole32/ole2.c: Pierre Mageau <pierre@macadamian.com>
6318 OleRegGetUserType did query wrong registry key.
6320 * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
6321 Some applications call GlobalMemoryStatus() very often. Cache the
6322 results of the call for 1 second (spotted by Corel).
6324 * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
6325 GetClipboardData16 might return an invalid global handle (spotted by
6328 * objects/enhmetafile.c: Lilia Roumiantseva
6329 cbCountSizeOfEnhMetafile callback function instead of increasing a
6330 contents of the pointer to the size increased the pointer itself.
6332 * documentation/psdriver: Huw D M Davies <h.davies1@physics.ox.ac.uk>
6333 Fix docs to reflect change to .winerc processing.
6335 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
6336 Fixed a couple of config.cache problems.
6338 * dlls/comctl32/trackbar.c: Vahid Pourlotfali
6339 Trackbar contol did not have proper position value in case of
6340 SB_THUMBTRACK notification message: it was always sending 0.
6342 Jim Aston <jima@corel.ca>
6343 Made the slider control a rect. It had been trying to draw a notched
6344 slider, but the result didn't look right.
6346 * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
6347 Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
6349 * objects/cursoricon.c: Serge Ivanov <sergei@corel.ca>
6350 CURSORICON_IconToCursor: inconsistent Lock/Unlock
6352 * files/profile.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6353 PROFILE_GetString: only accept NULL for keyname to return the list of
6356 * graphics/x11drv/dib.c: Joerg Mayer <jmayer@telesun2.telemation.de>
6357 Fix a sign bug where memcpy was called with negative length.
6359 2000-02-29 Alexandre Julliard <julliard@winehq.com>
6361 * files/profile.c: Make profile key a global handle.
6363 * dlls/win32s/.cvsignore, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.c, Make.rules.in, dlls/Makefile.in:
6364 Renamed libwin32s to use the proper dll name (libw32skrnl).
6366 * 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:
6367 Niels Kristian Bech Jensen <nkbj@image.dk>
6368 Removed superfluous #include statements for header files included twice.
6370 * dlls/comctl32/updown.c: Serge Ivanov <sergei@corel.ca>
6371 Make updown control work. UpDown control always sends WM_*SCROLL
6372 message and uses SB_THUMBPOSITION code (not SB_LINE[UP|DOWN]).
6374 * dlls/comctl32/header.c: Pascal Lessard <pascal@macadamian.com>
6375 Implemented the behavior of sending WM_CONTEXTMENU when receiving a
6378 * dlls/ole32/storage32.c: Murali Pattathe
6380 This is the patch for the OleConvertOLESTREAMToIStorage wine API.
6381 This API calls another function called OLECONVERT_LoadOLE10 which
6382 basically read the OLE stream from the file through the callback
6383 function (this is passed by the application).
6385 The reading format was wrong. Still I am not very sure this is 100 %
6386 correct format. I did some reverse engineering and found the format. I
6387 have tried with different OLE object and its worked in paradox. I
6388 haven't tested with any other apps.
6390 * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
6391 Patrik Stridvall <ps@leissner.se>
6392 Moved some stubs and added forwards in order to make both winapi_check
6393 and checklink happy.
6395 * tools/winapi_check/*:
6396 Patrik Stridvall <ps@leissner.se>
6397 Moved the rest of the API specification from the global file to the
6400 2000-02-27 Alexandre Julliard <julliard@winehq.com>
6402 * ANNOUNCE, ChangeLog, include/version.h: Release 20000227.
6404 ----------------------------------------------------------------
6405 2000-02-27 Alexandre Julliard <julliard@winehq.com>
6407 * win32/init.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6408 GetComputerNameA(): added parameter check like Win95 does.
6410 * tools/build.c: Patrik Stridvall <ps@leissner.se>
6411 - Fixed some Solaris specific assembler problems
6412 - Fixed some missing .type @function (helps debugging with dbx)
6413 - Fixed code needing __attribute__((constructor))__ for non-GCC ELF compilers
6414 - Fixed use of zero width arrays (ANSI C violation)
6415 - @GOTOFF on Solaris doesn't work - use @GOT and redirection instead
6417 * memory/selector.c, include/selectors.h:
6418 Patrik Stridvall <ps@leissner.se>
6419 Fixed some Solaris specific assembler problems.
6421 * dlls/ole32/ole32.spec, dlls/shell32/shlwapi.spec:
6422 Patrik Stridvall <ps@leissner.se>
6423 Fixed some issues found by winapi_check.
6425 * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api:
6426 Patrik Stridvall <ps@leissner.se>
6427 Updated winapi_check.
6429 * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
6430 Added utility that generates patches for submission to
6431 wine-patches@winehq.com.
6433 * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec:
6434 oleaut32 should not import functions from olepro32.
6436 * dlls/comctl32/listview.c, include/listview.h:
6437 Pierre Mageau <pierre@macadamian.com>
6438 Don't display the context menu on a double click.
6440 Ulrich Czekalla <ulrichc@corel.ca>
6441 Set the font on the edit label control to that used by the listview
6442 control. It also uses text metrics to set a more reasonable initial
6445 Pierre Mageau <pierre@macadamian.com>
6446 Handle M_SETREDRAW in ListView.
6447 Fix to EnsureVisible to handle small and large icon correctly.
6448 Add edit label functionnality to the listview and the file open dialog.
6450 Ulrich Czekalla <ulrichc@corel.ca>
6451 RelaseDC in CreateEditLabel.
6453 Pierre Mageau <pierre@macadamian.com>
6454 Add functionnality to create new folder in the open dialog.
6455 Add support for right click menu in common file dialog.
6456 LISTVIEW_EndEditlabel is now handling NONLPSTR_TEXTCALLBACK listview items.
6458 Serge Ivanov <sergei@corel.ca>
6459 LISTVIEW_GetColumnA fix (do not copy string, pass pointers).
6461 Luc Tourangeau <luc@macadamian.com>
6462 Preventing a divide by zero when handling LVW_ENSUREVISIBLE message.
6465 -Implemented the sorting on insert of items into a ListView control
6466 with either LVS_SORTASCENDING or LVS_SORTDESCENDING set.
6467 -(helping evil applications): sometimes not so well structured apps
6468 (PFPI90, in this case) will not fully initialize structs. In the case
6469 of the LVM_GETITEM message the app may have only initialized the mask
6470 and iItem members of the struct. Added processing of the LVIF_PARAM
6471 mask in the case that iSubItem was set but is invalid/uninitialized.
6473 Pierre Mageau <pierre@macadamian.com>
6474 Fix for handling correctly the cancelling mode of the Edit label.
6475 Fix width calculation of the edit label.
6477 Pascal Lessard <pascal@macadamian.com>
6478 Implemented the behavior of sending WM_CONTEXTMENU when receiving a
6481 Ulrich Czekalla <ulrichc@corel.ca>
6482 Fixed a painting problem with listview when the view changes and an
6483 edit label is active.
6485 Ulrich Czekalla <ulrichc@corel.ca>
6486 Fixed a notification problem with listview. On creation if the user
6487 specifies an item with focus and/or selection we should send the
6488 proper notification. Insert was preventing LISTVIEW_SetItem from
6489 seeing the changes and sending the notification.
6491 Make the draw item rectangle consistent with the selection
6492 rectangle. This allows us to click on the folders and icons in the
6493 file open dialog box and the item actually gets selected.
6495 * files/drive.c: Petr Tomasek <tomasek@etf.cuni.cz>
6496 - Write serial numbers to the device (FAT)
6497 - DRIVE_ReadSuperblock: better checking for the FAT fs.
6499 * files/dos_fs.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
6500 GetFullPathName fixes.
6502 2000-02-26 Alexandre Julliard <julliard@winehq.com>
6504 * include/winbase.h, include/winnt.h, memory/string.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
6505 Juergen Schmied <juergen.schmied@debitel.net>
6506 Fixed definition of the RtlMemory functions. Use macros internally and
6507 for Winelib, use real functions for exports from ntdll.
6509 * include/ole2.h: Juergen Schmied <juergen.schmied@debitel.net>
6510 Prototypes OleInitialize, OleUninitialize.
6512 * dlls/commdlg/filedlg95.c:
6513 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6514 ArrangeCtrlPositions: fix for user-defined template with no stc32.
6516 * controls/menu.c, include/menu.h, windows/message.c:
6517 Ulrich Czekalla <ulrichc@corel.com>
6518 Send WM_HELP message when F1 is pressed.
6520 * controls/listbox.c: Yuxi Zhang <yuxi@corel.ca>
6521 In the listbox, when the last item is selected and deleted, it still
6522 appeared in the window.
6524 Sheri Steeves <sheri@macadamian.com>
6525 In LISTBOX_UpdateScroll(), if the listbox did not have the WS_SCROLL
6526 style it would just return. This left the horizontal scroll bar
6527 uninitialized and it was appearing at the bottom of the listbox when
6530 Serge Ivanov <sergei@corel.com>
6531 LISTBOX_SetColumnWidth adds extra 2 pixels to the passed column width
6532 (it says it is for column margins). Obviously it is wrong, because
6533 margins must be internal.
6535 * dlls/ole32/Makefile.in, dlls/ole32/errorinfo.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c:
6536 ErrorInfo functions need to be in ole32, not oleaut32.
6538 * dlls/crtdll/wcstring.c: More portable CRTDLL_iswctype.
6540 * 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:
6541 Juergen Schmied <juergen.schmied@debitel.net>
6542 Moved file functions to shlfileop.c
6543 New SHELL_DeleteDirectoryA
6544 Use shell notifications.
6545 Enabled file manipulation functions.
6547 * dlls/shell32/folders.c, dlls/shell32/iconcache.c:
6548 Juergen Schmied <juergen.schmied@debitel.net>
6551 * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c:
6552 Juergen Schmied <juergen.schmied@debitel.net>
6553 Stub PathIsDirectory.
6555 * dlls/shell32/shellord.c:
6556 Juergen Schmied <juergen.schmied@debitel.net>
6557 Fixes for ShellExecuteEx.
6559 * dlls/shell32/shell32_main.h, include/wine/undocshell.h, dlls/shell32/changenotify.c, dlls/shell32/shell32_main.c:
6560 Juergen Schmied <juergen.schmied@debitel.net>
6561 Basic implementation of shell notifications.
6563 * documentation/shell32: Juergen Schmied <juergen.schmied@debitel.net>
6566 * include/wine/obj_contextmenu.h, include/wine/obj_extracticon.h, include/wine/obj_shellfolder.h:
6567 Juergen Schmied <juergen.schmied@debitel.net>
6568 Added Winelib types.
6570 * dlls/shell32/shres.rc: Juergen Schmied <juergen.schmied@debitel.net>
6571 Added icon no 4 (open folder).
6573 * dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c, dlls/oleaut32/oleaut32.spec, include/oleauto.h:
6574 Patrik Stridvall <ps@leissner.se>
6575 Added stubs for {Create,Get,Set}ErrorInfo.
6577 * dlls/ole32/ole2stubs.c: Abey George <abey@macadamian.com>
6578 Return an error instead of a success code in OleCreate stub function.
6580 * dlls/comctl32/tab.c, include/tab.h: Don Kelly
6581 In Windows Property Sheet can have any mix of icon-less tabs and tabs
6582 with icons. Adds a check to see if the icon we're adding is non-NULL
6583 (otherwise random junk from memory can be rendered) when the application
6584 has specified the PSP_USEICONID flag is set. Changes to the Tab control
6585 to only render icons for tabs that have the TCIF_IMAGE flag set
6586 (previously, if the flag was set the entire image list of icons was
6589 Stephane Lussier <stephane@macadamian.com>
6590 Fixes for some tab control bugs
6593 Fixed some width problem with OWNERDRAW tab.
6595 Luc Tourangeau <luc@macadamian.com>
6596 TCM_ADJUSTRECT is now returning consistant compare to Windows.
6598 Serge Ivanov <sergei@corel.ca>
6599 Fixed problem with tab selection. When you select tab it becames first
6600 visible tab. Now leftmost visible tab is calculated properly.
6601 - Added code for correct handling of updown control.
6602 - Forced recalculation of tabs' coordinates when:
6603 a) all items are deleted,
6604 b) window style is canged
6606 * include/commctrl.h: Ian Schmidt <ischmidt@cfl.rr.com>
6607 Added necessary defines and structures to compile WineLib apps using
6609 Fixed typo in TCM_SETMINTABWIDTH constant.
6611 * controls/button.c: Bill Jin <billj@corel.ca>
6612 Bitmap buttons were not refreshed correctly.
6614 * dlls/comctl32/propsheet.c: Jim Aston <jima@corel.ca>
6615 This reverts Matts patch. The messaging needs double checking.
6617 * 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:
6618 Improved the selector get/set functions.
6619 Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
6621 * 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:
6622 Made winmm a separate shared library.
6624 * 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:
6625 Patrik Stridvall <ps@leissner.se>
6626 Fixed ANSI C violations.
6628 * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
6629 Fixed Solaris specific compiler issue.
6631 * files/dos_fs.c, win32/init.c: Patrik Stridvall <ps@leissner.se>
6632 Fixed some debug message crashes.
6634 * include/dinput.h, windows/dinput.c:
6635 Lionel Ulmer <lionel.ulmer@free.fr>
6636 - implement EnumObjects and GetProperty for Mouse and Joystick drivers
6637 - implement SetDataFormat for the Mouse driver
6639 * 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:
6640 Eric Pouech <Eric.Pouech@wanadoo.fr>
6641 Moved hardware related handling to dlls/winmm/joystick driver.
6642 Got rid of joySendMessages() hack (now implementation with a timer).
6644 2000-02-25 Alexandre Julliard <julliard@winehq.com>
6647 Release unused space in debug strings to avoid too frequent
6648 wrap-arounds in the circular buffer.
6650 * dlls/oleaut32/Makefile.in: Added import of olepro32.
6652 * winedefault.reg: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6653 Added OLE entries and comments.
6655 * ole/nls/jpn.nls: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6656 Japanese support implemented.
6658 * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
6659 Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
6660 order to allow Windows 9x Perl to start.
6662 * dlls/winspool/info.c: Ulrich Czekalla <ulrichc@corel.ca>
6663 This patch initializes the return buffer used in GetPrinterDriverA to
6664 zeros. This prevents buffer overruns caused by accessing garbage data.
6665 Some improvements to the NULL check patch.
6668 EnumPrinters is not returning the number of printers found in case the
6669 parameter dwLevel is 1.
6671 * dlls/ntdll/reg.c: Dmitry Timoshkov <dmitry@sloboda.ru>
6672 Do not overwrite the valid ObjectAttributes->RootDirectory.
6673 Perform case insensitive comparison for the registry paths.
6675 * include/ntddk.h: Dmitry Timoshkov <dmitry@sloboda.ru>
6676 Added prototypes for registry functions.
6678 * include/winbase.h, include/winnls.h:
6679 Dmitry Timoshkov <dmitry@sloboda.ru>
6680 Move definition of CPINFO structure from winbase.h to winnls.h
6681 Add definition of CPINFOEX structure to winnls.h
6683 * include/crtdll.h: Dmitry Timoshkov <dmitry@sloboda.ru>
6684 Add prototype for CRTDLL_wcstol.
6686 * dlls/comctl32/toolbar.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6687 Fix for toolbar button size.
6689 * misc/lstr.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6690 Fixed CharNextA/CharNextExA for DBCS.
6692 * 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:
6693 James Abbatiello <abbeyj@WPI.EDU>
6694 Misc. fixes for compiler warnings.
6696 * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, include/ole2.h, include/wine/obj_base.h, include/winerror.h:
6697 Pierre Mageau <pierre@macadamian.com>
6698 Implementation of OleConvert routines.
6700 Thuy Nguyen <thuy@macadamian.com>
6701 Don't allow to resize stream open in read only mode
6702 Allow write access for stream/storage open with STGM_READWRITE.
6703 StgOpenStorage return values are now more detailed.
6704 Don't rely on STGM_CREATE flag in the Storage constructor.
6705 Preventing to write out of date property.
6707 Owen Wang <owenw@corel.ca>
6708 Allow both positive & negative 32-bit integers as with MFC assumption.
6709 This patch improves the 32bit limit on IStream::*_Seek operations.
6711 John Li <johnl@corel.ca>
6712 When WP opens a linked file, the malloc function in
6713 OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine
6714 crash. The actual problem is the function reading a large data length.
6716 * dlls/version/info.c: Patrik Stridvall <ps@leissner.se>
6717 Made some local functions static.
6719 * dlls/oleaut32/oleaut32.spec, server/context_i386.c:
6720 Patrik Stridvall <ps@leissner.se>
6721 Fixed some issues found by winapi_check.
6723 * tools/winapi_check/*:
6724 Patrik Stridvall <ps@leissner.se>
6725 Moved some of the API specification from the global file to the local
6728 * dlls/mouse/mouse_main.c, include/mouse.h, include/ttydrv.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/mouse.c:
6729 James Abbatiello <abbeyj@WPI.EDU>
6730 Better thread safety for WarpPointer hack.
6732 * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
6733 Juergen Schmied <juergen.schmied@debitel.net>
6734 Added AddAccessAllowedAce.
6736 * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
6737 Some more ListView_ macros, winelib fixes.
6739 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@debitel.net>
6740 Fixed allocation of 16x16 icons.
6742 * dlls/commdlg/filedlg95.c:
6743 Juergen Schmied <juergen.schmied@debitel.net>
6744 For unicode: give the selected filename back.
6746 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
6747 Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
6750 * windows/painting.c: Serge Ivanov <sergei@corel.ca>
6751 We don't need to call LPtoDP in here as far as PatBlt does it internally.
6753 * dlls/comctl32/propsheet.c: Serge Ivanov <sergei@corel.ca>
6754 In Windows, if PropertySheet can't create some page it just skips it. This
6755 patch adds similar behaviour to Wine. It also adds some NULL checks.
6758 Fix property sheet initialization bugs.
6761 The template was calling GetActiveIndex which was not being set in the
6762 propsheet code, and the call was moved before we call SetActive -
6763 because that's where we query for the Active Index.
6766 Resize property sheet to the largest dialog size.
6769 In the WM_INITDIALOG handler for the prop sheet, there is a call to
6770 PROPSHEET_IsTooSmall() which, if it returns TRUE, calls
6771 PROPSHEET_AdjustSize(). Contrary to its comment, .._AdjustSize() actually
6772 aligns the sizes of the "largest" prop. sheet dialog template and the tab
6773 control. The IsTooSmall() call doesn't properly catch this mismatch.
6774 Modified the function to return TRUE if the sizes mismatch and renamed it to
6775 PROPSHEET_SizeMismatch() to reflect its proper use.
6777 * dlls/shell32/shlwapi.spec: Marcus Meissner <marcus@jet.franken.de>
6778 We define PathISURLA, so use it.
6780 * dlls/comctl32/imagelist.c: Serge Ivanov <sergei@corel.ca>
6781 In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
6782 fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads
6783 to improper display of overlay images.
6786 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
6787 ATOMs are considered unique, so we don't need to check class
6788 pointers in FindWindow.
6790 * objects/region.c: Serge Ivanov <sergei@corel.com>
6791 Not all region functions updated 'type' field to reflect current
6794 * programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
6795 Eric Williams <ewill@ncal.verio.com>
6796 Minor fixups and tweaking, and a dummy hook.
6798 * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
6799 Fixed handling of filedlg flags.
6801 2000-02-20 Alexandre Julliard <julliard@winehq.com>
6803 * scheduler/process.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6804 Added FIXME comment for entry point parameter.
6806 * dlls/ole32/moniker.c, dlls/ole32/ole32.spec:
6807 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6808 - stub for OLE32.MkParseDisplayName
6811 * windows/dialog.c, windows/win.c:
6812 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6813 - fixed my slightly incorrect EndDialog patch
6816 * windows/x11drv/wnd.c, dlls/comctl32/tab.c, windows/winproc.c:
6817 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6820 * dlls/dsound/dsound_main.c: Marcus Meissner <marcus@jet.franken.de>
6821 Made the buffer list in the directsound object thread-safe.
6823 * loader/module.c, loader/ne/module.c:
6824 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6825 It seems to be GetModuleFileName16 that checks exe version on whether
6826 to return long or short paths, not GetModuleFileNameA.
6828 * dlls/commdlg/filedlg.c: Gerard Patel <g.patel@wanadoo.fr>
6829 Avoid too much refreshing when changing the drive in the 16 bits file
6832 * files/dos_fs.c: Petr Tomasek <tomasek@etf.cuni.cz>
6833 GetLongPathName rewrite.
6835 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/filetitle.c:
6839 Don't update the combo box selection when closing the dialog only when
6840 clicking on OK button. Adjust file dialog size when help button isn't
6844 Fixes problems with open dialog box filters.
6847 Prevents the help button from displaying on OpenFile dialogs unless
6848 the proper flag is set in the OPENFILENAME struct.
6854 Add tooltips to the file Dialog toolbar.
6856 Sylvain Bouchard, Bill Jin
6858 EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections
6859 Instead of passing in a copy of ofn, passing in the pointer of ofn.
6862 A "!" was missing in a check against lpstrInitialDir.
6865 Fixed crash: if dialog has no filetypes appearing in the dropdown list.
6867 Matt Robertson, Ulrich Czekalla
6868 Fixed problems occurring with selection of files inside openfiledlg.
6870 * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
6871 - activated use of templates
6872 - moved the creating of new folders to the shellview
6874 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
6875 Juergen Schmied <juergen.schmied@debitel.net>
6876 Started with shell-clipboard handling (context menu cut&paste,
6879 * dlls/shell32/dataobject.c:
6880 Juergen Schmied <juergen.schmied@debitel.net>
6881 Removed ItemIDListList, reorganisation, more formats.
6883 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@debitel.net>
6884 - implemented rename, copy and delete file
6885 - "new file" is activating label edit for rename
6886 - implemented IShellView_SelectItem
6888 * dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c:
6889 Juergen Schmied <juergen.schmied@debitel.net>
6890 Better context menus.
6892 * 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:
6893 Juergen Schmied <juergen.schmied@debitel.net>
6894 - new files related to context menu and drag drop file operations
6895 - render functions for clipboardformats
6897 * dlls/shell32/shell.c, dlls/shell32/shellpath.c: Stephane Lussier
6898 Implemented PathIsURLA and modified ShellExecute16 to be able to load URL
6900 * dlls/shell32/shell32.spec, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
6901 Juergen Schmied <juergen.schmied@debitel.net>
6902 Started implementation of shell notifications.
6904 * dlls/shell32/shlfileop.c:
6905 Juergen Schmied <juergen.schmied@debitel.net>
6906 New file (SHFileOperation).
6908 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@debitel.net>
6911 * dlls/shell32/shellfolder.h, dlls/shell32/shlfolder.c:
6912 Juergen Schmied <juergen.schmied@debitel.net>
6913 - new internal interface for item manipulation (cut/paste/new folder/delete/rename)
6914 - implemented IPersistFolder2 interface
6916 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
6917 Juergen Schmied <juergen.schmied@debitel.net>
6918 New aPidl handling functions.
6920 * misc/main.c: Avoid crash on usage message.
6922 * dlls/advapi32/registry.c: Avoid crash on NULL data pointer.
6924 * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
6925 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6926 Added stub for RtlAssert().
6928 * windows/x11drv/keyboard.c:
6929 Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
6930 Added Japanese jp106 and pc98x1 keyboard layout.
6932 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6933 Got rid of PROFILE_ functions, now accessing Wine config options
6934 through the registry.
6936 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6937 While creating the wine config key, make sure that only Wine's subkeys
6940 * graphics/psdrv/driver.c: Marcus Meissner <marcus@jet.franken.de>
6941 Check for NULL ptr in PSDRV_GetDeviceCapabilities.
6943 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
6944 Added a bit magic to CONSOLE_get_input so we don't get single Escapes
6945 from function key escape sequences.
6947 2000-02-19 Alexandre Julliard <julliard@winehq.com>
6949 * memory/atom.c: Bug fix for native USER.
6951 * loader/loadorder.c, wine.ini:
6952 Hard-coded DllPairs configuration; there is no need for the user to
6955 * 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:
6956 Store config file contents in the registry so we only have to load it
6958 Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
6959 Removed a few unnecessary/unused command-line options.
6961 2000-02-18 Alexandre Julliard <julliard@winehq.com>
6963 * 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:
6964 Store the handle of the process exe file in the server.
6965 Removed PROCESS_Initial().
6967 * dlls/oleaut32/variant.c: Owen Wang <owenw@corel.com>
6968 Set the type of VarBstrFromDate to dwFlags, instead of lcid.
6970 Ulrich Czekalla <ulrichc@corel.ca>
6971 Fixed the problem with the date being off by one.
6974 VariantCopy was ignoring VT_DISPATCH,VT_UNKNOWN, and VT_VARIANT. Same
6976 Coerce function doesn't implement coercion for VT_DISPATCH type.
6978 * if1632/gdi.spec, if1632/kernel.spec, if1632/user.spec:
6979 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6980 Added/corrected ordinals of kernel, gdi, user.
6982 * include/win.h, windows/win.c: Noomen Hamza <noomen@macadamian.com>
6983 Popup windows will be hidden when minimizing the main frame.
6985 * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
6986 Alexandre Julliard <julliard@codeweavers.com> (for Corel)
6987 Changed the loading of typelib files to use a memory mapping instead
6988 of reading the file bit by bit.
6990 * files/drive.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
6991 DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
6992 path component even if a match already occurred.
6994 * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
6995 Fixed prototype for OleTranslateColor.
6997 * files/file.c: Matthew Cline <matt@nightrealms.com>
6998 Added WARN messages on open errors.
7000 * misc/wsprintf.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
7001 The maximum size of the buffer is 1024 bytes in Win32.
7003 2000-02-16 Alexandre Julliard <julliard@winehq.com>
7005 * 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:
7006 Moved SystemHeap allocations to the process heap.
7008 * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
7009 Do not use GlobalFindAtom with atom handles in CreateWindow* functions.
7011 * windows/defwnd.c: Ulrich Czekalla <ulrichc@corel.ca>
7012 Send WM_HELP message when F1 is pressed.
7014 * 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:
7015 Alastair McKinstry <Alastair.McKinstry@digital.com>
7016 Added support for the following celtic languages: Irish Gaelic, Scots
7017 Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
7019 2000-02-14 Alexandre Julliard <julliard@winehq.com>
7021 * dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
7022 Juergen Schmied <juergen.schmied@debitel.net>
7023 Added stub for CoResumeClassObjects.
7025 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
7026 - added argument printing to stubs
7027 - replaced memcmp by IsEqualGUID
7028 - implemented GetCapabilities for Mouse and Keyboard
7030 * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
7031 ioctlsocket() now returns success if the app sets nonblocking mode for
7032 WSAAsyncSelect()-ed sockets.
7034 * dlls/crtdll/wcstring.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7035 Fixed FreeBSD compile.
7037 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7038 - fixed crash on mci channel tracing
7039 - fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages
7041 2000-02-13 Alexandre Julliard <julliard@winehq.com>
7043 * graphics/x11drv/bitblt.c: James Abbatiello <abbeyj@wpi.edu>
7044 Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
7046 * include/winbase.h, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c:
7047 Dave Pickles <davep@nugate.demon.co.uk>
7048 Added definition for STILL_ACTIVE.
7050 * server/request.c, configure, configure.in, include/config.h.in, scheduler/client.c:
7051 Juergen Lock <nox@jelal.kn-bremen.de>
7052 Added configure check for the unix domain sockaddr length.
7054 * misc/cdrom.c: Juergen Lock <nox@jelal.kn-bremen.de>
7055 Fixed CDROM_Audio_Seek for non-linux systems.
7057 * objects/gdiobj.c, include/gdi.h: Matthew Cline <matt@nightrealms.com>
7058 GetObjectA() now rejects GDI handles which are invalid.
7060 * misc/version.c: Juergen Lock <nox@jelal.kn-bremen.de>
7061 VERSION_GetSystemDLLVersion crashed when being called on a .so.
7063 * windows/defwnd.c: Martin Fuchs <martin-fuchs@gmx.net>
7064 Display the system popup menu when clicking with the right mouse
7065 button in the window caption.
7067 * dlls/ole32/clipboard.c: Removed check for class existence.
7069 * 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:
7070 Alexandre Julliard <julliard@codeweavers.com>
7071 Removed superfluous GlobalFindAtom calls.
7073 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
7074 Reading of ri blocks.
7075 Better error handling.
7077 * windows/mdi.c: Matthew Cline <matt@nightrealms.com>
7078 Check that ci->hWindowMenu is not zero before using it.
7080 * dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec:
7081 David Howells <David.Howells@nexor.co.uk>
7082 Implemented isw*() wctype.h functions.
7084 * miscemu/main.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7085 Better error messages.
7087 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
7088 Fixed off-by-one error.
7090 * 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:
7091 Moved global atoms to the server (based on the work of Sergei
7092 Turchanov <turchanov@otvprim.ru>).
7094 2000-02-12 Alexandre Julliard <julliard@winehq.com>
7096 * include/wingdi.h: Matthew Cline <matt@nightrealms.com>
7097 Added a PTEXTMETRIC[A|W] definition.
7099 * include/windef.h: Matthew Cline <matt@nightrealms.com>
7100 Added typedefs for PSHORT and PUSHORT.
7102 * windows/dialog.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7103 Protect EndDialog() from invalid window handles.
7105 * graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c:
7106 Lionel Ulmer <lionel.ulmer@free.fr>
7107 Replaced fprintfs by proper debug macros and fixed some compilation warnings.
7109 2000-02-10 Alexandre Julliard <julliard@winehq.com>
7111 * include/ddraw.h: Ian Schmidt <ischmidt@cfl.rr.com>
7112 Added GUIDs, defines, and structures for DirectX7.
7114 * dlls/winmm/winmm_Ru.rc, dlls/winmm/winmm_res.rc:
7115 Oleg Korda <oleg@isp.nsc.ru>
7116 Added Russian translation.
7118 * windows/class.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
7119 Added missing goto in switch statement.
7121 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
7122 Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
7124 * 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:
7125 Optimized debugging API to reduce code size.
7127 * 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:
7128 Removed extra includes from ole.h and wingdi.h.
7131 Jeremy White <jwhite@codeweavers.com>
7132 Removed #include of wingdi.h and windef.h from winuser.h (and resolved
7133 the resulting compilation failures).
7135 2000-02-07 Alexandre Julliard <julliard@winehq.com>
7137 * dlls/ole32/compobj.c: Owen Wang <owenw@corel.ca>
7138 Make CLSIDFromString return a CLSID of zeros instead of crashing when
7139 passed a null pointer.
7141 * dlls/winmm/joystick.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7142 Fixed unconditional use of JOYDEV.
7144 * include/commdlg.h, include/windowsx.h, include/wingdi.h, include/winuser.h:
7145 Michael Cardenas <michael_cardenas@deneba.com>
7146 Added a bunch of macros needed for compiling Winelib apps.
7148 * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
7149 Added ListView_EditLabel macros.
7151 * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@debitel.net>
7152 Changed import to ordinal.
7154 * include/wine/obj_shellfolder.h:
7155 Juergen Schmied <juergen.schmied@debitel.net>
7156 Added IPersistFolder2 interface.
7158 * 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:
7159 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7160 - implemented serial numbers for audio CDs and data CDs
7161 - big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
7163 - split debug channel cdaudio into cdrom and mcicda
7166 * dlls/oleaut32/olefont.c, include/olectl.h:
7167 Sean Langley <seanl@corel.ca>
7168 Made OleCreateFontIndirect have the same signature (exactly) as the
7169 header file. Added olepro32 dll stubs.
7171 * 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:
7172 Sean Langley <seanl@corel.ca>
7175 * windows/clipboard.c: Juergen Schmied <juergen.schmied@debitel.net>
7178 * dlls/winmm/joystick.c: Wolfgang Schwotzer <woschwot@gmx.net>
7179 Extended the winmm joystick API calls to support the new Linux
7182 * server/context_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
7183 Added context functions for FreeBSD.
7185 * dlls/shell32/systray.c: Sheri Steeves <sheri@macadamian.com>
7186 Fix for the system tray, Icon and popup menu's now work.
7188 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
7189 Use window properties instead of window long, also use them to
7190 determine if we really own a window and can destroy it.
7191 The pixelformat for 256 colors has PALETTE|RGB flags (Tomb Raider 2)
7192 Set paintable flag for application passed cooperative/drawing window.
7193 GetDisplayMode: We might have and do support 2 backbuffers.
7195 * dlls/ole32/moniker.c: Noomen Hamza <noomen@macadamian.com>
7196 Running object table are not using 0 as a valid index anymore.
7198 * controls/static.c: Luc Tourangeau <luc@macadamian.com>
7199 Implementation of Static OwnerDraw.
7201 * dlls/comctl32/imagelist.c: Marcus Meissner <marcus@jet.franken.de>
7202 Height calculation was 1 off in ImageList_Read.
7204 2000-02-03 Alexandre Julliard <julliard@winehq.com>
7206 * 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:
7209 * 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:
7210 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7211 Added .spec files for all libtest/ and programs/ WineLib apps.
7212 Updated all Makefiles to use .spec files and new resource handling.
7214 * 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:
7215 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7216 Added .spec keyword 'mode' to allow creating built-in EXE modules.
7217 Use built-in EXE modules for WineLib apps (instead of ELF modules).
7218 Removed dummy ELF module creation.
7219 Removed LIBRES handling.
7221 * programs/notepad/main.c:
7222 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7223 Fixed memory overwrite bug.
7225 * include/windef.h, include/wine/windef16.h:
7226 Jeremy White <jwhite@codeweavers.com>
7227 Moved definitions such as BOOL16 and INT16 from windef.h into
7230 * ole/ole2nls.c: Julio César Gázquez <jgazquez@dld.net>
7231 GetNumberFormatA implementation added.
7233 * win32/console.c: Marcus Meissner <Marcus.Meissner@caldera.de>
7234 Save and restore cursor in WriteConsoleOutputA.
7236 * include/datetime.h, include/monthcal.h, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c:
7237 Alex Priem <alexp@sci.kun.nl>
7238 - Implementation of WM_SETFORMAT
7239 - Reworked drawing/selection
7240 - Implementation of WM_KEYDOWN
7242 * include/miscemu.h, msdos/int09.c, msdos/int16.c:
7243 Ove Kaaven <ovek@arcticnet.no>
7244 Added INT_Int16ReadChar and made int09 handle special keys.
7246 * graphics/vga.c, include/vga.h: Ove Kaaven <ovek@arcticnet.no>
7247 Added alphanumeric mode to the VGA emulation.
7248 Use service thread for the periodic refresh.
7250 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
7251 Cleanup VGA refresh when terminating.
7253 * win32/console.c: Ove Kaaven <ovek@arcticnet.no>
7254 Handle backspace correctly.
7256 2000-01-31 Alexandre Julliard <julliard@winehq.com>
7258 * configure, Make.rules.in, */Makefile.in:
7259 Build most dlls as separate shared libraries.
7261 2000-01-30 Alexandre Julliard <julliard@winehq.com>
7263 * configure.in, include/config.h.in, server/context_i386.c, configure:
7264 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7265 Added configure check for sys/reg.h.
7267 * dlls/comctl32/imagelist.c, include/imagelist.h:
7268 Marcus Meissner <marcus@jet.franken.de>
7269 Overlay indices are signed shorts (-1 means no overlay)
7270 (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
7271 (ImageList_Read) We can read a NxM bitmap from the stream and have
7272 to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
7274 (others) removed some potential operator precendence problems.
7276 * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
7277 GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
7279 * 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:
7280 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7281 Moved debugger to libwine to make it available to WineLib apps.
7282 Try to invoke external debugger if internal debugger crashes.
7283 Try to handle early invocation of debugger more gracefully.
7285 * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
7286 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7287 Mark initial process as 32-bit for WineLib apps.
7288 Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
7289 Removed unused thread event.
7291 * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7292 - Windows skips the '\t' and ' ' at the beginning and end of section
7293 key names of .INI files.
7294 - Fixed Get/WritePrivateProfileStructA():
7295 - (re-)translate the binary data into ASCII hex chars
7296 - add checksum / checking of it
7298 ----------------------------------------------------------------
7299 2000-01-30 Alexandre Julliard <julliard@winehq.com>
7301 * configure.in, include/config.h.in, server/context_i386.c, configure:
7302 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7303 Added configure check for sys/reg.h.
7305 * dlls/comctl32/imagelist.c, include/imagelist.h:
7306 Marcus Meissner <marcus@jet.franken.de>
7307 Overlay indices are signed shorts (-1 means no overlay)
7308 (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
7309 (ImageList_Read) We can read a NxM bitmap from the stream and have
7310 to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
7312 (others) removed some potential operator precendence problems.
7314 * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
7315 GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
7317 * 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:
7318 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7319 Moved debugger to libwine to make it available to WineLib apps.
7320 Try to invoke external debugger if internal debugger crashes.
7321 Try to handle early invocation of debugger more gracefully.
7323 * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
7324 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7325 Mark initial process as 32-bit for WineLib apps.
7326 Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
7327 Removed unused thread event.
7329 * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7330 - Windows skips the '\t' and ' ' at the beginning and end of section
7331 key names of .INI files.
7332 - Fixed Get/WritePrivateProfileStructA():
7333 - (re-)translate the binary data into ASCII hex chars
7334 - add checksum / checking of it
7336 * files/directory.c, misc/registry.c, documentation/wine.conf.man.in, wine.ini:
7337 Juergen Schmied <juergen.schmied@debitel.net>
7338 - fixes, loading of settings per user
7339 - autodetecting of windows registry version
7341 * 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:
7342 Francois Gouget <fgouget@psn.net>
7343 The COM virtual tables must use the
7344 'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.
7346 * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
7347 Made int9 handler add keystroke to BIOS keyboard buffer.
7349 * loader/dos/dosmod.c, loader/dos/dosmod.h:
7350 Ove Kaaven <ovek@arcticnet.no>
7351 dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
7353 * include/wincon.h: Ove Kaaven <ovek@arcticnet.no>
7354 Added a couple of prototypes.
7356 * winedefault.reg: Dmitry Timoshkov <dmitry@sloboda.ru>
7357 Add information about code pages to default registry.
7359 * configure.in, Make.rules.in, configure:
7360 Patrik Stridvall <ps@leissner.se>
7361 - Unixware (Solaris) linker typo fixed
7362 - Solaris (and possibly Unixware) specific linker support for the
7363 GNU:ism --[no-]whole-archive
7364 - Solaris make specific makefile fix
7366 * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
7367 Solaris support for {set,get}_thread_context added.
7369 2000-01-29 Alexandre Julliard <julliard@winehq.com>
7371 * server/context_i386.c:
7372 Added our own user_regs_struct definition for better compatibility.
7374 * controls/button.c, windows/dialog.c:
7375 Dmitry Timoshkov <dmitry@sloboda.ru>
7376 Correct the behaviour of the accelerator keys in dialogs according to
7379 * 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:
7380 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7381 Link only a single .rc file with application.
7383 * 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:
7384 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7385 - add some documentation items
7389 * 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:
7390 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7391 - support for reading labels and serial nums from device
7392 - "reasonable" misc/cdrom.c device handling
7393 - much improved audio CD support
7394 - serial number overwrite bug fix
7397 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/setupx/.cvsignore, dlls/setupx/Makefile.in, dlls/setupx/setupx.spec, dlls/setupx/setupx_main.c:
7398 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7401 * dlls/ole32/ole2.spec, server/process.c:
7402 Patrik Stridvall <ps@leissner.se>
7403 Fixed minor issues found by winapi_check.
7405 * tools/winapi_check/*:
7406 Patrik Stridvall <ps@leissner.se>
7408 - Moved some of the API specifications from the global file to the
7411 * include/imagelist.h, dlls/comctl32/imagelist.c:
7412 Marcus Meissner <marcus@jet.franken.de>
7413 Implemented ImageList_Read (not 100% correct in regarding to setting
7415 Filled out unknown members of ILHEAD.
7416 Started reordering IMAGELIST to make it Windows binary compatible.
7418 * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
7419 nIconIndex == -1 should return nr of available icons, not 0.
7421 * Makefile.in: Fixed building of dosmod and wineclipsrv.
7424 Bug fix: added temp structure to cope with debug traces during thread
7427 * 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:
7430 * misc/debugstr.c, scheduler/thread.c, if1632/relay.c, include/debugtools.h, include/thread.h:
7431 Use a per-thread buffer and write(2) for debug traces.
7432 Removed debug_dumpstr.
7434 2000-01-27 Alexandre Julliard <julliard@winehq.com>
7436 * dlls/ntdll/rtlstr.c: Juergen Schmied <juergen.schmied@debitel.net>
7439 * server/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
7440 Get HCU name from unix user name.
7442 * 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:
7443 Implemented GetThreadSelectorEntry through the server.
7445 2000-01-26 Alexandre Julliard <julliard@winehq.com>
7447 * dlls/winmm/lolvldrv.c:
7448 Dynamically load version.dll in MMDRV_GetDescription32.
7450 * dlls/ole32/ole2.c:
7451 Use a linked list instead of a DPA for the hook list.
7453 * windows/x11drv/clipboard.c:
7454 Use a linked list instead of a DPA to manage pixmaps.
7456 * dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/ole32/stg_stream.c:
7457 Gerard Patel <g.patel@wanadoo.fr>
7458 Returns an error if trying to write to a stream opened for read.
7460 * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7461 Add a newbie warning for slashes in the search Path= of wine.conf.
7463 * graphics/ddraw.c: Ove Kaaven <ovek@arcticnet.no>
7464 Wait for ShmCompletion during Flip.
7466 * configure.in, libtest/Makefile.in, Make.rules.in, Makefile.in, configure:
7467 Made --enable-dll the default.
7468 Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
7469 Cleaned up install targets in main Makefile.
7471 * dlls/ntdll/sync.c: Don't crash when ObjectAttributes is NULL.
7473 2000-01-25 Alexandre Julliard <julliard@winehq.com>
7475 * 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:
7476 Use argv[0] to locate the server executable.
7478 * memory/heap.c, include/heap.h, include/process.h, include/winnt.h, memory/environ.c, memory/global.c:
7479 Alexandre Julliard <julliard@codeweavers.com>
7480 Share the system heap between different address spaces. Made process
7481 heap per-address space instead of per-process.
7483 * 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:
7484 Alexandre Julliard <julliard@codeweavers.com>
7485 Made the server listen for new clients on a Unix socket in
7486 $HOME/.wine. Newly started wine processes now attach to an existing
7487 server if one is running.
7489 * files/profile.c, include/options.h:
7490 Added PROFILE_GetConfigDir function.
7492 2000-01-24 Alexandre Julliard <julliard@winehq.com>
7494 * dlls/advapi32/registry.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, include/server.h, scheduler/client.c, server/*.c:
7495 Changed the server to return STATUS_* error codes.
7497 * dlls/ntdll/Makefile.in, dlls/ntdll/error.c, dlls/ntdll/rtl.c:
7498 Built a complete translation table for RtlNtStatusToDosError.
7500 * include/winerror.h, include/winnt.h: Added some error codes.
7502 * windows/nonclient.c:
7503 Use GetProcAddress instead of calling ShellAboutA directly.
7505 2000-01-23 Alexandre Julliard <julliard@winehq.com>
7507 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/version/Makefile.in, dlls/version/ver.spec, dlls/version/ver16.c:
7508 Merged dlls/ver into dlls/version.
7510 * 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:
7511 Juergen Schmied <juergen.schmied@debitel.net>
7512 - implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
7513 NtAllocateLocallyUniqueId
7514 - implementation or stubs for NtAccessCheck, NtSetSecurityObject,
7515 RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
7516 RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
7517 RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
7518 RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
7519 RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
7520 RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
7521 RtlValidSid, RtlxUnicodeStringToOemSize
7522 - corrected most RtlString* functions, added documentation
7523 - more fixes and partial implementations
7525 * misc/main.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/ddraw.c, include/options.h:
7526 Ove Kaaven <ovek@arcticnet.no>
7527 Added -dxgrab command line option, which confines cursor motion to the
7528 DirectX primary surface.
7530 * dlls/commdlg/filedlg95.c: Marcus Meissner <marcus@jet.franken.de>
7531 Replaced some weird C constructs (char[]="" ) with more compatible ones.
7532 Added another NULL ptr check in _OnOpen.
7534 * 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:
7535 Moved winsock implementation to dlls/winsock.
7537 * dlls/*/.cvsignore:
7538 Marcus Meissner <marcus@jet.franken.de>
7539 Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
7541 * graphics/x11drv/dib.c: Marcus Meissner <marcus@jet.franken.de>
7542 Corrected arguments to VirtualFree().
7544 * dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/wine/winestring.h, memory/string.c:
7545 Dmitry Timoshkov <dmitry@sloboda.ru>
7546 Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
7549 * windows/winproc.c: Gerard Patel <g.patel@wanadoo.fr>
7550 Map WM_MENUSELECT 32->16 bits for closing menu.
7552 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
7553 Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.
7555 * dlls/oleaut32/oleaut.c: Marcus Meissner <marcus@jet.franken.de>
7556 Implemented (Register|Get|Revoke)ActiveObject from the docs.
7558 * graphics/ddraw.c, include/x11drv.h, windows/x11drv/event.c:
7559 Ove Kaaven <ovek@arcticnet.no>
7560 Supercharged XShm implementation for DirectDraw.
7562 * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7563 Bugfix: missing NULL pointer checks.
7565 * loader/pe_image.c:
7566 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7567 Check for MZ header before trying to decipher the PE header.
7569 * relay32/kernel32.spec:
7570 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7571 Export GetLongPathName[A|W].
7573 * memory/global.c, memory/heap.c:
7574 Guy Albertelli <galberte@neo.lrun.com>
7575 Fix problems with GlobalHandle and GlobalFree so results match Win98.
7576 Restructure HEAP_ValidateInUseArena, HeapValidate, and add
7577 HEAP_IsRealArena to eliminate *bogus* error messages.
7579 * windows/message.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
7580 Actually print return value of message.
7582 * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
7583 Corrected arguments in DIB_DeleteDIBSection.
7585 * files/file.c: Marcus Meissner <marcus@jet.franken.de>
7586 Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
7587 help of James Feeney <james@nurealm.net>.
7589 2000-01-20 Alexandre Julliard <julliard@winehq.com>
7591 * 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:
7592 Alexandre Julliard <julliard@codeweavers.com>
7593 Added Get/SetThreadContext support through the server.
7595 2000-01-18 Alexandre Julliard <julliard@winehq.com>
7597 * 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:
7598 Added debugstr_guid function and used it to replace
7599 WINE_StringFromCLSID in all debugging messages.
7601 * dlls/winmm/wineoss/audio.c:
7602 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
7603 Always initialize lpWaveHdr->lpNext to NULL.
7604 Don't fail on strange fragment sizes.
7606 2000-01-17 Alexandre Julliard <julliard@winehq.com>
7608 * include/winnls.h: Dmitry Timoshkov <dmitry@sloboda.ru>
7609 Add some defines needed for Unicode to Ascii conversions.
7611 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
7612 Better error handling, less keys held open.
7614 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
7615 EnumDisplayModes must pass lPitch.
7617 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
7618 Validate the menu handles.
7620 * dlls/win87em/emulate.c: Gerard Patel <g.patel@wanadoo.fr>
7621 Rounds to the lowest integer, not the nearest.
7623 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7624 Fixed race between Win16 parent and child for first rescheduling
7625 of child process. This fixes WinExec returning too early.
7627 2000-01-16 Alexandre Julliard <julliard@winehq.com>
7629 * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
7630 Use --whole-archive to force linking all of libwine.a. into wine.
7632 * if1632/builtin.c, include/builtin16.h, include/builtin32.h, relay32/builtin32.c, tools/build.c:
7633 Added automatic registration of built-in DLLs.
7635 2000-01-15 Alexandre Julliard <julliard@winehq.com>
7637 * configure.in, configure: Aaron Hope <edh@mail.brioforge.com>
7638 Fixed IPX detection.
7640 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
7641 New implementation of the win95 registry loader.
7643 * dlls/advapi32/registry.c:
7644 Juergen Schmied <juergen.schmied@debitel.net>
7645 If there is enough space in the buffer and the type is REG_SZ and the
7646 string is not 0-terminated RegQueryValue and RegEnumValue are appending a 0.
7648 * debugger/hash.c: Gerard Patel <g.patel@wanadoo.fr>
7649 Display the external modules after the internal modules in crash report.
7651 * files/drive.c: Ove Kaaven <ovek@arcticnet.no>
7652 Made SetVolumeLabel report failure on CD-ROM drives.
7654 * documentation/status/directplay:
7655 Peter Hunnisett <hunnise@nortelnetworks.com>
7656 Updated documentation.
7658 * dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, include/driver.h, windows/driver.c:
7659 Eric Pouech <Eric.Pouech@wanadoo.fr>
7660 Replaced Wine specific DRIVER_GetType by a correct implementation of
7663 * configure, configure.in, include/wine_gl.h:
7664 Lionel Ulmer <lionel.ulmer@free.fr>
7665 - (ugly) fix for the 'Xmd.h' problem
7666 - fix the detection of DGA 2 in configure script
7668 * include/thread.h, scheduler/thread.c:
7669 Juergen Schmied <juergen.schmied@debitel.net>
7670 - added NT fields to TEB
7671 - moved tls-fields and some wine specific fields to a higher offset
7672 - added some documentation
7673 - initialisation of the UnicodeString
7675 * dlls/dsound/dsound_main.c: Todd T. Fries <todd@fries.net>
7676 Add HAVE_SOUNDCARD_H to support OpenBSD.
7678 * include/wingdi.h, objects/enhmetafile.c, relay32/gdi32.spec:
7679 Peter Hunnisett <hunnise@nortelnetworks.com>
7680 - Added some missing EMR record types and updated and fixed others
7681 - Added stubs and headers for CreateColorSpace,DeleteColorSpace and SetColorSpace
7682 - Added header for SetICMMode
7683 - Added ability to play more enhanced metafile records
7685 * graphics/enhmetafiledrv/init.c:
7686 Peter Hunnisett <hunnise@nortelnetworks.com>
7687 Store reference hdc size into enhanced metafile header when creating.
7689 * dlls/ole32/moniker.c, dlls/ole32/ole2stubs.c:
7690 Marcus Meissner <marcus@jet.franken.de>
7693 * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
7694 Removed DeleteObject call left over from previous patch.
7696 * win32/thread.c: Ove Kaaven <ovek@arcticnet.no>
7697 Fixed bad register constraint in InterlockedCompareExchange.
7699 * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
7700 Added prototypes for the NT synchronization functions
7701 InterlockedCompareExchange and InterlockedExchangeAdd.
7703 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7704 Don't access 'wm->modname' after the modref has been flushed.
7706 * memory/global.c: Guy Albertelli <galberte@neo.lrun.com>
7707 Added null check in GlobalHandle.
7709 2000-01-12 Alexandre Julliard <julliard@winehq.com>
7711 * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/oleaut32/parsedt.c, include/monthcal.h:
7712 Removed a dependency between oleaut32 and comctl32.
7714 * include/winnt.h: Juergen Schmied <juergen.schmied@debitel.net>
7717 * include/ddraw.h: Steve Langasek <vorlon@dodds.net>
7718 Fixed macro definition of IDirectDrawSurface_Restore.
7719 Added defines for Ddraw's WaitForVerticalDisplay().
7721 * include/dsound.h: Steve Langasek <vorlon@dodds.net>
7722 Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
7723 IDirectSoundBuffer_Unlock.
7725 * include/mmsystem.h: Steve Langasek <vorlon@dodds.net>
7726 Missing Winelib declarations for AUXCAPS.
7728 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7729 Fix (harmless) assembler warnings.
7731 * dlls/dplayx/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
7732 Fix problem with initialization (reported by Andreas Mohr).
7734 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
7735 InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
7737 ----------------------------------------------------------------
7738 Sun Jan 9 21:42:42 2000 Alexandre Julliard <julliard@winehq.com>
7740 * dlls/wnaspi32/winaspi32.c: Patrik Stridvall <ps@leissner.se>
7741 Non-Linux compile fix.
7743 * files/dos_fs.c: Francois Gouget <fgouget@psn.net>
7744 DOSFS_DoGetFullPathName would underflow (p would get past the
7745 beginning of buffer) if given the name "//..".
7746 Regrouped the handling of the directory separators.
7747 Directory separators in the returned path are now alway a single "\"
7748 which simplifies the handling of ".." in the name.
7750 * dlls/advapi32/registry.c:
7751 Juergen Schmied <juergen.schmied@debitel.net>
7752 Corrected behaviour of RegOpenKey in case of failure.
7754 * misc/registry.c, server/registry.c, server/trace.c, include/server.h:
7755 Juergen Schmied <juergen.schmied@debitel.net>
7756 - removed copying of HKEY_USERS to HKEY_CURRENT_USER
7757 - HKEY_CURRENT_USER is now subkey of HKEY_USERS
7758 - changed query_key_info_request to return the key name too (NtQueryKey needs this)
7759 - the rootkeys (MACHINE and USER) do have names
7761 * include/gdi.h, objects/dc.c, objects/gdiobj.c:
7762 Gerard Patel <g.patel@wanadoo.fr>
7763 Avoid deleting of the default 1x1 bitmap for memory DCs.
7765 * 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:
7766 Built-in DLLs resources are now specified in spec file.
7767 Removed unnecessary flags in built-in DLLs tables.
7769 * if1632/dummy.c, if1632/gdi.spec, if1632/user.spec, misc/Makefile.in, misc/bidi16.c:
7770 Erez Volk <erez@gmx.net>
7771 Added stubs for some BiDi API functions.
7773 * dlls/winmm/mciwave/mciwave.c:
7774 Bradley Baetz <bbaetz@student.usyd.edu.au>
7775 Fixed race condition between app and wine in WAVE_mciPlay.
7777 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
7778 Stop menu tracking when clicking on the menu bar where there is no
7781 * win32/newfns.c: Erez Volk <erez@gmx.net>
7782 Better error reporting.
7784 Sat Jan 8 22:27:31 2000 Alexandre Julliard <julliard@winehq.com>
7786 * graphics/x11drv/xfont.c:
7787 Backed out scalable bitmap change (gives ugly results).
7789 * controls/menu.c: Marcus Meissner <marcus@jet.franken.de>
7790 GetMenuString should return itemlength on 0 nMax or NULL str
7791 InsertItem pos=-1, flags = 0 should append item
7792 (thanks to Sander van Leeuwen)
7794 * include/aspi.h, dlls/wnaspi32/winaspi32.c, dlls/wnaspi32/wnaspi32.spec:
7795 David Elliott <dfe@netnitco.net>
7796 Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
7797 Added critical section around code dealing with global variables.
7798 Added a few comments about how ASPI is supposed to work.
7799 Copy sense info into the correct place (right after the fixed 16-byte CDB).
7800 Now returns target status (many Windows apps won't even look at the
7801 sense are unless they get an error code).
7802 Added SC_ABORT_SRB FIXME.
7803 Added SC_GET_DISK_INFO place holder for clarity.
7804 Updated Linux SG interface structure to include new kernel 2.2
7807 * Make.rules.in: Marcus Meissner <marcus@jet.franken.de>
7808 Look for our header files first, then for systems headers.
7810 * dlls/commdlg/filedlg.c: Marcus Meissner <marcus@jet.franken.de>
7811 The new filedialog stuff does not handle template. So do not call if
7814 * windows/winpos.c: Rein Klazes <rklazes@casema.net>
7815 Avoid problems during changing the Z-order if the window and the
7816 window to insert after are the same.
7818 * libtest/expand.c, libtest/hello5.c:
7819 Marcus Meissner <Marcus.Meissner@caldera.de>
7820 Removed GUI junk from expand.c, so you can use it in commandline mode.
7823 * dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec:
7824 Patrik Stridvall <ps@leissner.se>
7825 Fixed some issues found by winapi_check.
7827 * tools/winapi_check/win32/shell32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
7828 Patrik Stridvall <ps@leissner.se>
7829 - Added support for auto allocated ordinals
7830 - Fixed varargs (16 bit) bug
7833 * dlls/version/info.c:
7834 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7835 Fixed alignment problem with VERSION_INFO members.
7837 Wed Jan 5 03:24:52 2000 Alexandre Julliard <julliard@winehq.com>
7839 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
7840 Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some
7841 of the $X_EXTRA_LIBS are required.
7843 * windows/defwnd.c, windows/painting.c:
7844 Patrik Stridvall <ps@leissner.se>
7845 - Made FillRect behave like it does on Windows
7846 - Cleaned up WM_{,ICON}ERASEBACKGROUND default handling
7847 - Added some comments on how Windows behaves
7849 * windows/winhelp.c: Peter Ganten <peter@ganten.org>
7850 Check if winhelp is already running; use winhlp32.exe or winhelp.exe
7851 depending on the emulated version, relase win16lock before calling
7854 * AUTHORS, include/authors.h:
7855 Updated authors list from the Changelog. Please let me know if you
7858 * documentation/fonts: Marcus Meissner <marcus@jet.franken.de>
7859 TrueType clarification.
7861 * configure, configure.in, graphics/d3ddevices.c, graphics/d3dtexture.c, include/acconfig.h, include/config.h.in:
7862 Lionel Ulmer <lionel.ulmer@free.fr>
7863 - detect if the OpenGL implementation defines the paletted texture and
7864 color table extensions
7865 - small warning fixes
7866 - fix the double '-lXxf86dga' when having DGA 2.0
7868 * include/winbase.h: Marcus Meissner <marcus@jet.franken.de>
7869 Some comm clean up, much more error messages, only use TIOCOUTQ if
7870 defined [wine-bugs/104], tried implementing SetCommTimeouts.
7872 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
7873 - When processing WM_PAINT messages, the treeview might sometimes use
7874 the wrong hdc. Fixed.
7875 - Better checking for TREEVIEW_INFO *infoPtr=NULL.
7876 Similar to code in toolbar.c
7877 - Other small fixes (subclassed edit control).
7879 * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
7880 Bugfix: uninitialized pointer caused crashes.
7882 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
7883 Made virus warning a bit more drastic, since some people don't believe us.
7885 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
7886 Some comm clean up, much more error messages, only use TIOCOUTQ if
7887 defined [wine-bugs/104], tried implementing SetCommTimeouts.
7889 * files/profile.c: Rein Klazes <rklazes@casema.net>
7890 Implement WritePrivateProfileSectionA().
7892 * dlls/ntdll/rtl.c: Adam Sacarny <magicbox@bestweb.net>
7893 Fix for compilers that don't support 'long long' (From Ove Kaaven).
7895 Tue Jan 4 02:40:22 2000 Alexandre Julliard <julliard@winehq.com>
7897 * scheduler/thread.c, server/thread.c:
7898 Moved allocation of the socket pair for a new thread to the server.
7900 * server/debugger.c: Made debug events and contexts standard objects.
7901 Use sleep_on to wait on debug events.
7903 * server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
7904 Made sleep_on usable from all requests.
7906 * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, include/mmsystem.h:
7907 Eric Pouech <Eric.Pouech@wanadoo.fr>
7908 Added more MIDI messages 16<=>32 mapping.
7909 Fixes some bugs in buffers handling and index for MAPPER.
7911 * include/callback.h, if1632/thunk.c:
7912 Eric Pouech <Eric.Pouech@wanadoo.fr>
7913 Removed the obsoleted CallTimeFuncProc, CallDriverProc,
7916 * dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/time.c:
7917 Eric Pouech <Eric.Pouech@wanadoo.fr>
7918 Put back visible minimum timer resolution to 1 ms.
7919 Decorrelate the service thread resolution from the user required timer
7920 & visible minimum resolutions.
7921 Removed the Callback.TimeFuncProc entry.
7923 * windows/x11drv/monitor.c: Lionel Ulmer <lionel.ulmer@free.fr>
7924 Give +0+0 as a default position for the desktop window.
7926 * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
7927 Convert mmio to allow the use of 32 bit mmio procedures.
7929 * 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:
7930 Juergen Schmied <juergen.schmied@debitel.net>
7933 * dlls/odbc32/odbc32.spec, misc/registry.c, relay32/kernel32.spec:
7934 Patrik Stridvall <ps@leissner.se>
7935 Fixed some issues found by winapi_check.
7937 * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi.pm:
7938 Patrik Stridvall <ps@leissner.se>
7939 Updated winapi_check to handle the new additions.
7941 * dlls/comctl32/monthcal.c, include/monthcal.h:
7942 Chris Morgan <cmorgan@wpi.edu>
7943 James Abbatiello <abbeyj@wpi.edu>
7944 Implemented WM_SIZE message support. Optimized drawing to use
7945 precalculated size values rather than recalculating during each call
7946 of MONTHCAL_Refresh.
7948 * relay32/user32.spec, windows/dialog.c:
7949 Juergen Schmied <juergen.schmied@debitel.net>
7950 Corrected parameter count for DialogBoxIndirectParamAorW.
7952 * controls/scroll.c: Rein Klazes <rklazes@casema.net>
7953 Don't show the scrollbar if SetScrollinfo() is called with only the
7954 SIF_DISABLENOSCROLL flag.
7956 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
7957 Added extra US keymap with the infamous phantom key.
7959 * Makefile.in, dlls/winmm/wineoss/Makefile.in:
7960 Eric Pouech <Eric.Pouech@wanadoo.fr>
7961 Use a uniform naming scheme for driver modules.
7963 * include/driver.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
7964 Encapsulated Wine internal data into an ifdef __WINE__.
7966 * windows/Makefile.in, windows/driver.c, windows/.cvsignore:
7967 Eric Pouech <Eric.Pouech@wanadoo.fr>
7968 Moved the 16 bit driver functions callout into the dir.
7970 * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7971 Added support for WODM_BREAKLOOP message.
7973 * dlls/winmm/wineoss/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7974 Removed extraneous ERR message.
7976 * dlls/winmm/mciseq/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7977 Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
7979 * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
7980 Use case insensitive comparison while searching for new modules.
7982 * dlls/ntdll/ntdll.spec:
7983 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7984 Added spec entry for _itoa.
7986 * tools/wrc/CHANGES, tools/wrc/wrc.h, tools/wrc/writeres.c:
7987 Bertho Stultiens <bertho@panter.soci.aau.dk>
7988 Generated labels of resource names must be unique throughout the
7991 * windows/message.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7992 "resultp" can be NULL in SendMessageTimeout*().
7994 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
7995 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
7996 - prevent mem leak of CRTDLL_acmdln_dll
7997 - better argument parsing
7998 - last xargv entry has to be NULL
7999 - return value is environment pointer instead of NULL
8000 - added a spec entry for bsearch()
8002 Sat Jan 1 22:38:21 2000 Alexandre Julliard <julliard@winehq.com>
8004 * loader/module.c, scheduler/process.c, windows/message.c, windows/queue.c, windows/user.c, if1632/thunk.c, include/callback.h, include/process.h:
8005 Peter Ganten <peter@ganten.org>
8006 Implemented WaitForInputIdle.
8008 * misc/ddeml.c, windows/win.c:
8009 Fixed potential buffer overflows (spotted by Francois Gouget).
8011 * 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:
8012 Make use of automatic ordinal allocation.
8014 * 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:
8015 Moved poll handling to the generic part of the server objects.
8016 Fixed busy waiting on POLLERR events.
8017 Merged struct client into struct thread.
8019 Mon Dec 27 05:26:01 1999 Alexandre Julliard <julliard@winehq.com>
8021 * 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:
8024 * 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:
8025 Francois Gouget <fgouget@psn.net>
8026 Buffer overflows and strncpy fixes.
8028 * loader/pe_image.c:
8029 PE_FindExportedFunction: use a binary search for function names.
8031 Sun Dec 26 23:12:38 1999 Alexandre Julliard <julliard@winehq.com>
8033 * dlls/advapi32/advapi32.spec, dlls/odbc32/odbc32.spec:
8034 Fixed/commented out duplicate entry point names.
8036 * relay32/builtin32.c, tools/build-spec.txt, tools/build.c:
8037 Added support for automatic ordinal allocation.
8038 Output list of function names in sorted order.
8039 Added support for nameless (ordinal-only) entry points.
8040 Cleaned up error handling.
8042 * 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:
8043 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8044 Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
8045 Map a few Unicode chars to the first 0xff in psdrv.
8046 Don't expect x11drv to display Unicode chars yet.
8048 * 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:
8049 Francois Gouget <fgouget@psn.net>
8050 Wrapped some strings in a debugstr_* call.
8051 Replaced some calls to debugstr_{a,w} by debugstr_{a,w}n.
8052 Removed redundant 'L's for Unicode strings.
8053 Tried to harmonize the traces a little bit.
8055 * misc/debugstr.c: Francois Gouget <fgouget@psn.net>
8056 debugstr_w now returns something looking like 'L"xxxx"...'
8058 * dlls/commdlg/filedlg95.c: Francois Gouget <fgouget@psn.net>
8059 FILEDLG95_HandleCustomDialogMessages:
8060 - for the three handled messages we must return the required buffer size
8061 - for CDM_GETFILEPATH paths like "dir\file" were handled incorrectly
8062 - fixed multiple potential buffer overflows.
8063 FILEDLG95_OnOpen: fixed a use of strncpy without '\0'.
8064 FILEDLG95_SHELL_NewFolder: the size of lpstrCaption was incorrect
8065 leading to a buffer overflow.
8067 Sat Dec 25 22:58:59 1999 Alexandre Julliard <julliard@winehq.com>
8069 * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
8070 Added support for playing more record types (still more to come).
8072 * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
8073 Better support very long strings by avoiding to copy them in a fixed
8074 size buffer (one exception partly remains: callback strings).
8075 Raise the buffer size to 512 characters.
8076 Merge the handling of item 0 and other items together in GetItemA to
8077 reduce code duplication.
8079 * graphics/psdrv/bitmap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8080 Fix PSDRV_StretchDIBits for non-integer byte src widths (1 & 4bpp).
8082 * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
8083 Cast the unsigned int to signed, or NEAR_MATCH will not work.
8085 * misc/cdrom.c, msdos/int2f.c, include/cdrom.h:
8086 Eric Pouech <Eric.Pouech@wanadoo.fr>
8087 Fixed first/last playable frame referencing.
8089 * include/mmsystem.h, dlls/winmm/mcicda/mcicda.c:
8090 Eric Pouech <Eric.Pouech@wanadoo.fr>
8091 Fixed some bogus values in MCI_STATUS handling (position & length of tracks).
8092 Added support for MCI_INFO on MEDIA_UPC & MEDIA_IDENTITY commands.
8094 * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
8095 Test pointers passed to copyrect for NULL.
8097 * windows/dialog.c: Dmitry Timoshkov <dmitry@sloboda.ru>
8098 Restore erroneously deleted lines.
8100 * dlls/comctl32/comctl32undoc.c:
8101 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8102 DPA_DeletePtr was resizing the array to a too small size.
8104 * windows/winpos.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8105 Avoid infinite loop in WINPOS_FindIconPos if the width of the parent
8106 client area is less than the icon spacing.
8108 * documentation/linux-fat-permissions:
8109 Steven Elliott <elliotsl@mindspring.com>
8110 Added a document that describes configuring FAT filesystem permissions
8113 * scheduler/thread.c: Juergen Schmied <juergen.schmied@debitel.net>
8114 NT allocates one page as TEB. Some native NT-dlls are using this.
8116 * graphics/x11drv/xfont.c: Dmitry Timoshkov <dmitry@sloboda.ru>
8117 Don't skip usable X fonts. Add support for koi8 fonts.
8119 * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
8120 Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
8121 crash if the handle is INVALID_HANDLE_VALUE.
8123 * include/windef.h: Steven Elliott <elliotsl@mindspring.com>
8124 Changed the "this_is_a_syntax_error" error message to a more specific
8127 Mon Dec 20 04:14:48 1999 Alexandre Julliard <julliard@winehq.com>
8129 * 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:
8130 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8131 Move Bezier code out of x11drv into commmon GDI code; if any driver
8132 does not implement PolyBezier[To] the curve is approximated to lines
8133 and drawn with Polyline.
8134 Implement many GDI-Path recording functions (at least the win9x subset).
8135 Implement FlattenPath and FillPath.
8137 * dlls/dplayx/dplayx.spec: Peter Hunnisett <hunnise@nortelnetworks.com>
8138 Fixed ordinal numbering and added new spec stub.
8140 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
8141 Readded Xpm autoconf checks.
8143 * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
8144 EnumSystemLocalesA should look for registry values, not subkeys.
8146 * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
8147 Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).
8149 * dlls/comctl32/trackbar.c: Ian Schmidt <ischmidt@cfl.rr.com>
8150 Corrected background color and fixed leaking GDI brush.
8152 * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
8153 NT loader: don't stop loading a hive when an error occurs.
8155 * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8156 PlayMetaFile and EnumMetaFile should work if the hdc is a
8159 * README: Juergen Lock <nox@jelal.kn-bremen.de>
8160 Updated the FreeBSD notes, the LDT patch finally made it into -current.
8162 * dlls/commdlg/filetitle.c: Francois Gouget <fgouget@psn.net>
8163 If lpTitle==NULL and cbBuf==0 then we must return the required buffer
8166 * dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, include/commctrl.h:
8167 Shaun Morris <shaun@blueneptune.com>
8168 Implemented _TrackMouseEvent for the TME_LEAVE flag.
8170 * graphics/ddraw.c, graphics/ddraw_private.h:
8171 Lionel Ulmer <lionel.ulmer@free.fr>
8172 Adds resolution / depth switching with DGA 2.0.
8174 ----------------------------------------------------------------
8175 Sun Dec 12 21:28:44 1999 Alexandre Julliard <julliard@winehq.com>
8177 * windows/x11drv/event.c: Lionel Ulmer <lionel.ulmer@free.fr>
8178 Fixed handling of DGA2.0 keyboard events.
8180 * dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/wineacm.h:
8181 Eric Pouech <Eric.Pouech@wanadoo.fr>
8182 Added the ability to open several streams on the same driver.
8183 Added a few acmMetrics options.
8185 * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8186 SysStringLen can get a NULL pointer (and shall return 0).
8188 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8189 Now using notification for detecting when a WAVEHDR has been played
8191 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8192 Enhanced synchronization between playback thread and stop/close commands
8193 Now using notification for detecting when a WAVEHDR has been played
8195 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
8196 ComboBox should not send bogus messages to edit buddy and to itself.
8198 * files/dos_fs.c: Peter Ganten <peter@ganten.org>
8199 Fixed GetShortPathNameA.
8201 * Makefile.in, configure, configure.in:
8202 Moses DeJong <dejong@cs.umn.edu>
8203 Fixed missing libwine.so symlink during install. Set the runtime
8206 * windows/dialog.c: Murali Pattathe
8207 GetNextDlgGroupItem: needs to check the control parent is the main dialog.
8208 GetNextTabItem: make sure this control is visible and not disabled.
8211 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8212 Fixed cmd line length calculation.
8214 * include/x11drv.h, windows/x11drv/event.c, graphics/ddraw.c:
8215 Lionel Ulmer <lionel.ulmer@free.fr>
8216 - added support of DGA-2.0 events
8217 - fixed the leaving of DGA-2.0 mode
8219 * controls/menu.c, include/menu.h, windows/winproc.c:
8220 Rein Klazes <rklazes@casema.net>
8221 In win32 a WM_MENUSELECT message should contain the position when the
8222 item refers to a submenu, not the submenu's handle as in win16.
8224 * files/tape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8225 Fixed arg types of FIXMEs.
8227 * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
8228 Check for passed invalid window handle in DefMDIChildProc*.
8230 * dlls/winmm/mmsystem.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8231 Fix no. of arguments in a WARN statement.
8233 * objects/text.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8234 Allows DrawText(16|A|W) to get a NULL string as parameter.
8236 * scheduler/process.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/tab.c, dlls/dplayx/dplay.c, graphics/ttydrv/objects.c:
8237 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8238 Fixed compiler warnings.
8240 * controls/listbox.c, misc/registry.c, misc/version.c:
8241 Marcus Meissner <marcus@jet.franken.de>
8242 Removed 2 useless include winversion.h
8243 Do not make autodetected version fix on first calls if it is Win31.
8245 * dlls/shell32/shell32.spec:
8246 Juergen Schmied <juergen.schmied@debitel.net>
8247 Added StrNCpyA, StrNCpyW.
8249 * windows/winproc.c: Juergen Schmied <juergen.schmied@debitel.net>
8250 Message translation WM_CREATE fixed.
8252 Sat Dec 11 23:56:47 1999 Alexandre Julliard <julliard@winehq.com>
8254 * 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:
8256 Implementation of a proxy ODBC32 dll.
8258 * 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:
8259 Kai Morich <kai.morich@bigfoot.de>
8260 Marcus Meissner <marcus@jet.franken.de>
8261 Added systray support.
8262 Swallow the windows systray icons into kpanel systray if KDE/KWM is
8265 * documentation/wine.conf.man.in, misc/registry.c, wine.ini:
8266 Juergen Schmied <juergen.schmied@debitel.net>
8267 Added loader for NT registry files.
8269 * dlls/ntdll/nt.c, include/ntsecapi.h, include/winnt.h, dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
8270 Juergen Schmied <juergen.schmied@debitel.net>
8271 Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
8274 * include/wingdi.h, objects/enhmetafile.c, objects/region.c, relay32/gdi32.spec:
8275 Peter Hunnisett <hunnise@nortelnetworks.com>
8276 - Implemented GetEnhMetaFilePaletteEntries
8277 - Added fixme stubs for SetMetaRgn and GetMetaRgn
8278 - Added support for playing several enhanced metafile records
8279 - Added beginnings of implementation for playing the rest of the
8280 enhanced metafile records
8282 * 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:
8283 Patrik Stridvall <ps@leissner.se>
8284 Improved the TTY driver.
8286 * files/file.c: Peter Ganten <peter@ganten.org>
8287 Return an error if lpOverlapped is provided to ReadFile / WriteFile.
8289 * misc/wsprintf.c: Marcus Meissner <marcus@jet.franken.de>
8290 Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.
8292 * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c:
8293 Bradley Baetz <bbaetz@student.usyd.edu.au>
8294 The wavemap driver wasn't passing the callback type to the
8295 DriverCallback routine correctly.
8297 * files/tape.c: Added missing WINAPIs.
8299 * windows/syscolor.c: Marcus Meissner <marcus@jet.franken.de>
8300 If we have registry entries, use them. Never mind which version we
8303 * dlls/oleaut32/oleaut32.spec, misc/port.c, tools/bin2res.c:
8304 Patrik Stridvall <ps@leissner.se>
8305 Fixed some issues found by winapi_check.
8307 * 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:
8308 Patrik Stridvall <ps@leissner.se>
8309 Minor fixes and additions.
8311 * loader/ne/resource.c:
8312 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8313 Bugfix: Added missing 'return' statement.
8315 * dlls/commdlg/filedlg95.c:
8316 Juergen Schmied <juergen.schmied@debitel.net>
8319 Fri Dec 10 03:47:14 1999 Alexandre Julliard <julliard@winehq.com>
8321 * include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, controls/menu.c, include/message.h:
8322 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8323 Perform 16/32A/32W message mapping for posted messages.
8325 * files/Makefile.in, files/tape.c, include/debugdefs.h, relay32/kernel32.spec:
8326 Chris Morgan <cmorgan@wpi.edu>
8327 James Abbatiello <abbeyj@wpi.edu>
8328 Added stubs for the WinNT tape backup functions.
8330 * debugger/msc.c, debugger/source.c:
8331 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8332 Parse CodeView type/symbol info with 32-bit type indices.
8333 Added (partial) support for VC 5/6 .PDB files.
8334 Fixed treatment of source file names containing path.
8336 * server/registry.c: Ulrich Czekalla <ulrichc@corel.ca>
8337 Fixed off-by-one error.
8339 * scheduler/process.c:
8340 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8341 Bugfix: Show main window if CreateProcess was called without the
8342 STARTF_USESHOWWINDOW flag.
8344 * loader/pe_image.c:
8345 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8346 Implemented PE_UnloadLibrary().
8348 * include/dinput.h, windows/dinput.c:
8349 Lionel Ulmer <lionel.ulmer@free.fr>
8350 - do not loose initial auto-repeat status when acquiring the keyboard more
8352 - support of DirectX 7's DIMOUSESTATE2 structure
8354 * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
8355 Marcus Meissner <Marcus.Meissner@lst.de>
8356 Added NtPowerInformation stub.
8358 * dlls/ole32/bindctx.c: Gerard Patel <g.patel@wanadoo.fr>
8359 Transfer only cbStruct size in BindCtxImpl_S(G)etOptions.
8361 Wed Dec 8 03:56:34 1999 Alexandre Julliard <julliard@winehq.com>
8363 * 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:
8364 Dimitrie O. Paun <dimi@cs.toronto.edu>
8365 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
8366 Use the default version of FIXME, ERR, WARN, TRACE for the default
8369 * include/module.h, loader/module.c, scheduler/process.c:
8370 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8371 Delay sending debug events until process initialization is complete.
8373 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
8374 Updated, added chapter on configuration and architecture.
8376 * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
8377 - Fix MMIO_{Open,Rename} to check the filename (of the form
8378 file.ext+ABC) for the correct mmio procedure to use.
8379 - mmioStringToFOURCC now converts to uppercase if asked to, and handles
8380 strings of length < 4.
8382 * controls/edit.c: Dmitry Timoshkov <dmitry@sloboda.ru>
8383 Fix problem with EN_UPDATE notification sent by edit control.
8385 Mon Dec 6 01:20:01 1999 Alexandre Julliard <julliard@winehq.com>
8387 * 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/display.spec, if1632/mouse.spec, if1632/Makefile.in, if1632/builtin.c, loader/ne/resource.c, windows/display.c, windows/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:
8388 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8389 Added .rc file support for Win16 NE modules.
8390 Moved display.c and mouse.c to separate dll directories.
8392 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
8393 Allow to deselect all items by sending CB_SETCURSEL(-1) to the combo.
8395 Sun Dec 5 23:54:04 1999 Alexandre Julliard <julliard@winehq.com>
8397 * 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:
8398 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8399 Fixes several bugs in gdi path handling.
8400 Adds *Path functions to dc funcs table + add EnhMetaFile recording.
8401 Separate out Polylne/PolylineTo and PolyBezier/PolyBezierTo in dc
8402 funcs table to enable proper enhmetafile recording.
8403 The current position update in *To functions is now handled by the
8404 main function and not in the drivers.
8405 Move USER functions from graphics/painting.c -> windows/painting.c
8407 * 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:
8408 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8409 - the OLE version returned was too low
8410 - renamed OABuildVersion16 to OaBuildVersion16
8413 * files/drive.c: Peter Ganten <peter@ganten.org>
8414 Fix GetCurrentDirectoryA and W to return the needed space for the CWD,
8415 if the buffer size is not large enough.
8417 * controls/button.c, windows/dialog.c:
8418 Dmitry Timoshkov <dmitry@sloboda.ru>
8419 Remove hack for keyboard messages in dialogs.
8421 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
8422 Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
8423 Implementation for VWin32 Int31/DPMI dispatch call.
8424 Fixed "dangling else" compiler warning.
8426 * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
8427 Whenever we do an strncpy we should make sure we put a '\0' at the end
8430 * include/toolhelp.h, misc/toolhelp.c, relay32/kernel32.spec:
8431 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
8432 Added Thread32First/Next stubs.
8434 * include/thread.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
8435 Moved wineserver's buffer & buffer_size at the end of TEB so that IE
8436 doesn't overwrite them.
8438 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8441 * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8442 Added support for WAVE_FORMAT_QUERY flag in wodOpen.
8444 * dlls/msacm32/stream.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8445 Correctly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream.
8447 * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8448 Fixed MCI_OPEN command for types like "CDAUDIO!H:".
8450 * graphics/ddraw_private.h, graphics/ddraw.c:
8451 Marcus Meissner <marcus@jet.franken.de>
8452 Merged _all_ lpClipper into common_surface.
8453 Add NULL ptr check to SetClipper.
8454 Some more debug output.
8456 * include/config.h.in, misc/port.c, configure, configure.in:
8457 Marcus Meissner <marcus@jet.franken.de>
8458 Use the real glibc openpty if present.
8460 * loader/ne/segment.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8461 Added typedef to insure compilation on all gcc&egcs versions.
8463 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
8464 Fixed _copy_registry().
8466 * 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:
8467 Juergen Schmied <juergen.schmied@debitel.net>
8468 Added some constants for Spanish.
8470 * include/module.h, loader/ne/module.c, loader/ne/segment.c:
8471 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8472 Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
8473 just for the first one.
8474 Bypass 32->16->32 transition when calling DllEntryPoint of built-in.
8476 * if1632/user.spec, windows/user.c:
8477 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8478 Added USER.DllEntryPoint().
8480 * if1632/thunk.c, include/process.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
8481 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8482 Call 16-bit instead of 32-bit UserSignalProc entry point.
8483 Don't load USER32.DLL unless requested by the program.
8484 Bugfix: Pass the correct thread ID to UserSignalProc.
8486 * loader/pe_image.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8487 Fixed crash when map fails.
8489 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
8490 Show use of undocumented messages.
8492 * 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:
8493 Lionel Ulmer <lionel.ulmer@free.fr>
8494 - removed keyboard auto-repeat when DInput acquires it
8495 - removed some (now) obsolete fixme's
8497 * graphics/ddraw_private.h, graphics/ddraw.c:
8498 Marcus Meissner <marcus@jet.franken.de>
8499 Moved lpClipper into common_directdrawsurface struct
8500 Release old clipper on new set
8502 * dlls/winmm/wineoss/midi.c, include/mmsystem.h:
8503 Eric Pouech <Eric.Pouech@wanadoo.fr>
8504 Fake MIDI_IO_STATUS support in midi in open
8505 Fixed bug in midi in while reading data
8507 * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8508 Fixed infinite loop for 0-length wavehdrs.
8510 * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8511 Fixed buggy playback for non PCM files
8512 Added support for from & to indexes for playback
8513 Now using double wavehdr for better output
8514 Cleaned-up internal structs and removed last 16 bit API adherence
8516 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8517 Tried to reduce echo in playSound API (using two wavehdr instead of
8520 * dlls/winmm/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8521 Added callback mechanisms for MIDI IN.
8523 * dlls/msacm32/stream.c, dlls/msacm32/wineacm.h:
8524 Eric Pouech <Eric.Pouech@wanadoo.fr>
8525 Fixed improper acm streams closing.
8527 * dlls/msacm32/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8528 Debug traces cosmetic fixes.
8530 * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
8531 Fixed some errors (thanks to F Gouget for reporting them).
8532 Added some bits on thunking and resources for DLLs.
8534 Sat Dec 4 04:22:04 1999 Alexandre Julliard <julliard@winehq.com>
8536 * graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
8537 Lionel Ulmer <lionel.ulmer@free.fr>
8538 First support of DGA 2.0 for DirectDraw.
8540 * include/winuser.h, relay32/user32.spec, win32/newfns.c:
8541 Erez Volk <erez@gmx.net>
8542 Stubs for Get/SetProcessDefaultLayout.
8544 * files/profile.c, relay32/kernel32.spec:
8545 Marcus Meissner <marcus@jet.franken.de>
8546 Stub for CloseProfileUserMapping.
8548 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
8549 Use DInput's internal mouse event handler to handle the GetDeviceState
8552 * dlls/winmm/mmsystem.c: Peter Ganten <peter@ganten.org>
8553 waveHdr.lpData was eventually HeapFree()ed uninitialized.
8555 * loader/module.c: Sergei Turchanov <turchanov@otvprim.ru>
8556 Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature
8559 * 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:
8560 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8561 Fixed 32-bit module name handling to conform better to Win9x.
8562 Removed OFSTRUCT passing during process creation sequence.
8563 Bugfix: don't set exe_modref when LOAD_LIBRARY_AS_DATAFILE is set.
8565 * dlls/advapi32/service.c, include/winsvc.h, dlls/advapi32/advapi32.spec:
8566 Michael McCormack <mccormac@aals27.alcatel.com.au>
8567 Added code to some service functions (some untested), fixed
8568 declaration of service main function.
8570 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
8578 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
8579 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8580 Added stubs for several MRU list functions and documented some others.
8582 * server/file.c: Marcus Meissner <marcus@jet.franken.de>
8583 Flush handle in any access mode.
8585 * dlls/comctl32/header.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8586 Fixes off by one error in item insertion.
8588 * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
8589 Allow 1% deviation from specified sampling rate for some soundcards.
8591 * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
8592 Suppressed the inclusion of OpenGL headers.
8594 * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
8595 - Added stub for conversion from meta to enhance meta files.
8596 - Implemented GetEnhMetaFileBits for enhanced meta files.
8598 * graphics/ddraw.c, graphics/ddraw_private.h:
8599 Peter Hunnisett <hunnise@nortelnetworks.com>
8600 Improved stubs for the ddraw clipper routines.
8602 Mon Nov 29 02:48:43 1999 Alexandre Julliard <julliard@winehq.com>
8604 * win32/time.c: Made GetSystemTimeAsFileTime return value more precise.
8606 * server/event.c, server/file.c:
8607 Fixed get_event_obj/get_file_obj to use the process parameter (thanks
8610 * server/process.h, scheduler/process.c, server/process.c:
8611 Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
8613 * 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:
8614 Implemented waitable timers.
8616 Sun Nov 28 21:03:46 1999 Alexandre Julliard <julliard@winehq.com>
8618 * tools/bin2res.c: Bug fixes.
8620 * dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, include/prsht.h:
8626 Lots of bug fixes and new features in property sheets.
8628 * 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:
8629 Niels Kristian Bech Jensen <nkbj@image.dk>
8630 Compiler warnings fixed.
8632 * graphics/x11drv/xfont.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
8633 Give the app back the exact font name it asked for.
8635 * dlls/comctl32/toolbar.c: Dave Pickles <davep@nugate.demon.co.uk>
8636 Prevent a crash if messages are sent to a toolbar window before
8637 WM_NCCREATE or after WM_DESTROY.
8639 * dlls/winmm/winmm_Es.rc: Julio Cesar Gazquez <jgazquez@dld.net>
8640 Updated Spanish MM error string translation.
8642 * dlls/comctl32/comctl32.h, dlls/comctl32/rsrc.rc, dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
8643 Alex Priem <alexp@sci.kun.nl>
8644 - (final?) update of TreeView_* macro's.
8645 - implementation of TVM_SETINSERTMARK & TVM_SETINSERTMARKCOLOR
8647 - custom draw enhancements
8648 - implementation of state images
8649 - implementation of TVS_CHECKBOXES
8651 * dlls/comctl32/toolbar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
8652 Fixed some visual toolbar bugs.
8654 * README: Juergen Lock <nox@jelal.kn-bremen.de>
8655 Added notes about Wine-related FreeBSD kernel patches.
8657 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
8658 Use RegQueryInfoKey to count number of printers.
8660 * server/unicode.h: Juergen Lock <nox@jelal.kn-bremen.de>
8661 Don't try to call towupper() when there's no wctype.h.
8663 * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
8664 When combobox selection changes, update its edit box accordingly.
8666 * controls/listbox.c: Dmitry Timoshkov <dmitry@sloboda.ru>
8667 Notify parent of listbox if requested.
8669 Thu Nov 25 23:42:54 1999 Alexandre Julliard <julliard@winehq.com>
8671 * server/ptrace.c: More portability fixes (thanks to Juergen Lock).
8673 * dlls/ntdll/signal_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
8674 Set/use fs/gs from the sigcontext struct, the corresponding kernel
8675 change now finally has been MFC'd to -stable.
8677 * documentation/fonts: Juergen Lock <nox@jelal.kn-bremen.de>
8678 Mention free Truetype font servers (Xfstt and xfsft).
8680 * winedefault.reg: Juergen Lock <nox@jelal.kn-bremen.de>
8681 Note what to do with the winedefault.reg in the file.
8683 * win32/device.c: Peter Ganten <peter@ganten.org>
8684 Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
8685 _PageChangePermissions() and _PageFree() using the
8686 Virtual*()-Functions (with the great help of Ulrich Weigand).
8688 * memory/atom.c: Juergen Schmied <juergen.schmied@debitel.net>
8691 * misc/registry.c: Several bug fixes in save_key().
8693 * dlls/advapi32/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8694 Fixed some bogus error detection for RegEnumValue[AW] and
8695 RegQueryValueEx[AW].
8697 * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplobby.c:
8698 Peter Hunnisett <hunnise@nortelnetworks.com>
8699 - Added global data mutual exclusion
8700 - Removed hack for creating processes suspended now that it's implemented
8701 - Fixed ordinal numbering and added spec stubs
8702 - Fixed EnumConnections callback to fill in all parameters with valid data
8703 - Made direct play allocation/deallocation follow the same pattern as
8706 * dlls/win87em/emulate.c:
8707 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8708 Several improvements.
8710 * ole/ole2nls.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8711 Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
8713 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
8714 Made win16 serial comms less of a CPU hog.
8716 * 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:
8717 Store all object names as Unicode in the server.
8719 Wed Nov 24 19:34:32 1999 Alexandre Julliard <julliard@winehq.com>
8721 * include/server.h, misc/registry.c, server/registry.c, server/trace.c, wine.ini:
8722 Added wine.conf option for new format registry files.
8723 Added optional periodic saving of the registry.
8725 * misc/registry.c, server/registry.c:
8726 Added support to the server for loading new format (version 2) files.
8728 * misc/registry.c: Bug fixes (thanks to Juergen Schmied).
8730 * include/process.h, include/server.h, scheduler/debugger.c, dlls/ntdll/exception.c:
8731 Added current context to the exception debug event sent to the server.
8733 * server/debugger.c, server/process.c, server/process.h, server/thread.c, server/thread.h:
8734 Fixed handling of debug events on thread/process exit.
8736 * debugger/dbg.y, include/winbase.h, scheduler/critsection.c:
8737 Raise an exception when a critical section wait failed.
8739 Tue Nov 23 23:43:29 1999 Alexandre Julliard <julliard@winehq.com>
8741 * 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:
8742 Patrik Stridvall <ps@leissner.se>
8745 * dlls/comctl32/imagelist.c, include/imagelist.h:
8746 Eric Kohl <ekohl@abo.rhein-zeitung.de>
8747 - first 'dummy' implementation of ImageList_Read
8749 * include/rebar.h, dlls/comctl32/rebar.c:
8750 Eric Kohl <ekohl@abo.rhein-zeitung.de>
8751 - added version messages
8753 * dlls/comctl32/draglist.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
8754 - implemented LBItemFromPt
8756 * include/commctrl.h, dlls/comctl32/listview.c:
8757 Eric Kohl <ekohl@abo.rhein-zeitung.de>
8758 - implemented simple column order array functionality
8759 - implemented some virtual listview notifications
8761 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
8762 Eric Kohl <ekohl@abo.rhein-zeitung.de>
8763 - minor update to mru list functions
8764 - stubs for COMCTL32_411 to COMCTL32_413
8766 * dlls/comctl32/toolbar.c, include/toolbar.h:
8767 Eric Kohl <ekohl@abo.rhein-zeitung.de>
8768 - added version messages and some simple get/set messages.
8769 - added unicode messages
8771 * 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:
8772 Juergen Schmied <juergen.schmied@debitel.net>
8773 - made IShellFolder a aggregable object
8774 - SHCoCreateInstance can create CSIDL_FSFolder now
8775 - browsing into folders on the desktop implemented
8776 - corrected returnvalue of Ico_ExtractIconEx
8777 - fixed SHGetDataFromIDList to return data of simple pidls
8779 * relay32/wsock32.spec, if1632/winsock.spec, include/winsock.h, misc/winsock.c:
8780 Moses DeJong <dejong@cs.umn.edu>
8781 Added implementation for WSARecvEx function. This is a Microsoft
8782 specific extension to the winsock API.
8784 * dlls/mpr/mpr.spec, dlls/mpr/pwcache.c, include/winnetwk.h:
8785 Juergen Schmied <juergen.schmied@debitel.net>
8786 Corrected wrong parameter counts for WNetCachePassword and
8787 WNetEnumCachedPasswords.
8789 * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
8790 Ian Schmidt <ischmidt@cfl.rr.com>
8791 Added stub for DllInstall().
8793 * 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:
8794 Changed to use new server-side registry support.
8796 * 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:
8797 Added registry support to the server.
8799 * tools/make_requests:
8800 Differentiate tracing functions between request and reply.
8801 Added possibility to have dumping functions for specific types.
8803 Sun Nov 21 21:02:06 1999 Alexandre Julliard <julliard@winehq.com>
8805 * include/server.h, scheduler/client.c:
8806 Added server_call_noerr function that avoids touching the last error.
8808 * include/winerror.h: Added a few registry error codes.
8810 * graphics/x11drv/xfont.c, objects/font.c:
8811 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8812 Removed some unaligned accesses.
8814 * dlls/commdlg/filedlg95.c:
8815 Juergen Schmied <juergen.schmied@debitel.net>
8816 - the fodInfos were used before initialized
8817 - lpTemplateName can be a resource id
8818 - if lpTemplateName is a string don't free the original one
8820 * 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:
8821 Niels Kristian Bech Jensen <nkbj@image.dk>
8822 Removed extra #include statements.
8825 Fixed MoveFileExA behavior when target file does not exist.
8827 * dlls/commdlg/cdlg_Pt.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc:
8828 Gustavo Junior Alves <twinfo@bestway.com.br>
8829 Added Portuguese language support.
8831 * dlls/comctl32/monthcal.c, include/monthcal.h:
8832 Chris Morgan <cmorgan@wpi.edu>
8833 James Abbatiello <abbeyj@wpi.edu>
8834 Implemented current day circling. Fixed many bugs in the month
8835 calender control including control spacing and alignment. Fixed
8836 defines monthcal.h. Optimized control drawing and removed many
8837 extranious redraws. Improved control behavior. Fixed inconsistent
8838 formatting in both .c and .h files.
8841 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8842 Flush current profile before using a newly opened one.
8844 * memory/selector.c:
8845 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8846 Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly.
8848 * include/wine/wingdi16.h, objects/font.c, if1632/gdi.spec:
8849 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8850 Stub for GetFontData16.
8852 * windows/display.c, if1632/display.spec:
8853 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8854 Added some ordinals and GetDriverResourceID().
8856 * server/process.c, server/ptrace.c: Portability fixes.
8858 * scheduler/process.c: Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
8860 * tools/bin2res.c: Peter Hunnisett <hunnise@nortelnetworks.com>
8861 Fixed compile error.
8863 * dlls/advapi32/service.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
8864 Implemented StartServiceCtrlDispatcherA according to DispatcherW.
8866 * Makefile.in: Make sure we clean dlls/ too.
8868 * dlls/advapi32/service.c:
8869 Michael McCormack <mccormac@aals27.alcatel.com.au>
8870 Implemented OpenSCManagerW, CloseServiceHandle, OpenServiceW, and some
8871 of QueryServiceStatus.
8873 * tools/wrc/parser.y: Eric Pouech <Eric.Pouech@wanadoo.fr>
8876 * tools/wrc/parser.l: Eric Pouech <Eric.Pouech@wanadoo.fr>
8877 Error reporting fix.
8879 * tools/bug_report.pl:
8880 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8881 Changed default relay line number from 100 to 200.
8883 * dlls/comctl32/toolbar.c, include/commctrl.h:
8884 Eric Pouech <Eric.Pouech@wanadoo.fr>
8885 Added undocumented feature to InsertButtonA.
8886 Added dropdown button support.
8888 * dlls/comctl32/animate.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8889 Fixed play back of uncompressed AVI file.
8890 Fixed exiting conditions.
8892 * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8893 Fixed a crash in IDirectDrawSurface:BltFast.
8895 * dlls/winmm/lolvldrv.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c:
8896 Eric Pouech <Eric.Pouech@wanadoo.fr>
8897 Fixed forwarding and handling messages directed to the mappers.
8899 * loader/ne/module.c, loader/ne/segment.c, include/module.h:
8900 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8901 Simplified hInstance creation/handling.
8902 Fixes problems with self-loaders creating DGROUP themselves.
8904 * include/wingdi.h, objects/dc.c, relay32/gdi32.spec:
8905 Huw D M Davies <h.davies1@physics.ox.ac.uk>
8906 Add stubs for Get/SetLayout().
8908 * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
8909 Jim Aston <jima@corel.ca>
8910 Added stub for StgSetTimes.
8912 * dlls/shell32/shlmenu.c:
8913 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
8914 SHFind_InitMenuPopup is supposed to return a pointer.
8916 * dlls/icmp/icmp_main.c:
8917 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8918 u_int[16|32]_t might not be defined.
8920 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
8921 - fixed crash when adding items with TVI_SORT and wineItem->pszText is
8922 set to LPSTR_TEXTCALLBACK.
8923 - ditto for TREEVIEW_DeleteItem, TREEVIEW_CreateDragImage.
8925 ----------------------------------------------------------------
8926 Mon Nov 15 00:46:30 1999 Alexandre Julliard <julliard@winehq.com>
8928 * memory/virtual.c: Fixed allocation rounding for MEM_RESERVE.
8930 * server/file.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8931 Fixed hash function.
8933 Sun Nov 14 23:59:01 1999 Alexandre Julliard <julliard@winehq.com>
8935 * dlls/winmm/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8936 The adwInfo[0] field was no longer used on mmioOpen (may contain file
8939 * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
8940 Eric Pouech <Eric.Pouech@wanadoo.fr>
8941 Added stubs for SetErrorInfo, PropVariantClear, PropVariantCopy,
8942 FreePropVariantArray.
8944 * dlls/dsound/dsound_main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
8945 Removed suicide code when playback thread's father dies.
8947 * 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:
8948 Juergen Schmied <juergen.schmied@metronet.de>
8949 - the colums in the shellview are now created depending on the
8950 attributes of the folder object shown
8951 - get all attributes from the shellfolder instead directly from the idlist
8952 - header fields localized (only engl. and german till now)
8955 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
8956 Juergen Schmied <juergen.schmied@metronet.de>
8957 - corrected control positions
8958 - use the icons from comctl32 for the buttons
8960 * relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c:
8961 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8962 Bugfix: relay/snoop debugging was broken by last patch ...
8964 * server/Makefile.in, server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
8965 Moved ptrace support to ptrace.c. Tried to improve portability.
8967 * server/debugger.c: Bug fixes.
8969 * if1632/relay.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8970 Fixed some unresolved externals on non-Intel archs.
8972 * relay32/snoop.c: Rein Klazes <rklazes@casema.net>
8973 Added missing WINAPI attribute to two forward declarations.
8975 * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
8976 Removed leftover #undefs.
8978 * dlls/winmm/mcicda/mcicda.c:
8979 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
8980 Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
8982 * dlls/crtdll/wcstring.c: Marcus Meissner <marcus@jet.franken.de>
8983 Work around glibc bug, that does not handle latin-1 umlauts.
8985 Sat Nov 13 23:54:05 1999 Alexandre Julliard <julliard@winehq.com>
8987 * 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:
8988 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8989 Adapted to new register function handling.
8991 * tools/build.c, include/stackframe.h, include/winnt.h:
8992 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8993 Modified Win32 register function handling.
8995 * configure, configure.in, dlls/icmp/icmp_main.c, dlls/icmp/ip.h, dlls/icmp/ip_icmp.h, include/config.h.in:
8996 Francois Gouget <fgouget@psn.net>
8997 Use BSD headers for ICMP portability.
8999 * dlls/comctl32/rsrc.rc, dlls/commdlg/cdlg_xx.rc, dlls/shell32/shres.rc:
9000 Juergen Schmied <juergen.schmied@debitel.net>
9001 - inserted markers for the bin2res tool
9002 - reformated hexdump in shres.rc
9004 * documentation/resources, tools/.cvsignore, tools/Makefile.in, tools/bin2res.c:
9005 Juergen Schmied <juergen.schmied@debitel.net>
9006 New tool to convert the binary resources in *.rc files (hexdumps) from
9009 * 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:
9010 Patrik Stridvall <ps@leissner.se>
9011 Added better missing function emulation.
9013 * 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:
9014 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9015 Made debugger compile and marginally work on non-Intel archs.
9017 * dlls/ntdll/exception.c, include/winnt.h:
9018 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9019 Moved GET_IP macro to winnt.h
9021 * documentation/printing, documentation/psdriver, documentation/psdrv.reg, graphics/psdrv/README:
9022 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9023 Move PostScript driver docs to documentation/ . Add instructions on
9024 how to use regapi to get information into the registry. Supply sample
9027 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
9028 Klaas van Gend <klaas@vangend.demon.nl>
9029 Implemented the PrintSetup dialog box for the PrintDlgA.
9031 * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
9032 Added validations for page index before using it.
9034 * dlls/commdlg/filedlg95.c: Adrian Thurston <adriant@corel.com>
9035 - fixed the index of the item chosen in the filter combo box
9036 - added support for the OFN_OVERWRITEPROMPT flag
9037 - fixed positioning of controls in the user-defined templates
9039 * include/server.h, scheduler/process.c, server/process.c, server/request.h, server/trace.c:
9040 Added support for WriteProcessMemory through the server.
9042 * server/mapping.c, server/object.h: Added get_page_size function.
9044 Fri Nov 12 21:39:15 1999 Alexandre Julliard <julliard@winehq.com>
9046 * server/file.c, server/process.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, scheduler/process.c:
9047 Added support for ReadProcessMemory through the server.
9049 * include/server.h, loader/module.c, scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c:
9050 Added support for CREATE_SUSPENDED flag in CreateProcess.
9052 * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
9053 Implemented VWin32 VxDCall mechanism and 2 calls.
9055 * dlls/winmm/joystick.c: <jodaman@cegt201.bradley.edu>
9056 Fixed joystick scaling.
9058 * 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:
9059 Gustavo Junior Alves <twinfo@bestway.com.br>
9060 Use constants IDOK and IDCANCEL in .rc files.
9062 * server/thread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9063 Portability fix: renamed PTRACE_* into PT_*.
9065 * relay32/kernel32.spec, win32/device.c:
9066 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9067 Allow for buggy apps that call the wrong VxDCall routine.
9069 * dlls/rasapi32/rasapi.c: Gerard Patel <g.patel@wanadoo.fr>
9070 Complete stub for RasEnumEntries by saying we have 0 entries.
9072 * include/debugstr.h, misc/debugstr.c:
9073 Jeremy White <jwhite@codeweavers.com>
9074 Add debugstr_hex_dump to allow display hex dumps of data in any
9078 Added use_ptrace flag to disable ptrace usage. Should eventually be
9079 made into an option.
9081 * 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:
9082 Juergen Schmied <juergen.schmied@debitel.net>
9083 Made the buttons in the filedlg change when selecting a different
9084 view type by the context menu, cleanup.
9086 * dlls/winmm/winmm_Es.rc, dlls/winmm/winmm_res.rc:
9087 Julio Cesar Gazquez <jgazquez@dld.net>
9088 Added Spanish (pure Castillan) MM error string translation.
9090 * dlls/ntdll/Makefile.in, dlls/ntdll/signal_sparc.c:
9091 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9092 Added signal handling for SPARC / Solaris.
9094 * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9095 Comment out explicit call to SHELL_SaveRegistry since winelib programs
9096 now exit properly. Change several NULLs to '\0's. Fix some spelling.
9098 * windows/x11drv/event.c: Ove Kaaven <ovek@arcticnet.no>
9099 Fixed XShm completion event leak.
9101 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9102 Fixed recursion count while calling midiStream(Pause|Restart).
9104 * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9105 Fix save_check_tainted to properly scan the tree so that all tainted
9108 * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
9109 Bernd Paysan <bernd.paysan@gmx.de>
9110 Added a stub for setjmp.
9112 Wed Nov 10 20:25:19 1999 Alexandre Julliard <julliard@winehq.com>
9115 Don't crash when we get a SIGCHLD for a removed thread.
9117 * dlls/icmp/icmp_main.c: Patrik Stridvall <ps@leissner.se>
9118 Solaris compile fixes.
9120 * dlls/ntdll/exception.c, include/winnt.h:
9121 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9122 (Preliminary) CONTEXT structure for SPARC added.
9124 * include/process.h, loader/module.c, scheduler/debugger.c:
9125 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9126 Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
9128 * memory/virtual.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9129 When decommitting, remap zero pages using MAP_FIXED.
9131 * dlls/ole32/compobj.c: Rein Klazes <rklazes@casema.net>
9132 CoGetClassObject should complain about not being able to do
9133 out-of-process servers *only* if the application doesn't include the
9136 * misc/version.c, controls/edit.c, include/winversion.h:
9137 Rein Klazes <rklazes@casema.net>
9138 Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
9139 disabled edit control if the application expects a windows version
9140 before WIN95 and NT40.
9142 * include/winbase.h, relay32/kernel32.spec, files/file.c:
9143 Moshe Vainer <moshev@easybase.com>
9144 Stub for GetOverlappedResult.
9146 * 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:
9147 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9148 Determine expected_version of PE buddies from the SubsystemVersion.
9150 * dlls/ntdll/exception.c, include/wine/exception.h, include/winnt.h, win32/except.c:
9151 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9152 Bugfix: Exception handlers are *not* WINAPI.
9154 Mon Nov 8 05:31:47 1999 Alexandre Julliard <julliard@winehq.com>
9156 * server/process.c, server/select.c, server/thread.c, server/thread.h:
9157 Preliminary ptrace support.
9160 Remap zero-pages when decomitting a page range (based on a patch by
9163 * Makefile.in, scheduler/Makefile.in, scheduler/client.c, server/main.c:
9164 Install the wine server in $(bindir) and exec it from there.
9166 Sun Nov 7 23:59:08 1999 Alexandre Julliard <julliard@winehq.com>
9168 * server/debugger.c:
9169 Do not free the handles once they have been sent to the client (thanks
9172 * windows/msgbox.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9173 Fixed crash when asked to use strings identified by resource id
9176 * windows/dce.c: Jim Aston <jima@corel.ca>
9177 When window class has CS_CLASSDC style we should not remove the DC
9178 when destroying the window.
9180 * dlls/rasapi32/rasapi32.spec, dlls/win32s/w32skrnl.c:
9181 Patrik Stridvall <ps@leissner.se>
9184 * 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:
9185 Patrik Stridvall <ps@leissner.se>
9186 Minor fixes and reorganizations.
9188 * dlls/shell32/if_macros.h, include/bit_array.h, include/ntdll.h, include/oleobj.h:
9189 Patrik Stridvall <ps@leissner.se>
9190 Removed obsolete files no longer in use.
9192 * 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:
9193 Ove Kaaven <ovek@arcticnet.no>
9194 DirectX-XShm now waits for the X server to finish the previous frame
9195 before sending another frame down its pipe, avoiding the X server
9196 overload and resulting slowness that used to be.
9198 * 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:
9199 Juergen Schmied <juergen.schmied@debitel.net>
9200 - unified templates for the open and the save dlg
9201 - replaced buttons with a toolbar
9203 * dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/wine/obj_shellfolder.h:
9204 Juergen Schmied <juergen.schmied@debitel.net>
9205 - new interface declaration for IShellfolder2
9206 - added this interface to all shell folders
9207 - small fixes to shellview (crash with native comdlg32)
9209 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
9210 Fixed the relocation hack in PE_InitTls. Added some more for the other
9211 pointerfields in the TLS entry. (With testing help from Jussi
9212 Jumppanen <jussij@zeusedit.com>).
9214 * relay32/user32.spec, windows/user.c, include/winuser.h:
9215 Marcus Meissner <marcus@jet.franken.de>
9216 Added ChangeDisplaySettingsExA stub and some flag defines.
9218 * include/console.h: Robert 'Admiral' Coeyman <admiral@corner.net>
9219 Added the hex triplets to the console color definitions.
9221 * 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:
9222 Lionel Ulmer <lionel.ulmer@free.fr>
9223 Added the possibility to have mouse movements reported relative to
9224 Wine's mouse driver.
9226 * 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:
9227 Francois Gouget <fgouget@psn.net>
9228 Added ICMP DLL implementation.
9230 * 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:
9231 Juergen.Schmied@debitel.net
9232 - Bugfix: Styles were evaluated as expressions. The NOT in combination
9233 with style flags was not overwriting the default styles like WS_VISIBLE.
9234 Solved by introducing own rules for parsing styles.
9236 * controls/combo.c: Jim Aston <jima@corel.ca>
9237 Fixed the height of the ComboBox drop list.
9239 * windows/dialog.c: David Grant <davidgra@corel.ca>
9240 Windows sends WM_GETDLGCODE only in response to keyboard messages
9241 (WM_KEYDOWN, WM_CHAR, WM_SYSCHAR).
9243 * include/wine/obj_base.h: Peter Hunnisett <hunnise@nortelnetworks.com>
9244 - Added missing __attribute__ ((com_interface)) for IUnknown with.
9245 ICOM_USE_COM_INTERFACE_ATTRIBUTE
9246 - Small addition to comments surrounding
9247 ICOM_USE_COM_INTERFACE_ATTRIBUTE "option".
9249 * ole/ole2nls.c, if1632/ole2nls.spec:
9250 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9251 Implementation of RegisterNLSInfoChanged.
9253 * scheduler/critsection.c, windows/queue.c, memory/heap.c:
9254 James Abbatiello <abbeyj@wpi.edu>
9255 Addresses issues with multiple processes accessing non-global critical
9258 * server/sock.c: Jeremy White <jwhite@codeweavers.com>
9259 Fixed bug in WINSOCK_accept when no event is present.
9261 * dlls/rasapi32/rasapi.c, include/lmcons.h, include/ras.h:
9262 Rein Klazes <rklazes@casema.net>
9263 Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
9265 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
9266 Ulrich Czekalla <ulrichc@corel.ca>
9267 Implementation of custom dialog messages and notifications.
9269 * dlls/comctl32/treeview.c: David Grant <davidgra@corel.ca>
9270 - Proper initialization of cchTextMax field was added for
9271 TVN_GETDISPINFO notification message.
9272 - TVM_SETITEM should update 'mask' field to synchronize it with
9275 * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9276 If PageSize/InputSlot entry doesn't contain an options translation
9277 string use the option name instead.
9279 * dlls/comctl32/propsheet.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9280 Fixed SetTitleA when string resources were to be loaded.
9282 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
9283 - Fixed an error for scrolling in Listview (sometimes a column would
9284 not be visible) due to my last checkin.
9285 - Fixed an error for the header control when the Listview is resized with WM_SIZE
9286 - Fixed the scrolling for small and large icon (this broke because of
9287 the use of SB_PAGE in scrollInfo)
9288 - Added a patch made by Noomen Hamza to update the item width when
9291 * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
9292 Handle socket creation errors.
9294 * controls/menu.c: Karl Lessard <karll@corel.com>
9295 When a popupmenu is currently active on the screen, it shouldn't
9296 remove mouse click messages that don't belong to it from the queue.
9298 * windows/x11drv/clipboard.c: Juergen Lock <nox@jelal.kn-bremen.de>
9299 Exec `wineclipsrv' not `wineclipsvr', and don't inherit wine's X
9300 sockets to it (otherwise windows stay around when wine hangs).
9302 Thu Nov 4 02:51:24 1999 Alexandre Julliard <julliard@winehq.com>
9304 * loader/main.c: Fixed -debugmsg +server.
9306 * scheduler/handle.c:
9307 Added special handling for the stdio handles in CloseHandle.
9310 Made all handles multiple of 4. Fixed semantics for pseudo-handles.
9312 * server/debugger.c:
9313 Free the handles of the event structure in the right process (thanks
9316 * 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:
9317 Peter Hunnisett <hunnise@nortelnetworks.com>
9318 - Added dplayx LibMain for initialization of all dplayx 'global' data
9319 - Added start for global data manipulation
9321 - Added some missing header file definitions
9322 - Added the ansi versions of dplay and dplobby
9323 - Fixed invalid macro for IDirectPlay4
9324 - Cleaned up compiler warnings
9325 - More implementation, bug fixes and critical region protection
9327 * windows/x11drv/event.c: Karl Lessard <karll@corel.com>
9328 Never send a WM_CLOSE message to a popup window.
9330 * windows/x11drv/wnd.c: Karl Lessard <karll@corel.com>
9331 Check if the window is managed before trying to give it focus.
9333 * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
9334 Enhanced linux joystick api detection slightly.
9336 * windows/x11drv/keyboard.c:
9337 Jaroslaw Piotr Sobieszek <jsobiesz@elka.pw.edu.pl>
9338 Added Polish keyboard support.
9340 * graphics/win16drv/prtdrv.c:
9341 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9342 Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
9344 * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9345 Add `Cassette' to PPD -> windows printer-bin mapping.
9347 * memory/string.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
9348 Modified lstrcpynWtoA to put terminating null at end of string, not
9351 * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
9352 Removed duplicate macro definitions for the IStorage and IStream COM
9355 * windows/defwnd.c: Karl Lessard <karll@corel.com>
9356 Fixed COLOR_MAX definition for new Win32 values.
9358 * objects/gdiobj.c: Ian Schmidt <ischmidt@cfl.rr.com>
9359 Removed unnecessary USER call from GetFontMetrics. Fixes native USER.
9361 * dlls/comctl32/listview.c, include/listview.h:
9362 Ulrich Czekalla <ulrichc@corel.ca>
9363 Set proper item focus on DeleteItem.
9364 Clean up edit label implementation.
9366 * files/drive.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
9367 Fixed a long standing (and annoying) typo, that prevented
9368 GetDiskFreeSpaceA from working...
9370 * misc/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9371 Enable safe reading of registry file, even if file is broken.
9373 * win32/newfns.c: Ian Schmidt <ischmidt@cfl.rr.com>
9374 Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
9376 ----------------------------------------------------------------
9377 Sun Oct 31 22:26:35 1999 Alexandre Julliard <julliard@winehq.com>
9379 * scheduler/client.c: Set close-on-exec flag on server socket.
9381 * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
9382 Added explanation on creating a new DLL.
9384 * misc/version.c: Juergen Schmied <juergen.schmied@debitel.net>
9385 Better version autodetection.
9387 * windows/dialog.c: Ulrich Czekalla <ulrichc@corel.ca>
9388 Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
9390 * graphics/ddraw.c: Ivan de Saedeleer <Ivands@sympatico.ca>
9391 Fail when LPRECT contains negative values.
9393 * windows/x11drv/event.c: Pierre Mageau <pierre@macadamian.com>
9394 On ConfigureNotify, find the first visible window above the current one.
9396 * debugger/db_disasm.c: Rein Klazes <rklazes@casema.net>
9397 Corrected operand sizes for the "enter" instruction.
9399 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
9400 PSM_ADDPAGE returns TRUE or FALSE.
9402 * 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:
9403 Eric Pouech <Eric.Pouech@wanadoo.fr>
9404 Made msacm32 really load ACM drivers.
9406 * graphics/painting.c: Jim Aston <jima@corel.ca>
9407 Prevent FillRgn from using a NULL pointer.
9409 * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9410 Fixed a few problems with RegEnumKey*.
9412 * dlls/commdlg/filedlg95.c: Ulrich Czekalla <ulrichc@corel.ca>
9413 Implementation of user defined templates.
9415 * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
9416 IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
9418 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
9419 Do not clear the drawing area for etched static controls.
9420 Replaced our own drawing stuff in etched static controls by DrawEdge.
9422 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
9423 In report view mode of the listview control, implemented the
9424 horizontal scrollbar functionality.
9426 * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
9427 Fixed a small bug in the behavior of maximized MDI children.
9429 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9430 Rewrite of EnumPrinters.
9432 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
9433 Fill in the hwndFrom field of the NMHDR structure when sending
9436 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9437 When reading a profile entry remove trailing quote when there's an
9440 * objects/gdiobj.c: Francis Beaudet <francis@macadamian.com>
9441 Return correct height and width for stock fonts in GetObject.
9443 * programs/avitools/aviplay.c: Compile fix.
9445 * programs/wcmd/.cvsignore: Added wmcdrc.h
9447 * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
9448 Added support for the addition and removal of custom I/O preocedures.
9450 * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
9451 Abey George<abey@macadamian.com>
9452 Implemented ProgIDFromCLSID.
9454 * dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc:
9455 Thuy Nguyen <thuy@macadamian.com>
9456 Wizard mode property sheets have a tab control.
9458 * 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:
9459 Eric Pouech <Eric.Pouech@wanadoo.fr>
9460 Added built-in msacm.drv and midimap.drv drivers.
9462 * 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:
9463 Patrik Stridvall <ps@leissner.se>
9464 - Minor fixes and reorganizations.
9465 - Added checks for documentation inconsistencies.
9467 * 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:
9468 Patrik Stridvall <ps@leissner.se>
9469 Added missing configuration #if:s and #includes:s.
9471 * dlls/crtdll/crtdll_main.c, files/dos_fs.c, objects/dcvalues.c, dlls/advapi32/crypt.c:
9472 Patrik Stridvall <ps@leissner.se>
9473 Fixed documentation.
9475 * dlls/winmm/mciwave/Makefile.in: Patrik Stridvall <ps@leissner.se>
9476 Solaris make doesn't like unnecessary \.
9478 * 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:
9479 Francois Gouget <fgouget@psn.net>
9480 Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
9482 * windows/win.c, windows/x11drv/wineclipsrv.c:
9483 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9484 Fixed a couple of compiler warnings.
9486 * dlls/shell32/pidl.c: Pierre Mageau <pierre@macadamian.com>
9487 A crash would occur if the file type in report mode was empty.
9489 * windows/keyboard.c: Lionel Ulmer <lionel.ulmer@free.fr>
9490 Changed the initialisation of the KeyState array.
9492 * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
9493 Better handling of newlines in FormatMessage*.
9495 * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9496 Fix (some) bad behavior with buffer underrun.
9498 * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9499 Fixed PlaySound proc for non PCM content.
9501 * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
9502 - Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
9503 - Treeview: colors returned by TVM_GET**COLOR are mixed up.
9505 * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
9506 Clicking the combo box would cause a crash if it was empty.
9508 * graphics/escape.c, graphics/win16drv/init.c, include/wine/wingdi16.h, misc/printdrv.c:
9509 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9510 It appears that StartDoc sends the STARTDOC escape with the DOCINFO
9511 structure pointed to with the output data parameter.
9513 * graphics/fontengine.c, if1632/gdi.spec:
9514 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9515 Stub for EngineRealizeFontExt (used by the win98 pscript driver).
9517 * dlls/comctl32/tab.c: Noomen Hamza <noomen@macadamian.com>
9518 Selected button within tab control will be painted with the right
9521 * dlls/comctl32/propsheet.c: Pierre Mageau <pierre@macadamian.com>
9522 Do not send two PSN_KILLACTIVE messages.
9524 * wine.ini: Marcus Meissner <marcus@jet.franken.de>
9525 ini variables do not like ; comments after them (they are not shell
9526 scripts). Fixed a typo in one of the names.
9528 Mon Oct 25 15:43:36 1999 Alexandre Julliard <julliard@winehq.com>
9530 * dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, include/wine/obj_base.h:
9531 Francois Gouget <fgouget@psn.net>
9532 Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
9533 a COM interface one never has to name the lpVtbl field explicitly.
9535 * dlls/oleaut32/ole2disp.c:
9536 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9537 SysAllocStringLen16 needs to handle NULL pointers, too.
9540 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
9543 * tools/find_debug_channels: Francois Gouget <fgouget@psn.net>
9544 Fixed small typos and slightly outdated comments.
9546 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
9547 Ian Schmidt <ischmidt@cfl.rr.com>
9548 Partial implementation of the Shell32 call Win32DeleteFile(), required
9551 * 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:
9552 Added dependency on winestub.o
9554 Sun Oct 24 22:13:55 1999 Alexandre Julliard <julliard@winehq.com>
9556 * 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:
9557 Patrik Stridvall <ps@leissner.se>
9558 - Added missing configuration #if:s and #includes:s.
9559 - Minor configuration related changes.
9561 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
9562 Made LoadHomeRegistryFiles default to TRUE.
9564 * 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:
9565 Patrik Stridvall <ps@leissner.se>
9566 Made the include files self-sufficient.
9568 * tools/winapi_check/*:
9569 Patrik Stridvall <ps@leissner.se>
9570 - Fixed the long long problem.
9571 - Added configure include consistancy checking.
9572 - Added progress indicator.
9573 - Began splitting up the win16api.dat and win32api.dat files.
9574 - Added various minor checks.
9577 * 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:
9578 Patrik Stridvall <ps@leissner.se>
9579 Added spec file declarations for already implemented functions.
9581 * graphics/path.c, if1632/gdi.spec, objects/clipping.c:
9582 Patrik Stridvall <ps@leissner.se>
9583 Added Win16 variants of existing Win32 functions.
9585 * dlls/ntdll/signal_i386.c: Patrik Stridvall <ps@leissner.se>
9586 Solaris compile fix.
9588 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
9589 Remove prefixing by a tilde for GetTempFileName 32bits.
9591 * debugger/expr.c: Marcus Meissner <marcus@jet.franken.de>
9592 Added missing include.
9594 * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9595 Warn users to use -the -desktop option together with the native user DLLs.
9597 * loader/resource.c:
9598 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9599 Return the size of the needed resource when buffer is NULL for LoadString().
9601 * dlls/ole32/clipboard.c, windows/clipboard.c, windows/user.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c, wine.ini:
9602 Francis Beaudet <francis@macadamian.com>
9603 Enabled the persistent clipboard server.
9605 * misc/registry.c, wine.ini: Nathaniel <wfilardo@fuse.net>
9606 Improved registry isolation possibilities.
9609 Eric Pouech <Eric.Pouech@wanadoo.fr>
9610 Split the multimedia/ directory into dlls/ subdirectories.
9612 * 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:
9613 Gustavo Junior Alves <alves@correionet.com.br>
9614 More Portuguese language support.
9616 * objects/dib.c: Matthew J. Francis <asbel@dial.pipex.com>
9617 Fixed top-down DIB handling in StretchDIBits32().
9619 * include/windowsx.h: Peter Hunnisett <hunnise@nortelnetworks.com>
9620 Added macro definitions for memory allocation.
9622 * graphics/x11drv/xfont.c, include/gdi.h, include/x11font.h, objects/font.c:
9623 Ulrich Czekalla <ulrichc@corel.ca>
9624 Make sure that all calls use the extended structures which are a
9625 superset of the regular structures.
9627 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
9628 Added the functionality of the thumb track.
9630 * windows/focus.c: Adrian Thurston <adriant@corel.com>
9631 Do not set focus to a disabled window.
9633 * windows/x11drv/keyboard.c: Pierre Mageau <pierre@macadamian.com>
9634 Fixed an entry in the keyboard translation table for Ctrl-Break.
9636 * include/debugdefs.h, scheduler/debugger.c:
9637 Ulrich Czekalla <ulrichc@corel.ca>
9638 New channel 'debugstr' used to print OutputDebugString API calls.
9640 * windows/nonclient.c, windows/x11drv/event.c:
9641 Noomen Hamza <noomen@macadamian.com>
9642 Popup windows will be hidden when we minimize a main frame or shown
9643 when we maximize or restore a minimized main frame.
9645 Sat Oct 23 23:59:47 1999 Alexandre Julliard <julliard@winehq.com>
9647 * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
9648 PropertySheet didn't destroy page dialog's window while removing page.
9650 * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
9651 Update the item width upon a new column in the header control.
9653 * dlls/ntdll/exception.c: Gerard Patel <g.patel@wanadoo.fr>
9654 Reorder parameters to fix position of base reg relative to exception
9657 * documentation/Makefile.in: Fixed typo.
9660 Francois Gouget <fgouget@psn.net>
9661 Define the COM macros even in C++.
9663 * controls/menu.c, windows/mdi.c: Pierre Mageau <pierre@macadamian.com>
9664 Fixed loop with WM_SYSCHAR.
9666 * dlls/comctl32/tooltips.c: Joshua Thielen <thielen@netperson.net>
9667 Fixed tooltips positioning.
9669 * graphics/x11drv/dib.c: Re-applied lost change.
9671 * loader/task.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9672 Ignore wrong hInstance.
9674 * include/miscemu.h, msdos/int10.c, msdos/interrupts.c:
9675 Robert 'Admiral' Coeyman <admiral@corner.net>
9676 Report non-hercules video. Turned on int 2a.
9678 * include/file.h, include/winbase.h, loader/module.c, files/file.c:
9679 Jim Aston <jima@corel.ca>
9680 Fixed compiling with STRICT.
9682 * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
9683 Proper resource support for dialog title.
9685 * include/dlgs.h: Ulrich Czekalla <ulrichc@corel.ca>
9686 Fixed some wrong defines.
9688 * objects/brush.c: Ulrich Czekalla <ulrichc@corel.ca>
9689 Copy bitmaps properly.
9691 * include/debugger.h, debugger/dbg.y, debugger/hash.c, debugger/msc.c:
9692 Eric Pouech <Eric.Pouech@wanadoo.fr>
9693 Allow loading of modules debug information after first invocation of
9696 * dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
9697 Jim Aston <jima@corel.ca>
9700 * include/listview.h, dlls/comctl32/listview.c:
9701 Ulrich Czekalla <ulrichc@corel.ca>
9702 Implementation of edit labels.
9704 * graphics/d3ddevices.c, graphics/d3dtexture.c, graphics/ddraw.c:
9705 Ove Kaaven <ovek@arcticnet.no>
9706 Fixed some anonymous union accesses.
9708 * controls/listbox.c: Abey George <abey@macadamian.com>
9709 Draw the item text from the top of the item rect.
9711 * dlls/comctl32/comctl32undoc.c, dlls/shell32/shlview.c:
9712 Pierre Mageau <pierre@macadamian.com>
9713 Fixed the ascending and descending sort order for the File Dialog.
9715 * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
9716 - adds calling application defined callback function once PropertSheet
9717 Dialogbox has been initialized just after creating the tab control
9718 - handle the case when pszCaption specifies a resource instead of a string
9720 * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, dlls/shell32/shv_bg_cmenu.c:
9721 Juergen Schmied <juergen.schmied@metronet.de>
9722 - removed all unnecessary "winapi" from internal _IL* functions
9723 - better parameter checking for shellfolder
9724 - removed dead code from shv_bg_contextmenu
9726 * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
9727 Jim Aston <jima@corel.ca>
9728 Added another anonymous union using the DUMMYUNIONNAME style.
9730 * dlls/comctl32/listview.c: Ulrich Czekalla <ulrichc@corel.ca>
9731 Properly copy text into user supplied buffer.
9733 * 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:
9734 Ove Kaaven <ovek@arcticnet.no>
9735 Winsock rewrite. Sockets are now proper win32 handles.
9736 Internal structures are now really internal.
9738 * dlls/comctl32/tab.c: Ulrich Czekalla <ulrichc@corel.ca>
9739 Tab control doesn't refresh tab area on TCM_SETCURSEL.
9741 * dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec:
9742 Ulrich Czekalla <ulrichc@corel.ca>
9743 Implemented StrRChrA.
9745 * debugger/dbg.y, debugger/debug.l, debugger/expr.c, include/debugger.h:
9746 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9747 Bugfix: Perform proper process shutdown on 'quit' and error.
9749 * dlls/advapi32/security.c: Gerard Patel <g.patel@wanadoo.fr>
9750 Stub OpenThreadToken & OpenProcessToken for failure in Win9x mode.
9752 * include/winuser.h: Jim Aston <jima@corel.ca>
9755 * windows/dialog.c: Adrian Thurston <adriant@corel.com>
9756 Protect against wrong return value from WM_INITDIALOG.
9758 * graphics/x11drv/bitmap.c: Francis Beaudet <francis@macadamian.com>
9759 Removed an illegal character.
9761 * dlls/shell32/shell32_main.c: Ian Schmidt <ischmidt@cfl.rr.com>
9762 Now inits the policy cache when shell32 is first instantiated.
9763 Matches Windoze behavior.
9765 * dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c, dlls/shell32/shpolicy.h:
9766 Ian Schmidt <ischmidt@cfl.rr.com>
9767 Real implementation of SHRestricted(), clarified SHInitRestricted()'s
9768 role a little, added policy data table.
9770 * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
9771 Use segmented lpvtbl pointer for IMalloc16 interface, not linear one.
9773 * windows/x11drv/mouse.c: Francis Beaudet <francis@macadamian.com>
9774 Replaced a X call with a TSX call in XDRV_MOUSE_SetCursor().
9776 * dlls/comctl32/rsrc.rc: Ulrich Czekalla <ybicubuk@umail.corel.com>
9777 The property sheet dialog needs flag WS_VISIBLE.
9779 * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
9780 Set the default view button to List in the FileDialog.
9782 * loader/ne/module.c:
9783 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9784 Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess.
9786 * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9787 Fixed potential crash in string variable printing.
9789 * dlls/comctl32/toolbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9790 Added WM_GETFONT support.
9792 * include/main.h, loader/main.c, miscemu/main.c, scheduler/process.c:
9793 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
9794 Bugfix: don't call ExitProcess() before SYSLEVEL_Init().
9796 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9797 Fixed some bugs (mmioOpen with 16/32 bit strangeness, mmioAscend &
9798 mmioDescend offset and alignment issues).
9800 * windows/clipboard.c: Ulrich Czekalla <ulrichc@corel.ca>
9801 We are supposed to delete the palette object with the DeleteObject
9804 * dlls/comctl32/listview.c: Noomen Hamza <noomen@macadamian.com>
9805 Listview items will be drawn with the right item dimensions.
9807 * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
9808 Some small corrections to the ExtTextOut function.
9810 * dlls/ole32/ole2.c: Francis Beaudet <francis@macadamian.com>
9811 Make sure that the drop effect of a DnD operation is set to
9812 DROPEFFECT_NONE if the user cancelled the operation.
9814 * dlls/comctl32/animate.c, include/animate.h:
9815 Eric Pouech <Eric.Pouech@wanadoo.fr>
9816 First working version.
9818 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9819 Added the mute capability to most control lines.
9821 * windows/win.c: Rein Klazes <rklazes@casema.net>
9822 Use the module handle, if CreateWindowEx is called with
9825 * include/wine/undocshell.h: Marcus Meissner <marcus@jet.franken.de>
9826 Added missing prototypes for StrRetToBuf(A|W).
9828 Wed Oct 13 16:17:23 1999 Alexandre Julliard <julliard@winehq.com>
9830 * programs/clock/.cvsignore, programs/notepad/.cvsignore, programs/progman/.cvsignore:
9833 * objects/dib.c: Backed out previous change (breaks with metafiles).
9835 * server/Makefile.in, server/request.h, server/sock.c, server/trace.c, include/server.h, include/winsock.h:
9836 Ove Kaaven <ovek@arcticnet.no>
9837 Added socket interface to wineserver.
9839 * loader/loadorder.c, loader/main.c, miscemu/main.c, wine.ini:
9840 Eric Pouech <Eric.Pouech@wanadoo.fr>
9841 Correct filename for kernel module is KRNL386.EXE.
9843 * dlls/winspool/winspool.spec, dlls/winmm/wineoss/wineoss.spec:
9844 Eric Pouech <Eric.Pouech@wanadoo.fr>
9845 Added missing (and now required) filename directive.
9847 * tools/build.c, include/builtin32.h:
9848 Eric Pouech <Eric.Pouech@wanadoo.fr>
9849 Added filename to 32 bit builtin module descriptors.
9851 * if1632/builtin.c, relay32/builtin32.c:
9852 Eric Pouech <Eric.Pouech@wanadoo.fr>
9853 Fix loading of modules: now search key is module's filename, not
9856 * dlls/comctl32/propsheet.c, dlls/comctl32/tab.c:
9857 Pierre Mageau <pierre@macadamian.com>
9858 When an error occurred in a property sheet because of invalid data,
9859 clicking on another tab, would activate the new tab but keep the
9860 original property sheet.
9862 * 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:
9863 Juergen Schmied <juergen.schmied@metronet.de>
9864 - implemented sorting the listview by clicking on the column header
9865 - implemented the context menu entrys for sorting
9866 - some more functions to gather data form pidls
9868 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
9869 Juergen Schmied <juergen.schmied@metronet.de>
9870 Removed linking by GetProcAddress for StrRetToBuf sinc not all
9871 versions of shlwapi exporting this function.
9873 * loader/module.c: Chris Morgan <cmorgan@wpi.edu>
9874 James Abbatiello <abbeyj@wpi.edu>
9875 Removes extraneous comparison of data pointed to by the relocation
9876 offset when no relocation entries exist.
9878 * if1632/wprocs.spec, loader/ne/module.c:
9879 Marcus Meissner <Marcus.Meissner@lst.de>
9880 WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes
9881 BLINKER selfextracting executables).
9883 * windows/dialog.c: Abey George <abey@macadamian.com>
9884 Changed EndDialog to behave like as in Windows.
9885 Call SetWindowPos instead of ShowWindow in EndDialog.
9887 * windows/winpos.c: Abey George <abey@macadamian.com>
9888 Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
9889 Code for activating and setting focus to other windows when a window
9890 is hidden, is moved to ShowWindow from SetWindowPos.
9891 Activate the top level window if it's not active in ShowWindow(SW_SHOW).
9893 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9894 Fixed X11DRV_DIB_SetImageBits when called for RLE encoded dibs.
9896 * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
9897 Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst
9898 dimensions are equal).
9900 * programs/notepad/Makefile.in, programs/notepad/Pt.rc, programs/progman/Makefile.in, programs/progman/Pt.rc, programs/clock/Makefile.in, programs/clock/Pt.rc:
9901 Gustavo Junior Alves <alves@correionet.com.br>
9902 Added Portuguese language support.
9904 * dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/oleaut32/typelib.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c:
9905 Francois Gouget <fgouget@psn.net>
9906 Use the COM macros rather than directly accessing the lpvtbl field.
9908 * include/wine/winuser16.h, misc/lstr.c, if1632/user.spec:
9909 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9910 Use LoadString16 for FormatMessage16 and handle
9911 FORMAT_MESSAGE_ALLOCATE_BUFFER flag.
9913 * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
9914 Some adjustments to ExtTextOut.
9916 * include/psdrv.h, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
9917 Stephane Lussier <stephane@macadamian.com>
9918 Fixed the clipping for the postscript driver and turned it on (by setting
9919 PSDRV_SetDeviceClipping in the function table).
9921 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9922 Account for the trailing NULL in GetLogicalDriveStringsA.
9924 * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
9925 Fixed a typo in a function declaration.
9927 * windows/x11drv/keyboard.c: Zoltan Kovacs <oritele@alarmix.net>
9928 Added Hungarian keyboard support.
9930 * windows/mdi.c, windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
9931 We have to activate MDI child windows.
9933 * dlls/commdlg/filedlg.c:
9934 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
9935 Use Get|SetPropA to store lParam to retrieve the OPENFILENAME16 for a
9938 * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
9939 Correct usage of a scratch array in X11DRV_PolyBezier.
9941 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
9942 Make WM_GETTEXTLENGTH return length for dropdownlist combos.
9944 * controls/button.c: Francois Boisvert <francois@macadamian.com>
9945 Removed FillRect in the ownerdrawn button procedure.
9947 * windows/x11drv/event.c: Abey George <abey@macadamian.com>
9948 Make sure the Focus Out window is still the Foreground window before
9949 doing SetForegroundWindow(0) in Event_FocusOut.
9951 * graphics/x11drv/palette.c: Chris Morgan <cmorgan@wpi.edu>
9952 James Abbatiello <abbeyj@wpi.edu>
9953 Fixes problems with color drift when switching to/from
9954 logical/physical colors.
9956 * dlls/comctl32/header.c: Thuy Nguyen <thuy@macadamian.com>
9957 Mouse position is signed.
9959 * windows/syscolor.c: Noomen Hamza <noomen@macadamian.com>
9960 Set the COLOR_3DLIGHT system color to the right window default value.
9962 * loader/pe_image.c: Marcus Meissner <Marcus.Meissner@caldera.de>
9963 Small hack to check if we need to relocate the TLS directory or not
9964 (some seem to need this pointer relocateable, some already do relocate
9967 * Make.rules.in: Marcus Meissner <Marcus.Meissner@caldera.de>
9968 Relink subdirectory objects on Makefile.in/Make.rules.in change.
9970 * dlls/comctl32/propsheet.c: Marcus Meissner <Marcus.Meissner@lst.de>
9971 Check for NULL ptr in Propsheet_RemovePage (Xing DVD Player).
9973 * multimedia/dsound.c: Marcus Meissner <Marcus.Meissner@lst.de>
9974 Don't ref NULL ptrs in debug.
9976 * windows/dinput.c: Marcus Meissner <Marcus.Meissner@lst.de>
9977 If the joydevice is not present, do not create a DirectInputDevice.
9979 * dlls/commdlg/commdlg.spec, dlls/commdlg/printdlg.c, include/commdlg.h:
9980 Huw D M Davies <h.davies1@physics.ox.ac.uk>
9981 Map PrintDlg16 to PrintDlgA.
9983 * dlls/shell32/shlmenu.c: Juergen Schmied <juergen.schmied@metronet.de>
9986 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
9987 Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of
9990 * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
9991 Prevent self referencing next pointer during insert.
9993 * ole/nls/fra.nls: Eric Pouech <Eric.Pouech@wanadoo.fr>
9994 Added some missing definitions.
9996 * multimedia/winmm.rc, multimedia/winmm_Nl.rc:
9997 Klaas van Gend <klaas@vangend.demon.nl>
9998 Added Dutch to the languages supported by MCI.
10000 * documentation/status/internationalisation:
10001 Klaas van Gend <klaas@vangend.demon.nl>
10002 Updated status of internationalisation.
10004 * loader/pe_image.c:
10005 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10006 Bugfix: *Don't* resolve PE imports if asked not to ...
10008 * misc/ddeml.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10009 Bugfix: DdeNameService was broken.
10011 * loader/ne/module.c:
10012 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10013 Bugfix: When loading an executable module fails, don't perform module
10014 cleanup before the corresponding task is destroyed.
10016 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc:
10017 Klaas van Gend <klaas@vangend.demon.nl>
10018 Moved bitmap resource to language-independent resource file.
10020 * misc/version.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10021 Added warning for future VERSION_GetVersion() (mis-)users and made
10022 OSVERSIONINFO warning more detailed.
10024 * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
10025 Marcus Meissner <Marcus.Meissner@caldera.de>
10026 Added stubs for RevokeActiveObject, GetActiveObject, fixed
10027 RegisterActiveObject stub argtypes.
10029 * windows/x11drv/keyboard.c:
10030 Marcus Meissner <Marcus.Meissner@caldera.de>
10031 Added german keyboard layout with "nodeadkeys" option enabled (just to
10032 apostrophes are switched).
10034 * dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c:
10035 Marcus Meissner <Marcus.Meissner@caldera.de>
10036 Stub for VideoCapDriverDescAndVer.
10038 * msdos/int21.c: Marcus Meissner <Marcus.Meissner@caldera.de>
10039 Replicate CreateDirectory() LastError workaround for the LFN part.
10041 * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
10042 Also escape characters >=0x80 within the wineregistry savefile.
10044 * dlls/wnaspi32/winaspi32.c:
10045 Marcus Meissner <Marcus.Meissner@caldera.de>
10046 Don't use malloc/free in winaspi32.
10048 * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
10049 Use 1 macro for rgbbitdepth -> byte determination.
10050 xshm/image creation now uses 1/8 of the space for every image.
10052 * relay32/user32.spec: Marcus Meissner <Marcus.Meissner@caldera.de>
10053 Replaced double ChangeDisplaySettingsA by (Ex)[AW].
10055 Wed Sep 29 12:16:16 1999 Alexandre Julliard <julliard@winehq.com>
10057 * if1632/builtin.c, loader/module.c, loader/ne/module.c:
10058 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10059 Bugfix: Don't call GetVersionExA too early, to avoid breaking
10060 automatic emulated Windows version detection.
10062 * dlls/oleaut32/typelib.c, include/oleauto.h, dlls/oleaut32/oleaut32.spec:
10063 Rein Klazes <rklazes@casema.net>
10064 First implementation of LoadTypeLibEx().
10066 * if1632/mmsystem.spec, multimedia/mmsystem.c:
10067 Marcus Meissner <marcus@jet.franken.de>
10068 Added stub for WMMMIDIRUNONCE called by midimap.drv.
10070 * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
10071 Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
10072 following WSACleanup will already free the structures.
10074 * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
10075 Create DirectSound object even without sounddevice. Games can be
10076 played without sound, but not without DirectSound object (tested with
10079 * 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:
10080 Patrik Stridvall <ps@leissner.se>
10081 Fixed some of the issues reported by winapi-check, by adding arguments
10084 * Make.rules.in, Makefile.in: Patrik Stridvall <ps@leissner.se>
10085 Added ability to call winapi_check from the Makefiles.
10087 * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
10088 Modification due to problems with winapi-check.
10090 * 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:
10091 Patrik Stridvall <ps@leissner.se>
10092 - Adapted to changes in Wine.
10093 - Minor improvements.
10095 Tue Sep 28 16:40:07 1999 Alexandre Julliard <julliard@winehq.com>
10097 * server/event.c, server/object.h:
10098 Made event manipulation routines public.
10100 * 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:
10101 Peter Hunnisett <hunnise@nortelnetworks.com>
10102 - Moved dplay and dplayx to a proper home in the dlls directory.
10103 - Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
10104 - Implemented a class factory for dplay and dplobby. COM interfaces
10105 now work for dp and dpl.
10106 - Added a few more entries to dplayx.spec files. How do you find the
10107 ordinals? I just guessed :(
10108 - Seperated DirectPlay and DirectPlayLobby implementation into separate files.
10109 - Included some missing header file definitions.
10110 - Implemented the dplay dll in terms of the dplayx dll. I haven't
10111 tested it so it may not work...
10112 - A few bug fixes and a little new implementatioe.n
10113 - Updated document with a more detailed implementation plan.
10115 * windows/win.c: Noomen Hamza <noomen@macadamian.com>
10116 Rewrite the ShowOwnedPopups function with a safety algorithm.
10118 * controls/menu.c: Karl Lessard <ybicubuk@umail.corel.com>
10119 Make ExecFocusedItem return -1 on failure.
10121 * graphics/ddraw.c, multimedia/dsound.c:
10122 Peter Hunnisett <hunnise@nortelnetworks.com>
10123 - Changed return code for failure on *_DllGetClassObject to
10124 CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
10125 - Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
10126 - Changed "return 0;" with S_OK or DS_OK as appropriate.
10128 * dlls/ntdll/signal_i386.c:
10129 Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
10131 * loader/module.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10132 Remember the allocated string to free it.
10134 * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
10135 Force recalculation of menu when calling InsertMenuItem.
10137 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
10138 Ian Schmidt <ischmidt@cfl.rr.com>
10139 Implementation of 2 Win98 by-ordinal SHELL32 routines. Helps Win98
10140 Explorer work better.
10142 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10143 Fixed typo in hDrv for sending message.
10145 Mon Sep 27 13:38:57 1999 Alexandre Julliard <julliard@winehq.com>
10147 * include/mmddk.h, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
10148 Eric Pouech <Eric.Pouech@wanadoo.fr>
10149 Removed last dependancies between MCI drivers and WINMM/MMSYSTEM
10152 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10153 Got rid of hack on WAVEHDR's & MIDIHDR's reserved field for 16/32 bit
10155 Fixed a few segptr/linear address bugs in WAVEHDR/MIDIHDR handling.
10157 * multimedia/mixer.c, multimedia/mmaux.c:
10158 Eric Pouech <Eric.Pouech@wanadoo.fr>
10159 Check for OSS driver presence and return error accordingly.
10161 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10162 Got rid of hack on MIDHDR's reserved field for 16/32 bit
10165 * multimedia/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10166 Fixed crash with mapper loading.
10167 Got rid of hack on WAVEHDR's reserved field for 16/32 bit
10170 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10171 Got rid of hack on WAVEHDR's reserved field for 16/32 bit
10174 * documentation/wine.texinfo: Eric Pouech <Eric.Pouech@wanadoo.fr>
10177 * loader/libres.c: Ulrich Czekalla <ulrichc@corel.ca>
10178 Fix integer based resource id assumption.
10179 Add support for string based type ids.
10181 * include/winsock2.h: Ove Kaaven <ovek@arcticnet.no>
10182 Added some basic Winsock2 definitions.
10184 * server/object.h, server/select.c: Ove Kaaven <ovek@arcticnet.no>
10185 Added EXCEPT_EVENT to wineserver select loop.
10187 * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
10188 Fix for VFAT_IOCTL_READDIR_BOTH.
10190 * dlls/wing/wing_main.c: Peter Ganten <ganten@uni-bremen.de>
10191 Small wing enhancement.
10193 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
10194 Return key should not be ignored in multiline edit even if
10195 ES_WANTRETURN flag isn't set.
10197 * include/gdi.h, objects/gdiobj.c:
10198 Francis Beaudet <francis@macadamian.com>
10199 DPtoLP needs to round the result.
10200 Fixed MulDiv to deal better with negative numbers.
10202 * windows/painting.c: Francis Beaudet <francis@macadamian.com>
10203 rcPaint has to be returned in logical coordinates but was intersected
10204 with a client rectangle in device coordinates.
10206 * objects/region.c: Richard Cohen <richard@jubjub.demon.co.uk>
10207 Fixed GetRandomRgn.
10209 * files/drive.c: Abey George <abey@macadamian.com>
10210 Made GetCurrentDirectory return long name of the current directory.
10212 * include/button.h, controls/button.c: Rein Klazes <rklazes@casema.net>
10213 Use an extra bit in the button status byte to flag whether the
10214 DefButtonWndProc should process the WM_LBUTTONUP message.
10216 * 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:
10217 Moved all signal support to a new platform-specific file.
10218 Make use of the per-thread signal stack (Juergen Lock).
10219 Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
10221 ----------------------------------------------------------------
10222 Thu Sep 23 16:14:44 1999 Alexandre Julliard <julliard@winehq.com>
10224 * Makefile.in, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/wineclipsrv.c:
10225 Noel Borthwick <noel@macadamian.com>
10226 Added clipboard server.
10228 * 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:
10229 Patrik Stridvall <ps@leissner.se>
10230 Made a new improved version of winapi-check in perl.
10233 Implemented uppercasing functions (based on a patch by Robert
10234 'Admiral' Coeyman).
10236 * 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:
10237 Patrik Stridvall <ps@leissner.se>
10238 Fixed some of the issues reported by winapi-check.
10240 * misc/comm.c: Patrik Stridvall <ps@leissner.se>
10241 Modification due to problems with winapi-check.
10243 * windows/x11drv/event.c: Noomen Hamza <noomen@macadamian.com>
10244 WS_POPUP windows (excluding the WS_POPUPWINDOW windows) should be
10245 closed after loosing the focus.
10247 * objects/dib.c: Francois Boisvert <francois@macadamian.com>
10248 CreateDIBitmap creates a monochrome bitmap only when the first color of the
10249 colormap is black followed by white. Otherwise it creates a color bitmap.
10251 * windows/defwnd.c, windows/nonclient.c:
10252 Noomen Hamza <noomen@macadamian.com>
10253 Non active window should be activated when it gets any
10254 client/non-client double/single left/medium/right mouse click(s).
10256 Wed Sep 22 16:53:54 1999 Alexandre Julliard <julliard@winehq.com>
10258 * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10259 Added WINEOSS descriptor.
10261 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10262 MMSYSTEM_GetIData() now dies when no iData is present
10263 Better error recovery when the process attachment fails
10264 PlaySound (and helper functions) now use the regular waveOutXXX (instead of wodMessage)
10265 Moved handling of hack for differenciating between 16 and 32 bit callback to lolvldrv.c
10266 Makes use of new lolvldrv.c interfaces
10268 * multimedia/.cvsignore, multimedia/Makefile.in, multimedia/lolvldrv.c, multimedia/oss.c, multimedia/oss.h, multimedia/winemm.h:
10269 Eric Pouech <Eric.Pouech@wanadoo.fr>
10270 Added lolvldrv.c and oss.c.
10271 Thunks to 16 bit are now generated for the MMSYSTEM module.
10273 * 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:
10274 Eric Pouech <Eric.Pouech@wanadoo.fr>
10275 Added dlls/winmm and dlls/winmm/wineoss directories.
10277 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10278 No longer checking for correct iData in code.
10280 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
10281 Added missing DriverCallBack function.
10283 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
10284 All headers (wave and midi functions) are now seen as segptr.
10285 Added stub for joyGetPosEx16().
10287 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
10288 Added some missing defines.
10290 * include/mmddk.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
10291 Now using the same structs for low-level drivers as Windows do.
10293 * multimedia/audio.c, multimedia/mixer.c, multimedia/mmaux.c:
10294 Eric Pouech <Eric.Pouech@wanadoo.fr>
10295 Make it (almost) 32 bit only.
10296 Reflected creation of WINEOSS module.
10298 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10299 Make it (almost) 32 bit only.
10300 Reflected creation of WINEOSS module.
10301 No longer using ERR when no MIDI card is present.
10303 * multimedia/joystick.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10304 Added stub for joyGetPosEx16().
10306 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10307 No longer checking for correct iData in code.
10308 Added look-up tables to command tables (speeds up queries).
10310 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10311 Now using WAVEFORMATEX instead of PCMWAVEFORMAT.
10313 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10314 Now using modReset() instead of tweaking MIDI controls.
10316 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10317 Fixed returned type upon open.
10318 Fixed some bogus error checking.
10320 * multimedia/mcianim.c, multimedia/mciavi.c:
10321 Eric Pouech <Eric.Pouech@wanadoo.fr>
10322 Fixed returned type upon open.
10324 * dlls/ntdll/exception.c: Juergen Schmied <juergen.schmied@metronet.de>
10325 Do not set EH_NONCONTINUABLE.
10327 * programs/osversioncheck/.cvsignore, programs/osversioncheck/ChangeLog, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, configure, configure.in, programs/Makefile.in:
10328 Morten Eriksen <mortene@sim.no>
10329 Added simple console mode example program which lists information
10330 about the version of Windows we're currently running on.
10332 * loader/module.c: Fixed memory allocation bug.
10334 * windows/x11drv/event.c: Gerard Patel <g.patel@wanadoo.fr>
10335 Fix infinite loop with glastXFocusWindow.
10337 * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
10338 Allow creation of empty imagelist.
10340 * objects/palette.c, relay32/gdi32.spec:
10341 Ian Schmidt <ischmidt@cfl.rr.com>
10342 Added partial implementation of GetICMProfileA, required by Paint Shop
10345 * controls/menu.c: Abey George <abey@macadamian.com>
10346 Don't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUPOPUP messages
10347 when TPM_NONOTIFY flag is set in TrackPopupMenu.
10349 * misc/winsock.c: David Luyer <luyer@ucs.uwa.edu.au>
10350 getpeername() and getsockname() return errors in errno not h_errno.
10352 Mon Sep 20 18:52:06 1999 Alexandre Julliard <julliard@winehq.com>
10354 * dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, include/builtin16.h, misc/registry.c, objects/cursoricon.c, tools/build.c:
10355 Patrik Stridvall <ps@leissner.se>
10356 Fixed ANSI C violations.
10358 * windows/keyboard.c, windows/mouse.c, if1632/keyboard.spec, if1632/mouse.spec, windows/input.c:
10359 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10360 Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c.
10362 * if1632/kernel.spec, include/task.h, loader/.cvsignore, loader/Makefile.in, loader/ne/module.c, loader/ne/segment.c, loader/task.c:
10363 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10364 Don't create thunk for task signal proc, call it directly.
10366 * if1632/gdi.spec, include/gdi.h, objects/.cvsignore, objects/Makefile.in, objects/clipping.c, objects/dc.c, windows/dce.c:
10367 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10368 DC hook proc thunk management simplified.
10370 * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10371 System timer proc thunk creation moved out of if1632/thunk.c.
10373 * scheduler/thread.c:
10374 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10375 Don't create thunk for CreateThread16 proc, call it directly.
10377 * windows/.cvsignore, windows/Makefile.in, windows/hook.c, dlls/shell32/shell.c, if1632/user.spec, include/hook.h:
10378 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10379 Windows hook proc thunk management simplified.
10381 * include/callback.h, if1632/thunk.c:
10382 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10383 Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.
10384 Removed persistent thunk creation routines.
10386 * 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:
10387 Lionel Ulmer <lionel.ulmer@free.fr>
10388 Added the possibility to use DGA 2.0.
10390 * winedefault.reg: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10391 Added HKEY_LOCAL_MACHINE\...\ProgramFilesDir registry key.
10393 * dlls/comctl32/commctrl.c: Dennis Borklund <dennisb@cs.chalmers.se>
10394 It's no error to send a WM_COMMAND to MenuHelp.
10396 * files/file.c: Francois Boisvert<francois@macadamian.com>
10397 CreateFileA returns HFILE_ERROR when the filename contains a wild card.
10399 * controls/static.c: Francis Beaudet <francis@macadamian.com>
10400 Fixed display bug in the static control.
10402 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
10403 Message removed when menu tracking finish on a WM_LBUTTONDOWN.
10405 * 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:
10406 Noel Borthwick <noel@macadamian.com>
10407 - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine
10408 and native Linux applications.
10409 - Respond to the MULTIPLE selection request target when Wine is the
10411 - Relax type checking for TARGETS selection.
10413 * if1632/builtin.c, loader/module.c:
10414 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10415 Set 'expected_version' of built-in and dummy modules according to
10416 emulated Windows version.
10418 * if1632/relay.c, loader/main.c:
10419 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10420 Make CallTo16 return stub segment owned by KERNEL.
10422 * include/wine/winbase16.h, loader/task.c:
10423 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10424 Bugfix: Improved GetCodeHandle16 / GetCodeInfo16.
10426 * ole/nls/sve.nls: Dennis Bjorklund <dennisb@cs.chalmers.se>
10427 Added some values that were missing in the Swedish nls file.
10429 Sun Sep 19 18:58:16 1999 Alexandre Julliard <julliard@winehq.com>
10431 * graphics/x11drv/dib.c:
10432 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10433 Bugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
10435 * dlls/ole32/ole32.spec: Juergen Schmied <juergen.schmied@metronet.de>
10436 Added missing export.
10438 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
10439 Fixed crash when loading *.ani files.
10441 * ole/*, dlls/ole32/*, dlls/oleaut32/*, dlls/olecli/*, dlls/oledlg/*:
10442 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10443 Moved bulk of OLE implementation to dlls/ subdirectories.
10445 * controls/menu.c: Dennis Björklund <dennisb@cs.chalmers.se>
10446 Send correct WM_MENUSELECT when menu closes.
10448 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/shres.rc:
10449 Francois Boisvert <francois@macadamian.com>
10450 Added small feature in the file dialog.
10452 * 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:
10453 Patrik Stridvall <ps@leissner.se>
10454 Added support for anonymous structs/unions on compilers that implement it.
10456 * include/wingdi.h, objects/text.c, relay32/gdi32.spec:
10457 Peter Ganten <ganten@uni-bremen.de>
10458 Stubs for PolyTextOutA/W.
10460 * graphics/x11drv/dib.c, objects/dib.c:
10461 Karl Lessard <ybicubuk@umail.corel.com>
10462 Some more minor GDI fixes.
10464 * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
10465 In ImageList_Draw when drawing the bitmap with the transparent flag
10466 set, background color/foreground color should be set to white/black,
10467 when doing bitblt operation with the bitmap mask.
10469 * graphics/escape.c, graphics/win16drv/init.c, include/win16drv.h:
10470 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10471 Extend DRAWMODE struct to win95 spec.
10472 Add some more Escape -> Escape16 conversions.
10474 * graphics/win16drv/prtdrv.c:
10475 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10476 Stop trashing devmode if in and out devmodes are the same.
10478 * controls/widgets.c: Noomen Hamza <noomen@macadamian.com>
10479 The MDIClient class must be registered with the IDC_ARROW cursor.
10481 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
10482 Implemented the disabled state of the combobox.
10484 * controls/menu.c: Richard Cohen <richard@jubjub.demon.co.uk>
10485 Protect SetMenu from rogue menu handle.
10486 GetMenu16 can just call GetMenu.
10488 * windows/mdi.c: Richard Cohen <richard@jubjub.demon.co.uk>
10489 Protect MDISetMenu from rogue menu handles.
10491 * memory/local.c: Richard Cohen <richard@jubjub.demon.co.uk>
10492 Tidy up TRACE etc to use default channel.
10494 * dlls/version/info.c, dlls/version/version.spec, include/winbase.h, include/winver.h, ole/ole2nls.c:
10495 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10496 Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
10498 * dlls/comctl32/rsrc.rc, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c:
10499 Thuy Nguyen <thuy@macadamian.com>
10500 Added support for wizard property sheets.
10502 * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10503 Fix FormatMessage16 at least enough to get win95 16bit printdlg working.
10505 * dlls/comctl32/tab.c: David Luyer <luyer@ucs.uwa.edu.au>
10506 - iSelected should be -1 if no item selected (Gerard Patel)
10507 - some of the checks for invalid items where > when they should have been >=
10509 - made InsertItem behave similarly to DeleteItem, ie, if the current item is
10510 after where the item is inserted, increment the selected item (David Luyer)
10512 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10513 Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
10515 * debugger/db_disasm.c:
10516 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10517 Bugfix: (E)IP-relative offsets depend on operand, not address, size.
10519 * include/winuser.h, relay32/user32.spec, windows/user.c, include/wingdi.h:
10520 Marcus Meissner <marcus@jet.franken.de>
10521 Added stub implementation for EnumDisplayDevices*.
10523 * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
10524 Added SC_GET_DEVTYPE.
10526 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
10527 Added stub for OLE32.DllGetClassObject.
10529 * dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, include/shlguid.h, dlls/shell32/pidl.c:
10530 Juergen Schmied <juergen.schmied@metronet.de>
10531 More support for special pidls in SHGetSpecialFolderLocation.
10533 * graphics/psdrv/graphics.c, graphics/psdrv/pen.c, include/psdrv.h:
10534 Luc Tourangeau <luc@macadamian.com>
10535 Implemented invisible pens.
10537 * objects/dib.c, graphics/x11drv/dib.c:
10538 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10541 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
10542 Added a case for menu handling in win31.
10544 Tue Sep 14 11:51:02 1999 Alexandre Julliard <julliard@winehq.com>
10546 * include/x11drv.h, objects/dib.c, graphics/x11drv/dib.c:
10547 Karl Lessard <karll@corel.com>
10548 Fixed GetDIBits problems.
10550 * 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:
10551 Patrik Stridvall <ps@leissner.se>
10552 Add support for anonymous struct/unions on compilers that implement it.
10554 Mon Sep 13 16:06:17 1999 Alexandre Julliard <julliard@winehq.com>
10556 * controls/button.c, controls/uitools.c:
10557 Dennis Bj|rklund <dennisb@cs.chalmers.se>
10558 Fixed win9x look on checkboxes and radiobuttons.
10560 * 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:
10561 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10562 Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
10563 Remove relays for win16drv from CallBack table, instead use build to
10564 generate them directly in graphics/win16drv/prtdrv.c.
10565 If Printer AbortProc is 16bit then allocate thunk and store that as a
10566 32bit proc in DC. Setting of abortprocs now done in the correct place
10567 (i.e. not in the driver).
10569 * objects/dib.c: Kai Morich <kai.morich@bigfoot.de>
10570 Relaxed parameter checking for GetDIBits.
10572 * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10573 Fixed last error code when trying to load unknown VxD with CreateFile.
10575 * dlls/shell32/shell32_main.c:
10576 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
10577 Pretend successful execution of SHELL_NotifyIcon*().
10579 * controls/menu.c, relay32/user32.spec:
10580 Eric Pouech <Eric.Pouech@wanadoo.fr>
10581 Added MenuItemFromPoint stub.
10583 * dlls/comctl32/comctl32undoc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10584 Fixed off by one allocation error (DPA and DSA).
10586 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10587 Fixed crash in PlaySound thread.
10589 Sat Sep 11 16:29:00 1999 Alexandre Julliard <julliard@winehq.com>
10591 * controls/listbox.c: Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
10592 For Win 3.x applications, if they have either horizontal or vertical
10593 scrollbars, enable both.
10595 * dlls/advapi32/crypt.c, dlls/msacm32/internal.c, dlls/shell32/pidl.c, include/wine/winestring.h, memory/string.c:
10596 Patrik Stridvall <ps@leissner.se>
10597 Eliminated warnings.
10599 * controls/combo.c, controls/listbox.c:
10600 Pierre Mageau <pierre@macadamian.com>
10601 Set the mouse capture on the combo listbox.
10603 * graphics/ddraw.c: Lionel Ulmer <lionel.ulmer@free.fr>
10604 - fixed the creation of back-buffers in DGA mode
10605 - added a check on the validity of the Locking rectangle
10606 - fixed the enumeration for DX-6.0
10608 * dlls/comctl32/commctrl.c: Stephane Lussier <stephane@macadamian.com>
10609 Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
10611 * controls/button.c: Abey George <abey@macadamian.com>
10612 Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
10613 BS_CHECKBOX, BS_AUTO* styles.
10615 Fri Sep 10 14:38:20 1999 Alexandre Julliard <julliard@winehq.com>
10617 * 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:
10618 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10619 Winspool DocumentProperties and DeviceCapabilities should now work on
10620 native 16 bit drivers.
10622 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10623 Fixes DeviceCapabilities for DC_PAPERSIZE.
10624 Various fixes for OpenPrinter and EnumPrinters.
10625 Separation of GetPrinter in preparation for unification with EnumPrinters.
10627 * graphics/psdrv/ppd.c, include/wingdi.h:
10628 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10629 Add support for a large number of different paper sizes to PostScript
10632 * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
10633 Added definitions of COM objects for D3D 6.x support.
10635 * graphics/psdrv/font.c: Nick Holloway <alfie@alfie.demon.co.uk>
10636 If there is not an exact match found for the requested font name,
10637 instead of using the first font defined for the printer, map some
10638 common font families (e.g. Arial -> Helvetica), and search again.
10640 * if1632/kernel.spec, if1632/thunk.c:
10641 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10642 Fixed bug in CBClient routines by storing the SEGPTR in the global
10643 table and translating it on every use.
10645 * include/bitmaps/oic_sample: Abey George <abey@macadamian.com>
10646 Changed the pixmap to look like the windows default application icon.
10648 * files/drive.c: Richard Cohen <richard@jubjub.demon.co.uk>
10649 Stop crash in GetDiskFreeSpaceEx.
10651 * windows/nonclient.c: Francis Beaudet <francis@macadamian.com>
10652 Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
10653 handled by the window manager.
10655 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
10656 Implemented the behavior around the ES_WANTRETURN style in the edit
10659 * windows/x11drv/keyboard.c: Stephane Lussier <stephane@macadamian.com>
10660 Pressing the delete key using an extended keyboard with numlock on is
10661 not generating anymore a WM_CHAR message.
10663 * dlls/shell32/shellpath.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
10664 Fixed pattern matching in PathMatchSpecA/W
10666 * dlls/shell32/shlview.c: Francois Boisvert <francois@macadamian.com>
10667 Tabbing in the listview of the shellview.
10669 * dlls/comctl32/listview.c: Luc Tourangeau <luc@macadamian.com>
10670 Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
10671 LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
10673 Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.
10675 * dlls/shell32/shell32_main.c:
10676 Juergen Schmied <juergen.schmied@metronet.de>
10677 Fixed crash in detach sequence.
10679 * dlls/shell32/shlfolder.c:
10680 Juergen Schmied <juergen.schmied@metronet.de>
10681 Fixed wrong return value.
10683 * dlls/crtdll/crtdll_main.c:
10684 Juergen Schmied <juergen.schmied@metronet.de>
10685 Prevent endless loop in except2.
10687 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
10688 Now works around wine never exiting the debugger.
10689 Should put bug reports in the right place now.
10691 * ole/oleaut32.c, ole/Makefile.in, relay32/oleaut32.spec:
10692 Marcus Meissner <Marcus.Meissner@caldera.de>
10693 Added stub for RegisterActiveObject().
10695 * dlls/win32s/w32sys.c, dlls/win32s/w32sys.spec:
10696 Marcus Meissner <marcus@jet.franken.de>
10697 Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
10699 Sun Sep 5 16:48:17 1999 Alexandre Julliard <julliard@winehq.com>
10701 * loader/main.c, loader/module.c, miscemu/main.c, include/windef.h:
10702 Removed __winelib flag.
10704 * 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:
10705 Eric Pouech <Eric.Pouech@wanadoo.fr>
10706 Updated to new MM header organization.
10708 * include/multimedia.h, include/mmddk.h, include/mmsystem.h, multimedia/oss.h, multimedia/winemm.h:
10709 Eric Pouech <Eric.Pouech@wanadoo.fr>
10710 Moved DDK level material to new include/mmddk.h file.
10711 Copied some SDK level material from include/multimedia.h file.
10713 * multimedia/mciwave.c, multimedia/mcimidi.c:
10714 Eric Pouech <Eric.Pouech@wanadoo.fr>
10715 Updated to new MM header organization.
10716 Cleaned-up internal structures (now 32 bit only).
10717 Now using the MMSYSTEM entry points rather than the low level driver
10720 * include/sig_context.h: Juergen Lock <nox@jelal.kn-bremen.de>
10721 Fix %fs for signal handlers in the FS_sig undefined case (this patch
10722 actually from Ulrich Weigand, I only tested it).
10724 * scheduler/sysdeps.c, configure, configure.in, include/acconfig.h, include/config.h.in:
10725 Ron Record <rr@sco.com>
10726 Added support of __thr_errno for reentrance on UnixWare.
10728 * windows/dialog.c: Richard Cohen <richard@jubjub.demon.co.uk>
10729 No longer needs to calculate its own character size.
10731 * misc/main.c: Richard Cohen <richard@jubjub.demon.co.uk>
10732 Consequential changes to default system font sizes
10734 * graphics/x11drv/xfont.c, include/x11font.h:
10735 Richard Cohen <richard@jubjub.demon.co.uk>
10736 Various fixes for the X11 font mapper, particularly:
10737 - size fonts with negative heights correctly
10738 - calculate average width correctly.
10740 * objects/cursoricon.c: Francis Beaudet <francis@macadamian.com>
10741 Use a special value in the hotspot coordinate to identify which HICON
10742 are cursors and which are icons.
10744 * controls/combo.c: Pierre Mageau <pierre@macadamian.com>
10745 Modified CBDropDown to find the best height of the listbox.
10747 Sat Sep 4 14:36:03 1999 Alexandre Julliard <julliard@winehq.com>
10749 * configure.in, include/config.h.in, include/wine/winestring.h, memory/string.c, misc/port.c, configure:
10750 Added configure check for str[n]casecmp.
10752 * windows/timer.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10753 Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
10755 * include/windef.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10758 * dlls/winspool/info.c, include/winspool.h:
10759 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10760 Added loads of types, defines and declarations to winspool.h.
10762 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
10763 Francois Boisvert<francois@macadamian.com>
10764 Fixed the height of items in the lookin combobox of the filedlg95.
10766 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
10767 Initialize the enabling state variable in the edit.
10769 * graphics/bitblt.c: Noomen Hamza <noomen@macadamian.com>
10770 The fast window frame size should be the same as the frame size used
10771 by NC_DrawFrame function.
10773 * objects/region.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10774 Fixed compiler warnings.
10776 * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10777 lstrncmpi isn't a windows API, use strncasecmp instead.
10780 Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
10782 * windows/msgbox.c: Added missing HFONT type.
10784 * dlls/comctl32/imagelist.c, include/cursoricon.h, loader/main.c, objects/bitmap.c, objects/cursoricon.c, windows/class.c:
10785 Pierre Mageau <pierre@macadamian.com>
10786 Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
10787 CURSORICON_FindBestIcon changed to find the correct icon.
10788 ImageList_ReplaceIcon now calls CopyImage internally.
10789 Assign a value for the hIconSm CLASS member (using CopyImage).
10791 * win32/console.c: Guy Albertelli <galberte@neo.lrun.com>
10792 Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
10794 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
10795 Give applications a copy of the property sheet dialog template as they
10798 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
10799 Relay exclude lists were not working due to some CharUpperA()
10802 * loader/loadorder.c, wine.ini:
10803 Huw D M Davies <h.davies1@physics.ox.ac.uk>
10804 winspool -> winspool.drv
10806 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
10807 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10808 Implemented StrCmpNIA like the other StrCmpXX functions.
10810 * files/profile.c: Thuy Nguyen <thuy@macadamian.com>
10811 Resolve environment variable when enumerating values.
10813 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
10814 The format rect is recalculated for each font change. MoveEnd &
10817 Fri Sep 3 16:49:17 1999 Alexandre Julliard <julliard@winehq.com>
10819 * graphics/x11drv/dib.c, include/x11drv.h, objects/dib.c:
10820 Karl Lessard <karll@corel.com>
10823 Speed up conversion between XImages and DIBSections.
10825 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/shell32/shlview.c:
10826 Francois Boisvert <francois@macadamian.com>
10827 Some <open> features in the file dialog 95.
10829 * include/winnt.h, scheduler/sysdeps.c:
10830 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10831 Removed global variable pCurrentTeb.
10833 * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
10834 HEAP_Commit/Decommit were assuming a page size of 4KB
10837 * include/wingdi.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10838 A few more DC_ defines from Win2000.
10840 * dlls/comctl32/status.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10841 Check that lpCreate->lpszName is non-NULL.
10843 * windows/dialog.c: Marcus Meissner <Marcus.Meissner@caldera.de>
10844 More restrictive checks, so DIALOG_IsAccelerator don't loop
10847 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
10848 Menu hides when clicked for a second time.
10850 * windows/msgbox.c: Richard Cohen <richard@jubjub.demon.co.uk>
10851 - select the font into the dc before calculating the extent
10852 - make buttonheight correspond to text height + width to caption
10853 - button was "flashing" on EndDialog (must delete font AFTER EndDialog)
10854 - #defines for DlgItemIds
10855 - implement MB_RETRYCANCEL
10857 * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
10858 Keep the enable state in the edit structure instead of calling
10861 * 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:
10862 Noel Borthwick <noel@macadamian.com>
10863 - Implement interprocess clipboard communication.
10864 - Support for the PRIMARY and CLIPBOARD selection atoms.
10865 - Support for the TARGETS selection format.
10866 - Expose native Windows clipboard formats through X selection targets.
10868 * objects/gdiobj.c: Richard Cohen <richard@jubjub.demon.co.uk>
10869 Make stock fonts independent of mapping mode.
10870 System font should only be bold for Win31.
10872 * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
10873 Removed truncating errors that happen when converting fom dialog units
10876 * windows/winpos.c: Abey George<abey@macadamian.com>
10877 Check new coordinates received in WM_NCCALCSIZE message.
10879 * controls/button.c: Francis Beaudet <francis@macadamian.com>
10880 Slight 1 pixel adjustment on the position of the radio button bitmap.
10882 * dlls/commdlg/filedlg95.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10883 Fixed off by one allocation errors.
10885 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
10886 The backspace is now handled in the WM_CHAR message.
10888 * windows/mdi.c, windows/nonclient.c:
10889 Francis Beaudet <francis@macadamian.com>
10890 Make sure that all MDI children have the WS_EX_MDICHILD style set.
10892 * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
10893 Fixed prototype order.
10895 * dlls/ntdll/exception.c: Juergen Lock <nox@jelal.kn-bremen.de>
10896 Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
10898 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10901 * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
10902 Fixed the support for the close button in the ShellAbout dialogs.
10904 * dlls/commdlg/cdlg_Nl.rc: Klaas van Gend <klaas@vangend.demon.nl>
10905 Added Dutch resources for PrintDlg32.
10907 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
10908 Klaas van Gend <klaas@vangend.demon.nl>
10909 Completed PrintDlg32 resource stringtable.
10911 * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
10912 Added sanity checks in the cleanup code.
10914 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
10915 Completed GetKeyNameText for non-character keys.
10917 * dlls/shell32/brsfolder.c: Francois Boisvert <francois@macadamian.com>
10918 Make directories name appear in the BrowseForFolder dialog.
10920 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10921 Do not remove .drv from filenames.
10923 * controls/button.c: Francis Beaudet <francis@macadamian.com>
10924 Fixed a little positioning bug with the checkbox.
10926 * windows/nonclient.c, windows/win.c, windows/x11drv/wnd.c:
10927 Abey George <abey@macadamian.com>
10928 Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
10931 * multimedia/mci.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
10932 Changed snprintf to wsnprintfA to remove unresolved external when
10933 compiling on Solaris/Sun.
10935 * dlls/comctl32/listview.c: Marcus Meissner <marcus@jet.franken.de>
10936 Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
10937 equivalents. (WinWord 97, File Open dialog)
10939 * windows/class.c: Marcus Meissner <marcus@jet.franken.de>
10940 Use in GetClassInfoW the same hack for systemclasses as in
10941 GetClassInfoA (winword 97 with native comctl32).
10943 * dlls/shell32/pidl.c: Marcus Meissner <marcus@jet.franken.de>
10944 Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
10946 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
10947 Implemented wParam of WM_PAINT msg for edit control.
10949 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
10950 Fix off by one error in WINSPOOL_GetOpenedPrinterA.
10952 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
10953 subkey_found did not search for _all_ sub keys.
10955 Sat Aug 21 14:47:29 1999 Alexandre Julliard <julliard@winehq.com>
10957 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c:
10958 Francois Boisvert <francois@macadamian.com>
10959 Implemented basic browsing in the file name edit of the filedlg 95.
10961 * controls/menu.c: Stephane Lussier <stephane@macadamian.com>
10962 Avoid changing the activation state in EnableMenuItem.
10964 * include/winnt.h: Fixed #ifdef symbol for PowerPC.
10966 * ole/parsedt.c, ole/parsedt.h:
10967 Eric Pouech <Eric.Pouech@wanadoo.fr>
10968 Only declare DateStyle in a single compilation unit.
10970 * windows/nonclient.c: Pascal Lessard <pascal@macadamian.com>
10971 Added the case of a user defined icon for the sysbutton hittest.
10973 * ole/typelib.c: Rein Klazes <rklazes@casema.net>
10974 Fixed typelib reading to correctly use the offset of the typelib that
10975 is embedded in for example a dll file.
10977 * graphics/x11drv/dib.c: Kristian Nielsen <kristian.nielsen@risoe.dk>
10978 Fixed CreateDIBSection() called with negative height to set the height
10979 positive in the created DIBSECTION, as per MS knowledgebase Q186586.
10981 * windows/painting.c: Stephane Lussier <stephane@macadamian.com>
10982 The paint rectangle return in the PAINTSTRUCT in BeginPaint should
10983 never be bigger than the client area of the window.
10985 * controls/listbox.c: Rein Klazes <rklazes@casema.net>
10986 Make sure that an empty string never matches a listbox entry in
10987 LISTBOX_FindString().
10989 * dlls/version/info.c:
10990 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
10993 * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10994 Fixed crash when accessing sysmenu.
10996 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
10997 Really do a silent backtrace when requested.
10999 * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11000 Do not set the address if the symbol is still tagged INVALID.
11002 * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11003 Added support for N_BINCL and N_EINCL instructions.
11004 Fixed type parsing (as generated by egcs).
11006 Wed Aug 18 18:40:52 1999 Alexandre Julliard <julliard@winehq.com>
11008 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11009 Use typedef to work around egcs problem.
11011 * ole/*.c: Michael Veksler <mveksler@techunix.technion.ac.il>
11012 Removed unnecessary includes from ole related files.
11014 * ole/compobj.c, multimedia/mmsystem.c:
11015 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11016 Adapted to WOW changes.
11018 * 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:
11019 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11020 Moved implementation of WOW routines to single file.
11021 Added all missing WOW routines, fixed WOWCallback16Ex.
11023 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11024 Fixed internal buffer for 16 bit mmio MEM files.
11026 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11027 - some errors in cleaning up values returned by MCI drivers: this
11028 should solve the issues reported with the CD player/writer
11029 - crash when command was requested with automatic open (note, this
11030 will now gracefully report an error, not do the correct thing).
11032 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
11033 Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
11036 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11037 Bugfix: EFlags were passed incorrectly by CallFrom16Register.
11039 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11040 Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
11042 * tools/wrc/wrc.h, dlls/commdlg/cdlg_En.rc, tools/wrc/CHANGES, tools/wrc/parser.y:
11043 Bertho Stultiens <bertho@panter.soci.aau.dk>
11044 Wrc did not check any IDs which are only 16 bit. Common dialogs had some
11045 IDs larger and that caused problems. This is now solved (I hope).
11047 ----------------------------------------------------------------
11048 Sun Aug 15 18:52:32 1999 Alexandre Julliard <julliard@winehq.com>
11050 * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
11051 Fixed cursor stretch code.
11053 * memory/selector.c:
11054 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11055 Inhibit wraparound in comparison.
11057 * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec, loader/loadorder.c, relay32/builtin32.c:
11058 Juergen Schmied <juergen.schmied@metronet.de>
11059 New internal dll, exporting already existing path functions.
11061 * include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c, controls/menu.c:
11062 Francis Beaudet <francis@macadamian.com>
11063 Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
11064 for the MSG_InternalGetMessage() call is a WM_TIMER.
11066 * rc/winerc.c, include/resource.h, include/windef.h:
11067 Patrik Stridvall <ps@leissner.se>
11068 GCC 3.0 has not been released yet, but it is good to be prepared.
11070 * misc/spy.c: Juergen Schmied <juergen.schmied@metronet.de>
11071 Added resolution of LVM messages.
11073 * objects/dib.c: Gerard Patel <g.patel@wanadoo.fr>
11074 Added protection against possible memory corruption.
11076 * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
11077 Fixed cursor selection to find the correct cursor when more than one
11080 * dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.spec, dlls/winspool/wspool.c:
11081 Thuy Nguyen <thuy@macadamian.com>
11082 Replaced a static ten element array with a dynamic pointer array.
11084 * dlls/commdlg/printdlg.c: Gerard Patel <g.patel@wanadoo.fr>
11085 Fix special case when no printer installed.
11087 * dlls/shell32/shell.c, dlls/shell32/shell.spec:
11088 James Juran <jrj120@psu.edu>
11089 New routine DllEntryPoint for shell.dll. Loads shell32.dll,
11090 since most shell.dll functions call their 32-bit counterparts.
11092 * dlls/version/info.c:
11093 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11096 * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
11097 EM_SETSEL scrolls if outside of the visible range.
11098 "shift+home" selection improved in the edit control.
11100 * ole/parsedt.c: Removed RCS keyword.
11102 * 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:
11103 Juergen Schmied <juergen.schmied@metronet.de>
11104 More use of rc files for strings and menus, fixes. First internal
11107 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
11108 New interface: DropSource.
11110 * dlls/shell32/shlfolder.c:
11111 Juergen Schmied <juergen.schmied@metronet.de>
11114 * dlls/shell32/shell32_main.c:
11115 Juergen Schmied <juergen.schmied@metronet.de>
11116 Implemented SHGetFileInfo better.
11118 * dlls/shell32/iconcache.c:
11119 Juergen Schmied <juergen.schmied@metronet.de>
11120 Protect cache with critical section.
11121 Removed hack to load icons from external shell32.dll.
11123 * dlls/shell32/dataobject.c:
11124 Juergen Schmied <juergen.schmied@metronet.de>
11125 QueryGetData, EnumFormatEtc implemented.
11127 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
11128 Fixed mapping of file extensions to text.
11130 * misc/ddeml.c: Juergen Schmied <juergen.schmied@metronet.de>
11131 Fixed ascii/unicode issue for naming of the mutexes.
11132 Made mutex handles global.
11133 Fixed incorrect interpretation of return values of WaitForSingleObject.
11135 * objects/font.c: Juergen Schmied <juergen.schmied@metronet.de>
11136 First implementation of GetCharacterPlacementA.
11138 * windows/defwnd.c, include/winuser.h:
11139 Thuy Nguyen <thuy@macadamian.com>
11140 Implemented the WM_SETICON and WM_GETICON messages.
11142 * files/drive.c: Morten Eriksen <mortene@sim.no>
11143 FIXME on unimplemented feature made less obtrusive.
11145 * graphics/x11drv/bitblt.c: Pascal Lessard <pascal@macadamian.com>
11146 Now the conversion in the blt functions round up the result.
11148 * tools/build-spec.txt, tools/build.c: James Juran <jrj120@psu.edu>
11149 Document use of "init" in build-spec.txt, and make build.c print a
11150 warning if someone tries to use "init" in a Win16 spec file.
11152 * loader/ne/segment.c: Michael Karcher <karcher@dpk.berlin.fido.de>
11153 Make sure we have a dgroup before patching prologs.
11155 * */Makefile.in, */.cvsignore:
11156 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11157 Adapted to glue code generation changes.
11159 * 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:
11160 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11161 Adapted to new-style Wine thunks.
11162 Removed some now unnecessary function pointers.
11164 * include/builtin16.h, include/stackframe.h, tools/build.c:
11165 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11166 CallTo16... / CallFrom16... Wine thunks reorganized:
11167 - Cleaner separation between core and glue code.
11168 - Argument conversion glue code now in C.
11169 - Glue code needed for 16-bit .spec files inlined.
11171 Sat Aug 14 15:53:50 1999 Alexandre Julliard <julliard@winehq.com>
11173 * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11174 - implemented GetCommModemStatus
11175 - fixed the DTR, CTS and COMMBREAK related subfunctions of EscapeCommFunction
11176 - added more verbose TRACEing
11178 * misc/version.c: Morten Eriksen <mortene@sim.no>
11179 Made GetVersionEx() behave in accordance with the specification with
11180 regard to error handling.
11182 * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
11183 Mark G. Adams <madams@livepage.com>
11184 Added stub for DrawDibClose.
11186 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
11187 Fixed the look of the combobox's drop down button when in Win95 look.
11189 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
11190 Added support for icons in property sheet tabs.
11192 * include/commctrl.h, tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/wrc.h:
11193 Bertho Stultiens <bertho@panter.soci.aau.dk>
11194 Version 1.0.14 of wrc.
11196 Sun Aug 8 18:56:04 1999 Alexandre Julliard <julliard@winehq.com>
11198 * include/winbase.h, win32/time.c: Fixed SetLocalTime prototype.
11200 * 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:
11201 Replaced a few calls to lstr* functions by their CRTDLL or libc
11205 Added an exception handler around a few lstr* functions.
11207 * 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:
11208 Reimplemented multi-byte and wide-chars functions to not depend on
11209 lstr* functions; added a few missing ones; fixed a couple of bugs.
11211 Sat Aug 7 14:32:34 1999 Alexandre Julliard <julliard@winehq.com>
11213 * 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:
11214 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11215 Separated Win16 (USER) and Win32 (MPR) network routines.
11216 Moved implementation of MPR to dlls/mpr/.
11217 Added proper headers and stubs for missing MPR routines.
11220 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11221 Improved (sort of) RegFlushKey.
11223 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
11224 If the window is already the topmost window in ShowWindow(SW_SHOW), it
11225 must not be activated.
11227 * windows/x11drv/event.c: Stephane Lussier <stephane@macadamian.com>
11228 WM_SYSCOMMAND message (for SC_CLOSE) should be posted not sent.
11230 * windows/dce.c, windows/x11drv/wnd.c:
11231 Stephane Lussier <stephane@macadamian.com>
11232 X11drv SetDrawable function modifies the DC origin, this translation
11233 should be reflected for the dc clipping region for CS_OWNDC and CS_CLASSDC.
11235 * windows/defdlg.c, windows/dialog.c: Abey George <abey@macadamian.com>
11236 Set focus to the dialog in EndDialog.
11238 * libtest/Makefile.in: James Juran <jrj120@psu.edu>
11239 Make sure we compile winestub.o before trying to build a Winelib test
11242 * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11243 Fixed case sensitivity flag.
11245 * include/commdlg.h, dlls/commdlg/printdlg.c:
11246 Klaas van Gend <klaas@vangend.demon.nl>
11247 Implemented the return of hDevModes and hDevNames in the PRINTDLG
11248 structure of PrintDlgA().
11250 * windows/queue.c, include/queue.h: Ove Kaaven <ovek@arcticnet.no>
11251 Made hardware_event use win32-conformant parameters.
11253 * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@metronet.de>
11254 Explicitly load shell32.dll.
11256 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
11257 Take into account icons when determining tab size.
11259 * files/drive.c: Morten Eriksen <mortene@sim.no>
11260 Improved GetDiskFreeSpaceEx() implementation a little bit.
11262 * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
11263 - added some more Baudrates
11264 - fixed a hang in tcsetattr when the input buffer isn't empty
11265 - added more verbosity for debugging
11267 * controls/uitools.c: Francis Beaudet <francis@macadamian.com>
11268 Handle the case when the button is really small.
11270 * windows/nonclient.c: Thuy Nguyen <thuy@macadamian.com>
11271 WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to
11272 specify WS_CAPTION.
11274 Wed Aug 4 15:07:57 1999 Alexandre Julliard <julliard@winehq.com>
11276 * configure.in, include/acconfig.h, include/config.h.in, include/dinput.h, windows/dinput.c, configure:
11277 Marcus Meissner <marcus@jet.franken.de>
11278 Implemented DirectInput Joystick support (tested with WC:Prophecy).
11280 * relay32/kernel32.spec, win32/time.c:
11281 Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
11282 Implemented SetLocalTime.
11284 * windows/x11drv/keyboard.c: Ivan De Saedeleer <Ivands@sympatico.ca>
11285 Minor fix to the French Canadian keyboard.
11287 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
11288 When flipping backbuffer -> frontbuffer, first exchange surfaces, then
11289 copy XImage, since the palette might only be defined in the frontbuffer.
11291 * tools/wineinstall: Joerg Mayer <jmayer@telesun2.telemation.de>
11292 Create sysconfdir on install.
11294 * dlls/stress/.cvsignore: Fixed typo.
11296 * 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:
11297 Got rid of dsprintf and related macros.
11300 Remove the mutex from the thread list when destroying it.
11303 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11304 Moved various DLLs to dlls/
11306 Sun Aug 1 14:58:02 1999 Alexandre Julliard <julliard@winehq.com>
11308 * 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:
11309 Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
11310 aliasing optimization problems.
11312 * dlls/ntdll/exception.c, include/miscemu.h, loader/dos/module.c, loader/signal.c:
11313 Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
11315 * include/Attic/async.h, win32/console.c, files/Attic/async.c, files/Makefile.in, files/file.c:
11316 Removed async I/O support.
11318 * include/comm.h, misc/comm.c:
11319 Use the service thread for comm notifications.
11321 * 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:
11322 Made stack manipulation macros into inline functions.
11323 Changed a few accesses to context registers to avoid potential
11324 aliasing optimization problems.
11326 * include/miscemu.h, include/sig_context.h, include/windef.h, loader/dos/dosvm.c, memory/instr.c, dlls/ntdll/exception.c:
11327 Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
11330 * Makefile.in: Remove wine.conf.man on distclean
11332 ----------------------------------------------------------------
11333 Sat Jul 31 19:35:58 1999 Alexandre Julliard <julliard@winehq.com>
11335 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
11336 Close the right window when clicking on a non active window close
11339 * Makefile.in: Pavel Roskin <pavel_roskin@geocities.com>
11340 Removed the dependency on "dummy" for wine and wine.sym.
11343 Remove file from cache when flushing it (based on a patch by Ian
11346 * include/winnt.h: Marcus Meissner <marcus@jet.franken.de>
11347 Added CONTEXT for ALPHA and MIPS.
11349 * configure.in, Make.rules.in, Makefile.in, configure:
11350 Patrik Stridvall <ps@leissner.se>
11351 Added support for Solaris Lint.
11353 * 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:
11354 Patrik Stridvall <ps@leissner.se>
11355 Fixed some of the issues reported by Solaris Lint.
11357 * include/pshpack4.h: Patrik Stridvall <ps@leissner.se>
11358 Solaris C/C++ compile fix.
11360 * 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:
11361 Patrik Stridvall <ps@leissner.se>
11362 Various ANSI C compability fixes.
11364 * 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:
11365 Patrik Stridvall <ps@leissner.se>
11366 Fixed some of the issues reported by winapi-check.
11368 * documentation/Makefile.in: Marcus Meissner <marcus@jet.franken.de>
11369 Actually create the man/ subdirectories before installing.
11371 * if1632/kernel.spec, include/wine/winbase16.h, loader/task.c, windows/queue.c:
11372 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11373 Implemented KERNEL.447 (WIN32_OldYield16).
11375 * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11376 Suspend WND lock before EVENT_Synchronize.
11378 * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11379 Create VxD handle only for known VxDs.
11381 * Make.rules.in, relay32/Makefile.in: Patrik Stridvall <ps@leissner.se>
11382 Made compilation of *.spec.c files use -fno-builtin regardless of
11385 * 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:
11386 Patrik Stridvall <ps@leissner.se>
11387 Fixed/added missing/wrong function prototypes and made internal
11390 * 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:
11391 Patrik Stridvall <ps@leissner.se>
11392 Fixed missing prototypes and made it work with Solaris X11.
11394 * 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:
11395 Patrik Stridvall <ps@leissner.se>
11396 Eliminated warnings.
11398 * loader/ne/segment.c:
11399 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11400 Fixed the DSEG value in the SEGTABLEENTRY struct.
11402 * dlls/comctl32/comctl32.h, dlls/comctl32/flatsb.c, dlls/comctl32/pager.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, documentation/common_controls:
11403 Eric Kohl <ekohl@abo.rhein-zeitung.de>
11404 Added builtin toolbar bitmaps.
11406 * dlls/comctl32/listview.c, dlls/comctl32/treeview.c, include/listview.h, include/treeview.h:
11407 Eric Kohl <ekohl@abo.rhein-zeitung.de>
11408 Some more messages.
11410 * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
11411 Eric Kohl <ekohl@abo.rhein-zeitung.de>
11412 Added stub for CryptSetKeyParams().
11414 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
11415 Eric Kohl <ekohl@abo.rhein-zeitung.de>
11416 Added stubs for DAD_SetDragImage() and PathCleanupSpec().
11418 * misc/crtdll.c, relay32/crtdll.spec:
11419 Eric Kohl <ekohl@abo.rhein-zeitung.de>
11420 Added stub for _except_handler2().
11422 * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
11423 Improved GetRandomRegion().
11425 * controls/menu.c, windows/nonclient.c:
11426 Pascal Lessard <pascal@macadamian.com>
11427 Implemented the system button behavior and associated it to the system
11428 menu in win95. Also permit the SC_CLOSE item to be disabled.
11430 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
11431 Bugfixes and a fake GETBASEIRQ.
11433 * files/async.c: Ove Kaaven <ovek@arcticnet.no>
11434 Made async fds nonblocking.
11436 * windows/mdi.c: Dan Langlois <daniell@corel.com>
11437 Removed an inappropriate if statement from MDI_ChildActivate that
11438 prevented the activation code from executing.
11440 * dlls/comctl32/monthcal.c, include/monthcal.h:
11441 Alex Priem <alexp@sci.kun.nl>
11442 Bugfixes & further updates for the month calendar common control.
11444 * dlls/comctl32/datetime.c, include/commctrl.h, include/datetime.h:
11445 Alex Priem <alexp@sci.kun.nl>
11446 Started implementing date/time common control.
11448 * graphics/psdrv/graphics.c, graphics/psdrv/ps.c:
11449 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11450 PSDRV_WriteArc shouldn't write a newpath.
11452 * controls/button.c: Rein Klazes <rklazes@casema.net>
11453 Fix handling of WM_LBUTTONDCLICK message for buttons with certain
11456 * windows/dce.c: Abey George <abey@macadamian.com>
11457 Bug fix for updating the clipping region in nested GetDCEx calls.
11459 * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
11460 Tried to fix the code for SetWindowPos to erase the background
11463 Fri Jul 30 18:10:21 1999 Alexandre Julliard <julliard@winehq.com>
11465 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/printdlg.c, dlls/commdlg/rsrc.rc, include/winspool.h:
11466 Klaas van Gend <klaas@vangend.demon.nl>
11467 - added Collate/NoCollate Icons to Print32 dialog (unfortunately they
11468 don't display yet).
11469 - added status strings.
11470 - added string table for internationalisation of several internal
11473 * include/commctrl.h, include/winuser.h: Yuxi Zhang <yuxiz@corel.ca>
11474 Removed duplicated defines in winuser.h and commctrl.h. Also corrected
11475 a typo for SW_MAX value.
11477 * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
11478 Francis Beaudet <francis@macadamian.com>
11479 Fixed a memory leak in the file dialog.
11481 * loader/loadorder.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11482 Strip .drv extensions to MODULE_GetLoadOrder.
11484 * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
11485 Fixed a memory leak.
11487 * scheduler/process.c, loader/task.c:
11488 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11489 Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
11491 * graphics/psdrv/ps.c, include/psdrv.h:
11492 Luc Tourangeau <luc@macadamian.com>
11493 Added a call to the newpath operator immediately before the arc
11496 * controls/button.c: Pierre Mageau <pierre@macadamian.com>
11497 Fixed a problem when the style is BS_BITMAP or BS_ICON: the bitmap or
11498 icon needed to be centered when the button is smaller than the bitmap.
11500 * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
11501 Fixed a memory leak that occurs when we maximize/minimize an MDI
11504 * dlls/comctl32/updown.c: Francis Beaudet <francis@macadamian.com>
11505 Added more support for buddy windows in the updown control.
11507 * controls/edit.c: Francis Beaudet <francis@macadamian.com>
11508 Implemented proper win95 support for the WS_BORDER style.
11510 * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
11511 Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the
11514 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
11515 Fixed the border for the listbox created by the simple combobox.
11517 * ole/compobj.c, if1632/compobj.spec:
11518 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
11519 Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit.
11521 * loader/ne/module.c:
11522 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11523 GetModuleHandle16: treat Win32 modules correctly.
11525 Wed Jul 28 16:38:45 1999 Alexandre Julliard <julliard@winehq.com>
11527 * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c:
11528 Juergen Schmied <juergen.schmied@metronet.de>
11529 Fixed use of StrRetToStrN.
11531 * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
11532 Juergen Schmied <juergen.schmied@metronet.de>
11533 StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions.
11535 * documentation/dlls: Klaas van Gend <klaas@vangend.demon.nl>
11536 Added explanation of the current DLL support.
11538 * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11539 Bugfix: fixed freshly introduced bug in GlobalLock16.
11541 * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
11542 Ian Schmidt <ischmidt@cfl.rr.com>
11543 Added stubs for InitMUILanguage and COMCTL32.410.
11544 Fixed some compiler warnings.
11546 Tue Jul 27 17:10:06 1999 Alexandre Julliard <julliard@winehq.com>
11548 * if1632/gdi.spec, if1632/thunk.c, if1632/user.spec, include/callback.h, miscemu/main.c, objects/gdiobj.c, windows/user.c:
11549 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11550 Added FinalUserInit16/FinalGdiInit16 stubs.
11551 Call out to FinalUserInit in MAIN_EmulatorRun.
11553 * if1632/kernel.spec, memory/selector.c:
11554 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11555 Added IsBadFlatReadWritePtr16().
11557 * controls/edit.c: Abey George <abey@macadamian.com>
11558 Fixed incorrect edit control behaviour in mouse message handling.
11560 * windows/message.c: Abey George <abey@macadamian.com>
11561 Send normal mouse messages to WM_SETCURSOR when non-client mouse
11564 * windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
11565 Check if the window has the WS_CLIPSIBLINGS style before using the
11566 DCX_CLIPSIBLINGS flag.
11568 * 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:
11569 Francois Boisvert <francois@macadamian.com>
11570 Implemented the Win95 file open/save dialogs.
11572 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
11573 Do tools/ before any of the other subdirectories, even when doing
11576 * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11577 Bugfix: Return selector also in CX from GlobalLock16().
11579 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11580 More gcc bug workarounds.
11582 * graphics/psdrv/ppd.c, include/wingdi.h:
11583 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11584 Added more paper sizes and bin names to PPD parser.
11586 * windows/dinput.c: Marcus Meissner <marcus@jet.franken.de>
11587 Actually return the number of events in Mouse_GetDeviceData (fixes
11588 Wing Commander Prophecy). Added timestamp and sequence generation,
11589 critical section for mousedata. Disabled mouse warping in
11590 GetDeviceData for now (generates excess mouse events).
11592 Sun Jul 25 13:15:49 1999 Alexandre Julliard <julliard@winehq.com>
11595 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11596 Moved .spec files to corresponding dlls/ directory.
11598 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
11599 Several focus and selection problems in listboxes.
11601 * windows/dce.c: Francis Beaudet <francis@macadamian.com>
11602 Retrieve the clipping region before setting the drawable and reset the
11603 clipping region after.
11605 * 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:
11606 Juergen Schmied <juergen.schmied@metronet.de>
11607 Many fixes/reimplementations.
11609 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
11610 Removed experimental/unused code.
11611 Use ShellFolder to get ViewObjects.
11612 Started cleanup of the contextmenu code.
11614 * dlls/shell32/shlfolder.c:
11615 Juergen Schmied <juergen.schmied@metronet.de>
11616 Complete redesign, split into 3 implementations (Desktop, MyComputer
11617 and filesystem folders). All parsing and binding is done recursive.
11619 * dlls/shell32/shellpath.c:
11620 Juergen Schmied <juergen.schmied@metronet.de>
11621 Implemented SHGetSpecialFolderPathA.
11623 * dlls/shell32/shellord.c:
11624 Juergen Schmied <juergen.schmied@metronet.de>
11625 Implemented SHCreateShellFolderViewEx.
11627 * dlls/shell32/shellole.c:
11628 Juergen Schmied <juergen.schmied@metronet.de>
11629 Removed special CoCreateClassObject and use ole functions instead.
11630 SHCreateDefClassObject implemented.
11632 * dlls/shell32/shelllink.c:
11633 Juergen Schmied <juergen.schmied@metronet.de>
11634 Implemented access to lnk's to a IStream interface.
11636 * dlls/shell32/iconcache.c:
11637 Juergen Schmied <juergen.schmied@metronet.de>
11638 Fixed icon background (was black).
11640 * dlls/shell32/folders.c: Juergen Schmied <juergen.schmied@metronet.de>
11641 Fixed getting icons from filetypes.
11643 * dlls/shell32/enumidlist.c:
11644 Juergen Schmied <juergen.schmied@metronet.de>
11645 Implemented enumeration of shell extensions, seperated enum stuff for
11646 the 3 seperate shellfolder implementations.
11648 * dlls/shell32/dataobject.c:
11649 Juergen Schmied <juergen.schmied@metronet.de>
11650 Rewrote GetData so support multiple selections.
11652 * dlls/shell32/contmenu.c:
11653 Juergen Schmied <juergen.schmied@metronet.de>
11654 Separated stuff for shv background contextmenu to separate file.
11656 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
11657 New functions to access attributes in HCR.
11659 * dlls/shell32/Makefile.in, dlls/shell32/shv_bg_cmenu.c:
11660 Juergen Schmied <juergen.schmied@metronet.de>
11661 New file. Seperate implementation of the shellview background
11664 * include/wine/undocshell.h:
11665 Juergen Schmied <juergen.schmied@metronet.de>
11666 New file. Contains functions not in the official headers but widely
11667 used from other dlls.
11669 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
11670 Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
11672 * Makefile.in: Make sure we build tools first.
11674 * if1632/kernel.spec, if1632/relay.c, if1632/wprocs.spec, memory/global.c, tools/build-spec.txt, tools/build.c:
11675 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11676 Relay code for Win16 register functions converts arguments.
11677 New 'interrupt' keyword added (for Win16 interrupt handlers).
11678 Adapted .spec files and implementations of register routines.
11680 * 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:
11681 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11682 {Start|End}{Doc|Page} go through DCfuncs.
11683 Implement these in the PostScript driver.
11684 Change PSDRV_Escape to use them.
11686 * loader/dos/dosvm.c:
11687 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11688 Work around 'local extern declaration with attribute' gcc bug.
11690 * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
11691 Implementation of SetEventNotification for the mouse driver.
11693 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
11694 Let CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
11696 * include/ole2.h: Juergen Schmied <juergen.schmied@metronet.de>
11697 Fixed incomplete proto.
11699 * winedefault.reg: Juergen Schmied <juergen.schmied@metronet.de>
11700 New keys nessesary for running the new shell32.
11702 * controls/static.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11703 Use GDI APIs to access bitmap info.
11705 * graphics/psdrv/clipping.c:
11706 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11707 Rewrote PSDRV_SetDeviceClipping to use GetRegionData API.
11709 Sat Jul 24 12:20:25 1999 Alexandre Julliard <julliard@winehq.com>
11711 * miscemu/main.c, if1632/thunk.c, include/main.h, loader/main.c, misc/Attic/callback.c, misc/Makefile.in:
11712 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11713 Unify startup sequence for Wine and WineLib.
11715 * windows/clipboard.c, include/clipboard.h, memory/global.c:
11716 Noel Borthwick <noel@macadamian.com>
11717 Fix bug with pasting Wine clipboard content to external applications,
11718 by storing clipboard data on the shared system heap.
11720 * windows/x11drv/mouse.c: Achim Kaiser <Achim_Kaiser@t-online.de>
11721 Draw an additional white bit for each invert bit of a cursor.
11723 * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
11724 While handling the X FocusIn message in managed mode, if the window
11725 has been disabled revert the X focus back to the last focus window.
11727 * dlls/shell32/brsfolder.c, include/commctrl.h, dlls/comctl32/treeview.c:
11728 Francois Boisvert<francois@macadamian.com>
11729 Implemented TREEVIEW_InsertItemW.
11731 * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11732 Implemented ExtEscape.
11734 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
11735 Trying to fix parallel make by doing direct subdir/subdir.o rules.
11737 * include/win.h, windows/nonclient.c, windows/x11drv/wnd.c:
11738 Sylvain St-Germain <sylvain@macadamian.com>
11739 Fixed inconsistency in conditions that determines if a window requires
11742 * graphics/x11drv/xfont.c, include/x11font.h:
11743 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11744 For large font sizes call XLoadQueryFont with a 100 pixel high font
11745 and rescale the metrics.
11747 * misc/printdrv.c, objects/dc.c, graphics/psdrv/escape.c, graphics/win16drv/init.c, include/gdi.h:
11748 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11749 Implement handling of 32 bit AbortProc.
11751 * include/process.h, include/server.h, include/wine/exception.h, include/winnt.h:
11752 Lionel Ulmer <lionel.ulmer@free.fr>
11753 Suppressed compiler warning by using the 'unused' attribute.
11755 * debugger/Makefile.in, debugger/external.c:
11756 Kevin Holbrook <kwh@neosoft.com>
11757 Added utility function to invoke external debugger.
11759 * multimedia/.cvsignore, multimedia/winmm.rc, multimedia/winmm_En.rc, multimedia/winmm_Fr.rc, relay32/builtin32.c:
11760 Eric Pouech <Eric.Pouech@wanadoo.fr>
11761 Added WINMM resources.
11763 * multimedia/Attic/mcistring.c, multimedia/Makefile.in:
11764 Eric Pouech <Eric.Pouech@wanadoo.fr>
11765 Removed obsoleted mcistring.c.
11766 Added support for resources.
11768 * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
11769 Eric Pouech <Eric.Pouech@wanadoo.fr>
11770 Fixed return values for some messages in DriverProc (MCI_GETDEVCAPS &
11771 MCI_STATUS) for mciSendString.
11773 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11774 Spread the use of MM crit sect.
11776 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11777 Moved some MCI functions to mci.c.
11778 Now loads error messages from string table.
11779 Spread the use of MM crit sect.
11781 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11782 Added parsing & storing of command tables.
11783 Merged some MCI functions from mmsystem.c.
11785 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
11786 Removed some no longer used prototypes.
11787 Added command tables to MCI structure.
11789 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
11790 Fixed buggy prototype.
11792 * debugger/types.c: Kevin Holbrook <kwh@neosoft.com>
11793 Avoid crashing on a bad symbol address of 0x0000.
11795 * misc/w32sys.c: Fixed GetW32SysVersion16 return type.
11797 * 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:
11798 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11799 Removed MODULE_GetWndProcEntry16().
11800 Use 32-bit window procedures in COMMDLG instead.
11802 * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
11803 Fixed cut&paste bug.
11805 * 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:
11806 Paul Quinn <paulq@corel.ca>
11807 Add a few stubs, some C++ compatibility, and fix a few types.
11809 * include/initguid.h, ole/guid.c: Albert den Haan <albertd@corel.ca>
11810 Declare only one instance of GUID_NULL.
11812 * dlls/comctl32/imagelist.c: Pierre Mageau <pierre@macadamian.com>
11813 Fixed various problem with ImageList_Draw.
11815 * windows/dialog.c: Stephane Lussier<stephane@macadamian.com>
11816 Re-enable the owner window in the EndDialog().
11818 * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
11819 Fixed notifications.
11821 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11822 Always retrieve Callout routines using GetProcAddress().
11824 * windows/defwnd.c: Abey George <abey@macadamian.com>
11825 Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
11827 * windows/x11drv/keyboard.c:
11828 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11829 Fixed compiler warning.
11831 * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11832 Let through more flags to EnumPrinters.
11833 Fixes for GetPrinter/GetPrinterDriver.
11835 * graphics/psdrv/color.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
11836 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11837 Fix stupid `rubbish at end of %%Title' bug.
11838 Don't complain about palette relative RGBs.
11839 If output param to CreateDC is NULL default to `LPT1:' - Hack.
11841 Fri Jul 23 19:33:24 1999 Alexandre Julliard <julliard@winehq.com>
11843 * configure, configure.in, include/config.h.in, include/wine_gl.h:
11844 Lionel Ulmer <lionel.ulmer@free.fr>
11845 Better detection of OpenGL.
11847 * include/callback.h, include/stackframe.h, misc/Attic/callback.c, tools/build.c, if1632/thunk.c:
11848 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11849 Bugfix: Reverted CallTo16 routines to STDCALL convention.
11851 * objects/font.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
11852 String to GetTextExtentPoint is not necessarily 0 terminated.
11853 Fix function name `32's in comments - API naming madness makes this
11856 * dlls/winspool/info.c, graphics/driver.c, graphics/psdrv/README, include/winspool.h, relay32/Attic/winspool.spec:
11857 Huw D M Davies <h.davies1@physics.ox.ac.uk>
11859 Update graphics/psdrv/README.
11860 Add warnings to DRIVER_GetDriverName.
11862 * windows/mdi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11863 Fixed some bad ptr occurrence in this class WndProc.
11865 * graphics/ddraw.c, include/options.h, misc/main.c, windows/x11drv/main.c:
11866 Lionel Ulmer <lionel.ulmer@free.fr>
11867 - Added a new option 'noxshm'
11868 - Added a 16bpp -> 32 bpp conversion function
11870 * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
11871 Change color gray text to 128 128 128 for win9x look.
11873 Tue Jul 20 15:13:20 1999 Alexandre Julliard <julliard@winehq.com>
11875 * scheduler/debugger.c:
11876 Do not output text in OutputDebugStrAW when not being debugged
11878 * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
11879 MDIDestroyChild: MDI window menu item was deleted only if the current
11880 destroyed child was active.
11882 * dlls/comctl32/propsheet.c: Gerard Patel <g.patel@wanadoo.fr>
11883 Reset disabled style for the dialog boxes set on property pages.
11885 * 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:
11886 Bertho Stultiens <bertho@akhphd.au.dk>
11887 - Generalized the distinction between 2 and 4 byte integers slightly through
11888 a new parser state. The is now a warning when a 2 byte integer is larger
11889 than 16 bit (and is truncated).
11890 - Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
11891 this type will work as expected.
11892 - Added generalized language/version/characteristics support to the DLGINIT
11895 Ulrich Czekalla <ulrichc@corel.ca>
11896 - Added support for DLGINIT resource-type.
11897 - Added string continuation and embedded quoting.
11898 - Added numeric IDs for icons in controls.
11900 Eric Pouech <Eric.Pouech@wanadoo.fr>
11901 - Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
11903 Sun Jul 18 18:42:29 1999 Alexandre Julliard <julliard@winehq.com>
11905 * misc/Attic/string.c, misc/Makefile.in:
11906 Albert den Haan <albertd@corel.ca>
11907 Remove string.c because all of its functions were moved to crtdll.c
11908 where they belonged.
11910 * 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:
11911 Patrik Stridvall <ps@leissner.se>
11912 Make it possible to compile with GNU C's -I- option.
11914 * loader/dos/dosvm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11915 Work around gcc sig11 fault.
11917 * objects/gdiobj.c: Thuy Nguyen <thuy@macadamian.com>
11918 Fixed rounding in MulDiv.
11920 * graphics/psdrv/Makefile.in, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/psdrv.h:
11921 Luc Tourangeau <luc@macadamian.com>
11922 - implementation of SetDeviceClipping
11923 - coordinate system origin fix
11925 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
11926 Work-around for compiler bug.
11928 * dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
11929 Alex Priem <alexp@sci.kun.nl>
11930 - Implementation of simple comctl32 v5.0 changes.
11931 - TVM_SORTCHILDRENCB also accepts TVI_ROOT as a valid hParent.
11933 * dlls/advapi32/security.c: Ian Schmidt <irsman@iag.net>
11934 Added pointer validation and additional sanity check to IsValidSid().
11936 * controls/uitools.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
11937 Small fix in UITOOLS95_DrawRectEdge().
11938 Also a fix to draw scrollbar-buttons more like in win9x.
11940 * windows/painting.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11941 In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region that is used
11942 afterwards, but a copy of it.
11944 * objects/region.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11945 Check better that handles are actual handles to a region.
11947 * windows/dce.c: Lawson Whitney <lawson_whitney@juno.com>
11948 Stop DCE_GetVisRect dereferencing a null wndPtr.
11950 * configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in, Make.rules.in, README, configure:
11951 James Juran <jrj120@psu.edu>
11952 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
11953 Updated README and man page.
11954 Split documentation for wine.conf into new wine.conf(5) manpage.
11956 * include/ole2.h, include/winerror.h, ole/Makefile.in, ole/clipboard.c, ole/ole2.c, ole/ole2stubs.c, ole/olecli.c:
11957 Noel Borthwick <noel@macadamian.com>
11958 Implemented the OLE Clipboard API.
11960 * windows/winpos.c: Abey George <abey@macadamian.com>
11961 Validate the parent with the child window client rectangle when the
11962 parent's update region is not empty.
11964 * include/win.h, windows/painting.c:
11965 Francis Beaudet <francis@macadamian.com>
11966 Delay WM_NCPAINT message until the "painter's algorithm" kicks in.
11968 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
11969 Fixed fake WM_LBUTTONUP message.
11971 * include/winversion.h, misc/version.c: Ian Schmidt <irsman@iag.net>
11972 Added version information for Win98.
11974 * include/commctrl.h: Alex Priem <alexp@sci.kun.nl>
11975 Macro definitions used SNDMSG instead of SendMessage[AW]. Bad.
11977 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
11978 debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules
11979 are now stored uppercase.
11981 * controls/button.c: Francis Beaudet <francis@macadamian.com>
11982 Implemented the BS_ICON style.
11984 * windows/dialog.c: Ove Kaaven <ovek@arcticnet.no>
11985 CreateDialogParamA should not call CreateDialogParamW, because
11986 that'd create a dialog box with a Unicode dialog procedure...
11988 * controls/scroll.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
11989 Win9x look & feel on scrollbars.
11991 * graphics/psdrv/README, graphics/psdrv/init.c, include/psdrv.h:
11992 Thuy Nguyen <thuy@macadamian.com>
11993 Introduced a [psdrv] section in wine.conf with a ppdfile value
11994 specifying the path and name of the PPD file.
11996 * dlls/comctl32/updown.c, include/updown.h:
11997 Sylvain St-Germain <sylvain@macadamian.com>
11998 Implementation of the updown buddy windproc subclassing for the
11999 handling of keyboard up and down arrow.
12001 * DEVELOPERS-HINTS: Jim Aston <jima@corel.ca>
12002 Updated documentation to reflect renamed header.
12004 * misc/winsock.c: Ove Kaaven <ovek@arcticnet.no>
12005 Added missing include netinet/tcp.h, for TCP_NODELAY.
12007 * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
12010 Thu Jul 15 16:09:05 1999 Alexandre Julliard <julliard@winehq.com>
12012 * include/module.h, loader/ne/module.c:
12013 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12014 Add WINAPI for EntryAddrProc.
12016 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
12017 Minor bug fixes in DdeNameService, also changes to move towards
12020 * controls/button.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
12021 Win9x look & feel on buttons and a fix for ownerdrawn buttons
12022 (background set to COLOR_BTNFACE).
12024 * if1632/kernel.spec:
12025 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12026 GlobalSmartPageUnlock() stub added.
12028 * 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:
12029 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12030 Use position-independent code in assembly glue when building .so.
12031 Include if1632/ and graphics/win16drv/ into WineLib.
12032 Move miscemu/emulate.c into dlls/win87em/.
12034 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12035 Changed way of allocation open mci drivers (array => list); this list
12036 is now stored on a per process basis.
12038 * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c:
12039 Eric Pouech <Eric.Pouech@wanadoo.fr>
12040 Removed fixed size array to store specific data (now using
12041 mci(Set|Get)DriverData to store specific data).
12042 Make use of default debugtools.h channel.
12043 Added CALLBACK attribute to DriverProc.
12045 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12046 Changed way of allocation open mci drivers (array => list).
12047 First valid ID for mci devices is now 1 (some progs were testing this
12049 Started implementing mci command table resources.
12050 Handled closing on MCI_ALL.
12052 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12053 Removed fixed size array to store specific data (now using
12054 mci(Set|Get)DriverData to store specific data).
12055 Deferred opening of low-level device until play is requested.
12057 * multimedia/Attic/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12058 Fixed return value for 'open' command.
12059 Changed way of allocation open mci drivers (array => list).
12061 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12062 Removed fixed size array to store specific data (now using
12063 mci(Set|Get)DriverData to store specific data).
12064 Fixed mmio chunk lookup on odd size 'fmt ' chunks.
12066 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12067 Uniformized use of fd to midi device.
12068 Now allocating memory on system heap.
12069 Fixed bug when stopping all notes.
12071 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12073 Changed way of allocation open mci drivers (array => list).
12074 Started implementing mci command table resources.
12076 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12077 No longer calling mm timers callbacks with mm timer crit sect locked.
12079 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
12080 ERROR_MORE_DATA requires to write the needed number of bytes into the
12081 lpcchX value (verified against NT3.51 advapi32.dll).
12083 * include/winnt.h, win32/device.c:
12084 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12085 Fixed some CONTEXT86 vs. CONTEXT mismatches.
12087 * include/neexe.h, loader/ne/segment.c:
12088 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12089 Added support for 32-bit NE code segments.
12091 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
12092 Fix a hang when we process WM_STYLECHANGED.
12093 Small optimization in TREEVIEW_DrawItem.
12094 Fix debugging crash in TREEVIEW_Expand.
12096 Mon Jul 12 13:46:38 1999 Alexandre Julliard <julliard@winehq.com>
12098 * dlls/shell32/pidl.h: Marcus Meissner <marcus@jet.franken.de>
12099 Added missing prototype for ILFindChild().
12101 * dlls/advapi32/security.c, loader/dos/dosmod.c, misc/network.c:
12102 Eric Pouech <Eric.Pouech@wanadoo.fr>
12103 Compiler warnings fix.
12105 * misc/comm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12108 * if1632/kernel.spec, loader/task.c:
12109 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12110 Fixed bugs introduced by 'register' and 'return' function changes.
12112 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
12113 Fixed DirectDrawSurface::Flip, do not change flags, exchange the low
12114 level physical surfaces (verified for XLIB with WC Prophecy).
12116 Sun Jul 11 17:20:06 1999 Alexandre Julliard <julliard@winehq.com>
12118 * 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:
12119 Take advantage of the new registers saved in the STACK16FRAME to turn
12120 some 'register' functions into normal functions.
12121 Removed the few remaining 'return' functions to simplify relay
12124 * 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:
12125 Marcus Meissner <marcus@jet.franken.de>
12126 Removed the old, historical and no longer working IPC support.
12128 * 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:
12129 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12130 Modularized CallFrom/To16 routines. Adapted dependent routines,
12131 16-bit snoop/relay debugging, and make rules.
12133 * windows/message.c: Gerard Patel <g.patel@wanadoo.fr>
12134 Revert last change in window activation on mouse click.
12136 * memory/global.c: Rein Klazes <rklazes@casema.net>
12137 Fixed a case when GlobalSize did not return zero after an error.
12139 Sat Jul 10 13:16:56 1999 Alexandre Julliard <julliard@winehq.com>
12141 * server/socket.c: Howard Abrams <howard@cs.nps.navy.mil>
12142 Renamed static global variable 'iovec' to 'myiovec'.
12144 * 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:
12145 Howard Abrams <howard@cs.nps.navy.mil>
12146 Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
12148 * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12149 Create dialog window using CreateWindowEx16/W depending on template
12150 type, not dialog procedure type.
12152 * dlls/shell32/shlfolder.c: Francois Boisvert <francois@macadamian.com>
12153 Made IShellFolder::fnParseDisplayName return a relative pidl.
12155 * dlls/comctl32/comctl32.h, dlls/comctl32/monthcal.c, dlls/comctl32/rsrc.rc, include/commctrl.h, include/monthcal.h:
12156 Alex Priem <alexp@sci.kun.nl>
12157 First try at the month calendar common control. Main features
12160 * graphics/psdrv/init.c, include/winspool.h, dlls/winspool/info.c:
12161 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12162 Implemented GetPrinterA and GetPrinterDriverA.
12164 * controls/button.c: Luc Tourangeau <luc@macadamian.com>
12165 Added BN_CLICKED notification in WM_SETFOCUS.
12167 * dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, include/docobj.h:
12168 Juergen Schmied <juergen.schmied@metronet.de>
12171 * relay32/Attic/shell32.spec, dlls/shell32/shellord.c:
12172 Juergen Schmied <juergen.schmied@metronet.de>
12173 Implemented StrToOleStrN.
12174 Fixed crash in ShellExecuteEx.
12175 Implemented SHRegOpenKeyA, SHRegQueryValueExA, StrToOleStr[A|W].
12176 Stubs for DoEnvironmentSubst[A|W], PathProcessCommand[A|W].
12178 * dlls/shell32/Makefile.in, dlls/shell32/memorystream.c:
12179 Juergen Schmied <juergen.schmied@metronet.de>
12180 IStream interface for file access.
12182 * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
12183 Juergen Schmied <juergen.schmied@metronet.de>
12184 Fixed crash during second DLL_PROCESS_DETACH if the dll
12185 refcount reached zero after the second one (memory freed twice).
12187 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
12188 Juergen Schmied <juergen.schmied@metronet.de>
12189 Some more pidl-types.
12190 Implementation of ILIsParent.
12192 * dlls/shell32/shelllink.c:
12193 Juergen Schmied <juergen.schmied@metronet.de>
12194 Completely rewritten. IPersistStream interface implemented.
12196 * dlls/shell32/shellole.c:
12197 Juergen Schmied <juergen.schmied@metronet.de>
12198 DLLGetClassObject/Classfactory: create objects by CLSID not IID.
12200 * misc/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12201 Bugfix: exit() replaced by ExitProcess().
12203 * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12204 Bugfix: correctly cope with end > 0xfffe.
12206 * library/winestub.c:
12207 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12208 Call ExitProcess() after WinMain() returns.
12210 * loader/ne/module.c:
12211 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12212 Improved behaviour of GetModuleHandle16 w.r.t dummy modules.
12213 Don't try to call WEP of dummy modules in FreeLibrary16().
12215 * include/winreg.h, misc/registry.c:
12216 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12217 Added `const's to some registry API functions.
12219 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
12220 Added a couple of DirectX CLSID entries. This makes Unreal completely
12221 independent of a windows installation.
12223 * ole/ole2nls.c: Dave Pickles <davep@nugate.demon.co.uk>
12224 GetTimeFormat() should return LocalTime not SystemTime.
12226 * 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:
12227 Dave Pickles <davep@nugate.demon.co.uk>
12228 FOR and IF commands added.
12229 MOVE command added, but no wildcard support.
12231 Fixed TIME (was reporting in GMT).
12234 * dlls/comctl32/tab.c: Abey George <abey@macadamian.com>
12235 Sometimes the text on a tab control got truncated.
12237 * controls/combo.c: Abey George <abey@macadamian.com>
12238 Fixed the height of the dropped list when there are few items in the
12241 * 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:
12242 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12243 Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback
12244 calling XFlush() instead.
12246 * 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:
12247 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12248 Added patterned brushes (level 2 PostScript only).
12249 Simple PatBlt for PATCOPY, WHITENESS and BLACKNESS.
12251 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
12252 Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
12253 to use the same code path.
12255 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12256 Fix InitTask() to work if DGROUP was manually resized.
12258 * dlls/advapi32/security.c, relay32/Attic/advapi32.spec:
12259 Ian Schmidt <irsman@iag.net>
12260 Added stub for SetThreadToken(), required by Office 2000.
12262 * include/commdlg.h:
12263 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12264 Bugfix: COMMDLG hook procedures were not CALLBACK.
12266 * ole/stg_stream.c: Thuy Nguyen <thuy@macadamian.com>
12267 It is possible for a stream to have both small block and big block
12270 * loader/ne/module.c: Marcus Meissner <marcus@jet.franken.de>
12271 Made string compare case insensitive in GetModuleHandle16() as a
12272 quick fix for WinWord 6.
12274 * misc/network.c, relay32/mpr.spec:
12275 Juergen Schmied <juergen.schmied@metronet.de>
12276 Added stub for WNetGetUniversalName[A|W].
12278 * graphics/x11drv/palette.c:
12279 Juergen Schmied <juergen.schmied@metronet.de>
12280 Fixed crash due to invalid GDI_Obj.
12282 * objects/metafile.c: Juergen Schmied <juergen.schmied@metronet.de>
12283 Fixed crash due to invalid pointer.
12285 ----------------------------------------------------------------
12286 Sun Jul 4 16:09:20 1999 Alexandre Julliard <julliard@winehq.com>
12288 * windows/*.c, ole/*.c, files/*.c, multimedia/*.c:
12289 Converted to the new debug interface, using script written by Patrik
12292 * 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:
12293 Patrik Stridvall <ps@leissner.se>
12294 Started on an implementation of Win64 for use on 64 bit platforms.
12296 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
12297 Windows should be activated in these cases:
12298 1- when we click on non active window.
12299 2- when we cancel a moving or resizing of a non active window.
12301 * documentation/distributors:
12302 Marcus Meissner <Marcus.Meissner@caldera.de>
12303 Added sample wine.conf.
12305 * 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:
12306 Patrik Stridvall <ps@leissner.se>
12307 Moved code to the X11 driver.
12309 * include/winuser.h, loader/resource.c, relay32/user32.spec:
12310 Joshua Thielen <thielen@netperson.net>
12311 Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
12313 * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12314 WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
12316 * controls/scroll.c: Ove Kaaven <ovek@arcticnet.no>
12317 Fixed check for whether to call SetWindowPos when showing a window
12320 * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
12321 Check for complete lcid or just the primary language id in the
12322 registry lookups (fixes one FirstClassClient 32 problem).
12324 * windows/message.c: Per Ångström <pang@mbox304.swipnet.se>
12325 Fixed a problem with apps that override the default behaviour on
12326 WM_MOUSEACTIVATE message (main window was not activated).
12328 * loader/pe_resource.c: Marcus Meissner <marcus@jet.franken.de>
12329 When enumerating resource, only use the lower 31 bit of the name as
12330 the offset (for the highest bit is '1'). Should fix wine-net/257.
12332 * relay32/ntdll.spec, tools/wrc/writeres.c, dlls/ntdll/rtl.c, misc/wsprintf.c, multimedia/mcimidi.c:
12333 Patrik Stridvall <ps@leissner.se>
12334 Fixes for compile on non-Intel platforms.
12336 * 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:
12337 Patrik Stridvall <ps@leissner.se>
12338 Fixed/moved/added missing/wrong function prototypes.
12340 * dlls/commdlg/cdlg_Da.rc, documentation/status/internationalisation, programs/progman/Da.rc, resources/sysres_Da.rc:
12341 Henrik Olsen <henrik@iaeste.dk>
12342 Cleanup of the Danish support.
12344 * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
12345 Fix a bug in SetWindowPos to prevent parent from erasing its child
12346 painting area when parent window and child window don't have
12347 WS_CLIPCHILDREN and WS_CLIPSIBLINGS.
12349 * windows/defwnd.c: Yuxi Zhang <yuxiz@corel.ca>
12350 Make defwndproc erase the correct location.
12352 Sat Jul 3 16:01:44 1999 Alexandre Julliard <julliard@winehq.com>
12354 * 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:
12355 Marcus Meissner <marcus@jet.franken.de>
12356 some small include fixes, some checks for NULL ptrs,
12357 loader/elf.c: fixed the "lib" insertion
12358 crtdll: added fsopen()
12359 dinput: return that we are attached.
12361 * controls/button.c: Reverted previous change.
12363 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
12364 Cancel pending notifications when EM_SETMODIFY is called.
12366 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
12367 Fix a crash when doing sorted inserts at top level.
12369 * windows/nonclient.c: Ove Kaaven <ovek@arcticnet.no>
12370 Reworked nonclient drawing code. Win31 look now works more like real
12371 Win31, so apps like Delphi 1.0 no longer go into infinite recursion
12372 etc. Fixed a couple of bugs in win95 look too, but not as thoroughly
12373 (e.g. WS_EX_WINDOWEDGE is still not handled).
12375 * windows/sysmetrics.c: Ove Kaaven <ovek@arcticnet.no>
12376 SM_C[XY]FRAME is BorderWidth + 1.
12378 * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12379 Bugfix: LocalInit with start == 0 always places heap at end of segment.
12381 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12382 Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
12384 * 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:
12385 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12386 On NE process creation, move major part of NE EXE module loading and
12387 NE instance creation into the child process.
12389 * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
12390 Window style updates.
12392 * libtest/guitest.c: Ove Kaaven <ovek@arcticnet.no>
12393 Some enhancements, and removal of C++ constructs.
12395 * graphics/d3ddevices.c, graphics/ddraw.c, graphics/ddraw_private.h:
12396 Marcus Meissner <marcus@jet.franken.de>
12397 Implemented chains of surfaces. This allows an unlimited number
12398 of backbuffers, and other attached surfaces (zbuffers, alpha buffers,
12401 * files/file.c, relay32/kernel32.spec:
12402 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12403 Added UnlockFileEx stub.
12405 * documentation/status/internationalisation, resources/sysres_Ca.rc, resources/sysres_Es.rc:
12406 Jose Marcos Lopez Caravaca <jose.lopez@upcnet.upc.es>
12407 Added missing 61762 entry on system resources in Spanish and
12408 Catalonian languages.
12410 * controls/scroll.c: Gerard Patel <g.patel@wanadoo.fr>
12411 Make GetScrollInfo return scroll pos when program requests thumb pos
12412 outside drag operation.
12414 Sun Jun 27 15:40:44 1999 Alexandre Julliard <julliard@winehq.com>
12416 * graphics/d3d_private.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
12417 Converted to the new debug interface.
12419 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
12420 ReadConsoleA: use ir as pointer to (req+1).
12422 * windows/painting.c: Gerard Patel <g.patel@wanadoo.fr>
12423 Remove the validated child area from the update region of parent for
12424 windows without WS_CLIPCHILDREN style.
12426 * debugger/db_disasm.c:
12427 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12428 Bugfix: Grp8 instructions have *byte* BitOffset operand.
12430 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12431 Bugfix: missing WINAPIs added.
12433 * ole/ole2.c: Marcus Meissner <marcus@jet.franken.de>
12434 OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
12436 * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
12437 Return ERROR_DISK_FULL for WriteFile.
12439 * programs/cmdlgtst/cmdlgtst.c: Eric Williams <ewill@ncal.verio.com>
12440 Fixed missing return after about dialog.
12442 Sat Jun 26 19:09:11 1999 Alexandre Julliard <julliard@winehq.com>
12444 * msdos/*.c, misc/*.c, miscemu/*.c, graphics/*.c:
12445 Converted to the new debug interface, using script written by Patrik
12448 * 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:
12449 Changed CONTEXT into CONTEXT86 everywhere we really want an i386
12451 Added #ifdef __i386__ around accesses to 386 registers in the generic
12454 * include/winnt.h: Added CONTEXT86 definition.
12455 Added PowerPC context as an example (not tested).
12457 * relay32/relay386.c, relay32/snoop.c, include/wine/exception.h:
12458 Fixes for non-i386 compiling.
12461 Patrik Stridvall <ps@leissner.se>
12464 Made the include files self-sufficient.
12465 Some Solaris fixes.
12467 * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c, include/commctrl.h:
12468 Eric Kohl <ekohl@abo.rhein-zeitung.de>
12469 Fixed DPA_LoadStream and improved DPA_Merge.
12471 * dlls/comctl32/treeview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
12472 Added check for invalid parent item.
12474 * dlls/shell32/shellord.c, relay32/shell32.spec:
12475 Eric Kohl <ekohl@abo.rhein-zeitung.de>
12476 Added SHDoDragDrop() stub.
12478 * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
12479 Improved GetRandomRegion().
12481 * misc/network.c, relay32/mpr.spec:
12482 Eric Kohl <ekohl@abo.rhein-zeitung.de>
12483 Added WNetRemoveCachedPassword() stub.
12485 * dlls/comctl32/updown.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
12486 Store buddy window.
12488 * include/tooltips.h, dlls/comctl32/tooltips.c:
12489 Eric Kohl <ekohl@abo.rhein-zeitung.de>
12490 Started WM_NOTIFYFORMAT support.
12492 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
12493 Better ComboBoxEx placement.
12495 * loader/module.c: Dave Pickles <davep@nugate.demon.co.uk>
12496 Ensure that the command-line passed to the various *CreateProcess
12497 functions contains the path to the program being invoked.
12499 * windows/x11drv/wnd.c: Lars Heete <hel@admin.de>
12500 Prevent bad window X error.
12502 * windows/mdi.c, windows/sysmetrics.c:
12503 Abey George <abey@macadamian.com>
12504 The system menu icon on a MDI child window was corrupted when the
12505 child frame window is maximized within the main frame when the wine
12506 look is Windows 95.
12508 * controls/scroll.c, windows/defwnd.c:
12509 Slava Monich <Slava.Monich@netmanage.com>
12510 In case if scrollbar has the same background color as the window
12511 it belongs to, it needs to be filled with 0x55aa bitmap brush.
12513 * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
12514 Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).
12516 * debugger/memory.c: Juergen Lock <nox@jelal.kn-bremen.de>
12517 Fix (well kludge around) FreeBSD's `Invalid address' errors.
12519 * controls/edit.c: Chris Morgan <cmorgan@wpi.edu>
12520 James Abbatiello <abbeyj@wpi.edu>
12521 Draw a 3D border around edit controls when not in WIN31_LOOK.
12523 * controls/button.c: Chris Morgan <cmorgan@wpi.edu>
12524 James Abbatiello <abbeyj@wpi.edu>
12525 Only draw a black border around normal buttons when in WIN31_LOOK.
12527 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12528 Fixed alignment and position when looking for mmio chunks.
12530 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12531 No longer using global vars (shared data) for mm timers, but a
12532 specific structure for each attached process.
12533 Fixed alignment and position when looking for mmio chunks.
12534 Fixed WAVE mapper handling in waveGetCaps.
12536 * include/multimedia.h, multimedia/time.c:
12537 Eric Pouech <Eric.Pouech@wanadoo.fr>
12538 No longer using global vars (shared data) for mm timers, but a
12539 specific structure for each attached process.
12541 * documentation/distributors: Marcus Meissner <marcus@jet.franken.de>
12542 Wrote a small document on how to package WINE for distributors.
12544 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
12545 SetCursorPos() function was called with a window coordinates
12548 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12549 Fixed null ptr deref introduced in last patch.
12551 * if1632/ole2.spec, ole/ole2.c:
12552 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12553 Kind of implemented OleMetaFilePictFromIconAndLabel.
12555 * include/toolbar.h, dlls/comctl32/toolbar.c:
12556 Chris Morgan <cmorgan@wpi.edu>
12557 James Abbatiello <abbeyj@wpi.edu>
12558 Fixed various problems related to bitmaps and flat toolbars.
12560 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
12561 James Abbatiello <abbeyj@wpi.edu>
12562 Fixed problems with disappearing text.
12564 * dlls/comctl32/ipaddress.c: Chris Morgan <cmorgan@wpi.edu>
12565 James Abbatiello <abbeyj@wpi.edu>
12566 Complete rewrite of messaging code to implement/fix all input behaviors.
12567 Fixed a few fixmes.
12569 * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
12570 Dave Pickles <davep@nugate.demon.co.uk>
12571 Added more batch functionality, including the CALL GOTO and SHIFT
12572 commands plus batch command arguments.
12574 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
12575 Updated to reflect current status.
12577 * loader/ne/module.c:
12578 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12579 NE_LoadFileModule: Free module when NE_LoadDLLs fails.
12581 * graphics/psdrv/ps.c, graphics/psdrv/text.c, include/psdrv.h:
12582 Thuy Nguyen <thuy@macadamian.com>
12583 Implemented the underline and strikeout text attributes for the Wine
12586 * windows/win.c: Pascal Lessard <pascal@macadamian.com>
12587 EnableWindow doesn't release the capture of a child window.
12589 * Makefile.in: James Juran <jrj120@psu.edu>
12590 Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
12593 * controls/menu.c: Noomen Hamza <noomen@macadamian.com>
12594 Remove the WM_LBUTTONUP message from the queue after selecting a mouse
12597 * 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:
12598 Further server optimizations:
12599 - merged request and reply structures
12600 - build requests directly into the buffer to avoid a copy
12602 Tue Jun 22 19:14:41 1999 Alexandre Julliard <julliard@winehq.com>
12604 * dlls/shell32/shell32_Ru.rc, graphics/x11drv/xfont.c, ole/nls/rus.nls, resources/sysres_Ru.rc, dlls/commdlg/cdlg_Ru.rc:
12605 Alexander Kanavin <ak@cave.hop.stu.neva.ru>
12606 Standard dialog boxes resources and OLE strings are now in cp1251 encoding
12607 Font mapper does not anymore use fonts in -koi8-r encoding
12608 Font mapper now recognises fonts in -windows-* encodings (these are
12609 provided by xfstt TrueType server)
12610 Font mapper now sees max 16384 fonts (was 2048)
12612 * relay32/builtin32.c:
12613 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12614 Share the HMODULE of built-in modules over all processes.
12615 Use the cached HMODULE to speed up relay debugging.
12616 Display the multi-instantiation warning only for 'dangerous' DLLs.
12618 * scheduler/process.c:
12619 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12620 Load USER32.DLL before calling UserSignalProc.
12622 * windows/timer.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12623 Use separate service for each windows timer.
12625 * if1632/compobj.spec, ole/compobj.c:
12626 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12627 Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
12629 * ole/typelib.c, dlls/comctl32/listview.c, dlls/comctl32/treeview.c:
12630 Eric Pouech <Eric.Pouech@wanadoo.fr>
12631 Thou shalt not use C++ comments.
12633 * include/driver.h, windows/driver.c:
12634 Eric Pouech <Eric.Pouech@wanadoo.fr>
12635 Moved to new trace interface.
12636 Fixed driver closing.
12638 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12639 Better handling of double quotes in MCI string commands.
12641 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12642 Fixed memory leak in mci structures.
12644 * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12645 Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().
12647 * graphics/x11drv/clipping.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12648 Added missing GDI heap unlock.
12649 Moved to new debug interface.
12651 * dlls/commdlg/filedlg.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12652 Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
12653 OFN_EXPLORER bits set.
12655 * dlls/comctl32/imagelist.c:
12656 Francois Boisvert <francois@macadamian.com>
12657 Modified ImageList_LoadImageA to check the case where cx is set to zero.
12659 * windows/x11drv/keyboard.c: Philippe Froidevaux <pf@spin.ch>
12660 Added Swiss french keyboard layout.
12662 * server/select.c: Dump server objects on SIGHUP.
12664 * 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:
12665 Made server communication faster by using a shared memory block.
12666 A few other optimizations in request processing in the server.
12667 Moved automatically generated request definitions to server.h and
12668 removed include/server/request.h.
12670 * 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:
12671 Merged THDB and TEB structures.
12672 Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
12674 * programs/winhelp/.cvsignore, programs/clock/.cvsignore, programs/progman/.cvsignore:
12677 Sun Jun 20 15:09:32 1999 Alexandre Julliard <julliard@winehq.com>
12679 * memory/instr.c, miscemu/main.c, programs/clock/Wa.rc, programs/progman/Wa.rc, programs/winhelp/Wa.rc:
12680 Fixed Winelib compilation.
12682 Fri Jun 18 18:29:04 1999 Alexandre Julliard <julliard@winehq.com>
12684 * memory/Makefile.in, memory/instr.c, miscemu/Attic/instr.c, miscemu/Makefile.in:
12685 Include instruction emulation in Winelib.
12687 * include/wine/exception.h, win32/except.c: A few optimizations.
12689 * loader/dos/dosvm.c: Use exceptions instead of ctx_debug_call.
12691 * include/winbase.h, relay32/kernel32.spec, scheduler/syslevel.c, windows/x11drv/main.c:
12694 * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/info.c, debugger/registers.c, include/debugger.h, miscemu/main.c:
12695 Debugger is now called by exception handling.
12696 Added 'pass' command to pass exceptions to the app.
12698 * include/miscemu.h, include/sig_context.h, loader/signal.c, dlls/ntdll/exception.c, graphics/ddraw.c:
12699 Moved signal handling to exception.c, generate exceptions on signals.
12700 Added hook for debugger in exception handling (temporary).
12702 * 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:
12703 Pablo Saratxaga <srtxg@ping.be>
12704 Walloon language update.
12706 * windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, include/winpos.h, include/winuser.h:
12707 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12708 - Do not call XConfigureWindow if SetWindowPos was called due to a
12709 received ConfigureNotify event (to avoid recursion).
12710 - Use XTranslateCoordinates in EVENT_GetGeometry instead of manually
12712 - Set XSizeHint.win_gravity to StaticGravity for managed windows.
12715 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12718 * loader/pe_image.c:
12719 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12720 Fix compiler warning.
12722 * documentation/Makefile.in, Makefile.in:
12723 Alexander V. Lukyanov <lav@long.yar.ru>
12724 Install wine.man from current directory.
12725 Remove wine.man on distclean, not on clean.
12727 ----------------------------------------------------------------
12728 Sun Jun 13 08:49:47 1999 Alexandre Julliard <julliard@winehq.com>
12730 * dlls/comctl32/listview.c, include/listview.h:
12731 Chris Morgan <cmorgan@wpi.edu>
12732 James Abbatiello <abbeyj@wpi.edu>
12733 Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
12735 * dlls/comctl32/status.c: Chris Morgan <cmorgan@wpi.edu>
12736 James Abbatiello <abbeyj@wpi.edu>
12737 Fixes a problem when using STATUSBAR_SetText() to toggle SBT_OWNERDRAW
12739 * dlls/comctl32/treeview.c: Chris Morgan <cmorgan@wpi.edu>
12740 James Abbatiello <abbeyj@wpi.edu>
12741 Adds some undocumented behavior to TREEVIEW_GetItemA().
12743 * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
12744 Fixed ambigous else/brace problem, moved "name" computation in
12745 CreateProcess _before_ outputting it in the FIXME_()s.
12747 * objects/region.c: Marcus Meissner <marcus@jet.franken.de>
12748 Do not reuse a passed CONST RECT * pointer.
12750 * windows/x11drv/mouse.c:
12751 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12752 Bugfix: DISPLAY_SetCursor should not use USER-internals, as it is also
12753 used with native USER ...
12755 * loader/pe_image.c, scheduler/process.c:
12756 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12757 Removed broken hack to support shared DLLs (e.g. USER32.DLL) and
12758 replaced it by a somewhat less broken hack :-/
12760 * multimedia/mci.c: Marcus Meissner <marcus@jet.franken.de>
12761 Fixed small memory corruption.
12763 Sat Jun 12 18:36:55 1999 Alexandre Julliard <julliard@winehq.com>
12766 Patrik Stridvall <ps@leissner.se>
12767 Mad the include files idempotent using a consistent macro naming
12770 * windows/painting.c: Noomen Hamza <noomen@macadamian.com>
12771 Avoid painting destroyed windows.
12773 * dlls/*.c, if1632/*.c, loader/*.c:
12774 Converted to the new debug interface, using script written by Patrik
12777 * 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:
12778 Patrik Stridvall <ps@leissner.se>
12779 Added missing/wrong includes.
12781 * 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:
12782 Patrik Stridvall <ps@leissner.se>
12783 Removed direct references to CLASS internals.
12785 * include/process.h, misc/version.c, scheduler/process.c:
12786 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12787 Rearrange winver detection code and cache the winver value we
12788 determined in the PDB to speed up.
12790 * windows/nonclient.c: Gerard Patel <g.patel@wanadoo.fr>
12791 Draws a border around windows with old win31 style (only ws_border) in
12794 * include/commctrl.h, include/prsht.h, include/wine/obj_dataobject.h, include/wtypes.h:
12795 Patrik Stridvall <ps@leissner.se>
12796 Added CINTERFACE and NONAMELESSUNION support.
12799 Patrik Stridvall <ps@leissner.se>
12800 Added extern "C" if __cplusplus is defined.
12802 * include/combo.h, controls/combo.c, controls/listbox.c:
12803 Francis Beaudet <francis@macadamian.com>
12804 Fixed a few behaviors of the combobox that were broken.
12806 * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/module.h, include/process.h, loader/module.c, scheduler/process.c:
12807 Guy Albertelli <galberte@neo.lrun.com>
12808 Add new "walk" command options to list processes and modref's.
12810 * graphics/x11drv/dib.c:
12811 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12812 X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32
12813 and negative lines.
12815 * 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:
12816 Patrik Stridvall <ps@leissner.se>
12817 Changed xxx(VOID) to xxx(void).
12819 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12820 - simplified internal data
12821 - thread safe access to internal structures
12822 - fixed bug on ONE_SHOT timers
12823 - deferred service thread call until really needed (no longer on WINMM
12824 or MMSYSTEM attachement)
12826 * include/process.h, include/services.h, loader/main.c, scheduler/services.c, scheduler/thread.c:
12827 Eric Pouech <Eric.Pouech@wanadoo.fr>
12828 Made the service thread instanciable in every process.
12830 * Make.rules.in, Makefile.in, configure, configure.in:
12831 James Juran <jrj120@psu.edu>
12832 Use Autoconf to find path to ldconfig.
12834 * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
12835 Fixed a problem with the LoadTypeLib method.
12837 * misc/Makefile.in, misc/registry.c: Marcus Meissner <mm@jet.lst.de>
12838 Use @sysconfdir@ for the default registries in misc/registry.c too.
12840 * graphics/ddraw.c: Marcus Meissner <mm@jet.lst.de>
12841 Added generic pixel converter for 8->24.
12843 * windows/dialog.c: Pavel Roskin <pavel_roskin@geocities.com>
12844 DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values
12845 were expanded to WORD incorrectly.
12847 * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c:
12848 Ove Kaaven <ovek@arcticnet.no>
12849 Various DPMI fixes and preliminary DPMI raw mode switch handler.
12851 * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
12852 Fixed imprecision in the MDI tiling functionality.
12854 * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12855 Open files with more appropriate sharing mode.
12857 * objects/enhmetafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
12858 Small fixes for EnhMetaFile playback.
12860 * dlls/comctl32/comctl32undoc.c: Ian Schmidt <irsman@iag.net>
12861 Fixed an error and an off-by-one bug in DSA_SetItem(). This
12862 eliminates some crashes with Win98 native SHELL32.
12864 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
12865 Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
12868 * windows/syscolor.c: Slava Monich <Slava.Monich@netmanage.com>
12869 dwDataSize needs to be reset before each RegQueryValueEx() call.
12871 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
12872 Don't ignore application-requested primary buffer flags.
12874 * tools/build.c: Ove Kaaven <ovek@arcticnet.no>
12875 Clear high word of %esp when returning from CallFrom16.
12877 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
12878 Implementation of EV_RXFLAG.
12880 * windows/winpos.c, windows/x11drv/event.c:
12881 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12882 Better implementation of [GS]etForegroundWindow.
12883 Fixed focus handling on inter-thread activation.
12884 Adapted FocusIn/Out event handling to per-queue focus.
12886 * loader/ne/module.c:
12887 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12888 Release Win16Lock during PROCESS_Create.
12890 * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
12891 ImageList_GetIcon bug fix.
12893 * win32/time.c: Rein Klazes <rklazes@casema.net>
12894 Corrected a problem in GetTimeZoneInformation() due a change to
12895 mktime() in glibc-2.1.1 when daylight saving time is in effect.
12897 * debugger/db_disasm.c: Patrik Stridvall <ps@leissner.se>
12898 Changed K&R C function definition to ANSI C.
12900 * graphics/psdrv/bitmap.c, include/psdrv.h:
12901 Huw D M Davies <h.davies1@physics.ox.ac.uk>
12902 PSDRV_StretchDIBits should use logical co-ords.
12903 Some versions of ghostscript seem to eat one too many characters of
12904 image data. Add a '%' to the output file to work around this.
12906 * relay32/wnaspi32.spec:
12907 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12908 Fixed WNASPI32 ordinals.
12910 * include/winbase.h:
12911 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
12912 Added the function definitions of GetStartupInfo*().
12914 * documentation/status/dde, misc/ddeml.c:
12915 Keith Matthews <keith_m@sweeney.demon.co.uk>
12916 1st cut implementation of DdeNameService (omits monitor callback)
12917 1st cut implementation of DdeKeepStringHandle (probably complete)
12918 DdeInitializeW - minor changes to initialise service names structure
12919 DdeGetLastError - start of proper last error retrieval
12920 DdeCreateStringHandle16 - added code for default codepage where not
12922 Various documentary/comment corrections.
12924 Fri Jun 11 18:33:46 1999 Alexandre Julliard <julliard@winehq.com>
12926 * include/process.h, memory/environ.c, scheduler/process.c:
12927 Use the normal environment routines to build the env db of the initial
12930 * include/server.h, server/console.c, server/object.h, server/process.c, server/process.h, server/trace.c, tools/make_requests, win32/console.c:
12931 Return console handles in alloc_console request.
12932 Fixed read_console_input parameters to conform to the reply structure
12935 Mon Jun 7 17:46:39 1999 Alexandre Julliard <julliard@winehq.com>
12937 * objects/bitmap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12938 Fixed CreateCompatibleBitmap when called with 0 width or height.
12940 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12941 Fixed mmioDescend when called with a parent chunk.
12943 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
12944 Trying to fix sigaltstack() problem reported by Debian users.
12945 SIGTRAP might be undefined (beos).
12947 * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
12948 Fixed TLB_Read (can easily get count!=bytesread at the end of the file).
12949 Fixed TLB_FindTlb (strstr on binary data will not work).
12951 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
12952 Fixed >> and * operator precedence problem.
12954 * windows/x11drv/mouse.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
12955 Fixed order for entering critical sections (X11 vs. WndLock) when
12956 calling X11DRV_MOUSE_SetCursor.
12958 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12959 Consult ne.operating_system field for NE files in GetBinaryType().
12961 * server/process.c: Fixed initial process refcount.
12963 Sun Jun 6 17:28:21 1999 Alexandre Julliard <julliard@winehq.com>
12965 * documentation/status/directplay, loader/dos/Makefile.in, documentation/Makefile.in, documentation/cdrom-labels:
12966 Forced commit to get rid of the vendor branch
12968 * programs/cmdlgtst/.cvsignore: Added cmdlgr.h
12970 * programs/regapi/regapi.c:
12971 Avoid use of strncmpi (reported by Ron Cemer).
12973 * include/wine/winestring.h, multimedia/joystick.c, include/winbase.h, include/winuser.h:
12974 Moved inclusion of winestring.h to winebase.h.
12975 Added Winelib macros for lstrncmp functions.
12977 * controls/scroll.c: Ron Cemer <roncemer@gte.net>
12978 Fixes for several bugs in which portions of the scrollbar were not
12979 being redrawn correctly, the focus rectangle was not being correctly
12980 removed from the thumb before redrawing, etc.; added complete Win9x
12981 and WinNT look and feel support.
12983 * windows/sysmetrics.c: Ron Cemer <roncemer@gte.net>
12984 Fixes for Win9x and WinNT look and feel.
12986 * files/dos_fs.c: Chris Morgan <cmorgan@wpi.edu>
12987 James Abbatiello <abbeyj@wpi.edu>
12988 Fixed response of GetFullPathNameA when buffer==NULL.
12990 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
12991 CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments.
12993 * 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:
12994 Dave Pickles <davep@nugate.demon.co.uk>
12995 Added Wine command-line interpreter.
12997 * if1632/thunk.c, include/callback.h, misc/callback.c:
12998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12999 Removed Callback.CallTaskRescheduleProc().
13001 * include/main.h, miscemu/main.c, tools/build.c:
13002 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13003 Switch stacks in CALL32_Init().
13005 * loader/task.c, scheduler/process.c, include/process.h, include/task.h:
13006 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13007 16-bit scheduler reorganized: run all tasks in their own thread.
13008 Process creation sequence adapted to new scheduler.
13010 * include/services.h, loader/main.c, scheduler/services.c:
13011 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13012 Removed SERVICE_Exit().
13014 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13015 Release WND lock before calling PostEvent16().
13017 * include/wnaspi32.h:
13018 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13021 * dlls/wnaspi32/winaspi32.c:
13022 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13023 ASPI_ExecScsiCmd: better return value and verbose error when no device
13026 * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
13027 Use SearchPath to test for existance of programs in lpCmdLine
13028 processing. For lpApplName do not append ".exe" and use
13029 DOSFS_GetFullName to locate the program. Move module find process
13030 after flag testing and provide quick exit if not found.
13032 * windows/dialog.c: Slava Monich <Slava.Monich@netmanage.com>
13033 Implemented dialog units -> pixels conversion very close to how it's
13034 actually done by Windows.
13036 Sat Jun 5 15:23:20 1999 Alexandre Julliard <julliard@winehq.com>
13038 * 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:
13039 Paul Quinn <paulq@corel.ca>
13040 Some non-threatening fixes to some headers, as well as some casting
13041 changes that make winelib more win32 code compatible.
13043 * files/drive.c, include/winbase.h, relay32/kernel32.spec:
13044 <davep@nugate.demon.co.uk>
13045 Stub for SetVolumeLabel().
13047 * windows/message.c:
13048 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13049 Add back lost treatment of HWND_TOPMOST.
13051 * windows/x11drv/event.c:
13052 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13053 Try to improve ConfigureNotify event processing.
13055 * objects/pen.c: Joshua Thielen <thielen@netperson.net>
13056 Allow pens with styles greater than PS_INSIDEFRAME to be created with
13059 * relay32/oleaut32.spec, include/debugdefs.h, include/wine/obj_oleaut.h, ole/typelib.c, ole/typelib.h:
13060 Rein Klazes <rklazes@casema.net>
13061 Read/load type libraries. Implementation of ITypeLib, ITYpeInfo,
13062 ITypeLib2 and ITypeInfo2 methods.
13064 * ole/ole2disp.c: Rein Klazes <rklazes@casema.net>
13065 Allow NULL as argument to SysFreeString in accordance with SDK.
13067 * DEVELOPERS-HINTS: Klaas van Gend <klaas@vangend.demon.nl>
13068 - more up-to-date description of source tree
13069 - better example of required comments for an API implementation
13070 - replacement of WINE_PACKED by "pshpack1.h", etc.
13071 - naming conventions for non-api calls and types
13072 - location conventions for non-api header files and prototypes
13074 * relay32/mpr.spec, include/winnetwk.h, include/wnet.h, misc/network.c:
13075 Robert W Hall <bobh@n-cantrell.demon.co.uk>
13078 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13079 Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target.
13081 * windows/x11drv/event.c, windows/x11drv/wnd.c:
13082 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13083 Fixed potential memory corruption in EVENT_QueryZOrder.
13084 Fixed potential X synchronization problem in X11DRV_WND_SetHostAttr.
13086 * files/directory.c: Guy Albertelli <galberte@neo.lrun.com>
13087 Correct search order in SearchPath for Win 3.1/95/98. Still broken for NT.
13089 * windows/win.c: Slava Monich <Slava.Monich@netmanage.com>
13090 o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
13091 o if x is CW_USEDEFAULT (or CW_USEDEFAULT16) and y is *not*
13092 CW_USEDEFAULT (or CW_USEDEFAULT16) then use y as a second
13093 parameter to ShowWindow(). Some apps (CALC.EXE for Win98
13094 is one of them) use this undocumented feature to create
13095 hidden window with WS_VISIBLE style set.
13097 * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
13098 Ian Schmidt <irsman@iag.net>
13099 Added partial implementation for DPA_LoadStream and stub for
13100 DPA_SaveStream. Thanks to Eric Kohl (ekohl@abo.rhein-zeitung.de) for
13101 the partial implementation and parameter information.
13103 * debugger/stabs.c: Pavel Roskin <pavel_roskin@geocities.com>
13104 Make it possible to link Wine statically (at least on RedHat 6.0).
13106 * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13107 When looking into sys menu, check if items are present before
13110 * documentation/Attic/wine.man: Marcus Meissner <marcus@jet.franken.de>
13111 Autoconfigure the directories in the manpage.
13113 * 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:
13114 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13115 Removed DummyMotionNotify EVENT driver routine.
13117 * configure, configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.man.in:
13118 Marcus Meissner <marcus@jet.franken.de>
13119 Autoconfigure the directories in the manpage.
13121 * files/file.c, include/winbase.h, relay32/kernel32.spec:
13122 James Juran <jrj120@psu.edu>
13123 Add stub for LockFileEx (KERNEL32.513).
13125 * documentation/status/internationalisation:
13126 Klaas van Gend <klaas@vangend.demon.nl>
13127 Current status of Wine on internationalisation.
13129 * controls/button.c: Rein Klazes <rklazes@casema.net>
13130 Do not process WM_LBUTTONUP message in ButtonWndProc()
13131 when the mouse is not captured.
13133 * graphics/psdrv/init.c, objects/dc.c:
13134 Noel Borthwick <noel@macadamian.com>
13135 From CreateCompatibleDC, pass the device name associated with the
13136 source DC in order to allow PSDRV_CreateDC to locate the printer info
13139 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13140 Added some digital video interface
13141 Fixed a few bugs (device names are no longer converted to upper case,
13142 added call back window, all structures moved to 32 bit...).
13144 * if1632/thunk.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13145 Workaroung gcc 2.7.2.x sig 11 issue.
13147 * include/multimedia.h, multimedia/mci.c, multimedia/mmsystem.c:
13148 Eric Pouech <Eric.Pouech@wanadoo.fr>
13149 Added (still incomplete) handling of MCI_BREAK command.
13151 * documentation/no-windows: James Juran <jrj120@psu.edu>
13152 Updated documentation/no-windows.
13154 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
13155 Speedup enhancement for the 8->16 and 8->32 copy loop hotspots,
13156 using a faster generic routine and some inline assembly for i386
13159 Fri Jun 4 19:49:54 1999 Alexandre Julliard <julliard@winehq.com>
13161 * server/handle.c, server/handle.h, server/process.c, server/process.h, server/thread.c:
13162 Made handle table a separate object.
13163 Global handle table is no longer bound to a process.
13164 Removed special handling of the initial process.
13166 * server/main.c, server/object.c, server/object.h:
13167 Added optional debugging code in object management.
13169 Sat May 29 14:27:27 1999 Alexandre Julliard <julliard@winehq.com>
13171 * 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:
13172 Got rid of THREAD_InitDone.
13173 Made THREAD_Current() inline.
13174 Moved server tid into TEB.
13176 * windows/dialog.c: Luc Tourangeau <luc@macadamian.com>
13177 Reimplemented the CheckRadioButton function.
13179 * dlls/comctl32/tab.c: Chris Morgan <cmorgan@wpi.edu>
13180 James Abbatiello <abbeyj@wpi.edu>
13181 Fixed incorrect lookup of background color.
13183 * dlls/comctl32/commctrl.c, dlls/comctl32/status.c:
13184 Chris Morgan <cmorgan@wpi.edu>
13185 James Abbatiello <abbeyj@wpi.edu>
13186 Fixed problems when using multiple style flags together.
13188 * dlls/comctl32/tooltips.c: Chris Morgan <cmorgan@wpi.edu>
13189 James Abbatiello <abbeyj@wpi.edu>
13190 Fixed a problem when using string resources as tooltext.
13192 * windows/win.c: Francis Beaudet <francis@macadamian.com>
13193 Fixed a behavior of the focus when a parent window is disabled.
13195 * graphics/x11drv/graphics.c: Joshua Thielen <thielen@netperson.net>
13196 Fixed a bug which causes the PolyBezier to not be updated on redraw
13197 (when you want them to be).
13199 * windows/input.c: Gerard Patel <g.patel@wanadoo.fr>
13200 Remove unnecessary warning in TranslateAccelator.
13203 Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
13206 * 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:
13207 Paul Quinn <paulq@corel.ca>
13208 ver.h is a legacy header. winver.h should be used instead.
13210 * dlls/tapi32/phone.c, misc/crtdll.c:
13211 Marcus Meissner <marcus@jet.franken.de>
13212 Fixed some warnings.
13214 * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
13215 Luc Tourangeau <luc@macadamian.com>
13216 - Reimplemented the scrolling using SetScrollInfo and GetScrollInfo.
13217 - Implemented LVM_FINDITEM message.
13218 - Added some new window styles.
13219 - Fixed some bugs and extended a number of existing functions.
13220 - Modified selection functions to support area selection (for group
13221 selection in LVS_ICON and LVS_SMALLICON).
13223 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
13224 Fixed a couple of missing event notifications. Some more debugging
13227 * windows/x11drv/keyboard.c: Rikhardur Egilsson <rikardur@sky.fr>
13228 Icelandic keyboard support.
13230 * graphics/ddraw_private.h, graphics/ddraw.c:
13231 Lionel Ulmer <ulmer@directprovider.net>
13232 - better debug output for surface creation
13233 - added (experimental) DIBSection implementation of GetDC / ReleaseDC
13235 * graphics/d3ddevices.c: Lionel Ulmer <ulmer@directprovider.net>
13238 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
13239 Support TPM_RETURNCMD in TrackPopupMenu.
13241 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
13242 Fix <return> key (somehow we get a control keystate).
13244 * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13245 Fixed compilation erros on non-Linux systems.
13247 * include/debugtools.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13248 Added missing TRACE define when NO_DEBUG_MSGS was defined.
13250 * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
13251 Added missing WINAPI for SHValidateUNC.
13253 * documentation/languages: Klaas van Gend <klaas@vangend.demon.nl>
13254 Adapted to the new dll resource handling by Bertho Stultiens.
13256 Mon May 24 15:02:18 1999 Alexandre Julliard <julliard@winehq.com>
13258 * misc/shell.c: Release the Win16Lock before calling WinExec.
13260 * scheduler/thread.c, include/process.h, loader/ne/module.c, loader/task.c:
13261 Removed process argument to PROCESS_CallUserSignalProc.
13263 * scheduler/process.c:
13264 Moved remaining initialisations to the new process context.
13265 Shuffled things around a bit in PROCESS_Start to avoid deadlocks.
13266 Changed PROCESS_CallUserSignalProc to avoid accessing another process
13269 * include/server.h, server/process.c, server/trace.c, tools/make_requests:
13270 Added support for dumping variable-size data of server replies.
13271 Added cmd_line and cmd_show in new_process request.
13273 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
13274 fixed builtin mmsystem.dll init sequence
13276 * multimedia/Attic/init.c, multimedia/Makefile.in:
13277 Eric Pouech <Eric.Pouech@wanadoo.fr>
13278 removed obsoleted init.c source file
13280 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13281 removed unnecessary MCI drivers entry point
13282 added undocumented mmsystem functions
13284 * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13285 moved to new trace interface
13286 now calling time init function from mmsystem and/or winmm entry point
13288 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13289 included DLL init sequence (from obsoleted init.c)
13290 fixed builtin mmsystem.dll init sequence
13291 fixed PlaySound when used with an asynchronous audio driver
13292 fixed midiStream functions for Stop/Pause/Restart functions
13293 fixed error handling in waveOutOpen with QUERY_FORMAT flag
13295 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13296 included midi init sequence (from obsoleted init.c)
13297 moved to new trace interface
13298 simplified code with using new configuration constant (HAVE_OSS_MIDI)
13299 fixed erroneous warnings
13301 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13302 included mci init sequence (from obsoleted init.c)
13303 moved to new trace interface
13305 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13306 output: better internal thread interface (orthogonalization of states and events)
13307 output: removed use of DSP_IOCTL_GETOSPACE
13308 output: fixed latency in reset messages handling
13309 output: replaced some polling mechanisms with blocking ones
13310 output: fixed get/set volume functions
13312 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13313 moved to the new debug interface
13314 fixed bugs in pause/play/stop functions
13315 fixed signature of driver entry point
13317 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13318 moved to the new debug interface
13319 fixed bugs in pause/play functions
13320 fixed signature of driver entry point
13322 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13325 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13326 Remove extraneous winuser16.h.
13328 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13329 Changed printf into TRACE.
13331 * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13334 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13335 Check when backtracking the stack if frames are correct (readable).
13337 * windows/event.c, include/message.h, include/winsock.h, loader/main.c, loader/task.c, misc/winsock.c:
13338 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13339 Moved WINSOCK network IO event handling to special thread.
13340 Removed EVENT_WaitNetEvent, introduced a global scheduler event.
13342 * miscemu/main.c, scheduler/process.c:
13343 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13344 Wait until child initialized before returning from PROCESS_Create.
13346 * relay32/kernel32.spec, win32/kernel32.c:
13347 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13348 Use register functions with arguments for LogApiThk...
13350 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
13351 James Abbatiello <abbeyj@wpi.edu>
13352 Cleaned up LISTVIEW_KeyDown by using LISTVIEW_GetNextItem. Removed unused
13353 variable in LISTVIEW_GetNextItem.
13355 Sun May 23 20:02:05 1999 Alexandre Julliard <julliard@winehq.com>
13357 * 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:
13358 Use the new debug functions to send debug events at appropriate places.
13359 Pass the process creation flags to PROCESS_Create.
13361 * scheduler/Makefile.in, scheduler/client.c, scheduler/debugger.c, win32/newfns.c, win32/process.c, include/winbase.h, misc/lstr.c:
13362 Implemented the Win32 debug API functions.
13364 * 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:
13365 Added debug events support.
13367 ----------------------------------------------------------------
13368 Sun May 23 10:25:26 1999 Alexandre Julliard <julliard@winehq.com>
13370 * 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:
13371 Converted to the new debug interface, using script written by Patrik
13374 * scheduler/process.c:
13375 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13376 Bugfix: dwFlags must describe target process in UserSignalProc.
13378 * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
13379 Added missing WINAPI to SHELL32_654 stub. Fixes crash in Win98
13382 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
13383 James Abbatiello <abbeyj@wpi.edu>
13384 LISTVIEW_KeyDown: Invalidate the listview window only when the
13385 selected item changes.
13387 * if1632/kernel.spec, misc/wsprintf.c, relay32/kernel32.spec, win32/kernel32.c:
13388 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13389 Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF
13390 (KERNEL32.42), LogApiThkSL (KERNEL32.44), LogCBThkSL (KERNEL32.47),
13391 and SSConfirmSmallStack (KERNEL.704).
13393 * if1632/display.spec, windows/display.c:
13394 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13395 Fix typo (wrong DISPLAY.CheckCursor ordinal).
13396 Superfluous FIXME converted to TRACE in CheckCursor.
13398 * relay32/relay386.c:
13399 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13400 Bugfix: syslevel relay check was too strict.
13402 * server/mapping.c: Marcus Meissner <marcus@jet.franken.de>
13403 Do not use pagesize aligned size_low to grow mapped file, but original
13404 size_low. (fixes Heises Index Register)
13406 Sat May 22 19:22:26 1999 Alexandre Julliard <julliard@winehq.com>
13408 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
13409 - added some more debug output
13410 - corrected a slight bug in DGA DirectDraw creation
13412 * windows/win.c: Francis Beaudet <francis@macadamian.com>
13413 Fixed a major memory leak in the window management code.
13415 * windows/winpos.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13416 In SetWindowPos if changing Z order and child window not yet in its
13417 parent list, do not link it in WINPOS_ShowIconTitle, check for retval
13420 * graphics/x11drv/dib.c: Pavel Roskin <pavel_roskin@geocities.com>
13421 Disable passing device context to X11DRV_DIB_BuildColorMap when RGB
13424 * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13425 Don't freeze other thread while it may hold the X critical section.
13427 * include/display.h, loader/main.c, windows/display.c:
13428 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13429 Added UserRepaintDisable16().
13431 * windows/dinput.c, windows/message.c:
13432 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13433 Removed EVENT_WaitNetEvent() calls.
13435 * windows/input.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13436 Added IsUserIdle16().
13438 * include/ttydrv.h, windows/ttydrv/event.c, windows/ttydrv/init.c:
13439 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13440 Adapted to EVENT_ driver changes.
13442 * loader/task.c, scheduler/synchro.c:
13443 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13444 Adapted to event synchronization changes.
13446 * include/message.h, include/x11drv.h, windows/event.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c:
13447 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13448 Moved X input event handling out of EVENT_WaitNetEvent and into
13449 service thread callback; moved EVENT_WaitNetEvent out of the EVENT_
13450 driver. Changed winContext to hold HWND instead of WND *.
13452 * windows/winpos.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13453 Don't change Z-order of child windows when activating.
13455 * dlls/winspool/info.c, include/wine/wingdi16.h, include/winerror.h, include/winspool.h, relay32/winspool.spec:
13456 Huw D M Davies <h.davies1@physics.ox.ac.uk>
13457 Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory
13458 Moved some 16bit GDI function declarations from winspool.h -> wingdi16.h
13460 * configure, configure.in, include/acconfig.h, include/config.h.in:
13461 Eric Pouech <Eric.Pouech@wanadoo.fr>
13462 Create a new configuration manifest constant HAVE_OSS_MIDI.
13464 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
13465 Fixed silly EINTR bug with starting dosmod.
13467 * graphics/ddraw.c: Kevin Holbrook <kwh@neosoft.com>
13468 Should compare to X11 constant "None" since a colormap is an X
13469 Resource ID and not a pointer.
13471 * controls/listbox.c: Paul Quinn <paulq@corel.ca>
13472 Stop a listbox bug that causes a div by zero when the item height
13473 is zero. Doesn't solve the root of the problem though.
13475 * dlls/shell32/shell32_Pt.rc:
13476 Andre Malafaya Baptista <Malafaya@milenio3.pt>
13477 About dialog translated to Portuguese.
13479 * if1632/thunk.c: James Juran <jrj120@psu.edu>
13480 task.h was included twice. Removing one fixed a sig11 in gcc-2.7.2.3.
13482 * objects/cursoricon.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
13483 Check if dc has been created before using it.
13485 * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13486 Add a few more 32->16 Escape conversions.
13488 * relay32/relay386.c, if1632/relay.c:
13489 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13490 Check for syslevel violations while relay debugging.
13492 * if1632/kernel.spec, include/syslevel.h, include/thread.h, scheduler/syslevel.c, windows/win.c:
13493 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13494 Improved syslevel handling, store currently held syslevels in thread
13495 database, WIN_CritSection converted to syslevel.
13497 * include/windows.h: Joshua Thielen <thielen@netperson.net>
13498 Added mmsystem.h include.
13500 * loader/main.c, loader/task.c, scheduler/process.c, windows/user.c, if1632/kernel.spec, include/user.h, include/wine/winbase16.h:
13501 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13502 Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and
13503 MapProcessHandle; stub for BUNNY_351.
13505 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13506 Handle proc == NULL in THUNK_SetDCHook correctly.
13509 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13510 Added support for the undocumented combination
13511 GetPrivateProfileStringA(section == NULL, entry == NULL, ...
13513 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
13514 James Abbatiello <abbeyj@wpi.edu>
13515 Cleaner null pointer check in HEADER_InsertItemA and HEADER_InsertItemW.
13517 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
13518 James Abbatiello <abbeyj@wpi.edu>
13519 Implemented GetNextItem for the Listview control.
13521 * scheduler/services.c: Ove Kaaven <ovek@arcticnet.no>
13522 Expire timers on expiry time too, not just after.
13524 * 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:
13525 Paul Quinn <paulq@corel.ca>
13526 Microsoft com vtable compatibility workaround for g++. Basically adds
13527 an optional 8 bytes padding to COM objects where the RTTI would be.
13529 * 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:
13530 Marcus Meissner <marcus@jet.franken.de>
13531 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
13532 GetSystemMetrics(SM_xx), removed no longer needed includes of
13535 * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
13536 Added INT_Int16AddChar.
13538 * loader/resource.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13539 Bugfix: Prevent null-pointer dereference in TRACE argument list in
13542 * loader/elfdll.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
13543 Fixed wrong NE module registration so that resources work.
13545 * if1632/thunk.c, tools/build.c, win32/kernel32.c:
13546 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13547 Set %ebx to point to real 16-bit stack in CBClientThunkSL.
13548 Pass %esi back-and-forth in CBClientThunkSL(Ex).
13549 Copy modified buffers back after return from FT_Thunk.
13550 Fix broken recognition of LS thunklets.
13552 * dlls/comctl32/comctl32undoc.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/updown.c:
13553 Marcus Meissner <marcus@jet.franken.de>
13554 Removed use of win.h, sysmetrics.h and associated WINE USER internal
13555 variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
13557 * 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:
13558 Eric Kohl <ekohl@abo.rhein-zeitung.de>
13559 Toolbar customization dialog (take one).
13561 * windows/win.c: Francis Beaudet <francis@macadamian.com>
13562 Fixed GetTopWindow so it will correctly handle the NULL parameter.
13564 * include/process.h, loader/module.c:
13565 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13566 Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
13567 Fix DLL_PROCESS_DETACH call sequence bugs resulting from nested
13570 * if1632/mmsystem.spec, multimedia/mmsystem.c:
13571 Marcus Meissner <marcus@jet.franken.de>
13572 Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed mixGetDevCaps16.
13574 * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/int21.c:
13575 Ove Kaaven <ovek@arcticnet.no>
13576 Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
13577 on the correct address space. Added DOSMEM_MovePointers() that
13578 relocates selectors when the DOS address space changes (i.e. when
13579 dosmod is spawned, particularly from Win16 apps that uses DPMI to
13580 execute real-mode code). More complete DOS device implementation.
13582 * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c:
13583 Ove Kaaven <ovek@arcticnet.no>
13584 Added MZ_Current() (returns current LPDOSTASK) and DOSVM_Wait()
13585 (DOSVM idle message loop), and fields hConInput and hConOutput.
13587 * objects/bitmap.c: Pascal Lessard <pascal@macadamian.com>
13588 Add some null checking in the Get/SetBitmapBits functions.
13590 * misc/crtdll.c, relay32/crtdll.spec:
13591 Marcus Meissner <marcus@jet.franken.de>
13592 Added init function for CRTDLL, allocate stdio/stderr/stdout on
13593 DLL_PROCESS_ATTACH, increase buffer for vfprintf() (Win95 arp.exe
13596 * debugger/memory.c: Marcus Meissner <marcus@jet.franken.de>
13597 Added support for FreeBSD 3.0 to DEBUG_checkmap_bad().
13599 * misc/winsock.c: James Juran <jrj120@psu.edu>
13600 Print a more effective (and visible) error message when an application
13601 can't create a socket with type == SOCK_RAW.
13603 * include/mmreg.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
13604 Some more defines for multimedia.
13606 * msdos/vxd.c, win32/device.c:
13607 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
13608 Some stubs for pccard vxd to debug the native shell32.
13610 * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
13611 Use service thread for "true" multimedia timers.
13612 Removed implementation of fake multimedia timers.
13613 Set minimum resolution to 10 ms (the timing resolution of the Linux
13614 kernel). Fixed a couple of flaws.
13616 * misc/spy.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
13617 Implemented printing out of some structures.
13619 Thu May 20 16:40:23 1999 Alexandre Julliard <julliard@winehq.com>
13621 * server/select.c, server/socket.c:
13622 Set only the client socket in non-blocking mode instead of all fds;
13623 should avoid problems with stdio handles.
13625 Mon May 17 16:20:53 1999 Alexandre Julliard <julliard@winehq.com>
13627 * 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:
13628 Huw D M Davies <h.davies1@physics.ox.ac.uk>
13629 Implement DocumentProperties, DeviceCapabilities, beginnings of
13630 Open/Get/ClosePrinter. Additions to PSDRV_DeviceCapabilities.
13631 Split off WINSPOOL into its own directory.
13632 Several functions added to DC_Funcs.
13633 Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
13635 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
13636 glide2x loadorder is "so,native".
13638 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
13639 Improved shortcuts - follows jumps in trying to avoid switching to
13640 real mode unnecessarily.
13642 * documentation/no-windows: Ove Kaaven <ovek@arcticnet.no>
13643 Updated and improved instructions.
13645 * debugger/expr.c: Ove Kaaven <ovek@arcticnet.no>
13646 Made "Wine-dbg>set *seg:off = val" work (previously only
13647 "Wine-dbg>set *off = val" worked).
13649 * multimedia/mcimidi.c, multimedia/mciwave.c:
13650 Jukka Kangas <jtkangas@nic.fi>
13651 When opening the file we don't need MMIO_EXCLUSIVE
13652 rights. MMIO_DENYWRITE should be sufficient.
13654 * dlls/shell32/shellpath.c:
13655 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
13656 Prevent crash in stub of SheGetDirW.
13658 * dlls/shell32/shlmenu.c:
13659 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
13660 Further implementation of the FileMenu.
13662 * windows/mdi.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
13663 Set the default menu item of the window menu
13665 * wine.ini: James Juran <jrj120@psu.edu>
13666 Changed serial ports in wine.ini to /dev/ttySX from /dev/cuaX in
13667 accordance with Linux 2.2 Changes file.
13669 * if1632/kernel.spec, loader/module.c:
13670 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13671 Release Win16Lock when calling LoadLibrary32 from 16-bit code.
13673 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13674 Fixed THUNK_SetDCHook when using native USER.
13676 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13677 Bugfix: FT_PrologPrime was broken due to relay changes.
13679 * misc/network.c, relay32/mpr.spec:
13680 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13683 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13684 Suspend window locks before calling hook procedure.
13686 * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13687 Fixed window refcount handling in GetNextDlgGroupItem.
13689 * controls/button.c:
13690 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13691 Removed superfluous WIN_ReleaseWndPtr.
13693 * graphics/ddraw.c: Marcus Meissner <marcus@mud.de>
13694 Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not
13695 previous one. (reported by Ove)
13697 Sun May 16 17:11:58 1999 Alexandre Julliard <julliard@winehq.com>
13699 * include/winbase.h, include/winnt.h:
13700 Added a few missing debug event definitions.
13702 * server/console.c, server/file.c, server/pipe.c, server/thread.c, server/thread.h:
13703 Adapted to new select interface.
13704 Fixed bug in *_signaled routines that could cause busy-waiting in the
13707 * server/object.c, server/object.h, server/request.c, server/select.c, server/socket.c:
13708 Changed select interface, separated timeouts from file descriptors.
13710 * server/handle.c, server/handle.h, server/process.c, server/process.h:
13711 Moved process structure definition to process.h.
13712 Added suspend/resume_process.
13713 Moved handle table back into the process structure.
13715 * scheduler/client.c, server/trace.c, include/server.h:
13716 Added TEB in init_thread request.
13718 Sat May 15 10:52:56 1999 Alexandre Julliard <julliard@winehq.com>
13721 Tried to add an error message when crashing on a selector load because
13722 of missing LDT sharing between threads (untested).
13724 * 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:
13725 Server reorganization:
13726 - moved request handlers to the specific C files
13727 - moved handle management to handle.c
13728 - moved server private includes to server/ instead of include/server/
13730 * Make.rules.in: Get include files from the current directory first.
13732 Fri May 14 18:39:37 1999 Alexandre Julliard <julliard@winehq.com>
13734 * 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:
13735 Marcus Meissner <marcus@jet.franken.de>
13736 Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
13737 removed unnecessary win.h includes, added syslevel.h to queue.c.
13739 * controls/combo.c: Francois Boisvert <francois@macadamian.com>
13740 Changed CBGetDroppedControlRect to be compliant with Windows API.
13742 * include/wine/exception.h, win32/except.c:
13743 Fixed a few bugs, and improved the exception macros (based on
13744 suggestions by Sergei Turchanov).
13746 * 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:
13747 Converted to the new debug interface, using script written by Patrik
13750 * 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:
13751 Converted to the new debug interface.
13753 * windows/painting.c:
13754 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13755 Fixed invalid window refcount handling in RDW_Paint().
13757 * windows/message.c: Noel Borthwick <noel@macadamian.com>
13758 Fix a deadlock with the system message queue by ensuring the system message
13759 queue is unlocked while the actual message is being processed.
13761 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
13762 Check if in depth-conversion mode before returning an error message
13763 in IDirectDrawPaletteImpl_GetEntries.
13765 Thu May 13 18:53:05 1999 Alexandre Julliard <julliard@winehq.com>
13767 * 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:
13768 Lionel Ulmer <ulmer@directprovider.net>
13769 Replaced all the Mesa specific code by GLX code. Should work now on
13770 any OpenGL implementation.
13772 * windows/x11drv/keyboard.c: <TTarrant@Etnoteam.It>
13773 Added Italian keyboard support.
13775 * graphics/enhmetafiledrv/graphics.c:
13776 Huw D M Davies <h.davies1@physics.ox.ac.uk>
13777 Fixed a couple of memcpy errors.
13779 * graphics/psdrv/driver.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
13780 Small fix to help native win95 PrintDlg on the way.
13782 * dlls/winaspi/winaspi16.c, if1632/winaspi.spec, include/aspi.h:
13783 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13784 Implemented InsertInASPIChain and fixed minor things.
13786 * windows/x11drv/mouse.c:
13787 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
13788 Fixed quite ill window locking code.
13790 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
13791 Fixed an infinite loop in ChildWindowFromPointEx.
13794 Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
13795 - prevent crash when GetMenuDefaultItem is called on empty menu
13796 - set default item on system menu
13798 * 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:
13799 Adapted for new register functions support (ESP_reg in register
13800 functions now points after the arguments).
13802 * relay32/builtin32.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, tools/build.c:
13803 Win32 register functions can now have arguments.
13804 Simplified relay debugging for register functions.
13806 * relay32/kernel32.spec, win32/device.c:
13807 VxDCall functions do not need to be 'register'.
13809 Wed May 12 16:10:53 1999 Alexandre Julliard <julliard@winehq.com>
13811 * relay32/builtin32.c: Fixed bug I introduced in relay debugging.
13813 * dlls/ntdll/exception.c, if1632/thunk.c, include/Attic/except.h, include/wine/exception.h, win32/except.c:
13814 Added macros and definitions for using exception inside Wine or
13817 * include/Attic/except.h, include/ntddk.h, include/winnt.h, misc/crtdll.c, win32/init.c:
13818 Moved some exception definitions to winnt.h and ntddk.h.
13820 * msdos/devices.c: Marcus Meissner <marcus@jet.franken.de>
13821 Added missing WINAPI for the callback procs.
13823 * include/sig_context.h: Added ERROR_sig.
13825 * ole/stg_bigblockfile.c: Francis Beaudet <francis@macadamian.com>
13828 * misc/winsock.c, include/winsock.h:
13829 Marcus Meissner <marcus@jet.franken.de>
13830 WSOCK32/WINSOCK uses SetLastError() to keep its own WSALastErrors,
13831 replaced all pwsi->err references.
13833 * loader/pe_image.c: Changed some error handling a bit.
13835 * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
13836 Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
13838 * relay32/kernel32.spec, relay32/ntdll.spec:
13839 Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
13842 * relay32/builtin32.c, tools/build-spec.txt, tools/build.c, include/builtin32.h:
13843 Added import declaration for Win32 built-ins.
13845 Mon May 10 14:44:48 1999 Alexandre Julliard <julliard@winehq.com>
13847 * tools/build-spec.txt, tools/build.c, include/builtin32.h, relay32/builtin32.c:
13848 Added support for forwarded ordinals in built-in dlls.
13850 Sun May 9 16:15:28 1999 Alexandre Julliard <julliard@winehq.com>
13853 Fixed request size for alloc_console and free_console.
13855 * 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:
13856 Improved exception handling.
13857 Based on the work of Sergey Turchanov <turchanov@usa.net>.
13860 Use OpenFile() to test for file existence, so that the path gets
13863 * server/select.c: Ove Kaaven <ovek@arcticnet.no>
13864 Restart interrupted select() (happens with -pg).
13866 * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
13867 Fixed off-by-one bug in memory access check.
13869 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
13870 More debug output for RegQueryInfoKey.
13872 * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
13873 Fixed a couple of bugs (silent backtrace not totally silent, crashes
13874 when the stack is corrupted or similar).
13876 ----------------------------------------------------------------
13877 Sat May 8 18:39:05 1999 Alexandre Julliard <julliard@winehq.com>
13879 * 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:
13880 Jean-Louis Thirot <thirot@univ-brest.fr>
13881 Added graphical configuration tool wineconf.tcl.
13883 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
13884 Ignore ESC[%dc reports generated by 8bit control codes.
13885 Open console even if we already have one in the process.
13887 * files/profile.c: Marcus Meissner <marcus@jet.franken.de>
13888 Fixed off by 1 error in section code (did not return len-2 on buffer
13889 overflow in some cases, but len-1).
13891 * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
13894 * graphics/x11drv/palette.c: Pavel Roskin <pavel_roskin@geocities.com>
13895 Fixed palette handling for true/high-color X11.
13897 * loader/ne/module.c:
13898 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13899 Fixed extension handling in LoadLibrary16.
13901 * windows/dce.c, windows/painting.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, include/win.h, objects/region.c:
13902 Alex Korobka <alex@aikea.ams.sunysb.edu>
13903 Rearranged PAINT_RedrawWindow() so that it first recursively updates
13904 invalid regions and only then starts sending out messages. This should
13905 help with reentrancy during message processing and now it needs just
13906 one (or none) scratch region for all there is to do. Also, small fixes
13907 for SetWindowPos().
13909 * configure, configure.in: Added check for missing __i386__ definition.
13911 * 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:
13912 Patrik Stridvall <ps@leissner.se>
13915 * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
13916 Pass PROPSHEETPAGE to propertypage dialog as lParam.
13918 * 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:
13919 Patrik Stridvall <ps@leissner.se>
13922 * 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:
13923 Huw D M Davies <h.davies1@physics.ox.ac.uk>
13924 Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs
13925 to bring wingdi.h almost upto a complete NT4.0 interface.
13926 Fix return value of SetRectRgn().
13928 * 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:
13929 Michael Veksler <mveksler@techunix.technion.ac.il>
13930 Removed #include "wine/winuser16.h" and use "struct tag????" instead.
13932 * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
13933 Improved Wine debugger backtrace. New features:
13934 - Displays ebp, in case you want to check stackframes manually
13935 - Detects far calls even when windows apps don't mark them
13936 - Tracks CallFrom16/CallTo16 relaying (thunking)
13938 * loader/elfdll.c: Ulrich Czekalla <ulrichc@corel.ca>
13939 Bugfix: get_sobasename was off by one pointer increment.
13941 * multimedia/init.c: Kevin Holbrook <kwh@neosoft.com>
13942 Fixed implicit type warning.
13944 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
13945 Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
13947 * ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c:
13948 Francis Beaudet <francis@macadamian.com>
13949 Second part of the OLE datacache implementation.
13951 * msdos/Makefile.in, msdos/devices.c, msdos/dosmem.c, msdos/int21.c, include/dosexe.h, include/miscemu.h, include/msdos.h:
13952 Ove Kaaven <ovek@arcticnet.no>
13953 Moved DOS List of Lists initialization, and added the beginnings of
13954 the DOS device structures.
13956 * programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
13957 Noomen Hamza <noomen@macadamian.com>
13960 * ole/hglobalstream.c, relay32/ole32.spec:
13961 Thuy Nguyen <thuy@macadamian.com>
13962 Implemented GetHGlobalFromStream.
13964 * include/thread.h, scheduler/thread.c:
13965 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13966 Call THREAD_FreeTHDB as service thread callback.
13968 * include/message.h, loader/task.c, windows/timer.c:
13969 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13970 Removed TIMER_SwitchQueue.
13972 * debugger/memory.c:
13973 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
13974 Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80
13977 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
13978 Stop winelib programs on fault instead of endless faultlooping.
13980 * Makefile.in: James Juran <jrj120@psu.edu>
13981 Run ldconfig in make install if using --enable-dll.
13982 Cleaned up uninstall_lib as well.
13984 * ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec, ole/stg_bigblockfile.c, include/wine/obj_storage.h, ole/memlockbytes.c:
13985 Thuy Nguyen <thuy@macadamian.com>
13986 Implementation of IStorage supported by an implementation of
13987 ILockBytes on top of an HGLOBAL.
13989 * files/profile.c, relay32/kernel32.spec:
13990 Marcus Meissner <marcus@jet.franken.de>
13991 Return the correct value from GetPrivateProfileSectionA.
13992 Copy/convert back the buffer in GetPrivateProfileSectionW.
13993 Replace some output pointers str/wstr->ptr in kernel32.spec.
13995 * loader/task.c, scheduler/process.c:
13996 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
13997 Some initialization sequence bugfixes:
13998 - Initialize process crst for 16-bit processes.
13999 - Don't crash due to uninitialized stack frames in WineLib.
14000 - Map system DLLs before calling UserSignalProc.
14001 - Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
14003 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14004 Call Callout routines directly when using builtin USER.
14006 * loader/pe_image.c:
14007 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14008 Bugfix: all PE modules were marked 'internal'.
14010 * include/dce.h, objects/dc.c, windows/dce.c:
14011 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14012 Check for busy DCE moved to DCHook16().
14014 * include/win.h, loader/main.c, windows/win.c:
14015 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14016 Initialize WIN_CritSection earlier.
14018 * dlls/comctl32/trackbar.c, include/trackbar.h:
14019 Luc Tourangeau <luc@macadamian.com>
14020 Removed the timer that was used to queue TRACKBAR_Refresh calls.
14021 Removed all direct calls to TRACKBAR_Refresh (except from within the
14022 WM_PAINT handling section) and replaced them by calls to
14024 Fixed a bug in the TRACKBAR_SetPos function.
14025 Fixed the behavior for different types of mouse input.
14027 * dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
14028 Implemented toolbar multirow button layout.
14030 * dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
14031 Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
14033 * ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
14034 Implemented OleTranslateColor.
14036 * include/winuser.h, windows/input.c:
14037 Francis Beaudet <francis@macadamian.com>
14038 Changed the return value of GetKeyboardState and SetKeyboardState from
14041 * controls/listbox.c: Francois Boisvert <francois@macadamian.com>
14042 Prevented LISTBOX_RepaintItem from repainting a non visible item.
14044 * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14047 * windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14048 Bugfix for TRACE in UnregisterClass.
14050 Wed May 5 13:20:50 1999 Alexandre Julliard <julliard@winehq.com>
14052 * include/Attic/propsheet.h: No longer necessary.
14054 Tue May 4 16:55:23 1999 Alexandre Julliard <julliard@winehq.com>
14056 * objects/dc.c, windows/dce.c, include/dce.h:
14057 Francis Beaudet <francis@macadamian.com>
14058 Check if DC is busy before deleting it.
14061 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14062 GetMailslotInfo is supposed to check for pointer validity.
14064 * server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14065 Possible crash in select_loop() fixed.
14067 * include/services.h, loader/task.c, scheduler/services.c:
14068 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14069 Fixed various stupid bugs in services thread routines.
14070 Added SERVICE_Exit routine to kill the services thread.
14072 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14073 Inverted class/channel in __(SET|GET)_DEBUGGING macros.
14075 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14076 Correct implementation of GetWindowThreadProcessId().
14078 * if1632/mmsystem.spec, multimedia/mmsystem.c:
14079 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14080 Added PlaySound16, sndPlaySound16.
14082 * if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
14083 Fixes winproc deadlock for win16.
14085 Mon May 3 09:44:57 1999 Alexandre Julliard <julliard@winehq.com>
14087 * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14088 Fixed some deadlock(s) in message sending.
14090 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14091 cleaned up debug channels to use default one (mmsys)
14092 more conversions from mixerXXXW and mixerXXXX16 to mixerXXXXA
14093 fixed callback bug in midiStream functions
14094 fixed compilation bug with egcs
14095 changed to the new debug channel interface
14097 * multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14098 small range fixes for OSS driver
14099 changed to the new debug channel interface
14101 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14102 first (working) shot at OSS mixer low level interface
14103 changed to the new debug channel interface
14105 * misc/network.c, relay32/mpr.spec:
14106 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14107 Fixed off-by-one ordinals in MPR.
14108 Added MPR_Alloc/ReAlloc/Free (MPR.22-24).
14110 * loader/module.c, if1632/relay.c:
14111 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14112 Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
14114 * loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14115 Load system DLLs into WineLib applications.
14117 * graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14118 Small update to the PostScript encoding vector.
14120 * loader/module.c, loader/task.c: Bug fixes.
14122 Sun May 2 19:10:57 1999 Alexandre Julliard <julliard@winehq.com>
14124 * scheduler/process.c:
14125 Moved a few more initialisations to the new process context.
14127 * loader/task.c: Don't initialise the stacks for 32-bit processes.
14129 * miscemu/main.c: Only check number of tasks after first message.
14130 Use a 16-bit module for creating the initial task.
14132 * include/authors.h, AUTHORS:
14133 Updated authors list from the Changelog. Please let me know if you
14134 have been left out.
14136 * loader/task.c, scheduler/process.c:
14137 Converted to the new debugging interface (done with the help of the
14138 script written by Patrik Stridvall).
14139 Some changes to the initialisation sequence for 32-bit processes.
14142 Converted to the new debugging interface (done with the help of the
14143 script written by Patrik Stridvall).
14145 * tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
14146 Misc fixes and improvements.
14148 * include/config.h.in, configure, configure.in:
14149 Added check for -lmmap for OS/2.
14151 * include/debugdefs.h, ole/hglobalstream.c, ole/stg_stream.c, ole/storage32.c:
14152 Francis Beaudet <francis@macadamian.com>
14153 Fixed a few bugs in the OLE storage implementation, added a new set of
14154 trace statements for the OLE storage related methods and introduced a
14155 new debug channel for the storage subsystem.
14157 * multimedia/time.c, objects/dib.c, objects/palette.c, include/wine/winuser16.h, misc/spooler.c:
14158 Michael Veksler <mveksler@techunix.technion.ac.il>
14159 Removed redundant include of winbase.h from winuser16.h.
14160 Moved types from winbase.h to winuser16.h .
14162 * include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
14163 - default item handling
14164 - small drawing fixes
14166 * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
14167 Klaas van Gend <klaas@vangend.demon.nl>
14168 More implementation of PrintDlgA.
14169 Conversion of resource identifiers of Print32 window to comply to the
14172 * server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14173 Don't crash if queuing an APC on a thread that doesn't wait.
14175 * windows/timer.c, windows/x11drv/event.c, include/message.h:
14176 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14177 Use SERVICES callback to implement Windows timers.
14178 Timer expiration handling removed from EVENT_WaitNetEvent loop.
14180 * memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
14181 Call SetLastError in HeapCompact().
14183 * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
14184 Added prototype for TryEnterCriticalSection.
14186 * include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
14187 Make all structures packed and removal of some WINE_PACKED.
14189 * controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
14190 Pushbuttons should only be rounded in Win31 look.
14192 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
14193 - default item handling
14194 - small drawing fixes
14196 * windows/winpos.c: Noel Borthwick <noel@macadamian.com>
14197 Fixed an unbalanced windows lock/unlock sequence in
14198 WINPOS_ActivateOtherWindow.
14200 * include/debugdefs.h: enhmetafile added
14202 * 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:
14203 Eric Pouech <Eric.Pouech@wanadoo.fr>
14204 - got rid of all the internal MM tweaks to load builtin MCI
14205 drivers. They are all seen as drivers, loaded as DLLs and standard
14206 module loadorder is used to know which type to use (builtin vs
14208 - first full working implementation of mmThread??? functions (to
14209 support gracefully native MCI drivers).
14210 - support of mmShowMMCPLPropertySheet.
14211 - fix of some heap validate bugs (thanks to Ulrich for reporting them).
14213 * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
14214 Fix CreateProcessA to implement correct actions on ambiguous command
14215 line names (try longer and longer strings).
14217 * 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:
14218 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14219 Started implementing Enhanced MetaFile driver.
14221 * 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:
14222 Francis Beaudet <francis@macadamian.com>
14223 Implemented the OLE object default handler and data cache.
14225 * include/enhmetafile.h, include/wingdi.h, objects/enhmetafile.c:
14226 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14227 Several improvements to Enhanced MetaFile playback.
14229 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
14230 Only try to append ".dll" if a library is loaded implicitely.
14232 * dlls/shell32/shellord.c:
14233 Michael Veksler <mveksler@techunix.technion.ac.il>
14234 Fix TRACE formatting warnings.
14236 * dlls/shell32/shlfolder.c:
14237 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14238 Fixed a small syntax problem.
14240 * windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
14241 - better stubs for Get/Set special (Progman/Taskman) window functions
14243 * relay32/user32.spec, windows/message.c:
14244 Juergen Schmied <juergen.schmied@metronet.de>
14245 - new SendMessageCallbackW
14246 - some fixme's for missing A<->W conversion
14248 * windows/dialog.c: Noel Borthwick <noel@macadamian.com>
14249 Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
14251 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
14252 Bugfix for EnumPrinters level 2.
14254 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
14255 Correct logic in GetKeyNameText.
14257 * documentation/bugreports:
14258 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14259 Removed +snoop from documentation/bugreports.
14261 Sat May 1 10:41:02 1999 Alexandre Julliard <julliard@winehq.com>
14263 * objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
14264 LoadImageW fixed for hicolor displays.
14266 * include/mmsystem.h, include/multimedia.h, multimedia/mmsystem.c:
14267 Marcus Meissner <marcus@jet.franken.de>
14268 MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI.
14270 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
14271 James Abbatiello <abbeyj@wpi.edu>
14272 Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
14273 to handle wide character strings properly. Fix of our previous patch
14274 for null pointer checking.
14276 * ole/Makefile.in, ole/memlockbytes.c, ole/ole2stubs.c:
14277 Thuy Nguyen <thuy@macadamian.com>
14278 Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
14279 the ILockBytes interface based on an HGLOBAL.
14281 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
14282 Fixed a bug in CoRegisterClassObject.
14284 * dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
14285 Removed some flickering when inserting or deleting buttons.
14287 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
14288 James Abbatiello <abbeyj@wpi.edu>
14289 Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
14290 between lpItem and lpLVItem. Now compares the pszText string of the
14291 lpItem and lpLVItem structs. Fixes a bug where the old and new item
14292 have the same attributes but their text differs and GetItemChanges()
14293 compares them as equal.
14295 * dlls/comctl32/propsheet.c, dlls/comctl32/propsheet.h, dlls/comctl32/rsrc.rc, dlls/comctl32/tab.c:
14296 Thuy Nguyen <thuy@macadamian.com>
14297 Added support for adding and removing pages dynamically from a
14300 * controls/button.c, controls/combo.c, controls/desktop.c, controls/listbox.c:
14301 Marcus Meissner <marcus@jet.franken.de>
14302 Removed the gotos from the WndProcs, always use a small wrapper that
14303 locks the window, calls the real wndproc, unlocks the window.
14305 * dlls/shell32/contmenu.c:
14306 Juergen Schmied <juergen.schmied@metronet.de>
14307 Fixed default menu item.
14309 * win32/code_page.c, misc/ddeml.c:
14310 Juergen Schmied <juergen.schmied@metronet.de>
14314 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14315 Added a missing LeaveCriticalSection.
14317 * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
14318 Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
14319 TranslateMDISysAccel16.
14321 * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
14322 Fixed off-by-one bug in async output buffers.
14324 * ole/ole2.c: Francis Beaudet <francis@macadamian.com>
14325 Fixed a little Drag and Drop bug.
14327 ----------------------------------------------------------------
14328 Mon Apr 26 14:58:59 1999 Alexandre Julliard <julliard@winehq.com>
14330 * include/config.h.in, configure, configure.in:
14331 Marcus Meissner <marcus@jet.franken.de>
14332 Added autoconf check for "inline". You can now use it, it will be
14333 defined to (empty) for compilers that do not have it.
14335 * tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14336 Don't include alloca.h.
14338 * README, documentation/wine.man: James Juran <jrj120@psu.edu>
14339 Update to reflect recent changes and discussions.
14341 * loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
14342 The load order parser should not always complain about extensions.
14344 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
14345 - align magic buttons right
14346 - shortcuts alignment working again
14348 * loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14349 Fixed loading of native NE dlls.
14351 Sun Apr 25 19:04:42 1999 Alexandre Julliard <julliard@winehq.com>
14353 * memory/heap.c: Fixed __builtin_return_address arg.
14356 Patrik Stridvall <ps@leissner.se>
14357 Fixed ANSI compabillity.
14360 Bertho Stultiens <bertho@panter.soci.aau.dk>
14361 Built-in dlls now have resources attached via the PE-header like
14362 normal dlls. This enables the use of the resource API.
14365 Use $HOME instead of getpwuid for user's home directory.
14366 Fixed messed up indentation.
14368 * graphics/x11drv/xfont.c:
14369 Use $HOME instead of getpwuid for user's home directory.
14372 Patrik Stridvall <ps@leissner.se>
14373 #pragma pack(?) changed to #include "*pack*.h"
14375 * 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:
14376 Jim Aston <jima@corel.ca>
14377 Added some missing #defines I've run across.
14379 * files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14380 Ignore trailing dots on file names.
14382 * 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:
14383 Ove Kaaven <ovek@arcticnet.no>
14384 Added a possibility to let the internal debugger use a separate
14385 heap. Not enabled by default, change #if in include/debugger.h to use
14386 this (the heap allocator is very slow).
14388 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14389 wine.conf should not overrule content of burned in data in
14392 * graphics/mapping.c: Karl Lessard <karll@corel.com>
14393 SetMapMode should not reset the window and viewport origins to 0.
14395 * tools/wineconf: Eric Pouech <Eric.Pouech@wanadoo.fr>
14396 Allow to automatically copy part of wine.ini into generated file.
14397 Small perl enhancement (work in strict mode).
14398 Small updates in heuristics.
14400 * wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
14401 Upgraded to have a decent multimedia DLLs configuration.
14403 * tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
14404 Bertho Stultiens <bertho@akhphd.au.dk>
14405 - Fixed a counting bug in the win32 count and sort routine.
14406 - Fixed sort order of resources (must be name before ordinal).
14407 - Shuffled a couple of global variables so that built-in dlls now can
14408 load resources through the proper PE interface.
14410 * include/windef.h, include/winreg.h:
14411 Adrian Thurston <adriant@corel.ca>
14412 Added support for strict handles. Only works on machines where
14413 sizeof(UINT) == sizeof(void*).
14415 * scheduler/process.c:
14416 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14417 Initialize process critical section in the correct process context.
14419 * scheduler/critsection.c:
14420 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14421 Warn if wrong process tries to enter critical section.
14422 Better implementation of Reinitialize/UninitializeCriticalSection
14423 (still not quite correct).
14425 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
14426 debug.h must be last in list of includes.
14428 * loader/ne/module.c:
14429 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14430 Return 32-bit module in GetModuleHandle16() if appropriate.
14432 * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14433 Fixed crash when status was read with cd-rom tray open.
14435 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14436 Fixed a bug in msg conversion.
14438 * dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14439 Prevent crash when nMinRange > nMaxRange.
14441 * include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
14442 Added some missing manifest constants for Queue Status functions (QS_????).
14444 * controls/button.c, controls/edit.c, windows/mdi.c:
14445 Eric Pouech <Eric.Pouech@wanadoo.fr>
14446 Added missing WIN_ReleaseWndPtr.
14448 * graphics/x11drv/xfont.c: Chris Morgan <cmorgan@wpi.edu>
14449 James Abbatiello <abbeyj@wpi.edu>
14450 More appropriate default size for fonts with invalid sizes.
14452 * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
14453 James Abbatiello <abbeyj@wpi.edu>
14454 Implemented SetColumnWidth for ListView control.
14456 * documentation/config: Adam Sacarny <magicbox@bestweb.net>
14457 Added new documentation for the configuration file.
14460 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14461 Improved VERSION_GetVersion.
14463 * windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
14464 Added Swedish keyboard layout.
14466 * 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:
14467 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14468 General tidy up of the MetaFile driver - make sure that everything
14469 goes through the DCFuncs table.
14471 * misc/toolhelp.c, if1632/kernel.spec:
14472 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14473 Add a stub for GlobalMasterHandle.
14475 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
14476 Much nicer way to select wine's location.
14477 Option to disable creation of debugging output.
14478 Debugging output is now created in directory script was started in.
14480 * windows/x11drv/wnd.c: Noel Borthwick <noel@macadamian.com>
14481 Fixed a problem with managed mode, where popup windows with a WS_DLGFRAME
14482 style were appearing with a title bar. According to the docs for
14483 WS_DLGFRAME a window with this style cannot have a title bar.
14485 * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
14486 Use DllOverrides from wine.ini as defaults also in
14487 loadorder.c (merged in some MM dlls lines from Eric Poeuch).
14489 * windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14490 Fixed some bogus infinite expiration time.
14492 * windows/x11drv/event.c: David Luyer <luyer@ucs.uwa.edu.au>
14493 - consolidate both cases of !pending in WaitNetEvent
14494 - select() returns -1 not 0 on error in WaitNetEvent
14496 * memory/heap.c, include/heap.h: Ove Kaaven <ovek@arcticnet.no>
14497 Made HeapValidate threadsafe, and added some macros to track callerEIP
14499 Added HEAP_xrealloc.
14501 Sat Apr 24 12:02:15 1999 Alexandre Julliard <julliard@winehq.com>
14503 * loader/loadorder.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/elfdll.h, loader/elf.c, loader/elfdll.c:
14504 Marcus Meissner <marcus@jet.franken.de>
14505 autoconf fixes and cleanups (check for dlopen() in libc too).
14507 * ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
14508 Francis Beaudet <francis@macadamian.com>
14509 Implemented CreateStreamOnHGLOBAL.
14512 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
14513 Let CoSetState() accept state == NULL.
14515 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
14516 Juergen Schmied <juergen.schmied@metronet.de>
14517 Made internal format more compatible.
14519 * dlls/shell32/shlfolder.c:
14520 Juergen Schmied <juergen.schmied@metronet.de>
14523 * windows/class.c, windows/dce.c, controls/combo.c:
14524 Guy Albertelli <galberte@neo.lrun.com>
14525 Fix locking with proper calls to WIN_ReleaseWndPtr.
14527 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
14528 Don't malloc/free for every mixing operation, use the same buffer over
14531 * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
14532 James Abbatiello <abbejy@wpi.edu>
14533 HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
14534 text strings as null strings, as Windows does. Fixes wine crash on
14535 startup of CuteFTP.
14537 * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
14538 Set (when registry loaded) data to "\0" and length to 2 in empty
14539 string value case, in place of setting data to NULL and length to 0,
14540 and this is without initializing output buffer parameter of
14543 * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14544 Added Panose defines and EXTLOGFONT[A|W].
14546 Thu Apr 22 16:27:53 1999 Alexandre Julliard <julliard@winehq.com>
14549 Patrik Stridvall <ps@leissner.se>
14550 Fixed ANSI compabillity.
14552 * 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:
14553 Michael Veksler <mveksler@techunix.technion.ac.il>
14554 Removed some includes of 16 bit API.
14556 * dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, include/oleobj.h, include/shlobj.h, dlls/shell32/dataobject.c:
14557 Adrian Thurston <adriant@corel.ca>
14558 ICOMization of remaining interfaces.
14560 * dlls/comctl32/tooltips.c: Noel Borthwick <noel@macadamian.com>
14561 Fixed bug with tooltips stealing focus whenever a tooltip was created,
14562 shown, hidden or tracked. The SetWindowPos calls needed to have the
14563 SWP_NOACTIVATE flag set additionally.
14565 * objects/clipping.c: Karl Lessard <karll@corel.com>
14566 Fixed coordinates conversion in OffsetClipRgn.
14568 * include/objbase.h: Adrian Thurston <adriant@corel.ca>
14569 Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
14571 * relay32/kernel32.spec, scheduler/handle.c:
14572 Marcus Meissner <marcus@jet.franken.de>
14573 CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
14575 * 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:
14576 Juergen Schmied <juergen.schmied@metronet.de>
14577 Moved stuff to the right place.
14579 * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
14580 Fixed syscolors for win 3.1.
14582 * files/profile.c, if1632/kernel.spec:
14583 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14584 Added missing profile KERNEL routines (call 32-bit versions).
14586 * if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14587 Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
14588 entry table layout.
14590 * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14591 Add Enhanced MetaFile record structures.
14593 * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/resource.h, resources/sysres_En.rc:
14594 Thuy Nguyen <thuy@macadamian.com>
14595 First patch implementing property sheets.
14597 * relay32/gdi32.spec:
14598 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14599 Bugfix: GDI32.100-104 are ordinal-only routines.
14600 Added stubs for some Win98 GDI32 routine.
14601 Re-numbered all named exports (lexicographically).
14603 * graphics/driver.c:
14604 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14605 Added prototypes (stubs) for GDI32.100-104.
14607 * 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:
14608 Juergen Schmied <juergen.schmied@metronet.de>
14609 - more checks for valid pidl formats
14611 * relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
14612 Juergen Schmied <juergen.schmied@metronet.de>
14613 - corrected parameter count for SHGetSettings
14614 - stub SHValidateUNC
14616 * loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14617 #else branch compile fix.
14619 * include/elfdll.h, loader/elfdll.c, loader/loadorder.c:
14620 Bertho Stultiens <bertho@panter.soci.aau.dk>
14621 Change wine's dlopen search-patch strategy not using the environment
14622 and added #if:s to seperate the code out if libdl isn't availble.
14624 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
14625 Added a check for a NULL pointer in CoFreeUnusedLibraries.
14627 * relay32/builtin32.c:
14628 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
14629 Include debug.h last (ERR() macro problem on Solaris).
14631 * controls/combo.c: Francis Beaudet <francis@macadamian.com>
14632 Fixed a sizing bug in the combobox control.
14634 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14635 Bugfix: Internal NE entry point tables were bad (one huge bundle).
14637 * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
14638 Initialize the output buffer parameters to 0 in RegQueryValue*
14639 functions. This is important specially when there's no data to return.
14641 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
14642 Do not increment module refCount if self is loaded from within
14643 DllEntryPoint during the attach notification.
14645 Wed Apr 21 14:27:37 1999 Alexandre Julliard <julliard@winehq.com>
14647 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
14648 - protect TRACE against NULL-ptr
14649 - rewrote GetMenuItemID/GetSubMenu to use MENU_FindItem (hmenu=0xffff fix).
14651 * dlls/comctl32/toolbar.c:
14652 Juergen Schmied <juergen.schmied@metronet.de>
14655 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
14656 Reimplementation of GetModuleHandle16 according to how win95 handles
14657 it (thanks to Marcus Meissner <marcus@jet.franken.de>).
14659 * if1632/builtin.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
14660 Corrected wrong return values of built-in loader to work with the
14663 Mon Apr 19 16:45:24 1999 Alexandre Julliard <julliard@winehq.com>
14665 * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/init.c, include/bitmap.h, include/metafiledrv.h, objects/dib.c, objects/metafile.c:
14666 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14667 Implemented recording of StretchDIBits and SetDIBitsToDevice and
14668 playback of SetDIBitsToDevice. Cleaned up PlayMetaFileRecord a bit.
14670 * include/elfdll.h, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
14671 Bertho Stultiens <bertho@panter.soci.aau.dk>
14672 Removed non-portable hacks and replaced them with more general
14675 * windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
14676 Code added to re-evaluate stale DC information in DCE cache.
14678 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
14679 Attach notifications must be send after all recursive dependencies are
14680 loaded and not before.
14682 * graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
14685 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14686 Fixed playing position when required by track number.
14688 * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
14689 Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
14691 * wine.ini: Marcus Meissner <marcus@jet.franken.de>
14692 Native toolhelp will not work (missing GLOBALMASTERHANDLE).
14694 * BUGS, README: Marcus Meissner <marcus@jet.franken.de>
14697 * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
14698 Test for static was reversed.
14701 Patrik Stridvall <ps@leissner.se>
14702 New debug scheme with explicit debug channels declaration.
14704 Sun Apr 18 14:44:26 1999 Alexandre Julliard <julliard@winehq.com>
14706 * loader/ne/module.c: Removed extra call to TASK_StartTask.
14708 * include/acconfig.h, include/config.h.in, configure, configure.in:
14709 Removed check for union semun; cleaned up a bit.
14711 * include/server.h, server/process.c, server/trace.c, tools/make_requests:
14712 Added env ptr to new_process request
14714 * relay32/user32.spec, windows/mdi.c, controls/menu.c, include/menu.h, include/winuser.h:
14715 Juergen Schmied <juergen.schmied@metronet.de>
14716 - use fonts/fontsizes given by SystemParametersInfo
14717 - drawing/alignment fixes, win98 style for menubar
14718 - ownerdrawn menus are working now for the first time
14719 - complete constants magic items
14720 - use right owner for popupmenus
14721 - new: Get/SetMenuInfo
14722 - implemented: Get/SetMenuContextHelpId
14723 - more flags for Get/SetMenuItemInfo
14725 * files/dos_fs.c: robert w hall <bobh@n-cantrell.demon.co.uk>
14726 Make DOSFS_MatchLong match a search string ending in '*.' to a zero
14727 extension file name, allowing Mathcad to run.
14729 * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14730 Fixed memory freeing.
14732 * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
14733 Renamed cmdlgr.h to cmdlgtst.h.
14735 * scheduler/critsection.c: Added timeout to critical section waiting.
14737 * include/thread.h, scheduler/sysdeps.c:
14738 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14739 Merged Linux/FreeBSD reentrant errno handler, added Solaris.
14740 Preliminary support for Solaris low-level threads (LWPs) added.
14742 * configure, configure.in, include/acconfig.h, include/config.h.in:
14743 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14744 Reentrant libc check for Solaris added.
14745 Fixed reentrant X11 check for FreeBSD and Solaris.
14746 Added check for Solaris low-level thread routines.
14748 * loader/ne/module.c:
14749 Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
14752 * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
14753 Automatic install script, which automatically configures and compiles
14754 wine and regapi, runs tools/wineconf to generate a configuration file
14755 if one does not already exist, and uses regapi to install the default
14758 * documentation/gui, windows/win.c, windows/winpos.c:
14759 Eric Pouech <Eric.Pouech@wanadoo.fr>
14760 Properly handling cases like calling SetWindowPos while processing
14763 * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14764 Fixed a few bugs (typos from cut & paste & invalid heap block
14767 * misc/wsprintf.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14770 * 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:
14771 Bertho Stultiens <bertho@panter.soci.aau.dk>
14772 Reorganization of the loader to correctly load and free libraries and
14773 implementation of load order to load different types of libraries.
14775 * documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
14776 Updated commandline changes of -dll option and wine.conf entries.
14778 * wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
14779 Updated the example with the new configuration entries.
14781 * dlls/shell32/shell32_main.c:
14782 Bertho Stultiens <bertho@panter.soci.aau.dk>
14783 Bugfix: free loaded library not before exit.
14785 * include/elfdll.h, include/loadorder.h, loader/elfdll.c, loader/loadorder.c:
14786 Bertho Stultiens <bertho@panter.soci.aau.dk>
14787 New files to support load order and partial stubs for elfdlls.
14789 * graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, include/bitmap.h, objects/brush.c, objects/cursoricon.c, objects/dib.c:
14790 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14791 Fixes for upside-down DIBs.
14793 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
14794 Changed 'GetDisplayMode' to return the mode previously set by
14795 'SetDisplayMode' (and not the current monitor mode).
14797 * include/tab.h, dlls/comctl32/tab.c:
14798 Luc Tourangeau <luc@macadamian.com>
14799 -Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
14800 TCM_SETITEMSIZE and TCM_DELETEITEM.
14802 * objects/cursoricon.c: Pavel Roskin <pavel_roskin@geocities.com>
14803 LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
14804 returns 0, it is interpreted as if it were 256.
14806 * loader/module.c, scheduler/process.c:
14807 Kevin Holbrook <kwh@neosoft.com>
14808 Fix ambiguous else warning.
14810 * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
14811 Loading color values from the registry fixed.
14813 * graphics/ddraw.c: Brian Gerst <bgerst@quark.vpplus.com>
14814 - Removed all floating point math.
14815 - Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
14816 - Implemented source and dest color-keying for 8, 16, and 32 bit color.
14817 - Implemented some trivial raster operations.
14818 - Minimized inner loops for maximum speed.
14819 - Use memcpy whenever possible.
14821 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
14822 Reduced fragment size.
14823 Reorganized wodOpen (with support for WAVE_QUERY_FORMAT).
14824 Fixed buffer underrun recovery.
14825 Fixed bug in wodReset()/wodClose().
14827 * ole/storage32.c: Michael Veksler <mveksler@techunix.technion.ac.il>
14828 Simplify propertyNameCmp() and fix a warning in the way by removing
14829 CRTDLL__wcsupr() calls.
14831 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
14832 DdeNameService: expansion of stub to trap unused instanceids at start of run.
14833 DdeGetLastError: catch 'not initialized' situation and return correct response.
14834 DdeFreeStringHandle: complete test for error set by previous call of
14835 something and ignore it, also release handle table mutex on normal exit.
14836 DdeQueryStringA, DdeQueryStringW, DdeCreateStringHandleW: Release
14837 handle table mutex on normal exit.
14839 * include/wnet.h, misc/network.c:
14840 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
14841 Don't announce the WNetDirectoryNotify capability WNetGetConnection.
14842 Change the return value for local files.
14844 * windows/mouse.c: Michael Veksler <mveksler@techunix.technion.ac.il>
14845 Add "win.h" to fix implicit function declaration warnings.
14847 * console/interface.c, include/console.h:
14848 Marcus Meissner <marcus@jet.franken.de>
14849 Only declare console "driver" once, use external refs elsewhere.
14851 * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
14852 When the vertical scrollbar is removed, the background was not
14853 properly repainted.
14855 * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
14856 Disable AC bit on receiving alignment exceptions.
14858 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
14859 SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
14861 * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
14862 While handling the WM_DELETEWINDOW client message check if a window
14863 has been disabled and if so prevent an SC_CLOSE message from being
14866 * windows/dce.c: Noel Borthwick <noel@macadamian.com>
14867 Make access to the DCE list thread safe by ensuring we have acquired
14868 the Windows lock before using it.
14870 Fri Apr 16 15:19:14 1999 Alexandre Julliard <julliard@winehq.com>
14872 * resources/.cvsignore: Changed for renamed files
14874 * misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
14875 Michael Veksler <mveksler@techunix.technion.ac.il>
14878 * 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:
14879 Pablo Saratxaga <pablo.sarachaga@ping.be>
14880 Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
14881 -> Pt; to conform to standard names for those languages).
14883 * configure, configure.in, relay32/Makefile.in:
14884 Marcus Meissner <marcus@jet.franken.de>
14885 Add -fno-builtin when compiling with gcc in relay32/ subdir.
14887 * include/module.h, loader/ne/module.c, loader/ne/segment.c, tools/build.c, if1632/builtin.c:
14888 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14889 - Implemented proper ("real", compressed) Win16 entry tables.
14890 - Fixed MyAlloc (AKA NE_AllocateSegment).
14891 - Implemented PatchCodeHandle16.
14893 * tools/Attic/make_os2.sh, tools/make_os2.cmd, graphics/path.c, graphics/psdrv/graphics.c, include/sig_context.h:
14894 Robert Pouliot <krynos@clic.net>
14895 A few patches to help Wine to compile on OS/2.
14897 Thu Apr 15 16:46:51 1999 Alexandre Julliard <julliard@winehq.com>
14899 * 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:
14900 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14901 Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
14902 global memory handles). Fixed disk-based MetaFiles. Better
14903 separation between MetaFile playback and the metafiledrv.
14905 * misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
14906 _CIpow argument order was confirmed with Starcraft v1.05.
14908 * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
14909 Clarified a few points.
14911 * msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
14912 Added IOCTL function 0x440d/0x72.
14914 * relay32/kernel32.spec, scheduler/critsection.c:
14915 Bertho Stultiens <bertho@panter.soci.aau.dk>
14916 UnitializeCriticalSection partial stub implementation.
14918 * include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
14919 Added missing proto for GetExitCodeThread.
14921 * include/driver.h, include/wine/keyboard16.h:
14922 Michael Veksler <mveksler@techunix.technion.ac.il>
14923 Added missing windef.h includes.
14925 * windows/input.c, include/winuser.h:
14926 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
14927 ReleaseCapture() is supposed to return a BOOL value.
14929 * configure, configure.in, include/config.h.in, loader/signal.c:
14930 Marcus Meissner <marcus@jet.franken.de>
14931 FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as
14932 reentrant concerning errno. Revert unneeded FreeBSD hack to
14933 loader/signal.c from last patch.
14935 * windows/x11drv/keyboard.c:
14936 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14937 index == 3 corresponds to Alt-Gr + Shift.
14939 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
14940 More of DdeCreateStringHandleA, DdeFreeStringHAndle, DdeQueryStringA
14941 and DdeCreateStringHandleW and tidy up of RemoveHSZNodes, and
14942 DdeCreateStringHandleA.
14944 * windows/x11drv/main.c, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/x11drv.h:
14945 Pavel Roskin <pavel_roskin@geocities.com>
14946 Fixed ugly disabled controls and black background in Write and Lotus
14949 * controls/button.c, include/button.h, include/winuser.h:
14950 Pascal Lessard <pascal@macadamian.com>
14951 Implement the button with bitmaps.
14953 * include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
14954 Stephane Lussier <stephane@macadamian.com>
14955 Implementation of IStorage::CopyTo and IStream::CopyTo.
14957 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14958 Bugfix: Always release the Win16Lock in TASK_Reschedule.
14960 * windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
14961 Solved a deadlock between global lock and wnd lock in event.c.
14963 * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
14964 Typo that broke Solaris compile fixed.
14966 * controls/desktop.c: Francois Boisvert<francois@macadamian.com>
14967 Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
14969 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
14970 Fix scancodes for NumLock and Num-/.
14971 Fix MapVirtualKey() (maptype=2) to return proper ascii code.
14972 Reworked GetKeyNameText() again.
14974 * graphics/psdrv/font.c:
14975 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
14976 Limit lastChar to 0xff in PSDRV_GetCharWidth.
14978 * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
14979 Missing WINAPI for RegisterSystemThread.
14981 Sun Apr 11 18:48:17 1999 Alexandre Julliard <julliard@winehq.com>
14983 * msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14984 Fixed "Display Combination" call.
14986 * misc/comm.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
14987 Fixed a crash due to invalid OpenComm return value for busy comm port.
14988 Cleaned up/fixed several things.
14990 * windows/win.c: Francois Boisvert<francois@macadamian.com>
14991 Enabled thread safeness for wnd structure code.
14993 * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14994 Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
14996 * server/request.c, server/thread.c, server/trace.c, include/server.h, include/server/request.h, include/server/thread.h, scheduler/client.c:
14997 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
14998 Added new CLIENT_DebuggerRequest routine, implemented support for
14999 DEBUGGER_FREEZE_ALL/DEBUGGER_UNFREEZE_ALL requests.
15000 Run wine server in the main wine process.
15001 Bugfix: never free initial thread!
15003 * scheduler/process.c, include/process.h:
15004 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15005 Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
15007 * windows/timer.c: Ove Kaaven <ovek@arcticnet.no>
15008 Teached TIMER_GetNextExpiration that a timer that has already expired
15009 (but not processed yet) HAS already expired...
15011 * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
15012 Default values for registry.
15014 * graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
15015 Optimized code for SetImageBits_X, making bitmap creation faster.
15017 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
15018 The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
15020 * configure.in, include/config.h.in, include/sig_context.h, loader/signal.c, scheduler/sysdeps.c, configure:
15021 Marcus Meissner <marcus@jet.franken.de>
15022 - Started multithreading for FreeBSD (incomplete, but some
15023 applications now at least start up again).
15024 - Use _thread_sys_sigaction/_thread_sys_sigaltstack.
15025 - CR2 on pagefault gets passed in sc_err (some kind of kludge in
15026 FreeBSD owns fault handling we can use)
15028 * include/selectors.h, memory/global.c, memory/selector.c:
15029 Made SELECTOR_ReallocBlock preserve the current selector access rights
15030 (problem reported by Andreas Mohr).
15032 * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15033 Use services thread instead of timer signals.
15035 * server/thread.c, scheduler/synchro.c:
15036 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15037 Allow user APCs with NULL 'func' (just wake up the thread).
15039 * include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
15040 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15041 Implemented 'kernel services thread'.
15043 * include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
15044 Klaas van Gend <klaas@vangend.demon.nl>
15045 Added stub for PrinterProperties.
15047 * dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
15048 Juergen Schmied <juergen.schmied@metronet.de>
15049 Implemented NtTerminateProcess and NtDisplayString.
15051 * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
15052 FreeLibrary partial implementation.
15054 * misc/crtdll.c, relay32/crtdll.spec: Ove Kaaven <ovek@arcticnet.no>
15055 Made _ftol take argument from FPU stack. Starcraft v1.04 (*not* Brood
15056 Wars) now works perfectly with Wine's crtdll. Wrote a test
15057 implementation of _CIpow too, which those who do have Brood Wars can
15058 report on, so it can be implemented correctly.
15060 * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
15061 Partial implementation for GetKeyNameText for new keyboard structure.
15063 * dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
15066 * include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
15067 Added missing ReadClassStg prototype.
15069 * misc/wsprintf.c: Michael Veksler <mveksler@techunix.technion.ac.il>
15070 - Fix comments after the big renaming (xxxx32y --> xxxxy).
15071 - Declare the WPRINTF_DATA union, and use it instead of LPCVOID and WORD.
15072 Avoid ugly type casting, and fix compilation warnings of wsprintf.c
15074 * documentation/status/dde:
15075 Keith Matthews <keith_m@sweeney.demon.co.uk>
15076 Status document for DDE/Ddeml.
15078 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15079 Added event callback mechanism.
15080 Introduction of MCI yield procs.
15081 Updated (prepare|unprepare)header functions (wave, midi) to allow
15082 correct callback mechanisms.
15083 Made midiStreamXXX functions working.
15084 First try at mmThreadXXX functions.
15086 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15087 Updated (prepare|unprepare)header functions to allow correct callback
15090 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15093 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15094 New method for structure conversion (16 <-> 32).
15095 More MCI structures correctly mapped.
15096 Introduction of MCI yield proc and break facility.
15098 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15099 Updated (prepare|unprepare)header functions to allow correct callback
15100 mechanisms. Implemented waveOut playback as asynchronous.
15102 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15103 Started implementation of mmThreadXXX functions.
15105 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15106 Added a few missing defines (MIDI, WAVE, callbacks).
15107 Structures for midiStreamXXX functions.
15109 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
15110 Updated (prepare|unprepare)header functions (wave, midi) to allow
15111 correct callback mechanisms. Added wine specific entry for mmThreadXXX
15112 functions thread starting point.
15114 * include/wine/obj_storage.h:
15115 Michael Veksler <mveksler@techunix.technion.ac.il>
15116 Introduce STATSTG16 - a 16 bit variant of STATSTG.
15118 * ole/storage.c: Michael Veksler <mveksler@techunix.technion.ac.il>
15119 Fix IStorage16_fnStat() to use STATSTG16 (it is a 16 bit interface).
15121 * controls/menu.c: Paul Millar <paulm@astro.gla.ac.uk>
15122 Fixed menu type setting in SetMenuItemInfo32_common().
15124 * include/process.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
15125 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15126 Send USIG_PROCESS_CREATE signal.
15127 Bugfix: GetProcessDword offset -8 should return parent process ID.
15129 * relay32/user32.spec, windows/user.c:
15130 Bertho Stultiens <bertho@panter.soci.aau.dk>
15131 Added RegisterSystemThread stub.
15133 * include/wine/obj_misc.h, ole/compobj.c, relay32/ole32.spec, include/winerror.h:
15134 Francis Beaudet <francis@macadamian.com>
15135 Implemented the CoCreateInstanceEx method.
15137 * misc/registry.c: David Gay <dgay@CS.Berkeley.EDU>
15138 Fixed crash due to a value of name length 0, value length 0 at the end
15141 * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
15142 Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the
15145 * multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
15146 - updated because of the splitting of interface/implementation
15147 - updated to use ICOM_THIS
15149 * include/dplay.h, include/dplobby.h, ole/guid.c:
15150 Francois Gouget <fgouget@psn.net>
15151 - use the latest ICOM macros
15152 - moved the IDirectPlayLobby interface to dplobby.h
15153 - removed all the implementation aspects since they need to be
15156 * include/dsound.h, multimedia/dsound.c:
15157 Francois Gouget <fgouget@psn.net>
15158 ICOMisation of the DirectSound API.
15160 * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, include/shlobj.h:
15161 Juergen Schmied <juergen.schmied@metronet.de>
15162 - reorganised icon extracing from files
15163 - made extracting from ne and ico files working
15164 - IPersistFile interface for IExtractIcon
15166 * misc/shell.c: Juergen Schmied <juergen.schmied@metronet.de>
15167 Fixed buffer overrun.
15169 * include/cursoricon.h, objects/cursoricon.c:
15170 Juergen Schmied <juergen.schmied@metronet.de>
15171 Changed ressource dir structures.
15172 Adapted FindBestIccon/FindBestCursor.
15174 * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
15175 Loading the color schema for registry.
15177 Sat Apr 10 16:58:55 1999 Alexandre Julliard <julliard@winehq.com>
15179 * include/winsock.h, misc/Attic/winsock_dns.c, misc/Makefile.in, misc/winsock.c, misc/winsock_async.c:
15180 Marcus Meissner <marcus@jet.franken.de>
15181 Reimplemented winsock asynchronous DNS services. No longer use a
15182 fork()ed process, but either a service thread or inline blocking calls
15183 for non-threading architectures. (Makes Free Agent16 work again.)
15185 * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
15186 <ewill@ncal.verio.com>
15187 - color and font dialogs now actually do something interesting,
15188 and force a redraw when successful. Background color is adjustable.
15189 Text color is also adjustable, but the user has to set the CF_EFFECTS
15191 - text is output left-right centered, baseline, at the middle
15192 of the window, and moves with the window. Text font is adjustable.
15193 - Success and failure MessageBox calls for Color, Font, Open,
15194 and Save have been removed or suppressed. They annoyed me after
15195 awhile, and I suspect they annoyed others, too. Use my tool! :-)
15196 - cmdlgtst now has the full pathname in the upper left corner; which may
15197 assist in debugging certain problems -- or it may not. :-)
15198 - usage dialog added
15200 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
15201 Corrected debug output.
15203 * windows/driver.c, relay32/winmm.spec:
15204 Eric Pouech <Eric.Pouech@wanadoo.fr>
15205 Better error handling ; a few bug fixes ; now OpenDriver16 can load 32
15207 Added stub for GetDriverFlags.
15209 * windows/user.c, relay32/user32.spec:
15210 Sergey Turchanov <turchanov@usa.net>
15211 Stubs for CloseDesktop and CloseWindowStation.
15213 * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
15214 GetModuleFromPath now checks for loaded modules via filenames which
15215 were specified without a path.
15217 * misc/registry.c, include/winreg.h:
15218 Sylvain St.Germain <sylvain@macadamian.com>
15219 Implementation of HKU key saving and loading. Add new supported data
15220 type in debug_print_value.
15222 * dlls/shell32/shlview.c, include/docobj.h, ole/guid.c:
15223 Juergen Schmied <juergen.schmied@metronet.de>
15224 New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
15225 Small change how to get icons for listview.
15227 * include/shlobj.h, relay32/shell32.spec:
15228 Juergen Schmied <juergen.schmied@metronet.de>
15229 ILLoadFromString and SHGetSettings implemented.
15231 * dlls/shell32/shellord.c:
15232 Juergen Schmied <juergen.schmied@metronet.de>
15233 SHGetSettings implemented.
15234 ExitWindowsDialog() simulated by Messagebox.
15236 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
15237 ILLoadFromString implemented.
15239 * graphics/x11drv/init.c, graphics/ttydrv/init.c, graphics/ttydrv/palette.c:
15240 Richard Mortimer <remitrom@my-dejanews.com>
15241 Added missing *IsDark entries into PALETTE_Driver instance
15244 * windows/x11drv/mouse.c: Brian Gerst <bgerst@quark.vpplus.com>
15245 Fixed X11DRV_MOUSE_WarpPointer initial value.
15247 * objects/bitmap.c: Luc Tourangeau <luc@macadamian.com>
15248 Ensure that the bitmap is properly initialized when created with the
15249 LR_CREATEDIBSECTION flag.
15251 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
15252 Fixed the messaging problem of the edit box for node label edition.
15253 Substituted WM_PAINT for InvalidateRect.
15254 Some graphical fixes.
15256 * misc/main.c: James Juran <jrj120@psu.edu>
15257 Check for drivers==NULL before trying to delete them at exit. This
15258 could happen if the emulator initialization failed for some reason and
15259 the drivers hadn't been initialized yet.
15261 * if1632/thunk.c, include/callback.h, misc/callback.c, miscemu/main.c:
15262 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15263 Call InitApp16 (using Callout) for initial process.
15265 * miscemu/instr.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15266 Clear invalid selectors also in CallTo16 relay code.
15268 * programs/notepad/Es.rc:
15269 Jose Marcos López Caravaca <jose.lopez@upcnet.upc.es>
15270 Revised Spanish resources.
15272 * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
15273 Fixed window locking bug in CalcChildScroll.
15275 * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
15276 Fixed fake multimedia timers. Grim Fandango is now able to start up
15277 when under favorable conditions. The preview movie on the Brood Wars
15278 disc now plays, too.
15280 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
15281 Bugfix EnumPrintersA: lpbPrinters=NULL or cbBuf=0 would crash Wine,
15282 instead of returning the right buffersize.
15284 Tue Apr 6 07:14:09 1999 Alexandre Julliard <julliard@winehq.com>
15286 * files/directory.c: galberte <galberte@neo.rr.com>
15287 Fixed SearchPathA return value.
15289 * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, graphics/ddraw_private.h:
15290 Lionel Ulmer <ulmer@directprovider.net>
15291 - clean-up of texture 'loading'
15292 - added SetColorKey callback for already loaded textures
15294 * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
15295 Fixed a problem pointed out by Kevin Holbrook.
15297 * include/commctrl.h: Francois Gouget <fgouget@psn.net>
15298 commctrl.h must include prsht.h.
15300 * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
15303 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
15304 Added a new implementation of the ICOM macros that use Microsoft style
15305 virtual methods to implement the COM interfaces in C++.
15307 * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
15308 Correction of Mutex handling in DdeInitializeW for cases other than
15309 1st call. Addition of instance handling to DdeCreateStringHandleA,
15310 DdeCreateStringHandleW, RemoveHSZNodes, FreeAndRemoveHSZNodes. 1st
15311 cut implementation of DdeUnitialize, move of internal structure defs
15312 in from ddeml.h. Removed non-ANSI comment.
15314 * include/ddeml.h: Keith Matthews <keith_m@sweeney.demon.co.uk>
15315 Moved internal structures to ddeml.c, also removed non-ANSI comments,
15316 and added spec for DdeQueryConfInfo and DdeQueryConvInfo16.
15318 * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
15319 James Abbatiello <abbeyj@wpi.edu>
15320 Fixed memory leaks in mixerOpen16/mixerClose,
15321 midiOutOpen16/midiOutClose16, waveInOpen16/waveInClose16,
15322 midiInOpen16/midiInClose16.
15324 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
15325 Added sanity check for whitespace in file names, various other fixups.
15327 Sun Apr 4 12:48:21 1999 Alexandre Julliard <julliard@winehq.com>
15329 * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
15330 WM_MOUSEMOVE implementation bug fix.
15332 * windows/x11drv/keyboard.c:
15333 José Marcos López <jose.lopez@upcnet.upc.es>
15334 Added Spanish keyboard layout.
15336 * misc/comm.c: Lawson Whitney <lawson_whitney@juno.com>
15337 Fixed the modem control part of EscapeCommFunction16.
15339 * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
15340 Added missing goto.
15342 * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
15343 Marcus Meissner <marcus@jet.franken.de>
15344 EnumCalendarInfoA stub.
15346 Sat Apr 3 16:27:54 1999 Alexandre Julliard <julliard@winehq.com>
15348 * windows/mouse.c, windows/keyboard.c:
15349 Francois Boisvert <francois@macadamian.com>
15350 Suspend the window locks before DefKeybEventProc and
15353 * include/wnaspi32.h, programs/view/globals.h, include/aspi.h, include/mmsystem.h, include/winaspi.h, include/winioctl.h, include/winnt.h:
15354 Joerg Mayer <jmayer@telesun2.telemation.de>
15355 More #pragma fixes (idea Ove Kaaven, mistakes are mine).
15357 * windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15358 No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
15359 WM_CREATE messages.
15361 * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
15362 Added some SetLastError()s in GetProcAddress() and LoadLibrary().
15364 * misc/crtdll.c, relay32/crtdll.spec:
15365 Christian Schlaile <up9n@rz.uni-karlsruhe.de>
15366 Implemented makepath, rand() returns correct range, fixed fputc.
15368 * files/file.c, include/file.h, msdos/int21.c:
15369 Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
15370 Moved _lcreat16_uniq to int21.c
15372 * libtest/hello3.c, libtest/hello3res.rc, libtest/hello4.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, libtest/volinfo.c:
15373 Pavel Roskin <pavel_roskin@geocities.com>
15374 Casts to (SEGPTR) removed. They did nothing anyway.
15375 Includes added or removed where necessary.
15376 Win16 functions replaced with their Win32 counterparts. Comments added
15377 where it was impossible.
15378 CALLBACK added where necessary. Some declarations fixed.
15379 Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
15380 DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
15381 Listbox enabled in hello3.
15383 * windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15384 Updated French keyboard.
15386 * libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
15387 Fancier version of hello.c courtesy of Huw Davies.
15389 * programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
15390 Fixed compilation of the Control panel.
15392 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
15393 'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
15394 the dead key mapping stuff to the actual mapping code too. Prettied
15395 up the fixme message. Added a check where if the keys of two layouts
15396 match exactly, the one with the best-matching keycode order is chosen,
15397 so that the QWERTY and Dvorak layouts can be distinguished.
15399 * win32/device.c, relay32/kernel32.spec:
15400 Eric Pouech <Eric.Pouech@wanadoo.fr>
15401 Added (empty) stub for OpenVxDHandle.
15403 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15404 mmioOpen() now handles correctly MMIO_PARSE flag.
15406 * controls/edit.c: Luc Tourangeau <luc@macadamian.com>
15407 Background color fix when disabled or read only.
15409 * windows/win.c: Francois Boisvert <francois@macadamian.com>
15410 Transfered the window struct memory release from WIN_DestroyWindow to
15413 * include/winuser.h: Thuy Nguyen <thuy@macadamian.com>
15414 DLGITEMTEMPLATE structure had one too many member.
15416 * debugger/db_disasm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15417 Prevent crash in debugger.
15419 Fri Apr 2 10:37:42 1999 Alexandre Julliard <julliard@winehq.com>
15421 * controls/combo.c, controls/listbox.c, include/combo.h:
15422 Francis Beaudet <francis@macadamian.com>
15423 Implemented the Win95 look and feel.
15425 * windows/defwnd.c: Francis Beaudet <francis@macadamian.com>
15426 Wrote a basic implementation of the WM_PRINT message.
15428 * windows/dce.c, windows/win.c, windows/winproc.c, misc/callback.c:
15429 Francois Boisvert <francois@macadamian.com>
15430 Suspend all windows locks before the control is passed to the
15432 Also fixed some bugs in dce.c
15434 * Make.rules.in, Makefile.in:
15435 Joerg Mayer <jmayer@telesun2.telemation.de>
15436 - Remove some old rc make stuff
15437 - "make clean" omitted some include subdirs
15439 * relay32/ddraw.spec, graphics/ddraw.c:
15440 Lionel Ulmer <ulmer@directprovider.net>
15441 Added DllClassFactory to DirectDraw.
15443 Thu Apr 1 12:05:44 1999 Alexandre Julliard <julliard@winehq.com>
15445 * windows/x11drv/keyboard.c: Marcus Meissner <marcus@jet.franken.de>
15446 Split off keysym/deadchar -> char mapping, use it in DetectLayout.
15448 * 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:
15449 Alex Korobka <alex@aikea.ams.sunysb.edu>
15450 Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
15451 mode go through window manager, small bugfixes for menu and window
15452 code, extended clipboard driver model to handle formats other than
15455 * controls/edit.c: Pavel Roskin <pavel_roskin@geocities.com>
15456 EC_USEFONTINFO means es->char_width/3, not es->char_width. This is
15457 true for multiline controls too, as my tests show.
15459 * dlls/comctl32/listview.c, include/listview.h:
15460 Luc Tourangeau <luc@macadamian.com>
15461 Added support for icon and smallicon views.
15463 * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
15464 Made DOSVM_GetTimer survive EAGAIN errors...
15466 * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
15467 Implemented async comm buffers (but probably not bugfree), and along
15468 with them, the functionality of async event notifications, mong them
15469 EnableCommNotification. Removed a previous hack that was faking the
15470 buffers, since we now have real buffers...
15472 * include/wine/winuser16.h: Ove Kaaven <ovek@arcticnet.no>
15473 Added CN_* flags used in WM_COMMNOTIFY.
15475 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
15476 Implement the EnumAttachedSurface method.
15478 * ole/ole2.c: Noel Borthwick <noel@macadamian.com>
15479 Implementation for OleCreateMenuDescriptor, OleSetMenuDescriptor and
15480 OleDestroyMenuDescriptor along with a bunch of internally used methods
15481 and data structures.
15483 * ole/guid.c, include/initguid.h, include/shlguid.h, include/wine/obj_olefont.h, include/wtypes.h:
15484 Adrian Thurston <adriant@corel.ca>
15485 initguid.h should only contain the macro that defines the guids.
15486 Added olectl.h to guid.c so some needed guids get defined.
15487 Made GUID_NULL an actual guid set to 0,0,0...
15489 * if1632/gdi.spec, objects/gdiobj.c:
15490 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15491 Added GdiSignalProc() stub.
15493 * 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:
15494 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15495 Added USER32.UserSignalProc to Callout table.
15496 Implemented built-in UserSignalProc().
15497 Don't announce Win3.1-style USER handler any more.
15499 * win32/ordinals.c, include/process.h, loader/ne/module.c, loader/ne/segment.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
15500 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15501 Implemented PROCESS_CallUserSignalProc().
15502 Send USER signals at various appropriate places.
15503 Moved [GS]etProcessDword() to scheduler/process.c.
15505 * 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:
15506 Juergen Schmied <juergen.schmied@metronet.de>
15507 All 19 FileMenu_* functions, some as stubs, some implemented.
15509 * dlls/shell32/shellole.c, dlls/shell32/shellord.c:
15510 Juergen Schmied <juergen.schmied@metronet.de>
15511 SHCLSIDFromString, StrToOleStr implemented.
15512 RLBuildListOfPaths stub.
15514 * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
15515 Juergen Schmied <juergen.schmied@metronet.de>
15516 DllGetVersion (not yet exported).
15517 Small change to SHAppBarMessage.
15519 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
15520 Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA, DrvSendMessage.
15522 * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
15523 Added StackEnter() and StackLeave() stubs
15525 * multimedia/mci.c, multimedia/mmsystem.c:
15526 Eric Pouech <Eric.Pouech@wanadoo.fr>
15527 Starting implementation of MCI creator tasks
15528 Fixed bug in MCI_OPEN handling (thanks to Adam for reporting this one)
15529 Better implementation of mmTaskCreate16
15531 * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15532 Added creator task to MCI struct.
15534 * dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
15535 Replaced 0xC000 by symbolic constants.
15537 * dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
15538 Fixed small ==, != mixup.
15540 * windows/defdlg.c, windows/defwnd.c:
15541 Luc Tourangeau <luc@macadamian.com>
15542 Implemented WM_NOTIFYFORMAT.
15544 * loader/elf.c: Marcus Meissner <marcus@mud.de>
15545 "foo" was not translated to "foo.so" in elf loader.
15547 * include/bitmap.h, objects/bitmap.c:
15548 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15549 LoadBitmap16()/LoadImage16() calling sequence simplified.
15551 * loader/module.c, loader/ne/resource.c, misc/callback.c, if1632/wprocs.spec:
15552 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15553 Allow NULL NE resource handler; call the default handler directly.
15554 Removed WPROCS / Callbacks support for WineLib resource handlers.
15556 * include/process.h, relay32/utthunk.c:
15557 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15558 Made Universal Thunk list per-process, not system global.
15560 * include/commctrl.h: Paul Quinn <paulq@corel.ca>
15561 Additional macro definitions.
15563 * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
15564 Implemented TCM_ADJUSTRECT.
15566 * msdos/int09.c, msdos/ioports.c:
15567 Michael Veksler <mveksler@techunix.technion.ac.il>
15568 Removed "implicit declaration" warnings.
15570 * graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
15571 Fixed OpenGL devices implementation.
15573 * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15574 In UserYield16, when current thread is a 32 bit one which hold the
15575 Win16Lock, must take care of a LockCount > 1.
15578 Patrik Stridvall <ps@leissner.se>
15579 More code moved to the X11 driver (bitmap and palette and misc).
15581 ----------------------------------------------------------------
15582 Sun Mar 28 15:20:00 1999 Alexandre Julliard <julliard@winehq.com>
15584 * include/winbase.h, include/wingdi.h:
15585 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15586 Move DM* defines from winbase.h -> wingdi.h.
15588 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
15589 Fixed QueryInterface functions for IDirect3D 1 and 2.
15591 * ole/nls/Attic/dnk.nls: Apparently no longer needed.
15593 * 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:
15594 Dimitrie O. Paun <dimi@cs.toronto.edu>
15595 Changed some debug messages from one channel to another, to clean up a
15596 bit the debug channel usage.
15598 * loader/module.c: Jess Haas <paranoid07@hotmail.com>
15599 Fixed CreateProcessA so it can handle commandlines with arguments and
15602 * loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
15603 Fixed GetModuleHandle16.
15605 * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
15606 Added Russian keyboard support.
15608 * include/winuser.h, relay32/user32.spec, windows/user.c:
15609 Lionel Ulmer <ulmer@directprovider.net>
15610 Added stub for SetSystemCursor.
15612 * win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
15613 SetFileAttributesA: "implemented" setting of directory flag as test of
15616 * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
15617 Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
15620 * 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:
15621 Paul Quinn <paulq@corel.ca>
15622 Aaron Barnes <aaronb@corel.ca>
15623 Adrian Thurston <adriant@corel.ca>
15624 Bundle of new stubs.
15626 * misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
15627 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15628 Added missing WINAPIs.
15630 * relay32/kernel32.spec, win32/newfns.c:
15631 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15632 Added CreateIoCompletionPort stub.
15634 * windows/queue.c, windows/message.c:
15635 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15636 Call EVENT_Pending() to flush X11 output queue before blocking in
15637 MsgWaitForMultipleObjects().
15638 Don't call EVENT_WaitNetEvent in MSG_PeekHardwareMsg.
15639 Protect system queue access in hardware_event().
15641 * 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:
15642 Francois Boisvert<francois@macadamian.com>
15643 Fixed some bugs in thread safeness for wnd struct.
15645 * libtest/Makefile.in, libtest/hello3.c, libtest/hello3res.rc:
15646 Pavel Roskin <pavel_roskin@geocities.com>
15647 Made libtest/hello3 work again, now with Windows-compatible resource
15650 * include/imm.h, include/mmsystem.h, include/msacm.h, include/windef.h, include/wtypes.h:
15651 Jiuming Luo <jiuming_luo@yahoo.com>
15652 Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
15653 then deleted the duplicated typedefs (in imm.h and mmsystem.h).
15655 * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
15656 Rewrote EnumPrintersA, added CriticalSection around Registry reads and
15657 implemented PRINTER_INFO_2 request.
15659 * windows/x11drv/keyboard.c: Jonathan Naylor <g4klx@pop.agri.ch>
15660 Added Swiss German keyboard layout.
15662 * 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:
15663 Juergen Schmied <juergen.schmied@metronet.de>
15664 - adjusted printing of refcounts to be equal
15665 - cleaning up icon cache on PROCESS_DETACH
15666 - fixed ascii/unicode use in SH/ILCreateFromPath
15667 - fixed small memory leak in shellview
15669 * loader/dos/dosvm.c: Marcus Meissner <marcus@jet.franken.de>
15670 Empty DOSVM_QueueEvent for !MZ_SUPPORTED.
15672 * programs/cmdlgtst/cmdlgtst.c:
15673 Pavel Roskin <pavel_roskin@geocities.com>
15676 * include/commdlg.h: Pavel Roskin <pavel_roskin@geocities.com>
15677 Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
15679 * 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:
15680 Alex Korobka <alex@aikea.ams.sunysb.edu>
15681 Moved hrgnUpdate from client to window coordinates, made nonclient
15682 painting depend on the update region, reworked SetWindowPos() and
15683 RedrawWindow() to speed up update region calculation, made -desktop
15684 work properly, added WM_CANCELMODE here and there, fixed several
15685 window activation bugs that crept in since the last time.
15687 * windows/message.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
15688 Fixed occasional loss of SendMessage() return value.
15690 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
15691 Added initialisation of the pixmap_depth field in
15692 Xlib_DirectDrawCreate.
15694 * msdos/ioports.c: Jess Haas <paranoid07@hotmail.com>
15697 * msdos/int2f.c: Jess Haas <paranoid07@hotmail.com>
15698 Added stub for int2f 4b.
15700 * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
15701 James Abbatiello <abbeyj@wpi.edu>
15702 Fixed memory leak in waveOutOpen/waveOutClose.
15704 * graphics/psdrv/escape.c:
15705 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15706 More Escapes for the PostScript driver.
15708 Sat Mar 27 16:56:13 1999 Alexandre Julliard <julliard@winehq.com>
15710 * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c:
15711 Francois Gouget <fgouget@psn.net>
15712 Adapted to the interface/implementation separation.
15713 Now uses ICOM_THIS to access the implementation structures.
15714 Replaced 'this' with 'This' for ICOM_THIS.
15715 Direct access to the virtual table has been eliminated too.
15717 * graphics/d3d_private.h, graphics/ddraw_private.h:
15718 Francois Gouget <fgouget@psn.net>
15719 Updated to include all the implementation aspects that were previously
15720 in the public includes.
15722 * graphics/vga.c: Francois Gouget <fgouget@psn.net>
15723 Removed direct access to the virtual table
15725 * include/d3d.h, include/ddraw.h: Francois Gouget <fgouget@psn.net>
15726 Removed all implementation aspects.
15727 Modified to use the latest ICOM macros.
15728 Added the macros for use in C.
15729 Added the method parameter names (when I had them).
15731 * include/module.h, include/pe_image.h, include/thread.h, loader/module.c, loader/pe_image.c, scheduler/process.c, scheduler/thread.c:
15732 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15733 Fixed sequence of DLL_PROCESS_DETACH notification calls.
15734 Moved PE_MODREF flags to WINE_MODREF level.
15735 Better handling of LoadLibraryEx flags.
15736 PE_InitTls() changed to work only on the current thread.
15738 * include/server.h, scheduler/process.c, server/trace.c:
15739 Added cmd line in new_process request.
15741 * scheduler/thread.c:
15742 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15743 All threads created with CreateThread are 32-bit threads.
15745 * dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shellord.c:
15746 Juergen Schmied <juergen.schmied@metronet.de>
15747 Reading of binary streams implemented (SHOpenRegStream).
15749 * msdos/int25.c, msdos/int26.c:
15750 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15751 Fixed int25 & int26 error code.
15753 * loader/task.c, windows/queue.c:
15754 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15755 Allow UserYield16 to be called from 32-bit thread.
15757 * include/oledlg.h, include/winbase.h:
15758 Albert Den Hann <albertd@corel.ca>
15759 Additional macro definitions.
15761 * graphics/x11drv/bitmap.c, include/bitmap.h, objects/bitmap.c:
15762 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15763 Fixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetPadding.
15765 * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15766 Fixed metafile recording of CreatePatternBrush.
15768 Thu Mar 25 16:42:28 1999 Alexandre Julliard <julliard@winehq.com>
15770 * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h, dlls/comctl32/commctrl.c:
15771 Pascal Lessard <pascal@macadamian.com>
15772 Change the AddBitmap function. Implement flat toolbar. Change
15773 CreateToolbarEx. Implement partially the hot buttons for toolbar.
15776 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
15777 Implemented Get Shift Flags function.
15779 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
15782 * graphics/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
15783 Changed stdlib.h to string.h.
15785 * dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
15788 * misc/ddeml.c, multimedia/msvideo.c, ole/safearray.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c, win32/console.c:
15789 David Luyer <luyer@ucs.uwa.edu.au>
15790 Changed "strings.h" to "string.h".
15792 * graphics/x11drv/bitblt.c, windows/nonclient.c:
15793 Randy Weems <rweems@home.com>
15794 Fixed off-by-one error if bitblt width or height is negative.
15796 * dlls/comctl32/tab.c, include/tab.h:
15797 Francis Beaudet <francis@macadamian.com>
15799 - showing the selected tab as highlighted
15800 - support for drawing the focus rectangle
15801 - basic keyboard support
15802 - support for a tab with horizontal scrolling.
15804 * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15805 Thread-safe implementation of profile functions (Windows and Wine).
15807 * include/message.h, loader/main.c, windows/timer.c:
15808 Stephane Lussier <stephane@macadamian.com>
15809 Made the timer code thread safe.
15811 * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
15812 Fixed possible endless loop.
15814 * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
15815 Fixed LB_GETCURSEL message to return LB_ERR on empty list.
15817 * 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:
15818 Juergen Schmied <juergen.schmied@metronet.de>
15819 Use the new header for COM definitions.
15821 * dlls/shell32/shellord.c, relay32/shell32.spec:
15822 Juergen Schmied <juergen.schmied@metronet.de>
15823 New stub shell_654.
15825 * include/treeview.h, dlls/comctl32/treeview.c:
15826 Sylvain St.Germain <sylvain@macadamian.com>
15827 Implementation of TVM_SORTCHILDRENCB.
15828 Implementation of TVI_SORT insertion.
15829 Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
15830 Fix problems related to TVIS_EXPANDEDONCE.
15832 * dlls/comctl32/comctl32undoc.c:
15833 Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
15834 Fix problem in DPA_QuickSort where the sort order was inverted.
15836 * include/dosexe.h, include/winbase.h, loader/dos/dosvm.c, loader/dos/module.c:
15837 Ove Kaaven <ovek@arcticnet.no>
15838 Added infrastructure and definitions for general-purpose event and IRQ
15839 handling for the Wine dos box. Removed the obsolete MZ_Tick. Added
15840 event message loop, message handling, CLI/STI handling, and minimal
15843 * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
15844 Added handling of SIGUSR2 for the new event interruption handling,
15845 bumping up the protocol revision. Made some debug messages not be
15846 output when it's not necessary.
15848 * msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
15849 Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
15851 * include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
15852 Ove Kaaven <ovek@arcticnet.no>
15853 Added int 0x09 and int 0x33.
15855 * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
15856 Implemented a int 0x33 handler, with a minimal implementation of the
15857 mouse routines, including callbacks.
15859 * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
15860 Implemented a int 0x09 handler, and a scancode queue that simulates
15861 IRQ 1 in the dos box.
15863 * include/docobj.h: Paul Quinn <paulq@corel.ca>
15864 Creation of docobj.h.
15866 * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15867 Allow depth of DIB to differ from depth of bitmap in GetDIBits.
15869 Wed Mar 24 15:07:20 1999 Alexandre Julliard <julliard@winehq.com>
15871 * debugger/editline.c: Abort on input error.
15873 * include/oledlg.h: Adrian Thurston <adriant@corel.ca>
15874 Population of oledlg.
15876 * windows/x11drv/event.c, windows/painting.c:
15877 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15878 Add IsWindow() checks after SendMessage() returns.
15880 * msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
15881 Fixed a small bug in int10.
15883 * controls/combo.c: Pascal Lessard <pascal@macadamian.com>
15884 COMBO_Size: maintain the height of the RectCombo when the window is
15887 * include/hook.h, include/winuser.h: Adrian Thurston <adriant@corel.ca>
15888 Paul Quinn <paulq@corel.ca>
15889 Added various definitions.
15890 Moved CWPSTRUCT from hook.h to winuser.h to conform to the SDK.
15892 * include/windef.h: Jim Aston <jima@corel.ca>
15893 Added a few empty macros.
15895 * include/cursoricon.h, objects/cursoricon.c:
15896 Marcus Meissner <marcus@jet.franken.de>
15897 CURSORICON_Destroy: missing WINAPI added.
15899 * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
15900 Added translation for SO_RCVTIMEO (as seen by IE4).
15902 Tue Mar 23 17:04:10 1999 Alexandre Julliard <julliard@winehq.com>
15904 * server/process.c: Create startup info for the initial process.
15906 * include/server.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/request.c, server/trace.c:
15907 Added server pid and tid in init_thread request, and use them in
15910 * 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:
15911 Noomen Hamza <noomen@macadamian.com>
15913 - IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and
15914 GenericCompositeMoniker
15915 - IRunningObjectTable interface, and
15916 - IBindCtx interface.
15918 * graphics/psdrv/bitmap.c, graphics/psdrv/ps.c, include/psdrv.h:
15919 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
15920 Added StretchDIBits for the PostScript driver.
15922 * include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
15923 Added missing ending pragma pack.
15925 * misc/comm.c: Rein Klazes <rklazes@casema.net>
15926 Corrected small bug in GetCommState16. Parity check can be disabled
15927 even when a parity bit is used. SetCommState16() can override baudrate
15928 setting in wine.conf.
15930 Mon Mar 22 17:47:36 1999 Alexandre Julliard <julliard@winehq.com>
15932 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15933 Bugfix: cope with quoted arguments for CreateProcess().
15935 * loader/resource.c:
15936 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
15937 Fixed typo in SizeofResource().
15939 * memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15940 lstrcpyA can't use strcpy.
15942 * relay32/builtin32.c, if1632/builtin.c, include/module.h, misc/main.c, miscemu/main.c:
15943 Marcus Meissner <marcus@jet.franken.de>
15944 Added -dll option for winelib programs. (Note: will not print warnings
15945 on failure currently).
15947 * relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15950 * loader/pe_image.c, msdos/int21.c:
15951 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
15954 * if1632/mmsystem.spec, relay32/winmm.spec:
15955 Eric Pouech <Eric.Pouech@wanadoo.fr>
15956 Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
15958 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15959 Started calling mixer as a 32 bit low level driver (no longer 16 bit)
15960 Added support for yield proc in mci struct
15961 Added mmTaskXXX16 and mmThreadXXX16 functions
15962 Refreshed implementation of 16 bit native & asynchronous MCI driver
15963 command (through mmtask.tsk).
15965 * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15966 Fixed a few bugs. Started implementing mixerMessage as a 32 bit
15967 function (no longer 16 bit).
15969 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15970 Implemented mciExecute.
15972 * include/multimedia.h, multimedia/mci.c:
15973 Eric Pouech <Eric.Pouech@wanadoo.fr>
15974 Added yield proc members to mci struct.
15976 * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
15977 Added mixer specfic error codes, fixed type in function name.
15979 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
15980 Fixed return codes for default driver proc.
15982 * controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
15983 Made LB_GETCURSEL return focus_item if no item has been selected.
15985 * windows/x11drv/keyboard.c:
15986 Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
15987 Added Finnish keyboard layout.
15989 * 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:
15990 Veksler Michael <mveksler@techunix.technion.ac.il>
15991 Removed winuser16.h from x11drv.h.
15993 * include/winspool.h, misc/printdrv.c:
15994 Klaas van Gend <klaas@vangend.demon.nl>
15995 Implementation of EnumPrintersA, info level 4 and 5.
15997 * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
15998 Check if the build is stripped, and die if it is.
15999 Check for Bash 2.0, and if so use different STDERR->STDOUT redirctor
16000 (thanks Ryan Cumming!).
16002 * windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
16003 Fixed "reached end of non void..." warnings.
16005 * documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
16006 MessageBox32A -> MessageBoxA
16008 * loader/module.c, relay32/kernel32.spec:
16009 Sergey Turchanov <turchanov@usa.net>
16010 Implementation for FreeLibraryAndExitThread.
16011 Made GetBinaryType = GetBinaryTypeA.
16013 * include/task.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
16014 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16015 Run Win32 processes in their own threads.
16016 Process exit sequence adapted.
16018 Sun Mar 21 19:26:26 1999 Alexandre Julliard <julliard@winehq.com>
16020 * scheduler/sysdeps.c, scheduler/thread.c, include/thread.h, loader/module.c, scheduler/client.c, scheduler/process.c:
16021 Changed process initialisation to use the new server requests.
16022 Started to move the process init to the right context, not finished yet.
16024 * 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:
16025 Added new_process and init_process request.
16026 Split out process creation from thread creation.
16027 Changed server initialisation to ensure that we always have a current
16030 * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
16031 One small error corrected and the 102th key...
16033 * misc/comm.c, include/comm.h: Ove Kaaven <ovek@arcticnet.no>
16034 Made commerror and eventmask local to each port (for win16), made the
16035 win16 routines use port indices instead of UNIX fds (this should make
16036 some Visual Basic stuff and similar garbage start working), moved some
16037 stuff around (win16 routines at top of file, win32 routines at
16038 bottom), made a couple of win32 routines use win32 handles, and added
16039 a few hints as to how to implement asynchronous buffers, based on
16040 which EnableCommNotification can eventually be implemented.
16042 * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
16043 Fixed prototypes of a couple of comm routines.
16045 * loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16048 * windows/win.c: Francis Beaudet <francis@macadamian.com>
16049 Clear update region before WM_NCDESTROY.
16051 * include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
16052 Got rid of SYSTEM_LOCK macros.
16054 Sat Mar 20 07:18:26 1999 Alexandre Julliard <julliard@winehq.com>
16056 * misc/main.c: No longer need to delete system heap critical section.
16058 Fri Mar 19 17:04:25 1999 Alexandre Julliard <julliard@winehq.com>
16060 * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
16061 Added a check for desktop in SHGetFileInfo.
16063 * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16064 Fixed some bugs in MCI message mapping (32A => 16).
16066 * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
16067 Fixed WIN_SendDestroyMsg.
16069 * include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
16070 Removed definitions for FIONREAD and FIONBIO.
16072 * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16073 Fixes some return values for DefDriverProc.
16075 * programs/regapi/regFixer.pl:
16076 Sylvain St.Germain <sylvain@macadamian.com>
16077 Removed the chop command that was there to get rid of dos ^M.
16078 The script now process only unix file format.
16080 * windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16081 Hide dialog windows created by CreateDialog* in EndDialog just as
16084 * ole/variant.c: Stephane Lussier <stephane@macadamian.com>
16085 Set type of destination variant in VariantChangeTypeEx function.
16087 * windows/x11drv/keyboard.c:
16088 Bertho Stultiens <bertho@panter.soci.aau.dk>
16089 Fixed Danish keyboard layout.
16091 Thu Mar 18 17:39:58 1999 Alexandre Julliard <julliard@winehq.com>
16093 * 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:
16094 Marcus Meissner <marcus@jet.franken.de>
16095 Lots of warning fixed, one missing WINAPI in ddraw.c added.
16097 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
16098 Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
16100 * relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
16101 msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
16103 * relay32/kernel32.spec, misc/toolhelp.c:
16104 Marcus Meissner <marcus@jet.franken.de>
16105 Added Module32* stubs.
16107 Wed Mar 17 15:54:44 1999 Alexandre Julliard <julliard@winehq.com>
16109 * windows/x11drv/keyboard.c:
16110 Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
16111 Added Portuguese keytable.
16113 * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
16114 Added Canadian French keyboard layout.
16116 * windows/x11drv/keyboard.c:
16117 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16118 Added UK keyboard layout.
16120 * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
16121 <paranoid07@hotmail.com>
16122 Fixed/implemented various interrupt functions.
16124 * controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c:
16125 Marcus Meissner <marcus@jet.franken.de>
16126 Fixed some warnings. removed some unneccessary includes, removed one
16127 direct WND* access in controls/menu.c.
16129 * windows/win.c: Francis Beaudet <francis@macadamian.com>
16130 Implemented a more defensive version of WIN_SendDestroyMsg.
16132 * include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
16133 Install headers from $(SRCDIR).
16135 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
16136 Removed the obsolete ICOM macros.
16138 * include/vfw.h: Francois Gouget <fgouget@psn.net>
16139 Moved the APIs closer to the corresponding COM interface, removed two
16140 duplicates and added 2-3 macros for A/W APIs.
16142 * msdos/int15.c: <paranoid07@hotmail.com>
16143 Added some stubs for int15 functions.
16145 * windows/message.c, windows/queue.c:
16146 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16147 Inter-thread SendMessage() bugfixes:
16148 - Insert new message to be received at the *end* of the SM_PENDING_LIST.
16149 - Do *not* process received messages in ReplyMessage().
16150 - Clear the QS_SMRESULT flag only immediatedly before waiting.
16152 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
16153 Return error if not a valid OLE compound file.
16155 * dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
16156 Fix crash if lpuCurDirLen or lpuDestDirLen==0.
16158 * misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
16159 Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
16162 Tue Mar 16 16:29:26 1999 Alexandre Julliard <julliard@winehq.com>
16164 * 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:
16165 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16166 Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
16168 * include/process.h, include/thread.h, scheduler/process.c, scheduler/thread.c:
16169 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16170 Pass new arguments (suspend/inherit) to the server.
16172 * include/server.h, include/server/thread.h, scheduler/client.c, server/request.c, server/thread.c, server/trace.c:
16173 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16174 Handle suspend/resume_thread requests in phase STARTING correctly.
16175 Set initial suspend count for threads created with CREATE_SUSPENDED.
16176 Set 'inheritable' flag for process/thread handles.
16178 * 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:
16179 Marcus Meissner <marcus@jet.franken.de>
16180 Removed no longer necessary win.h include, added now necessary other
16181 includes (win.h used only by UPDOWN now).
16183 * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
16184 debug.h must be last, or we get ERR() macro problems again.
16186 * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
16187 Fixed a slight bug that was included in the change from WND ptr to
16190 * loader/main.c, misc/callback.c:
16191 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16192 Fix compiler warnings.
16194 * dlls/comctl32/imagelist.c, dlls/comctl32/treeview.c, include/treeview.h:
16195 Sylvain St.Germain <sylvain@macadamian.com>
16196 Fixed some graphical problems of the treeview and added support LMB
16197 click on +/- sign to open and close.
16198 Fixed a bug in imagelist where the last image could not be displayed.
16200 * windows/x11drv/event.c:
16201 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16202 Avoid unnecessary error messages.
16204 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16205 Ignore HIWORD of boolean return values of 16-bit hook procedures, to
16206 match buggy Windows behaviour.
16208 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
16209 Corrected bug in enumeration function.
16211 * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
16212 Fixed bug introduced in WIN_FindWindow.
16214 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
16215 0 is a valid index for a tab item.
16216 CreateSolidBrush takes a COLORREF as a parameter.
16217 Tab controls were always displayed in the top left corner.
16219 Mon Mar 15 16:15:17 1999 Alexandre Julliard <julliard@winehq.com>
16221 * include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
16222 Francois Gouget <fgouget@psn.net>
16223 Updated the interfaces to use the latest ICOM macros.
16225 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
16228 * if1632/mmsystem.spec, include/mmsystem.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mci.c, multimedia/mcistring.c, multimedia/mmsystem.c, relay32/winmm.spec:
16229 Eric Pouech <Eric.Pouech@wanadoo.fr>
16230 Moved all MCI internal functions/variables/macros to mci.c.
16231 Changed some interface names.
16233 * include/digitalv.h, multimedia/mciavi.c:
16234 Eric Pouech <Eric.Pouech@wanadoo.fr>
16235 Make use of digitalv.h file.
16237 * multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16238 Changed how list of loadable MCI drivers is obtained.
16240 * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
16241 Describes in newbie terms how to add new keyboard layouts.
16243 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
16244 Better comments, and added ANSI codepages in table.
16245 US keyboard contributed by Uwe Bonnes.
16246 French keyboard contributed by Eric Pouech.
16247 German keyboard contributed by Ulrich Weigand.
16248 Danish keyboard contributed by Bertho Stultiens.
16250 * 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:
16251 Klaas van Gend <klaas@vangend.demon.nl>
16252 - Reimplementation of the CommDlg ExtendedError mechanism using TLS.
16253 - Some header inclusion cleanup.
16255 * multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
16256 Eric Pouech <Eric.Pouech@wanadoo.fr>
16259 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16260 Makes use of new CDAUDIO_Seek() function.
16262 * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
16263 Various fixes for MSCDEX traps.
16265 * misc/cdrom.c, include/cdrom.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
16266 Added new function CDAUDIO_Seek().
16268 * include/driver.h, windows/driver.c:
16269 Eric Pouech <Eric.Pouech@wanadoo.fr>
16270 Better 16/32 bit driver messages mapping and handling.
16271 Better protection against bad handles.
16273 * include/peexe.h, loader/resource.c:
16274 Marcus Meissner <marcus@jet.franken.de>
16275 Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
16278 * include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
16279 Fixed make install.
16281 ----------------------------------------------------------------
16282 Sun Mar 14 17:25:33 1999 Alexandre Julliard <julliard@winehq.com>
16284 * 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:
16285 Francois Boisvert <francois@macadamian.com>
16286 Made access to the wnd struct thread-safe.
16288 * */*: Jim Aston <asto0001@algonquinc.on.ca>
16289 Renamed wintypes.h to windef.h.
16291 * memory/heap.c: Make the system heap critical section global.
16294 Fixed Makefile up-to-date check to avoid relinking all the object
16297 * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
16298 Reimplemented some code without using X11.
16300 * graphics/ddraw.c, relay32/ddraw.spec:
16301 Patrik Stridvall <ps@leissner.se>
16302 Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
16304 * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
16305 Added tracing for delayed imports and removed the fixme.
16307 * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
16308 Better implementation of GetShortPathNameA/W.
16310 * misc/registry.c, wine.ini: Nathan Zorich <wfilardo@fuse.net>
16311 Allow the file names and paths for the registry files (user.reg and
16312 system.reg) to be specified in a [Registry] section of wine.ini or
16315 * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
16316 Fix OemToAnsiBuff for real Win31 behavior.
16318 * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
16319 First attempt at supporting different keyboard layouts with their
16320 correct scancode mapping.
16322 * 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:
16323 Sylvain St.Germain <sylvain@macadamian.com>
16324 Added command line tool to access the registry.
16326 * rc/winerc.c: Fixed compilation.
16328 * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
16329 Ignore generated files.
16331 * programs/notepad/lcc.h: Fixed make depend.
16333 * 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:
16334 Paul Quinn <paulq@linuxmaster.hungrycats.org>
16335 Many new defines, and structs to help compile MFC. As well as a few
16336 OLE corrections from earlier.
16338 * loader/ne/module.c:
16339 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16340 Make GetModuleHandle16 only look for module names, not path names.
16342 * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
16343 Added some more vga video modes.
16345 * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
16346 Prevent X11 errors when XCreateWindow is called with zero width or
16349 * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
16350 Added metafile support for ExtFloodFill.
16352 * controls/button.c:
16353 Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
16354 Paint gray text on gray background in checkboxes/radiobuttons by
16355 stippling. Also changed the brush used in this case to give better
16356 readability with X fonts.
16358 * 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:
16359 Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16360 Implemented (nearly) all TAPI functions as stubs.
16362 * include/wine/winuser16.h, misc/comm.c, files/dos_fs.c, include/winbase.h:
16363 Michael McCormack <Michael.McCormack@alcatel.com.au>
16364 Basic support for WIN32 serial communications API.
16365 Modify DOSFS_OpenDevice to allow opening of COM ports.
16366 Change Win32 comm functions to accept file handle.
16367 Add declaration of COMSTAT32 structure.
16369 * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
16370 Fixed a silly VGA-emulation palette bug.
16372 * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
16373 Fixed a couple of ugly warnings (caused by ugly errors).
16375 * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16378 * 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:
16379 Juergen Schmied <juergen.schmied@metronet.de>
16380 - IShellFolder and IEnumIDList are using the new COM headers
16381 - fixed sort order for folders and drives
16383 * README: Ove Kaaven <ovek@arcticnet.no>
16384 Corrected location of FAQ.
16386 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
16387 Fully implemented Direct Console Input.
16389 Sat Mar 13 18:20:27 1999 Alexandre Julliard <julliard@winehq.com>
16391 * windows/queue.c, dlls/shell32/shlfolder.c, if1632/thunk.c, scheduler/sysdeps.c:
16392 Marcus Meissner <marcus@jet.franken.de>
16393 Fixed newly introduced and some leftover warnings.
16395 * include/wingdi.h: Francois Gouget <fgouget@psn.net>
16396 It is now possible to use the standard macros for GetTextExtentPoint
16397 and GetTextExtentPoint32.
16399 * include/prsht.h: Francois Gouget <fgouget@psn.net>
16400 Fixed some SendMessage32A that escaped the renaming.
16402 * include/ole2.h: Francois Gouget <fgouget@psn.net>
16403 On windows ole2.h includes oleauto.h and some programs depend on this.
16405 * include/oleauto.h, ole/ole2disp.c: Francois Gouget <fgouget@psn.net>
16406 Fixes in the SysAllocString functions prototypes. It's mostly 'const'
16407 problems that prevent regular code from compiling.
16409 * 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:
16410 Pavel Roskin <pavel_roskin@geocities.com>
16411 File open dialog now uses icons instead of bitmaps.
16413 * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
16414 Updated AVI* class interface to new ICOM_ methods.
16416 * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
16417 Some fixes and additions.
16419 * 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:
16420 Marcus Meissner <marcus@jet.franken.de>
16421 Started on avifil32 implementation (only stubs currently).
16423 * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
16424 Reimplemented DrawFocusRect without using X11.
16426 * include/miscemu.h, msdos/dosmem.c, msdos/int10.c:
16427 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16428 Implemented mode setting things as well as VESA additions and other
16429 things. Cleaned up DOSMEM_BiosData handling.
16431 * include/wine/obj_olefont.h, ole/olefont.c:
16432 Francis Beaudet <francis@macadamian.com>
16433 Implemented the IPersistStream interface on the OLE font object.
16435 * miscemu/emulate.c:
16436 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
16437 Make function BX=6 round ST0 to integer.
16439 * include/commctrl.h, include/wingdi.h: Paul Quinn <paulq@corel.ca>
16440 Adrian Thurston <adriant@corel.ca>
16441 - Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
16442 LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
16443 - Added some missing structures and definitions to wingdi.h
16444 - Added proper defines for GetCharWidthsXXX
16445 - Added c++ protection to wingdi.h
16447 * 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:
16448 Juergen Schmied <juergen.schmied@metronet.de>
16449 - mostly cleanup after the renaming
16450 - implemented SHILCreateFromPath
16451 - small changed to SHGetFileInfo
16453 * include/prsht.h, include/winuser.h:
16454 Bertho Stultiens <bertho@panter.soci.aau.dk>
16455 Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
16456 structure for compatibility.
16458 * dlls/commdlg/printdlg.c, include/cderr.h, include/commdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
16459 Bertho Stultiens <bertho@panter.soci.aau.dk>
16460 Moved error codes to cderr.h.
16462 * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
16463 Fix CreateProcess to handle lpCommandline better.
16465 * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
16466 Change GetStartupInfoA/W to return the real StartupInfo.
16468 * windows/mdi.c: Guy Albertelli <<galberte@neo.lrun.com>>
16469 Handle null wndPtr for mdi window.
16471 * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
16472 Fixed a couple of missing #defines for Win32 API functions with
16473 ASCII/Unicode versions.
16475 * win32/newfns.c, if1632/kernel.spec, if1632/thunk.c, if1632/wprocs.spec, include/callback.h, misc/callback.c, relay32/Makefile.in, relay32/utthunk.c:
16476 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16477 Implemented UTRegister and UTUnRegister.
16479 * if1632/ddeml.spec, include/ddeml.h, include/winnt.h, misc/ddeml.c, relay32/user32.spec:
16480 <keith_m@sweeney.demon.co.uk>
16481 Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
16482 bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
16483 DdeSetQualityOfService, DdeSetUserHandle.
16484 Corrected heap handling in DdeInitializeW, refined CreateMutex error
16488 * if1632/olecli.spec, include/ole.h, ole/olecli.c:
16489 Pavel Roskin <pavel_roskin@geocities.com>
16490 Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
16491 OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
16492 OleRevertClientDoc, OleEnumObjects.
16494 * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
16495 Definition for OleCreateLinkFromClip was incorrect.
16497 * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
16498 Mask out the upper 12 bits from the resourceid, just like win95 does.
16500 * BUGS: Ove Kaaven <ovek@arcticnet.no>
16501 Updated bug list by my knowledge of them.
16503 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
16504 StgCreateDocfile accepts NULL as a file name.
16506 * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
16507 Added support for alternate DIBBITBLT layout.
16509 * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
16510 Buffer size bug in LocateDebugInfoFile.
16512 * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16513 Improved "error" message readability.
16515 * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
16517 * dlls/comctl32/listview.c: Fixed make depend
16519 Fri Mar 12 17:42:50 1999 Alexandre Julliard <julliard@winehq.com>
16521 * 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:
16522 Eric Kohl <ekohl@abo.rhein-zeitung.de>
16523 Replaced direct access to the WND structure by corresponding calls to
16526 * dlls/comctl32/commctrl.c, dlls/comctl32/progress.c, dlls/comctl32/updown.c, include/commctrl.h:
16527 Eric Kohl <ekohl@abo.rhein-zeitung.de>
16528 Fixed some bugs introduced by the automated renaming.
16530 * resources/.cvsignore: Added sysres_Ru.s
16532 * dlls/comctl32/header.c, dlls/comctl32/listview.c, include/commctrl.h, include/listview.h:
16533 Luc Tourangeau <luc@macadamian.com>
16534 Changed the listview control to add the report view and fix some bugs
16537 * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
16538 Removed use of WND struct.
16540 * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
16541 Added #ifdef HAVE_WCTYPE_H.
16543 * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
16544 Removed direct access to the WND struct.
16546 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
16547 Message translation for WM_WININICHANGE.
16549 * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
16550 obm_closed_95 should not be drawn inverted.
16552 * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
16553 Removed direct access to the WND struct.
16555 * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
16556 Thuy Nguyen <thuy@macadamian.com>
16557 Improved performance.
16559 * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
16560 Create a new DC in GetDCEx when none are available.
16562 * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
16563 Stephane Lussier <stephane@macadamian.com>
16564 Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
16566 * controls/combo.c: Pavel Roskin <pavel_roskin@geocities.com>
16567 Changed the button state to "up" as soon as it is known that the
16568 selection has been cancelled, so the button is redrawn in the "up"
16571 * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
16572 Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
16574 Wed Mar 10 18:03:54 1999 Alexandre Julliard <julliard@winehq.com>
16576 * 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:
16577 Paul Quinn <paulq@corel.ca>
16578 Added a lot of new OLE interfaces.
16580 * documentation/languages, documentation/wine.man, include/options.h, misc/main.c, ole/ole2nls.c, resources/Makefile.in, resources/sysres.c, resources/sysres_Ru.rc:
16581 Alexander Kanavin <ak@cave.hop.stu.neva.ru>
16582 Added support for Russian language.
16584 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16585 Temporary fix: Activate 16-bit system timer callback routines, but
16586 skip calling them if timer signal occured while current thread was
16587 holding the Win16Lock (to prevent 16-bit stack corruption).
16589 * include/syslevel.h, scheduler/syslevel.c:
16590 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16591 Implemented _ConfirmWin16Lock (KERNEL32.96).
16593 * graphics/ddraw.c, include/ddraw.h:
16594 Lionel Ulmer <ulmer@directprovider.net>
16595 - some clean up in handling of depth
16596 - more depth conversion routines for X11 (15, 16 and 32 -> 8)
16598 * include/queue.h, windows/message.c, windows/queue.c:
16599 Stephane Lussier <stephane@macadamian.com>
16600 Implemented SendMessageTimeout() functions.
16602 * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
16603 Marcel Baur <mbaur@g26.ethz.ch>
16604 Added Boyer-Moore text search.
16606 * if1632/thunk.c, if1632/user.spec, include/callback.h, misc/callback.c:
16607 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16608 Added USER.DestroyIcon32 to Callout struct.
16610 * include/module.h, loader/ne/convert.c:
16611 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16612 Deleted NE_FreePEResource().
16614 * include/user.h, loader/main.c, loader/module.c, windows/user.c:
16615 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16616 Adapted to cursor/icon handling changes.
16618 * loader/ne/resource.c, loader/resource.c:
16619 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16620 Allow accessing both NE and PE resources with both 16- and 32-bit API.
16621 Hook cursor/icon destruction into FreeResource (like Win95).
16623 * include/cursoricon.h, objects/cursoricon.c:
16624 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16625 Implemented Win95-style shared cursor/icon cache.
16626 Merged NE and PE resource handling.
16628 * graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
16629 Pavel Roskin <pavel_roskin@geocities.com>
16630 Fixed folder bitmap colors for 8bpp.
16632 * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
16633 Windows doesnt allow dashed and dotted lines > 1.
16635 * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
16636 Fixed a reference-counting problem in the external lock mechanism.
16638 * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
16639 Fixed a simple bug in the implementation of the ShellView objects.
16641 * dlls/shell32/shell32_main.c, include/shell.h:
16642 Sergey Turchanov <turchanov@usa.net>
16643 Added some extra CSIDLs.
16645 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16646 Bugfix: Allow lpCommandLine == NULL in CreateProcess().
16648 * windows/x11drv/keyboard.c:
16649 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16650 Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
16652 * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
16653 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16654 Avoid unnecessary GraphicsExpose events.
16656 * ole/safearray.c: Francis Beaudet <francis@macadamian.com>
16657 Fixed index calculations of the upper and lower bounds of a safearray.
16658 Fixed a wrong initialization of the VT sizes array.
16660 * ole/ole2.c, relay32/ole32.spec:
16661 Francis Beaudet <francis@macadamian.com>
16662 Implementation of the ReleaseStgMedium method.
16664 Tue Mar 9 17:47:51 1999 Alexandre Julliard <julliard@winehq.com>
16666 * 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:
16667 Juergen Schmied <juergen.schmied@metronet.de>
16668 - sorted API by groups
16669 - new stubs: NtQueryDirectoryFile, ZwQueryDirectoryFile
16670 - impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
16671 RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
16672 - impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
16673 RtlTimeFieldsToTime
16675 * include/ntddk.h, include/ntdef.h, include/winnt.h:
16676 Juergen Schmied <juergen.schmied@metronet.de>
16677 Many new prototypes.
16679 * loader/resource.c, include/module.h:
16680 Juergen Schmied <juergen.schmied@metronet.de>
16681 Fix use of wrong prototype from ntdll.h.
16683 * dlls/advapi32/security.c:
16684 Juergen Schmied <juergen.schmied@metronet.de>
16685 Make more functions just calling down to ntdll.
16686 New: GetSecurityDescriptorSacl.
16688 * graphics/psdrv/afm.c:
16689 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
16690 Accept "Normal" as a valid AFM weight.
16692 * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
16693 Smarter way of searching for a free block.
16695 * windows/message.c:
16696 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16697 Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
16699 * libtest/hello5.c: Marcus Meissner <marcus@jet.franken.de>
16700 Corrected cast so hello5 compiles again.
16702 * dlls/commdlg/filedlg.c: Norman Stevens <norman@arcady.u-net.com>
16703 Don't copy lpstrFileTitle if given NULL pointer for this.
16704 Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
16706 * misc/winsock.c, include/winsock.h:
16707 Marcus Meissner <marcus@jet.franken.de>
16708 Fix broken _convert_sockopt for IPPROTO_TCP cases, added TCP_NODELAY.
16710 * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
16711 __asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell,
16712 removed additional "eax" from clobber list, so egcs-current likes it.
16714 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
16715 CreateFileMapping SetLastError(0)s on newly created mappings.
16717 Sun Feb 28 20:05:12 1999 Alexandre Julliard <julliard@winehq.com>
16719 * 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:
16720 Klaas van Gend <Klaas@vangend.demon.nl>
16721 Create a new subdirectory for the common dialog box DLL and move all
16722 code from /misc/commdlg.c to this directory. Also made a start in
16723 documenting the API calls.
16725 * 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:
16726 Marcus Meissner <marcus@jet.franken.de>
16727 More include optimizations.
16729 * 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:
16730 Marcus Meissner <marcus@jet.franken.de>
16731 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
16732 additional {}. Rewrote GetCreationModeFromSTGM so we don't get
16733 "possible use of uninitialized variable".
16735 * include/mmsystem.h, include/multimedia.h:
16736 Marcus Meissner <marcus@jet.franken.de>
16737 MCI_OPEN_DRIVER_PARMS - Add win32 version of structure.
16739 * files/directory.c, msdos/int21.c:
16740 Marcus Meissner <marcus@jet.franken.de>
16741 Changed CreateDirectory LastError returns to match Win32 (found out by
16742 experiment). Adapted int21 CreateDirectory call to still return the
16743 correct DOS error codes according to Ralph Brown.
16745 * graphics/ddraw.c, relay32/ddraw.spec:
16746 Lionel Ulmer <ulmer@directprovider.net>
16747 - added function DirectDrawEnumerateEx
16748 - added (or corrected) check for the return value of the enumeration functions
16750 * configure, configure.in: Lionel Ulmer <ulmer@directprovider.net>
16751 Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
16753 * multimedia/mcicda.c:
16754 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
16755 Added missing <sys/types.h>.
16757 * include/winuser.h: Klaas van Gend <klaas@vangend.demon.nl>
16758 Added the button states as returned by IsDlgButtonChecked().
16761 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
16762 Added support for quoted file names in CreateProcess().
16764 * files/file.c, scheduler/client.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, win32/console.c:
16765 CLIENT_WaitReply: don't clear last error on success; fixed callers
16766 accordingly (based on a patch by Juergen Schmied).
16768 * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
16769 Added some support and stubs for VESA to msdos/int10.c.
16771 * 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:
16772 Marcus Meissner <marcus@jet.franken.de>
16773 More include optimisations and fixes.
16775 * server/process.c: Juergen Schmied <juergen.schmied@metronet.de>
16776 open_object should return ERROR_FILE_NOT_FOUND when the named object
16779 * files/directory.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16780 Better error message.
16782 * 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:
16783 Use server handles directly for Win32 handles. Removed use of K32OBJ.
16785 * 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:
16786 David Luyer <luyer@ucs.uwa.edu.au>
16787 - fixed missing stdlib.h and string.h includes everywhere
16788 - removed a couple of unneeded stdlib.h and stdio.h includes
16790 * 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:
16791 Process and thread id now use the server-side id instead of an
16792 obfuscated pointer.
16794 * libtest/guitest.c, libtest/guitest.rc, libtest/guitest.rh:
16795 Ove Kaaven <ovek@arcticnet.no>
16796 The Windows GUI behaviour tester used on the Windows computer. It was
16797 used with Borland C++ 4.52, but should be easy to adapt to Winelib by
16798 whoever feels like it; I haven't, I just released this useful test app
16799 in case it would benefit other developers.
16801 * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
16802 This file details the results (message traces) the GUI behaviour
16803 tester app gave under real Windows for various events. It was useful
16804 for some of my debugging at least, perhaps it could be of some use to
16805 other Wine GUI debuggers as well.
16807 * configure, configure.in, include/config.h.in, include/sig_context.h, include/winnls.h, misc/winsock.c, misc/winsock_dns.c, multimedia/dsound.c:
16808 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
16809 Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
16810 needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
16811 defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
16814 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16815 GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
16818 * loader/dos/module.c, miscemu/main.c, msdos/dpmi.c, include/dosexe.h, include/pe_image.h, loader/main.c, loader/pe_image.c:
16819 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16820 Adapted to CreateProcess changes.
16822 * loader/ne/module.c:
16823 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16824 NE modules adapted to CreateProcess changes.
16825 LoadModule16/LoadLibrary16 reorganization.
16827 * include/module.h, include/task.h, loader/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
16828 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16829 Process creation sequence reorganized:
16830 - Removed instance data segment for all but NE modules.
16831 - Check binary type in CreateProcess before loading module.
16832 - Unix process creation moved from WinExec to CreateProcess.
16833 - Bugfix: fill in thdb->teb.htask16 member correctly.
16835 * windows/input.c: Guy Albertelli <galberte@neo.lrun.com>
16836 - Code to return default language code as keyboard layout.
16837 - Implemented other stubs associated with keyboard layout:
16838 GetKeyboardLayoutNameA, ActivateKeyboardLayout,
16839 LoadKeyboardLayout[AW], GetKeyboardLayoutList.
16841 * include/commdlg.h, include/resource.h, misc/Attic/commdlg.c, resources/sysres_En.rc:
16842 Klaas van Gend <klaas@vangend.demon.nl>
16843 Preliminary implementation of the PrintDlgA stub.
16845 * ole/nls/nld.nls: Klaas van Gend <klaas@vangend.demon.nl>
16846 Now compliant to the Dutch standards.
16848 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
16849 FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
16851 * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
16852 Fixed a couple of dosmem block resize bugs.
16854 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
16855 - no more 3D capabilities if Direct3D support is not compiled in
16856 - some debug messages clean-up (replaced fprintfs by DUMPs)
16858 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
16859 We got passed a NULL Dialect ptr and accessed it unprotected.
16861 * server/file.c, server/mapping.c, include/server/object.h, memory/virtual.c:
16862 Added support for mappings with no associated file.
16864 * include/server.h, include/server/process.h, scheduler/client.c, server/process.c, server/request.c, server/trace.c:
16865 Removed dst_handle in duplicate_handle request.
16866 Added inherit flag in create_mapping request.
16868 * include/oaidl.h, include/wine/obj_oleaut.h, ole/safearray.c, ole/variant.c:
16869 Francis Beaudet <francis@macadamian.com>
16870 Implemented support for arrays and safe arrays in VARIANT data
16871 structures. Also moved the SAFEARRAY definition (yet again) to the
16874 * wine.ini: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
16875 Fixed Filesystem documentation.
16877 * include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
16878 Pavel Roskin <pavel_roskin@geocities.com>
16879 Made folder icons gray-yellow instead of blue.
16881 * windows/message.c: Francis Beaudet <francis@macadamian.com>
16882 Order of send message processing was not respected and the message
16883 stacked last finished after the message stacked first.
16885 * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
16886 Added checks to guard against NULL active window.
16888 * windows/dialog.c: Norman Stevens <norman@arcady.u-net.com>
16889 Don't check children of disabled or invisible controls for dialog
16890 keyboard accelerators. Fixes problems with dialogs with tab boxes.
16892 * ole/compobj.c, relay32/ole32.spec:
16893 Francis Beaudet <francis@macadamian.com>
16894 Implemented the CoTaskMemRealloc API. Also clean-up around that API
16897 * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
16898 Added a missing Release.
16899 STGM_CREATE should translate to CREATE_ALWAYS.
16901 ----------------------------------------------------------------
16902 Fri Feb 26 12:33:21 1999 Alexandre Julliard <julliard@winehq.com>
16904 * DEVELOPERS-HINTS: Updated for new naming conventions.
16906 * */*: Large-scale renaming of all Win32 functions and types to
16907 use the standard Windows names.
16909 ----------------------------------------------------------------
16910 Thu Feb 25 18:11:40 1999 Alexandre Julliard <julliard@winehq.com>
16912 * misc/main.c: Albert den Haan <albertd@corel.ca>
16913 For various reasons some of our libwine executables must have a "." in
16914 their file names. The "." causes trouble when the file name is used as
16915 the class name for an X resource as wine does for command line parsing
16919 Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
16920 GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
16922 * include/gdi.h, include/heap.h, include/wintypes.h:
16923 David Luyer <luyer@ucs.uwa.edu.au>
16924 Added __attribute__ ((unused)) on static inline functions declared in
16927 * documentation/bugreports: Adam the Jazz Guy <magicbox@bestweb.net>
16928 Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
16929 which uses my bug_report.pl script.
16930 Added info on a command that can be run on all shells to print debug
16931 msgs to a file and not to xterm.
16934 Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
16935 Needs thread.h for non-Linux.
16937 * include/win.h, windows/win.c:
16938 Francois Boisvert <francois@macadamian.com>
16939 Adding of new functions to make the wnd struct thread safe. Adding of
16940 irefCount in wnd struct.
16942 * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
16943 Michael Veksler <mveksler@techunix.technion.ac.il>
16944 Added configure check for getbkgd and define HAVE_GETBKGD.
16946 * 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:
16947 Paul Quinn <paulq@corel.ca>
16948 Many interface declarations that originated from oleidl.h, oaidl.h and
16949 ocidl.h separated into somewhat relevant obj_* files.
16951 * files/drive.c, ole/compobj.c, resources/sysres.c:
16952 Michael Veksler <mveksler@techunix.technion.ac.il>
16953 Fixed warning and compilation errors.
16955 * include/windows.h: Michael Veksler <mveksler@techunix.technion.ac.il>
16956 Removed includes of wine/* headers.
16958 * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
16959 Made message "Resource not found" WARN.
16961 * dlls/shell32/contmenu.c, include/shlobj.h:
16962 Adrian Thurston <adriant@COREL.CA>
16963 - Use the new COM definition macros in the header.
16964 - Put the implementation of the object in the contmenu.c.
16965 - Make appropriate name changes in contmenu.c.
16967 * misc/registry.c, include/winreg.h: Paul Quinn <paulq@corel.ca>
16968 Zygo Blaxell <zygob@corel.ca>
16969 Modifies parameter list of a couple of functions to comply with SDK.
16971 * windows/scroll.c: Pascal Lessard <pascal@macadamian.com>
16972 ScrollDC32 modified to return rect in logical coordinate.
16974 * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
16975 Adds C++ nameless union support to tagVARIANT.
16977 * include/mmsystem.h, include/oaidl.h, include/oleauto.h:
16978 Adrian Thurston <adriant@COREL.CA>
16979 Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
16980 Removed a redundant include.
16981 Added some c++ protection.
16983 Wed Feb 24 15:58:51 1999 Alexandre Julliard <julliard@winehq.com>
16985 * dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, include/shlobj.h:
16986 Juergen Schmied <juergen.schmied@metronet.de>
16987 Changed pidl structure to match the pidl's used in lnk-files.
16989 * dlls/shell32/shelllink.c:
16990 Juergen Schmied <juergen.schmied@metronet.de>
16991 Implemented reading of *.lnk-files.
16993 * include/wine/obj_shelllink.h:
16994 Juergen Schmied <juergen.schmied@metronet.de>
16995 new file, including the IShellLink definition.
16997 * 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:
16998 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
16999 Modified process creation sequence: call PE_CreateModule in the
17000 context of the new process (in TASK_CallToStart).
17001 Changed all PE/Module routines so as to always operate on the current
17002 process; adapted all callers.
17004 * 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:
17005 Marcus Meissner <marcus@jet.franken.de>
17006 Optimized away more includes, readded some #includes for necessary
17009 * msdos/int2f.c: <smil@mechatronika.hu>
17010 Added low-level Netware installation check.
17012 * include/console.h, console/interface.c, console/ncurses.c:
17013 Joseph Pranevich <jpranevich@lycos.com>
17014 Added GetBackgroundColor call to the console struct. Will be used
17017 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
17018 Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
17019 (Interrupt list did not have correct.)
17021 * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
17022 Added stubs for two missing methods of DInput.
17024 * ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
17027 * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
17028 Added support for larger files.
17030 * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17031 Fixes buffer overrun problems with GetDIBits.
17033 * windows/message.c: Stephane Lussier <stephane@macadamian.com>
17034 Fixed some SendMessage bugs.
17036 * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
17037 Fix COM_ExternalLockFreeList to do not fail with an empty list.
17039 Mon Feb 22 10:21:56 1999 Alexandre Julliard <julliard@winehq.com>
17041 * misc/Makefile.in, misc/string.c:
17042 Zygo Blaxell <zblaxell@furryterror.org>
17043 Implemented some CRTDLL string functions.
17045 * 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:
17046 Marcus Meissner <marcus@jet.franken.de>
17047 Some more recursive include fixes/optimizations.
17049 * 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:
17050 Juergen Schmied <juergen.schmied@metronet.de>
17051 - eliminated one element of the pidl struct (dwSFGAO)
17052 - changed some superflous FIXME
17054 * dlls/shell32/shlfolder.c, include/wine/obj_dragdrop.h:
17055 Juergen Schmied <juergen.schmied@metronet.de>
17056 - header uses the last macros now
17057 - rewrote IDropTarget according to the new COM headers
17058 (was local declared not using the already written prototypes)
17059 - corrected Drop method (wrong parameter count)
17061 * windows/dinput.c: Francois Gouget <fgouget@psn.net>
17062 Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
17063 Added the interface implementation structures.
17064 I remembered from an email that even when asked for a
17065 IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
17066 considered that we would only implement the latter. The
17067 IDirectInputDeviceA_xxx methods have been renamed to
17068 IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
17069 implementation as before.
17070 Renamed the implementation structures to XxxImpl.
17072 * include/dinput.h: Francois Gouget <fgouget@psn.net>
17073 Use latest COM macros
17074 Defined the IDirectInputDeviceA interface independently from
17075 IDirectInputDevice2A.
17076 Removed the 32 suffix of the interfaces. Hopefully this will not
17077 cause any problem with the renaming.
17078 Moved the implementation specific stuff to dinput.c (well, the
17079 interfaces at least).
17081 Sun Feb 21 18:35:28 1999 Alexandre Julliard <julliard@winehq.com>
17083 * scheduler/process.c, scheduler/sysdeps.c, include/process.h, include/thread.h:
17084 Changed initial process creation to avoid memory allocations.
17085 Removed a few unused fields in PDB and THDB.
17087 * scheduler/client.c, scheduler/thread.c:
17088 Removed thread queue functions.
17089 Changed initial thread creation to avoid memory allocations.
17090 Moved server startup to THREAD_CreateInitialThread.
17092 * scheduler/synchro.c:
17093 Removed use of per-thread wait_struct, cleaned up a bit.
17095 * scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
17097 * include/winnt.h: Added a few exception codes.
17099 * 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:
17100 Michael Veksler <mveksler@techunix.technion.ac.il>
17101 - Fix headers to include less or smaller header files.
17102 - Fix header and source files to include missing header files to avoid
17103 warnings and errors.
17105 * loader/signal.c, memory/ldt.c, misc/port.c:
17106 Marcus Meissner <marcus@jet.franken.de>
17107 Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
17108 wine_sigaction __PIC__ cases, since "g" will not work with
17109 -fomit-frame-pointer ("g" is referenced using %esp which was
17110 invalidated before). Bug found and (other) fix suggested by
17111 <daniel@mat.utfsm.cl> Daniel Serpell.
17113 * ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
17114 Added missing WINAPIs.
17116 * 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:
17117 Stephane Lussier <stephane@macadamian.com>
17118 Fix problem where you need mouse activity to unlock some 16 bits
17119 thread with multi-threaded apps.
17121 Sat Feb 20 16:48:54 1999 Alexandre Julliard <julliard@winehq.com>
17123 * 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:
17124 Francis Beaudet <francis@macadamian.com>
17125 Implemented the OleCreateFontIndirect method and the associated COM
17126 object. That object supports the IFont and IDispatch interfaces.
17128 * configure, configure.in, include/config.h.in, misc/port.c, misc/winsock.c, misc/winsock_dns.c:
17129 Marcus Meissner <marcus@jet.franken.de>
17130 Problems reported by Donald Page, PR 105-107.
17132 * console/ncurses.c: Joseph Pranevich <jpranevich@lycos.com>
17133 More commenting, better debugging of color problems, and support for
17134 the new TerminalType option in wine.ini. This allows us to select
17135 which terminal type we are really using so that we can, for example,
17136 use its color capabilities.
17138 * console/interface.c, include/console.h:
17139 Joseph Pranevich <jpranevich@lycos.com>
17140 Support for the new InitialRows andf InitialColumns options in wine.ini
17141 (Generic replacement for XtermResolution option...)
17143 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
17144 Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
17146 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
17147 Removal of obsolete XtermResolution option.
17149 * documentation/console, wine.ini:
17150 Joseph Pranevich <jpranevich@lycos.com>
17151 Add information about the new wine.conf options.
17153 * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17154 Fixed backtrack issue on 16bit code.
17156 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17157 Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
17159 * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17160 Fixed comment for Wine documentation.
17162 * include/server.h, include/server/request.h, server/request.c, server/trace.c:
17163 Added get/set_handle_info request.
17165 * graphics/x11drv/dib.c:
17166 Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
17168 * 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:
17169 Bertho Stultiens <bertho@panter.soci.aau.dk>
17170 Fix a couple of 64bit platform problems and speed up compilation. See
17171 tools/wrc/CHANGES for details.
17173 * multimedia/mmio.c: Marcus Meissner <marcus@jet.franken.de>
17174 mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF should Check the
17175 correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
17177 * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
17178 Added a check for the existence of wine.sym before installing it.
17180 * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
17181 Francis Beaudet <francis@macadamian.com>
17182 Added some new stubs for the OLE menu descriptor methods.
17184 Fri Feb 19 16:50:24 1999 Alexandre Julliard <julliard@winehq.com>
17186 * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
17187 Fixed message filtering check.
17189 * 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:
17190 Juergen Schmied <juergen.schmied@metronet.de>
17191 - made the security functions consistent. advapi calls down to ntdll now
17192 - new SetSecurityDescriptorGroup, SetSecurityDescriptorOwner,
17193 SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
17194 - nt-header cleanup
17196 * dlls/ntdll/rtl.c, if1632/builtin.c, misc/cpu.c, win32/kernel32.c:
17197 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17198 Fixed a few broken includes.
17200 * windows/nonclient.c: Reverted broken close button change.
17202 * 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:
17203 Jeff Garzik <jgarzik@pobox.com>
17204 Added missing string.h include.
17206 * loader/ne/module.c:
17207 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17208 Only append .dll if no extension yet.
17210 * windows/message.c: Francis Beaudet <francis@macadamian.com>
17211 Temporary fix suggested by Ulrich to allow the
17212 MsgWaitForMultipleObject method to be called from 16 bit threads.
17214 * windows/winproc.c: Ove Kaaven <ovek@arcticnet.no>
17215 Initialized return value of 16->32 conversion of WM_MDIGETACTIVE in
17216 case it's sent to a window that doesn't handle it (i.e. not MDI
17219 * include/dce.h, windows/dce.c, windows/winpos.c:
17220 Ove Kaaven <ovek@arcticnet.no>
17221 Added extra child arguments to DCE_GetVisRgn() to be able to handle
17222 PARENTDC class style combined with CLIPCHILDREN window style, to
17223 prevent mis-redraws in Free Agent 16-bit.
17225 * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
17226 Don't hang on the last child if it's not wanted.
17228 * win32/kernel32.c, relay32/kernel32.spec: Ian Schmidt <irsman@iag.net>
17229 Partial stub implementation of undocumented KERNEL routine PK16FNF,
17230 needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
17232 * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
17233 Fix redraw problems for ChooseColor dialog.
17235 * */*.c: Marcus Meissner <marcus@jet.franken.de>
17236 Removed a lot of occurences of windows.h (and added necessary other
17239 * include/objidl.h, include/wine/obj_moniker.h, ole/compobj.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c:
17240 Francois Gouget <fgouget@psn.net>
17243 * include/dsound.h, multimedia/dsound.c:
17244 Francois Gouget <fgouget@psn.net>
17245 Changed the first parameter from LPGUID (Windows headers) to REFGUID.
17246 This makes it a 'const GUID*' which means DirectSoundCreate must not
17249 * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
17250 Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
17251 include/wine/obj_base.h)
17253 Thu Feb 18 17:34:10 1999 Alexandre Julliard <julliard@winehq.com>
17255 * relay32/user32.spec, windows/message.c, windows/queue.c, windows/user.c, include/queue.h:
17256 Stephane Lussier <stephane@macadamian.com>
17257 - New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
17258 to support thread-safeness, and nested SendMessage.
17259 - Addition of ReplyMessage32.
17261 * windows/x11drv/wnd.c:
17262 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17263 Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
17265 * misc/commdlg.c, resources/sysres_En.rc:
17266 Pascal Lessard <pascal@macadamian.com>
17267 Applied the changes of the resulting color of the choose color dialog.
17268 Initialize values in the choose color dialog.
17270 * include/wine/obj_base.h, include/wine/obj_marshal.h:
17271 Francois Gouget <fgouget@psn.net>
17272 Removed references to ICOM_INHERITS.
17274 * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
17275 Thuy Nguyen <thuy@macadamian.com>
17276 Fixed bug with read-only files.
17278 * multimedia/mciavi.c, multimedia/mcimidi.c:
17279 Marcus Meissner <marcus@jet.franken.de>
17280 Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.
17282 * include/dosexe.h: Marcus Meissner <marcus@jet.franken.de>
17283 dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
17285 * dlls/shell32/shelllink.c, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
17286 Francois Gouget <fgouget@psn.net>
17287 Modified so that they do not use the VTABLE_FUNC macros that performed
17288 casts of all methods put in the jump table. I find it too risky to use
17289 such macros because nothing guarantees that you actually put the right
17290 method at the right place or that the prototype is right.
17292 * include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/storage.c:
17293 Francois Gouget <fgouget@psn.net>
17294 Updated to use the latest COM macros. Defined more interfaces and API
17297 * controls/menu.c, graphics/x11drv/oembitmap.c, include/winuser.h, windows/nonclient.c:
17298 Francois Boisvert<francois@macadamian.com>
17299 Implementation of the pushed close button.
17301 Wed Feb 17 17:45:54 1999 Alexandre Julliard <julliard@winehq.com>
17303 * 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:
17304 Francois Gouget <fgouget@psn.net>
17305 Moved some definitions to their proper include file.
17307 * include/wine/obj_clientserver.h, include/wine/obj_misc.h:
17308 Francois Gouget <fgouget@psn.net>
17309 Fixed some ICOM_INHERIT stuff and added new related API functions.
17311 * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
17312 Added new API. Part of it was in 'include/objbase.h' before and part
17313 of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
17314 perfect but it's better than having it in 'include/objbase.h'.
17316 * dlls/advapi32/crypt.c, dlls/ntdll/nt.c, graphics/x11drv/graphics.c, scheduler/synchro.c, controls/scroll.c:
17317 Francois Gouget <fgouget@psn.net>
17318 Fixed a number of warnings concerning the matching of the printf
17319 format string and the associated parameters (actually it's mostly
17322 * include/mmsystem.h, multimedia/mmio.c, multimedia/mmsystem.c, relay32/winmm.spec:
17323 Marcus Meissner <marcus@jet.franken.de>
17324 mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
17325 mciLoadCommandResource32: second arg is wide string
17326 mciGetDriverData: spec has just one long argument
17328 * 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:
17329 Francois Gouget <fgouget@psn.net>
17330 Changed ICOM_THIS definition.
17332 * dlls/version/info.c, include/ver.h:
17333 Bertho Stultiens <bertho@panter.soci.aau.dk>
17334 Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
17335 The VS_VERSION_INFO is a simple define and would cause confusion.
17336 Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
17338 * configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
17339 "Configure finished" message suggests to call make when make depend
17342 * */*: Marcus Meissner <marcus@jet.franken.de>
17343 Optimized include/*.h: (recursively) include all headers needed by
17344 this .h file, but only those. Necessary fixes to a lot of .c files,
17345 started optimizing "windows.h" away from some of them. Moved
17346 GetCurrentTask prototype to wine/winbase16.h.
17348 * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
17349 Luc Tourangeau <luc@macadamian.com>
17350 Preliminary listview control implementation.
17352 * controls/menu.c: Francois Boisvert <francois@macadamian.com>
17353 Give the context menu its proper behaviour and modify TrackPopupMenu
17354 to comply with windows API.
17356 * windows/painting.c: Dave Pickles <davep@nugate.demon.co.uk>
17357 GetUpdateRect should return client coordinates unless the window was
17358 created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
17359 in which case the result should be in logical coordinates.
17361 * include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
17362 Added the actual definitions of the interfaces.
17364 * include/servprov.h: Francois Gouget <fgouget@psn.net>
17365 Converted to the new COM declaration 'standard' for better
17366 compatibility with C code implementating that interface.
17368 * misc/wsprintf.c: Francis Beaudet <francis@macadamian.com>
17369 Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
17372 * dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
17373 Defined IDropTarget for ShellFolder. Implemented the Constructor,
17374 Destructor, AddRef, Release and QueryInterface methods.
17376 * memory/selector.c, if1632/kernel.spec:
17377 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17378 Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
17380 Mon Feb 15 15:24:20 1999 Alexandre Julliard <julliard@winehq.com>
17382 * include/msacm.h, include/winuser.h:
17383 Douglas Ridgway <ridgway@winehq.com>
17384 c2man doesn't like extra semicolons.
17386 * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
17387 Resetting X focus should not be done with SetFocus32. Called
17388 the windowing (X11) driver's SetFocus routine directly instead.
17389 This apparently fixes a big heap of user interface problems.
17391 ----------------------------------------------------------------
17392 Sun Feb 14 14:09:42 1999 Alexandre Julliard <julliard@winehq.com>
17394 * graphics/painting.c, include/winuser.h, objects/cursoricon.c, windows/dialog.c, windows/painting.c, windows/rect.c, windows/win.c, windows/winpos.c:
17395 Eric Pouech <Eric.Pouech@wanadoo.fr>
17396 Changed some functions prototypes (were returning void).
17398 * misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
17399 Fixed some Winelib names.
17401 * include/clipboard.h, include/console.h, include/desktop.h, include/keyboard.h, include/ttydrv.h, include/x11drv.h:
17402 Juergen Schmied <juergen.schmied@metronet.de>
17403 Corrected prototypes func() ->func(void).
17405 * multimedia/init.c, multimedia/midi.c, debugger/memory.c:
17406 Brian Joseph Czapiga <root@glacid.com>
17407 Fixed a few #ifdefs.
17409 * windows/scroll.c, windows/x11drv/wnd.c:
17410 Jerome Vouillon <vouillon@claranet.fr>
17411 Make a correct use of clipping rectangles.
17413 * include/bitmaps/ocr_cross:
17414 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17415 Added white border.
17417 * debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
17418 Implemented better output for indirect calls.
17420 * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
17421 Fixed typo in winmm.spec.
17423 * include/wintypes.h, include/wrc_rsc.h, misc/lstr.c, misc/wsprintf.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c:
17424 Gavriel State <gavriels@COREL.CA>
17425 A few non-x86 Winelib fixes.
17427 * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
17428 Do not print 'wine: no executeable found' if we did execute something.
17430 * programs/notepad/*:
17431 Marcel Baur <mbaur@g26.ethz.ch>
17432 - Added new IDS_NOTSAVED ressource (needs translation in *.rc)
17433 - Improved printing support (not yet complete)
17434 - Improved file drag and drop (should now work)
17435 - General code cleanup
17437 * include/multimedia.h, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmsystem.c:
17438 Eric Pouech <Eric.Pouech@wanadoo.fr>
17439 Fixed bugs on MCI notification (callback info are copied before
17440 asynchronous return) - make use of it in MCI wave and midi.
17441 Implemented mci(Set|Get)DeviceID(16|32) functions.
17443 * windows/x11drv/wnd.c: Ove Kaaven <ovek@arcticnet.no>
17444 Since SetParent now hides/shows, explicitly invalidating DCs in the
17445 parent change operation should no longer be necessary.
17447 * windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
17448 Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
17451 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17452 Moved VGA port access check at the beginning in order to improve
17453 performance a little bit.
17455 * server/file.c: Juergen Schmied <juergen.schmied@metronet.de>
17456 Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
17458 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
17459 Added comments. Think I've fixed INT 10/08 (Get Character and
17460 Attribute at Cursor).
17462 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
17463 Added configuration options XtermProgram and XtermResolution.
17466 * documentation/console, wine.ini:
17467 Joseph Pranevich <jpranevich@lycos.com>
17468 New examples/documentation for console configuration options.
17470 * 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:
17471 Joseph Pranevich <jpranevich@lycos.com>
17472 Moved initialization until later. Also moved around code a bit to be
17475 * include/debugger.h: Marcus Meissner <marcus@jet.franken.de>
17476 Added possibility to load .stabs/.stabstr sections from PE dlls.
17477 Unfortunately my samples use currently typedefs which wine-dbg does
17478 not understand, so no actual parsing.
17480 * 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:
17481 Bertho Stultiens <bertho@panter.soci.aau.dk>
17482 Change a couple of names that would conflict after all 32[AW] suffixes
17483 are removed. Structures defined in both mmreg.h and mmsystem.h are
17484 protected with #ifdef:s as in MS' headers.
17486 * misc/imm.c: Patrik Stridvall <ps@leissner.se>
17487 Fixed wrong typecasts.
17489 * programs/progman/grpfile.c: Stefan Leichter <sle@camline.com>
17492 * configure.in, configure: Ove Kaaven <ovek@arcticnet.no>
17493 Fix for X11 includes detection.
17495 * debugger/hash.c, debugger/msc.c, debugger/stabs.c:
17496 Marcus Meissner <marcus@jet.franken.de>
17497 Added possibility to load .stabs/.stabstr sections from PE dlls.
17498 Unfortunately my samples use currently typedefs which wine-dbg does
17499 not understand, so no actual parsing.
17501 * multimedia/dplay.c, documentation/status/directdraw, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h:
17502 Marcus Meissner <marcus@jet.franken.de>
17503 Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
17505 * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
17506 Juergen Schmied <juergen.schmied@metronet.de>
17507 Implementation of ConvertDefaultLocale32.
17509 * windows/mdi.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17510 WIN31 Look still needs a close button on the left of the menu bar.
17512 * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
17513 Changed SetWindowPos32 to force the update of the non-client area.
17515 Sat Feb 13 17:56:28 1999 Alexandre Julliard <julliard@winehq.com>
17517 * dlls/shell32/shell32_main.h, include/mmsystem.h, include/ole.h, include/wingdi.h, include/winsock.h:
17518 Bertho Stultiens <bertho@panter.soci.aau.dk>
17519 Fixed a couple of faulty names used in wine and typos so that it will
17520 compile again after conversion from 32[AW] naming to [AW] naming.
17522 * 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:
17523 Marcus Meissner <marcus@jet.franken.de>
17524 Moved the if1632/signal.c stuff into loader/signal.c, adapted function
17525 pointers for wine_debug and INSTR_EmulateInstruction.
17527 * ole/compobj.c: Francois Gouget <fgouget@psn.net>
17528 All guid 'REFxxx' types already have a 'const' inside them.
17530 * dlls/comctl32/draglist.c, dlls/comctl32/tooltips.c, misc/version.c, windows/winpos.c:
17531 Marcus Meissner <marcus@jet.franken.de>
17532 Some warnings fixed, one useless VERSION warning removed (winelib).
17535 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17536 RegFlushKey: wrong error code.
17538 * win32/file.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17539 Adds a warning message if permissions not sufficient.
17541 * 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:
17542 Eric Pouech <Eric.Pouech@wanadoo.fr>
17543 Added support for MCI AVI driver
17544 Added some fixes mixer functions
17545 Fixed MCI string comparison (thanks to Lionel ULMER)
17546 No longer using 16 bit USER functions (use their 32 bit counter part)
17548 Added function sndPlaySound32W
17550 * include/objbase.h, include/objidl.h, include/wine/obj_marshal.h:
17551 Francois Gouget <fgouget@psn.net>
17552 Added the actual interface definitions to the obj_marshal.h skeleton
17553 file. Also defined the associated C API.
17555 * windows/queue.c: Stephane Lussier <stephane@macadamian.com>
17556 Use global synchronization objects, to be able to use it in different
17557 processes (not only the process which create the synchro object).
17559 * windows/mdi.c: Norman Stevens <norman@arcady.u-net.com>
17560 Set hwndActiveChild when maximizing a mdi child window because it is
17561 not set when maximizing a window other than the active child.
17563 * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
17564 Change the GetMenuItemRect to comply with windows API.
17566 * Makefile.in, configure, configure.in, include/.cvsignore, include/Makefile.in:
17567 James Juran <jrj120@psu.edu>
17568 Created include/Makefile.in to separate header file installation from
17569 the top-level Makefile.
17571 * ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
17572 Thuy Nguyen <thuy@macadamian.com>
17573 - Fixed a small block depot bug.
17574 - Implemented converting from small blocks to big blocks.
17575 - Validated file attributes and flags.
17576 - Fixed a bug for larger files.
17578 * resources/.cvsignore: added sysres_Nl
17580 * 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:
17581 Francis Beaudet <francis@macadamian.com>
17582 Implemented the OLE Drag and Drop target registration mechanism and
17583 the DoDragDrop loop to perform the DnD operation.
17585 * windows/mdi.c, controls/menu.c, include/menu.h:
17586 Francois Boisvert <francois@macadamian.com>
17587 Implemented the WIN31 Look mdi buttons and also some defines for the
17590 * dlls/advapi32/Makefile.in, dlls/advapi32/crypt.c, include/wincrypt.h, relay32/advapi32.spec:
17591 Ian Schmidt <irsman@iag.net>
17592 Added entries for most Crypt* calls.
17593 Added stub for CryptAcquireContextA. This allows Win98 EXPLORER.EXE
17597 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17598 An app left junk in the undo buffer of an edit control upon creation.
17600 * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
17601 Changed SetParent32 to adhere to Windows behaviour (mostly),
17602 which should also keep it from leaving garbage around.
17604 * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
17605 Implementation of a simple linked list (static) that stores and counts
17606 references to COM objects.
17608 * include/objbase.h, include/wtypes.h:
17609 Francois Gouget <fgouget@psn.net>
17610 Make the REFxxx types const even in C. Also add FMTID.
17612 * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
17613 Don't call EVENT_DummyMotionNotify for hidden windows.
17615 * windows/message.c: Stephane Lussier <stephane@macadamian.com>
17616 Fix some thread-safeness problem when accessing the system message
17619 * windows/input.c, include/winuser.h, relay32/user32.spec:
17620 Marcus Meissner <marcus@jet.franken.de>
17621 Implemented MapVirtualKeyEx (ticket 21).
17622 Ignore keyboard layout for now.
17624 * include/objidl.h, include/wine/obj_clientserver.h:
17625 Francois Gouget <fgouget@psn.net>
17626 Added the actual interface definitions to the obj_clientserver.h
17629 * dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, relay32/ntdll.spec:
17630 Juergen Schmied <juergen.schmied@metronet.de>
17631 - documented most of the undocumented functions in nt.c
17632 - implemented RtlGetDaclSecurityDescriptor
17633 - stubs for NtEnumerateKey, NtOpenSymbolicLinkObject, NtQueryKey
17634 - stubs for NtRaiseException, RtlRaiseException (this both will crash)
17636 Fri Feb 12 17:47:07 1999 Alexandre Julliard <julliard@winehq.com>
17638 * dlls/advapi32/security.c, dlls/advapi32/service.c, files/drive.c, misc/registry.c, win32/newfns.c, windows/user.c:
17639 Juergen Schmied <juergen.schmied@metronet.de>
17640 Small fixes to compile with the headers (mostly nt-security).
17642 * include/ntddk.h, include/ntdef.h, include/ntdll.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h:
17643 Juergen Schmied <juergen.schmied@metronet.de>
17644 Made nt-related types compatible, throw out wine-specific types.
17646 * windows/mouse.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17647 Use MONITOR_... instead of DESKTOP_... routines to get screen
17648 dimensions; these work also with native USER.
17650 * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
17651 WM_ACTIVATE default processing should set window focus.
17652 Should fix focus problems in non-managed mode.
17654 Thu Feb 11 16:32:17 1999 Alexandre Julliard <julliard@winehq.com>
17656 * 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:
17657 Klaas van Gend <klaas@vangend.demon.nl>
17658 Added support for the Dutch language.
17660 * dlls/comctl32/propsheet.c, include/commctrl.h, include/prsht.h, include/shlobj.h:
17661 Adrian Thurston <adriant@corel.ca>
17662 Zygo Blaxell <zblaxell@corel.ca>
17663 Move property sheets from commctrl.h into into prsht.h.
17665 * graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c:
17666 Lionel Ulmer <ulmer@directprovider.net>
17667 Added 'objbase.h' to prevent compiler warnings.
17669 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17670 Better detection of XShm errors (should now run on remote displays).
17672 * multimedia/mmsystem.c:
17673 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17674 Fixes mixerGetID16/32 problems/errors.
17676 * ole/oleobj.c, multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
17677 IsEqualGUID is defined in 'include/wine/obj_base.h'. All other
17678 declarations must surrender or prepare to be met with deadly force :-)
17680 * relay32/ole32.spec: Francois Gouget <fgouget@psn.net>
17681 Added new functions (from Win98)
17682 Added comments with the parameter types for future use with dllglue
17684 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17685 Set the flags for GetVolumeInformation32A.
17687 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
17688 FindWindow failed for 32 bit windows with style != WS_CHILD.
17690 Wed Feb 10 06:52:58 1999 Alexandre Julliard <julliard@winehq.com>
17692 * 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:
17693 Paul Quinn <paulq@corel.ca>
17694 Albert Den Haan <albertd@corel.ca>
17695 Moves files from print.h to winspool.h for better SDK header compliance
17696 for Winelib programs.
17698 * 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:
17699 Albert Den Haan <albertd@corel.ca>
17700 Adrian Thurston <athursto@corel.ca>
17701 Paul Quinn <paulq@corel.ca>
17702 Zygo Blaxell <zygob@corel.ca>
17703 Miscellaneous patches to header files. All of these are supposedly there
17704 to help build Winelib applications.
17706 * include/wintypes.h: Albert Den Haan <albertd@corel.ca>
17707 Adrian Thurston <athursto@corel.ca>
17708 Paul Quinn <paulq@corel.ca>
17709 Zygo Blaxell <zygob@corel.ca>
17710 More types we need for compiling Winelib/MFC applications.
17712 * include/commctrl.h: Paul Quinn <paulq@corel.ca>
17713 Adrian Thurston <adriant@corel.ca>
17714 More types for common controls. Needed for Winelib.
17716 * dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/wine/obj_base.h, multimedia/dsound.c, ole/compobj.c, ole/ifs.c:
17717 Francois Gouget <fgouget@psn.net>
17718 Better set of macros for defining the COM interfaces.
17720 * dlls/advapi32/security.c, relay32/advapi32.spec:
17721 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17722 Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.
17724 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
17725 Fixed debug output to follow '-debugmsg' flags.
17727 Tue Feb 9 15:49:39 1999 Alexandre Julliard <julliard@winehq.com>
17729 * msdos/int20.c, ole/safearray.c, relay32/builtin32.c, server/device.c, server/file.c, server/pipe.c, server/thread.c, windows/winhelp.c:
17730 Michael Veksler <mveksler@techunix.technion.ac.il>
17731 Added missing includes to avoid warnings/errors.
17733 * 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:
17734 Michael Veksler <mveksler@techunix.technion.ac.il>
17735 Moved everything out of windows.h.
17737 * graphics/wing.c, if1632/gdi.spec, include/bitmap.h, include/palette.h, include/wingdi.h, objects/palette.c, relay32/gdi32.spec:
17738 Brad Pepers <brad@linuxcanada.com>
17741 * controls/menu.c, include/message.h, include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, windows/timer.c:
17742 Stephane Lussier <stephane@macadamian.com>
17743 -Fixed MESSAGE functions that were thunking down to 16 bits implementation.
17744 So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
17745 with this patch. Unicode version of those functions is currently only
17746 calling the ASCII version.
17747 -Fixed queue signaling using a new EVENT object in the queue for 32 bits
17748 thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
17751 * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17752 GetMetaFileBitsEx should work in bytes not words.
17754 * include/shlobj.h: Francois Gouget <fgouget@psn.net>
17755 DllGetClassObject should take a REFCLSID not an LPCLSID.
17757 * objects/dib.c, include/global.h, memory/virtual.c:
17758 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17759 Change fault handler 'addr' argument to LPCVOID.
17761 * files/file.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17762 Call VIRTUAL_HandleFault if read/write returns EFAULT.
17764 * dlls/comctl32/treeview.c:
17765 Bertho Stultiens <bertho@panter.soci.aau.dk>
17766 Fix typo to map GetTextExtentPoint to the correct 32A version.
17768 * documentation/debugging, include/peexe.h, include/wincon.h, programs/regtest/regtest.c, relay32/advapi32.spec, windows/x11drv/main.c, dlls/advapi32/security.c:
17769 Marcus Meissner <marcus@jet.franken.de>
17770 Some small bugfixes, added more PE relocation types (for WinCE mostly),
17771 some console prototypes, -dll is useful for winelib too, regtest
17774 * include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c:
17775 Paul Quinn <paulq@corel.ca>
17776 GetCursorPos is actually a BOOL.
17778 * include/mmsystem.h: Paul Quinn <paulq@corel.ca>
17779 Adrian Thurston <adriant@corel.ca>
17780 More types, C++ protection, and a typo correction for mmsystem.h.
17782 * include/commctrl.h: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
17783 Move the #define of DUMMYUNIONNAME* to before they are used.
17784 Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
17785 Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
17786 Define "TV_ITEM" to agree with you-know-who's documentation.
17788 * dlls/version/info.c:
17789 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17790 NULL is a valid argument as handle for GetFileVersionInfoSize32A.
17792 * include/dinput.h, windows/dinput.c:
17793 Lionel Ulmer <ulmer@directprovider.net>
17794 Added buffered device access for DInput's mouse driver.
17796 * files/file.c: Juergen Schmied <juergen.schmied@metronet.de>
17797 Wrong access on server handle was demanded (GENERIC_READ instead of
17800 * dlls/shell32/shellord.c:
17801 Juergen Schmied <juergen.schmied@metronet.de>
17802 Better implementation (takes strings or res-id's now).
17804 * dlls/version/resource.c:
17805 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17806 Bugfix: NULL pointer check for output parameters.
17808 * dlls/shell32/brsfolder.c:
17809 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
17810 Fixed two pointer/integer mismatch warnings.
17812 * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
17815 * console/xterm.c, win32/console.c:
17816 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
17817 wine_openpty is not properly declared (either missing or mismatched
17818 declarations) in both places where it is used.
17820 * include/wingdi.h, objects/dib.c:
17821 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
17822 Fix types of GetDIBits functions (LPSTR should be LPVOID).
17824 * graphics/x11drv/dib.c:
17825 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
17826 Fixes several problems with SetDIBitsToDevice if xSrc != 0.
17827 Thanks to Ian Schmidt for the logs.
17829 * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
17830 The systems buttons (minimize/restore/close) now appear on the menu
17831 bar of mdi application.
17833 * controls/menu.c: Francois Boisvert <francois@macadamian.com>
17834 Implemented the magic menu items id's used by windows when inserting
17835 the minimize/maximize/close buttons in the menu bar of an application.
17837 * objects/enhmetafile.c: Jason McMullan <jmcc@ontv.com>
17838 Adds support for EMR_STRETCHDIBITS in EMFs.
17840 * programs/avitools/aviplay.c: Marcus Meissner <marcus@jet.franken.de>
17841 Fixed image size and line size, added 8bit color/palette handling.
17843 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
17844 Fixed formatting of code
17845 Now changes to directory of program to be run before starting wine
17847 * windows/queue.c, windows/user.c, include/user.h, scheduler/thread.c:
17848 Stephane Lussier <stephane@macadamian.com>
17849 - Cleaned up the message queue when a thread exit (but not the process).
17850 - Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
17851 queue link list is corrupted.
17853 * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
17854 Sounds were cut off due to integer overflow. Fixed.
17856 * include/windowsx.h: Paul Quinn <paulq@corel.ca>
17857 Added windowsx.h for Winelib.
17859 Fri Feb 5 17:40:47 1999 Alexandre Julliard <julliard@winehq.com>
17861 * 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:
17862 <ewill@ncal.verio.com>
17863 Added common dialogs test program.
17865 * 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:
17866 Noel Borthwick <noel@macadamian.com>
17867 Added management and allocation of the PERQUEUEDATA structure.
17869 * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
17870 Lionel Ulmer <ulmer@directprovider.net>
17871 - added a dump of the palette creation flags
17872 - changed palette creation code in vga.c to prevent useless error
17875 * documentation/wine.man, files/drive.c, wine.ini:
17876 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17877 Use vfat/win95 as default.
17879 * 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:
17880 Marcus Meissner <marcus@jet.franken.de>
17881 Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
17882 aviinfo and aviplay programs.
17884 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
17885 Continued hack to win32/console.c, so that the IDA Pro Disassembler
17886 works again. Needs much more work however.
17888 * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
17889 Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
17892 * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
17893 Added missing ULONG to static const OFFSET_xx.
17895 Thu Feb 4 16:45:40 1999 Alexandre Julliard <julliard@winehq.com>
17897 * documentation/wine.man: James Juran <jrj120@psu.edu>
17898 Various manpage updates, including the incorrect statement about glibc
17901 * documentation/debugging: James Juran <jrj120@psu.edu>
17902 Fix pointer to the Windows Disassembler 32. Thanks to Herbert
17903 Rosmanith <herp@wildsau.idv.uni-linz.ac.at> for suggesting this.
17905 * dlls/msacm32/driver.c:
17906 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17907 Another usage of non-portable functions...
17910 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
17911 Some values of pBiosData added/fixed.
17913 * 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:
17914 Patrik Stridvall <ps@leissner.se>
17915 Moved some more code to the X11 driver.
17917 * 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:
17918 Patrik Stridvall <ps@leissner.se>
17919 TTY driver changes.
17921 * 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:
17922 Patrik Stridvall <ps@leissner.se>
17923 X11 driver changes.
17925 * 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:
17926 Patrik Stridvall <ps@leissner.se>
17927 Non-X11 compile fix for generated code.
17929 * include/monitor.h, windows/multimon.c:
17930 Patrik Stridvall <ps@leissner.se>
17931 Implementation of the new monitor abstraction.
17933 * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
17934 Patrik Stridvall <ps@leissner.se>
17935 New TTY driver for GDI.
17937 * configure, configure.in, include/acconfig.h, include/config.h.in:
17938 Patrik Stridvall <ps@leissner.se>
17939 - Added the graphics/ttydrv directory.
17940 - Don't search for reentrant X when X doesn't exist.
17941 - Added config options HAVE_LIBXXPM
17942 - Added checks if the header files also exist for some libraries
17944 Tue Feb 2 16:14:23 1999 Alexandre Julliard <julliard@winehq.com>
17946 * 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:
17947 Francois Gouget <fgouget@psn.net>
17948 Replaced references to interfaces.h by wine/obj_xxx.h headers instead
17949 since these headers already provide the necessary definitions.
17951 * include/msdos.h, msdos/Attic/cdrom.c, msdos/Makefile.in, msdos/int2f.c:
17952 Eric Pouech <Eric.Pouech@wanadoo.fr>
17953 Removed references to obsolete msdos/cdrom.c file.
17954 Make use of new Wine internal CD ROM interface.
17956 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
17957 Fixed tracks indexing in mcicda.c
17958 Make use of new Wine internal CD ROM interface.
17960 * include/cdrom.h, misc/Makefile.in, misc/cdrom.c:
17961 Eric Pouech <Eric.Pouech@wanadoo.fr>
17962 New Wine internal interface for handling CD Rom (especially audio CD
17965 * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c:
17966 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
17967 Change a few types to match you-know-who's declarations.
17968 HTREEITEM is a struct _TREEITEM FAR*
17969 GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
17970 Adjustment of Wine C code to match the new types included.
17972 * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
17973 Fixed GET_LZ_STATE macro.
17975 * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
17976 Lionel Ulmer <ulmer@directprovider.net>
17977 Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
17979 * tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
17980 Albert den Haan <albertd@corel.ca>
17981 Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
17983 * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
17984 reslen could be used uninitialised in GetFileResource32 (fixes some
17985 strange VerQueryValue crashes).
17987 * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
17988 Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
17989 LOCALE_IINTLCURRDIGITS.
17991 * memory/selector.c, relay32/kernel32.spec:
17992 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
17993 Bugfix: Preserve EAX in UnMapSLFixArray().
17995 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
17996 Fixes little pointer bug in DPA_DeletePtr().
17998 * if1632/kernel.spec, memory/string.c:
17999 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18000 Implemented KERNEL.434 (UnicodeToAnsi).
18002 * files/drive.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18003 GetDiskFreeSpaceEx32A can get null pointers and still not crash.
18005 * graphics/psdrv/driver.c:
18006 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18007 Clear up args to PSDRV_AdvancedSetupDialog.
18009 * graphics/x11drv/xfont.c:
18010 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18011 Reduce MAX_FONT_SIZE to 1000.
18013 Sun Jan 31 19:04:31 1999 Alexandre Julliard <julliard@winehq.com>
18015 * 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:
18016 Added input queue to server-side console object,
18017 read/write_console_input requests, and use them for
18018 Read/WriteConsoleInput.
18020 * scheduler/client.c: Geoff Clare <gwc@root.co.uk>
18021 Fix to allow for recvmsg() returning less data than is needed.
18023 * include/toolhelp.h, include/windows.h:
18024 Attempt at fixing the MAX_PATH multiple definition problem.
18026 ----------------------------------------------------------------
18027 Sun Jan 31 10:13:44 1999 Alexandre Julliard <julliard@winehq.com>
18029 * include/module.h, loader/ne/resource.c:
18030 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18031 Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
18032 usable by the VERSION code.
18034 * include/pe_image.h, loader/pe_resource.c:
18035 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18036 Added GetResDirEntryA for use by the VERSION code.
18038 * misc/Attic/ver.c, misc/Makefile.in:
18039 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18040 Removed old VER.DLL code.
18042 * dlls/version/.cvsignore, dlls/version/Makefile.in, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c:
18043 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18044 Implementation of VERSION.DLL. Based on old misc/ver.c.
18045 - Accessing PE version info resources should work correctly now.
18046 - Fixed memory leaks.
18047 - Clean separation of 16- and 32-bit parts.
18050 * Makefile.in, configure, configure.in, dlls/Makefile.in:
18051 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18052 Add new subdirectories dlls/ver and dlls/version.
18054 * if1632/ver.spec, dlls/ver/.cvsignore, dlls/ver/Makefile.in, dlls/ver/ver16.c, include/ver.h:
18055 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18056 Implementation of VER.DLL. Thunks up to VERSION.DLL.
18058 * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
18059 IsCharAlpha32A: use look-up table from ole2nls.c.
18061 * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
18062 LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
18063 NORM_IGNORESYMBOLS in string mapping mode.
18065 * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
18066 Create X window for child windows reparented to be top level windows.
18068 * dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
18069 Juergen Schmied <juergen.schmied@metronet.de>
18070 Stub for PathQualify32[A|W].
18072 * graphics/d3dmaterial.c, graphics/ddraw.c:
18073 Lionel Ulmer <ulmer@directprovider.net>
18074 Babrian Viktor <v@ulysses.sch.bme.hu>
18075 - added support for ColorKeying during blits
18076 - miscellaneous fixes
18078 * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
18079 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
18080 Added an implementation of MRSW locks.
18082 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
18083 Added missing includes (the PSP handling was incorrect, as the
18084 MZ_SUPPORTED definition was missing). Added a simple handler for
18085 direct console input, which needs to be improved.
18087 * console/tty.c: Ove Kaaven <ovek@arcticnet.no>
18090 * scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
18091 List handles WaitForMultipleObjects is waiting for when running with
18094 * dlls/advapi32/security.c, relay32/advapi32.spec:
18095 Juergen Schmied <juergen.schmied@metronet.de>
18096 Stub for GetSecurityDescriptorControl.
18098 * relay32/user32.spec, windows/user.c:
18099 Juergen Schmied <juergen.schmied@metronet.de>
18100 Stub for GetUserObjectSecurity.
18102 * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
18103 Implemented handling of REG_MULTI_SZ and fixed small bug in
18106 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
18107 Every EM_GETLINE send between a 32W to a 32A window returned
18108 incomplete values before (the first 2 chars where cut away).
18110 * windows/winpos.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18111 Fix typo in SetWindowPos32.
18113 Sat Jan 30 15:55:28 1999 Alexandre Julliard <julliard@winehq.com>
18115 * include/builtin32.h, misc/main.c, relay32/builtin32.c:
18116 Marcus Meissner <marcus@jet.franken.de>
18117 Enable/disable relay32 debugging on the fly. Start app with
18118 -debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
18120 * configure, configure.in, graphics/d3d_private.h, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h:
18121 Lionel Ulmer <ulmer@directprovider.net>
18122 Added check for the presence of Mesa's header files.
18124 * multimedia/audio.c, multimedia/dsound.c:
18125 Andreas Mohr <a.mohr@mailto.de>
18126 Fixed error messages.
18128 * misc/commdlg.c: Bernd Herd <herd@herdsoft.com>
18129 Use proper 16->32 message conversion in FILEDLG_CallWindowProc.
18131 * windows/x11drv/wnd.c: Bernd Herd <herd@herdsoft.com>
18132 SetParent should link the window at the start of the list.
18134 * windows/winpos.c: NF Stevens <norman@arcady.u-net.com>
18135 In Window SetWindowPos with SWP_HIDEWINDOW does not remove
18136 the focus from the focus window; ShowWindow with SW_HIDE does.
18137 So move the code that does this from SetWindowPos to ShowWindow.
18139 * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
18140 Check for NULL in lstrcpy* (Windows uses real exception handlers).
18142 * Makefile.in: James Juran <juran@cse.psu.edu>
18143 Don't install include files when --disable-lib is used.
18145 * relay32/winmm.spec:
18146 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18147 Added WINMM joy* .spec entries.
18149 * msdos/xms.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18153 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18156 * README: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18159 * include/miscemu.h, msdos/int10.c, msdos/int21.c, msdos/interrupts.c:
18160 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18161 Some interrupt enhancements.
18164 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18165 implemented timer latching
18167 temporary "fix" for Linux's coarse timer resolution
18169 * if1632/compobj.spec, include/objbase.h, include/winerror.h, ole/compobj.c, ole/ole2.c, relay32/ole32.spec:
18170 Francis Beaudet <francis@macadamian.com>
18171 Implemented the startup-shutdown mechanism for the COM subsystem.
18172 Implemented the Class object registration mechanism.
18174 * programs/clock/.cvsignore, programs/notepad/.cvsignore: Added Fi.s
18176 * 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:
18177 Francis Beaudet <francis@macadamian.com>
18178 Added an implementation of the OLE structured storage. The main
18179 features of this implementation are:
18180 - Can open storages created in Windows.
18181 - Can create new storages that the windows libraries can
18183 - Provides all the functionality to create/open/remove and
18184 rename streams and storages inside the main storage object.
18186 * include/miscemu.h, miscemu/main.c, graphics/ddraw.c:
18187 Ove Kaaven <ovek@arcticnet.no>
18188 Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
18189 through a function pointer instead. Added a few traces. Fixed the
18190 "Memory corruption !" message in DGA mode. Commented out an
18191 unnecessary TSXF86VidModeSetViewPort that caused my X server to
18192 act up, relying on TSXF86DGASetViewPort instead.
18194 * graphics/psdrv/text.c, msdos/int2f.c, programs/winhelp/hlp2sgml.c, dlls/comctl32/comctl32undoc.c, files/file.c:
18195 Marcus Meissner <marcus@jet.franken.de>
18196 Some more warnings and bugs fixed.
18198 * dlls/comctl32/tab.c, include/tab.h: Alex Priem <alexp@sci.kun.nl>
18201 * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
18202 Alex Priem <alexp@sci.kun.nl>
18203 - The usual bugfixes.
18204 - Better unicode support (only defines, currently)
18205 - Drag & drop implemented.
18206 - LPSTR_TEXTCALLBACK should work now.
18207 - First start at custom draw code.
18209 * windows/x11drv/event.c: Francis Beaudet <francis@macadamian.com>
18210 Make sure that the keystate received by the WM_XBUTTONUP and
18211 WM_XBUTTONDOWN matches the message. In X, the keystate is changed
18212 after the message is processed. In Windows, it is changed before.
18214 * dlls/advapi32/security.c, dlls/advapi32/service.c:
18215 Matthew Becker <mbecker@glasscity.net>
18218 * win32/file.c: Berend Reitsma <berend at asset-control.com>
18219 SetFileAttributes32A changed to make file writeable when
18220 FILE_ATTRIBUTE_READONLY is not set.
18222 * console/interface.c, console/ncurses.c, include/console.h, msdos/int10.c:
18223 Joseph Pranevich <jpranevich@lycos.com>
18224 Preliminary color console support.
18226 * 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:
18227 Jukka-Pekka Iivonen <jiivonen@poseidon.cs.hut.fi>
18228 Updated Finnish language support.
18230 Fri Jan 29 15:12:11 1999 Alexandre Julliard <julliard@winehq.com>
18232 * 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:
18233 Marcus Meissner <marcus@jet.franken.de>
18234 Updated msvideo. New program 'icinfo [-about] [-configure]' to
18235 query installed (win32) compressors. Started on AVIFILE support.
18237 Thu Jan 28 17:56:14 1999 Alexandre Julliard <julliard@winehq.com>
18239 * 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:
18240 Noomen Hamza <noomen@macadamian.com>
18241 Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
18244 * debugger/dbg.y, debugger/debug.l:
18245 NF Stevens <norman@arcady.u-net.com>
18246 Implemented the symbolfile command (as mentioned by the help
18247 command). This reads a symbol file in the format generated by nm.
18249 * multimedia/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
18251 - Added direct play ascii interfaces.
18252 - Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
18254 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
18255 Fixed FILE_VIEW struct initialisation.
18257 * include/dosexe.h:
18258 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18259 Fixed non-i386 compile.
18261 * 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:
18262 James Juran <jrj120@psu.edu>
18263 Commented out unused variables to prevent needless compiler warnings.
18265 * include/ddeml.h, misc/ddeml.c:
18266 Keith Matthews <keith_m@sweeney.demon.co.uk>
18267 1st cut implementation of DdeInitialize32W and supporting code.
18269 * dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
18270 Matthew Becker <mbecker@glasscity.net>
18271 Documentation standardizations.
18273 * include/queue.h, windows/hook.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
18274 Stephane Lussier <stephane@macadamian.com>
18275 - Made the message queue access to be thread safe. (Using two new
18276 functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
18277 instead of GlobalLock16()).
18278 - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
18281 * 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:
18282 Marcus Meissner <marcus@jet.franken.de>
18283 Fixed a lot of warnings for possible problems.
18285 * misc/comm.c: Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
18288 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
18289 Fixed various bugs.
18290 Made newbie mode easier.
18292 * objects/cursoricon.c, dlls/comctl32/imagelist.c, if1632/user.spec, include/wine/winuser16.h, include/winuser.h:
18293 Marcus Meissner <marcus@jet.franken.de>
18294 Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
18296 * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
18297 Switch ncurses.h/curses.h include (works better for FreeBSD).
18299 * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
18300 Fixed loading of win32 drivers.
18302 Tue Jan 26 17:29:49 1999 Alexandre Julliard <julliard@winehq.com>
18304 * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
18306 * dlls/msacm32/internal.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18307 Temporary #if 0'ed part for builtin modules in MSACM to make it
18308 compile with the patch for loadable drivers.
18310 * include/driver.h, relay32/winmm.spec, windows/driver.c:
18311 Eric Pouech <Eric.Pouech@wanadoo.fr>
18312 Added support for loading drivers in Wine.
18314 * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
18315 A perl script to produce a bug report with little hassle.
18317 * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
18318 Added (dummy) Death/Resurrection calls to DisplayDib.
18320 * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
18321 Allocate a DOS handle if we open a normal file with LZOpenFile16.
18323 * graphics/ddraw.c, include/ddraw.h:
18324 Lionel Ulmer <ulmer@directprovider.net>
18325 - added depth conversion routines (only 8bpp -> 16 bpp for now)
18326 - added support of DEPTH_FILL for Blits
18327 - added some flags in GetCaps to get some games working
18329 * if1632/user.spec, include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c, relay32/user32.spec, dlls/comctl32/imagelist.c:
18330 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18331 Implemented GetIconInfo16 -> call to GetIconInfo32.
18333 * scheduler/client.c: Commented out EXEC_SERVER
18335 * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
18336 3 missing WINAPI added.
18338 * 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:
18339 Juergen Schmied <juergen.schmied@metronet.de>
18342 * dlls/comctl32/treeview.c, include/commctrl.h:
18343 Juergen Schmied <juergen.schmied@metronet.de>
18344 Changed some treeview related definitions.
18346 * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
18347 Juergen Schmied <juergen.schmied@metronet.de>
18348 Implemented SHBrowseForFolder() dialog.
18350 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18351 Fixed typo in type (removed quite a few warnings).
18353 * dlls/advapi32/security.c, relay32/advapi32.spec:
18354 Marcus Meissner <marcus@jet.franken.de>
18355 Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
18356 Return NULL from OpenThreadToken.
18358 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
18359 Do not endlessly loop in CONSOLE_get_input after EOF.
18360 Create xterm even if stdin is not a terminalhandle.
18361 SetConsoleCursorPosition: Only make complex console on row change,
18362 ignore interline positioning (so the cygwin cmdline tools do not
18363 create xterms unnecessary)
18365 * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
18366 Make sure DrvGetPrinterData returns the correct data if cbData <= 1
18368 * include/queue.h, windows/message.c, windows/queue.c, windows/win.c:
18369 Stephane Lussier <stephane@macadamian.com>
18370 - Changing MESSAGEQUEUE structure according to Ulrich proposition.
18371 - One message queue for every thread needing it.
18372 - Messages in the message queue are now stored in a linked list
18373 - Messages are allocated in the system heap.
18374 - Messages in the message queue are 32 bits (MSG32).
18375 - All read/write operations regarding messages in the message queue are
18378 Sun Jan 24 19:14:58 1999 Alexandre Julliard <julliard@winehq.com>
18380 * 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:
18381 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18382 Fixed several bugs and typos.
18384 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18387 * dlls/comctl32/Makefile.in, dlls/comctl32/draglist.c, include/commctrl.h, relay32/comctl32.spec:
18388 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18389 New drag list control.
18391 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18392 Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
18394 * dlls/comctl32/progress.c, include/progress.h:
18395 Eric Kohl <ekohl@abo.rhein-zeitung.de>
18396 Added WM_[G/S]ETFONT handling.
18398 * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18399 Added WM_COMMAND and WM_NOTIFY handling.
18401 * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18402 Fixed redraw bug for tracking tooltips.
18404 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
18405 Added some messages to the rebar control.
18407 * multimedia/mcicda.c: Geoff Clare <gwc@root.co.uk>
18408 Several internal functions won't compile when the conditional
18409 #if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
18410 comes out false. I moved the conditionals around so that
18411 the file would at least compile. Not sure if it does the
18412 right thing on non-linux/FreeBSD/NetBSD systems.
18414 * misc/toolhelp.c: Geoff Clare <gwc@root.co.uk>
18415 Moved process.h higher up the include list, to avoid a problem with
18416 "ERR" being redefined in sys/regset.h.
18418 * misc/comm.c: Geoff Clare <gwc@root.co.uk>
18419 The B57600 and B115200 symbols are not defined in Unixware.
18421 * controls/listbox.c: NF Stevens <norman@arcady.u-net.com>
18422 Change SW_??? options on list box scrolling so that they match what
18425 * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
18426 Moved DOS handle allocation slightly, to fix potential memory
18427 leaks and lost handles. Also removed some useless init code.
18429 * graphics/psdrv/afm.c, graphics/psdrv/text.c, if1632/dummy.c, if1632/gdi.spec, misc/printdrv.c:
18430 Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
18431 Internal PostScript printer driver improvements.
18433 * controls/edit.c: Gerard Patel <G.Patel@wanadoo.fr>
18434 Changed EDIT_EM_CharFromPos to return line number.
18436 * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
18437 Free the private data pointer, THEN set it to NULL.
18439 * windows/message.c: Marcus Meissner <marcus@jet.franken.de>
18442 * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/safearray.c, relay32/oleaut32.spec:
18443 Sylvain St.Germain <sylvain@macadamian.com>
18444 Implementation of the SafeArray family functions.
18446 * include/windows.h, relay32/kernel32.spec, scheduler/thread.c:
18447 Guy Albertelli <galberte@neo.lrun.com>
18448 Added stub for SetThreadLocale.
18450 * objects/text.c: Guy Albertelli <galberte@neo.lrun.com>
18451 Finished GetTextCharsetInfo routine.
18453 * ole/nls/enu.nls, ole/ole2nls.c:
18454 Guy Albertelli <galberte@neo.lrun.com>
18455 Fixed FIXME in EnumTimeFormats32W
18456 Added support for FONTSIGNATURE in GetLocaleInfo32A and updated
18459 * documentation/internal-dll, documentation/shell32, documentation/wine.man:
18460 Pascal Cuoq <Pascal.Cuoq@inria.fr>
18463 * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
18464 Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
18465 searching for DBG and PDB files.
18467 * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
18468 Fix for files which do not contain exports (fg, EXE) to get processed
18469 for debug information.
18471 * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
18472 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18473 Implemented KERNEL.621 (CBClientThunkSLEx).
18475 * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/main.h, misc/main.c:
18476 Marcus Meissner <marcus@jet.franken.de>
18477 Allow switching off/on of debugmsgs in the debugger.
18479 * loader/main.c, miscemu/instr.c, msdos/dosmem.c, msdos/int15.c, include/miscemu.h:
18480 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18481 Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
18484 Sat Jan 23 14:15:17 1999 Alexandre Julliard <julliard@winehq.com>
18486 * graphics/painting.c, if1632/user.spec, include/wine/winuser16.h, loader/pe_image.c, misc/lstr.c, windows/hook.c, windows/message.c:
18487 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18488 Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
18489 DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
18490 WIN16_PeekMessage32 and WIN16_TranslateMessage32.
18492 * 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:
18493 Juergen Schmied <juergen.schmied@metronet.de>
18494 - some fixes, cleaned up includes, fixed leaks
18495 - clean DllReferenceCount, better DllMain()
18496 - dynamically linking LookupIconIdFromDirectoryEx32 and
18497 CreateIconFromResourceEx32 to USER32
18498 - moved guid's instances to new file shellguid.c
18499 - implemented ShellExecuteEx32W
18501 * ole/Makefile.in, ole/compobj.c, ole/guid.c:
18502 Juergen Schmied <juergen.schmied@metronet.de>
18503 Moved the instance creation of GUID's to a new file.
18504 Size of compobj.o goes down to 1/3; should prevent more sig11's.
18506 * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
18507 New file to instantiate GUID's ms-like.
18509 * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
18510 Set private data struct to NULL to expose problems in other code
18511 better. Fixes the XUnmapWindow problems reported by replacing them
18512 with NULL ptr dereferences.
18514 * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
18515 Zygo Blaxell <uj22kfbc@umail.furryterror.org>
18518 * files/file.c, include/file.h, loader/dos/dosvm.c:
18519 Marcus Meissner <marcus@jet.franken.de>
18520 DOS programs use handles 0-4 without opening/closing any of those
18521 handles first. Split up Init from AllocDosHandle and call it from
18524 * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
18525 Remove configure.in->configure rule (we might not have autoconf).
18527 * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
18528 Added "user-friendly" warning for missing X.
18530 * include/ole.h: Fixed GetObject macro problem.
18532 * documentation/status/direct3D:
18533 Lionel Ulmer <ulmer@directprovider.net>
18534 - updated documentation to be in sync with current code
18536 * graphics/d3dmaterial.c, graphics/d3dviewport.c:
18537 Lionel Ulmer <ulmer@directprovider.net>
18538 - various warning and bug fixes
18540 * graphics/d3ddevices.c, graphics/d3dtexture.c:
18541 Lionel Ulmer <ulmer@directprovider.net>
18542 - added more texture formats using OpenGL's packed pixel formats
18544 * graphics/d3dexecutebuffer.c, include/d3d.h:
18545 Lionel Ulmer <ulmer@directprovider.net>
18546 - better support for ExecuteBuffers
18548 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
18549 - corrected bug in Z Buffer allocation
18550 - put VIDEOMEMORY flag for all primary surfaces
18551 - put something in a surface after a ReleaseDC
18553 * misc/printdrv.c: Morten Welinder <terra@diku.dk>
18556 * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
18557 Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
18559 * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
18560 Check opened enhmetafile for magic values.
18562 * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
18563 Fixed duplicate sound buffer handling. Updated status.
18565 * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
18566 New functions lmemcpynAtoW and lmemcpynWtoA for converting
18567 REG_MULTI_SZ (including \0x00)
18568 Better debug output for REG_BINARY and REG_MULTI_SZ
18569 Rewritten RegQueryValueEx32[A|W]
18571 * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
18572 Implemented CreateHalftonePalette.
18573 Fixed 3 crashes (1 real, 2 potential).
18575 * dlls/shell32/iconcache.c, if1632/shell.spec, include/shell.h, misc/shell.c:
18576 Marcus Meissner <marcus@jet.franken.de>
18577 Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
18579 * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
18580 Sylvain St.Germain <sylvain@macadamian.com>
18581 DoDragDrop and OleIsCurrentClipboard stub implementation.
18583 * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
18584 Make LoadTypeLib stub return failure instead of success.
18586 Fri Jan 22 17:09:46 1999 Alexandre Julliard <julliard@winehq.com>
18588 * documentation/accelerators, include/winuser.h, loader/resource.c, windows/input.c:
18589 Marcus Meissner <marcus@jet.franken.de>
18590 Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
18591 API, PE_ACCEL for PE Accelerators. See documentation/accelerators.
18593 Thu Jan 21 14:05:11 1999 Alexandre Julliard <julliard@winehq.com>
18595 * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
18596 Francis Beaudet <francis@macadamian.com>
18597 There were two copies of the DdeCmpStringHandles (A and W) and that
18598 API does not have 2 versions. Removed the extra version.
18600 Wed Jan 20 14:54:01 1999 Alexandre Julliard <julliard@winehq.com>
18602 * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
18605 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
18606 Win32 console needs SYNCHRONIZE access.
18608 * configure, configure.in, console/ncurses.c, debugger/stabs.c, include/config.h.in, include/console.h, misc/port.c:
18609 Marcus Meissner <marcus@jet.franken.de>
18610 autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
18613 * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
18614 LCMapStringA: if dstlen is insufficient, return
18615 ERROR_INSUFFICIENT_BUFFER (verified).
18617 * objects/enhmetafile.c, relay32/gdi32.spec:
18618 Marcus Meissner <marcus@jet.franken.de>
18619 Some small fixes to enhmetafiles.
18621 * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
18622 Do not call ownerdraw for invalid items (empty focusrects).
18623 Fixes Eudora 16bit empty Inbox problem.
18625 * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
18626 Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
18627 these functions with the same logic as the NC_DrawCloseButton function.
18629 * windows/win.c: Noel Borthwick <noel@macadamian.com>
18630 Reparenting a window with SetParent in Windows should cause the child
18631 window being re-parented to be moved up to the topmost in the z-order,
18632 and WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to be sent.
18634 * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
18635 Use external DirectPlay DLLs by default.
18637 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18638 Allow passing task handles to GetThreadQueue() and SetFastQueue().
18640 * windows/user.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18641 Handle (console) applications that never created a queue correctly
18642 in USER_AppExit(); call InitThreadInput() in InitApp().
18644 * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18645 - Fixed creation of message queue in hook API routines.
18646 - Some preparations for thread-local message queues.
18648 * loader/ne/module.c:
18649 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18650 Check module name length in ModuleNext().
18652 * windows/x11drv/event.c:
18653 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18654 Use Callout to call RedrawWindow32.
18656 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
18657 Clear DOS extended error only for funcs >=0x2f (thanks to Dave
18660 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
18661 Unified palette create, do allocate colorcells on init for DGA.
18663 Tue Jan 19 17:48:25 1999 Alexandre Julliard <julliard@winehq.com>
18665 * 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:
18666 Hacked server-side device support
18667 Added user APCs support.
18668 Many changes to the xterm console to make use of the server (not
18670 Moved some other small stuff to the server.
18672 * tools/make_requests: Added long type format.
18674 * server/Makefile.in, server/device.c:
18675 Added server-side device support (only a hack for now).
18677 Sun Jan 17 17:48:48 1999 Alexandre Julliard <julliard@winehq.com>
18680 Recovered log entries from CVS mailing list.
18682 * relay32/ntdll.spec, dlls/ntdll/rtl.c:
18683 Marcus Meissner <marcus@jet.franken.de>
18684 Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
18687 Marcus Meissner <marcus@jet.franken.de>
18688 Handle ERROR_WRITE_PROTECT too in readonly fallback open.
18690 * dlls/advapi32/security.c, relay32/advapi32.spec:
18691 Marcus Meissner <marcus@jet.franken.de>
18692 Added GetSecurityDescriptorLength stub for regedt32.exe.
18694 * debugger/Makefile.in, files/Makefile.in:
18695 Marcus Meissner <marcus@jet.franken.de>
18696 Add "" around -D defines for paths with spaces in them.
18698 * graphics/d3dtexture.c, graphics/ddraw.c, include/ddraw.h:
18699 Lionel Ulmer <ulmer@directprovider.net>
18700 Cleaned up ColorKey handling.
18702 * objects/metafile.c:
18703 Paul Quinn <paulq@COREL.CA>
18704 METARECORD member rdParam should be rdParm (in win32 sdk)
18705 lots of changes in this source file to reflect this change.
18707 * 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,
18708 relay32/gdi32.spec:
18709 Paul Quinn <paulq@COREL.CA>
18710 Fixed bad defines, added a few types 'n defines.
18712 * windows/dinput.c:
18713 Marcus Meissner <marcus@jet.franken.de>
18714 Disable broken callbacks which lead to crashes.
18716 * multimedia/mcistring.c:
18717 Eric Pouech <Eric.Pouech@wanadoo.fr>
18718 Fixed ID usage (and rely less heavily on multimedia/mmsystem.c
18719 internal structures).
18722 Marcus Meissner <marcus@jet.franken.de>
18723 debug.h needs to be included last since it #undefs ERR for Solaris.
18725 * debugger/debug.l, debugger/memory.c:
18726 Marcus Meissner <marcus@jet.franken.de>
18727 Added /u format to debugger display for UNICODE strings.
18729 * loader/pe_image.c:
18730 Marcus Meissner <marcus@jet.franken.de>
18731 Remove irritating FIXME line no longer needed.
18734 Eric Pouech <Eric.Pouech@wanadoo.fr>
18735 Added missing '\n' in FIXME message.
18737 * graphics/ddraw.c:
18738 Robert Riggs <rriggs@tesser.com>
18739 objbase.h needed for WINE_StringFromCLSID(), fix C function
18740 declarations, install a colormap if we are not managed, release
18741 backbuffers in DGA mode, fix video mode switching logic to avoid
18742 possible NULL pointer dereference.
18745 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18748 * 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:
18749 Better DOS file handle management.
18751 * documentation/common_controls:
18752 Francis Beaudet <francis@macadamian.com>
18753 This should help prevent duplicate work.
18755 * if1632/gdi.spec, include/wingdi.h, objects/dc.c:
18756 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18757 Implemented Death() and Resurrection(), two functions needed by some
18758 TPWin (?) command line tool.
18760 * windows/winproc.c:
18761 Juergen Schmied <juergen.schmied@metronet.de>
18762 Added 32->16 translation for WM_ACTIVATEAPP.
18764 * dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, relay32/shell32.spec:
18765 Juergen Schmied <juergen.schmied@metronet.de>
18766 New stubs: ShellMessageBoxW, RunDLL_CallEntry16.
18767 Implementation for SHGetSpecialFolderPath32[A|W].
18770 * console/xterm.c, misc/port.c, win32/console.c:
18771 Joseph Pranevich <jpranevich@lycos.com>
18772 Change all Wine openpty() implementations to match the "standard" and
18773 then make them both call the same code leaving the option to change
18774 that code to call the "standard" openpty() at a later date.
18776 * relay32/kernel32.spec, scheduler/process.c:
18777 Marcus Meissner <marcus@jet.franken.de>
18778 Added SetProcessAffinityMask stub.
18780 * graphics/ddraw.c, include/ddraw.h:
18781 Marcus Meissner <marcus@jet.franken.de>
18782 Fixed the other union misuse too (one less mem corruption)
18783 Re-added XInstallColormap (or non managed does not change palette)
18785 * if1632/kernel.spec, scheduler/synchro.c:
18786 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18787 Added an implementation for KERNEL.495.
18789 * 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:
18790 Lionel Ulmer <ulmer@directprovider.net>
18791 - added bitmask to store which ColorKey structures are valid
18792 - handle many new rendering states, some optimizations in state changes
18793 - 8bit palettized textures now support ColorKeying
18794 - some miscellaneous bug fixes and code rewrite
18797 Noomen Hamza <noomen@macadamian.com>
18798 Fixed the look of the menu so it would be compliant with Win95: modified
18799 the mouse tracking code so it would change the selection every time the
18800 mouse moved over a menu item.
18802 * documentation/how-to-port:
18803 Mike Castle <dalgoda@shell.rt66.com>
18806 * dlls/comctl32/updown.c:
18807 Noel Borthwick <noel@macadamian.com>
18809 - When an edit control buddy was used single digit values were not
18811 - Comma values were not displayed correctly when thousands separation
18815 Tom Bech <tomb@ii.uib.no>
18816 While the debug event messages are not implemented, WaitForDebugEvent
18817 should return FALSE.
18819 * if1632/user.spec, objects/bitmap.c:
18820 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18821 Implemented CopyImage16.
18823 * documentation/bugreports
18824 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
18827 * console/generic.c, msdos/int21.c:
18828 Marcus Meissner <marcus@jet.franken.de>
18829 Changed 0x01 to use generic console, fixed 0x0b.
18830 Fixed CONSOLE_GetCharacter (two args swapped).
18832 * include/module.h, loader/main.c, loader/module.c, loader/dos/module.c:
18833 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18834 Allow specifying module name for NE dummy module.
18836 * loader/pe_image.c
18837 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18838 Set module name of dummy module equal to module name of PE module.
18840 * controls/scroll.c, controls/uitools.c:
18841 Marcus Meissner <marcus@jet.franken.de>
18842 Missing include wine/winuser16.h added.
18845 Marcus Meissner <marcus@jet.franken.de>
18846 Create an actual primary surface for screenbuffer.
18848 ----------------------------------------------------------------
18849 Sun Jan 10 14:40:34 1999 Alexandre Julliard <julliard@winehq.com>
18851 * include/miscemu.h, include/msdos.h, loader/main.c, msdos/Makefile.in, msdos/dosconf.c, msdos/int21.c:
18852 Andreas Mohr <a.mohr@mailto.de>
18853 Added config.sys parser.
18855 * controls/listbox.c: Pascal Cuoq <Pascal.Cuoq@inria.fr>
18856 Small change in LB_SETCURSEL32 handling (the caret should be moved as
18859 * configure, configure.in, files/async.c, include/config.h.in, misc/winsock_dns.c, msdos/int21.c, ole/compobj.c:
18860 Marcus Meissner <marcus@jet.franken.de>
18861 Use autoconf check for presence of sys/file.h.
18863 * dlls/ntdll/rtl.c, relay32/ntdll.spec:
18864 Marcus Meissner <marcus@jet.franken.de>
18865 Implemented DbgPrint, added ultoa.
18867 * win32/console.c: Peter Hunnisett <hunnise@nortelnetworks.com>
18868 PeekConsoleInput & ReadConsoleInput need to return 0 records read in
18869 the case of an invalid handle.
18871 * console/ncurses.c, loader/main.c:
18872 Joseph Pranevich <jpranevich@lycos.com>
18873 More verbose debugging output.
18874 Remove compilation warning.
18876 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
18877 Fix up some interrupt calls to return at the data that they are supposed
18878 to. Also increase comment verbosity to help debug things later.
18880 * include/options.h, misc/main.c, misc/version.c:
18881 Andreas Mohr <a.mohr@mailto.de>
18882 Added switch -dosver.
18883 Cleanup for OaBuildVersion().
18885 * libtest/.cvsignore: Added vartest and volinfo
18887 * 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:
18888 Juergen Schmied <juergen.schmied@metronet.de>
18889 Many bugfixes, code cleanup.
18890 Removed a few glitches from the COM patch.
18892 * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
18893 Only destroy window once.
18895 * graphics/ddraw.c, include/ddraw.h:
18896 Marcus Meissner <marcus@jet.franken.de>
18897 - moved drawable to common since it is used by both DGA and Xlib.
18898 (fixes one bad memory corruption bug in DGA (StarCraft and Diablo)
18899 - added BltFast sanity checks.
18901 * windows/queue.c, loader/task.c:
18902 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18903 InitApp() call removed from 32-bit application startup;
18904 create task message queue in InitThreadInput() instead.
18906 * loader/ne/convert.c:
18907 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18908 Added accelerator table PE->NE resource conversion.
18910 * debugger/editline.c:
18911 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
18912 Restart read() in case of EINTR in TTYget().
18914 * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
18917 * 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:
18918 Bertho Stultiens <bertho@panter.soci.aau.dk>
18919 Wrc version 1.0.8. Toolbar resources are now supported. A couple of
18920 other fixes are also included. See file tools/wrc/CHANGES for details.
18922 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
18925 * 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:
18926 James Juran <jrj120@psu.edu>
18927 Add missing #includes and prototypes to eliminate some implicit
18928 function declaration warnings and 'extern's in .c files.
18930 * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
18931 Ove Kaaven <ovek@arcticnet.no>
18932 Check for resizeterm in ncurses.
18934 * libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
18935 Francis Beaudet <francis@macadamian.com>
18936 New test program for VARIANT functions.
18938 * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
18939 Some debug information (PDB) was not mapped when loading a module,
18940 which caused a core in the debugger when it tried to access it.
18942 * Makefile.in: Ove Kaaven <ovek@arcticnet.no>
18943 Links libwine.so.1.0 to libwine.so in Wine's main directory.
18944 Makes Wine compile with --enable-dll again.
18946 Sat Jan 9 09:12:40 1999 Alexandre Julliard <julliard@winehq.com>
18948 * 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:
18949 Francois Gouget <fgouget@multimania.com>
18950 Added a lot of COM interfaces definitions.
18951 Restructured COM header files for better compatibility and clarity.
18953 Fri Jan 8 16:37:03 1999 Alexandre Julliard <julliard@winehq.com>
18955 * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
18956 Make GetFileType work for all handle types.
18958 * win32/device.c: Avoid crash on NULL dev->info.
18960 * include/flatsb.h, relay32/comctl32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, include/commctrl.h:
18961 Alex Priem <alexp@sci.kun.nl>
18962 Added stubs and defines for the flat scrollbar common control.
18964 * include/commctrl.h, dlls/comctl32/datetime.c:
18965 Alex Priem <alexp@sci.kun.nl>
18966 Added some defines needed for custom draw'ing and datetime common
18969 * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
18970 Fixed a small bug in function ExtractIconEx32A.
18972 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
18973 HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
18975 * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
18976 Make DeleteFile fail for empty path.
18978 * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18979 Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
18981 * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
18982 Fixed wrong buffer which caused fixups to fail.
18984 * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dtexture.c, include/d3d.h:
18985 Lionel Ulmer <ulmer@directprovider.net>
18986 - added all the Direct3D error codes
18987 - added 8bit palettized texture support
18989 * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
18990 ifdefs for defines not in linux 2.0.
18992 * relay32/winspool.spec, misc/printdrv.c:
18993 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
18994 Added two stubs for AddPrinterDriver.
18996 * include/dosexe.h, loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c:
18997 Ove Kaaven <ovek@arcticnet.no>
18998 Queue SIGALRM to reduce the "signal 14 lost" complaints.
18999 Added support for reprogramming the DOS timer, and reading back the
19002 * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
19003 Wine hangs when registry (corrupted) has lone \ at end of file.
19005 * dlls/shell32/shell32_main.h, dlls/shell32/shell32_main.c:
19006 Kostya Ivanov <kostya@warmcat.excom.spb.su>
19007 Small patch that enables Clarion for Windows not to trap while
19010 * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
19011 Replace troublesome assignments by memset for whole struct.
19013 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19014 Added handling of the 'palent' field of the CreatePalette procedure.
19016 * documentation/wine.man:
19017 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19018 Added description about including/excluding functions from relay
19021 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
19022 Read at least 1 input record in ReadConsoleInputA.
19024 * memory/virtual.c:
19025 Fixed CreateMapping when a mapping with the same name already exists.
19027 Wed Jan 6 10:37:29 1999 Alexandre Julliard <julliard@winehq.com>
19029 * server/file.c: Fixed file destruction when file has no name.
19031 Tue Jan 5 18:38:59 1999 Alexandre Julliard <julliard@winehq.com>
19033 * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19034 Warns user if multiple -dll switches are used on command line.
19036 * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
19037 Fixed a leftover HeapFree in the trackbar common control.
19039 * include/commctrl.h, include/debug.h, include/debugdefs.h, include/tab.h, dlls/comctl32/tab.c:
19040 Alex Priem <alexp@sci.kun.nl>
19041 Fixed some problems with the tab common control (with thanks to Anders
19042 Carlsson <anders.carlsson@linux.nu>).
19044 * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/commctrl.h, include/propsheet.h, relay32/comctl32.spec:
19045 Alex Priem <alexp@sci.kun.nl>
19046 Added a missing PropertySheet32AW and CreatePropertySheetPage stub,
19047 and some missing defines.
19049 * misc/main.c, scheduler/syslevel.c, graphics/vga.c:
19050 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19051 Use MakeCriticalSectionGlobal on all critical sections used across
19052 process boundaries.
19054 * include/winbase.h, include/windows.h:
19055 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19056 Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
19058 * documentation/wine.man:
19059 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19060 Added environment variables in the man page.
19062 * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19063 Fixed args of MZ_CreateProcess.
19065 * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
19066 Andreas Mohr <a.mohr@mailto.de>
19067 Fixed string bug in programs/.
19069 * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
19070 Added stupid "action" emulation for hardware timers in ioports.c.
19072 * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
19073 Again a small DOSASPI patch.
19075 * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
19076 Andreas Mohr <a.mohr@mailto.de>
19077 Documentation updates.
19079 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
19080 - check if palette is not null when setting a palette
19081 - check if window handle is valid before getting its 'drawable'
19083 * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19084 Prevent core dump with some TTF (when X11 runs with a true type
19087 * server/console.c: Marcus Meissner <marcus@jet.franken.de>
19088 Use stdout for default console output.
19090 ----------------------------------------------------------------
19091 Sun Jan 3 17:00:20 1999 Alexandre Julliard <julliard@winehq.com>
19093 * 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:
19094 Lionel Ulmer <ulmer@directprovider.net>
19095 - beginning of implementation of Direct3D2 (DX 5.0) and associated classes
19096 - some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
19097 - added stretching to Blt function
19099 * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
19100 Try to autodetect NT4.
19102 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
19103 0 means success, all else failure for WaitForSingleObject.
19105 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
19106 Do not advance the cursor in certain routines. This cleaned up the
19107 implementation quite a bit.
19109 * loader/main.c: Joseph Pranevich <jpranevich@lycos.com>
19110 Set console video mode when loading DOS app. (Eventually, I want to
19111 mimic Windows 9x's behavior by setting the video mode only when non
19112 INT 21 calls are used to allow for arbitrary-sized consoles).
19114 * console/interface.c, console/xterm.c:
19115 Joseph Pranevich <jpranevich@lycos.com>
19116 Xterm driver can now resize the terminal when a mode change is
19119 * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
19120 Long standing scroll bug fixed!
19122 * console/ncurses.c, include/acconfig.h, include/config.h.in, include/console.h, configure, configure.in:
19123 Joseph Pranevich <jpranevich@lycos.com>
19124 Rewrite of configuration system to support "regular" curses as well as
19125 eliminating the --with-ncurses option. Now, ncurses support will be
19126 built in if a compatible library is detected.
19128 * include/wintypes.h, windows/defdlg.c:
19129 NF Stevens <norman@arcady.u-net.com>
19130 Fix the return type of DLGPROC type and mask out the unset highword of
19131 the return when a 16 bit dialog proc is called.
19133 * include/interfaces.h: Rein Klazes <rklazes@casema.net>
19134 Add interface ID's for upcoming ITypeLib implementation.
19136 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
19137 Bugfix for trailing slashes, repetition of '/' or '\' and
19138 SetLastError() in GetFullPathname.
19140 * 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:
19141 Juergen Schmied <juergen.schmied@metronet.de>
19142 Moved ADVAPI32 files to dlls/advapi32.
19143 Added stubs for eventlog functions.
19145 * 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:
19146 Juergen Schmied <juergen.schmied@metronet.de>
19147 New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
19148 Cleanup, some more functions UNICODE ready.
19150 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
19151 SHCloneSpecialIDList implemented.
19152 SHGetDataFromIDListA corrected.
19154 * dlls/shell32/iconcache.c:
19155 Juergen Schmied <juergen.schmied@metronet.de>
19156 Shell_GetCachedImageIndex32[A|W] implemented.
19158 * msdos/int21.c, msdos/int25.c, msdos/int26.c, files/drive.c, include/drive.h:
19159 Andreas Mohr <a.mohr@mailto.de>
19160 Implemented raw device access calls for ioctlGenericBlkDevReq()
19161 and therefore moved the core functionality of int2[56].c into files/drive.c.
19163 * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
19164 Added automatic CMOS RAM checksum calculation.
19166 * dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c, documentation/aspi, relay32/wnaspi32.spec:
19167 Andreas Mohr <a.mohr@mailto.de>
19168 SendASPI32Command32 has to be __cdecl.
19169 Updated documentation/aspi and reverted an ERR back to WARN.
19171 * documentation/bugreports: James Juran <jrj120@psu.edu>
19172 Of course we want the last 100 lines, not the first 100 lines.
19173 Use 'tail' instead of 'head'. Also fix text alignment from
19176 * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
19177 Reading joystick 5 when we only support 4 should fail instead of
19180 * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
19181 Playing a non-existent CD should fail instead of crash.
19183 * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
19184 Check for necessary configure reruns for Makefile and Make.rules
19187 * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
19188 Emulates ins/outs correctly for DOS programs.
19190 * 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:
19191 Implemented file sharing checks in the server.
19192 Added set file time server request.
19193 Overall clean up of the file handling (DOS device handling is now
19194 broken, should be redone).
19196 Sat Jan 2 08:22:34 1999 Alexandre Julliard <julliard@winehq.com>
19198 * memory/virtual.c:
19199 Fixed bug in CreateFileMapping when name is not NULL.
19201 * server/request.c: Fixed CHECK_STRING display.
19203 Fri Jan 1 19:51:25 1999 Alexandre Julliard <julliard@winehq.com>
19205 * if1632/kernel.spec, memory/local.c:
19206 Richard A Lough <ralough.ced@dnet.co.uk>
19207 Put return value of LocalAlloc in CX too.
19209 * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
19210 Protect against multiple includes.
19212 * dlls/shell32/iconcache.c: Use proper system directory.
19214 * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
19216 * 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:
19217 Michael Veksler <mveksler@techunix.technion.ac.il>
19218 Moves more stuff from windows.h.
19219 - include/winuser.h - interface relevant to user32.spec
19220 - include/wine/winuser16.h - the old 16 bit interface (internal use)
19221 - include/winbase.h - some minor updates to keep things coherent.
19222 - Lot of other files made to include wine/winuser16.h, which is no
19223 longer included from windows.h
19225 * scheduler/handle.c: Fixed CloseHandle() on global handles.
19227 * README, documentation/bugreports, documentation/win95look, documentation/wine.man:
19228 James Juran <jrj120@psu.edu>
19229 Add some information to the man page and README file.
19230 Make documentation/win95look say [Tweak.Layout] instead of
19232 Fix incorrect command given in documentation/bugreports.
19233 Standard error was not being redirected, so most of the
19236 * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
19237 Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
19239 * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
19240 Initialize lpdwNeeded.
19243 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
19244 Include stuff even if not on __i386__ for debug defines.
19247 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
19248 Another // comment fixed.
19251 Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
19252 Need <errno.h> for errno decl. on Solaris.
19254 * include/wingdi.h, include/x11font.h, objects/font.c:
19255 Douglas Ridgway <ridgway@winehq.com>
19256 Implement TranslateCharsetInfo, change charset type to BYTE.
19258 * controls/combo.c, controls/listbox.c, include/combo.h:
19259 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
19260 Better CB_SETCURSEL message handling.
19262 * include/queue.h, include/thread.h, scheduler/synchro.c, scheduler/thread.c, windows/message.c, windows/queue.c:
19263 Moved MsgWaitForMultipleObject implementation to USER routines, using
19264 a normal Win32 event.
19266 * tools/make_requests: Send debugging output to stderr.
19268 * 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:
19269 Cleaned up and removed some no longer used code.
19271 * memory/virtual.c: Use server file mapping objects.
19273 * 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:
19274 Added server-side file mapping object support.
19277 Hacked stdio functions to use Win32 file handles. Still needs a proper
19280 * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
19281 Use Win32 file handles instead of Unix ones.
19283 * 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:
19284 Take into account handle inheritance flag.
19286 Thu Dec 31 15:55:19 1998 Alexandre Julliard <julliard@winehq.com>
19288 * debugger/db_disasm.c:
19289 Changed db_task_printsym to always print a full address, no matter
19290 what the operand size is.
19292 * scheduler/critsection.c: Re-implemented using a real semaphore.
19294 * 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:
19295 Removed client-side wait functions; all waiting is now done through
19298 * 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:
19299 Added change notifications.
19300 Added global handle support.
19302 Wed Dec 30 12:11:52 1998 Alexandre Julliard <julliard@winehq.com>
19304 * include/thread.h, scheduler/synchro.c:
19305 Changed server wait logic a bit.
19308 Hacks to support server-side console. Should be redone properly
19311 * files/dos_fs.c, files/file.c, include/file.h, win32/file.c, win32/newfns.c:
19312 Reimplemented Read/WriteFile to use server file descriptors.
19313 Removed file position hack as it is wrong for Win32 (should be redone
19316 * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
19317 Added anonymous pipe support
19319 * 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:
19320 Added several file server requests
19321 Added server-side pipes and consoles
19323 Sun Dec 27 15:28:55 1998 Alexandre Julliard <julliard@winehq.com>
19325 * 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:
19326 Added beginnings of server-side file handling.
19327 Added -debugmsg +server support.
19328 Better server request dumping for varargs requests.
19330 * windows/x11drv/wnd.c:
19331 Fixed SetFocus that was broken when moved to x11drv.
19333 * 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:
19334 Added add_queue/remove_queue to server object operations.
19335 Moved select() loop functions to select.c.
19337 Sat Dec 26 19:47:00 1998 Alexandre Julliard <julliard@winehq.com>
19339 * programs/regtest/regtest.c:
19340 Renamed ERR macro to avoid confusing the make_debug script.
19342 * 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:
19343 Juergen Schmied <juergen.schmied@metronet.de>
19344 Fixed tons of incomplete prototypes, assignment's of pointer with
19345 different signedness, superflous ',' and ';' in structures, wrong
19346 return-types, lose of digits and some small glitches.
19348 * graphics/x11drv/xfont.c, include/x11font.h:
19349 Alex Korobka <korobka@galaxy.ams.sunysb.edu>
19350 Cleaned up font encoding handling. Added 'Ignore#' option to the
19351 [fonts] section. Also, file with cached metrics now has the value of
19352 $DISPLAY appended to the filename.
19354 * 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:
19355 Marcus Meissner <marcus@jet.franken.de>
19356 Changed // comments to /* */ so WINE compiles with non-gcc compilers
19359 * 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:
19360 Patrik Stridvall <ps@leissner.se>
19361 Moved more things to the X11 driver.
19363 * include/wingdi.h, objects/brush.c:
19364 Francois Gouget <fgouget@multimania.com>
19365 Fixed the prototype of CreateDIBPatternBrushPt
19367 * include/windows.h: Francois Gouget <fgouget@multimania.com>
19368 Removed the CN_xxx macros since they are not used, do not correspond to
19369 any Windows define and conflict with MFC defines.
19370 windows.h must provide all the definitions contained in winbase.h
19371 Some Xxx32 functions did not have the associated Xxx macro.
19373 * include/wintypes.h: Francois Gouget <fgouget@multimania.com>
19374 Added a typedef for __int64 which is a builtin Visual C++ type
19375 Added a typedef for PUINT
19377 * include/objbase.h: Francois Gouget <fgouget@multimania.com>
19378 REFIID was not defined.
19380 * configure.in, include/acconfig.h, include/config.h.in, include/winsock.h, misc/winsock.c, configure:
19381 Pavel Roskin <pavel_roskin@geocities.com>
19382 configure first checks whether it is possible to compile IPX code with
19383 Glibc headers. If it fails, next check determines whether direct inclusion
19384 of <linux/ipx.h> works.
19386 * include/tchar.h: Francois Gouget <fgouget@multimania.com>
19387 Provides the mappings. MBCS and Unicode functions are not implemented.
19388 Standard (SBCS) functions may exist or not, with the same or a different
19391 * dlls/comctl32/ipaddress.c, include/commctrl.h, include/ipaddress.h:
19392 Alex Priem <alexp@sci.kun.nl>
19393 IPaddress common control implementation. First try; needs more work to
19394 remove boring bugs.
19396 Fri Dec 25 08:55:15 1998 Alexandre Julliard <julliard@winehq.com>
19398 * dlls/shell32/contmenu.c, dlls/shell32/shlview.c, include/oleobj.h, include/shlobj.h:
19399 Juergen Schmied <juergen.schmied@metronet.de>
19400 Fixed the TEXT redefined warnings.
19402 * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
19403 Hook into the (stubbed) resize code in msdos int10.
19405 * console/interface.c, include/console.h, include/options.h, loader/main.c, misc/main.c:
19406 Joseph Pranevich <jpranevich@lycos.com>
19407 Add support for selection of console mode drivers to use using the
19408 -console option. Currently "tty", "ncurses", and "xterm" are
19410 Add stubs for resizing the screen on mode changes.
19412 * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
19413 Jean-Claude Cote <jean-claude@macadamian.com>
19414 Partial implementation for the following DDE APIs:
19415 DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
19416 DdeQueryString, DdeUninitialize.
19418 Thu Dec 24 16:59:17 1998 Alexandre Julliard <julliard@winehq.com>
19420 * ole/Makefile.in, ole/parsedt.c, ole/parsedt.h, ole/variant.c:
19421 Jean-Claude Cote <jean-claude@macadamian.com>
19422 Added VarDateFromStr API.
19424 * dlls/comctl32/trackbar.c, include/trackbar.h:
19425 Alex Priem <alexp@sci.kun.nl>
19427 - Vertical trackbars supported now
19428 - TBS_BOTH support (goes along with partial cleanup of drawing code)
19429 - Use COMCTL32 heap instead of system heap
19431 * graphics/ddraw.c, include/ddraw.h:
19432 Peter Hunnisett <hunnise@nortelnetworks.com>
19433 Added all clipper&3d stubs.
19434 Starting ColorKey support.
19435 Fixed trace statement in DirectDrawCreate as formatting wasn't correct.
19436 Changed "return 0;" to "return DD_OK" or "return S_OK" as appropriate.
19437 Added SurfaceEnum dwFlags.
19439 * include/dplay.h, multimedia/dplay.c:
19440 Peter Hunnisett <hunnise@nortelnetworks.com>
19441 Added macros to header file for easier function calling.
19442 Changed implementation a little bit.
19443 Added stubs for dplay3. Still need to break into A and W versions.
19445 * win32/file.c: Peter Hunnisett <hunnise@nortelnetworks.com>
19446 CreateFile32A was only allowing console opens on CONIN$/OUT$. This
19447 has been changed to have a case insensitive compare.
19449 * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
19450 Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
19452 * include/winbase.h, relay32/kernel32.spec, win32/kernel32.c:
19453 Jean-Claude Cote <jean-claude@macadamian.com>
19454 Implemented the GetBinaryType API function.
19456 * loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c, loader/dos/module.c:
19457 Ove Kaaven <ovek@arcticnet.no>
19458 Added some new dosmod communication possibilities, including
19459 activating a dosmod-specific setitimer(), and the capture of some
19460 common signals, which is returned to Wine (previously a SIGILL
19461 would just cause a "dosmod sync lost" without explanation, now it
19462 invokes the Wine debugger). Invokes int 08 upon receipt of dosmod
19463 SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls
19464 be reported by -debugmsg +relay instead of -debugmsg +int. And
19465 fixed non-i386 compilation of dosmod. (Anything else?!)
19467 * loader/main.c, windows/win.c:
19468 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19469 Desktop window queue handling adapted.
19471 * windows/clipboard.c, windows/hook.c, windows/timer.c, windows/winpos.c:
19472 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19473 Queue handling adapted to new queue routines.
19475 * windows/message.c, windows/queue.c, if1632/user.spec, include/queue.h, include/task.h:
19476 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19477 Implemented stub for InitThreadInput.
19478 Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
19480 * loader/task.c, miscemu/main.c:
19481 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19482 Use Callout table instead of direct GetProcAddress.
19483 UserYield moved to USER.
19485 * include/callback.h, misc/callback.c, if1632/thunk.c:
19486 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19487 Callout table (for KERNEL->USER calls) added.
19488 Callbacks->CallPostAppMessageProc removed.
19490 * misc/callback.c, windows/x11drv/event.c, include/callback.h, include/queue.h, include/task.h, loader/task.c, if1632/thunk.c:
19491 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19492 Handle non-hardware X events correctly with native USER
19493 (removed reference to MESSAGEQUEUE from KERNEL code).
19494 Handle Expose events with native USER.
19497 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19500 * win32/time.c: Rein Klazes <rklazes@casema.net>
19501 Fix small problem in GetTimeZoneInformation().
19503 * windows/x11drv/keyboard.c: Rein Klazes <rklazes@casema.net>
19504 Lowest scan code seems to be 1, not zero.
19506 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
19507 Stubs for IDirect3D(2)::CreateLight and CreateDevice to avoid crashes.
19509 * dlls/ntdll/rtl.c, relay32/ntdll.spec, dlls/ntdll/nt.c:
19510 Juergen Schmied <juergen.schmied@metronet.de>
19513 * dlls/shell32/iconcache.c:
19514 Juergen Schmied <juergen.schmied@metronet.de>
19515 Fixes crash when running without external shell32.dll.
19517 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
19518 More messages [LB_*,EM_*] translated 32A from/to 32W.
19520 * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
19521 Dest buffer was printed out as str.
19523 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
19524 Getting strings with VerQueryValue32W was broken. Complete
19525 reconstruction of the function.
19527 * misc/toolhelp.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19528 Fix number and type of args in debugging statements.
19530 * ole/storage.c: Marcus Meissner <marcus@mud.de>
19531 IStorage32 vtable was missing 3 stub entries.
19533 Fri Dec 18 17:38:39 1998 Alexandre Julliard <julliard@winehq.com>
19535 * include/wingdi.h, objects/font.c, relay32/gdi32.spec:
19536 Douglas Ridgway <ridgway@winehq.com>
19537 Documentation for TranslateCharsetInfo.
19539 * dlls/wnaspi32/winaspi32.c, if1632/wprocs.spec, dlls/winaspi/winaspi16.c:
19540 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
19541 Make the DOSASPI part use the excellent DPMI RMCB implementation done
19542 by Ove Kaaven, which makes the code _much_ cleaner.
19544 * Make.rules.in, Makefile.in, configure, configure.in:
19545 Todd Vierling <tv@pobox.com>
19546 Use -lwine for linking.
19548 * windows/message.c, windows/queue.c:
19549 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19550 Bugfix: always clear QS_... from *both* changeBits and waitBits.
19551 Bugfix: queue->hSendingTask is *queue* handle, not task handle.
19553 * if1632/storage.spec, include/interfaces.h, include/objbase.h, include/storage.h, ole/ifs.c, ole/storage.c:
19554 François Gouget <gouget@metaintegration.net>
19555 First step to make it possible to call COM interfaces from C++ code in
19558 * dlls/comctl32/treeview.c, include/treeview.h:
19559 Alex Priem <alexp@sci.kun.nl>
19560 Preliminary tooltip support.
19561 WM_SETFONT/GETFONT added.
19563 Use COMCTL32 heap instead of system heap.
19565 * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19566 Implemented PolylineTo.
19568 * relay32/ntdll.spec: Adrian Harvey <adrian@select.com.au>
19569 The Zw... Functions in ntdll.dll are just alternate entry
19570 points for the same functions as the Nt... function of the
19571 same names. Changed ntdll.spec to match this.
19573 * include/module.h, include/pe_image.h, loader/module.c, loader/pe_image.c, relay32/builtin32.c:
19574 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19575 Reorganized PE module loading to prepare for elf-dll loader.
19576 WINE_MODREF creation moved to one central location.
19577 Bugfix: correctly select native/built-in version if .DLL
19578 extension is missing in LoadLibrary call.
19580 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19581 Changed error values MCI_INTERNAL to their correct values.
19583 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19586 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19587 No longer sending directly messages to DriverProc but rather go through
19588 MCI layer (required for open/close).
19590 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
19591 Removed incorrect patch for MCI_OPEN anc MCI_CLOSE parameters (thanks to Robert Riggs
19592 for pointing out the bug, see the fix in mcistring.c)
19593 Fixed MCI seeking on CD audio.
19595 * include/winerror.h: Juergen Schmied <juergen.schmied@metronet.de>
19596 Stubs for WaitNamedPipe[A|W].
19598 * 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:
19599 Juergen Schmied <juergen.schmied@metronet.de>
19602 * dlls/shell32/shellord.c:
19603 Juergen Schmied <juergen.schmied@metronet.de>
19604 Stub Control_FillCache_RunDLL.
19606 * dlls/shell32/shell32_main.c:
19607 Juergen Schmied <juergen.schmied@metronet.de>
19608 SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
19610 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
19611 ILAppend seems to work now.
19613 * relay32/kernel32.spec, win32/kernel32.c:
19614 Juergen Schmied <juergen.schmied@metronet.de>
19615 Stubs for WaitNamedPipe[A|W].
19617 Tue Dec 15 18:04:58 1998 Alexandre Julliard <julliard@winehq.com>
19619 * files/directory.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19620 Fix GetTempPath32 if count=0.
19622 * 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:
19623 Todd Vierling <tv@pobox.com>
19624 - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in
19625 (run autoconf after this). Note that the check has been altered to break
19626 out of the AC_CHECK_HEADERS after the first match - this is so
19627 <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
19628 with the emulated ossaudio.
19629 - check for <soundcard.h> along with the other two in a mutually-exclusive
19630 manner in the various *.c files that need it; change include of
19631 "mmsystem.h" to "multimedia.h" so this logic is all in one place
19632 - change mcicda.c to allow for CD audio manipulation on NetBSD. This
19634 * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
19635 ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
19636 neither splitting with #-directives nor a two-arg ioctl work;
19637 * changing the #if logic to allow both FreeBSD and NetBSD to share the
19638 appropriate code blocks
19639 - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
19640 (midi.c, mcimidi.c). NetBSD's OSS emulation does not (yet) support MIDI.
19641 Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
19643 * tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c, include/ts_xutil.h:
19644 Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
19645 Set the class hints for managed windows.
19647 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
19648 Bugfix: GetFullPathName sets lpFilePart only when the last element
19649 does not end with '\'.
19651 * 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:
19652 Paul Quinn <paulq@COREL.CA>
19653 Lots of new defines and stubs.
19655 * Make.rules.in, Makefile.in, configure, configure.in:
19656 Todd Vierling <tv@pobox.com>
19657 These patches add support for --enable-dll on NetBSD, and may even do so for
19658 FreeBSD a.out. Now, NetBSD can use libwine as a shared object. Thanks to
19659 mycroft@netbsd.org for doing this work!
19661 * tools/wrc/writeres.c: Todd Vierling <tv@pobox.com>
19662 Global constructors using `.section .ctors' are bogus for NetBSD's
19663 assembler. Use the appropriate `.stabs' when on NetBSD.
19665 * ole/variant.c: Todd Vierling <tv@pobox.com>
19666 Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers).
19667 Fixed some constants that are too big for a plain `int'.
19669 * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
19670 Check for MAXFLOAT if FLT_MAX isn't there.
19672 * graphics/psdrv/Makefile.in: Todd Vierling <tv@pobox.com>
19673 graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if
19674 using --enable-dll.
19676 * include/wingdi.h, include/wintypes.h, include/winuser.h, include/windows.h:
19677 Veksler Michael <mveksler@techunix.technion.ac.il>
19678 Move declarations from windows.h to wingdi.h and winuser.h.
19680 Mon Dec 14 18:15:11 1998 Alexandre Julliard <julliard@winehq.com>
19682 * 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:
19683 Marcus Meissner <marcus@jet.franken.de>
19684 Made async IO (SIGIO) stuff from WINSOCK generic useable.
19685 Added async IO support to FILE and CONSOLE objects.
19687 * misc/winsock.c: Stephen Langasek <vorlon@dodds.net>
19688 Prevent segfault in setsockopt when optname is SO_LINGER and optval is
19691 * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, relay32/shell32.spec:
19692 Juergen Schmied <juergen.schmied@metronet.de>
19695 * dlls/shell32/iconcache.c:
19696 Juergen Schmied <juergen.schmied@metronet.de>
19697 SHMapPIDLToSystemImageListIndex try's to determine and load the exact
19698 icon for files (by type) now.
19700 * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
19701 New HCR_GetDefaultIcon (internal).
19703 * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, msdos/dosmem.c, msdos/dpmi.c:
19704 Ove Kaaven <ovek@arcticnet.no>
19705 Moved DPMI wrapper allocation code to dosmem.c to REALLY make the
19706 RMcall shortcuts independent of dosmod. SS had been left out of
19707 the REALMODECALL copy routines for some reason, fixed now. Also
19708 cleaned up a few compiler warnings.
19710 * graphics/x11drv/xfont.c: Ian Pilcher <pilcher@concentric.net>
19711 Added ability to specify X fonts used for Helv and Tms Rmn typefaces
19712 with DefaultSerif and DefaultSansSerif INI keys.
19714 * tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
19715 Bertho Stultiens <bertho@panter.soci.aau.dk>
19716 - Added a global label for elf-dll linking and a long with the resource
19717 size and a long with the directory size.
19718 - Killed an annoying warning since version 1.0.0 in parser.y about a
19719 var being used before init.
19721 * include/shlobj.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c:
19722 Juergen Schmied <juergen.schmied@metronet.de>
19723 Adds the IPersistFile Interface to IShellLink[W] and gave both own
19726 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
19727 (ReadConsole32A): small and stupid bug fixed
19728 (WriteConsoleOutput): bug fixed (attributes may change within lines)
19729 and enhanced speedwise by using buffering.
19730 (CONSOLE_string_2_IR): enhanced, now gets scancodes and virtualkeycodes
19732 * misc/crtdll.c, relay32/crtdll.spec:
19733 Marcus Meissner <marcus@jet.franken.de>
19734 _ultoa implemented.
19736 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
19737 Small hack to get rid of annoying err:resource: message for
19740 * relay32/dsound.spec: Ian Schmidt <irsman@iag.net>
19741 Fix off-by-1 error in DirectSound ordinals. Thanks to Robert Riggs for
19744 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
19745 Save the original video mode before going fullscreen and restore it
19746 when the last DirectDraw_Release is called. Also fix a problem where
19747 the viewport wasn't set to 0,0.
19749 * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
19750 Made more cross-platform by changing ->_fileno to fileno().
19752 * windows/win.c: NF Stevens <norman@arcady.u-net.com>
19753 Fix the Z-order of maximized/minimized child windows.
19755 * graphics/x11drv/xfont.c:
19756 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19757 XLFDs should be well-formed (14 hyphens) to match scalable fonts.
19758 Stop slant field becoming wildcarded too early.
19760 * windows/focus.c: Marcus Meissner <marcus@jet.franken.de>
19761 (FOCUS_SwitchFocus) check for pFocusTo == NULL instead of hFocusTo==0.
19763 * ole/ole2nls.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19764 Hack OLE_GetFormat* to return something if datelen = 0.
19765 Remove unnecessary WINAPI's.
19767 ----------------------------------------------------------------
19768 Fri Dec 11 15:04:11 1998 Alexandre Julliard <julliard@winehq.com>
19770 * include/process.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, scheduler/k32obj.c, scheduler/process.c:
19771 Patrick Spinler <spinler.patrick@mayo.edu>
19772 Implemented CreateToolhelp32Snapshot, including two of the routines
19773 using snapshots, Process32First and Process32Next.
19775 * relay32/oleaut32.spec, include/mapidefs.h, include/oleauto.h, include/win16drv.h, include/wintypes.h, ole/compobj.c, ole/variant.c:
19776 Justin Bradford <justin@ukans.edu>
19777 Most of the currency variant conversion functions implemented.
19778 Minor bugfixes and header tidying.
19780 * 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:
19781 Marcus Meissner <marcus@jet.franken.de>
19782 Added RasEnumConnections stub.
19784 * dlls/shell32/shell32_main.h, dlls/shell32/shellpath.c, dlls/shell32/shlview.c:
19785 Juergen Schmied <juergen.schmied@metronet.de>
19786 Bugfix in PathCombine32[A|W].
19787 View menu in explorer and on right mouse button is working now.
19789 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
19790 Implemented ILGetDisplayName.
19792 * dlls/shell32/classes.c, dlls/shell32/shellord.c:
19793 Juergen Schmied <juergen.schmied@metronet.de>
19794 Started implementation of ShellExecuteEx32A.
19797 * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shres.rc:
19798 Juergen Schmied <juergen.schmied@metronet.de>
19799 Moved menu resources to rc-file.
19801 * include/pe_image.h, ole/ole2nls.c, win32/file.c:
19802 Marcus Meissner <marcus@jet.franken.de>
19803 Two debug messages clarified, one useless prototype removed.
19805 * include/oleauto.h, ole/variant.c:
19806 Marcus Meissner <marcus@jet.franken.de>
19807 294 missing WINAPI added.
19809 * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
19810 Kill swapped out (wine) processes too and truncate diff after some xxx
19813 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
19814 Fixed SetLastError with wrong value.
19816 * misc/printdrv.c, objects/enhmetafile.c, graphics/painting.c, include/windows.h:
19817 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19818 Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
19819 misc/printdrv.c and fix a few compile warnings.
19821 * 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:
19822 Andreas Mohr <a.mohr@mailto.de>
19823 Fixed a bunch of compiler warnings.
19825 * files/file.c: Marcus Meissner <marcus@jet.franken.de>
19826 Added Win32 synchro to FILEs (useful only for terminal handles).
19828 Thu Dec 10 16:04:51 1998 Alexandre Julliard <julliard@winehq.com>
19830 * 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:
19831 Francis Beaudet <francis@macadamian.com>
19832 Sylvain St-Germain <sylvain@macadamian.com>
19833 Thuy Nguyen <thuy@macadamian.com>
19836 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19837 Let the System_Time_Selector clock tick.
19839 * loader/dos/module.c, miscemu/instr.c, msdos/dosmem.c, graphics/dispdib.c, graphics/vga.c, include/miscemu.h, include/vga.h:
19840 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19841 Adapted to CreateSystemTimer interface change.
19843 * if1632/system.spec, if1632/thunk.c, include/callback.h, include/windows.h, misc/callback.c, misc/system.c:
19844 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19845 Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
19846 (NOTE: 16-bit callbacks still don't work!)
19848 * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
19849 - Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
19850 the child window so that the system menu is set correctly.
19851 - In MDICascade and MDITile use WM_MDIRESTORE message
19852 to restore maximized window so that system menu is
19855 * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/typelib.c, ole/variant.c, relay32/oleaut32.spec:
19856 Jean-Claude Cote <jean-claude@macadamian.com>
19857 Added implementation of the VARIANT APIs.
19859 * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19860 Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
19862 * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
19863 handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation.
19864 better handling of LPSTR_TEXTCALLBACK32A
19865 TREEVIEW_GetNext|PrevListItem didn't descend into visible child items.
19867 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
19868 Warn if two .exes conflict with each other and the second does not
19869 have relocation records.
19871 * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19872 Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
19873 contain '/','\\' or ':'.
19875 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
19876 Fixed a potential crash if a usable video mode is not detected.
19878 * tools/make_authors: Script to generate authors files
19880 * include/dinput.h, windows/dinput.c: Robert Riggs <rriggs@tesser.com>
19881 Stubs for IDirectInputEffect and IDirectInputDevice2A methods,
19882 as well as AddRef(), GetCapabilites(), EnumObjects(),
19883 GetProperty(), GetObjectInfo(), GetDeviceInfo(), Initialize(),
19884 and RunControlPanel() for IDirectInputDevice.
19886 * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
19887 Set window focus in _common_IDirectDraw_SetDisplayMode().
19889 * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
19890 Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
19892 * include/win.h, windows/win.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
19893 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19894 Removed deferred Expose events handling.
19896 * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19897 Don't clip VisRgn against X desktop.
19899 * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
19900 LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
19902 * graphics/x11drv/xfont.c:
19903 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19904 Sanity check on font size.
19906 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
19907 Missing parentheses added.
19909 Wed Dec 9 16:37:05 1998 Alexandre Julliard <julliard@winehq.com>
19911 * loader/task.c, relay32/kernel32.spec, win32/console.c, include/wincon.h:
19912 Marcus Meissner <marcus@jet.franken.de>
19913 Enhanced Win32 Console (XTERM)
19914 - inputhandling enhanced (keys and mouseclicks)
19915 - win32 synchronization (partial)
19916 - lots of enhancements to drawing functions
19917 - simple/complex console (simple-stdin/stdout -> complex-xterm).
19919 * console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, console/xterm.c, include/console.h:
19920 Joseph Pranevich <jpranevich@lycos.com>
19921 Add a driver to open up a new xterm window whenever console output is
19922 needed. Derived from console/win32.c but we are not yet ready to merge
19923 the code completely.
19925 * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
19926 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
19927 Improved the handling of font encodings.
19929 * msdos/dpmi.c, include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
19930 Implemented DPMI RMCBs using the DOS subsystem, and a few other
19931 improvements. Also, some special-cased shortcut paths will allow some
19932 common real-mode call/RMCB combinations to work even without calling the
19933 DOS subsystem, thus letting APIs like DOSASPI work without any dirty hacks
19934 even on platforms that cannot use dosmod.
19936 * multimedia/time.c, ole/compobj.c, files/change.c, loader/module.c, misc/lzexpand.c, misc/main.c, controls/menu.c, controls/scroll.c:
19937 Marcus Meissner <marcus@jet.franken.de>
19938 Some unnecessary #include and messages removed.
19940 * ole/ole2nls.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
19941 Some small corrections to EnumSystemLocales32AW
19943 Tue Dec 8 15:06:39 1998 Alexandre Julliard <julliard@winehq.com>
19945 * tools/make_X11wrappers, tsx11/ts_xf86vmode.c, graphics/ddraw.c:
19946 Tried another kludge for the Xmd.h problem.
19948 * 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:
19949 Stephen Crowley <crow@debian.org>
19950 Added fullscreen DGA support.
19952 * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
19953 Fixed dummy entries in MAIN_ParseLanguageOption().
19955 * include/mmsystem.h, multimedia/mcicda.c:
19956 Brian Gerst <bgerst@quark.vpplus.com>
19957 Properly implement MCI_CDA_STATUS_TYPE_TRACK.
19958 Fix an off-by-one bug with MCI_STATUS_LENGTH.
19960 * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
19961 Superflous WINAPI removed.
19963 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
19964 Warn about invalid entrypoints (created by viruses) which result in
19967 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
19968 Create X11 palette on DirectDrawSurface::SetPalette, not before (we
19969 might not have an X11 window yet).
19971 * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
19972 Move TWEAK_Init from USER to GDIInit.
19974 * graphics/painting.c, if1632/gdi.spec, include/windows.h, misc/printdrv.c, misc/spooler.c, relay32/gdi32.spec:
19975 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19976 Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
19977 printing functions.
19979 * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19982 * graphics/x11drv/text.c:
19983 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19984 Fix X11DRV_ExtTextOut for rotated text if either of lpDx, breakExtra
19985 or charExtra are non-zero.
19987 * 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:
19988 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
19989 Replace GRAPH_ functions with Win SDK equivalents.
19991 Mon Dec 7 16:23:42 1998 Alexandre Julliard <julliard@winehq.com>
19993 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
19994 Reverted previous patch.
19996 * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
19997 Don't define MZ_SUPPORTED on non-i386 platforms.
19999 * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
20000 Fixed DPMI_CallRMProc (I think).
20002 * misc/network.c, relay32/mpr.spec:
20003 Marcus Meissner <marcus@jet.franken.de>
20004 Stub for NPSGetProviderHandleA.
20006 * windows/x11drv/keyboard.c: Brian Gerst <bgerst@quark.vpplus.com>
20007 The scancode Windows send for extended keys is the scancode of the
20008 unextended equivalent of the key, plus the extended flag.
20010 * dlls/winaspi/winaspi16.c:
20011 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20012 Fixed a real mode problem.
20014 * loader/ne/module.c:
20015 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20016 NE_MODULE.stack_size was set to a ridiculously small value of 5.
20017 Windows sets 0x1400 in such cases for programs.
20019 * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20020 We don't yet want the static control to call DestroyIcon.
20022 * windows/class.c: NF Stevens <norman@arcady.u-net.com>
20023 Added case for GCW_ATOM int GetClassLong32A.
20025 * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
20026 Stub for WNetOpenEnum32W.
20028 * multimedia/dsound.c, relay32/dsound.spec:
20029 Robert Riggs <rriggs@tesser.com>
20030 More general code cleanup for readability.
20031 A few more parameter validation checks.
20032 Return DS_OK rather than 0 in a number of functions.
20033 Fixed primary buffer ref count bug in CreateSoundBuffer().
20034 Handle 1-3 byte sound fragments that would cause buffer overruns.
20035 Clear primary buffer with a neutral value instead of always 0
20036 (because 128 is neutral for 8-bit sound).
20037 Fix bug with mixing 8-bit sound into the primary buffer.
20038 Broke out the main block in DSOUND_thread() to another function for
20040 Handle "no audio" and "audio busy" cases properly when initializing
20041 dsound. Rename DllCanUnloadNow() to DSOUND_DllCanUnloadNow().
20043 * debugger/hash.c: Ove Kaaven <ovek@arcticnet.no>
20044 Made variables optimized into registers accessible.
20046 * relay32/user32.spec:
20047 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20048 The spec definition for MonitorFromWindow was wrong.
20050 * msdos/int21.c: Stefan Leichter <sle@camline.com>
20051 File handle bug fix.
20053 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20054 Added paragraph about different dll versions and structure sizes.
20056 * include/commctrl.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20057 Added missing TOOLINFO structure.
20059 * multimedia/mmsystem.c: Andreas Mohr <a.mohr@mailto.de>
20062 * 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:
20063 Andreas Mohr <a.mohr@mailto.de>
20064 - Several kernel.spec return type mismatch fixes
20065 - [GS]etSelectorBase Win32s offset support by Ulrich Weigand (thanks v.m. !!)
20066 - Move AppToWine/WineToApp macros as W32S_APP2WINE etc. to ldt.h
20067 - LocalNotify() basic support
20068 - Fixes for local heap handling with heap handles created by Virtual*()
20070 * graphics/x11drv/xfont.c:
20071 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20072 Bugfix: -microsoft-symbol encoding was not recognized.
20074 * windows/win.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20075 Bugfix: WIN_ResetQueueWindows would skip some windows.
20077 * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20078 Allow recursively reentering CALL32_LargeStack.
20080 * 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:
20081 Patrik Stridvall <ps@leissner.se>
20082 Added the new TTY driver.
20084 * 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:
20085 Patrik Stridvall <ps@leissner.se>
20086 Moved more code to the X11 driver.
20088 Thu Dec 3 16:29:56 1998 Alexandre Julliard <julliard@winehq.com>
20090 * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int29.c:
20091 Joseph Pranevich <jpranevich@lycos.com>
20092 Call the new console driver for some routines. This is not completely
20093 done yet and more for testing purposes.
20095 Wed Dec 2 19:58:09 1998 Alexandre Julliard <julliard@winehq.com>
20097 * 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:
20098 Joseph Pranevich <jpranevich@lycos.com>
20099 Added console support.
20101 * 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:
20102 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20103 Move OEM resources to the x11drv.
20105 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
20106 Opening a file in a directory which doesn't exist returns
20107 ERROR_FILE_NOT_FOUND instead of ERROR_PATH_NOT_FOUND.
20109 * memory/atom.c: Marcus Meissner <marcus@jet.franken.de>
20110 Handle atoms "# non number" (oracle client).
20112 Tue Dec 1 16:23:19 1998 Alexandre Julliard <julliard@winehq.com>
20114 * if1632/kernel.spec, misc/error.c:
20115 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20116 Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows').
20117 Fixed wrong ordinals/prototype for MapProcessHandle/GetModuleFileName32.
20118 Added names for some undocumented exports.
20120 * memory/global.c, if1632/thunk.c:
20121 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20122 Implemented GlobalChangeLockCount (KERNEL.365).
20124 * if1632/toolhelp.spec, include/toolhelp.h, memory/heap.c:
20125 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20126 Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446).
20128 * if1632/gdi.spec, objects/gdiobj.c:
20129 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20130 Implemented GdiFreeResources (GDI.609).
20132 * include/dsound.h, multimedia/dsound.c:
20133 Robert Riggs <rriggs@tesser.com>
20134 Fixed 8-bit WAV format handling (it is unsigned data).
20135 Fixed off-by-one checks for buffer wrap.
20136 Increment ref count for primary buffer in CreateSoundBuffer().
20137 Added DSBPN_OFFSETSTOP support to position notification code.
20138 Lots of minor parameter validation checks.
20139 Stubs for: IDirectSound_initialize(), IDirectSound_Compact(),
20140 and IDirectSound_GetSpeakerConfig().
20141 Fixed freq shifting with 16-bit data problem, fixed 8bit<->16bit
20143 Lots of thread locking for DirectSound buffers.
20144 Dealloc primary buffer when dsound is deallocated.
20146 * include/wintypes.h:
20147 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20148 Added the TEXT() and MAKELRESULT() definitions.
20150 * windows/queue.c: Juergen Schmied <juergen.schmied@metronet.de>
20153 * Makefile.in: James Juran <jrj120@psu.edu>
20154 Revert misguided change to install_lib that broke -disable-lib
20157 * misc/main.c, include/windows.h:
20158 Juergen Schmied <juergen.schmied@metronet.de>
20159 New parameter SPI_GETDRAGFULLWINDOW.
20160 One missing break in SPI_GETDRAGFULLWINDOW.
20162 * dlls/shell32/pidl.c, relay32/shell32.spec:
20163 Juergen Schmied <juergen.schmied@metronet.de>
20164 New functions ILGlobalClone/ILGlobalFree.
20166 * documentation/printing:
20167 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20168 Add a note about WinPrinters.
20170 * relay32/ntdll.spec, relay32/ole32.spec, relay32/user32.spec:
20171 Marcus Meissner <marcus@jet.franken.de>
20172 Added some stubs, some ptr->str conversions.
20174 * graphics/ddraw.c, include/ddraw.h, relay32/ddraw.spec:
20175 Lionel Ulmer <ulmer@directprovider.net>
20176 - added definition of DirectDrawCreateClipper.
20177 - more versatile support of surfaces / better surface description support.
20179 * 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:
20180 Juergen Schmied <juergen.schmied@metronet.de>
20181 Fixed wrong parameter count for SHChangeNotifyDeregister, SHFreeUnusedLibraries.
20182 New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
20183 Stubs SHWaitForFileToOpen, PathFindOnPath.
20185 * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
20186 Small changes to print the strings in the relay-trace.
20188 * windows/class.c: NF Stevens <norman@arcady.u-net.com>
20189 The class name needs to be converted to a getptr.
20191 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20192 Fixed memory/status recovery when error occured in MIDI_mciOpen.
20193 Fixed support for RMID files in MIDI_mciOpen.
20194 Fixed bug for playing MIDI files with tempo changes. Sound output is
20195 now correct, but length of tracks (and therefore of whole file) is not
20197 Changed error values (INTERNAL => INVALID_FILE) when file cannot be read.
20199 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20200 Fixed memory/status recovery when error occured in WAVE_mciOpen.
20201 Changed error values (INTERNAL => INVALID_FILE) when file cannot
20204 * multimedia/msvideo.c, relay32/msvfw32.spec:
20205 Juergen Schmied <juergen.schmied@metronet.de>
20206 Stubs for MCIWndCreate[A|W].
20208 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
20209 VerQueryValue, bugfix: we cant convert binary data with
20210 HEAP_strdupWtoA (\VarFileInfo\Translation).
20212 Mon Nov 30 17:41:17 1998 Alexandre Julliard <julliard@winehq.com>
20214 * relay32/advapi32.spec, win32/advapi.c:
20215 Juergen Schmied <juergen.schmied@metronet.de>
20216 Stubs for EnumServiceStatus32, small changes.
20218 * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
20219 Load now the first icon from the *.ani file instead of crashing.
20221 * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
20222 Fix warnings in miscemu/main.c.
20224 * include/windows.h:
20225 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20226 - added some defines around the CommPort (PURGE_XXX and MS_XXX_ON)
20227 - added the DLGTEMPLATE and DLGITEMTEMPLATE structures
20228 - added the function definition for StartPage,EndPage,GetCommMask,
20229 GetCommModemStatus and PurgComm,WaitCommEvent.
20231 * windows/defwnd.c: Paul Quinn <PaulQ@corel.com>
20232 Fixed activation/Focus message order problem when creating a new HWND.
20234 * windows/winpos.c, if1632/user.spec, include/windows.h, relay32/user32.spec:
20235 Paul Quinn <PaulQ@corel.com>
20236 Implementation of ChildWindowFromPointEx functions.
20238 * misc/registry.c: Gavriel State <gavriels@corel.com>
20239 Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
20241 * objects/bitmap.c, objects/cursoricon.c, objects/dib.c, objects/palette.c:
20242 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20243 GetSystemPaletteEntries returns palette size if entries==NULL.
20244 Use this instead of COLOR_GetSystemPaletteSize.
20246 * relay32/dsound.spec, multimedia/dsound.c:
20247 Marcus Meissner <marcus@jet.franken.de>
20248 Implemented class factory for dsound.
20250 * relay32/kernel32.spec, misc/comm.c:
20251 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20252 - fixed a minimal error in GetCommMask definition.
20253 - adds stubs for GetCommModemStatus and WaitCommEvent.
20255 * include/xmalloc.h, library/winestub.c:
20256 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20257 Fixes for C++ Winelib compilation.
20259 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
20260 Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
20262 Fri Nov 27 16:06:08 1998 Alexandre Julliard <julliard@winehq.com>
20264 * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
20265 James Juran <jrj120@psu.edu>
20266 Documentation updates.
20268 * Makefile.in: James Juran <jrj120@psu.edu>
20269 Fixed 'make install' to really check for libwine.a before installing
20272 * graphics/ddraw.c, include/options.h, misc/main.c:
20273 Stephen Crowley <crow@debian.org>
20274 Added a new cmdline switch to disable XF86 DGA Extensions, -nodga.
20276 * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
20277 Improved GetDiskFreeSpace32A().
20279 Thu Nov 26 16:32:00 1998 Alexandre Julliard <julliard@winehq.com>
20281 * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20282 Remove included color.h.
20284 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
20285 Remove unnecessary check for entrypoint address (test binary was
20286 infected by a virus which uses invalid PE loading stuff).
20288 * graphics/painting.c, relay32/gdi32.spec:
20289 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20290 Added stubs for Startpage and EndPage.
20292 * if1632/thunk.c, objects/dc.c:
20293 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20294 Removed some unnecessary FIXME outputs.
20296 * if1632/kernel.spec, loader/task.c:
20297 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20298 Implemented KERNEL.602 and stub for KERNEL.490.
20300 * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20301 Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
20303 Wed Nov 25 18:15:53 1998 Alexandre Julliard <julliard@winehq.com>
20305 * ole/nls/grc.nls, ole/nls/sky.nls, ole/nls/tha.nls, ole/nls/trk.nls, ole/ole2nls.c:
20306 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
20309 * loader/ne/resource.c, include/module.h, loader/resource.c:
20310 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20311 Moved ...Resource16 routines to loader/resource.c.
20312 Implemented accessing PE-file resources with 16-bit resource routines.
20314 * if1632/kernel.spec, loader/ne/Makefile.in, loader/ne/convert.c:
20315 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20316 Implementation of PE->NE resource conversion routines (KERNEL.615-618).
20318 * include/oleauto.h, ole/ole2disp.c, relay32/oleaut32.spec:
20319 Francis Beaudet <francis@macadamian.com>
20320 Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
20321 and SysStringLen(). Ensure that the BSTR objects were allocated
20322 according to the Windows documentation.
20324 * 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:
20325 Juergen Schmied <juergen.schmied@metronet.de>
20326 Moved existing path - functions to shellpatch.c.
20327 New: PathRemoveBlanks32A|W, PathMatchSpec32A|W,
20328 PathSetDlgItemPath32A|W.
20330 * dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/shlobj.h:
20331 Juergen Schmied <juergen.schmied@metronet.de>
20332 Moved existing IShellLink class. New stubs for IShellLinkW.
20334 * 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:
20335 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20336 Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
20338 * include/miscemu.h, msdos/dpmi.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/xms.c:
20339 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20340 Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit
20341 registers (used by DeviceIoControl). Adapted all users.
20343 * include/winioctl.h, win32/device.c:
20344 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20345 Implemented (most) VWin32.VxD DeviceIoControl routines.
20347 Tue Nov 24 20:47:17 1998 Alexandre Julliard <julliard@winehq.com>
20349 * include/thread.h, scheduler/thread.c:
20350 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20351 Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
20353 * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20354 Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
20357 * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20358 Bugfix: [QF]T_Thunk should clear HIWORD(EAX) on return.
20359 Bugfix: hack for stupid USER32 CallbackGlueLS routine in Common32ThkLS.
20361 * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20362 Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
20363 Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
20365 * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
20366 Don't match against Symbol or Nil fonts.
20368 * memory/global.c: Stephen Crowley <crow@debian.org>
20369 Return the "buffers" and "cached" memory as free since it is
20370 deallocated when a program needs it anyway.
20372 * windows/dialog.c, include/windows.h:
20373 Juergen Schmied <juergen.schmied@metronet.de>
20374 Bugfix: SetDlgItemText32 returns BOOL not void.
20376 * relay32/user32.spec, windows/user.c:
20377 Juergen Schmied <juergen.schmied@metronet.de>
20378 New stubs GetUserObjectInformationA|W.
20380 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
20381 Removed left over 'show' and useless deadbeef checking which doesn't
20384 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
20385 Adjust broken entrypoint addresses. (win98 notepad.exe)
20387 * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
20388 Updated according to development.
20390 * if1632/mmsystem.spec, relay32/winmm.spec:
20391 Eric Pouech <Eric.Pouech@wanadoo.fr>
20392 Some new stubs (midiStreamXXX functions, some mci functions, and
20393 some mmio functions).
20395 * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20396 Moved MCI part to mcimidi.c ; added DriverProc.
20398 * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20399 Moved MCI part to mciwave.c ; added some error checking ; added
20402 * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
20403 Eric Pouech <Eric.Pouech@wanadoo.fr>
20404 Added mcimidi and mciwave.
20406 * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20407 Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
20410 * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20411 Starting writing MCI part ; fixed bug in MCI_INFO command.
20413 * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20414 Added some missing stubs in 32 bit part.
20416 * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20417 Made use of new 16/32 MCI message handling in mmsystem.c.
20419 * include/mmsystem.h, include/multimedia.h:
20420 Eric Pouech <Eric.Pouech@wanadoo.fr>
20421 Added some new functions/structures definitions.(I couldn't get all
20422 the manifest constants values that MS was referring to in its specs...
20423 if someone has them...)
20425 * multimedia/mcianim.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20426 Added some error checking ; made use of new 16/32 MCI message handling
20427 in mmsystem.c ; fixed bug in MCI_INFO command.
20429 * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20430 Added some error checking ; made use of new 16/32 MCI message
20431 handling in mmsystem.c.
20432 Added Win95 command to handle cd-rom with both data and audio ; fixed
20433 bug in MCI_INFO command ; shadowing MCI status for devices that can't
20434 get current status ; fixed status not being updated on cd change.
20436 * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20437 Factorized 16/32 bit MCI function by using message mapping from 16
20438 to 32 bits ; added some new prototypes mciSendCommand, mciSendString,
20439 mci(Set/Get)YieldProc ; started writing midiStreamXXX functions - not
20440 yet working. Fixed some issues regarding asynchronous MCI commands ;
20441 fixed MCI_SYSINFO command.
20443 * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
20446 Sun Nov 22 18:29:50 1998 Alexandre Julliard <julliard@winehq.com>
20448 * 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:
20449 Juergen Schmied <juergen.schmied@metronet.de>
20452 * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
20453 New function: _ILGetExtension.
20455 * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
20456 Juergen Schmied <juergen.schmied@metronet.de>
20457 New file. HKEY_CLASSES_ROOT handling.
20459 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20462 * 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:
20463 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20464 Added Unicode support (at least partially).
20466 * ole/Makefile.in, ole/compobj.c, ole/oleobj.c, include/oleobj.h, include/shlobj.h:
20467 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20468 Added IOleAdviseHoler interface (still a dummy) and fixed
20469 CreateOleAdviseHolder().
20471 * dlls/comctl32/commctrl.c, dlls/comctl32/tooltips.c:
20472 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20473 Added global subclassing atom, used by tooltips and updown (not yet).
20475 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20476 Improved layout code.
20478 * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
20479 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20480 Fixed ImageList_LoadImage().
20482 * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20483 Added CMEM_SETITEM32A and message forwarding to combobox.
20485 * ole/moniker.c, relay32/ole32.spec:
20486 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20487 Added stub for CreateItemMoniker().
20489 * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20490 Fixed some undocumented function names and implemented DPA_Merge
20493 * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20494 Enabled double click for buttons.
20496 * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20497 Added command and return constants used by WM_NOTIFYFORMAT.
20499 * 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:
20500 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20501 Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
20503 * include/options.h, misc/main.c, ole/ole2nls.c:
20504 Juergen Schmied <juergen.schmied@metronet.de>
20505 Small fixes to get the default language to a sensible value.
20508 * ANNOUNCE, DEVELOPERS-HINTS, README, documentation/README.documentation, documentation/how-to-port, documentation/wine.man, documentation/wine.texinfo:
20509 Douglas Ridgway <ridgway@winehq.com>
20510 Miscellaneous small fixes.
20512 * graphics/win16drv/prtdrv.c, if1632/gdi.spec, include/windows.h, objects/metafile.c, objects/region.c, relay32/gdi32.spec:
20513 Andreas Mohr <a.mohr@mailto.de>
20514 Added Win16 implementation for GetRegionData().
20516 * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
20517 Enhanced OABuildVersion() to return different version values for
20520 * msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
20521 Added INT21_ParseFileNameIntoFCB() and some other things to get
20522 COMMAND.COM working.
20524 * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
20525 Added missing entry for GetNumberFormatW.
20527 * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
20528 Checking for NULL-pointer.
20530 * ole/nls/fra.nls, ole/nls/frb.nls, ole/nls/frc.nls, ole/nls/frl.nls:
20531 Robert Pouliot <krynos@clic.net>
20532 Better OLE support in French languages.
20534 * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
20535 Implementation of CreateProcess32W.
20537 * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
20538 Queuing of deferred Expose events.
20540 * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
20541 LB_GETTEXT: Handle passed NULL buffer.
20543 * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
20544 CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
20547 * ole/nls/frs.nls, ole/nls/sky.nls, ole/ole2nls.c:
20548 Marcus Meissner <marcus@jet.franken.de>
20549 Turn mega double switch into static table (reduces compile time).
20551 * AUTHORS, include/authors.h: Added Robert Riggs.
20553 * include/d3d.h: Robert Riggs <rriggs@tesser.com>
20554 include ddraw.h, questionable fix for questionable struct/union
20555 construct in MS's D3DVECTOR definition.
20557 * include/dsound.h: Robert Riggs <rriggs@tesser.com>
20558 More flags (DirectX 5.2), DirectSound3DListener and
20559 DirectSound3DBuffer structures, include some required files
20560 (windows.h, compobj.h, and d3d.h).
20562 * multimedia/dsound.c: Robert Riggs <rriggs@tesser.com>
20563 DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
20564 primary buffer is implemented closer to what the SDK docs specify,
20565 other SDK documented behaviour enforced. Completed the devcaps list.
20567 * misc/crtdll.c, relay32/crtdll.spec:
20568 Juergen Schmied <juergen.schmied@metronet.de>
20569 New stubs strdate, strtime.
20571 * memory/selector.c:
20572 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20573 Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
20575 * misc/comm.c: Cliff Wright <cliff@snipe444.org>
20576 Fixed a mask set, and other parity setting bugs for serial ports.
20578 * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
20579 Added BSDI sigcontext definitions.
20581 * windows/class.c: Rein Klazes <rklazes@casema.net>
20584 * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
20585 Remove now useless RELAY_ShowDebugmsgsRelay check.
20587 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
20588 Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
20589 directory, for they seem to be relocated by the standard relocating
20590 mechanism. (Explicitly checked one program using it)
20592 * dlls/shell32/shellord.c, include/shell.h:
20593 Marcus Meissner <marcus@jet.franken.de>
20594 PathAddBackshlash, PathRemoveBackslash: argument is not constant.
20596 * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
20597 Check wndPtr for NULL.
20599 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
20600 BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
20602 * misc/spooler.c, misc/Makefile.in, miscemu/main.c, Makefile.in, graphics/win16drv/init.c, loader/main.c:
20603 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20604 Takes print spooler functions out of win16drv.
20605 Allows the PostScript driver to go into libwine.
20607 * if1632/gdi.spec, objects/brush.c, objects/palette.c:
20608 Ian Schmidt <irsman@iag.net>
20609 Added stubs for two undocumented GDI routines, SetMagicColors and
20610 SetSolidBrush. This allows Win98 native USER to start up.
20612 * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
20613 Fixed the DGA detection code in ddraw. You don't need root access,
20614 having r+w access to /dev/mem is enough.
20616 * documentation/status/directdraw, graphics/ddraw.c, graphics/wing.c, include/ddraw.h:
20617 Marcus Meissner <marcus@jet.franken.de>
20618 DirectDraw status updated.
20619 Use cooperative window for drawing in xlib implementation if possible.
20620 Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.
20622 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
20623 Micro patch for AltGr key on german keyboards.
20625 * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
20626 Fixes error handling (SetLastError() and return value).
20628 * objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
20629 Partially complete GetTextCharsetInfo and corrects return values for
20630 this family of functions.
20632 Sun Nov 15 18:12:12 1998 Alexandre Julliard <julliard@winehq.com>
20634 * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
20637 * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20638 Fixed retrieval of invalid palette data in GetDIBits().
20640 * windows/winpos.c: John Richardson <jrichard@zealand.mv.com>
20641 Allow SWP_HIDEWINDOW to be called on windows that are already hidden
20642 without unmapping them again.
20644 * windows/scroll.c: Pim Bollen <pim@gimli.iaehv.nl>
20645 Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
20646 outside desktop window with gtwin.exe (Dutch banking program).
20648 * loader/main.c, memory/atom.c, misc/ddeml.c, windows/class.c, windows/message.c, include/Attic/atom.h, include/global.h:
20651 * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
20652 Fixed bug in StretchDIBits32 (wrong origin).
20654 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
20657 * include/ddraw.h, include/ts_xshm.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xshm.c, graphics/ddraw.c:
20658 Lionel Ulmer <ulmer@directprovider.net>
20659 Some corrections to the handling of off-screen buffers.
20660 Correction to the EnumDisplayModes function.
20661 Added XShm support to Xlib driver.
20662 Open a DirectX window even when using the DGA driver.
20664 * 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:
20665 Juergen Schmied <juergen.schmied@metronet.de>
20666 Cleanup, small fixes, a few new stubs.
20668 * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
20669 Handling for listviewstyles, view mode buttons in filedialogs
20670 enabled and handled.
20671 New listview columns Size, Type, Modified for reportview
20672 created and handled.
20674 * dlls/shell32/if_macros.h:
20675 Juergen Schmied <juergen.schmied@metronet.de>
20676 New file, wrapper for IShellBrowser class.
20678 * dlls/shell32/iconcache.c:
20679 Juergen Schmied <juergen.schmied@metronet.de>
20680 New file, some helper functions for icon cache.
20681 Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
20682 Shell_GetImageList in this file.
20684 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
20685 Juergen Schmied <juergen.schmied@metronet.de>
20686 Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
20688 * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
20689 LoadLibraryEx: show a warning when called with unimplemented parm.
20691 * miscemu/instr.c: Cleaned up a bit.
20693 * memory/selector.c, miscemu/instr.c, tools/build.c:
20694 Marcus Meissner <marcus@jet.franken.de>
20695 Clean invalid selectors on the pop %xs from the STACKFRAME itself
20696 instead of using linked list hack.
20698 * Makefile.in: Removed gets message.
20700 * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
20701 Added Thai nls-resources.
20703 * 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:
20704 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
20705 Display the language id for "XXX not supported for your language"
20707 Added all languages and sublanguages for languages supported in
20708 resources/sysres_Xx.
20710 * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
20711 Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
20713 * ole/moniker.c: Gavriel State <gavriels@corel.com>
20714 Ensure that CreateFileMoniker functions don't return a bogus moniker
20717 * include/class.h, windows/class.c: Gavriel State <gavriels@corel.com>
20718 Added code to manage Ascii and WideChar class names, and to return the
20719 names in the GetClassInfo functions.
20721 * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
20722 Fix to Linux IPX so compiles on non-linux platforms.
20724 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
20725 Own X11 errorhandler to locate X11 errors. Useful only with -sync.
20727 Sat Nov 14 18:59:30 1998 Alexandre Julliard <julliard@winehq.com>
20729 * include/color.h, include/imagehlp.h, include/palette.h, memory/global.c, misc/registry.c, windows/defwnd.c:
20730 Juergen Schmied <juergen.schmied@metronet.de>
20731 Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
20733 * 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:
20734 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20735 Moved X11 mouse cursor handling to the DISPLAY driver.
20737 * if1632/thunk.c, include/callback.h, loader/main.c, loader/task.c, misc/callback.c, miscemu/main.c:
20738 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20739 Some fixes to Wine startup/termination sequence with native USER.
20740 Do not call built-in USER signal handler when using native USER.
20742 * debugger/break.c, include/debugger.h, include/task.h:
20743 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20744 Bugfix: -debug didn't work anymore after the last startup sequence patch.
20746 * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20747 Fixed list insertion bug in CoLoadLibrary().
20749 * if1632/wprocs.spec, msdos/Makefile.in, msdos/int2f.c, msdos/int41.c, msdos/vxd.c:
20750 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20751 Added stubs for several VxDs / interrupts.
20753 * if1632/thunk.c, include/callback.h, misc/callback.c, graphics/win16drv/init.c:
20754 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20755 Should get win16drv AbortProc working. Hopefully.
20757 * windows/input.c, windows/keyboard.c:
20758 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20759 Moved GetKeyboardLayoutName16 to windows/input.c.
20761 * include/imagehlp.h, include/winnt.h, include/wintypes.h:
20762 Patrik Stridvall <ps@leissner.se>
20763 Moved some declarations from imagehlp.h to common include files.
20765 * relay32/kernel32.spec, win32/thread.c:
20766 Rein Klazes <rklazes@casema.net>
20767 Added implementations for InterlockedExchangeAdd() and
20768 InterlockedCompareExchange().
20770 * win32/console.c, objects/dib.c, objects/enhmetafile.c:
20771 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20772 Fixes a few of the many compiler warnings.
20774 * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
20775 Emulate "mov cr4,eax" (tombraider 3 demo).
20777 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
20778 Do not enumerate D3D devices we can't handle anyway.
20779 Return bitmasks for hi/truecolor depths in EnumDisplayModes.
20781 * if1632/snoop.c, include/snoop.h, relay32/builtin32.c, relay32/snoop.c:
20782 Marcus Meissner <marcus@jet.franken.de>
20783 Speed up relay32, snoop16 and snoop32 include/excludes by doing them
20784 just once at creation time.
20786 * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
20787 Pavel Roskin <pavel_roskin@geocities.com>
20788 Added stubs for CoRevokeClassObject and OleSetClipboard.
20790 * windows/win.c: Per Ångström <pang@mind.nu>
20791 EnumTaskWindows16: Basing the selection on a window's task is not only
20792 more straightforward than comparing message queues, it also works
20793 better for Win32 applications.
20795 * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20796 Changed some of the message classes.
20798 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
20799 Special case handling of : Shift + arrow, shift + home, ...
20800 X returns a char for it, but Windows doesn't. Ignore X char.
20801 Also added some documentation.
20803 * include/winsock.h, misc/winsock.c:
20804 Stephen Langasek <vorlon@dodds.net>
20805 Bugfixes for IPX code and preliminary groundwork for other address
20808 * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
20809 (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
20810 lookup (Registry is case insensitive).
20812 * relay32/ntdll.spec, win32/advapi.c, dlls/ntdll/rtl.c, relay32/advapi32.spec:
20813 Juergen Schmied <juergen.schmied@metronet.de>
20814 Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
20815 StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
20816 RtlTimeToTimeFields.
20818 * include/windows.h, ole/ole2nls.c:
20819 Juergen Schmied <juergen.schmied@metronet.de>
20820 Stub for GetNumberFormat32W.
20822 * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
20825 * ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
20826 Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
20827 to be in nominative case.
20829 * windows/queue.c: Per Ångström <pang@mind.nu>
20830 Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
20831 an invalid size parameter.
20833 * multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
20834 Added correct implementation of GetCaps, changed Play and Stop handling
20835 of positions indexes, suppressed warnings.
20837 * memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
20838 Corrected bug in TRACE function.
20840 * AUTHORS, graphics/ddraw.c, include/authors.h, include/ddraw.h:
20841 Lionel Ulmer <ulmer@directprovider.net>
20842 Corrected bug in DirectDrawSurface creation and handling for driver
20845 * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
20846 Wine keyboard and mouse have now their own UIDs.
20848 * objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20849 Fix allocation size in CreateDIBPatternBrush*.
20851 ----------------------------------------------------------------
20852 Sun Nov 8 16:44:41 1998 Alexandre Julliard <julliard@winehq.com>
20854 * windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
20855 Fixed keystroke accelerators in dialogs which have controls containing
20856 other controls as child windows.
20858 * include/winproc.h, misc/commdlg.c, windows/hook.c, windows/winproc.c:
20859 Juergen Schmied <juergen.schmied@metronet.de>
20860 Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
20861 16->32 bit conversion.
20863 * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
20864 Prevent CreateDIBSection from seg faulting when one dimension of
20867 * configure, configure.in, include/config.h.in, include/winsock.h, misc/winsock.c:
20868 Stephen Langasek <vorlon@dodds.net>
20869 Support for IPX networking via winsock under Linux.
20871 * relay32/gdi32.spec, graphics/painting.c:
20872 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20873 Added a stub for StartDocA and EndDoc.
20875 * relay32/kernel32.spec, scheduler/process.c, win32/console.c:
20876 James Sutherland <JamesSutherland@gmx.de>
20877 More complete implementation of the SetCtrlHandler() function (and the
20878 related console functions).
20880 * objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
20881 Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
20884 * graphics/vga.c, include/vga.h, msdos/ioports.c:
20885 Ove Kaaven <ovek@arcticnet.no>
20886 Simulate the VGA vertical refresh.
20888 * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
20889 Added support of source and destination rectangles in Blit function.
20891 * include/dinput.h, windows/dinput.c:
20892 Lionel Ulmer <ulmer@directprovider.net>
20893 Added device type constants and used them in device enumeration
20896 * misc/registry.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20897 API documentation says that RegEnumKeyEx, RegEnumValue and
20898 RegQueryInfoKey takes the size of the buffers as characters.
20900 * ole/compobj.c: Added missing #include "config.h"
20902 * AUTHORS, configure, configure.in, include/authors.h, include/config.h.in, ole/compobj.c:
20903 Justin Bradford <justin@ukans.edu>
20904 Replaces CoCreateGuid stub with an implementation of DCE's UUID
20905 specification. Also removes some unnecessary code from StringFromCLSID.
20907 * include/commctrl.h, include/winbase.h, include/wintypes.h:
20908 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20909 Added an extern "C" safeguard.
20911 * include/commdlg.h, include/windows.h, windows/input.c:
20912 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
20913 - adds GetExitCodeProcess
20914 - corrects the return-type of GetKeyState
20915 - corrects the winelib definition of IsDialogMessage
20916 - adds winelib definitions for PrintDlg
20918 * objects/clipping.c: Rein Klazes <rklazes@casema.net>
20919 ExtSelectClipRgn fix: RGN_DIFF did not work.
20921 * objects/cursoricon.c, windows/event.c, windows/message.c:
20922 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20923 Adapted to new input event handling.
20925 * if1632/thunk.c, if1632/user.spec, include/input.h, include/windows.h, relay32/user32.spec, windows/Makefile.in, windows/input.c:
20926 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20927 USER-side part of input event handling: contains implementation of
20928 keybd_event and mouse_event, and USER-related code removed from
20929 windows/event.c and windows/keyboard.c.
20931 * windows/display.c:
20932 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20933 Stubs for DISPLAY.DRV removed from keyboard.c.
20935 * if1632/mouse.spec, include/mouse.h, windows/mouse.c:
20936 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20937 Implementation of MOUSE.DRV (contains some code taken from
20940 * if1632/keyboard.spec, include/keyboard.h, windows/keyboard.c:
20941 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20942 Implementation of KEYBOARD.DRV (code mostly taken from previous
20943 windows/keyboard.c).
20945 * loader/main.c, loader/task.c, miscemu/main.c:
20946 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
20947 Bugfix: really *do* switch to the initial task's stack.
20948 CallLargeStack mechanism re-enabled.
20950 * include/debug.h, include/debugdefs.h:
20951 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20952 New Files. Added 'date and time picker' and 'month calendar' control
20953 dummies. They are used by Outlook Express.
20955 * ole/ole2.c, relay32/ole32.spec:
20956 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20957 Added stub for CreateBindCtx() and added missing CoGetClassObject()
20958 to *.spec file. Makes Internet Explorer 4.01 happy ;-)
20960 * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20961 Little improvement.
20963 * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20964 Added preliminary hit testing. Makes regedit.exe happy ;-)
20966 * documentation/common_controls, dlls/comctl32/imagelist.c:
20967 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20968 Improved documentation and fixed typos.
20970 * dlls/comctl32/commctrl.c, relay32/comctl32.spec:
20971 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20972 Added DrawStatusText32AW() and CreateStatusWindow32AW().
20974 * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
20975 Improved display and layout code.
20977 * dlls/comctl32/Makefile.in, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, include/commctrl.h, include/datetime.h, include/monthcal.h:
20978 Eric Kohl <ekohl@abo.rhein-zeitung.de>
20979 New Files. Added 'date and time picker' and 'month calendar' control
20980 dummies. They are used by Outlook Express.
20982 Sat Nov 7 12:56:32 1998 Alexandre Julliard <julliard@winehq.com>
20984 * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
20985 Charles Suprin <csuprin@lynx.dac.neu.edu>
20986 Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
20988 * graphics/x11drv/graphics.c:
20989 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20990 Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
20991 which it did if either ellipse dimension was zero.
20993 * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
20994 Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
20997 * relay32/mpr.spec, misc/network.c:
20998 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
20999 Added stub WNetEnumCachedPasswords.
21001 * msdos/int21.c, msdos/int25.c:
21002 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21003 Made this file DOSMOD friendly.
21005 * loader/ne/segment.c, loader/pe_image.c:
21006 Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
21007 Unified "No implementation for..." warnings.
21009 * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
21010 monodebg.vxd used by some Origin programs implemented.
21012 * objects/bitmap.c:
21013 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21014 Fail if less then one entire line requested in GetBitmapBits32.
21016 * windows/winproc.c: Rein Klazes <rklazes@casema.net>
21017 Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
21019 * if1632/compobj.spec, include/ole.h, ole/compobj.c, relay32/ole32.spec:
21020 John Richardson <jrichard@zealand.mv.com>
21021 Implementation of CoLoadLibrary, CoFreeAllLibraries,
21022 CoFreeUnusedLibraries, CoFreeLibrary.
21023 Fixed misspelling of CoUninitialize.
21025 * programs/clock/ChangeLog, programs/clock/main.c:
21026 Robert Pouliot <krynos@clic.net>
21027 Fixes for other languages.
21029 Fri Nov 6 17:36:13 1998 Alexandre Julliard <julliard@winehq.com>
21031 * misc/registry.c: John Richardson <jrichard@zealand.mv.com>
21032 Fix wide character functions to return character count in character
21033 quantities not byte quantities. Make RegQueryInfoKey and
21034 RegQueryInfoKey behave correctly in win95 mode.
21036 * include/dinput.h, windows/dinput.c:
21037 Lionel Ulmer <ulmer@directprovider.net>
21038 Changed mouse button mapping and check size of return buffer.
21040 * objects/clipping.c: Rein Klazes <rklazes@casema.net>
21041 ExtSelectClipRgn() with RGN_COPY copies the wrong region.
21043 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21044 Fixed an error in the implementation of FILE_ShareDeny.
21046 * scheduler/handle.c, if1632/thunk.c, include/debugtools.h, include/sig_context.h, multimedia/mmsystem.c:
21047 Marcus Meissner <marcus@jet.franken.de>
21048 Solaris redefines ERR and CS, fixed occurances.
21049 Solaris has TRAPNO in its sigcontext, added to sig_context.h
21051 * include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
21052 Eric Pouech <Eric.Pouech@wanadoo.fr>
21053 Made mmioSetBuffer callable from 16 and 32 bit code.
21055 * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
21056 Fixed wrong arg type.
21058 * objects/dib.c, objects/gdiobj.c, graphics/x11drv/Makefile.in, graphics/x11drv/dib.c, graphics/x11drv/init.c, include/x11drv.h:
21059 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21060 Moved X11 DIB stuff to x11drv.
21062 * win32/code_page.c:
21063 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21064 The API for WideCharToMultiByte says that the src-string has only to be
21065 treated as NULL-terminated if srclen is -1.
21067 * include/win.h, windows/event.c, windows/win.c:
21068 Ove Kaaven <ovek@arcticnet.no>
21069 Made sure ConfigureNotify is processed before Expose, deferring the
21070 Expose event if necessary, thus working around a WM flaw with virtual
21071 desktop scrolling in -managed mode.
21073 * resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
21074 Translated in French (not so good anyhow) message for the mark on
21077 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
21078 Changed the default from 0 to 0x409 (eng-us).
21080 * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
21081 Two missing WINAPIs.
21083 * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
21084 Fixed one wrong parameter.
21086 * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
21087 Fixed --disable-lib.
21089 Thu Nov 5 10:33:18 1998 Alexandre Julliard <julliard@winehq.com>
21091 * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
21092 Constants for controls in common dialogs.
21094 Wed Nov 4 18:08:33 1998 Alexandre Julliard <julliard@winehq.com>
21096 * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
21097 Fixed some compiler warnings.
21099 Sun Nov 1 19:27:24 1998 Alexandre Julliard <julliard@winehq.com>
21101 * 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:
21102 Jesper Skov <jskov@cygnus.co.uk>
21103 egcs 'ambiguous else' warnings fixes.
21105 * include/toolhelp.h, include/windows.h, scheduler/process.c:
21106 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21107 Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
21108 definition to toolhelp.h.
21110 * windows/win.c, include/pe_image.h, library/winestub.c, loader/elf.c, loader/module.c, loader/resource.c, misc/callback.c:
21111 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21112 Run Winelib applications as 32-bit processes in the initial task.
21113 Simplified/removed several special 'if (__winelib)' cases in
21114 Wine main code obsoleted by that change.
21116 * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21117 Call mouse driver callback also if windows are not registered with X
21118 (if using native USER.EXE).
21120 * memory/atom.c, include/atom.h:
21121 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21122 Adapted to separation between KERNEL and USER.
21124 * 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:
21125 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21126 Implemented new Wine startup sequence, separating startup into
21127 KERNEL/USER/GDI related parts, allowing native replacement.
21128 Implemented initial 'kernel' task.
21130 * include/ole.h, include/winerror.h, ole/compobj.c:
21131 John Richardson <jrichard@zealand.mv.com>
21132 Implementation of InprocServer32 CoGetClassObject.
21134 * include/bitmap.h, objects/bitmap.c, objects/cursoricon.c, objects/oembitmap.c, graphics/x11drv/bitmap.c:
21135 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21138 * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
21140 * 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:
21141 Patrik Stridvall <ps@leissner.se>
21142 Started moving some X11 window management code to windows/x11drv.
21144 * if1632/user.spec, windows/dialog.c, windows/winproc.c:
21145 Ove Kaaven <ovek@arcticnet.no>
21146 Fixed IsDialogMessage16.
21148 * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
21149 Tell people to ignore the 'gets' warning. Some will listen.
21151 * graphics/x11drv/bitmap.c, windows/graphics.c:
21152 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21153 A couple of small fixes to my bitmap patch.
21155 * resources/TODO, resources/sysres_De.rc, resources/sysres_En.rc, windows/nonclient.c:
21156 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21157 Allow the user to put a mark in the debug log by adding a item in the
21158 SYSMENU. The messages needs implementation in all other languages than
21159 English and German.
21161 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21162 Give tempfile a different name even if they are created in the same
21163 second. Removed some fixmes from the ShareDeny stuff.
21165 * include/mdi.h, include/windows.h, relay32/user32.spec, windows/mdi.c, windows/win.c:
21166 Rein Klazes <rklazes@casema.net>
21167 CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
21168 extended style is specified. Also implemented CreateMDIWindow32A()
21169 call - single thread only -.
21171 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
21172 Erred in the bit macros in treeview.c. Shiftcounts were wrong.
21174 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
21175 Detection of the end of imports with Characteristics 0 fail for Borland
21176 programs (which seem to have always characteristics 0). Changed to algorithm
21177 to something a bit more intelligent.
21179 * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
21180 Added CoFreeLibrary stub.
21182 * README: Updated FAQ location.
21184 * graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21185 Implement SEGPTR conversion for STARTDOC in Escape32().
21187 * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21188 Bugfix: SetDCState did not reset clipping region to empty.
21190 * win32/init.c: Marcus Meissner <marcus@jet.franken.de>
21191 Fixed small off by one error in GetComputerName32W, always killed the
21192 last character of a hostname.
21194 * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
21195 Don't HeapFree() colormap if we didn't allocate one.
21197 * 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:
21198 Marcus Meissner <marcus@jet.franken.de>
21199 Added stubs for user32,advapi32 functions.
21201 * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/*, include/ntdll.h, misc/Attic/ntdll.c, misc/Makefile.in, relay32/ntdll.spec:
21202 Marcus Meissner <marcus@jet.franken.de>
21203 More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
21205 * memory/local.c, memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
21206 Changed many WARN()s related to internal Wine memory failures to
21209 * if1632/kernel.spec, scheduler/process.c:
21210 Andreas Mohr <a.mohr@mailto.de>
21211 Added .spec entry for KERNEL.RegisterServiceProcess.
21213 * if1632/display.spec, windows/keyboard.c:
21214 Andreas Mohr <a.mohr@mailto.de>
21215 Added stub for CheckCursor().
21217 * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
21218 Fix for non-modal dialog closing.
21220 * windows/dinput.c: David Faure <faure@kde.org>
21221 Rewrote the two routines using the vkey->scancode array to use
21222 keyc2vkey for each keycode, instead. Not tested.
21223 Removed unused IDirectInputDeviceA_GetDeviceState.
21224 Fixed warning in TRACE() call.
21226 * windows/keyboard.c: David Faure <faure@kde.org>
21227 Deleted the vkey->sancode array, because QWERTY specific.
21228 Back to using the X keycode instead as the scancode. Tested.
21230 * graphics/psdrv/init.c:
21231 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21232 Print a message if the PostScript driver can't find a PPD file.
21234 * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
21235 Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation.
21236 (DOS apps/games using this mode comes up now, although you can't
21237 really do anything with them (yet?).)
21239 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
21240 Use macro V86_FLAG.
21242 * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
21243 Set default video mode to 3 (80x25 color).
21245 * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
21246 Ignores a couple of signals.
21248 * graphics/Makefile.in, graphics/dispdib.c, graphics/vga.c, include/vga.h, msdos/ioports.c:
21249 Ove Kaaven <ovek@arcticnet.no>
21250 Moved VGA-emulating DirectX code from dispdib.c to a separate
21251 file. Made it use a system timer and trap I/O accesses to the VGA
21252 DAC registers to accommodate DisplayDib-using programs that try to
21253 access the VGA hardware directly.
21255 * miscemu/instr.c, if1632/signal.c, include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, misc/system.c:
21256 Ove Kaaven <ovek@arcticnet.no>
21257 Indirection for INSTR_EmulateInstruction for use by DOS code.
21258 Added support for a 55Hz system timer, letting DOS apps calibrate
21259 their delay loops and such. Calls INSTR_EmulateInstruction for
21260 instruction emulation (principally I/O port access). Added macro
21263 Sat Oct 31 12:20:56 1998 Alexandre Julliard <julliard@winehq.com>
21265 * windows/dinput.c, multimedia/dsound.c:
21266 Marcus Meissner <marcus@jet.franken.de>
21269 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
21270 Removed the FIXME() and moved SetLastError(0) to the end (so that
21271 GetTempFileName et.al. can't overwrite it).
21273 * misc/Attic/ntdll.c, relay32/ntdll.spec, relay32/relay386.c, relay32/user32.spec, windows/user.c:
21274 Marcus Meissner <marcus@jet.franken.de>
21275 Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets
21278 * windows/mdi.c: Rein Klazes <rklazes@casema.net>
21279 MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES
21280 style, should not be shown at creation nor activated unless the
21281 WS_VISIBLE flag is set.
21283 * loader/pe_image.c: Stephen Langasek <vorlon@dodds.net>
21284 Bugfix for fixup_imports: Enable checking for terminating import
21285 struct with Characteristics bitfield set to 0.
21287 * windows/win.c: Rein Klazes <rklazes@casema.net>
21288 Delay linking newly created window in linked list until after the
21289 WM_NCCREATE message.
21291 * files/file.c: Rein Klazes <rklazes@casema.net>
21292 Small bug in FILE_InUse does not do a release on every acquired file
21295 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
21296 lpszName of NULL is handled (removes some warnings).
21298 * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
21299 Now allows specification of a start directory on the cmdline.
21301 * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
21302 Gets rid of the arch-dependent bit operations (tested on Linux and
21305 Wed Oct 28 14:58:02 1998 Alexandre Julliard <julliard@winehq.com>
21307 * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
21308 A dest buffer was printed out as string.
21310 * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
21311 Corrected 2 wrong definitions.
21313 * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
21314 Patrick Spinler <spinler.patrick@mayo.edu>
21315 Added stubs for Process32First/Process32Next.
21317 * 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:
21318 François Gouget <gouget@metaintegration.net>
21319 Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
21320 headers prototypes.
21322 * 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:
21323 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21324 Added pBitmapBits and pCreateBitmap to the GDI function table and
21325 moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
21327 * relay32/shell32.spec, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/shell.h, dlls/shell32/pidl.c:
21328 Juergen Schmied <juergen.schmied@metronet.de>
21329 New SHGetSimpleIDListFromPath32AW.
21330 Unicode-safe: PathFindFilename32AW.
21332 * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
21333 IExtractIcon had an extra c in a struct definition.
21335 * relay32/dplay.spec:
21336 John Richardson <jrichard@zealand.mv.spamless.com>
21337 Added entry for DirectPlayEnumerate.
21339 * ole/nls/sky.nls, ole/ole2nls.c:
21340 Juergen Schmied <juergen.schmied@metronet.de>
21341 Added Slovak nls-resources.
21343 * objects/region.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21344 Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for
21345 CreateRoundRectRgn.
21347 Tue Oct 27 15:41:54 1998 Alexandre Julliard <julliard@winehq.com>
21349 * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
21350 EnumDisplayModes* returns a static list of modes with all depths
21351 (helps hexen2demo), ChangeDisplaySettings returns true all the time.
21353 * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
21354 Marcus Meissner <marcus@jet.franken.de>
21355 Stub for midiOpenStream (helps hexen2demo).
21357 * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
21358 Robert Pouliot <krynos@clic.net>
21359 Small patch for better French support.
21361 * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21362 Bugfix: memory overwrite bug.
21364 Mon Oct 26 11:04:13 1998 Alexandre Julliard <julliard@winehq.com>
21366 * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
21367 32-bit clipboard support.
21369 * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21370 Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
21373 * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
21374 Fixed a minor problem with the menus for mdi child windows.
21376 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
21377 Removed no longer necessary commented out code, destroy old window
21378 when SetDisplayMode is called again, EnumDisplayModes now returns
21379 all possible modes (using a static list).
21381 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
21382 Anon shared mapping fixed for file sharing.
21384 ----------------------------------------------------------------
21385 Sun Oct 25 10:32:23 1998 Alexandre Julliard <julliard@winehq.com>
21387 * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
21388 Fixes for LANG_NEUTRAL.
21391 Added some padding to the PDB for ill-behaving apps (problem reported
21394 * documentation/ioport-trace-hints, include/debug.h, include/debugdefs.h, miscemu/instr.c:
21395 Jonathan Buzzard <jab@hex.prestel.co.uk>
21396 Added a new debugging channel io to allow read/writes on a port to be
21399 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
21400 Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is
21401 ignored. 0x00 is used for generated key events only.
21403 * windows/message.c, windows/queue.c:
21404 Douglas Ridgway <ridgway@winehq.com>
21405 API Documentation for SendMessage, GetTickCount, PostQuitMessage,
21406 GetMessagePos, GetMessageTime.
21408 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
21409 Delete the filename for the mapping instantly.
21411 * dlls/shell32/shellord.c, relay32/shell32.spec:
21412 Michael Poole <poole@graviton.res.cmu.edu>
21413 Stub for SHSimpleIDListFromPath.
21415 * loader/task.c: Fixed bug in SwitchStackTo.
21417 Sat Oct 24 13:06:16 1998 Alexandre Julliard <julliard@winehq.com>
21419 * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
21420 Check if scrollbar and parent are visible before redraw.
21422 * if1632/shell.spec, include/shell.h, misc/shell.c, programs/notepad/main.c, relay32/shell32.spec:
21423 Kai Morich <kai.morich@darmstadt.netsurf.de>
21424 Added Drag*32 functions.
21426 * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
21427 Added Drag&Drop from KDE app to 16/32 bit Windoze app.
21429 * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
21430 Added FIXME message in PostMessage32x if parameters are truncated
21431 when calling PostMessage16.
21433 * include/process.h, scheduler/event.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c:
21434 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21435 Added support for global handles, implemented ConvertToGlobalHandle.
21436 Allocate startup data and 16-bit stack for initial process.
21438 * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
21441 * 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:
21442 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
21443 Added Spanish resources.
21445 * ole/nls/euq.nls, resources/sysres_Es.rc:
21446 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
21449 * relay32/kernel32.spec, scheduler/process.c:
21450 Marcus Meissner <marcus@jet.franken.de>
21451 LoadLibraryExW spec added (function was there).
21452 SetProcessPriorityBoost stub added.
21454 * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
21455 Compile fix for Solaris.
21457 * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/dispdib.spec, include/dispdib.h, graphics/Makefile.in, graphics/dispdib.c:
21458 Ove Kaaven <ovek@arcticnet.no>
21459 Implemented DisplayDib.
21461 * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
21462 Hack to support integer ids in all static controls.
21464 * include/dinput.h, windows/dinput.c:
21465 Lionel Ulmer <ulmer@directprovider.net>
21466 Beginning of mouse support in DirectInput (only "standard" mouse
21467 configuration supported for now).
21469 * include/*.h, dlls/comctl32/*.c:
21470 Eric Kohl <ekohl@abo.rhein-zeitung.de>
21471 Added xxx_Unregister() functions to all common controls.
21473 * dlls/comctl32/comctl32undoc.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, documentation/common_controls, relay32/comctl32.spec:
21474 Eric Kohl <ekohl@abo.rhein-zeitung.de>
21475 Some minor improvements and fixes.
21477 * dlls/comctl32/rebar.c, include/rebar.h:
21478 Eric Kohl <ekohl@abo.rhein-zeitung.de>
21479 Improved the rebar control.
21481 * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21482 Added support for transparent and tracking tooltips.
21484 * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21485 Fixed a popup menu selection bug.
21487 * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
21488 Fixed DrawCaption16() and DrawCaptionTemp16().
21490 * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
21493 * 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:
21494 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
21495 Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
21496 SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
21499 * include/debug.h, include/debugdefs.h, include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
21500 Joseph Pranevich <knight@baltimore.wwaves.com>
21501 Added support for int17 and int19.
21503 * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
21504 Stubs for dos mode reboot interrupt.
21506 * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
21507 Some printer stubs for DOS added.
21509 * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
21510 More stubs added. These changes are only partially mine, I just made
21513 * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
21514 Added some traces and cleaned up a couple of things.
21516 * 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:
21517 Juergen Schmied <juergen.schmied@metronet.de>
21518 Changed some string-shell32 functions to 32AW, parameter are
21519 os depending 32A or 32W (-winver nt351 or nt40), some new functions.
21520 Some fixes in ole2nls.
21521 New OLE2NLS_CheckLocale() to handle Locale_User_Default and
21522 Locale_System_Default.
21523 Shell32 now dynamicly links to DPA_*(), comdlg32 works again
21524 (comctl32 heap alloc patch broke it).
21526 * include/winversion.h, misc/version.c:
21527 Juergen Schmied <juergen.schmied@metronet.de>
21528 Added VERSION_IsOsUnicode().
21530 * scheduler/handle.c:
21531 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21532 More off-by-one errors fixed.
21534 * include/file.h, misc/crtdll.c, msdos/vxd.c, win32/file.c, files/file.c:
21535 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21536 File sharing fixes.
21538 Fri Oct 23 17:26:44 1998 Alexandre Julliard <julliard@winehq.com>
21540 * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
21543 * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
21544 Fixed DOS environment passing.
21546 * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
21547 Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
21549 * include/font.h, objects/font.c, objects/gdiobj.c:
21550 Juergen Schmied <juergen.schmied@metronet.de>
21551 New FONT_GetObject32W(), GetObject32W().
21553 * relay32/user32.spec, win32/ordinals.c, windows/user.c:
21554 Juergen Schmied <juergen.schmied@metronet.de>
21555 New stub RegisterTaskList.
21556 New function EnumDisplaySettings32W().
21558 * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
21559 More parameter checking in RltCopySid.
21561 * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
21562 More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
21564 * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
21565 Ove Kaaven <ovek@arcticnet.no>
21566 Added new dll avifil32.dll.
21568 * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c, include/dosexe.h:
21569 Ove Kaaven <ovek@arcticnet.no>
21570 First shot at DPMI realmode calls.
21573 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21574 Fixed several bugs with DLL initialization.
21576 Thu Oct 22 17:02:25 1998 Alexandre Julliard <julliard@winehq.com>
21578 * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
21579 Added ordinal for two syslevel functions.
21581 * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
21582 Another missing WINAPI.
21584 * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
21585 Small corrections in mmio declarations.
21587 * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
21588 Take virtual sizes in account for the total vma size.
21590 * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
21591 Add some more NLS definitions for the Romanian language.
21593 * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
21594 Some programs (quake2 et al) do check for DSCAPS_EMULDRIVER and stop
21595 to work. 'Adjust' caps flags accordingly.
21597 * ole/compobj.c, relay32/ole32.spec:
21598 Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
21599 Stub for CoCreateGuid().
21601 * dlls/comctl32/treeview.c, multimedia/mcicda.c:
21602 Brian Litzinger <brian@litzinger.com>
21605 * libtest/.cvsignore, libtest/Makefile.in:
21606 Petter Reinholdtsen <pere@minerva.cc.uit.no>
21607 Make sure hello3res.h is generated even if 'make depend' never has
21610 * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
21611 Fixed moving and sizing of child windows.
21613 * include/ts_xlib.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c, windows/keyboard.c:
21614 Marcus Meissner <marcus@jet.franken.de>
21615 XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
21617 Wed Oct 21 17:20:48 1998 Alexandre Julliard <julliard@winehq.com>
21619 * include/dosexe.h, loader/dos/dosvm.c, miscemu/main.c:
21620 Ove Kaaven <ovek@arcticnet.no>
21621 Added indirection for ctx_debug to the DOS loader, so Winelib works
21624 * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
21625 Support anon shared mappings using temporary files (wont be deleted
21628 * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
21629 Was freeing the incorrect pointers -> crash in mallocs/frees.
21631 * files/dos_fs.c, relay32/kernel32.spec:
21632 Marcus Meissner <marcus@jet.franken.de>
21633 DefineDosDevice stub added.
21635 * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
21636 Added a default program option in wine.conf in section [programs] key
21639 * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
21640 Better fix for this_is_a_syntax_error.
21643 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
21644 Added the entries for LOCALE_SISO639LANGNAME and
21645 LOCALE_SISO3166CTRYNAME.
21647 * documentation/wine.man: James Juran <jrj120@psu.edu>
21650 * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
21651 Fixed wrong ordinals.
21653 * objects/region.c: NF Stevens <norman@arcady.u-net.com>
21654 Fixed a bug in RectInRegion.
21656 Tue Oct 20 15:26:26 1998 Alexandre Julliard <julliard@winehq.com>
21658 * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
21659 Removed an incorrect error message.
21661 * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
21662 Make sure the access functions are always used to get label and serial
21665 Mon Oct 19 08:48:24 1998 Alexandre Julliard <julliard@winehq.com>
21667 * ole/ole2nls.c: Eric Pouech <eric.pouech@hol.fr>
21668 Fixed bug on platforms were buffers returned by getenv() shall not be
21669 free()'ed. Added French (default) in locale handling.
21671 * include/wintypes.h: Dave Cuthbert <dacut@ece.cmu.edu>
21672 Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
21673 compile-time error message make more sense.
21675 * scheduler/handle.c:
21676 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21677 Fixed off by one error in HANDLE_GetObjPtr.
21679 ----------------------------------------------------------------
21680 Sun Oct 18 14:48:31 1998 Alexandre Julliard <julliard@winehq.com>
21682 * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21683 Try to implement the OF_SHARE_XXX options.
21684 Move the mode translations to functions.
21686 * include/main.h, ole/compobj.c, ole/ifs.c, ole/ole2disp.c, ole/ole2nls.c, ole/olesvr.c, ole/storage.c:
21687 Matthew Becker <mbecker@glasscity.net>
21688 Documentation updates.
21690 * ole/compobj.c, relay32/ole32.spec:
21691 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21692 Added stub for CoSetState32.
21694 * miscemu/main.c: Chad Powell <pxpx@usa.net>
21695 Added ability to read a startup program from wine.ini file.
21696 Put it in section [programs] key Startup.
21698 * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
21699 Alex Priem <alexp@sci.kun.nl>
21700 Further improvements.
21702 * include/cursoricon.h, objects/cursoricon.c:
21703 Turchanov Sergey <turchanov@usa.net>
21704 Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
21705 drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
21707 * include/bitmap.h, objects/bitmap.c:
21708 Turchanov Sergey <turchanov@usa.net>
21709 Fixed LoadImage to support almost all LR_ flags.
21711 * objects/dib.c: Turchanov Sergey <turchanov@usa.net>
21712 Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
21713 COLOREFs had red part zeroed) that made plenty of cyan colors, minor
21714 bug fixes, changes to support LR_ flags.
21716 * include/global.h, memory/virtual.c:
21717 Turchanov Sergey <turchanov@usa.net>
21718 Added VIRTUAL_MapFileW to map file to memory in one function call.
21720 * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
21721 Turchanov Sergey <turchanov@usa.net>
21722 Moved Multimonitor API declarations to windows.h.
21724 * 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:
21725 Turchanov Sergey <turchanov@usa.net>
21726 Implemented DefDriverProc32 from winmm.dll.
21728 * controls/scroll.c, include/scroll.h, windows/mdi.c, windows/nonclient.c:
21729 Alex Korobka <korobka@ams.sunysb.edu>
21730 Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
21733 * include/winnls.h, ole/nls/deu.nls, ole/ole2nls.c:
21734 Juergen Schmied <juergen.schmied@metronet.de>
21735 GetLocaleInfo32A can handle len=0 now, sets LastError and touches
21736 buffer only when necessary.
21737 Updated deu.nls and some LCTYPES in winnls.h.
21739 * if1632/relay.c: Rein Klazes <rklazes@casema.net>
21740 CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
21743 Sat Oct 17 13:07:48 1998 Alexandre Julliard <julliard@winehq.com>
21745 * dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
21746 Reduced huge (1GB) heap creation that caused Starcraft to fail.
21748 * include/dosexe.h, include/module.h, loader/dos/dosvm.c, multimedia/dplay.c, windows/dialog.c:
21749 Patrik Stridvall <ps@leissner.se>
21750 Compile fix for Solaris.
21752 * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
21753 Compile fix for non OSS systems.
21755 * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
21756 Compile fix for non XF86-DGA systems.
21758 * libtest/Makefile.in, libtest/volinfo.c:
21759 Petter Reinholdtsen <pere@td.org.uit.no>
21760 New file to test DRIVE_GetLabel.
21762 * multimedia/mcicda.c: Peter Hunnisett <hunnise@nortel.ca>
21763 Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
21764 32bit cdaudio bit support before it can be removed...
21766 * graphics/ddraw.c: Peter Hunnisett <hunnise@nortel.ca>
21767 Added a bunch of stubs for ddraw suface routines. All stubs for
21768 surface present now.
21769 Commented out message pump calls. I don't see a reason for them being
21770 there. Everything works fine with -desktop and -managed still has
21771 problems. Disagreements?
21773 * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
21774 Fixed GetLocaleInfo32A for other languages than en_uk.
21775 Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
21776 last but not least the first argument lcid where is all about...
21778 * 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:
21779 Marcus Meissner <marcus@jet.franken.de>
21780 Fixed some more missing WINAPIs (hopefully correct).
21782 * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
21783 Fixed the = -> == bug.
21785 * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
21786 Shell parameters (config.sys) and ANSI support stubs.
21788 * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
21789 Added int16.c and int29.c.
21791 * include/miscemu.h, msdos/interrupts.c:
21792 Joseph Pranevich <knight@baltimore.wwaves.com>
21793 More interrupts that can be done from DOS mode.
21795 * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
21796 Added int29 (Fast Write to Screen) support.
21798 * msdos/int16.c, include/debug.h, include/debugdefs.h:
21799 Joseph Pranevich <knight@baltimore.wwaves.com>
21800 Added int16 (Keyboard) support, mostly stubs.
21802 Fri Oct 16 15:40:21 1998 Alexandre Julliard <julliard@winehq.com>
21804 * 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:
21805 Juergen Schmied <juergen.schmied@metronet.de>
21806 Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
21807 SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
21808 SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
21809 SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
21810 SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
21812 * misc/ntdll.c, relay32/ntdll.spec:
21813 Dietmar Kling <dietmar.kling@usa.net>
21814 Added undocumented function RtlOpenCurrentUser.
21816 * 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:
21817 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
21818 Renamed all LPIMAGE_* types to PIMAGE_*.
21820 Thu Oct 15 13:03:10 1998 Alexandre Julliard <julliard@winehq.com>
21822 * windows/winpos.c: Rein Klazes <rklazes@casema.net>
21823 Fixed an error when an owned window activates its owner during
21826 * windows/defdlg.c: Rein Klazes <rklazes@casema.net>
21827 Closing a dialog using the menu bar ("x" or "-" button or windows
21828 menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
21829 normal windows when DestroyWindow() is called.
21831 * dlls/shell32/pidl.c:
21832 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
21833 Added missing WINAPIs.
21835 * windows/winpos.c, win32/ordinals.c, relay32/user32.spec:
21836 Juergen Schmied <juergen.schmied@metronet.de>
21837 New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
21838 RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
21839 GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
21842 * relay32/ntdll.spec, misc/ntdll.c:
21843 Juergen Schmied <juergen.schmied@metronet.de>
21844 New stubs NtQueryInformationThread, NtQueryInformationToken,
21845 RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
21847 * multimedia/mmsystem.c: Turchanov Sergey <turchanov@usa.net>
21848 Fixed PlaySound to start its thread the right way.
21850 Wed Oct 14 18:40:35 1998 Alexandre Julliard <julliard@winehq.com>
21852 * controls/combo.c, controls/listbox.c:
21853 Alex Korobka <korobka@ams.sunysb.edu>
21854 CB_SETCURSEL and some other fixes.
21856 * windows/queue.c: Alex Korobka <korobka@ams.sunysb.edu>
21857 Better QUEUE_FlushMessages().
21859 * relay32/gdi32.spec, objects/font.c, include/windows.h, if1632/gdi.spec:
21860 Moshe Vainer <moshev@easybase.com>
21861 Partial implementation of GetOutlineTextMetrics32A.
21862 Added structures for OUTLINETEXTMETRICS.
21864 * objects/dc.c, include/gdi.h, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c:
21865 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21866 Do not clip source rectangle even by visible region for bitblts.
21867 Added field 'totalExtent' to WIN_DC_INFO.
21869 * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21870 Added stub for VMM PM API AH=026[de] (never say 'safe mode').
21872 * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21873 Bugfix: Local32Free caused free handles list corruption.
21875 * include/debugtools.h: Marcus Meissner <marcus@jet.franken.de>
21876 Fixed --disable-debug config option.
21878 Tue Oct 13 12:50:04 1998 Alexandre Julliard <julliard@winehq.com>
21880 * relay32/shell32.spec, dlls/shell32/shellord.c:
21881 Petter Reinholdtsen <pere@td.org.uit.no>
21882 Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
21883 and FileIconInit() needed by Win95 explorer.
21885 Mon Oct 12 07:25:54 1998 Alexandre Julliard <julliard@winehq.com>
21887 * windows/dialog.c, controls/button.c, controls/menu.c:
21888 Norman Stevens <norman@arcady.u-net.com>
21889 Improving keyboard handling, including accelerator keys in dialog
21890 boxes. Also fixes enter key in Agent32 edit box.
21892 Sun Oct 11 19:37:23 1998 Alexandre Julliard <julliard@winehq.com>
21894 * misc/commdlg.c: Eric Pouech <eric.pouech@lemel.fr>
21895 Added support in file dialog boxes handling for filters like
21898 * win32/kernel32.c, scheduler/thread.c, loader/module.c, loader/pe_image.c, loader/task.c, include/module.h, include/pe_image.h:
21899 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21900 Implemented new PE DLL initalization code, trying to call the
21901 DllEntryPoint routines always in correct order :-)
21902 Bypass snooping when getting data buffer addresses (thunk buffers,
21903 __GP handlers) and for 32-bit routines directly called from 16-bit
21904 (due to stack address size problems).
21906 * win32/ordinals.c, relay32/kernel32.spec, loader/ne/module.c:
21907 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21908 Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
21909 Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
21911 * tools/build.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
21912 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21913 Implemented (partially) the KERNEL Thunklet API and Callback Client
21914 API (KERNEL.560-568,604-612,619-622).
21915 Added stubs for K228, K237, KERNEL.365, KERNEL.447.
21917 * objects/bitmap.c, if1632/gdi.spec:
21918 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21919 Stubs for CreateUser(Discardable)Bitmap16.
21921 * memory/heap.c, include/winnt.h:
21922 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21923 Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
21925 * memory/global.c, include/windows.h:
21926 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21927 GlobalFix16 is supposed to return selector to the memory area.
21929 * msdos/vxd.c, if1632/Makefile.in, if1632/builtin.c, if1632/comm.spec, if1632/wprocs.spec:
21930 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21931 Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
21933 * scheduler/process.c, scheduler/syslevel.c, include/sig_context.h, include/syslevel.h:
21934 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21935 Use emergency TEB selector to avoid debugger crashes when stepping
21936 through relay stubs (or when FS is invalid otherwise).
21938 * windows/event.c, windows/keyboard.c:
21939 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21940 MOUSE.DRV routines moved to event.c. Call mouse event procedure.
21942 * 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:
21943 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
21944 Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
21945 coordinates relative to the device, not the DC origin. This is
21946 necessary to correctly implement GetClipRgn16 and InquireVisRgn.
21947 SelectVisRgn also expects region in device-relative coordinates.
21948 Adapted the rest of Wine to this coordinate change.
21949 Implemented ExtSelectClipRgn.
21951 * tools/winapi-check, scheduler/syslevel.c, files/dos_fs.c:
21952 Andreas Mohr <100.30936@germany.net>
21955 * loader/ne/segment.c, include/module.h, include/neexe.h, if1632/kernel.spec:
21956 Andreas Mohr <100.30936@germany.net>
21957 Yet another small self-loader fix.
21959 * files/drive.c: Andreas Mohr <100.30936@germany.net>
21960 Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
21961 correctly due to current drive being set too late.
21963 * Make.rules.in: Patrik Stridvall <ps@leissner.se>
21964 Use $(AS) instead of $(CC) to compile .s files.
21966 * 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:
21967 Patrik Stridvall <ps@leissner.se>
21968 Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
21970 * 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:
21971 Patrik Stridvall <ps@leissner.se>
21972 Started the implementation of IMAGEHLP.DLL.
21974 * 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:
21975 Patrik Stridvall <ps@leissner.se>
21976 Started the implementation of MSACM.DLL and MSACM32.DLL.
21978 * win32/device.c: Patrik Stridvall <ps@leissner.se>
21979 Removed things that were earlier added by mistake.
21981 * relay32/winmm.spec: Patrik Stridvall <ps@leissner.se>
21982 The implementation of mmioWrite is now called instead of the stub.
21984 * include/shell.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
21985 Juergen Schmied <juergen.schmied@metronet.de>
21986 Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
21988 * relay32/shell32.spec, dlls/shell32/shell32_main.c:
21989 Juergen Schmied <juergen.schmied@metronet.de>
21990 New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
21991 Implemented: SHGetPathFromIDList32W.
21992 Changed PathCombine.
21994 * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
21995 New structures DVASPECT, TYMED, IDLList.
21996 Shell specific clipboard formats.
21998 * relay32/winspool.spec, misc/printdrv.c:
21999 Juergen Schmied <juergen.schmied@metronet.de>
22000 Stub EnumPrintersW.
22002 * dlls/shell32/dataobject.c:
22003 Juergen Schmied <juergen.schmied@metronet.de>
22004 Implemented first functions.
22006 * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
22007 Juergen Schmied <juergen.schmied@metronet.de>
22008 New class IDLList "Item ID List List" (internal).
22010 * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
22011 Small changes (uses HIWORD/LOWORD).
22013 * windows/dialog.c, relay32/user32.spec:
22014 Sat Oct 10 12:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
22015 Stub CreateDialogIndirectParamAorW.
22017 * Makefile.in, configure, configure.in:
22018 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
22019 Don't install object files when --disable-lib is selected.
22021 * debugger/hash.c, debugger/msc.c:
22022 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
22023 Don't print name for 32 bit lib multiple times.
22024 Clean up printing in DEBUG_ProcessDeferredDebug.
22026 * memory/heap.c, dlls/comctl32/tab.c, controls/combo.c:
22027 David Luyer <luyer@ucs.uwa.edu.au>
22030 * files/drive.c: Petter Reinholdtsen <pere@td.org.uit.no>
22031 Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
22033 * 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:
22034 Matthew Becker <mbecker@glasscity.net>
22035 Documentation corrections/standardizations.
22037 * 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:
22038 Eric Pouech <eric.pouech@lemel.fr>
22039 Started coding 32 bit MCI handling.
22040 Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
22041 Wrote MCI MIDI support.
22043 * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
22044 Yet another improvement to the bezier code.
22046 * windows/message.c: Rein Klazes <rklazes@casema.net>
22047 GetTickCounts() has a granularity in windows of 25 msec's.
22048 Girotel's serial communication appears to depend on it, so I guess
22051 * misc/comm.c: Rein Klazes <rklazes@casema.net>
22052 Update the modemn status bit that indicates whether the RLSD line is
22053 active in every call to GetCommError(). This is not the proper place,
22054 but since wine doesn't do any event-stuff...
22055 Fixed some TRACE call's faced with non zero terminated strings.
22056 Restore the terminal state at CloseCommt to the state it was at
22057 OpenComm(), so the modem will go off-hook.
22059 * loader/module.c: Alexander Larsson <alla@lysator.liu.se>
22060 GetModuleFileName32A() returns long filename if app sets osversion >=
22061 4.0. Also moved the long filename hackery to GetLongPathName32A() so
22062 it can be used by win32 programs.
22064 * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
22065 GetLongPathName32A() returns dos format long filename instead of unix
22068 * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22071 * relay32/shell32.spec, dlls/shell32/shellord.c:
22072 Eric Kohl <ekohl@abo.rhein-zeitung.de>
22073 Added SHFlushClipboard.
22075 * relay32/comctl32.spec, include/commctrl.h, dlls/comctl32/comctl32undoc.c:
22076 Eric Kohl <ekohl@abo.rhein-zeitung.de>
22077 Fixed some undocumented functions.
22078 Changed algorithm in DPA_QuickSort().
22079 Fixed heap creation/destruction and control [un]registration in
22082 * dlls/comctl32/header.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22085 * include/tooltips.h, dlls/comctl32/tooltips.c:
22086 Eric Kohl <ekohl@abo.rhein-zeitung.de>
22087 Added tracking support and fixed loading of resource strings.
22088 Added unregister code.
22090 * 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:
22091 Eric Kohl <ekohl@abo.rhein-zeitung.de>
22092 Added IPAddress and NativeFont controls.
22094 * include/imagelist.h, dlls/comctl32/imagelist.c:
22095 Eric Kohl <ekohl@abo.rhein-zeitung.de>
22096 Some minor improvements.
22098 * include/toolbar.h, dlls/comctl32/toolbar.c:
22099 Eric Kohl <ekohl@abo.rhein-zeitung.de>
22100 Improved drawing and placement code. Explorer style common dialogs are
22103 * objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22104 Fixed bug in DrawIconEx32().
22106 * misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22107 Improved GetSystemInformation32[A/W].
22109 * windows/nonclient.c, relay32/user32.spec, include/windows.h, if1632/user.spec:
22110 Eric Kohl <ekohl@abo.rhein-zeitung.de>
22111 Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
22112 Fixed handling of WS_EX_TOOLWINDOW.
22114 * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
22117 * windows/event.c, windows/keyboard.c, include/keyboard.h:
22118 David Faure <faure@kde.org>
22119 Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
22120 activated. Uses the new KEYBOARD_UpdateOneState.
22121 Fixed a problem with menu accelerators (Alt-letter generates a down
22122 arrow event which beeps if not filtered).
22123 Speeded up ToAscii16/32() a little bit.
22125 * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/source.c, debugger/types.c:
22126 Ove Kaaven <ovek@arcticnet.no>
22127 Made Wine's debugger work satisfactorily with DOS apps.
22128 Perhaps dereferencing work better for Win16 apps too now, but
22129 it appears the debugger core wasn't designed for segmentation.
22131 * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
22132 Simulates DPMI memory map by converting lower-MB segment base
22133 addresses as necessary. Implemented allocating/freeing DOS memory
22134 blocks. Added XMS hook. (DPMI remains disabled by default until
22135 someone implements the raw mode switch entry points pkunzip needs.)
22137 * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
22138 I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
22139 can't keep working around flaws in it like this (now stdio
22140 was getting closed when programs close handles >=5)
22142 * msdos/xms.c, msdos/Makefile.in, msdos/int2f.c:
22143 Ove Kaaven <ovek@arcticnet.no>
22144 Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
22145 seems to work fine under Wine.
22147 * loader/dos/dosvm.c, loader/dos/module.c, include/dosexe.h, include/miscemu.h:
22148 Ove Kaaven <ovek@arcticnet.no>
22149 Moved some system dependencies to loader/dos/dosvm.c. Implemented
22150 environmental argv[0] passing to DOS apps. Added XMS hooks.
22152 * debugger/stabs.c: Ove Kaaven <ovek@arcticnet.no>
22153 Added a memset() to prevent a debugger segfault caused by
22154 uninitialized pointers in the stabs lookup tables.
22156 * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
22159 * relay32/ntdll.spec: Marcus Meissner <marcus@jet.franken.de>
22160 Added RtlAllocateAndInitializeSid entry.
22162 * 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:
22163 Marcus Meissner <marcus@jet.franken.de>
22164 Generic dynamic dll loader using dl*() API.
22165 Includes: stdcall->cdecl mapping ability, snooping.
22166 (Tested only with glide2x.dll -> libglide2x.so)
22168 * multimedia/init.c, multimedia/time.c, include/mmsystem.h, include/multimedia.h:
22169 Marcus Meissner <marcus@jet.franken.de>
22170 Added win32 enhanced functionality to timer callbacks.
22172 * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
22173 Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
22174 does at least a bit of keyboard input.
22176 * relay32/snoop.c: Marcus Meissner <marcus@jet.franken.de>
22177 Should display again.
22179 Sat Oct 10 15:52:46 1998 Alexandre Julliard <julliard@winehq.com>
22181 * windows/dialog.c: Dave Pickles <davep@nugate.demon.co.uk>
22182 Implemented DS_CENTER dialog style.
22184 * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
22185 Added function to build the Windows numeric language ID from language,
22186 code, charset and dialect strings, like used by Unix LANG variable.
22188 * ole/ole2nls.c, ole/nls/README, include/winnls.h, ole/nls/*.nls:
22189 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
22192 * graphics/ddraw.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
22193 Fixed a lot of bugs in ddraw.c to make xlib support work.
22194 Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
22196 * objects/gdiobj.c: Cliff Wright <cliff@snipe444.org>
22197 Added DC object type to the list of valid objects that can be deleted
22200 Sun Oct 4 18:20:29 1998 Alexandre Julliard <julliard@winehq.com>
22203 Starting new format changelog (older changes moved to
22204 documentation/ChangeLog.OLD).