blob: 61299f63ab24baff4a601e9d3dd73ddff78efa69 [file] [log] [blame]
----------------------------------------------------------------
Sat May 8 18:39:05 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Jean-Louis Thirot <thirot@univ-brest.fr>
Added graphical configuration tool wineconf.tcl.
* win32/console.c: Marcus Meissner <marcus@jet.franken.de>
Ignore ESC[%dc reports generated by 8bit control codes.
Open console even if we already have one in the process.
* files/profile.c: Marcus Meissner <marcus@jet.franken.de>
Fixed off by 1 error in section code (did not return len-2 on buffer
overflow in some cases, but len-1).
* dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
Fixed warning.
* graphics/x11drv/palette.c: Pavel Roskin <pavel_roskin@geocities.com>
Fixed palette handling for true/high-color X11.
* loader/ne/module.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Fixed extension handling in LoadLibrary16.
* windows/dce.c, windows/painting.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, include/win.h, objects/region.c:
Alex Korobka <alex@aikea.ams.sunysb.edu>
Rearranged PAINT_RedrawWindow() so that it first recursively updates
invalid regions and only then starts sending out messages. This should
help with reentrancy during message processing and now it needs just
one (or none) scratch region for all there is to do. Also, small fixes
for SetWindowPos().
* configure, configure.in: Added check for missing __i386__ definition.
* 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:
Patrik Stridvall <ps@leissner.se>
ANSI C fixes.
* dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
Pass PROPSHEETPAGE to propertypage dialog as lParam.
* 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:
Patrik Stridvall <ps@leissner.se>
ANSI C fixes.
* 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:
Huw D M Davies <h.davies1@physics.ox.ac.uk>
Split off wingdi16.h from wingdi.h. Add many more #defines/typedefs
to bring wingdi.h almost upto a complete NT4.0 interface.
Fix return value of SetRectRgn().
* 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:
Michael Veksler <mveksler@techunix.technion.ac.il>
Removed #include "wine/winuser16.h" and use "struct tag????" instead.
* debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
Improved Wine debugger backtrace. New features:
- Displays ebp, in case you want to check stackframes manually
- Detects far calls even when windows apps don't mark them
- Tracks CallFrom16/CallTo16 relaying (thunking)
* loader/elfdll.c: Ulrich Czekalla <ulrichc@corel.ca>
Bugfix: get_sobasename was off by one pointer increment.
* multimedia/init.c: Kevin Holbrook <kwh@neosoft.com>
Fixed implicit type warning.
* controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
* ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c:
Francis Beaudet <francis@macadamian.com>
Second part of the OLE datacache implementation.
* msdos/Makefile.in, msdos/devices.c, msdos/dosmem.c, msdos/int21.c, include/dosexe.h, include/miscemu.h, include/msdos.h:
Ove Kaaven <ovek@arcticnet.no>
Moved DOS List of Lists initialization, and added the beginnings of
the DOS device structures.
* programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
Noomen Hamza <noomen@macadamian.com>
Bug fixes.
* ole/hglobalstream.c, relay32/ole32.spec:
Thuy Nguyen <thuy@macadamian.com>
Implemented GetHGlobalFromStream.
* include/thread.h, scheduler/thread.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Call THREAD_FreeTHDB as service thread callback.
* include/message.h, loader/task.c, windows/timer.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Removed TIMER_SwitchQueue.
* debugger/memory.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80
chars.
* loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
Stop winelib programs on fault instead of endless faultlooping.
* Makefile.in: James Juran <jrj120@psu.edu>
Run ldconfig in make install if using --enable-dll.
Cleaned up uninstall_lib as well.
* ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec, ole/stg_bigblockfile.c, include/wine/obj_storage.h, ole/memlockbytes.c:
Thuy Nguyen <thuy@macadamian.com>
Implementation of IStorage supported by an implementation of
ILockBytes on top of an HGLOBAL.
* files/profile.c, relay32/kernel32.spec:
Marcus Meissner <marcus@jet.franken.de>
Return the correct value from GetPrivateProfileSectionA.
Copy/convert back the buffer in GetPrivateProfileSectionW.
Replace some output pointers str/wstr->ptr in kernel32.spec.
* loader/task.c, scheduler/process.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Some initialization sequence bugfixes:
- Initialize process crst for 16-bit processes.
- Don't crash due to uninitialized stack frames in WineLib.
- Map system DLLs before calling UserSignalProc.
- Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
* if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Call Callout routines directly when using builtin USER.
* loader/pe_image.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: all PE modules were marked 'internal'.
* include/dce.h, objects/dc.c, windows/dce.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Check for busy DCE moved to DCHook16().
* include/win.h, loader/main.c, windows/win.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Initialize WIN_CritSection earlier.
* dlls/comctl32/trackbar.c, include/trackbar.h:
Luc Tourangeau <luc@macadamian.com>
Removed the timer that was used to queue TRACKBAR_Refresh calls.
Removed all direct calls to TRACKBAR_Refresh (except from within the
WM_PAINT handling section) and replaced them by calls to
InvalidateRect.
Fixed a bug in the TRACKBAR_SetPos function.
Fixed the behavior for different types of mouse input.
* dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
Implemented toolbar multirow button layout.
* dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
* ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
Implemented OleTranslateColor.
* include/winuser.h, windows/input.c:
Francis Beaudet <francis@macadamian.com>
Changed the return value of GetKeyboardState and SetKeyboardState from
VOID to BOOL.
* controls/listbox.c: Francois Boisvert <francois@macadamian.com>
Prevented LISTBOX_RepaintItem from repainting a non visible item.
* relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed typo.
* windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
Bugfix for TRACE in UnregisterClass.
Wed May 5 13:20:50 1999 Alexandre Julliard <julliard@winehq.com>
* include/Attic/propsheet.h: No longer necessary.
Tue May 4 16:55:23 1999 Alexandre Julliard <julliard@winehq.com>
* objects/dc.c, windows/dce.c, include/dce.h:
Francis Beaudet <francis@macadamian.com>
Check if DC is busy before deleting it.
* win32/newfns.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
GetMailslotInfo is supposed to check for pointer validity.
* server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Possible crash in select_loop() fixed.
* include/services.h, loader/task.c, scheduler/services.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Fixed various stupid bugs in services thread routines.
Added SERVICE_Exit routine to kill the services thread.
* misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Inverted class/channel in __(SET|GET)_DEBUGGING macros.
* windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Correct implementation of GetWindowThreadProcessId().
* if1632/mmsystem.spec, multimedia/mmsystem.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added PlaySound16, sndPlaySound16.
* if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
Fixes winproc deadlock for win16.
Mon May 3 09:44:57 1999 Alexandre Julliard <julliard@winehq.com>
* windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed some deadlock(s) in message sending.
* multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
cleaned up debug channels to use default one (mmsys)
more conversions from mixerXXXW and mixerXXXX16 to mixerXXXXA
fixed callback bug in midiStream functions
fixed compilation bug with egcs
changed to the new debug channel interface
* multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
small range fixes for OSS driver
changed to the new debug channel interface
* multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
first (working) shot at OSS mixer low level interface
changed to the new debug channel interface
* misc/network.c, relay32/mpr.spec:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Fixed off-by-one ordinals in MPR.
Added MPR_Alloc/ReAlloc/Free (MPR.22-24).
* loader/module.c, if1632/relay.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
* loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Load system DLLs into WineLib applications.
* graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
Small update to the PostScript encoding vector.
* loader/module.c, loader/task.c: Bug fixes.
Sun May 2 19:10:57 1999 Alexandre Julliard <julliard@winehq.com>
* scheduler/process.c:
Moved a few more initialisations to the new process context.
* loader/task.c: Don't initialise the stacks for 32-bit processes.
* miscemu/main.c: Only check number of tasks after first message.
Use a 16-bit module for creating the initial task.
* include/authors.h, AUTHORS:
Updated authors list from the Changelog. Please let me know if you
have been left out.
* loader/task.c, scheduler/process.c:
Converted to the new debugging interface (done with the help of the
script written by Patrik Stridvall).
Some changes to the initialisation sequence for 32-bit processes.
* */*.c:
Converted to the new debugging interface (done with the help of the
script written by Patrik Stridvall).
* tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
Misc fixes and improvements.
* include/config.h.in, configure, configure.in:
Added check for -lmmap for OS/2.
* include/debugdefs.h, ole/hglobalstream.c, ole/stg_stream.c, ole/storage32.c:
Francis Beaudet <francis@macadamian.com>
Fixed a few bugs in the OLE storage implementation, added a new set of
trace statements for the OLE storage related methods and introduced a
new debug channel for the storage subsystem.
* multimedia/time.c, objects/dib.c, objects/palette.c, include/wine/winuser16.h, misc/spooler.c:
Michael Veksler <mveksler@techunix.technion.ac.il>
Removed redundant include of winbase.h from winuser16.h.
Moved types from winbase.h to winuser16.h .
* include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
- default item handling
- small drawing fixes
* dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
Klaas van Gend <klaas@vangend.demon.nl>
More implementation of PrintDlgA.
Conversion of resource identifiers of Print32 window to comply to the
M$ numbering.
* server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Don't crash if queuing an APC on a thread that doesn't wait.
* windows/timer.c, windows/x11drv/event.c, include/message.h:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Use SERVICES callback to implement Windows timers.
Timer expiration handling removed from EVENT_WaitNetEvent loop.
* memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
Call SetLastError in HeapCompact().
* include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
Added prototype for TryEnterCriticalSection.
* include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
Make all structures packed and removal of some WINE_PACKED.
* controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
Pushbuttons should only be rounded in Win31 look.
* controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
- default item handling
- small drawing fixes
* windows/winpos.c: Noel Borthwick <noel@macadamian.com>
Fixed an unbalanced windows lock/unlock sequence in
WINPOS_ActivateOtherWindow.
* include/debugdefs.h: enhmetafile added
* 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:
Eric Pouech <Eric.Pouech@wanadoo.fr>
- got rid of all the internal MM tweaks to load builtin MCI
drivers. They are all seen as drivers, loaded as DLLs and standard
module loadorder is used to know which type to use (builtin vs
native).
- first full working implementation of mmThread??? functions (to
support gracefully native MCI drivers).
- support of mmShowMMCPLPropertySheet.
- fix of some heap validate bugs (thanks to Ulrich for reporting them).
* loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
Fix CreateProcessA to implement correct actions on ambiguous command
line names (try longer and longer strings).
* 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:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Started implementing Enhanced MetaFile driver.
* 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:
Francis Beaudet <francis@macadamian.com>
Implemented the OLE object default handler and data cache.
* include/enhmetafile.h, include/wingdi.h, objects/enhmetafile.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Several improvements to Enhanced MetaFile playback.
* loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
Only try to append ".dll" if a library is loaded implicitely.
* dlls/shell32/shellord.c:
Michael Veksler <mveksler@techunix.technion.ac.il>
Fix TRACE formatting warnings.
* dlls/shell32/shlfolder.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Fixed a small syntax problem.
* windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
- better stubs for Get/Set special (Progman/Taskman) window functions
* relay32/user32.spec, windows/message.c:
Juergen Schmied <juergen.schmied@metronet.de>
- new SendMessageCallbackW
- some fixme's for missing A<->W conversion
* windows/dialog.c: Noel Borthwick <noel@macadamian.com>
Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
* misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
Bugfix for EnumPrinters level 2.
* windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
Correct logic in GetKeyNameText.
* documentation/bugreports:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Removed +snoop from documentation/bugreports.
Sat May 1 10:41:02 1999 Alexandre Julliard <julliard@winehq.com>
* objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
LoadImageW fixed for hicolor displays.
* include/mmsystem.h, include/multimedia.h, multimedia/mmsystem.c:
Marcus Meissner <marcus@jet.franken.de>
MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI.
* dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
James Abbatiello <abbeyj@wpi.edu>
Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
to handle wide character strings properly. Fix of our previous patch
for null pointer checking.
* ole/Makefile.in, ole/memlockbytes.c, ole/ole2stubs.c:
Thuy Nguyen <thuy@macadamian.com>
Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
the ILockBytes interface based on an HGLOBAL.
* ole/compobj.c: Francis Beaudet <francis@macadamian.com>
Fixed a bug in CoRegisterClassObject.
* dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
Removed some flickering when inserting or deleting buttons.
* dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
James Abbatiello <abbeyj@wpi.edu>
Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
between lpItem and lpLVItem. Now compares the pszText string of the
lpItem and lpLVItem structs. Fixes a bug where the old and new item
have the same attributes but their text differs and GetItemChanges()
compares them as equal.
* dlls/comctl32/propsheet.c, dlls/comctl32/propsheet.h, dlls/comctl32/rsrc.rc, dlls/comctl32/tab.c:
Thuy Nguyen <thuy@macadamian.com>
Added support for adding and removing pages dynamically from a
property sheet.
* controls/button.c, controls/combo.c, controls/desktop.c, controls/listbox.c:
Marcus Meissner <marcus@jet.franken.de>
Removed the gotos from the WndProcs, always use a small wrapper that
locks the window, calls the real wndproc, unlocks the window.
* dlls/shell32/contmenu.c:
Juergen Schmied <juergen.schmied@metronet.de>
Fixed default menu item.
* win32/code_page.c, misc/ddeml.c:
Juergen Schmied <juergen.schmied@metronet.de>
Fixed typo.
* windows/queue.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Added a missing LeaveCriticalSection.
* windows/mdi.c: Francois Boisvert <francois@macadamian.com>
Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
TranslateMDISysAccel16.
* misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
Fixed off-by-one bug in async output buffers.
* ole/ole2.c: Francis Beaudet <francis@macadamian.com>
Fixed a little Drag and Drop bug.
----------------------------------------------------------------
Mon Apr 26 14:58:59 1999 Alexandre Julliard <julliard@winehq.com>
* include/config.h.in, configure, configure.in:
Marcus Meissner <marcus@jet.franken.de>
Added autoconf check for "inline". You can now use it, it will be
defined to (empty) for compilers that do not have it.
* tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Don't include alloca.h.
* README, documentation/wine.man: James Juran <jrj120@psu.edu>
Update to reflect recent changes and discussions.
* loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
The load order parser should not always complain about extensions.
* controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
- align magic buttons right
- shortcuts alignment working again
* loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed loading of native NE dlls.
Sun Apr 25 19:04:42 1999 Alexandre Julliard <julliard@winehq.com>
* memory/heap.c: Fixed __builtin_return_address arg.
* */*:
Patrik Stridvall <ps@leissner.se>
Fixed ANSI compabillity.
* */*:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Built-in dlls now have resources attached via the PE-header like
normal dlls. This enables the use of the resource API.
* misc/registry.c:
Use $HOME instead of getpwuid for user's home directory.
Fixed messed up indentation.
* graphics/x11drv/xfont.c:
Use $HOME instead of getpwuid for user's home directory.
* */*.h:
Patrik Stridvall <ps@leissner.se>
#pragma pack(?) changed to #include "*pack*.h"
* 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:
Jim Aston <jima@corel.ca>
Added some missing #defines I've run across.
* files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Ignore trailing dots on file names.
* 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:
Ove Kaaven <ovek@arcticnet.no>
Added a possibility to let the internal debugger use a separate
heap. Not enabled by default, change #if in include/debugger.h to use
this (the heap allocator is very slow).
* loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
wine.conf should not overrule content of burned in data in
loadorder.c.
* graphics/mapping.c: Karl Lessard <karll@corel.com>
SetMapMode should not reset the window and viewport origins to 0.
* tools/wineconf: Eric Pouech <Eric.Pouech@wanadoo.fr>
Allow to automatically copy part of wine.ini into generated file.
Small perl enhancement (work in strict mode).
Small updates in heuristics.
* wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
Upgraded to have a decent multimedia DLLs configuration.
* tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
Bertho Stultiens <bertho@akhphd.au.dk>
- Fixed a counting bug in the win32 count and sort routine.
- Fixed sort order of resources (must be name before ordinal).
- Shuffled a couple of global variables so that built-in dlls now can
load resources through the proper PE interface.
* include/windef.h, include/winreg.h:
Adrian Thurston <adriant@corel.ca>
Added support for strict handles. Only works on machines where
sizeof(UINT) == sizeof(void*).
* scheduler/process.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Initialize process critical section in the correct process context.
* scheduler/critsection.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Warn if wrong process tries to enter critical section.
Better implementation of Reinitialize/UninitializeCriticalSection
(still not quite correct).
* loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
debug.h must be last in list of includes.
* loader/ne/module.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Return 32-bit module in GetModuleHandle16() if appropriate.
* msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed crash when status was read with cd-rom tray open.
* windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed a bug in msg conversion.
* dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Prevent crash when nMinRange > nMaxRange.
* include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
Added some missing manifest constants for Queue Status functions (QS_????).
* controls/button.c, controls/edit.c, windows/mdi.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Added missing WIN_ReleaseWndPtr.
* graphics/x11drv/xfont.c: Chris Morgan <cmorgan@wpi.edu>
James Abbatiello <abbeyj@wpi.edu>
More appropriate default size for fonts with invalid sizes.
* dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
James Abbatiello <abbeyj@wpi.edu>
Implemented SetColumnWidth for ListView control.
* documentation/config: Adam Sacarny <magicbox@bestweb.net>
Added new documentation for the configuration file.
* misc/version.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Improved VERSION_GetVersion.
* windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
Added Swedish keyboard layout.
* 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:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
General tidy up of the MetaFile driver - make sure that everything
goes through the DCFuncs table.
* misc/toolhelp.c, if1632/kernel.spec:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Add a stub for GlobalMasterHandle.
* tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
Much nicer way to select wine's location.
Option to disable creation of debugging output.
Debugging output is now created in directory script was started in.
* windows/x11drv/wnd.c: Noel Borthwick <noel@macadamian.com>
Fixed a problem with managed mode, where popup windows with a WS_DLGFRAME
style were appearing with a title bar. According to the docs for
WS_DLGFRAME a window with this style cannot have a title bar.
* loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
Use DllOverrides from wine.ini as defaults also in
loadorder.c (merged in some MM dlls lines from Eric Poeuch).
* windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed some bogus infinite expiration time.
* windows/x11drv/event.c: David Luyer <luyer@ucs.uwa.edu.au>
- consolidate both cases of !pending in WaitNetEvent
- select() returns -1 not 0 on error in WaitNetEvent
* memory/heap.c, include/heap.h: Ove Kaaven <ovek@arcticnet.no>
Made HeapValidate threadsafe, and added some macros to track callerEIP
a little better.
Added HEAP_xrealloc.
Sat Apr 24 12:02:15 1999 Alexandre Julliard <julliard@winehq.com>
* loader/loadorder.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/elfdll.h, loader/elf.c, loader/elfdll.c:
Marcus Meissner <marcus@jet.franken.de>
autoconf fixes and cleanups (check for dlopen() in libc too).
* ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
Francis Beaudet <francis@macadamian.com>
Implemented CreateStreamOnHGLOBAL.
* ole/compobj.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Let CoSetState() accept state == NULL.
* dlls/shell32/pidl.c, dlls/shell32/pidl.h:
Juergen Schmied <juergen.schmied@metronet.de>
Made internal format more compatible.
* dlls/shell32/shlfolder.c:
Juergen Schmied <juergen.schmied@metronet.de>
Small fixes.
* windows/class.c, windows/dce.c, controls/combo.c:
Guy Albertelli <galberte@neo.lrun.com>
Fix locking with proper calls to WIN_ReleaseWndPtr.
* multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
Don't malloc/free for every mixing operation, use the same buffer over
instead...
* dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
James Abbatiello <abbejy@wpi.edu>
HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
text strings as null strings, as Windows does. Fixes wine crash on
startup of CuteFTP.
* misc/registry.c: Noomen Hamza <noomen@macadamian.com>
Set (when registry loaded) data to "\0" and length to 2 in empty
string value case, in place of setting data to NULL and length to 0,
and this is without initializing output buffer parameter of
RegQueryValue*.
* include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Added Panose defines and EXTLOGFONT[A|W].
Thu Apr 22 16:27:53 1999 Alexandre Julliard <julliard@winehq.com>
* */*:
Patrik Stridvall <ps@leissner.se>
Fixed ANSI compabillity.
* 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:
Michael Veksler <mveksler@techunix.technion.ac.il>
Removed some includes of 16 bit API.
* dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, include/oleobj.h, include/shlobj.h, dlls/shell32/dataobject.c:
Adrian Thurston <adriant@corel.ca>
ICOMization of remaining interfaces.
* dlls/comctl32/tooltips.c: Noel Borthwick <noel@macadamian.com>
Fixed bug with tooltips stealing focus whenever a tooltip was created,
shown, hidden or tracked. The SetWindowPos calls needed to have the
SWP_NOACTIVATE flag set additionally.
* objects/clipping.c: Karl Lessard <karll@corel.com>
Fixed coordinates conversion in OffsetClipRgn.
* include/objbase.h: Adrian Thurston <adriant@corel.ca>
Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
* relay32/kernel32.spec, scheduler/handle.c:
Marcus Meissner <marcus@jet.franken.de>
CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
Moved stuff to the right place.
* windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
Fixed syscolors for win 3.1.
* files/profile.c, if1632/kernel.spec:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added missing profile KERNEL routines (call 32-bit versions).
* if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
entry table layout.
* include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Add Enhanced MetaFile record structures.
* dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/resource.h, resources/sysres_En.rc:
Thuy Nguyen <thuy@macadamian.com>
First patch implementing property sheets.
* relay32/gdi32.spec:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: GDI32.100-104 are ordinal-only routines.
Added stubs for some Win98 GDI32 routine.
Re-numbered all named exports (lexicographically).
* graphics/driver.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added prototypes (stubs) for GDI32.100-104.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
- more checks for valid pidl formats
* relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
Juergen Schmied <juergen.schmied@metronet.de>
- corrected parameter count for SHGetSettings
- stub SHValidateUNC
* loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
#else branch compile fix.
* include/elfdll.h, loader/elfdll.c, loader/loadorder.c:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Change wine's dlopen search-patch strategy not using the environment
and added #if:s to seperate the code out if libdl isn't availble.
* ole/compobj.c: Francis Beaudet <francis@macadamian.com>
Added a check for a NULL pointer in CoFreeUnusedLibraries.
* relay32/builtin32.c:
Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
Include debug.h last (ERR() macro problem on Solaris).
* controls/combo.c: Francis Beaudet <francis@macadamian.com>
Fixed a sizing bug in the combobox control.
* tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: Internal NE entry point tables were bad (one huge bundle).
* misc/registry.c: Noomen Hamza <noomen@macadamian.com>
Initialize the output buffer parameters to 0 in RegQueryValue*
functions. This is important specially when there's no data to return.
* loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
Do not increment module refCount if self is loaded from within
DllEntryPoint during the attach notification.
Wed Apr 21 14:27:37 1999 Alexandre Julliard <julliard@winehq.com>
* controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
- protect TRACE against NULL-ptr
- rewrote GetMenuItemID/GetSubMenu to use MENU_FindItem (hmenu=0xffff fix).
* dlls/comctl32/toolbar.c:
Juergen Schmied <juergen.schmied@metronet.de>
Fixed typo.
* loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
Reimplementation of GetModuleHandle16 according to how win95 handles
it (thanks to Marcus Meissner <marcus@jet.franken.de>).
* if1632/builtin.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
Corrected wrong return values of built-in loader to work with the
loadorder stuff.
Mon Apr 19 16:45:24 1999 Alexandre Julliard <julliard@winehq.com>
* graphics/metafiledrv/bitblt.c, graphics/metafiledrv/init.c, include/bitmap.h, include/metafiledrv.h, objects/dib.c, objects/metafile.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Implemented recording of StretchDIBits and SetDIBitsToDevice and
playback of SetDIBitsToDevice. Cleaned up PlayMetaFileRecord a bit.
* include/elfdll.h, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Removed non-portable hacks and replaced them with more general
versions.
* windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
Code added to re-evaluate stale DC information in DCE cache.
* loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
Attach notifications must be send after all recursive dependencies are
loaded and not before.
* graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
Fixed typo.
* multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed playing position when required by track number.
* win32/device.c: Marcus Meissner <marcus@jet.franken.de>
Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
* wine.ini: Marcus Meissner <marcus@jet.franken.de>
Native toolhelp will not work (missing GLOBALMASTERHANDLE).
* BUGS, README: Marcus Meissner <marcus@jet.franken.de>
Updated.
* controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
Test for static was reversed.
* */*:
Patrik Stridvall <ps@leissner.se>
New debug scheme with explicit debug channels declaration.
Sun Apr 18 14:44:26 1999 Alexandre Julliard <julliard@winehq.com>
* loader/ne/module.c: Removed extra call to TASK_StartTask.
* include/acconfig.h, include/config.h.in, configure, configure.in:
Removed check for union semun; cleaned up a bit.
* include/server.h, server/process.c, server/trace.c, tools/make_requests:
Added env ptr to new_process request
* relay32/user32.spec, windows/mdi.c, controls/menu.c, include/menu.h, include/winuser.h:
Juergen Schmied <juergen.schmied@metronet.de>
- use fonts/fontsizes given by SystemParametersInfo
- drawing/alignment fixes, win98 style for menubar
- ownerdrawn menus are working now for the first time
- complete constants magic items
- use right owner for popupmenus
- new: Get/SetMenuInfo
- implemented: Get/SetMenuContextHelpId
- more flags for Get/SetMenuItemInfo
* files/dos_fs.c: robert w hall <bobh@n-cantrell.demon.co.uk>
Make DOSFS_MatchLong match a search string ending in '*.' to a zero
extension file name, allowing Mathcad to run.
* loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed memory freeing.
* programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
Renamed cmdlgr.h to cmdlgtst.h.
* scheduler/critsection.c: Added timeout to critical section waiting.
* include/thread.h, scheduler/sysdeps.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Merged Linux/FreeBSD reentrant errno handler, added Solaris.
Preliminary support for Solaris low-level threads (LWPs) added.
* configure, configure.in, include/acconfig.h, include/config.h.in:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Reentrant libc check for Solaris added.
Fixed reentrant X11 check for FreeBSD and Solaris.
Added check for Solaris low-level thread routines.
* loader/ne/module.c:
Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
Stultiens).
* tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
Automatic install script, which automatically configures and compiles
wine and regapi, runs tools/wineconf to generate a configuration file
if one does not already exist, and uses regapi to install the default
registry.
* documentation/gui, windows/win.c, windows/winpos.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Properly handling cases like calling SetWindowPos while processing
WM_NCCREATE.
* graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed a few bugs (typos from cut & paste & invalid heap block
freeing).
* misc/wsprintf.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Bug fix in GetLen.
* 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:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Reorganization of the loader to correctly load and free libraries and
implementation of load order to load different types of libraries.
* documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
Updated commandline changes of -dll option and wine.conf entries.
* wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
Updated the example with the new configuration entries.
* dlls/shell32/shell32_main.c:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Bugfix: free loaded library not before exit.
* include/elfdll.h, include/loadorder.h, loader/elfdll.c, loader/loadorder.c:
Bertho Stultiens <bertho@panter.soci.aau.dk>
New files to support load order and partial stubs for elfdlls.
* graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, include/bitmap.h, objects/brush.c, objects/cursoricon.c, objects/dib.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fixes for upside-down DIBs.
* graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
Changed 'GetDisplayMode' to return the mode previously set by
'SetDisplayMode' (and not the current monitor mode).
* include/tab.h, dlls/comctl32/tab.c:
Luc Tourangeau <luc@macadamian.com>
-Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
TCM_SETITEMSIZE and TCM_DELETEITEM.
* objects/cursoricon.c: Pavel Roskin <pavel_roskin@geocities.com>
LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
returns 0, it is interpreted as if it were 256.
* loader/module.c, scheduler/process.c:
Kevin Holbrook <kwh@neosoft.com>
Fix ambiguous else warning.
* windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
Loading color values from the registry fixed.
* graphics/ddraw.c: Brian Gerst <bgerst@quark.vpplus.com>
- Removed all floating point math.
- Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
- Implemented source and dest color-keying for 8, 16, and 32 bit color.
- Implemented some trivial raster operations.
- Minimized inner loops for maximum speed.
- Use memcpy whenever possible.
* multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Reduced fragment size.
Reorganized wodOpen (with support for WAVE_QUERY_FORMAT).
Fixed buffer underrun recovery.
Fixed bug in wodReset()/wodClose().
* ole/storage32.c: Michael Veksler <mveksler@techunix.technion.ac.il>
Simplify propertyNameCmp() and fix a warning in the way by removing
CRTDLL__wcsupr() calls.
* misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
DdeNameService: expansion of stub to trap unused instanceids at start of run.
DdeGetLastError: catch 'not initialized' situation and return correct response.
DdeFreeStringHandle: complete test for error set by previous call of
something and ignore it, also release handle table mutex on normal exit.
DdeQueryStringA, DdeQueryStringW, DdeCreateStringHandleW: Release
handle table mutex on normal exit.
* include/wnet.h, misc/network.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Don't announce the WNetDirectoryNotify capability WNetGetConnection.
Change the return value for local files.
* windows/mouse.c: Michael Veksler <mveksler@techunix.technion.ac.il>
Add "win.h" to fix implicit function declaration warnings.
* console/interface.c, include/console.h:
Marcus Meissner <marcus@jet.franken.de>
Only declare console "driver" once, use external refs elsewhere.
* controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
When the vertical scrollbar is removed, the background was not
properly repainted.
* loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
Disable AC bit on receiving alignment exceptions.
* misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
* windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
While handling the WM_DELETEWINDOW client message check if a window
has been disabled and if so prevent an SC_CLOSE message from being
sent.
* windows/dce.c: Noel Borthwick <noel@macadamian.com>
Make access to the DCE list thread safe by ensuring we have acquired
the Windows lock before using it.
Fri Apr 16 15:19:14 1999 Alexandre Julliard <julliard@winehq.com>
* resources/.cvsignore: Changed for renamed files
* misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
Michael Veksler <mveksler@techunix.technion.ac.il>
Fixed warnings.
* 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:
Pablo Saratxaga <pablo.sarachaga@ping.be>
Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
-> Pt; to conform to standard names for those languages).
* configure, configure.in, relay32/Makefile.in:
Marcus Meissner <marcus@jet.franken.de>
Add -fno-builtin when compiling with gcc in relay32/ subdir.
* include/module.h, loader/ne/module.c, loader/ne/segment.c, tools/build.c, if1632/builtin.c:
Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
- Implemented proper ("real", compressed) Win16 entry tables.
- Fixed MyAlloc (AKA NE_AllocateSegment).
- Implemented PatchCodeHandle16.
* tools/Attic/make_os2.sh, tools/make_os2.cmd, graphics/path.c, graphics/psdrv/graphics.c, include/sig_context.h:
Robert Pouliot <krynos@clic.net>
A few patches to help Wine to compile on OS/2.
Thu Apr 15 16:46:51 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
global memory handles). Fixed disk-based MetaFiles. Better
separation between MetaFile playback and the metafiledrv.
* misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
_CIpow argument order was confirmed with Starcraft v1.05.
* documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
Clarified a few points.
* msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
Added IOCTL function 0x440d/0x72.
* relay32/kernel32.spec, scheduler/critsection.c:
Bertho Stultiens <bertho@panter.soci.aau.dk>
UnitializeCriticalSection partial stub implementation.
* include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
Added missing proto for GetExitCodeThread.
* include/driver.h, include/wine/keyboard16.h:
Michael Veksler <mveksler@techunix.technion.ac.il>
Added missing windef.h includes.
* windows/input.c, include/winuser.h:
Zygo Blaxell <uj22kfbc@umail.furryterror.org>
ReleaseCapture() is supposed to return a BOOL value.
* configure, configure.in, include/config.h.in, loader/signal.c:
Marcus Meissner <marcus@jet.franken.de>
FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as
reentrant concerning errno. Revert unneeded FreeBSD hack to
loader/signal.c from last patch.
* windows/x11drv/keyboard.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
index == 3 corresponds to Alt-Gr + Shift.
* misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
More of DdeCreateStringHandleA, DdeFreeStringHAndle, DdeQueryStringA
and DdeCreateStringHandleW and tidy up of RemoveHSZNodes, and
DdeCreateStringHandleA.
* windows/x11drv/main.c, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/x11drv.h:
Pavel Roskin <pavel_roskin@geocities.com>
Fixed ugly disabled controls and black background in Write and Lotus
Notes.
* controls/button.c, include/button.h, include/winuser.h:
Pascal Lessard <pascal@macadamian.com>
Implement the button with bitmaps.
* include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
Stephane Lussier <stephane@macadamian.com>
Implementation of IStorage::CopyTo and IStream::CopyTo.
* loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: Always release the Win16Lock in TASK_Reschedule.
* windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
Solved a deadlock between global lock and wnd lock in event.c.
* dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
Typo that broke Solaris compile fixed.
* controls/desktop.c: Francois Boisvert<francois@macadamian.com>
Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
* windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
Fix scancodes for NumLock and Num-/.
Fix MapVirtualKey() (maptype=2) to return proper ascii code.
Reworked GetKeyNameText() again.
* graphics/psdrv/font.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Limit lastChar to 0xff in PSDRV_GetCharWidth.
* windows/user.c: Marcus Meissner <marcus@jet.franken.de>
Missing WINAPI for RegisterSystemThread.
Sun Apr 11 18:48:17 1999 Alexandre Julliard <julliard@winehq.com>
* msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Fixed "Display Combination" call.
* misc/comm.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Fixed a crash due to invalid OpenComm return value for busy comm port.
Cleaned up/fixed several things.
* windows/win.c: Francois Boisvert<francois@macadamian.com>
Enabled thread safeness for wnd structure code.
* debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
* server/request.c, server/thread.c, server/trace.c, include/server.h, include/server/request.h, include/server/thread.h, scheduler/client.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added new CLIENT_DebuggerRequest routine, implemented support for
DEBUGGER_FREEZE_ALL/DEBUGGER_UNFREEZE_ALL requests.
Run wine server in the main wine process.
Bugfix: never free initial thread!
* scheduler/process.c, include/process.h:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
* windows/timer.c: Ove Kaaven <ovek@arcticnet.no>
Teached TIMER_GetNextExpiration that a timer that has already expired
(but not processed yet) HAS already expired...
* winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
Default values for registry.
* graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
Optimized code for SetImageBits_X, making bitmap creation faster.
* controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
* configure.in, include/config.h.in, include/sig_context.h, loader/signal.c, scheduler/sysdeps.c, configure:
Marcus Meissner <marcus@jet.franken.de>
- Started multithreading for FreeBSD (incomplete, but some
applications now at least start up again).
- Use _thread_sys_sigaction/_thread_sys_sigaltstack.
- CR2 on pagefault gets passed in sc_err (some kind of kludge in
FreeBSD owns fault handling we can use)
* include/selectors.h, memory/global.c, memory/selector.c:
Made SELECTOR_ReallocBlock preserve the current selector access rights
(problem reported by Andreas Mohr).
* misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Use services thread instead of timer signals.
* server/thread.c, scheduler/synchro.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Allow user APCs with NULL 'func' (just wake up the thread).
* include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented 'kernel services thread'.
* include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
Klaas van Gend <klaas@vangend.demon.nl>
Added stub for PrinterProperties.
* dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
Juergen Schmied <juergen.schmied@metronet.de>
Implemented NtTerminateProcess and NtDisplayString.
* loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
FreeLibrary partial implementation.
* misc/crtdll.c, relay32/crtdll.spec: Ove Kaaven <ovek@arcticnet.no>
Made _ftol take argument from FPU stack. Starcraft v1.04 (*not* Brood
Wars) now works perfectly with Wine's crtdll. Wrote a test
implementation of _CIpow too, which those who do have Brood Wars can
report on, so it can be implemented correctly.
* windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
Partial implementation for GetKeyNameText for new keyboard structure.
* dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
Fixed warning.
* include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
Added missing ReadClassStg prototype.
* misc/wsprintf.c: Michael Veksler <mveksler@techunix.technion.ac.il>
- Fix comments after the big renaming (xxxx32y --> xxxxy).
- Declare the WPRINTF_DATA union, and use it instead of LPCVOID and WORD.
Avoid ugly type casting, and fix compilation warnings of wsprintf.c
* documentation/status/dde:
Keith Matthews <keith_m@sweeney.demon.co.uk>
Status document for DDE/Ddeml.
* multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Added event callback mechanism.
Introduction of MCI yield procs.
Updated (prepare|unprepare)header functions (wave, midi) to allow
correct callback mechanisms.
Made midiStreamXXX functions working.
First try at mmThreadXXX functions.
* multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Updated (prepare|unprepare)header functions to allow correct callback
mechanisms.
* multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Small enhancement.
* multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
New method for structure conversion (16 <-> 32).
More MCI structures correctly mapped.
Introduction of MCI yield proc and break facility.
* multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Updated (prepare|unprepare)header functions to allow correct callback
mechanisms. Implemented waveOut playback as asynchronous.
* include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
Started implementation of mmThreadXXX functions.
* include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
Added a few missing defines (MIDI, WAVE, callbacks).
Structures for midiStreamXXX functions.
* if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
Updated (prepare|unprepare)header functions (wave, midi) to allow
correct callback mechanisms. Added wine specific entry for mmThreadXXX
functions thread starting point.
* include/wine/obj_storage.h:
Michael Veksler <mveksler@techunix.technion.ac.il>
Introduce STATSTG16 - a 16 bit variant of STATSTG.
* ole/storage.c: Michael Veksler <mveksler@techunix.technion.ac.il>
Fix IStorage16_fnStat() to use STATSTG16 (it is a 16 bit interface).
* controls/menu.c: Paul Millar <paulm@astro.gla.ac.uk>
Fixed menu type setting in SetMenuItemInfo32_common().
* include/process.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Send USIG_PROCESS_CREATE signal.
Bugfix: GetProcessDword offset -8 should return parent process ID.
* relay32/user32.spec, windows/user.c:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Added RegisterSystemThread stub.
* include/wine/obj_misc.h, ole/compobj.c, relay32/ole32.spec, include/winerror.h:
Francis Beaudet <francis@macadamian.com>
Implemented the CoCreateInstanceEx method.
* misc/registry.c: David Gay <dgay@CS.Berkeley.EDU>
Fixed crash due to a value of name length 0, value length 0 at the end
of the registry.
* windows/winpos.c: Francois Boisvert <francois@macadamian.com>
Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the
QUEUE_Lock.
* multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
- updated because of the splitting of interface/implementation
- updated to use ICOM_THIS
* include/dplay.h, include/dplobby.h, ole/guid.c:
Francois Gouget <fgouget@psn.net>
- use the latest ICOM macros
- moved the IDirectPlayLobby interface to dplobby.h
- removed all the implementation aspects since they need to be
separate
* include/dsound.h, multimedia/dsound.c:
Francois Gouget <fgouget@psn.net>
ICOMisation of the DirectSound API.
* dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, include/shlobj.h:
Juergen Schmied <juergen.schmied@metronet.de>
- reorganised icon extracing from files
- made extracting from ne and ico files working
- IPersistFile interface for IExtractIcon
* misc/shell.c: Juergen Schmied <juergen.schmied@metronet.de>
Fixed buffer overrun.
* include/cursoricon.h, objects/cursoricon.c:
Juergen Schmied <juergen.schmied@metronet.de>
Changed ressource dir structures.
Adapted FindBestIccon/FindBestCursor.
* windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
Loading the color schema for registry.
Sat Apr 10 16:58:55 1999 Alexandre Julliard <julliard@winehq.com>
* include/winsock.h, misc/Attic/winsock_dns.c, misc/Makefile.in, misc/winsock.c, misc/winsock_async.c:
Marcus Meissner <marcus@jet.franken.de>
Reimplemented winsock asynchronous DNS services. No longer use a
fork()ed process, but either a service thread or inline blocking calls
for non-threading architectures. (Makes Free Agent16 work again.)
* programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
<ewill@ncal.verio.com>
- color and font dialogs now actually do something interesting,
and force a redraw when successful. Background color is adjustable.
Text color is also adjustable, but the user has to set the CF_EFFECTS
flag first.
- text is output left-right centered, baseline, at the middle
of the window, and moves with the window. Text font is adjustable.
- Success and failure MessageBox calls for Color, Font, Open,
and Save have been removed or suppressed. They annoyed me after
awhile, and I suspect they annoyed others, too. Use my tool! :-)
- cmdlgtst now has the full pathname in the upper left corner; which may
assist in debugging certain problems -- or it may not. :-)
- usage dialog added
* ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
Corrected debug output.
* windows/driver.c, relay32/winmm.spec:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Better error handling ; a few bug fixes ; now OpenDriver16 can load 32
bit drivers.
Added stub for GetDriverFlags.
* windows/user.c, relay32/user32.spec:
Sergey Turchanov <turchanov@usa.net>
Stubs for CloseDesktop and CloseWindowStation.
* loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
GetModuleFromPath now checks for loaded modules via filenames which
were specified without a path.
* misc/registry.c, include/winreg.h:
Sylvain St.Germain <sylvain@macadamian.com>
Implementation of HKU key saving and loading. Add new supported data
type in debug_print_value.
* dlls/shell32/shlview.c, include/docobj.h, ole/guid.c:
Juergen Schmied <juergen.schmied@metronet.de>
New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
Small change how to get icons for listview.
* include/shlobj.h, relay32/shell32.spec:
Juergen Schmied <juergen.schmied@metronet.de>
ILLoadFromString and SHGetSettings implemented.
* dlls/shell32/shellord.c:
Juergen Schmied <juergen.schmied@metronet.de>
SHGetSettings implemented.
ExitWindowsDialog() simulated by Messagebox.
* dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
ILLoadFromString implemented.
* graphics/x11drv/init.c, graphics/ttydrv/init.c, graphics/ttydrv/palette.c:
Richard Mortimer <remitrom@my-dejanews.com>
Added missing *IsDark entries into PALETTE_Driver instance
initialisation.
* windows/x11drv/mouse.c: Brian Gerst <bgerst@quark.vpplus.com>
Fixed X11DRV_MOUSE_WarpPointer initial value.
* objects/bitmap.c: Luc Tourangeau <luc@macadamian.com>
Ensure that the bitmap is properly initialized when created with the
LR_CREATEDIBSECTION flag.
* dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
Fixed the messaging problem of the edit box for node label edition.
Substituted WM_PAINT for InvalidateRect.
Some graphical fixes.
* misc/main.c: James Juran <jrj120@psu.edu>
Check for drivers==NULL before trying to delete them at exit. This
could happen if the emulator initialization failed for some reason and
the drivers hadn't been initialized yet.
* if1632/thunk.c, include/callback.h, misc/callback.c, miscemu/main.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Call InitApp16 (using Callout) for initial process.
* miscemu/instr.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Clear invalid selectors also in CallTo16 relay code.
* programs/notepad/Es.rc:
Jose Marcos López Caravaca <jose.lopez@upcnet.upc.es>
Revised Spanish resources.
* windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
Fixed window locking bug in CalcChildScroll.
* multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
Fixed fake multimedia timers. Grim Fandango is now able to start up
when under favorable conditions. The preview movie on the Brood Wars
disc now plays, too.
* misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
Bugfix EnumPrintersA: lpbPrinters=NULL or cbBuf=0 would crash Wine,
instead of returning the right buffersize.
Tue Apr 6 07:14:09 1999 Alexandre Julliard <julliard@winehq.com>
* files/directory.c: galberte <galberte@neo.rr.com>
Fixed SearchPathA return value.
* graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, graphics/ddraw_private.h:
Lionel Ulmer <ulmer@directprovider.net>
- clean-up of texture 'loading'
- added SetColorKey callback for already loaded textures
* include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
Fixed a problem pointed out by Kevin Holbrook.
* include/commctrl.h: Francois Gouget <fgouget@psn.net>
commctrl.h must include prsht.h.
* include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
Warning fix.
* include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
Added a new implementation of the ICOM macros that use Microsoft style
virtual methods to implement the COM interfaces in C++.
* misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
Correction of Mutex handling in DdeInitializeW for cases other than
1st call. Addition of instance handling to DdeCreateStringHandleA,
DdeCreateStringHandleW, RemoveHSZNodes, FreeAndRemoveHSZNodes. 1st
cut implementation of DdeUnitialize, move of internal structure defs
in from ddeml.h. Removed non-ANSI comment.
* include/ddeml.h: Keith Matthews <keith_m@sweeney.demon.co.uk>
Moved internal structures to ddeml.c, also removed non-ANSI comments,
and added spec for DdeQueryConfInfo and DdeQueryConvInfo16.
* multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
James Abbatiello <abbeyj@wpi.edu>
Fixed memory leaks in mixerOpen16/mixerClose,
midiOutOpen16/midiOutClose16, waveInOpen16/waveInClose16,
midiInOpen16/midiInClose16.
* tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
Added sanity check for whitespace in file names, various other fixups.
Sun Apr 4 12:48:21 1999 Alexandre Julliard <julliard@winehq.com>
* controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
WM_MOUSEMOVE implementation bug fix.
* windows/x11drv/keyboard.c:
José Marcos López <jose.lopez@upcnet.upc.es>
Added Spanish keyboard layout.
* misc/comm.c: Lawson Whitney <lawson_whitney@juno.com>
Fixed the modem control part of EscapeCommFunction16.
* controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
Added missing goto.
* ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
Marcus Meissner <marcus@jet.franken.de>
EnumCalendarInfoA stub.
Sat Apr 3 16:27:54 1999 Alexandre Julliard <julliard@winehq.com>
* windows/mouse.c, windows/keyboard.c:
Francois Boisvert <francois@macadamian.com>
Suspend the window locks before DefKeybEventProc and
DefMouseEventProc.
* include/wnaspi32.h, programs/view/globals.h, include/aspi.h, include/mmsystem.h, include/winaspi.h, include/winioctl.h, include/winnt.h:
Joerg Mayer <jmayer@telesun2.telemation.de>
More #pragma fixes (idea Ove Kaaven, mistakes are mine).
* windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
WM_CREATE messages.
* loader/module.c: Marcus Meissner <marcus@jet.franken.de>
Added some SetLastError()s in GetProcAddress() and LoadLibrary().
* misc/crtdll.c, relay32/crtdll.spec:
Christian Schlaile <up9n@rz.uni-karlsruhe.de>
Implemented makepath, rand() returns correct range, fixed fputc.
* files/file.c, include/file.h, msdos/int21.c:
Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
Moved _lcreat16_uniq to int21.c
* libtest/hello3.c, libtest/hello3res.rc, libtest/hello4.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, libtest/volinfo.c:
Pavel Roskin <pavel_roskin@geocities.com>
Casts to (SEGPTR) removed. They did nothing anyway.
Includes added or removed where necessary.
Win16 functions replaced with their Win32 counterparts. Comments added
where it was impossible.
CALLBACK added where necessary. Some declarations fixed.
Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
Listbox enabled in hello3.
* windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Updated French keyboard.
* libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
Fancier version of hello.c courtesy of Huw Davies.
* programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
Fixed compilation of the Control panel.
* windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
the dead key mapping stuff to the actual mapping code too. Prettied
up the fixme message. Added a check where if the keys of two layouts
match exactly, the one with the best-matching keycode order is chosen,
so that the QWERTY and Dvorak layouts can be distinguished.
* win32/device.c, relay32/kernel32.spec:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Added (empty) stub for OpenVxDHandle.
* multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
mmioOpen() now handles correctly MMIO_PARSE flag.
* controls/edit.c: Luc Tourangeau <luc@macadamian.com>
Background color fix when disabled or read only.
* windows/win.c: Francois Boisvert <francois@macadamian.com>
Transfered the window struct memory release from WIN_DestroyWindow to
WIN_ReleaseWndPtr.
* include/winuser.h: Thuy Nguyen <thuy@macadamian.com>
DLGITEMTEMPLATE structure had one too many member.
* debugger/db_disasm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Prevent crash in debugger.
Fri Apr 2 10:37:42 1999 Alexandre Julliard <julliard@winehq.com>
* controls/combo.c, controls/listbox.c, include/combo.h:
Francis Beaudet <francis@macadamian.com>
Implemented the Win95 look and feel.
* windows/defwnd.c: Francis Beaudet <francis@macadamian.com>
Wrote a basic implementation of the WM_PRINT message.
* windows/dce.c, windows/win.c, windows/winproc.c, misc/callback.c:
Francois Boisvert <francois@macadamian.com>
Suspend all windows locks before the control is passed to the
application.
Also fixed some bugs in dce.c
* Make.rules.in, Makefile.in:
Joerg Mayer <jmayer@telesun2.telemation.de>
- Remove some old rc make stuff
- "make clean" omitted some include subdirs
* relay32/ddraw.spec, graphics/ddraw.c:
Lionel Ulmer <ulmer@directprovider.net>
Added DllClassFactory to DirectDraw.
Thu Apr 1 12:05:44 1999 Alexandre Julliard <julliard@winehq.com>
* windows/x11drv/keyboard.c: Marcus Meissner <marcus@jet.franken.de>
Split off keysym/deadchar -> char mapping, use it in DetectLayout.
* 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:
Alex Korobka <alex@aikea.ams.sunysb.edu>
Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
mode go through window manager, small bugfixes for menu and window
code, extended clipboard driver model to handle formats other than
text.
* controls/edit.c: Pavel Roskin <pavel_roskin@geocities.com>
EC_USEFONTINFO means es->char_width/3, not es->char_width. This is
true for multiline controls too, as my tests show.
* dlls/comctl32/listview.c, include/listview.h:
Luc Tourangeau <luc@macadamian.com>
Added support for icon and smallicon views.
* loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
Made DOSVM_GetTimer survive EAGAIN errors...
* include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
Implemented async comm buffers (but probably not bugfree), and along
with them, the functionality of async event notifications, mong them
EnableCommNotification. Removed a previous hack that was faking the
buffers, since we now have real buffers...
* include/wine/winuser16.h: Ove Kaaven <ovek@arcticnet.no>
Added CN_* flags used in WM_COMMNOTIFY.
* graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
Implement the EnumAttachedSurface method.
* ole/ole2.c: Noel Borthwick <noel@macadamian.com>
Implementation for OleCreateMenuDescriptor, OleSetMenuDescriptor and
OleDestroyMenuDescriptor along with a bunch of internally used methods
and data structures.
* ole/guid.c, include/initguid.h, include/shlguid.h, include/wine/obj_olefont.h, include/wtypes.h:
Adrian Thurston <adriant@corel.ca>
initguid.h should only contain the macro that defines the guids.
Added olectl.h to guid.c so some needed guids get defined.
Made GUID_NULL an actual guid set to 0,0,0...
* if1632/gdi.spec, objects/gdiobj.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added GdiSignalProc() stub.
* 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:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added USER32.UserSignalProc to Callout table.
Implemented built-in UserSignalProc().
Don't announce Win3.1-style USER handler any more.
* win32/ordinals.c, include/process.h, loader/ne/module.c, loader/ne/segment.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented PROCESS_CallUserSignalProc().
Send USER signals at various appropriate places.
Moved [GS]etProcessDword() to scheduler/process.c.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
All 19 FileMenu_* functions, some as stubs, some implemented.
* dlls/shell32/shellole.c, dlls/shell32/shellord.c:
Juergen Schmied <juergen.schmied@metronet.de>
SHCLSIDFromString, StrToOleStr implemented.
RLBuildListOfPaths stub.
* dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
Juergen Schmied <juergen.schmied@metronet.de>
DllGetVersion (not yet exported).
Small change to SHAppBarMessage.
* relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA, DrvSendMessage.
* if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
Added StackEnter() and StackLeave() stubs
* multimedia/mci.c, multimedia/mmsystem.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Starting implementation of MCI creator tasks
Fixed bug in MCI_OPEN handling (thanks to Adam for reporting this one)
Better implementation of mmTaskCreate16
* include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
Added creator task to MCI struct.
* dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
Replaced 0xC000 by symbolic constants.
* dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
Fixed small ==, != mixup.
* windows/defdlg.c, windows/defwnd.c:
Luc Tourangeau <luc@macadamian.com>
Implemented WM_NOTIFYFORMAT.
* loader/elf.c: Marcus Meissner <marcus@mud.de>
"foo" was not translated to "foo.so" in elf loader.
* include/bitmap.h, objects/bitmap.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
LoadBitmap16()/LoadImage16() calling sequence simplified.
* loader/module.c, loader/ne/resource.c, misc/callback.c, if1632/wprocs.spec:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Allow NULL NE resource handler; call the default handler directly.
Removed WPROCS / Callbacks support for WineLib resource handlers.
* include/process.h, relay32/utthunk.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Made Universal Thunk list per-process, not system global.
* include/commctrl.h: Paul Quinn <paulq@corel.ca>
Additional macro definitions.
* dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
Implemented TCM_ADJUSTRECT.
* msdos/int09.c, msdos/ioports.c:
Michael Veksler <mveksler@techunix.technion.ac.il>
Removed "implicit declaration" warnings.
* graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
Fixed OpenGL devices implementation.
* windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
In UserYield16, when current thread is a 32 bit one which hold the
Win16Lock, must take care of a LockCount > 1.
* */*.c:
Patrik Stridvall <ps@leissner.se>
More code moved to the X11 driver (bitmap and palette and misc).
----------------------------------------------------------------
Sun Mar 28 15:20:00 1999 Alexandre Julliard <julliard@winehq.com>
* include/winbase.h, include/wingdi.h:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Move DM* defines from winbase.h -> wingdi.h.
* graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
Fixed QueryInterface functions for IDirect3D 1 and 2.
* ole/nls/Attic/dnk.nls: Apparently no longer needed.
* 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:
Dimitrie O. Paun <dimi@cs.toronto.edu>
Changed some debug messages from one channel to another, to clean up a
bit the debug channel usage.
* loader/module.c: Jess Haas <paranoid07@hotmail.com>
Fixed CreateProcessA so it can handle commandlines with arguments and
no .exe.
* loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
Fixed GetModuleHandle16.
* windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
Added Russian keyboard support.
* include/winuser.h, relay32/user32.spec, windows/user.c:
Lionel Ulmer <ulmer@directprovider.net>
Added stub for SetSystemCursor.
* win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
SetFileAttributesA: "implemented" setting of directory flag as test of
compatibility.
* windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
keyboard support.
* 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:
Paul Quinn <paulq@corel.ca>
Aaron Barnes <aaronb@corel.ca>
Adrian Thurston <adriant@corel.ca>
Bundle of new stubs.
* misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Added missing WINAPIs.
* relay32/kernel32.spec, win32/newfns.c:
Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Added CreateIoCompletionPort stub.
* windows/queue.c, windows/message.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Call EVENT_Pending() to flush X11 output queue before blocking in
MsgWaitForMultipleObjects().
Don't call EVENT_WaitNetEvent in MSG_PeekHardwareMsg.
Protect system queue access in hardware_event().
* 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:
Francois Boisvert<francois@macadamian.com>
Fixed some bugs in thread safeness for wnd struct.
* libtest/Makefile.in, libtest/hello3.c, libtest/hello3res.rc:
Pavel Roskin <pavel_roskin@geocities.com>
Made libtest/hello3 work again, now with Windows-compatible resource
loading.
* include/imm.h, include/mmsystem.h, include/msacm.h, include/windef.h, include/wtypes.h:
Jiuming Luo <jiuming_luo@yahoo.com>
Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
then deleted the duplicated typedefs (in imm.h and mmsystem.h).
* misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
Rewrote EnumPrintersA, added CriticalSection around Registry reads and
implemented PRINTER_INFO_2 request.
* windows/x11drv/keyboard.c: Jonathan Naylor <g4klx@pop.agri.ch>
Added Swiss German keyboard layout.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
- adjusted printing of refcounts to be equal
- cleaning up icon cache on PROCESS_DETACH
- fixed ascii/unicode use in SH/ILCreateFromPath
- fixed small memory leak in shellview
* loader/dos/dosvm.c: Marcus Meissner <marcus@jet.franken.de>
Empty DOSVM_QueueEvent for !MZ_SUPPORTED.
* programs/cmdlgtst/cmdlgtst.c:
Pavel Roskin <pavel_roskin@geocities.com>
Fixed warnings.
* include/commdlg.h: Pavel Roskin <pavel_roskin@geocities.com>
Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
* 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:
Alex Korobka <alex@aikea.ams.sunysb.edu>
Moved hrgnUpdate from client to window coordinates, made nonclient
painting depend on the update region, reworked SetWindowPos() and
RedrawWindow() to speed up update region calculation, made -desktop
work properly, added WM_CANCELMODE here and there, fixed several
window activation bugs that crept in since the last time.
* windows/message.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
Fixed occasional loss of SendMessage() return value.
* graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
Added initialisation of the pixmap_depth field in
Xlib_DirectDrawCreate.
* msdos/ioports.c: Jess Haas <paranoid07@hotmail.com>
Fixed a warning.
* msdos/int2f.c: Jess Haas <paranoid07@hotmail.com>
Added stub for int2f 4b.
* multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
James Abbatiello <abbeyj@wpi.edu>
Fixed memory leak in waveOutOpen/waveOutClose.
* graphics/psdrv/escape.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
More Escapes for the PostScript driver.
Sat Mar 27 16:56:13 1999 Alexandre Julliard <julliard@winehq.com>
* graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c:
Francois Gouget <fgouget@psn.net>
Adapted to the interface/implementation separation.
Now uses ICOM_THIS to access the implementation structures.
Replaced 'this' with 'This' for ICOM_THIS.
Direct access to the virtual table has been eliminated too.
* graphics/d3d_private.h, graphics/ddraw_private.h:
Francois Gouget <fgouget@psn.net>
Updated to include all the implementation aspects that were previously
in the public includes.
* graphics/vga.c: Francois Gouget <fgouget@psn.net>
Removed direct access to the virtual table
* include/d3d.h, include/ddraw.h: Francois Gouget <fgouget@psn.net>
Removed all implementation aspects.
Modified to use the latest ICOM macros.
Added the macros for use in C.
Added the method parameter names (when I had them).
* include/module.h, include/pe_image.h, include/thread.h, loader/module.c, loader/pe_image.c, scheduler/process.c, scheduler/thread.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Fixed sequence of DLL_PROCESS_DETACH notification calls.
Moved PE_MODREF flags to WINE_MODREF level.
Better handling of LoadLibraryEx flags.
PE_InitTls() changed to work only on the current thread.
* include/server.h, scheduler/process.c, server/trace.c:
Added cmd line in new_process request.
* scheduler/thread.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
All threads created with CreateThread are 32-bit threads.
* dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shellord.c:
Juergen Schmied <juergen.schmied@metronet.de>
Reading of binary streams implemented (SHOpenRegStream).
* msdos/int25.c, msdos/int26.c:
Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Fixed int25 & int26 error code.
* loader/task.c, windows/queue.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Allow UserYield16 to be called from 32-bit thread.
* include/oledlg.h, include/winbase.h:
Albert Den Hann <albertd@corel.ca>
Additional macro definitions.
* graphics/x11drv/bitmap.c, include/bitmap.h, objects/bitmap.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fixed {S|G}etBitmapBits in x11drv. Removed BITMAP_GetPadding.
* objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fixed metafile recording of CreatePatternBrush.
Thu Mar 25 16:42:28 1999 Alexandre Julliard <julliard@winehq.com>
* dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h, dlls/comctl32/commctrl.c:
Pascal Lessard <pascal@macadamian.com>
Change the AddBitmap function. Implement flat toolbar. Change
CreateToolbarEx. Implement partially the hot buttons for toolbar.
* msdos/int16.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Implemented Get Shift Flags function.
* dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
Missing WINAPI.
* graphics/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
Changed stdlib.h to string.h.
* dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
Added string.h.
* misc/ddeml.c, multimedia/msvideo.c, ole/safearray.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c, win32/console.c:
David Luyer <luyer@ucs.uwa.edu.au>
Changed "strings.h" to "string.h".
* graphics/x11drv/bitblt.c, windows/nonclient.c:
Randy Weems <rweems@home.com>
Fixed off-by-one error if bitblt width or height is negative.
* dlls/comctl32/tab.c, include/tab.h:
Francis Beaudet <francis@macadamian.com>
Implemented:
- showing the selected tab as highlighted
- support for drawing the focus rectangle
- basic keyboard support
- support for a tab with horizontal scrolling.
* files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Thread-safe implementation of profile functions (Windows and Wine).
* include/message.h, loader/main.c, windows/timer.c:
Stephane Lussier <stephane@macadamian.com>
Made the timer code thread safe.
* windows/dialog.c: Francis Beaudet <francis@macadamian.com>
Fixed possible endless loop.
* controls/listbox.c: Francis Beaudet <francis@macadamian.com>
Fixed LB_GETCURSEL message to return LB_ERR on empty list.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
Use the new header for COM definitions.
* dlls/shell32/shellord.c, relay32/shell32.spec:
Juergen Schmied <juergen.schmied@metronet.de>
New stub shell_654.
* include/treeview.h, dlls/comctl32/treeview.c:
Sylvain St.Germain <sylvain@macadamian.com>
Implementation of TVM_SORTCHILDRENCB.
Implementation of TVI_SORT insertion.
Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
Fix problems related to TVIS_EXPANDEDONCE.
* dlls/comctl32/comctl32undoc.c:
Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
Fix problem in DPA_QuickSort where the sort order was inverted.
* include/dosexe.h, include/winbase.h, loader/dos/dosvm.c, loader/dos/module.c:
Ove Kaaven <ovek@arcticnet.no>
Added infrastructure and definitions for general-purpose event and IRQ
handling for the Wine dos box. Removed the obsolete MZ_Tick. Added
event message loop, message handling, CLI/STI handling, and minimal
PIC support.
* loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
Added handling of SIGUSR2 for the new event interruption handling,
bumping up the protocol revision. Made some debug messages not be
output when it's not necessary.
* msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
* include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
Ove Kaaven <ovek@arcticnet.no>
Added int 0x09 and int 0x33.
* msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
Implemented a int 0x33 handler, with a minimal implementation of the
mouse routines, including callbacks.
* msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
Implemented a int 0x09 handler, and a scancode queue that simulates
IRQ 1 in the dos box.
* include/docobj.h: Paul Quinn <paulq@corel.ca>
Creation of docobj.h.
* objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Allow depth of DIB to differ from depth of bitmap in GetDIBits.
Wed Mar 24 15:07:20 1999 Alexandre Julliard <julliard@winehq.com>
* debugger/editline.c: Abort on input error.
* include/oledlg.h: Adrian Thurston <adriant@corel.ca>
Population of oledlg.
* windows/x11drv/event.c, windows/painting.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Add IsWindow() checks after SendMessage() returns.
* msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
Fixed a small bug in int10.
* controls/combo.c: Pascal Lessard <pascal@macadamian.com>
COMBO_Size: maintain the height of the RectCombo when the window is
resized.
* include/hook.h, include/winuser.h: Adrian Thurston <adriant@corel.ca>
Paul Quinn <paulq@corel.ca>
Added various definitions.
Moved CWPSTRUCT from hook.h to winuser.h to conform to the SDK.
* include/windef.h: Jim Aston <jima@corel.ca>
Added a few empty macros.
* include/cursoricon.h, objects/cursoricon.c:
Marcus Meissner <marcus@jet.franken.de>
CURSORICON_Destroy: missing WINAPI added.
* misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
Added translation for SO_RCVTIMEO (as seen by IE4).
Tue Mar 23 17:04:10 1999 Alexandre Julliard <julliard@winehq.com>
* server/process.c: Create startup info for the initial process.
* include/server.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/request.c, server/trace.c:
Added server pid and tid in init_thread request, and use them in
CLIENT_InitThread.
* 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:
Noomen Hamza <noomen@macadamian.com>
Implemented:
- IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and
GenericCompositeMoniker
- IRunningObjectTable interface, and
- IBindCtx interface.
* graphics/psdrv/bitmap.c, graphics/psdrv/ps.c, include/psdrv.h:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Added StretchDIBits for the PostScript driver.
* include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
Added missing ending pragma pack.
* misc/comm.c: Rein Klazes <rklazes@casema.net>
Corrected small bug in GetCommState16. Parity check can be disabled
even when a parity bit is used. SetCommState16() can override baudrate
setting in wine.conf.
Mon Mar 22 17:47:36 1999 Alexandre Julliard <julliard@winehq.com>
* loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: cope with quoted arguments for CreateProcess().
* loader/resource.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Fixed typo in SizeofResource().
* memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
lstrcpyA can't use strcpy.
* relay32/builtin32.c, if1632/builtin.c, include/module.h, misc/main.c, miscemu/main.c:
Marcus Meissner <marcus@jet.franken.de>
Added -dll option for winelib programs. (Note: will not print warnings
on failure currently).
* relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Added strlwr.
* loader/pe_image.c, msdos/int21.c:
Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Cosmetics.
* if1632/mmsystem.spec, relay32/winmm.spec:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
* multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Started calling mixer as a 32 bit low level driver (no longer 16 bit)
Added support for yield proc in mci struct
Added mmTaskXXX16 and mmThreadXXX16 functions
Refreshed implementation of 16 bit native & asynchronous MCI driver
command (through mmtask.tsk).
* multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed a few bugs. Started implementing mixerMessage as a 32 bit
function (no longer 16 bit).
* multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Implemented mciExecute.
* include/multimedia.h, multimedia/mci.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Added yield proc members to mci struct.
* include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
Added mixer specfic error codes, fixed type in function name.
* windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed return codes for default driver proc.
* controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
Made LB_GETCURSEL return focus_item if no item has been selected.
* windows/x11drv/keyboard.c:
Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
Added Finnish keyboard layout.
* 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:
Veksler Michael <mveksler@techunix.technion.ac.il>
Removed winuser16.h from x11drv.h.
* include/winspool.h, misc/printdrv.c:
Klaas van Gend <klaas@vangend.demon.nl>
Implementation of EnumPrintersA, info level 4 and 5.
* tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
Check if the build is stripped, and die if it is.
Check for Bash 2.0, and if so use different STDERR->STDOUT redirctor
(thanks Ryan Cumming!).
* windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
Fixed "reached end of non void..." warnings.
* documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
MessageBox32A -> MessageBoxA
* loader/module.c, relay32/kernel32.spec:
Sergey Turchanov <turchanov@usa.net>
Implementation for FreeLibraryAndExitThread.
Made GetBinaryType = GetBinaryTypeA.
* include/task.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Run Win32 processes in their own threads.
Process exit sequence adapted.
Sun Mar 21 19:26:26 1999 Alexandre Julliard <julliard@winehq.com>
* scheduler/sysdeps.c, scheduler/thread.c, include/thread.h, loader/module.c, scheduler/client.c, scheduler/process.c:
Changed process initialisation to use the new server requests.
Started to move the process init to the right context, not finished yet.
* 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:
Added new_process and init_process request.
Split out process creation from thread creation.
Changed server initialisation to ensure that we always have a current
thread.
* windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
One small error corrected and the 102th key...
* misc/comm.c, include/comm.h: Ove Kaaven <ovek@arcticnet.no>
Made commerror and eventmask local to each port (for win16), made the
win16 routines use port indices instead of UNIX fds (this should make
some Visual Basic stuff and similar garbage start working), moved some
stuff around (win16 routines at top of file, win32 routines at
bottom), made a couple of win32 routines use win32 handles, and added
a few hints as to how to implement asynchronous buffers, based on
which EnableCommNotification can eventually be implemented.
* include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
Fixed prototypes of a couple of comm routines.
* loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Fixed typo.
* windows/win.c: Francis Beaudet <francis@macadamian.com>
Clear update region before WM_NCDESTROY.
* include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
Got rid of SYSTEM_LOCK macros.
Sat Mar 20 07:18:26 1999 Alexandre Julliard <julliard@winehq.com>
* misc/main.c: No longer need to delete system heap critical section.
Fri Mar 19 17:04:25 1999 Alexandre Julliard <julliard@winehq.com>
* dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
Added a check for desktop in SHGetFileInfo.
* multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed some bugs in MCI message mapping (32A => 16).
* windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
Fixed WIN_SendDestroyMsg.
* include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
Removed definitions for FIONREAD and FIONBIO.
* windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixes some return values for DefDriverProc.
* programs/regapi/regFixer.pl:
Sylvain St.Germain <sylvain@macadamian.com>
Removed the chop command that was there to get rid of dos ^M.
The script now process only unix file format.
* windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Hide dialog windows created by CreateDialog* in EndDialog just as
Windows does.
* ole/variant.c: Stephane Lussier <stephane@macadamian.com>
Set type of destination variant in VariantChangeTypeEx function.
* windows/x11drv/keyboard.c:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Fixed Danish keyboard layout.
Thu Mar 18 17:39:58 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Marcus Meissner <marcus@jet.franken.de>
Lots of warning fixed, one missing WINAPI in ddraw.c added.
* dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
* relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
* relay32/kernel32.spec, misc/toolhelp.c:
Marcus Meissner <marcus@jet.franken.de>
Added Module32* stubs.
Wed Mar 17 15:54:44 1999 Alexandre Julliard <julliard@winehq.com>
* windows/x11drv/keyboard.c:
Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
Added Portuguese keytable.
* windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
Added Canadian French keyboard layout.
* windows/x11drv/keyboard.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Added UK keyboard layout.
* msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
<paranoid07@hotmail.com>
Fixed/implemented various interrupt functions.
* controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c:
Marcus Meissner <marcus@jet.franken.de>
Fixed some warnings. removed some unneccessary includes, removed one
direct WND* access in controls/menu.c.
* windows/win.c: Francis Beaudet <francis@macadamian.com>
Implemented a more defensive version of WIN_SendDestroyMsg.
* include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
Install headers from $(SRCDIR).
* include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
Removed the obsolete ICOM macros.
* include/vfw.h: Francois Gouget <fgouget@psn.net>
Moved the APIs closer to the corresponding COM interface, removed two
duplicates and added 2-3 macros for A/W APIs.
* msdos/int15.c: <paranoid07@hotmail.com>
Added some stubs for int15 functions.
* windows/message.c, windows/queue.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Inter-thread SendMessage() bugfixes:
- Insert new message to be received at the *end* of the SM_PENDING_LIST.
- Do *not* process received messages in ReplyMessage().
- Clear the QS_SMRESULT flag only immediatedly before waiting.
* ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
Return error if not a valid OLE compound file.
* dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
Fix crash if lpuCurDirLen or lpuDestDirLen==0.
* misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
strange).
Tue Mar 16 16:29:26 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
* include/process.h, include/thread.h, scheduler/process.c, scheduler/thread.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Pass new arguments (suspend/inherit) to the server.
* include/server.h, include/server/thread.h, scheduler/client.c, server/request.c, server/thread.c, server/trace.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Handle suspend/resume_thread requests in phase STARTING correctly.
Set initial suspend count for threads created with CREATE_SUSPENDED.
Set 'inheritable' flag for process/thread handles.
* 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:
Marcus Meissner <marcus@jet.franken.de>
Removed no longer necessary win.h include, added now necessary other
includes (win.h used only by UPDOWN now).
* misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
debug.h must be last, or we get ERR() macro problems again.
* dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
Fixed a slight bug that was included in the change from WND ptr to
hwnd last week.
* loader/main.c, misc/callback.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Fix compiler warnings.
* dlls/comctl32/imagelist.c, dlls/comctl32/treeview.c, include/treeview.h:
Sylvain St.Germain <sylvain@macadamian.com>
Fixed some graphical problems of the treeview and added support LMB
click on +/- sign to open and close.
Fixed a bug in imagelist where the last image could not be displayed.
* windows/x11drv/event.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Avoid unnecessary error messages.
* windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Ignore HIWORD of boolean return values of 16-bit hook procedures, to
match buggy Windows behaviour.
* graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
Corrected bug in enumeration function.
* windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
Fixed bug introduced in WIN_FindWindow.
* dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
0 is a valid index for a tab item.
CreateSolidBrush takes a COLORREF as a parameter.
Tab controls were always displayed in the top left corner.
Mon Mar 15 16:15:17 1999 Alexandre Julliard <julliard@winehq.com>
* include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
Francois Gouget <fgouget@psn.net>
Updated the interfaces to use the latest ICOM macros.
* documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
Updated.
* if1632/mmsystem.spec, include/mmsystem.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mci.c, multimedia/mcistring.c, multimedia/mmsystem.c, relay32/winmm.spec:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Moved all MCI internal functions/variables/macros to mci.c.
Changed some interface names.
* include/digitalv.h, multimedia/mciavi.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Make use of digitalv.h file.
* multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Changed how list of loadable MCI drivers is obtained.
* documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
Describes in newbie terms how to add new keyboard layouts.
* windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
Better comments, and added ANSI codepages in table.
US keyboard contributed by Uwe Bonnes.
French keyboard contributed by Eric Pouech.
German keyboard contributed by Ulrich Weigand.
Danish keyboard contributed by Bertho Stultiens.
* 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:
Klaas van Gend <klaas@vangend.demon.nl>
- Reimplementation of the CommDlg ExtendedError mechanism using TLS.
- Some header inclusion cleanup.
* multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Cosmetic fixes.
* multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Makes use of new CDAUDIO_Seek() function.
* msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Various fixes for MSCDEX traps.
* misc/cdrom.c, include/cdrom.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
Added new function CDAUDIO_Seek().
* include/driver.h, windows/driver.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Better 16/32 bit driver messages mapping and handling.
Better protection against bad handles.
* include/peexe.h, loader/resource.c:
Marcus Meissner <marcus@jet.franken.de>
Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
code.
* include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
Fixed make install.
----------------------------------------------------------------
Sun Mar 14 17:25:33 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Francois Boisvert <francois@macadamian.com>
Made access to the wnd struct thread-safe.
* */*: Jim Aston <asto0001@algonquinc.on.ca>
Renamed wintypes.h to windef.h.
* memory/heap.c: Make the system heap critical section global.
* Make.rules.in:
Fixed Makefile up-to-date check to avoid relinking all the object
files.
* windows/dinput.c: Patrik Stridvall <ps@leissner.se>
Reimplemented some code without using X11.
* graphics/ddraw.c, relay32/ddraw.spec:
Patrik Stridvall <ps@leissner.se>
Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
* include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
Added tracing for delayed imports and removed the fixme.
* files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
Better implementation of GetShortPathNameA/W.
* misc/registry.c, wine.ini: Nathan Zorich <wfilardo@fuse.net>
Allow the file names and paths for the registry files (user.reg and
system.reg) to be specified in a [Registry] section of wine.ini or
other config file.
* memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
Fix OemToAnsiBuff for real Win31 behavior.
* windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
First attempt at supporting different keyboard layouts with their
correct scancode mapping.
* 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:
Sylvain St.Germain <sylvain@macadamian.com>
Added command line tool to access the registry.
* rc/winerc.c: Fixed compilation.
* rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
Ignore generated files.
* programs/notepad/lcc.h: Fixed make depend.
* 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:
Paul Quinn <paulq@linuxmaster.hungrycats.org>
Many new defines, and structs to help compile MFC. As well as a few
OLE corrections from earlier.
* loader/ne/module.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Make GetModuleHandle16 only look for module names, not path names.
* msdos/int10.c: Jess Haas <desmoke@hotmail.com>
Added some more vga video modes.
* windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
Prevent X11 errors when XCreateWindow is called with zero width or
height.
* objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
Added metafile support for ExtFloodFill.
* controls/button.c:
Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
Paint gray text on gray background in checkboxes/radiobuttons by
stippling. Also changed the brush used in this case to give better
readability with X fonts.
* 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:
Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Implemented (nearly) all TAPI functions as stubs.
* include/wine/winuser16.h, misc/comm.c, files/dos_fs.c, include/winbase.h:
Michael McCormack <Michael.McCormack@alcatel.com.au>
Basic support for WIN32 serial communications API.
Modify DOSFS_OpenDevice to allow opening of COM ports.
Change Win32 comm functions to accept file handle.
Add declaration of COMSTAT32 structure.
* graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
Fixed a silly VGA-emulation palette bug.
* msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
Fixed a couple of ugly warnings (caused by ugly errors).
* msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Bug fix.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
- IShellFolder and IEnumIDList are using the new COM headers
- fixed sort order for folders and drives
* README: Ove Kaaven <ovek@arcticnet.no>
Corrected location of FAQ.
* msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
Fully implemented Direct Console Input.
Sat Mar 13 18:20:27 1999 Alexandre Julliard <julliard@winehq.com>
* windows/queue.c, dlls/shell32/shlfolder.c, if1632/thunk.c, scheduler/sysdeps.c:
Marcus Meissner <marcus@jet.franken.de>
Fixed newly introduced and some leftover warnings.
* include/wingdi.h: Francois Gouget <fgouget@psn.net>
It is now possible to use the standard macros for GetTextExtentPoint
and GetTextExtentPoint32.
* include/prsht.h: Francois Gouget <fgouget@psn.net>
Fixed some SendMessage32A that escaped the renaming.
* include/ole2.h: Francois Gouget <fgouget@psn.net>
On windows ole2.h includes oleauto.h and some programs depend on this.
* include/oleauto.h, ole/ole2disp.c: Francois Gouget <fgouget@psn.net>
Fixes in the SysAllocString functions prototypes. It's mostly 'const'
problems that prevent regular code from compiling.
* 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:
Pavel Roskin <pavel_roskin@geocities.com>
File open dialog now uses icons instead of bitmaps.
* include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
Updated AVI* class interface to new ICOM_ methods.
* multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
Some fixes and additions.
* 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:
Marcus Meissner <marcus@jet.franken.de>
Started on avifil32 implementation (only stubs currently).
* graphics/painting.c: Patrik Stridvall <ps@leissner.se>
Reimplemented DrawFocusRect without using X11.
* include/miscemu.h, msdos/dosmem.c, msdos/int10.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Implemented mode setting things as well as VESA additions and other
things. Cleaned up DOSMEM_BiosData handling.
* include/wine/obj_olefont.h, ole/olefont.c:
Francis Beaudet <francis@macadamian.com>
Implemented the IPersistStream interface on the OLE font object.
* miscemu/emulate.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Make function BX=6 round ST0 to integer.
* include/commctrl.h, include/wingdi.h: Paul Quinn <paulq@corel.ca>
Adrian Thurston <adriant@corel.ca>
- Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
- Added some missing structures and definitions to wingdi.h
- Added proper defines for GetCharWidthsXXX
- Added c++ protection to wingdi.h
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
- mostly cleanup after the renaming
- implemented SHILCreateFromPath
- small changed to SHGetFileInfo
* include/prsht.h, include/winuser.h:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
structure for compatibility.
* dlls/commdlg/printdlg.c, include/cderr.h, include/commdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Moved error codes to cderr.h.
* loader/module.c: Peter Ganten <ganten@uni-bremen.de>
Fix CreateProcess to handle lpCommandline better.
* win32/init.c: Peter Ganten <ganten@uni-bremen.de>
Change GetStartupInfoA/W to return the real StartupInfo.
* windows/mdi.c: Guy Albertelli <<galberte@neo.lrun.com>>
Handle null wndPtr for mdi window.
* include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
Fixed a couple of missing #defines for Win32 API functions with
ASCII/Unicode versions.
* win32/newfns.c, if1632/kernel.spec, if1632/thunk.c, if1632/wprocs.spec, include/callback.h, misc/callback.c, relay32/Makefile.in, relay32/utthunk.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented UTRegister and UTUnRegister.
* if1632/ddeml.spec, include/ddeml.h, include/winnt.h, misc/ddeml.c, relay32/user32.spec:
<keith_m@sweeney.demon.co.uk>
Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
DdeSetQualityOfService, DdeSetUserHandle.
Corrected heap handling in DdeInitializeW, refined CreateMutex error
handling.
General tidying.
* if1632/olecli.spec, include/ole.h, ole/olecli.c:
Pavel Roskin <pavel_roskin@geocities.com>
Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
OleRevertClientDoc, OleEnumObjects.
* relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
Definition for OleCreateLinkFromClip was incorrect.
* loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
Mask out the upper 12 bits from the resourceid, just like win95 does.
* BUGS: Ove Kaaven <ovek@arcticnet.no>
Updated bug list by my knowledge of them.
* ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
StgCreateDocfile accepts NULL as a file name.
* objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
Added support for alternate DIBBITBLT layout.
* debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
Buffer size bug in LocateDebugInfoFile.
* graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Improved "error" message readability.
* server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
* dlls/comctl32/listview.c: Fixed make depend
Fri Mar 12 17:42:50 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Replaced direct access to the WND structure by corresponding calls to
Win32 functions.
* dlls/comctl32/commctrl.c, dlls/comctl32/progress.c, dlls/comctl32/updown.c, include/commctrl.h:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixed some bugs introduced by the automated renaming.
* resources/.cvsignore: Added sysres_Ru.s
* dlls/comctl32/header.c, dlls/comctl32/listview.c, include/commctrl.h, include/listview.h:
Luc Tourangeau <luc@macadamian.com>
Changed the listview control to add the report view and fix some bugs
for the list view.
* misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
Removed use of WND struct.
* dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
Added #ifdef HAVE_WCTYPE_H.
* dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
Removed direct access to the WND struct.
* windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
Message translation for WM_WININICHANGE.
* windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
obm_closed_95 should not be drawn inverted.
* dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
Removed direct access to the WND struct.
* ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
Thuy Nguyen <thuy@macadamian.com>
Improved performance.
* windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
Create a new DC in GetDCEx when none are available.
* ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
Stephane Lussier <stephane@macadamian.com>
Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
* controls/combo.c: Pavel Roskin <pavel_roskin@geocities.com>
Changed the button state to "up" as soon as it is known that the
selection has been cancelled, so the button is redrawn in the "up"
state.
* miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
Wed Mar 10 18:03:54 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Paul Quinn <paulq@corel.ca>
Added a lot of new OLE interfaces.
* documentation/languages, documentation/wine.man, include/options.h, misc/main.c, ole/ole2nls.c, resources/Makefile.in, resources/sysres.c, resources/sysres_Ru.rc:
Alexander Kanavin <ak@cave.hop.stu.neva.ru>
Added support for Russian language.
* if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Temporary fix: Activate 16-bit system timer callback routines, but
skip calling them if timer signal occured while current thread was
holding the Win16Lock (to prevent 16-bit stack corruption).
* include/syslevel.h, scheduler/syslevel.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented _ConfirmWin16Lock (KERNEL32.96).
* graphics/ddraw.c, include/ddraw.h:
Lionel Ulmer <ulmer@directprovider.net>
- some clean up in handling of depth
- more depth conversion routines for X11 (15, 16 and 32 -> 8)
* include/queue.h, windows/message.c, windows/queue.c:
Stephane Lussier <stephane@macadamian.com>
Implemented SendMessageTimeout() functions.
* programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
Marcel Baur <mbaur@g26.ethz.ch>
Added Boyer-Moore text search.
* if1632/thunk.c, if1632/user.spec, include/callback.h, misc/callback.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added USER.DestroyIcon32 to Callout struct.
* include/module.h, loader/ne/convert.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Deleted NE_FreePEResource().
* include/user.h, loader/main.c, loader/module.c, windows/user.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Adapted to cursor/icon handling changes.
* loader/ne/resource.c, loader/resource.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Allow accessing both NE and PE resources with both 16- and 32-bit API.
Hook cursor/icon destruction into FreeResource (like Win95).
* include/cursoricon.h, objects/cursoricon.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented Win95-style shared cursor/icon cache.
Merged NE and PE resource handling.
* graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
Pavel Roskin <pavel_roskin@geocities.com>
Fixed folder bitmap colors for 8bpp.
* graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
Windows doesnt allow dashed and dotted lines > 1.
* ole/compobj.c: Francis Beaudet <francis@macadamian.com>
Fixed a reference-counting problem in the external lock mechanism.
* dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
Fixed a simple bug in the implementation of the ShellView objects.
* dlls/shell32/shell32_main.c, include/shell.h:
Sergey Turchanov <turchanov@usa.net>
Added some extra CSIDLs.
* loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: Allow lpCommandLine == NULL in CreateProcess().
* windows/x11drv/keyboard.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
* graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Avoid unnecessary GraphicsExpose events.
* ole/safearray.c: Francis Beaudet <francis@macadamian.com>
Fixed index calculations of the upper and lower bounds of a safearray.
Fixed a wrong initialization of the VT sizes array.
* ole/ole2.c, relay32/ole32.spec:
Francis Beaudet <francis@macadamian.com>
Implementation of the ReleaseStgMedium method.
Tue Mar 9 17:47:51 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
- sorted API by groups
- new stubs: NtQueryDirectoryFile, ZwQueryDirectoryFile
- impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
- impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
RtlTimeFieldsToTime
* include/ntddk.h, include/ntdef.h, include/winnt.h:
Juergen Schmied <juergen.schmied@metronet.de>
Many new prototypes.
* loader/resource.c, include/module.h:
Juergen Schmied <juergen.schmied@metronet.de>
Fix use of wrong prototype from ntdll.h.
* dlls/advapi32/security.c:
Juergen Schmied <juergen.schmied@metronet.de>
Make more functions just calling down to ntdll.
New: GetSecurityDescriptorSacl.
* graphics/psdrv/afm.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Accept "Normal" as a valid AFM weight.
* ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
Smarter way of searching for a free block.
* windows/message.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
* libtest/hello5.c: Marcus Meissner <marcus@jet.franken.de>
Corrected cast so hello5 compiles again.
* dlls/commdlg/filedlg.c: Norman Stevens <norman@arcady.u-net.com>
Don't copy lpstrFileTitle if given NULL pointer for this.
Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
* misc/winsock.c, include/winsock.h:
Marcus Meissner <marcus@jet.franken.de>
Fix broken _convert_sockopt for IPPROTO_TCP cases, added TCP_NODELAY.
* msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
__asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell,
removed additional "eax" from clobber list, so egcs-current likes it.
* memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
CreateFileMapping SetLastError(0)s on newly created mappings.
Sun Feb 28 20:05:12 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Klaas van Gend <Klaas@vangend.demon.nl>
Create a new subdirectory for the common dialog box DLL and move all
code from /misc/commdlg.c to this directory. Also made a start in
documenting the API calls.
* 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:
Marcus Meissner <marcus@jet.franken.de>
More include optimizations.
* 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:
Marcus Meissner <marcus@jet.franken.de>
Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
additional {}. Rewrote GetCreationModeFromSTGM so we don't get
"possible use of uninitialized variable".
* include/mmsystem.h, include/multimedia.h:
Marcus Meissner <marcus@jet.franken.de>
MCI_OPEN_DRIVER_PARMS - Add win32 version of structure.
* files/directory.c, msdos/int21.c:
Marcus Meissner <marcus@jet.franken.de>
Changed CreateDirectory LastError returns to match Win32 (found out by
experiment). Adapted int21 CreateDirectory call to still return the
correct DOS error codes according to Ralph Brown.
* graphics/ddraw.c, relay32/ddraw.spec:
Lionel Ulmer <ulmer@directprovider.net>
- added function DirectDrawEnumerateEx
- added (or corrected) check for the return value of the enumeration functions
* configure, configure.in: Lionel Ulmer <ulmer@directprovider.net>
Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
* multimedia/mcicda.c:
Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
Added missing <sys/types.h>.
* include/winuser.h: Klaas van Gend <klaas@vangend.demon.nl>
Added the button states as returned by IsDlgButtonChecked().
* loader/module.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Added support for quoted file names in CreateProcess().
* files/file.c, scheduler/client.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, win32/console.c:
CLIENT_WaitReply: don't clear last error on success; fixed callers
accordingly (based on a patch by Juergen Schmied).
* msdos/int10.c: Jess Haas <desmoke@hotmail.com>
Added some support and stubs for VESA to msdos/int10.c.
* 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:
Marcus Meissner <marcus@jet.franken.de>
More include optimisations and fixes.
* server/process.c: Juergen Schmied <juergen.schmied@metronet.de>
open_object should return ERROR_FILE_NOT_FOUND when the named object
is not found.
* files/directory.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Better error message.
* 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:
Use server handles directly for Win32 handles. Removed use of K32OBJ.
* 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:
David Luyer <luyer@ucs.uwa.edu.au>
- fixed missing stdlib.h and string.h includes everywhere
- removed a couple of unneeded stdlib.h and stdio.h includes
* 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:
Process and thread id now use the server-side id instead of an
obfuscated pointer.
* libtest/guitest.c, libtest/guitest.rc, libtest/guitest.rh:
Ove Kaaven <ovek@arcticnet.no>
The Windows GUI behaviour tester used on the Windows computer. It was
used with Borland C++ 4.52, but should be easy to adapt to Winelib by
whoever feels like it; I haven't, I just released this useful test app
in case it would benefit other developers.
* documentation/gui: Ove Kaaven <ovek@arcticnet.no>
This file details the results (message traces) the GUI behaviour
tester app gave under real Windows for various events. It was useful
for some of my debugging at least, perhaps it could be of some use to
other Wine GUI debuggers as well.
* configure, configure.in, include/config.h.in, include/sig_context.h, include/winnls.h, misc/winsock.c, misc/winsock_dns.c, multimedia/dsound.c:
Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
needs "winuser.h".
* win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
and .PIF files.
* loader/dos/module.c, miscemu/main.c, msdos/dpmi.c, include/dosexe.h, include/pe_image.h, loader/main.c, loader/pe_image.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Adapted to CreateProcess changes.
* loader/ne/module.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
NE modules adapted to CreateProcess changes.
LoadModule16/LoadLibrary16 reorganization.
* include/module.h, include/task.h, loader/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Process creation sequence reorganized:
- Removed instance data segment for all but NE modules.
- Check binary type in CreateProcess before loading module.
- Unix process creation moved from WinExec to CreateProcess.
- Bugfix: fill in thdb->teb.htask16 member correctly.
* windows/input.c: Guy Albertelli <galberte@neo.lrun.com>
- Code to return default language code as keyboard layout.
- Implemented other stubs associated with keyboard layout:
GetKeyboardLayoutNameA, ActivateKeyboardLayout,
LoadKeyboardLayout[AW], GetKeyboardLayoutList.
* include/commdlg.h, include/resource.h, misc/Attic/commdlg.c, resources/sysres_En.rc:
Klaas van Gend <klaas@vangend.demon.nl>
Preliminary implementation of the PrintDlgA stub.
* ole/nls/nld.nls: Klaas van Gend <klaas@vangend.demon.nl>
Now compliant to the Dutch standards.
* windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
* msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
Fixed a couple of dosmem block resize bugs.
* graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
- no more 3D capabilities if Direct3D support is not compiled in
- some debug messages clean-up (replaced fprintfs by DUMPs)
* misc/main.c: Marcus Meissner <marcus@jet.franken.de>
We got passed a NULL Dialect ptr and accessed it unprotected.
* server/file.c, server/mapping.c, include/server/object.h, memory/virtual.c:
Added support for mappings with no associated file.
* include/server.h, include/server/process.h, scheduler/client.c, server/process.c, server/request.c, server/trace.c:
Removed dst_handle in duplicate_handle request.
Added inherit flag in create_mapping request.
* include/oaidl.h, include/wine/obj_oleaut.h, ole/safearray.c, ole/variant.c:
Francis Beaudet <francis@macadamian.com>
Implemented support for arrays and safe arrays in VARIANT data
structures. Also moved the SAFEARRAY definition (yet again) to the
obj_oleaut.h file.
* wine.ini: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
Fixed Filesystem documentation.
* include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
Pavel Roskin <pavel_roskin@geocities.com>
Made folder icons gray-yellow instead of blue.
* windows/message.c: Francis Beaudet <francis@macadamian.com>
Order of send message processing was not respected and the message
stacked last finished after the message stacked first.
* windows/winpos.c: Francis Beaudet <francis@macadamian.com>
Added checks to guard against NULL active window.
* windows/dialog.c: Norman Stevens <norman@arcady.u-net.com>
Don't check children of disabled or invisible controls for dialog
keyboard accelerators. Fixes problems with dialogs with tab boxes.
* ole/compobj.c, relay32/ole32.spec:
Francis Beaudet <francis@macadamian.com>
Implemented the CoTaskMemRealloc API. Also clean-up around that API
call.
* ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
Added a missing Release.
STGM_CREATE should translate to CREATE_ALWAYS.
----------------------------------------------------------------
Fri Feb 26 12:33:21 1999 Alexandre Julliard <julliard@winehq.com>
* DEVELOPERS-HINTS: Updated for new naming conventions.
* */*: Large-scale renaming of all Win32 functions and types to
use the standard Windows names.
----------------------------------------------------------------
Thu Feb 25 18:11:40 1999 Alexandre Julliard <julliard@winehq.com>
* misc/main.c: Albert den Haan <albertd@corel.ca>
For various reasons some of our libwine executables must have a "." in
their file names. The "." causes trouble when the file name is used as
the class name for an X resource as wine does for command line parsing
under X.
* windows/win.c:
Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
* include/gdi.h, include/heap.h, include/wintypes.h:
David Luyer <luyer@ucs.uwa.edu.au>
Added __attribute__ ((unused)) on static inline functions declared in
header files.
* documentation/bugreports: Adam the Jazz Guy <magicbox@bestweb.net>
Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
which uses my bug_report.pl script.
Added info on a command that can be run on all shells to print debug
msgs to a file and not to xterm.
* msdos/dpmi.c:
Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
Needs thread.h for non-Linux.
* include/win.h, windows/win.c:
Francois Boisvert <francois@macadamian.com>
Adding of new functions to make the wnd struct thread safe. Adding of
irefCount in wnd struct.
* configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
Michael Veksler <mveksler@techunix.technion.ac.il>
Added configure check for getbkgd and define HAVE_GETBKGD.
* 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:
Paul Quinn <paulq@corel.ca>
Many interface declarations that originated from oleidl.h, oaidl.h and
ocidl.h separated into somewhat relevant obj_* files.
* files/drive.c, ole/compobj.c, resources/sysres.c:
Michael Veksler <mveksler@techunix.technion.ac.il>
Fixed warning and compilation errors.
* include/windows.h: Michael Veksler <mveksler@techunix.technion.ac.il>
Removed includes of wine/* headers.
* loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
Made message "Resource not found" WARN.
* dlls/shell32/contmenu.c, include/shlobj.h:
Adrian Thurston <adriant@COREL.CA>
- Use the new COM definition macros in the header.
- Put the implementation of the object in the contmenu.c.
- Make appropriate name changes in contmenu.c.
* misc/registry.c, include/winreg.h: Paul Quinn <paulq@corel.ca>
Zygo Blaxell <zygob@corel.ca>
Modifies parameter list of a couple of functions to comply with SDK.
* windows/scroll.c: Pascal Lessard <pascal@macadamian.com>
ScrollDC32 modified to return rect in logical coordinate.
* include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
Adds C++ nameless union support to tagVARIANT.
* include/mmsystem.h, include/oaidl.h, include/oleauto.h:
Adrian Thurston <adriant@COREL.CA>
Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
Removed a redundant include.
Added some c++ protection.
Wed Feb 24 15:58:51 1999 Alexandre Julliard <julliard@winehq.com>
* dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, include/shlobj.h:
Juergen Schmied <juergen.schmied@metronet.de>
Changed pidl structure to match the pidl's used in lnk-files.
* dlls/shell32/shelllink.c:
Juergen Schmied <juergen.schmied@metronet.de>
Implemented reading of *.lnk-files.
* include/wine/obj_shelllink.h:
Juergen Schmied <juergen.schmied@metronet.de>
new file, including the IShellLink definition.
* 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:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Modified process creation sequence: call PE_CreateModule in the
context of the new process (in TASK_CallToStart).
Changed all PE/Module routines so as to always operate on the current
process; adapted all callers.
* 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:
Marcus Meissner <marcus@jet.franken.de>
Optimized away more includes, readded some #includes for necessary
prototypes.
* msdos/int2f.c: <smil@mechatronika.hu>
Added low-level Netware installation check.
* include/console.h, console/interface.c, console/ncurses.c:
Joseph Pranevich <jpranevich@lycos.com>
Added GetBackgroundColor call to the console struct. Will be used
later.
* msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
(Interrupt list did not have correct.)
* windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
Added stubs for two missing methods of DInput.
* ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
Fixed a bug.
* ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
Added support for larger files.
* objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fixes buffer overrun problems with GetDIBits.
* windows/message.c: Stephane Lussier <stephane@macadamian.com>
Fixed some SendMessage bugs.
* ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
Fix COM_ExternalLockFreeList to do not fail with an empty list.
Mon Feb 22 10:21:56 1999 Alexandre Julliard <julliard@winehq.com>
* misc/Makefile.in, misc/string.c:
Zygo Blaxell <zblaxell@furryterror.org>
Implemented some CRTDLL string functions.
* 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:
Marcus Meissner <marcus@jet.franken.de>
Some more recursive include fixes/optimizations.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
- eliminated one element of the pidl struct (dwSFGAO)
- changed some superflous FIXME
* dlls/shell32/shlfolder.c, include/wine/obj_dragdrop.h:
Juergen Schmied <juergen.schmied@metronet.de>
- header uses the last macros now
- rewrote IDropTarget according to the new COM headers
(was local declared not using the already written prototypes)
- corrected Drop method (wrong parameter count)
* windows/dinput.c: Francois Gouget <fgouget@psn.net>
Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
Added the interface implementation structures.
I remembered from an email that even when asked for a
IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
considered that we would only implement the latter. The
IDirectInputDeviceA_xxx methods have been renamed to
IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
implementation as before.
Renamed the implementation structures to XxxImpl.
* include/dinput.h: Francois Gouget <fgouget@psn.net>
Use latest COM macros
Defined the IDirectInputDeviceA interface independently from
IDirectInputDevice2A.
Removed the 32 suffix of the interfaces. Hopefully this will not
cause any problem with the renaming.
Moved the implementation specific stuff to dinput.c (well, the
interfaces at least).
Sun Feb 21 18:35:28 1999 Alexandre Julliard <julliard@winehq.com>
* scheduler/process.c, scheduler/sysdeps.c, include/process.h, include/thread.h:
Changed initial process creation to avoid memory allocations.
Removed a few unused fields in PDB and THDB.
* scheduler/client.c, scheduler/thread.c:
Removed thread queue functions.
Changed initial thread creation to avoid memory allocations.
Moved server startup to THREAD_CreateInitialThread.
* scheduler/synchro.c:
Removed use of per-thread wait_struct, cleaned up a bit.
* scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
* include/winnt.h: Added a few exception codes.
* 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:
Michael Veksler <mveksler@techunix.technion.ac.il>
- Fix headers to include less or smaller header files.
- Fix header and source files to include missing header files to avoid
warnings and errors.
* loader/signal.c, memory/ldt.c, misc/port.c:
Marcus Meissner <marcus@jet.franken.de>
Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
wine_sigaction __PIC__ cases, since "g" will not work with
-fomit-frame-pointer ("g" is referenced using %esp which was
invalidated before). Bug found and (other) fix suggested by
<daniel@mat.utfsm.cl> Daniel Serpell.
* ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
Added missing WINAPIs.
* 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:
Stephane Lussier <stephane@macadamian.com>
Fix problem where you need mouse activity to unlock some 16 bits
thread with multi-threaded apps.
Sat Feb 20 16:48:54 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Francis Beaudet <francis@macadamian.com>
Implemented the OleCreateFontIndirect method and the associated COM
object. That object supports the IFont and IDispatch interfaces.
* configure, configure.in, include/config.h.in, misc/port.c, misc/winsock.c, misc/winsock_dns.c:
Marcus Meissner <marcus@jet.franken.de>
Problems reported by Donald Page, PR 105-107.
* console/ncurses.c: Joseph Pranevich <jpranevich@lycos.com>
More commenting, better debugging of color problems, and support for
the new TerminalType option in wine.ini. This allows us to select
which terminal type we are really using so that we can, for example,
use its color capabilities.
* console/interface.c, include/console.h:
Joseph Pranevich <jpranevich@lycos.com>
Support for the new InitialRows andf InitialColumns options in wine.ini
(Generic replacement for XtermResolution option...)
* msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
* console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
Removal of obsolete XtermResolution option.
* documentation/console, wine.ini:
Joseph Pranevich <jpranevich@lycos.com>
Add information about the new wine.conf options.
* debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed backtrack issue on 16bit code.
* debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
* debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed comment for Wine documentation.
* include/server.h, include/server/request.h, server/request.c, server/trace.c:
Added get/set_handle_info request.
* graphics/x11drv/dib.c:
Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
* 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:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Fix a couple of 64bit platform problems and speed up compilation. See
tools/wrc/CHANGES for details.
* multimedia/mmio.c: Marcus Meissner <marcus@jet.franken.de>
mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF should Check the
correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
* Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
Added a check for the existence of wine.sym before installing it.
* include/ole2.h, ole/ole2.c, relay32/ole32.spec:
Francis Beaudet <francis@macadamian.com>
Added some new stubs for the OLE menu descriptor methods.
Fri Feb 19 16:50:24 1999 Alexandre Julliard <julliard@winehq.com>
* windows/queue.c: Martin Walker <mwalker@caci.co.uk>
Fixed message filtering check.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
- made the security functions consistent. advapi calls down to ntdll now
- new SetSecurityDescriptorGroup, SetSecurityDescriptorOwner,
SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
- nt-header cleanup
* dlls/ntdll/rtl.c, if1632/builtin.c, misc/cpu.c, win32/kernel32.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fixed a few broken includes.
* windows/nonclient.c: Reverted broken close button change.
* 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:
Jeff Garzik <jgarzik@pobox.com>
Added missing string.h include.
* loader/ne/module.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Only append .dll if no extension yet.
* windows/message.c: Francis Beaudet <francis@macadamian.com>
Temporary fix suggested by Ulrich to allow the
MsgWaitForMultipleObject method to be called from 16 bit threads.
* windows/winproc.c: Ove Kaaven <ovek@arcticnet.no>
Initialized return value of 16->32 conversion of WM_MDIGETACTIVE in
case it's sent to a window that doesn't handle it (i.e. not MDI
client).
* include/dce.h, windows/dce.c, windows/winpos.c:
Ove Kaaven <ovek@arcticnet.no>
Added extra child arguments to DCE_GetVisRgn() to be able to handle
PARENTDC class style combined with CLIPCHILDREN window style, to
prevent mis-redraws in Free Agent 16-bit.
* dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
Don't hang on the last child if it's not wanted.
* win32/kernel32.c, relay32/kernel32.spec: Ian Schmidt <irsman@iag.net>
Partial stub implementation of undocumented KERNEL routine PK16FNF,
needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
* misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
Fix redraw problems for ChooseColor dialog.
* */*.c: Marcus Meissner <marcus@jet.franken.de>
Removed a lot of occurences of windows.h (and added necessary other
includes).
* include/objidl.h, include/wine/obj_moniker.h, ole/compobj.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c:
Francois Gouget <fgouget@psn.net>
Small fixes.
* include/dsound.h, multimedia/dsound.c:
Francois Gouget <fgouget@psn.net>
Changed the first parameter from LPGUID (Windows headers) to REFGUID.
This makes it a 'const GUID*' which means DirectSoundCreate must not
change it.
* dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
include/wine/obj_base.h)
Thu Feb 18 17:34:10 1999 Alexandre Julliard <julliard@winehq.com>
* relay32/user32.spec, windows/message.c, windows/queue.c, windows/user.c, include/queue.h:
Stephane Lussier <stephane@macadamian.com>
- New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
to support thread-safeness, and nested SendMessage.
- Addition of ReplyMessage32.
* windows/x11drv/wnd.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
* misc/commdlg.c, resources/sysres_En.rc:
Pascal Lessard <pascal@macadamian.com>
Applied the changes of the resulting color of the choose color dialog.
Initialize values in the choose color dialog.
* include/wine/obj_base.h, include/wine/obj_marshal.h:
Francois Gouget <fgouget@psn.net>
Removed references to ICOM_INHERITS.
* ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
Thuy Nguyen <thuy@macadamian.com>
Fixed bug with read-only files.
* multimedia/mciavi.c, multimedia/mcimidi.c:
Marcus Meissner <marcus@jet.franken.de>
Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.
* include/dosexe.h: Marcus Meissner <marcus@jet.franken.de>
dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
* dlls/shell32/shelllink.c, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
Francois Gouget <fgouget@psn.net>
Modified so that they do not use the VTABLE_FUNC macros that performed
casts of all methods put in the jump table. I find it too risky to use
such macros because nothing guarantees that you actually put the right
method at the right place or that the prototype is right.
* include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/storage.c:
Francois Gouget <fgouget@psn.net>
Updated to use the latest COM macros. Defined more interfaces and API
functions.
* controls/menu.c, graphics/x11drv/oembitmap.c, include/winuser.h, windows/nonclient.c:
Francois Boisvert<francois@macadamian.com>
Implementation of the pushed close button.
Wed Feb 17 17:45:54 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Francois Gouget <fgouget@psn.net>
Moved some definitions to their proper include file.
* include/wine/obj_clientserver.h, include/wine/obj_misc.h:
Francois Gouget <fgouget@psn.net>
Fixed some ICOM_INHERIT stuff and added new related API functions.
* include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
Added new API. Part of it was in 'include/objbase.h' before and part
of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
perfect but it's better than having it in 'include/objbase.h'.
* dlls/advapi32/crypt.c, dlls/ntdll/nt.c, graphics/x11drv/graphics.c, scheduler/synchro.c, controls/scroll.c:
Francois Gouget <fgouget@psn.net>
Fixed a number of warnings concerning the matching of the printf
format string and the associated parameters (actually it's mostly
TRACE and FIXMEs).
* include/mmsystem.h, multimedia/mmio.c, multimedia/mmsystem.c, relay32/winmm.spec:
Marcus Meissner <marcus@jet.franken.de>
mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
mciLoadCommandResource32: second arg is wide string
mciGetDriverData: spec has just one long argument
* 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:
Francois Gouget <fgouget@psn.net>
Changed ICOM_THIS definition.
* dlls/version/info.c, include/ver.h:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
The VS_VERSION_INFO is a simple define and would cause confusion.
Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
* configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
"Configure finished" message suggests to call make when make depend
was successful.
* */*: Marcus Meissner <marcus@jet.franken.de>
Optimized include/*.h: (recursively) include all headers needed by
this .h file, but only those. Necessary fixes to a lot of .c files,
started optimizing "windows.h" away from some of them. Moved
GetCurrentTask prototype to wine/winbase16.h.
* include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
Luc Tourangeau <luc@macadamian.com>
Preliminary listview control implementation.
* controls/menu.c: Francois Boisvert <francois@macadamian.com>
Give the context menu its proper behaviour and modify TrackPopupMenu
to comply with windows API.
* windows/painting.c: Dave Pickles <davep@nugate.demon.co.uk>
GetUpdateRect should return client coordinates unless the window was
created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
in which case the result should be in logical coordinates.
* include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
Added the actual definitions of the interfaces.
* include/servprov.h: Francois Gouget <fgouget@psn.net>
Converted to the new COM declaration 'standard' for better
compatibility with C code implementating that interface.
* misc/wsprintf.c: Francis Beaudet <francis@macadamian.com>
Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
able to modify it.
* dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
Defined IDropTarget for ShellFolder. Implemented the Constructor,
Destructor, AddRef, Release and QueryInterface methods.
* memory/selector.c, if1632/kernel.spec:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
Mon Feb 15 15:24:20 1999 Alexandre Julliard <julliard@winehq.com>
* include/msacm.h, include/winuser.h:
Douglas Ridgway <ridgway@winehq.com>
c2man doesn't like extra semicolons.
* windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
Resetting X focus should not be done with SetFocus32. Called
the windowing (X11) driver's SetFocus routine directly instead.
This apparently fixes a big heap of user interface problems.
----------------------------------------------------------------
Sun Feb 14 14:09:42 1999 Alexandre Julliard <julliard@winehq.com>
* graphics/painting.c, include/winuser.h, objects/cursoricon.c, windows/dialog.c, windows/painting.c, windows/rect.c, windows/win.c, windows/winpos.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Changed some functions prototypes (were returning void).
* misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
Fixed some Winelib names.
* include/clipboard.h, include/console.h, include/desktop.h, include/keyboard.h, include/ttydrv.h, include/x11drv.h:
Juergen Schmied <juergen.schmied@metronet.de>
Corrected prototypes func() ->func(void).
* multimedia/init.c, multimedia/midi.c, debugger/memory.c:
Brian Joseph Czapiga <root@glacid.com>
Fixed a few #ifdefs.
* windows/scroll.c, windows/x11drv/wnd.c:
Jerome Vouillon <vouillon@claranet.fr>
Make a correct use of clipping rectangles.
* include/bitmaps/ocr_cross:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Added white border.
* debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
Implemented better output for indirect calls.
* relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed typo in winmm.spec.
* include/wintypes.h, include/wrc_rsc.h, misc/lstr.c, misc/wsprintf.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c:
Gavriel State <gavriels@COREL.CA>
A few non-x86 Winelib fixes.
* miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
Do not print 'wine: no executeable found' if we did execute something.
* programs/notepad/*:
Marcel Baur <mbaur@g26.ethz.ch>
- Added new IDS_NOTSAVED ressource (needs translation in *.rc)
- Improved printing support (not yet complete)
- Improved file drag and drop (should now work)
- General code cleanup
* include/multimedia.h, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmsystem.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed bugs on MCI notification (callback info are copied before
asynchronous return) - make use of it in MCI wave and midi.
Implemented mci(Set|Get)DeviceID(16|32) functions.
* windows/x11drv/wnd.c: Ove Kaaven <ovek@arcticnet.no>
Since SetParent now hides/shows, explicitly invalidating DCs in the
parent change operation should no longer be necessary.
* windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
* msdos/ioports.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Moved VGA port access check at the beginning in order to improve
performance a little bit.
* server/file.c: Juergen Schmied <juergen.schmied@metronet.de>
Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
* msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
Added comments. Think I've fixed INT 10/08 (Get Character and
Attribute at Cursor).
* console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
Added configuration options XtermProgram and XtermResolution.
Fixed a warning.
* documentation/console, wine.ini:
Joseph Pranevich <jpranevich@lycos.com>
New examples/documentation for console configuration options.
* 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:
Joseph Pranevich <jpranevich@lycos.com>
Moved initialization until later. Also moved around code a bit to be
consistant.
* include/debugger.h: Marcus Meissner <marcus@jet.franken.de>
Added possibility to load .stabs/.stabstr sections from PE dlls.
Unfortunately my samples use currently typedefs which wine-dbg does
not understand, so no actual parsing.
* 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:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Change a couple of names that would conflict after all 32[AW] suffixes
are removed. Structures defined in both mmreg.h and mmsystem.h are
protected with #ifdef:s as in MS' headers.
* misc/imm.c: Patrik Stridvall <ps@leissner.se>
Fixed wrong typecasts.
* programs/progman/grpfile.c: Stefan Leichter <sle@camline.com>
Compilation fix.
* configure.in, configure: Ove Kaaven <ovek@arcticnet.no>
Fix for X11 includes detection.
* debugger/hash.c, debugger/msc.c, debugger/stabs.c:
Marcus Meissner <marcus@jet.franken.de>
Added possibility to load .stabs/.stabstr sections from PE dlls.
Unfortunately my samples use currently typedefs which wine-dbg does
not understand, so no actual parsing.
* multimedia/dplay.c, documentation/status/directdraw, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h:
Marcus Meissner <marcus@jet.franken.de>
Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
* ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
Juergen Schmied <juergen.schmied@metronet.de>
Implementation of ConvertDefaultLocale32.
* windows/mdi.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
WIN31 Look still needs a close button on the left of the menu bar.
* windows/winpos.c: Francois Boisvert <francois@macadamian.com>
Changed SetWindowPos32 to force the update of the non-client area.
Sat Feb 13 17:56:28 1999 Alexandre Julliard <julliard@winehq.com>
* dlls/shell32/shell32_main.h, include/mmsystem.h, include/ole.h, include/wingdi.h, include/winsock.h:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Fixed a couple of faulty names used in wine and typos so that it will
compile again after conversion from 32[AW] naming to [AW] naming.
* 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:
Marcus Meissner <marcus@jet.franken.de>
Moved the if1632/signal.c stuff into loader/signal.c, adapted function
pointers for wine_debug and INSTR_EmulateInstruction.
* ole/compobj.c: Francois Gouget <fgouget@psn.net>
All guid 'REFxxx' types already have a 'const' inside them.
* dlls/comctl32/draglist.c, dlls/comctl32/tooltips.c, misc/version.c, windows/winpos.c:
Marcus Meissner <marcus@jet.franken.de>
Some warnings fixed, one useless VERSION warning removed (winelib).
* misc/registry.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
RegFlushKey: wrong error code.
* win32/file.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Adds a warning message if permissions not sufficient.
* 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:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Added support for MCI AVI driver
Added some fixes mixer functions
Fixed MCI string comparison (thanks to Lionel ULMER)
No longer using 16 bit USER functions (use their 32 bit counter part)
Reindenting.
Added function sndPlaySound32W
* include/objbase.h, include/objidl.h, include/wine/obj_marshal.h:
Francois Gouget <fgouget@psn.net>
Added the actual interface definitions to the obj_marshal.h skeleton
file. Also defined the associated C API.
* windows/queue.c: Stephane Lussier <stephane@macadamian.com>
Use global synchronization objects, to be able to use it in different
processes (not only the process which create the synchro object).
* windows/mdi.c: Norman Stevens <norman@arcady.u-net.com>
Set hwndActiveChild when maximizing a mdi child window because it is
not set when maximizing a window other than the active child.
* controls/menu.c: Pascal Lessard <pascal@macadamian.com>
Change the GetMenuItemRect to comply with windows API.
* Makefile.in, configure, configure.in, include/.cvsignore, include/Makefile.in:
James Juran <jrj120@psu.edu>
Created include/Makefile.in to separate header file installation from
the top-level Makefile.
* ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
Thuy Nguyen <thuy@macadamian.com>
- Fixed a small block depot bug.
- Implemented converting from small blocks to big blocks.
- Validated file attributes and flags.
- Fixed a bug for larger files.
* resources/.cvsignore: added sysres_Nl
* 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:
Francis Beaudet <francis@macadamian.com>
Implemented the OLE Drag and Drop target registration mechanism and
the DoDragDrop loop to perform the DnD operation.
* windows/mdi.c, controls/menu.c, include/menu.h:
Francois Boisvert <francois@macadamian.com>
Implemented the WIN31 Look mdi buttons and also some defines for the
magic menu items.
* dlls/advapi32/Makefile.in, dlls/advapi32/crypt.c, include/wincrypt.h, relay32/advapi32.spec:
Ian Schmidt <irsman@iag.net>
Added entries for most Crypt* calls.
Added stub for CryptAcquireContextA. This allows Win98 EXPLORER.EXE
to get farther.
* controls/edit.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
An app left junk in the undo buffer of an edit control upon creation.
* windows/win.c: Ove Kaaven <ovek@arcticnet.no>
Changed SetParent32 to adhere to Windows behaviour (mostly),
which should also keep it from leaving garbage around.
* ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
Implementation of a simple linked list (static) that stores and counts
references to COM objects.
* include/objbase.h, include/wtypes.h:
Francois Gouget <fgouget@psn.net>
Make the REFxxx types const even in C. Also add FMTID.
* windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
Don't call EVENT_DummyMotionNotify for hidden windows.
* windows/message.c: Stephane Lussier <stephane@macadamian.com>
Fix some thread-safeness problem when accessing the system message
queue.
* windows/input.c, include/winuser.h, relay32/user32.spec:
Marcus Meissner <marcus@jet.franken.de>
Implemented MapVirtualKeyEx (ticket 21).
Ignore keyboard layout for now.
* include/objidl.h, include/wine/obj_clientserver.h:
Francois Gouget <fgouget@psn.net>
Added the actual interface definitions to the obj_clientserver.h
skeleton file.
* dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, relay32/ntdll.spec:
Juergen Schmied <juergen.schmied@metronet.de>
- documented most of the undocumented functions in nt.c
- implemented RtlGetDaclSecurityDescriptor
- stubs for NtEnumerateKey, NtOpenSymbolicLinkObject, NtQueryKey
- stubs for NtRaiseException, RtlRaiseException (this both will crash)
Fri Feb 12 17:47:07 1999 Alexandre Julliard <julliard@winehq.com>
* dlls/advapi32/security.c, dlls/advapi32/service.c, files/drive.c, misc/registry.c, win32/newfns.c, windows/user.c:
Juergen Schmied <juergen.schmied@metronet.de>
Small fixes to compile with the headers (mostly nt-security).
* include/ntddk.h, include/ntdef.h, include/ntdll.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h:
Juergen Schmied <juergen.schmied@metronet.de>
Made nt-related types compatible, throw out wine-specific types.
* windows/mouse.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Use MONITOR_... instead of DESKTOP_... routines to get screen
dimensions; these work also with native USER.
* windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
WM_ACTIVATE default processing should set window focus.
Should fix focus problems in non-managed mode.
Thu Feb 11 16:32:17 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Klaas van Gend <klaas@vangend.demon.nl>
Added support for the Dutch language.
* dlls/comctl32/propsheet.c, include/commctrl.h, include/prsht.h, include/shlobj.h:
Adrian Thurston <adriant@corel.ca>
Zygo Blaxell <zblaxell@corel.ca>
Move property sheets from commctrl.h into into prsht.h.
* graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c:
Lionel Ulmer <ulmer@directprovider.net>
Added 'objbase.h' to prevent compiler warnings.
* graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
Better detection of XShm errors (should now run on remote displays).
* multimedia/mmsystem.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Fixes mixerGetID16/32 problems/errors.
* ole/oleobj.c, multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
IsEqualGUID is defined in 'include/wine/obj_base.h'. All other
declarations must surrender or prepare to be met with deadly force :-)
* relay32/ole32.spec: Francois Gouget <fgouget@psn.net>
Added new functions (from Win98)
Added comments with the parameter types for future use with dllglue
* files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Set the flags for GetVolumeInformation32A.
* windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
FindWindow failed for 32 bit windows with style != WS_CHILD.
Wed Feb 10 06:52:58 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Paul Quinn <paulq@corel.ca>
Albert Den Haan <albertd@corel.ca>
Moves files from print.h to winspool.h for better SDK header compliance
for Winelib programs.
* 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:
Albert Den Haan <albertd@corel.ca>
Adrian Thurston <athursto@corel.ca>
Paul Quinn <paulq@corel.ca>
Zygo Blaxell <zygob@corel.ca>
Miscellaneous patches to header files. All of these are supposedly there
to help build Winelib applications.
* include/wintypes.h: Albert Den Haan <albertd@corel.ca>
Adrian Thurston <athursto@corel.ca>
Paul Quinn <paulq@corel.ca>
Zygo Blaxell <zygob@corel.ca>
More types we need for compiling Winelib/MFC applications.
* include/commctrl.h: Paul Quinn <paulq@corel.ca>
Adrian Thurston <adriant@corel.ca>
More types for common controls. Needed for Winelib.
* dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/wine/obj_base.h, multimedia/dsound.c, ole/compobj.c, ole/ifs.c:
Francois Gouget <fgouget@psn.net>
Better set of macros for defining the COM interfaces.
* dlls/advapi32/security.c, relay32/advapi32.spec:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.
* graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
Fixed debug output to follow '-debugmsg' flags.
Tue Feb 9 15:49:39 1999 Alexandre Julliard <julliard@winehq.com>
* msdos/int20.c, ole/safearray.c, relay32/builtin32.c, server/device.c, server/file.c, server/pipe.c, server/thread.c, windows/winhelp.c:
Michael Veksler <mveksler@techunix.technion.ac.il>
Added missing includes to avoid warnings/errors.
* 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:
Michael Veksler <mveksler@techunix.technion.ac.il>
Moved everything out of windows.h.
* graphics/wing.c, if1632/gdi.spec, include/bitmap.h, include/palette.h, include/wingdi.h, objects/palette.c, relay32/gdi32.spec:
Brad Pepers <brad@linuxcanada.com>
WinG fixes.
* controls/menu.c, include/message.h, include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, windows/timer.c:
Stephane Lussier <stephane@macadamian.com>
-Fixed MESSAGE functions that were thunking down to 16 bits implementation.
So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
with this patch. Unicode version of those functions is currently only
calling the ASCII version.
-Fixed queue signaling using a new EVENT object in the queue for 32 bits
thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
right EVENT.
* objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
GetMetaFileBitsEx should work in bytes not words.
* include/shlobj.h: Francois Gouget <fgouget@psn.net>
DllGetClassObject should take a REFCLSID not an LPCLSID.
* objects/dib.c, include/global.h, memory/virtual.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Change fault handler 'addr' argument to LPCVOID.
* files/file.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Call VIRTUAL_HandleFault if read/write returns EFAULT.
* dlls/comctl32/treeview.c:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Fix typo to map GetTextExtentPoint to the correct 32A version.
* documentation/debugging, include/peexe.h, include/wincon.h, programs/regtest/regtest.c, relay32/advapi32.spec, windows/x11drv/main.c, dlls/advapi32/security.c:
Marcus Meissner <marcus@jet.franken.de>
Some small bugfixes, added more PE relocation types (for WinCE mostly),
some console prototypes, -dll is useful for winelib too, regtest
compile fixed.
* include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c:
Paul Quinn <paulq@corel.ca>
GetCursorPos is actually a BOOL.
* include/mmsystem.h: Paul Quinn <paulq@corel.ca>
Adrian Thurston <adriant@corel.ca>
More types, C++ protection, and a typo correction for mmsystem.h.
* include/commctrl.h: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
Move the #define of DUMMYUNIONNAME* to before they are used.
Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
Define "TV_ITEM" to agree with you-know-who's documentation.
* dlls/version/info.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
NULL is a valid argument as handle for GetFileVersionInfoSize32A.
* include/dinput.h, windows/dinput.c:
Lionel Ulmer <ulmer@directprovider.net>
Added buffered device access for DInput's mouse driver.
* files/file.c: Juergen Schmied <juergen.schmied@metronet.de>
Wrong access on server handle was demanded (GENERIC_READ instead of
GENERIC_WRITE).
* dlls/shell32/shellord.c:
Juergen Schmied <juergen.schmied@metronet.de>
Better implementation (takes strings or res-id's now).
* dlls/version/resource.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: NULL pointer check for output parameters.
* dlls/shell32/brsfolder.c:
Zygo Blaxell <uj22kfbc@umail.furryterror.org>
Fixed two pointer/integer mismatch warnings.
* documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
Spelling fixes.
* console/xterm.c, win32/console.c:
Zygo Blaxell <uj22kfbc@umail.furryterror.org>
wine_openpty is not properly declared (either missing or mismatched
declarations) in both places where it is used.
* include/wingdi.h, objects/dib.c:
Zygo Blaxell <uj22kfbc@umail.furryterror.org>
Fix types of GetDIBits functions (LPSTR should be LPVOID).
* graphics/x11drv/dib.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fixes several problems with SetDIBitsToDevice if xSrc != 0.
Thanks to Ian Schmidt for the logs.
* windows/mdi.c: Francois Boisvert <francois@macadamian.com>
The systems buttons (minimize/restore/close) now appear on the menu
bar of mdi application.
* controls/menu.c: Francois Boisvert <francois@macadamian.com>
Implemented the magic menu items id's used by windows when inserting
the minimize/maximize/close buttons in the menu bar of an application.
* objects/enhmetafile.c: Jason McMullan <jmcc@ontv.com>
Adds support for EMR_STRETCHDIBITS in EMFs.
* programs/avitools/aviplay.c: Marcus Meissner <marcus@jet.franken.de>
Fixed image size and line size, added 8bit color/palette handling.
* tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
Fixed formatting of code
Now changes to directory of program to be run before starting wine
* windows/queue.c, windows/user.c, include/user.h, scheduler/thread.c:
Stephane Lussier <stephane@macadamian.com>
- Cleaned up the message queue when a thread exit (but not the process).
- Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
queue link list is corrupted.
* multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
Sounds were cut off due to integer overflow. Fixed.
* include/windowsx.h: Paul Quinn <paulq@corel.ca>
Added windowsx.h for Winelib.
Fri Feb 5 17:40:47 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
<ewill@ncal.verio.com>
Added common dialogs test program.
* 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:
Noel Borthwick <noel@macadamian.com>
Added management and allocation of the PERQUEUEDATA structure.
* graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
Lionel Ulmer <ulmer@directprovider.net>
- added a dump of the palette creation flags
- changed palette creation code in vga.c to prevent useless error
message
* documentation/wine.man, files/drive.c, wine.ini:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Use vfat/win95 as default.
* 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:
Marcus Meissner <marcus@jet.franken.de>
Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
aviinfo and aviplay programs.
* win32/console.c: Marcus Meissner <marcus@jet.franken.de>
Continued hack to win32/console.c, so that the IDA Pro Disassembler
works again. Needs much more work however.
* ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
problems).
* ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
Added missing ULONG to static const OFFSET_xx.
Thu Feb 4 16:45:40 1999 Alexandre Julliard <julliard@winehq.com>
* documentation/wine.man: James Juran <jrj120@psu.edu>
Various manpage updates, including the incorrect statement about glibc
and clone().
* documentation/debugging: James Juran <jrj120@psu.edu>
Fix pointer to the Windows Disassembler 32. Thanks to Herbert
Rosmanith <herp@wildsau.idv.uni-linz.ac.at> for suggesting this.
* dlls/msacm32/driver.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Another usage of non-portable functions...
* msdos/dosmem.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Some values of pBiosData added/fixed.
* 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:
Patrik Stridvall <ps@leissner.se>
Moved some more code to the X11 driver.
* 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:
Patrik Stridvall <ps@leissner.se>
TTY driver changes.
* 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:
Patrik Stridvall <ps@leissner.se>
X11 driver changes.
* 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:
Patrik Stridvall <ps@leissner.se>
Non-X11 compile fix for generated code.
* include/monitor.h, windows/multimon.c:
Patrik Stridvall <ps@leissner.se>
Implementation of the new monitor abstraction.
* graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
Patrik Stridvall <ps@leissner.se>
New TTY driver for GDI.
* configure, configure.in, include/acconfig.h, include/config.h.in:
Patrik Stridvall <ps@leissner.se>
- Added the graphics/ttydrv directory.
- Don't search for reentrant X when X doesn't exist.
- Added config options HAVE_LIBXXPM
- Added checks if the header files also exist for some libraries
Tue Feb 2 16:14:23 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Francois Gouget <fgouget@psn.net>
Replaced references to interfaces.h by wine/obj_xxx.h headers instead
since these headers already provide the necessary definitions.
* include/msdos.h, msdos/Attic/cdrom.c, msdos/Makefile.in, msdos/int2f.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Removed references to obsolete msdos/cdrom.c file.
Make use of new Wine internal CD ROM interface.
* multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed tracks indexing in mcicda.c
Make use of new Wine internal CD ROM interface.
* include/cdrom.h, misc/Makefile.in, misc/cdrom.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
New Wine internal interface for handling CD Rom (especially audio CD
ROM).
* include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c:
Zygo Blaxell <uj22kfbc@umail.furryterror.org>
Change a few types to match you-know-who's declarations.
HTREEITEM is a struct _TREEITEM FAR*
GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
Adjustment of Wine C code to match the new types included.
* misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Fixed GET_LZ_STATE macro.
* graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
Lionel Ulmer <ulmer@directprovider.net>
Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
* tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
Albert den Haan <albertd@corel.ca>
Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
* dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
reslen could be used uninitialised in GetFileResource32 (fixes some
strange VerQueryValue crashes).
* ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
LOCALE_IINTLCURRDIGITS.
* memory/selector.c, relay32/kernel32.spec:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: Preserve EAX in UnMapSLFixArray().
* dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixes little pointer bug in DPA_DeletePtr().
* if1632/kernel.spec, memory/string.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented KERNEL.434 (UnicodeToAnsi).
* files/drive.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
GetDiskFreeSpaceEx32A can get null pointers and still not crash.
* graphics/psdrv/driver.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Clear up args to PSDRV_AdvancedSetupDialog.
* graphics/x11drv/xfont.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Reduce MAX_FONT_SIZE to 1000.
Sun Jan 31 19:04:31 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Added input queue to server-side console object,
read/write_console_input requests, and use them for
Read/WriteConsoleInput.
* scheduler/client.c: Geoff Clare <gwc@root.co.uk>
Fix to allow for recvmsg() returning less data than is needed.
* include/toolhelp.h, include/windows.h:
Attempt at fixing the MAX_PATH multiple definition problem.
----------------------------------------------------------------
Sun Jan 31 10:13:44 1999 Alexandre Julliard <julliard@winehq.com>
* include/module.h, loader/ne/resource.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
usable by the VERSION code.
* include/pe_image.h, loader/pe_resource.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added GetResDirEntryA for use by the VERSION code.
* misc/Attic/ver.c, misc/Makefile.in:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Removed old VER.DLL code.
* dlls/version/.cvsignore, dlls/version/Makefile.in, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implementation of VERSION.DLL. Based on old misc/ver.c.
- Accessing PE version info resources should work correctly now.
- Fixed memory leaks.
- Clean separation of 16- and 32-bit parts.
- Minor bugfixes.
* Makefile.in, configure, configure.in, dlls/Makefile.in:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Add new subdirectories dlls/ver and dlls/version.
* if1632/ver.spec, dlls/ver/.cvsignore, dlls/ver/Makefile.in, dlls/ver/ver16.c, include/ver.h:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implementation of VER.DLL. Thunks up to VERSION.DLL.
* misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
IsCharAlpha32A: use look-up table from ole2nls.c.
* ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
NORM_IGNORESYMBOLS in string mapping mode.
* windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
Create X window for child windows reparented to be top level windows.
* dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
Juergen Schmied <juergen.schmied@metronet.de>
Stub for PathQualify32[A|W].
* graphics/d3dmaterial.c, graphics/ddraw.c:
Lionel Ulmer <ulmer@directprovider.net>
Babrian Viktor <v@ulysses.sch.bme.hu>
- added support for ColorKeying during blits
- miscellaneous fixes
* dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
Alex Korobka <korobka@galaxy.ams.sunysb.edu>
Added an implementation of MRSW locks.
* msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
Added missing includes (the PSP handling was incorrect, as the
MZ_SUPPORTED definition was missing). Added a simple handler for
direct console input, which needs to be improved.
* console/tty.c: Ove Kaaven <ovek@arcticnet.no>
Small fix.
* scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
List handles WaitForMultipleObjects is waiting for when running with
-debugmsg +win32.
* dlls/advapi32/security.c, relay32/advapi32.spec:
Juergen Schmied <juergen.schmied@metronet.de>
Stub for GetSecurityDescriptorControl.
* relay32/user32.spec, windows/user.c:
Juergen Schmied <juergen.schmied@metronet.de>
Stub for GetUserObjectSecurity.
* misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
Implemented handling of REG_MULTI_SZ and fixed small bug in
RegSetValue.
* windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
Every EM_GETLINE send between a 32W to a 32A window returned
incomplete values before (the first 2 chars where cut away).
* windows/winpos.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fix typo in SetWindowPos32.
Sat Jan 30 15:55:28 1999 Alexandre Julliard <julliard@winehq.com>
* include/builtin32.h, misc/main.c, relay32/builtin32.c:
Marcus Meissner <marcus@jet.franken.de>
Enable/disable relay32 debugging on the fly. Start app with
-debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
* configure, configure.in, graphics/d3d_private.h, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h:
Lionel Ulmer <ulmer@directprovider.net>
Added check for the presence of Mesa's header files.
* multimedia/audio.c, multimedia/dsound.c:
Andreas Mohr <a.mohr@mailto.de>
Fixed error messages.
* misc/commdlg.c: Bernd Herd <herd@herdsoft.com>
Use proper 16->32 message conversion in FILEDLG_CallWindowProc.
* windows/x11drv/wnd.c: Bernd Herd <herd@herdsoft.com>
SetParent should link the window at the start of the list.
* windows/winpos.c: NF Stevens <norman@arcady.u-net.com>
In Window SetWindowPos with SWP_HIDEWINDOW does not remove
the focus from the focus window; ShowWindow with SW_HIDE does.
So move the code that does this from SetWindowPos to ShowWindow.
* memory/string.c: Marcus Meissner <marcus@jet.franken.de>
Check for NULL in lstrcpy* (Windows uses real exception handlers).
* Makefile.in: James Juran <juran@cse.psu.edu>
Don't install include files when --disable-lib is used.
* relay32/winmm.spec:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Added WINMM joy* .spec entries.
* msdos/xms.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
XMS fix.
* msdos/dosmem.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Spelling fix.
* README: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Doc update.
* include/miscemu.h, msdos/int10.c, msdos/int21.c, msdos/interrupts.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Some interrupt enhancements.
* msdos/ioports.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
implemented timer latching
trace message fix
temporary "fix" for Linux's coarse timer resolution
* if1632/compobj.spec, include/objbase.h, include/winerror.h, ole/compobj.c, ole/ole2.c, relay32/ole32.spec:
Francis Beaudet <francis@macadamian.com>
Implemented the startup-shutdown mechanism for the COM subsystem.
Implemented the Class object registration mechanism.
* programs/clock/.cvsignore, programs/notepad/.cvsignore: Added Fi.s
* 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:
Francis Beaudet <francis@macadamian.com>
Added an implementation of the OLE structured storage. The main
features of this implementation are:
- Can open storages created in Windows.
- Can create new storages that the windows libraries can
read.
- Provides all the functionality to create/open/remove and
rename streams and storages inside the main storage object.
* include/miscemu.h, miscemu/main.c, graphics/ddraw.c:
Ove Kaaven <ovek@arcticnet.no>
Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
through a function pointer instead. Added a few traces. Fixed the
"Memory corruption !" message in DGA mode. Commented out an
unnecessary TSXF86VidModeSetViewPort that caused my X server to
act up, relying on TSXF86DGASetViewPort instead.
* graphics/psdrv/text.c, msdos/int2f.c, programs/winhelp/hlp2sgml.c, dlls/comctl32/comctl32undoc.c, files/file.c:
Marcus Meissner <marcus@jet.franken.de>
Some more warnings and bugs fixed.
* dlls/comctl32/tab.c, include/tab.h: Alex Priem <alexp@sci.kun.nl>
Small update.
* include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
Alex Priem <alexp@sci.kun.nl>
- The usual bugfixes.
- Better unicode support (only defines, currently)
- Drag & drop implemented.
- LPSTR_TEXTCALLBACK should work now.
- First start at custom draw code.
* windows/x11drv/event.c: Francis Beaudet <francis@macadamian.com>
Make sure that the keystate received by the WM_XBUTTONUP and
WM_XBUTTONDOWN matches the message. In X, the keystate is changed
after the message is processed. In Windows, it is changed before.
* dlls/advapi32/security.c, dlls/advapi32/service.c:
Matthew Becker <mbecker@glasscity.net>
Doc updates.
* win32/file.c: Berend Reitsma <berend at asset-control.com>
SetFileAttributes32A changed to make file writeable when
FILE_ATTRIBUTE_READONLY is not set.
* console/interface.c, console/ncurses.c, include/console.h, msdos/int10.c:
Joseph Pranevich <jpranevich@lycos.com>
Preliminary color console support.
* 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:
Jukka-Pekka Iivonen <jiivonen@poseidon.cs.hut.fi>
Updated Finnish language support.
Fri Jan 29 15:12:11 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Marcus Meissner <marcus@jet.franken.de>
Updated msvideo. New program 'icinfo [-about] [-configure]' to
query installed (win32) compressors. Started on AVIFILE support.
Thu Jan 28 17:56:14 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Noomen Hamza <noomen@macadamian.com>
Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
classes.
* debugger/dbg.y, debugger/debug.l:
NF Stevens <norman@arcady.u-net.com>
Implemented the symbolfile command (as mentioned by the help
command). This reads a symbol file in the format generated by nm.
* multimedia/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
- Small bug fix.
- Added direct play ascii interfaces.
- Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
* memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
Fixed FILE_VIEW struct initialisation.
* include/dosexe.h:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Fixed non-i386 compile.
* 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:
James Juran <jrj120@psu.edu>
Commented out unused variables to prevent needless compiler warnings.
* include/ddeml.h, misc/ddeml.c:
Keith Matthews <keith_m@sweeney.demon.co.uk>
1st cut implementation of DdeInitialize32W and supporting code.
* dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
Matthew Becker <mbecker@glasscity.net>
Documentation standardizations.
* include/queue.h, windows/hook.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
Stephane Lussier <stephane@macadamian.com>
- Made the message queue access to be thread safe. (Using two new
functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
instead of GlobalLock16()).
- Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
wine-debugger).
* 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:
Marcus Meissner <marcus@jet.franken.de>
Fixed a lot of warnings for possible problems.
* misc/comm.c: Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
Fixed typo.
* tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
Fixed various bugs.
Made newbie mode easier.
* objects/cursoricon.c, dlls/comctl32/imagelist.c, if1632/user.spec, include/wine/winuser16.h, include/winuser.h:
Marcus Meissner <marcus@jet.franken.de>
Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
* console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
Switch ncurses.h/curses.h include (works better for FreeBSD).
* windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
Fixed loading of win32 drivers.
Tue Jan 26 17:29:49 1999 Alexandre Julliard <julliard@winehq.com>
* files/profile.c: Don't abort PROFILE_GetSection on empty keys.
* dlls/msacm32/internal.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Temporary #if 0'ed part for builtin modules in MSACM to make it
compile with the patch for loadable drivers.
* include/driver.h, relay32/winmm.spec, windows/driver.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Added support for loading drivers in Wine.
* tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
A perl script to produce a bug report with little hassle.
* graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
Added (dummy) Death/Resurrection calls to DisplayDib.
* misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
Allocate a DOS handle if we open a normal file with LZOpenFile16.
* graphics/ddraw.c, include/ddraw.h:
Lionel Ulmer <ulmer@directprovider.net>
- added depth conversion routines (only 8bpp -> 16 bpp for now)
- added support of DEPTH_FILL for Blits
- added some flags in GetCaps to get some games working
* if1632/user.spec, include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c, relay32/user32.spec, dlls/comctl32/imagelist.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Implemented GetIconInfo16 -> call to GetIconInfo32.
* scheduler/client.c: Commented out EXEC_SERVER
* dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
3 missing WINAPI added.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
Small fixes.
* dlls/comctl32/treeview.c, include/commctrl.h:
Juergen Schmied <juergen.schmied@metronet.de>
Changed some treeview related definitions.
* dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
Juergen Schmied <juergen.schmied@metronet.de>
Implemented SHBrowseForFolder() dialog.
* debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed typo in type (removed quite a few warnings).
* dlls/advapi32/security.c, relay32/advapi32.spec:
Marcus Meissner <marcus@jet.franken.de>
Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
Return NULL from OpenThreadToken.
* win32/console.c: Marcus Meissner <marcus@jet.franken.de>
Do not endlessly loop in CONSOLE_get_input after EOF.
Create xterm even if stdin is not a terminalhandle.
SetConsoleCursorPosition: Only make complex console on row change,
ignore interline positioning (so the cygwin cmdline tools do not
create xterms unnecessary)
* misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Make sure DrvGetPrinterData returns the correct data if cbData <= 1
* include/queue.h, windows/message.c, windows/queue.c, windows/win.c:
Stephane Lussier <stephane@macadamian.com>
- Changing MESSAGEQUEUE structure according to Ulrich proposition.
- One message queue for every thread needing it.
- Messages in the message queue are now stored in a linked list
- Messages are allocated in the system heap.
- Messages in the message queue are 32 bits (MSG32).
- All read/write operations regarding messages in the message queue are
thread safe.
Sun Jan 24 19:14:58 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixed several bugs and typos.
* documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Updates and fixes.
* dlls/comctl32/Makefile.in, dlls/comctl32/draglist.c, include/commctrl.h, relay32/comctl32.spec:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
New drag list control.
* dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
* dlls/comctl32/progress.c, include/progress.h:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added WM_[G/S]ETFONT handling.
* dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added WM_COMMAND and WM_NOTIFY handling.
* dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixed redraw bug for tracking tooltips.
* dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added some messages to the rebar control.
* multimedia/mcicda.c: Geoff Clare <gwc@root.co.uk>
Several internal functions won't compile when the conditional
#if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
comes out false. I moved the conditionals around so that
the file would at least compile. Not sure if it does the
right thing on non-linux/FreeBSD/NetBSD systems.
* misc/toolhelp.c: Geoff Clare <gwc@root.co.uk>
Moved process.h higher up the include list, to avoid a problem with
"ERR" being redefined in sys/regset.h.
* misc/comm.c: Geoff Clare <gwc@root.co.uk>
The B57600 and B115200 symbols are not defined in Unixware.
* controls/listbox.c: NF Stevens <norman@arcady.u-net.com>
Change SW_??? options on list box scrolling so that they match what
Windows does.
* loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
Moved DOS handle allocation slightly, to fix potential memory
leaks and lost handles. Also removed some useless init code.
* graphics/psdrv/afm.c, graphics/psdrv/text.c, if1632/dummy.c, if1632/gdi.spec, misc/printdrv.c:
Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
Internal PostScript printer driver improvements.
* controls/edit.c: Gerard Patel <G.Patel@wanadoo.fr>
Changed EDIT_EM_CharFromPos to return line number.
* windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
Free the private data pointer, THEN set it to NULL.
* windows/message.c: Marcus Meissner <marcus@jet.franken.de>
Missing WINAPI.
* include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/safearray.c, relay32/oleaut32.spec:
Sylvain St.Germain <sylvain@macadamian.com>
Implementation of the SafeArray family functions.
* include/windows.h, relay32/kernel32.spec, scheduler/thread.c:
Guy Albertelli <galberte@neo.lrun.com>
Added stub for SetThreadLocale.
* objects/text.c: Guy Albertelli <galberte@neo.lrun.com>
Finished GetTextCharsetInfo routine.
* ole/nls/enu.nls, ole/ole2nls.c:
Guy Albertelli <galberte@neo.lrun.com>
Fixed FIXME in EnumTimeFormats32W
Added support for FONTSIGNATURE in GetLocaleInfo32A and updated
GetLocaleInfo32W.
* documentation/internal-dll, documentation/shell32, documentation/wine.man:
Pascal Cuoq <Pascal.Cuoq@inria.fr>
Fixed typos.
* debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
searching for DBG and PDB files.
* debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
Fix for files which do not contain exports (fg, EXE) to get processed
for debug information.
* if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented KERNEL.621 (CBClientThunkSLEx).
* debugger/dbg.y, debugger/debug.l, debugger/info.c, include/main.h, misc/main.c:
Marcus Meissner <marcus@jet.franken.de>
Allow switching off/on of debugmsgs in the debugger.
* loader/main.c, miscemu/instr.c, msdos/dosmem.c, msdos/int15.c, include/miscemu.h:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
data.
Sat Jan 23 14:15:17 1999 Alexandre Julliard <julliard@winehq.com>
* graphics/painting.c, if1632/user.spec, include/wine/winuser16.h, loader/pe_image.c, misc/lstr.c, windows/hook.c, windows/message.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
WIN16_PeekMessage32 and WIN16_TranslateMessage32.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
- some fixes, cleaned up includes, fixed leaks
- clean DllReferenceCount, better DllMain()
- dynamically linking LookupIconIdFromDirectoryEx32 and
CreateIconFromResourceEx32 to USER32
- moved guid's instances to new file shellguid.c
- implemented ShellExecuteEx32W
* ole/Makefile.in, ole/compobj.c, ole/guid.c:
Juergen Schmied <juergen.schmied@metronet.de>
Moved the instance creation of GUID's to a new file.
Size of compobj.o goes down to 1/3; should prevent more sig11's.
* include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
New file to instantiate GUID's ms-like.
* windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
Set private data struct to NULL to expose problems in other code
better. Fixes the XUnmapWindow problems reported by replacing them
with NULL ptr dereferences.
* documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
Zygo Blaxell <uj22kfbc@umail.furryterror.org>
Fixed typos.
* files/file.c, include/file.h, loader/dos/dosvm.c:
Marcus Meissner <marcus@jet.franken.de>
DOS programs use handles 0-4 without opening/closing any of those
handles first. Split up Init from AllocDosHandle and call it from
the DOSVM.
* Makefile.in: Marcus Meissner <marcus@jet.franken.de>
Remove configure.in->configure rule (we might not have autoconf).
* configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
Added "user-friendly" warning for missing X.
* include/ole.h: Fixed GetObject macro problem.
* documentation/status/direct3D:
Lionel Ulmer <ulmer@directprovider.net>
- updated documentation to be in sync with current code
* graphics/d3dmaterial.c, graphics/d3dviewport.c:
Lionel Ulmer <ulmer@directprovider.net>
- various warning and bug fixes
* graphics/d3ddevices.c, graphics/d3dtexture.c:
Lionel Ulmer <ulmer@directprovider.net>
- added more texture formats using OpenGL's packed pixel formats
* graphics/d3dexecutebuffer.c, include/d3d.h:
Lionel Ulmer <ulmer@directprovider.net>
- better support for ExecuteBuffers
* graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
- corrected bug in Z Buffer allocation
- put VIDEOMEMORY flag for all primary surfaces
- put something in a surface after a ReleaseDC
* misc/printdrv.c: Morten Welinder <terra@diku.dk>
Missing WINAPI.
* controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
* objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
Check opened enhmetafile for magic values.
* include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
Fixed duplicate sound buffer handling. Updated status.
* misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
New functions lmemcpynAtoW and lmemcpynWtoA for converting
REG_MULTI_SZ (including \0x00)
Better debug output for REG_BINARY and REG_MULTI_SZ
Rewritten RegQueryValueEx32[A|W]
* objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
Implemented CreateHalftonePalette.
Fixed 3 crashes (1 real, 2 potential).
* dlls/shell32/iconcache.c, if1632/shell.spec, include/shell.h, misc/shell.c:
Marcus Meissner <marcus@jet.franken.de>
Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
* ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
Sylvain St.Germain <sylvain@macadamian.com>
DoDragDrop and OleIsCurrentClipboard stub implementation.
* ole/typelib.c: Francis Beaudet <francis@macadamian.com>
Make LoadTypeLib stub return failure instead of success.
Fri Jan 22 17:09:46 1999 Alexandre Julliard <julliard@winehq.com>
* documentation/accelerators, include/winuser.h, loader/resource.c, windows/input.c:
Marcus Meissner <marcus@jet.franken.de>
Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
API, PE_ACCEL for PE Accelerators. See documentation/accelerators.
Thu Jan 21 14:05:11 1999 Alexandre Julliard <julliard@winehq.com>
* include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
Francis Beaudet <francis@macadamian.com>
There were two copies of the DdeCmpStringHandles (A and W) and that
API does not have 2 versions. Removed the extra version.
Wed Jan 20 14:54:01 1999 Alexandre Julliard <julliard@winehq.com>
* graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
Small patch.
* win32/console.c: Marcus Meissner <marcus@jet.franken.de>
Win32 console needs SYNCHRONIZE access.
* configure, configure.in, console/ncurses.c, debugger/stabs.c, include/config.h.in, include/console.h, misc/port.c:
Marcus Meissner <marcus@jet.franken.de>
autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
fixed includers.
* ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
LCMapStringA: if dstlen is insufficient, return
ERROR_INSUFFICIENT_BUFFER (verified).
* objects/enhmetafile.c, relay32/gdi32.spec:
Marcus Meissner <marcus@jet.franken.de>
Some small fixes to enhmetafiles.
* controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
Do not call ownerdraw for invalid items (empty focusrects).
Fixes Eudora 16bit empty Inbox problem.
* windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
these functions with the same logic as the NC_DrawCloseButton function.
* windows/win.c: Noel Borthwick <noel@macadamian.com>
Reparenting a window with SetParent in Windows should cause the child
window being re-parented to be moved up to the topmost in the z-order,
and WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to be sent.
* relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
Use external DirectPlay DLLs by default.
* loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Allow passing task handles to GetThreadQueue() and SetFastQueue().
* windows/user.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Handle (console) applications that never created a queue correctly
in USER_AppExit(); call InitThreadInput() in InitApp().
* windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
- Fixed creation of message queue in hook API routines.
- Some preparations for thread-local message queues.
* loader/ne/module.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Check module name length in ModuleNext().
* windows/x11drv/event.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Use Callout to call RedrawWindow32.
* msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
Clear DOS extended error only for funcs >=0x2f (thanks to Dave
Pickles).
* graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
Unified palette create, do allocate colorcells on init for DGA.
Tue Jan 19 17:48:25 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Hacked server-side device support
Added user APCs support.
Many changes to the xterm console to make use of the server (not
finished yet).
Moved some other small stuff to the server.
* tools/make_requests: Added long type format.
* server/Makefile.in, server/device.c:
Added server-side device support (only a hack for now).
Sun Jan 17 17:48:48 1999 Alexandre Julliard <julliard@winehq.com>
* ChangeLog:
Recovered log entries from CVS mailing list.
* relay32/ntdll.spec, dlls/ntdll/rtl.c:
Marcus Meissner <marcus@jet.franken.de>
Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
* files/file.c
Marcus Meissner <marcus@jet.franken.de>
Handle ERROR_WRITE_PROTECT too in readonly fallback open.
* dlls/advapi32/security.c, relay32/advapi32.spec:
Marcus Meissner <marcus@jet.franken.de>
Added GetSecurityDescriptorLength stub for regedt32.exe.
* debugger/Makefile.in, files/Makefile.in:
Marcus Meissner <marcus@jet.franken.de>
Add "" around -D defines for paths with spaces in them.
* graphics/d3dtexture.c, graphics/ddraw.c, include/ddraw.h:
Lionel Ulmer <ulmer@directprovider.net>
Cleaned up ColorKey handling.
* objects/metafile.c:
Paul Quinn <paulq@COREL.CA>
METARECORD member rdParam should be rdParm (in win32 sdk)
lots of changes in this source file to reflect this change.
* 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,
relay32/gdi32.spec:
Paul Quinn <paulq@COREL.CA>
Fixed bad defines, added a few types 'n defines.
* windows/dinput.c:
Marcus Meissner <marcus@jet.franken.de>
Disable broken callbacks which lead to crashes.
* multimedia/mcistring.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed ID usage (and rely less heavily on multimedia/mmsystem.c
internal structures).
* misc/toolhelp.c:
Marcus Meissner <marcus@jet.franken.de>
debug.h needs to be included last since it #undefs ERR for Solaris.
* debugger/debug.l, debugger/memory.c:
Marcus Meissner <marcus@jet.franken.de>
Added /u format to debugger display for UNICODE strings.
* loader/pe_image.c:
Marcus Meissner <marcus@jet.franken.de>
Remove irritating FIXME line no longer needed.
* msdos/int2f.c:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Added missing '\n' in FIXME message.
* graphics/ddraw.c:
Robert Riggs <rriggs@tesser.com>
objbase.h needed for WINE_StringFromCLSID(), fix C function
declarations, install a colormap if we are not managed, release
backbuffers in DGA mode, fix video mode switching logic to avoid
possible NULL pointer dereference.
* msdos/dpmi.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Small fix.
* 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:
Better DOS file handle management.
* documentation/common_controls:
Francis Beaudet <francis@macadamian.com>
This should help prevent duplicate work.
* if1632/gdi.spec, include/wingdi.h, objects/dc.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Implemented Death() and Resurrection(), two functions needed by some
TPWin (?) command line tool.
* windows/winproc.c:
Juergen Schmied <juergen.schmied@metronet.de>
Added 32->16 translation for WM_ACTIVATEAPP.
* dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, relay32/shell32.spec:
Juergen Schmied <juergen.schmied@metronet.de>
New stubs: ShellMessageBoxW, RunDLL_CallEntry16.
Implementation for SHGetSpecialFolderPath32[A|W].
Many bugfixes.
* console/xterm.c, misc/port.c, win32/console.c:
Joseph Pranevich <jpranevich@lycos.com>
Change all Wine openpty() implementations to match the "standard" and
then make them both call the same code leaving the option to change
that code to call the "standard" openpty() at a later date.
* relay32/kernel32.spec, scheduler/process.c:
Marcus Meissner <marcus@jet.franken.de>
Added SetProcessAffinityMask stub.
* graphics/ddraw.c, include/ddraw.h:
Marcus Meissner <marcus@jet.franken.de>
Fixed the other union misuse too (one less mem corruption)
Re-added XInstallColormap (or non managed does not change palette)
* if1632/kernel.spec, scheduler/synchro.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added an implementation for KERNEL.495.
* 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:
Lionel Ulmer <ulmer@directprovider.net>
- added bitmask to store which ColorKey structures are valid
- handle many new rendering states, some optimizations in state changes
- 8bit palettized textures now support ColorKeying
- some miscellaneous bug fixes and code rewrite
* controls/menu.c:
Noomen Hamza <noomen@macadamian.com>
Fixed the look of the menu so it would be compliant with Win95: modified
the mouse tracking code so it would change the selection every time the
mouse moved over a menu item.
* documentation/how-to-port:
Mike Castle <dalgoda@shell.rt66.com>
Small fix.
* dlls/comctl32/updown.c:
Noel Borthwick <noel@macadamian.com>
Fixed bugs:
- When an edit control buddy was used single digit values were not
being displayed.
- Comma values were not displayed correctly when thousands separation
was requested.
* win32/newfns.c:
Tom Bech <tomb@ii.uib.no>
While the debug event messages are not implemented, WaitForDebugEvent
should return FALSE.
* if1632/user.spec, objects/bitmap.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Implemented CopyImage16.
* documentation/bugreports
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Small fix.
* console/generic.c, msdos/int21.c:
Marcus Meissner <marcus@jet.franken.de>
Changed 0x01 to use generic console, fixed 0x0b.
Fixed CONSOLE_GetCharacter (two args swapped).
* include/module.h, loader/main.c, loader/module.c, loader/dos/module.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Allow specifying module name for NE dummy module.
* loader/pe_image.c
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Set module name of dummy module equal to module name of PE module.
* controls/scroll.c, controls/uitools.c:
Marcus Meissner <marcus@jet.franken.de>
Missing include wine/winuser16.h added.
* graphics/vga.c:
Marcus Meissner <marcus@jet.franken.de>
Create an actual primary surface for screenbuffer.
----------------------------------------------------------------
Sun Jan 10 14:40:34 1999 Alexandre Julliard <julliard@winehq.com>
* include/miscemu.h, include/msdos.h, loader/main.c, msdos/Makefile.in, msdos/dosconf.c, msdos/int21.c:
Andreas Mohr <a.mohr@mailto.de>
Added config.sys parser.
* controls/listbox.c: Pascal Cuoq <Pascal.Cuoq@inria.fr>
Small change in LB_SETCURSEL32 handling (the caret should be moved as
well).
* configure, configure.in, files/async.c, include/config.h.in, misc/winsock_dns.c, msdos/int21.c, ole/compobj.c:
Marcus Meissner <marcus@jet.franken.de>
Use autoconf check for presence of sys/file.h.
* dlls/ntdll/rtl.c, relay32/ntdll.spec:
Marcus Meissner <marcus@jet.franken.de>
Implemented DbgPrint, added ultoa.
* win32/console.c: Peter Hunnisett <hunnise@nortelnetworks.com>
PeekConsoleInput & ReadConsoleInput need to return 0 records read in
the case of an invalid handle.
* console/ncurses.c, loader/main.c:
Joseph Pranevich <jpranevich@lycos.com>
More verbose debugging output.
Remove compilation warning.
* msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
Fix up some interrupt calls to return at the data that they are supposed
to. Also increase comment verbosity to help debug things later.
* include/options.h, misc/main.c, misc/version.c:
Andreas Mohr <a.mohr@mailto.de>
Added switch -dosver.
Cleanup for OaBuildVersion().
* libtest/.cvsignore: Added vartest and volinfo
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
Many bugfixes, code cleanup.
Removed a few glitches from the COM patch.
* windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
Only destroy window once.
* graphics/ddraw.c, include/ddraw.h:
Marcus Meissner <marcus@jet.franken.de>
- moved drawable to common since it is used by both DGA and Xlib.
(fixes one bad memory corruption bug in DGA (StarCraft and Diablo)
- added BltFast sanity checks.
* windows/queue.c, loader/task.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
InitApp() call removed from 32-bit application startup;
create task message queue in InitThreadInput() instead.
* loader/ne/convert.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added accelerator table PE->NE resource conversion.
* debugger/editline.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Restart read() in case of EINTR in TTYget().
* dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
Ptr ref wrong.
* 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:
Bertho Stultiens <bertho@panter.soci.aau.dk>
Wrc version 1.0.8. Toolbar resources are now supported. A couple of
other fixes are also included. See file tools/wrc/CHANGES for details.
* ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
Missing WINAPI.
* 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:
James Juran <jrj120@psu.edu>
Add missing #includes and prototypes to eliminate some implicit
function declaration warnings and 'extern's in .c files.
* configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
Ove Kaaven <ovek@arcticnet.no>
Check for resizeterm in ncurses.
* libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
Francis Beaudet <francis@macadamian.com>
New test program for VARIANT functions.
* debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Some debug information (PDB) was not mapped when loading a module,
which caused a core in the debugger when it tried to access it.
* Makefile.in: Ove Kaaven <ovek@arcticnet.no>
Links libwine.so.1.0 to libwine.so in Wine's main directory.
Makes Wine compile with --enable-dll again.
Sat Jan 9 09:12:40 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Francois Gouget <fgouget@multimania.com>
Added a lot of COM interfaces definitions.
Restructured COM header files for better compatibility and clarity.
Fri Jan 8 16:37:03 1999 Alexandre Julliard <julliard@winehq.com>
* files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
Make GetFileType work for all handle types.
* win32/device.c: Avoid crash on NULL dev->info.
* include/flatsb.h, relay32/comctl32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, include/commctrl.h:
Alex Priem <alexp@sci.kun.nl>
Added stubs and defines for the flat scrollbar common control.
* include/commctrl.h, dlls/comctl32/datetime.c:
Alex Priem <alexp@sci.kun.nl>
Added some defines needed for custom draw'ing and datetime common
controls.
* dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
Fixed a small bug in function ExtractIconEx32A.
* windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
* files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
Make DeleteFile fail for empty path.
* msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
* loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
Fixed wrong buffer which caused fixups to fail.
* graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dtexture.c, include/d3d.h:
Lionel Ulmer <ulmer@directprovider.net>
- added all the Direct3D error codes
- added 8bit palettized texture support
* msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
ifdefs for defines not in linux 2.0.
* relay32/winspool.spec, misc/printdrv.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Added two stubs for AddPrinterDriver.
* include/dosexe.h, loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c:
Ove Kaaven <ovek@arcticnet.no>
Queue SIGALRM to reduce the "signal 14 lost" complaints.
Added support for reprogramming the DOS timer, and reading back the
current value.
* misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
Wine hangs when registry (corrupted) has lone \ at end of file.
* dlls/shell32/shell32_main.h, dlls/shell32/shell32_main.c:
Kostya Ivanov <kostya@warmcat.excom.spb.su>
Small patch that enables Clarion for Windows not to trap while
loading.
* ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
Replace troublesome assignments by memset for whole struct.
* graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
Added handling of the 'palent' field of the CreatePalette procedure.
* documentation/wine.man:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Added description about including/excluding functions from relay
trace.
* win32/console.c: Marcus Meissner <marcus@jet.franken.de>
Read at least 1 input record in ReadConsoleInputA.
* memory/virtual.c:
Fixed CreateMapping when a mapping with the same name already exists.
Wed Jan 6 10:37:29 1999 Alexandre Julliard <julliard@winehq.com>
* server/file.c: Fixed file destruction when file has no name.
Tue Jan 5 18:38:59 1999 Alexandre Julliard <julliard@winehq.com>
* misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Warns user if multiple -dll switches are used on command line.
* dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
Fixed a leftover HeapFree in the trackbar common control.
* include/commctrl.h, include/debug.h, include/debugdefs.h, include/tab.h, dlls/comctl32/tab.c:
Alex Priem <alexp@sci.kun.nl>
Fixed some problems with the tab common control (with thanks to Anders
Carlsson <anders.carlsson@linux.nu>).
* dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/commctrl.h, include/propsheet.h, relay32/comctl32.spec:
Alex Priem <alexp@sci.kun.nl>
Added a missing PropertySheet32AW and CreatePropertySheetPage stub,
and some missing defines.
* misc/main.c, scheduler/syslevel.c, graphics/vga.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Use MakeCriticalSectionGlobal on all critical sections used across
process boundaries.
* include/winbase.h, include/windows.h:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
* documentation/wine.man:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Added environment variables in the man page.
* loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Fixed args of MZ_CreateProcess.
* programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
Andreas Mohr <a.mohr@mailto.de>
Fixed string bug in programs/.
* msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
Added stupid "action" emulation for hardware timers in ioports.c.
* dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
Again a small DOSASPI patch.
* documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
Andreas Mohr <a.mohr@mailto.de>
Documentation updates.
* graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
- check if palette is not null when setting a palette
- check if window handle is valid before getting its 'drawable'
* graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Prevent core dump with some TTF (when X11 runs with a true type
server).
* server/console.c: Marcus Meissner <marcus@jet.franken.de>
Use stdout for default console output.
----------------------------------------------------------------
Sun Jan 3 17:00:20 1999 Alexandre Julliard <julliard@winehq.com>
* 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:
Lionel Ulmer <ulmer@directprovider.net>
- beginning of implementation of Direct3D2 (DX 5.0) and associated classes
- some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
- added stretching to Blt function
* misc/version.c: Marcus Meissner <marcus@jet.franken.de>
Try to autodetect NT4.
* win32/console.c: Marcus Meissner <marcus@jet.franken.de>
0 means success, all else failure for WaitForSingleObject.
* msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
Do not advance the cursor in certain routines. This cleaned up the
implementation quite a bit.
* loader/main.c: Joseph Pranevich <jpranevich@lycos.com>
Set console video mode when loading DOS app. (Eventually, I want to
mimic Windows 9x's behavior by setting the video mode only when non
INT 21 calls are used to allow for arbitrary-sized consoles).
* console/interface.c, console/xterm.c:
Joseph Pranevich <jpranevich@lycos.com>
Xterm driver can now resize the terminal when a mode change is
detected.
* console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
Long standing scroll bug fixed!
* console/ncurses.c, include/acconfig.h, include/config.h.in, include/console.h, configure, configure.in:
Joseph Pranevich <jpranevich@lycos.com>
Rewrite of configuration system to support "regular" curses as well as
eliminating the --with-ncurses option. Now, ncurses support will be
built in if a compatible library is detected.
* include/wintypes.h, windows/defdlg.c:
NF Stevens <norman@arcady.u-net.com>
Fix the return type of DLGPROC type and mask out the unset highword of
the return when a 16 bit dialog proc is called.
* include/interfaces.h: Rein Klazes <rklazes@casema.net>
Add interface ID's for upcoming ITypeLib implementation.
* files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
Bugfix for trailing slashes, repetition of '/' or '\' and
SetLastError() in GetFullPathname.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
Moved ADVAPI32 files to dlls/advapi32.
Added stubs for eventlog functions.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
Cleanup, some more functions UNICODE ready.
* dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
SHCloneSpecialIDList implemented.
SHGetDataFromIDListA corrected.
* dlls/shell32/iconcache.c:
Juergen Schmied <juergen.schmied@metronet.de>
Shell_GetCachedImageIndex32[A|W] implemented.
* msdos/int21.c, msdos/int25.c, msdos/int26.c, files/drive.c, include/drive.h:
Andreas Mohr <a.mohr@mailto.de>
Implemented raw device access calls for ioctlGenericBlkDevReq()
and therefore moved the core functionality of int2[56].c into files/drive.c.
* msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
Added automatic CMOS RAM checksum calculation.
* dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c, documentation/aspi, relay32/wnaspi32.spec:
Andreas Mohr <a.mohr@mailto.de>
SendASPI32Command32 has to be __cdecl.
Updated documentation/aspi and reverted an ERR back to WARN.
* documentation/bugreports: James Juran <jrj120@psu.edu>
Of course we want the last 100 lines, not the first 100 lines.
Use 'tail' instead of 'head'. Also fix text alignment from
previous patch.
* multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
Reading joystick 5 when we only support 4 should fail instead of
hang.
* multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
Playing a non-existent CD should fail instead of crash.
* Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
Check for necessary configure reruns for Makefile and Make.rules
generation.
* miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
Emulates ins/outs correctly for DOS programs.
* 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:
Implemented file sharing checks in the server.
Added set file time server request.
Overall clean up of the file handling (DOS device handling is now
broken, should be redone).
Sat Jan 2 08:22:34 1999 Alexandre Julliard <julliard@winehq.com>
* memory/virtual.c:
Fixed bug in CreateFileMapping when name is not NULL.
* server/request.c: Fixed CHECK_STRING display.
Fri Jan 1 19:51:25 1999 Alexandre Julliard <julliard@winehq.com>
* if1632/kernel.spec, memory/local.c:
Richard A Lough <ralough.ced@dnet.co.uk>
Put return value of LocalAlloc in CX too.
* include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
Protect against multiple includes.
* dlls/shell32/iconcache.c: Use proper system directory.
* scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
* 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:
Michael Veksler <mveksler@techunix.technion.ac.il>
Moves more stuff from windows.h.
- include/winuser.h - interface relevant to user32.spec
- include/wine/winuser16.h - the old 16 bit interface (internal use)
- include/winbase.h - some minor updates to keep things coherent.
- Lot of other files made to include wine/winuser16.h, which is no
longer included from windows.h
* scheduler/handle.c: Fixed CloseHandle() on global handles.
* README, documentation/bugreports, documentation/win95look, documentation/wine.man:
James Juran <jrj120@psu.edu>
Add some information to the man page and README file.
Make documentation/win95look say [Tweak.Layout] instead of
[Tweaks.Layout].
Fix incorrect command given in documentation/bugreports.
Standard error was not being redirected, so most of the
output was lost.
* objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
* misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
Initialize lpdwNeeded.
* if1632/snoop.c:
Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
Include stuff even if not on __i386__ for debug defines.
* ole/variant.c:
Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
Another // comment fixed.
* server/file.c:
Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
Need <errno.h> for errno decl. on Solaris.
* include/wingdi.h, include/x11font.h, objects/font.c:
Douglas Ridgway <ridgway@winehq.com>
Implement TranslateCharsetInfo, change charset type to BYTE.
* controls/combo.c, controls/listbox.c, include/combo.h:
Alex Korobka <korobka@galaxy.ams.sunysb.edu>
Better CB_SETCURSEL message handling.
* include/queue.h, include/thread.h, scheduler/synchro.c, scheduler/thread.c, windows/message.c, windows/queue.c:
Moved MsgWaitForMultipleObject implementation to USER routines, using
a normal Win32 event.
* tools/make_requests: Send debugging output to stderr.
* 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:
Cleaned up and removed some no longer used code.
* memory/virtual.c: Use server file mapping objects.
* 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:
Added server-side file mapping object support.
* misc/crtdll.c:
Hacked stdio functions to use Win32 file handles. Still needs a proper
stdio emulation.
* loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
Use Win32 file handles instead of Unix ones.
* 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:
Take into account handle inheritance flag.
Thu Dec 31 15:55:19 1998 Alexandre Julliard <julliard@winehq.com>
* debugger/db_disasm.c:
Changed db_task_printsym to always print a full address, no matter
what the operand size is.
* scheduler/critsection.c: Re-implemented using a real semaphore.
* 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:
Removed client-side wait functions; all waiting is now done through
the server.
* 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:
Added change notifications.
Added global handle support.
Wed Dec 30 12:11:52 1998 Alexandre Julliard <julliard@winehq.com>
* include/thread.h, scheduler/synchro.c:
Changed server wait logic a bit.
* win32/console.c:
Hacks to support server-side console. Should be redone properly
some day.
* files/dos_fs.c, files/file.c, include/file.h, win32/file.c, win32/newfns.c:
Reimplemented Read/WriteFile to use server file descriptors.
Removed file position hack as it is wrong for Win32 (should be redone
for Win16 only).
* scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
Added anonymous pipe support
* 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:
Added several file server requests
Added server-side pipes and consoles
Sun Dec 27 15:28:55 1998 Alexandre Julliard <julliard@winehq.com>
* 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:
Added beginnings of server-side file handling.
Added -debugmsg +server support.
Better server request dumping for varargs requests.
* windows/x11drv/wnd.c:
Fixed SetFocus that was broken when moved to x11drv.
* 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:
Added add_queue/remove_queue to server object operations.
Moved select() loop functions to select.c.
Sat Dec 26 19:47:00 1998 Alexandre Julliard <julliard@winehq.com>
* programs/regtest/regtest.c:
Renamed ERR macro to avoid confusing the make_debug script.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
Fixed tons of incomplete prototypes, assignment's of pointer with
different signedness, superflous ',' and ';' in structures, wrong
return-types, lose of digits and some small glitches.
* graphics/x11drv/xfont.c, include/x11font.h:
Alex Korobka <korobka@galaxy.ams.sunysb.edu>
Cleaned up font encoding handling. Added 'Ignore#' option to the
[fonts] section. Also, file with cached metrics now has the value of
$DISPLAY appended to the filename.
* 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:
Marcus Meissner <marcus@jet.franken.de>
Changed // comments to /* */ so WINE compiles with non-gcc compilers
again.
* 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:
Patrik Stridvall <ps@leissner.se>
Moved more things to the X11 driver.
* include/wingdi.h, objects/brush.c:
Francois Gouget <fgouget@multimania.com>
Fixed the prototype of CreateDIBPatternBrushPt
* include/windows.h: Francois Gouget <fgouget@multimania.com>
Removed the CN_xxx macros since they are not used, do not correspond to
any Windows define and conflict with MFC defines.
windows.h must provide all the definitions contained in winbase.h
Some Xxx32 functions did not have the associated Xxx macro.
* include/wintypes.h: Francois Gouget <fgouget@multimania.com>
Added a typedef for __int64 which is a builtin Visual C++ type
Added a typedef for PUINT
* include/objbase.h: Francois Gouget <fgouget@multimania.com>
REFIID was not defined.
* configure.in, include/acconfig.h, include/config.h.in, include/winsock.h, misc/winsock.c, configure:
Pavel Roskin <pavel_roskin@geocities.com>
configure first checks whether it is possible to compile IPX code with
Glibc headers. If it fails, next check determines whether direct inclusion
of <linux/ipx.h> works.
* include/tchar.h: Francois Gouget <fgouget@multimania.com>
Provides the mappings. MBCS and Unicode functions are not implemented.
Standard (SBCS) functions may exist or not, with the same or a different
semantics.
* dlls/comctl32/ipaddress.c, include/commctrl.h, include/ipaddress.h:
Alex Priem <alexp@sci.kun.nl>
IPaddress common control implementation. First try; needs more work to
remove boring bugs.
Fri Dec 25 08:55:15 1998 Alexandre Julliard <julliard@winehq.com>
* dlls/shell32/contmenu.c, dlls/shell32/shlview.c, include/oleobj.h, include/shlobj.h:
Juergen Schmied <juergen.schmied@metronet.de>
Fixed the TEXT redefined warnings.
* msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
Hook into the (stubbed) resize code in msdos int10.
* console/interface.c, include/console.h, include/options.h, loader/main.c, misc/main.c:
Joseph Pranevich <jpranevich@lycos.com>
Add support for selection of console mode drivers to use using the
-console option. Currently "tty", "ncurses", and "xterm" are
supported.
Add stubs for resizing the screen on mode changes.
* include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
Jean-Claude Cote <jean-claude@macadamian.com>
Partial implementation for the following DDE APIs:
DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
DdeQueryString, DdeUninitialize.
Thu Dec 24 16:59:17 1998 Alexandre Julliard <julliard@winehq.com>
* ole/Makefile.in, ole/parsedt.c, ole/parsedt.h, ole/variant.c:
Jean-Claude Cote <jean-claude@macadamian.com>
Added VarDateFromStr API.
* dlls/comctl32/trackbar.c, include/trackbar.h:
Alex Priem <alexp@sci.kun.nl>
- Tooltip support
- Vertical trackbars supported now
- TBS_BOTH support (goes along with partial cleanup of drawing code)
- Use COMCTL32 heap instead of system heap
* graphics/ddraw.c, include/ddraw.h:
Peter Hunnisett <hunnise@nortelnetworks.com>
Added all clipper&3d stubs.
Starting ColorKey support.
Fixed trace statement in DirectDrawCreate as formatting wasn't correct.
Changed "return 0;" to "return DD_OK" or "return S_OK" as appropriate.
Added SurfaceEnum dwFlags.
* include/dplay.h, multimedia/dplay.c:
Peter Hunnisett <hunnise@nortelnetworks.com>
Added macros to header file for easier function calling.
Changed implementation a little bit.
Added stubs for dplay3. Still need to break into A and W versions.
* win32/file.c: Peter Hunnisett <hunnise@nortelnetworks.com>
CreateFile32A was only allowing console opens on CONIN$/OUT$. This
has been changed to have a case insensitive compare.
* controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
* include/winbase.h, relay32/kernel32.spec, win32/kernel32.c:
Jean-Claude Cote <jean-claude@macadamian.com>
Implemented the GetBinaryType API function.
* loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c, loader/dos/module.c:
Ove Kaaven <ovek@arcticnet.no>
Added some new dosmod communication possibilities, including
activating a dosmod-specific setitimer(), and the capture of some
common signals, which is returned to Wine (previously a SIGILL
would just cause a "dosmod sync lost" without explanation, now it
invokes the Wine debugger). Invokes int 08 upon receipt of dosmod
SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls
be reported by -debugmsg +relay instead of -debugmsg +int. And
fixed non-i386 compilation of dosmod. (Anything else?!)
* loader/main.c, windows/win.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Desktop window queue handling adapted.
* windows/clipboard.c, windows/hook.c, windows/timer.c, windows/winpos.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Queue handling adapted to new queue routines.
* windows/message.c, windows/queue.c, if1632/user.spec, include/queue.h, include/task.h:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented stub for InitThreadInput.
Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
* loader/task.c, miscemu/main.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Use Callout table instead of direct GetProcAddress.
UserYield moved to USER.
* include/callback.h, misc/callback.c, if1632/thunk.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Callout table (for KERNEL->USER calls) added.
Callbacks->CallPostAppMessageProc removed.
* misc/callback.c, windows/x11drv/event.c, include/callback.h, include/queue.h, include/task.h, loader/task.c, if1632/thunk.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Handle non-hardware X events correctly with native USER
(removed reference to MESSAGEQUEUE from KERNEL code).
Handle Expose events with native USER.
* misc/crtdll.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Better _ultoa().
* win32/time.c: Rein Klazes <rklazes@casema.net>
Fix small problem in GetTimeZoneInformation().
* windows/x11drv/keyboard.c: Rein Klazes <rklazes@casema.net>
Lowest scan code seems to be 1, not zero.
* graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
Stubs for IDirect3D(2)::CreateLight and CreateDevice to avoid crashes.
* dlls/ntdll/rtl.c, relay32/ntdll.spec, dlls/ntdll/nt.c:
Juergen Schmied <juergen.schmied@metronet.de>
New stubs.
* dlls/shell32/iconcache.c:
Juergen Schmied <juergen.schmied@metronet.de>
Fixes crash when running without external shell32.dll.
* windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
More messages [LB_*,EM_*] translated 32A from/to 32W.
* relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
Dest buffer was printed out as str.
* misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
Getting strings with VerQueryValue32W was broken. Complete
reconstruction of the function.
* misc/toolhelp.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fix number and type of args in debugging statements.
* ole/storage.c: Marcus Meissner <marcus@mud.de>
IStorage32 vtable was missing 3 stub entries.
Fri Dec 18 17:38:39 1998 Alexandre Julliard <julliard@winehq.com>
* include/wingdi.h, objects/font.c, relay32/gdi32.spec:
Douglas Ridgway <ridgway@winehq.com>
Documentation for TranslateCharsetInfo.
* dlls/wnaspi32/winaspi32.c, if1632/wprocs.spec, dlls/winaspi/winaspi16.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Make the DOSASPI part use the excellent DPMI RMCB implementation done
by Ove Kaaven, which makes the code _much_ cleaner.
* Make.rules.in, Makefile.in, configure, configure.in:
Todd Vierling <tv@pobox.com>
Use -lwine for linking.
* windows/message.c, windows/queue.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: always clear QS_... from *both* changeBits and waitBits.
Bugfix: queue->hSendingTask is *queue* handle, not task handle.
* if1632/storage.spec, include/interfaces.h, include/objbase.h, include/storage.h, ole/ifs.c, ole/storage.c:
François Gouget <gouget@metaintegration.net>
First step to make it possible to call COM interfaces from C++ code in
Winelib.
* dlls/comctl32/treeview.c, include/treeview.h:
Alex Priem <alexp@sci.kun.nl>
Preliminary tooltip support.
WM_SETFONT/GETFONT added.
Some bug fixes.
Use COMCTL32 heap instead of system heap.
* graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Implemented PolylineTo.
* relay32/ntdll.spec: Adrian Harvey <adrian@select.com.au>
The Zw... Functions in ntdll.dll are just alternate entry
points for the same functions as the Nt... function of the
same names. Changed ntdll.spec to match this.
* include/module.h, include/pe_image.h, loader/module.c, loader/pe_image.c, relay32/builtin32.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Reorganized PE module loading to prepare for elf-dll loader.
WINE_MODREF creation moved to one central location.
Bugfix: correctly select native/built-in version if .DLL
extension is missing in LoadLibrary call.
* multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Changed error values MCI_INTERNAL to their correct values.
* multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Removed warning.
* multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
No longer sending directly messages to DriverProc but rather go through
MCI layer (required for open/close).
* multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Removed incorrect patch for MCI_OPEN anc MCI_CLOSE parameters (thanks to Robert Riggs
for pointing out the bug, see the fix in mcistring.c)
Fixed MCI seeking on CD audio.
* include/winerror.h: Juergen Schmied <juergen.schmied@metronet.de>
Stubs for WaitNamedPipe[A|W].
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
Small fixes.
* dlls/shell32/shellord.c:
Juergen Schmied <juergen.schmied@metronet.de>
Stub Control_FillCache_RunDLL.
* dlls/shell32/shell32_main.c:
Juergen Schmied <juergen.schmied@metronet.de>
SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
* dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
ILAppend seems to work now.
* relay32/kernel32.spec, win32/kernel32.c:
Juergen Schmied <juergen.schmied@metronet.de>
Stubs for WaitNamedPipe[A|W].
Tue Dec 15 18:04:58 1998 Alexandre Julliard <julliard@winehq.com>
* files/directory.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fix GetTempPath32 if count=0.
* 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:
Todd Vierling <tv@pobox.com>
- add -lossaudio if needed, and a check for <soundcard.h>, to configure.in
(run autoconf after this). Note that the check has been altered to break
out of the AC_CHECK_HEADERS after the first match - this is so
<sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
with the emulated ossaudio.
- check for <soundcard.h> along with the other two in a mutually-exclusive
manner in the various *.c files that need it; change include of
"mmsystem.h" to "multimedia.h" so this logic is all in one place
- change mcicda.c to allow for CD audio manipulation on NetBSD. This
includes:
* changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
neither splitting with #-directives nor a two-arg ioctl work;
* changing the #if logic to allow both FreeBSD and NetBSD to share the
appropriate code blocks
- block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
(midi.c, mcimidi.c). NetBSD's OSS emulation does not (yet) support MIDI.
Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
* tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c, include/ts_xutil.h:
Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
Set the class hints for managed windows.
* files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
Bugfix: GetFullPathName sets lpFilePart only when the last element
does not end with '\'.
* 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:
Paul Quinn <paulq@COREL.CA>
Lots of new defines and stubs.
* Make.rules.in, Makefile.in, configure, configure.in:
Todd Vierling <tv@pobox.com>
These patches add support for --enable-dll on NetBSD, and may even do so for
FreeBSD a.out. Now, NetBSD can use libwine as a shared object. Thanks to
mycroft@netbsd.org for doing this work!
* tools/wrc/writeres.c: Todd Vierling <tv@pobox.com>
Global constructors using `.section .ctors' are bogus for NetBSD's
assembler. Use the appropriate `.stabs' when on NetBSD.
* ole/variant.c: Todd Vierling <tv@pobox.com>
Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers).
Fixed some constants that are too big for a plain `int'.
* ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
Check for MAXFLOAT if FLT_MAX isn't there.
* graphics/psdrv/Makefile.in: Todd Vierling <tv@pobox.com>
graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if
using --enable-dll.
* include/wingdi.h, include/wintypes.h, include/winuser.h, include/windows.h:
Veksler Michael <mveksler@techunix.technion.ac.il>
Move declarations from windows.h to wingdi.h and winuser.h.
Mon Dec 14 18:15:11 1998 Alexandre Julliard <julliard@winehq.com>
* 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:
Marcus Meissner <marcus@jet.franken.de>
Made async IO (SIGIO) stuff from WINSOCK generic useable.
Added async IO support to FILE and CONSOLE objects.
* misc/winsock.c: Stephen Langasek <vorlon@dodds.net>
Prevent segfault in setsockopt when optname is SO_LINGER and optval is
null.
* dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, relay32/shell32.spec:
Juergen Schmied <juergen.schmied@metronet.de>
Some cleanup.
* dlls/shell32/iconcache.c:
Juergen Schmied <juergen.schmied@metronet.de>
SHMapPIDLToSystemImageListIndex try's to determine and load the exact
icon for files (by type) now.
* dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
New HCR_GetDefaultIcon (internal).
* include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, msdos/dosmem.c, msdos/dpmi.c:
Ove Kaaven <ovek@arcticnet.no>
Moved DPMI wrapper allocation code to dosmem.c to REALLY make the
RMcall shortcuts independent of dosmod. SS had been left out of
the REALMODECALL copy routines for some reason, fixed now. Also
cleaned up a few compiler warnings.
* graphics/x11drv/xfont.c: Ian Pilcher <pilcher@concentric.net>
Added ability to specify X fonts used for Helv and Tms Rmn typefaces
with DefaultSerif and DefaultSansSerif INI keys.
* tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
Bertho Stultiens <bertho@panter.soci.aau.dk>
- Added a global label for elf-dll linking and a long with the resource
size and a long with the directory size.
- Killed an annoying warning since version 1.0.0 in parser.y about a
var being used before init.
* include/shlobj.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c:
Juergen Schmied <juergen.schmied@metronet.de>
Adds the IPersistFile Interface to IShellLink[W] and gave both own
IClassFactorys.
* win32/console.c: Marcus Meissner <marcus@jet.franken.de>
(ReadConsole32A): small and stupid bug fixed
(WriteConsoleOutput): bug fixed (attributes may change within lines)
and enhanced speedwise by using buffering.
(CONSOLE_string_2_IR): enhanced, now gets scancodes and virtualkeycodes
* misc/crtdll.c, relay32/crtdll.spec:
Marcus Meissner <marcus@jet.franken.de>
_ultoa implemented.
* controls/static.c: Marcus Meissner <marcus@jet.franken.de>
Small hack to get rid of annoying err:resource: message for
MessageBoxes.
* relay32/dsound.spec: Ian Schmidt <irsman@iag.net>
Fix off-by-1 error in DirectSound ordinals. Thanks to Robert Riggs for
the pointer.
* graphics/ddraw.c: Stephen Crowley <crow@debian.org>
Save the original video mode before going fullscreen and restore it
when the last DirectDraw_Release is called. Also fix a problem where
the viewport wasn't set to 0,0.
* console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
Made more cross-platform by changing ->_fileno to fileno().
* windows/win.c: NF Stevens <norman@arcady.u-net.com>
Fix the Z-order of maximized/minimized child windows.
* graphics/x11drv/xfont.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
XLFDs should be well-formed (14 hyphens) to match scalable fonts.
Stop slant field becoming wildcarded too early.
* windows/focus.c: Marcus Meissner <marcus@jet.franken.de>
(FOCUS_SwitchFocus) check for pFocusTo == NULL instead of hFocusTo==0.
* ole/ole2nls.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Hack OLE_GetFormat* to return something if datelen = 0.
Remove unnecessary WINAPI's.
----------------------------------------------------------------
Fri Dec 11 15:04:11 1998 Alexandre Julliard <julliard@winehq.com>
* include/process.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, scheduler/k32obj.c, scheduler/process.c:
Patrick Spinler <spinler.patrick@mayo.edu>
Implemented CreateToolhelp32Snapshot, including two of the routines
using snapshots, Process32First and Process32Next.
* relay32/oleaut32.spec, include/mapidefs.h, include/oleauto.h, include/win16drv.h, include/wintypes.h, ole/compobj.c, ole/variant.c:
Justin Bradford <justin@ukans.edu>
Most of the currency variant conversion functions implemented.
Minor bugfixes and header tidying.
* 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:
Marcus Meissner <marcus@jet.franken.de>
Added RasEnumConnections stub.
* dlls/shell32/shell32_main.h, dlls/shell32/shellpath.c, dlls/shell32/shlview.c:
Juergen Schmied <juergen.schmied@metronet.de>
Bugfix in PathCombine32[A|W].
View menu in explorer and on right mouse button is working now.
* dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
Implemented ILGetDisplayName.
* dlls/shell32/classes.c, dlls/shell32/shellord.c:
Juergen Schmied <juergen.schmied@metronet.de>
Started implementation of ShellExecuteEx32A.
Small changes.
* dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shres.rc:
Juergen Schmied <juergen.schmied@metronet.de>
Moved menu resources to rc-file.
* include/pe_image.h, ole/ole2nls.c, win32/file.c:
Marcus Meissner <marcus@jet.franken.de>
Two debug messages clarified, one useless prototype removed.
* include/oleauto.h, ole/variant.c:
Marcus Meissner <marcus@jet.franken.de>
294 missing WINAPI added.
* tools/testrun: Marcus Meissner <marcus@jet.franken.de>
Kill swapped out (wine) processes too and truncate diff after some xxx
lines.
* ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
Fixed SetLastError with wrong value.
* misc/printdrv.c, objects/enhmetafile.c, graphics/painting.c, include/windows.h:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
misc/printdrv.c and fix a few compile warnings.
* 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:
Andreas Mohr <a.mohr@mailto.de>
Fixed a bunch of compiler warnings.
* files/file.c: Marcus Meissner <marcus@jet.franken.de>
Added Win32 synchro to FILEs (useful only for terminal handles).
Thu Dec 10 16:04:51 1998 Alexandre Julliard <julliard@winehq.com>
* 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:
Francis Beaudet <francis@macadamian.com>
Sylvain St-Germain <sylvain@macadamian.com>
Thuy Nguyen <thuy@macadamian.com>
Lots of new stubs.
* msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Let the System_Time_Selector clock tick.
* loader/dos/module.c, miscemu/instr.c, msdos/dosmem.c, graphics/dispdib.c, graphics/vga.c, include/miscemu.h, include/vga.h:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Adapted to CreateSystemTimer interface change.
* if1632/system.spec, if1632/thunk.c, include/callback.h, include/windows.h, misc/callback.c, misc/system.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
(NOTE: 16-bit callbacks still don't work!)
* windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
- Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
the child window so that the system menu is set correctly.
- In MDICascade and MDITile use WM_MDIRESTORE message
to restore maximized window so that system menu is
handled correctly.
* include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/typelib.c, ole/variant.c, relay32/oleaut32.spec:
Jean-Claude Cote <jean-claude@macadamian.com>
Added implementation of the VARIANT APIs.
* files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
* dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation.
better handling of LPSTR_TEXTCALLBACK32A
TREEVIEW_GetNext|PrevListItem didn't descend into visible child items.
* loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
Warn if two .exes conflict with each other and the second does not
have relocation records.
* misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
contain '/','\\' or ':'.
* graphics/ddraw.c: Stephen Crowley <crow@debian.org>
Fixed a potential crash if a usable video mode is not detected.
* tools/make_authors: Script to generate authors files
* include/dinput.h, windows/dinput.c: Robert Riggs <rriggs@tesser.com>
Stubs for IDirectInputEffect and IDirectInputDevice2A methods,
as well as AddRef(), GetCapabilites(), EnumObjects(),
GetProperty(), GetObjectInfo(), GetDeviceInfo(), Initialize(),
and RunControlPanel() for IDirectInputDevice.
* graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
Set window focus in _common_IDirectDraw_SetDisplayMode().
* multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
* include/win.h, windows/win.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Removed deferred Expose events handling.
* windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Don't clip VisRgn against X desktop.
* loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
* graphics/x11drv/xfont.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Sanity check on font size.
* dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
Missing parentheses added.
Wed Dec 9 16:37:05 1998 Alexandre Julliard <julliard@winehq.com>
* loader/task.c, relay32/kernel32.spec, win32/console.c, include/wincon.h:
Marcus Meissner <marcus@jet.franken.de>
Enhanced Win32 Console (XTERM)
- inputhandling enhanced (keys and mouseclicks)
- win32 synchronization (partial)
- lots of enhancements to drawing functions
- simple/complex console (simple-stdin/stdout -> complex-xterm).
* console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, console/xterm.c, include/console.h:
Joseph Pranevich <jpranevich@lycos.com>
Add a driver to open up a new xterm window whenever console output is
needed. Derived from console/win32.c but we are not yet ready to merge
the code completely.
* graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
Pablo Saratxaga <srtxg@chanae.alphanet.ch>
Improved the handling of font encodings.
* msdos/dpmi.c, include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
Implemented DPMI RMCBs using the DOS subsystem, and a few other
improvements. Also, some special-cased shortcut paths will allow some
common real-mode call/RMCB combinations to work even without calling the
DOS subsystem, thus letting APIs like DOSASPI work without any dirty hacks
even on platforms that cannot use dosmod.
* multimedia/time.c, ole/compobj.c, files/change.c, loader/module.c, misc/lzexpand.c, misc/main.c, controls/menu.c, controls/scroll.c:
Marcus Meissner <marcus@jet.franken.de>
Some unnecessary #include and messages removed.
* ole/ole2nls.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Some small corrections to EnumSystemLocales32AW
Tue Dec 8 15:06:39 1998 Alexandre Julliard <julliard@winehq.com>
* tools/make_X11wrappers, tsx11/ts_xf86vmode.c, graphics/ddraw.c:
Tried another kludge for the Xmd.h problem.
* 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:
Stephen Crowley <crow@debian.org>
Added fullscreen DGA support.
* misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
Fixed dummy entries in MAIN_ParseLanguageOption().
* include/mmsystem.h, multimedia/mcicda.c:
Brian Gerst <bgerst@quark.vpplus.com>
Properly implement MCI_CDA_STATUS_TYPE_TRACK.
Fix an off-by-one bug with MCI_STATUS_LENGTH.
* windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
Superflous WINAPI removed.
* loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
Warn about invalid entrypoints (created by viruses) which result in
Wine crashes.
* graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
Create X11 palette on DirectDrawSurface::SetPalette, not before (we
might not have an X11 window yet).
* loader/main.c: Marcus Meissner <marcus@jet.franken.de>
Move TWEAK_Init from USER to GDIInit.
* graphics/painting.c, if1632/gdi.spec, include/windows.h, misc/printdrv.c, misc/spooler.c, relay32/gdi32.spec:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
printing functions.
* windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fix includes.
* graphics/x11drv/text.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fix X11DRV_ExtTextOut for rotated text if either of lpDx, breakExtra
or charExtra are non-zero.
* 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:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Replace GRAPH_ functions with Win SDK equivalents.
Mon Dec 7 16:23:42 1998 Alexandre Julliard <julliard@winehq.com>
* files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
Reverted previous patch.
* include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
Don't define MZ_SUPPORTED on non-i386 platforms.
* loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
Fixed DPMI_CallRMProc (I think).
* misc/network.c, relay32/mpr.spec:
Marcus Meissner <marcus@jet.franken.de>
Stub for NPSGetProviderHandleA.
* windows/x11drv/keyboard.c: Brian Gerst <bgerst@quark.vpplus.com>
The scancode Windows send for extended keys is the scancode of the
unextended equivalent of the key, plus the extended flag.
* dlls/winaspi/winaspi16.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Fixed a real mode problem.
* loader/ne/module.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
NE_MODULE.stack_size was set to a ridiculously small value of 5.
Windows sets 0x1400 in such cases for programs.
* controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
We don't yet want the static control to call DestroyIcon.
* windows/class.c: NF Stevens <norman@arcady.u-net.com>
Added case for GCW_ATOM int GetClassLong32A.
* misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
Stub for WNetOpenEnum32W.
* multimedia/dsound.c, relay32/dsound.spec:
Robert Riggs <rriggs@tesser.com>
More general code cleanup for readability.
A few more parameter validation checks.
Return DS_OK rather than 0 in a number of functions.
Fixed primary buffer ref count bug in CreateSoundBuffer().
Handle 1-3 byte sound fragments that would cause buffer overruns.
Clear primary buffer with a neutral value instead of always 0
(because 128 is neutral for 8-bit sound).
Fix bug with mixing 8-bit sound into the primary buffer.
Broke out the main block in DSOUND_thread() to another function for
readability.
Handle "no audio" and "audio busy" cases properly when initializing
dsound. Rename DllCanUnloadNow() to DSOUND_DllCanUnloadNow().
* debugger/hash.c: Ove Kaaven <ovek@arcticnet.no>
Made variables optimized into registers accessible.
* relay32/user32.spec:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
The spec definition for MonitorFromWindow was wrong.
* msdos/int21.c: Stefan Leichter <sle@camline.com>
File handle bug fix.
* documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added paragraph about different dll versions and structure sizes.
* include/commctrl.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added missing TOOLINFO structure.
* multimedia/mmsystem.c: Andreas Mohr <a.mohr@mailto.de>
Fixed a heap bug.
* 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:
Andreas Mohr <a.mohr@mailto.de>
- Several kernel.spec return type mismatch fixes
- [GS]etSelectorBase Win32s offset support by Ulrich Weigand (thanks v.m. !!)
- Move AppToWine/WineToApp macros as W32S_APP2WINE etc. to ldt.h
- LocalNotify() basic support
- Fixes for local heap handling with heap handles created by Virtual*()
* graphics/x11drv/xfont.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: -microsoft-symbol encoding was not recognized.
* windows/win.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: WIN_ResetQueueWindows would skip some windows.
* tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Allow recursively reentering CALL32_LargeStack.
* 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:
Patrik Stridvall <ps@leissner.se>
Added the new TTY driver.
* 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:
Patrik Stridvall <ps@leissner.se>
Moved more code to the X11 driver.
Thu Dec 3 16:29:56 1998 Alexandre Julliard <julliard@winehq.com>
* msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int29.c:
Joseph Pranevich <jpranevich@lycos.com>
Call the new console driver for some routines. This is not completely
done yet and more for testing purposes.
Wed Dec 2 19:58:09 1998 Alexandre Julliard <julliard@winehq.com>
* 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:
Joseph Pranevich <jpranevich@lycos.com>
Added console support.
* 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:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Move OEM resources to the x11drv.
* files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
Opening a file in a directory which doesn't exist returns
ERROR_FILE_NOT_FOUND instead of ERROR_PATH_NOT_FOUND.
* memory/atom.c: Marcus Meissner <marcus@jet.franken.de>
Handle atoms "# non number" (oracle client).
Tue Dec 1 16:23:19 1998 Alexandre Julliard <julliard@winehq.com>
* if1632/kernel.spec, misc/error.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows').
Fixed wrong ordinals/prototype for MapProcessHandle/GetModuleFileName32.
Added names for some undocumented exports.
* memory/global.c, if1632/thunk.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented GlobalChangeLockCount (KERNEL.365).
* if1632/toolhelp.spec, include/toolhelp.h, memory/heap.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446).
* if1632/gdi.spec, objects/gdiobj.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented GdiFreeResources (GDI.609).
* include/dsound.h, multimedia/dsound.c:
Robert Riggs <rriggs@tesser.com>
Fixed 8-bit WAV format handling (it is unsigned data).
Fixed off-by-one checks for buffer wrap.
Increment ref count for primary buffer in CreateSoundBuffer().
Added DSBPN_OFFSETSTOP support to position notification code.
Lots of minor parameter validation checks.
Stubs for: IDirectSound_initialize(), IDirectSound_Compact(),
and IDirectSound_GetSpeakerConfig().
Fixed freq shifting with 16-bit data problem, fixed 8bit<->16bit
conversion.
Lots of thread locking for DirectSound buffers.
Dealloc primary buffer when dsound is deallocated.
* include/wintypes.h:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Added the TEXT() and MAKELRESULT() definitions.
* windows/queue.c: Juergen Schmied <juergen.schmied@metronet.de>
Small change.
* Makefile.in: James Juran <jrj120@psu.edu>
Revert misguided change to install_lib that broke -disable-lib
configure option.
* misc/main.c, include/windows.h:
Juergen Schmied <juergen.schmied@metronet.de>
New parameter SPI_GETDRAGFULLWINDOW.
One missing break in SPI_GETDRAGFULLWINDOW.
* dlls/shell32/pidl.c, relay32/shell32.spec:
Juergen Schmied <juergen.schmied@metronet.de>
New functions ILGlobalClone/ILGlobalFree.
* documentation/printing:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Add a note about WinPrinters.
* relay32/ntdll.spec, relay32/ole32.spec, relay32/user32.spec:
Marcus Meissner <marcus@jet.franken.de>
Added some stubs, some ptr->str conversions.
* graphics/ddraw.c, include/ddraw.h, relay32/ddraw.spec:
Lionel Ulmer <ulmer@directprovider.net>
- added definition of DirectDrawCreateClipper.
- more versatile support of surfaces / better surface description support.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
Fixed wrong parameter count for SHChangeNotifyDeregister, SHFreeUnusedLibraries.
New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
Stubs SHWaitForFileToOpen, PathFindOnPath.
* relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
Small changes to print the strings in the relay-trace.
* windows/class.c: NF Stevens <norman@arcady.u-net.com>
The class name needs to be converted to a getptr.
* multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed memory/status recovery when error occured in MIDI_mciOpen.
Fixed support for RMID files in MIDI_mciOpen.
Fixed bug for playing MIDI files with tempo changes. Sound output is
now correct, but length of tracks (and therefore of whole file) is not
correct.
Changed error values (INTERNAL => INVALID_FILE) when file cannot be read.
* multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed memory/status recovery when error occured in WAVE_mciOpen.
Changed error values (INTERNAL => INVALID_FILE) when file cannot
be read.
* multimedia/msvideo.c, relay32/msvfw32.spec:
Juergen Schmied <juergen.schmied@metronet.de>
Stubs for MCIWndCreate[A|W].
* misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
VerQueryValue, bugfix: we cant convert binary data with
HEAP_strdupWtoA (\VarFileInfo\Translation).
Mon Nov 30 17:41:17 1998 Alexandre Julliard <julliard@winehq.com>
* relay32/advapi32.spec, win32/advapi.c:
Juergen Schmied <juergen.schmied@metronet.de>
Stubs for EnumServiceStatus32, small changes.
* objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
Load now the first icon from the *.ani file instead of crashing.
* miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
Fix warnings in miscemu/main.c.
* include/windows.h:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
- added some defines around the CommPort (PURGE_XXX and MS_XXX_ON)
- added the DLGTEMPLATE and DLGITEMTEMPLATE structures
- added the function definition for StartPage,EndPage,GetCommMask,
GetCommModemStatus and PurgComm,WaitCommEvent.
* windows/defwnd.c: Paul Quinn <PaulQ@corel.com>
Fixed activation/Focus message order problem when creating a new HWND.
* windows/winpos.c, if1632/user.spec, include/windows.h, relay32/user32.spec:
Paul Quinn <PaulQ@corel.com>
Implementation of ChildWindowFromPointEx functions.
* misc/registry.c: Gavriel State <gavriels@corel.com>
Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
* objects/bitmap.c, objects/cursoricon.c, objects/dib.c, objects/palette.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
GetSystemPaletteEntries returns palette size if entries==NULL.
Use this instead of COLOR_GetSystemPaletteSize.
* relay32/dsound.spec, multimedia/dsound.c:
Marcus Meissner <marcus@jet.franken.de>
Implemented class factory for dsound.
* relay32/kernel32.spec, misc/comm.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
- fixed a minimal error in GetCommMask definition.
- adds stubs for GetCommModemStatus and WaitCommEvent.
* include/xmalloc.h, library/winestub.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Fixes for C++ Winelib compilation.
* ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
Fri Nov 27 16:06:08 1998 Alexandre Julliard <julliard@winehq.com>
* BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
James Juran <jrj120@psu.edu>
Documentation updates.
* Makefile.in: James Juran <jrj120@psu.edu>
Fixed 'make install' to really check for libwine.a before installing
it.
* graphics/ddraw.c, include/options.h, misc/main.c:
Stephen Crowley <crow@debian.org>
Added a new cmdline switch to disable XF86 DGA Extensions, -nodga.
* files/drive.c: Andreas Mohr <a.mohr@mailto.de>
Improved GetDiskFreeSpace32A().
Thu Nov 26 16:32:00 1998 Alexandre Julliard <julliard@winehq.com>
* windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Remove included color.h.
* loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
Remove unnecessary check for entrypoint address (test binary was
infected by a virus which uses invalid PE loading stuff).
* graphics/painting.c, relay32/gdi32.spec:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Added stubs for Startpage and EndPage.
* if1632/thunk.c, objects/dc.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Removed some unnecessary FIXME outputs.
* if1632/kernel.spec, loader/task.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented KERNEL.602 and stub for KERNEL.490.
* ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
Wed Nov 25 18:15:53 1998 Alexandre Julliard <julliard@winehq.com>
* ole/nls/grc.nls, ole/nls/sky.nls, ole/nls/tha.nls, ole/nls/trk.nls, ole/ole2nls.c:
Pablo Saratxaga <srtxg@chanae.alphanet.ch>
Small fixes.
* loader/ne/resource.c, include/module.h, loader/resource.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Moved ...Resource16 routines to loader/resource.c.
Implemented accessing PE-file resources with 16-bit resource routines.
* if1632/kernel.spec, loader/ne/Makefile.in, loader/ne/convert.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implementation of PE->NE resource conversion routines (KERNEL.615-618).
* include/oleauto.h, ole/ole2disp.c, relay32/oleaut32.spec:
Francis Beaudet <francis@macadamian.com>
Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
and SysStringLen(). Ensure that the BSTR objects were allocated
according to the Windows documentation.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
Moved existing path - functions to shellpatch.c.
New: PathRemoveBlanks32A|W, PathMatchSpec32A|W,
PathSetDlgItemPath32A|W.
* dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/shlobj.h:
Juergen Schmied <juergen.schmied@metronet.de>
Moved existing IShellLink class. New stubs for IShellLinkW.
* 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:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
* include/miscemu.h, msdos/dpmi.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/xms.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit
registers (used by DeviceIoControl). Adapted all users.
* include/winioctl.h, win32/device.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented (most) VWin32.VxD DeviceIoControl routines.
Tue Nov 24 20:47:17 1998 Alexandre Julliard <julliard@winehq.com>
* include/thread.h, scheduler/thread.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
* loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
for 32-bit queues.
* win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: [QF]T_Thunk should clear HIWORD(EAX) on return.
Bugfix: hack for stupid USER32 CallbackGlueLS routine in Common32ThkLS.
* if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
* graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
Don't match against Symbol or Nil fonts.
* memory/global.c: Stephen Crowley <crow@debian.org>
Return the "buffers" and "cached" memory as free since it is
deallocated when a program needs it anyway.
* windows/dialog.c, include/windows.h:
Juergen Schmied <juergen.schmied@metronet.de>
Bugfix: SetDlgItemText32 returns BOOL not void.
* relay32/user32.spec, windows/user.c:
Juergen Schmied <juergen.schmied@metronet.de>
New stubs GetUserObjectInformationA|W.
* relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
Removed left over 'show' and useless deadbeef checking which doesn't
work.
* loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
Adjust broken entrypoint addresses. (win98 notepad.exe)
* documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
Updated according to development.
* if1632/mmsystem.spec, relay32/winmm.spec:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Some new stubs (midiStreamXXX functions, some mci functions, and
some mmio functions).
* multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Moved MCI part to mcimidi.c ; added DriverProc.
* multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Moved MCI part to mciwave.c ; added some error checking ; added
DriverProc
* include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Added mcimidi and mciwave.
* multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
seek command.
* multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Starting writing MCI part ; fixed bug in MCI_INFO command.
* multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Added some missing stubs in 32 bit part.
* multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Made use of new 16/32 MCI message handling in mmsystem.c.
* include/mmsystem.h, include/multimedia.h:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Added some new functions/structures definitions.(I couldn't get all
the manifest constants values that MS was referring to in its specs...
if someone has them...)
* multimedia/mcianim.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Added some error checking ; made use of new 16/32 MCI message handling
in mmsystem.c ; fixed bug in MCI_INFO command.
* multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Added some error checking ; made use of new 16/32 MCI message
handling in mmsystem.c.
Added Win95 command to handle cd-rom with both data and audio ; fixed
bug in MCI_INFO command ; shadowing MCI status for devices that can't
get current status ; fixed status not being updated on cd change.
* multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Factorized 16/32 bit MCI function by using message mapping from 16
to 32 bits ; added some new prototypes mciSendCommand, mciSendString,
mci(Set/Get)YieldProc ; started writing midiStreamXXX functions - not
yet working. Fixed some issues regarding asynchronous MCI commands ;
fixed MCI_SYSINFO command.
* resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
Fixed some quirks.
Sun Nov 22 18:29:50 1998 Alexandre Julliard <julliard@winehq.com>
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
Many fixes.
* dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
New function: _ILGetExtension.
* dlls/shell32/Makefile.in, dlls/shell32/classes.c:
Juergen Schmied <juergen.schmied@metronet.de>
New file. HKEY_CLASSES_ROOT handling.
* documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Updated.
* 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:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added Unicode support (at least partially).
* ole/Makefile.in, ole/compobj.c, ole/oleobj.c, include/oleobj.h, include/shlobj.h:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added IOleAdviseHoler interface (still a dummy) and fixed
CreateOleAdviseHolder().
* dlls/comctl32/commctrl.c, dlls/comctl32/tooltips.c:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added global subclassing atom, used by tooltips and updown (not yet).
* dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Improved layout code.
* dlls/comctl32/imagelist.c, relay32/comctl32.spec:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixed ImageList_LoadImage().
* dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added CMEM_SETITEM32A and message forwarding to combobox.
* ole/moniker.c, relay32/ole32.spec:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added stub for CreateItemMoniker().
* dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixed some undocumented function names and implemented DPA_Merge
partially.
* controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Enabled double click for buttons.
* include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added command and return constants used by WM_NOTIFYFORMAT.
* 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:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
* include/options.h, misc/main.c, ole/ole2nls.c:
Juergen Schmied <juergen.schmied@metronet.de>
Small fixes to get the default language to a sensible value.
Thanks to Pablo.
* ANNOUNCE, DEVELOPERS-HINTS, README, documentation/README.documentation, documentation/how-to-port, documentation/wine.man, documentation/wine.texinfo:
Douglas Ridgway <ridgway@winehq.com>
Miscellaneous small fixes.
* graphics/win16drv/prtdrv.c, if1632/gdi.spec, include/windows.h, objects/metafile.c, objects/region.c, relay32/gdi32.spec:
Andreas Mohr <a.mohr@mailto.de>
Added Win16 implementation for GetRegionData().
* ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
Enhanced OABuildVersion() to return different version values for
different winvers.
* msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
Added INT21_ParseFileNameIntoFCB() and some other things to get
COMMAND.COM working.
* relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
Added missing entry for GetNumberFormatW.
* objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
Checking for NULL-pointer.
* ole/nls/fra.nls, ole/nls/frb.nls, ole/nls/frc.nls, ole/nls/frl.nls:
Robert Pouliot <krynos@clic.net>
Better OLE support in French languages.
* loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
Implementation of CreateProcess32W.
* windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
Queuing of deferred Expose events.
* controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
LB_GETTEXT: Handle passed NULL buffer.
* controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
byte NULL buffer.
* ole/nls/frs.nls, ole/nls/sky.nls, ole/ole2nls.c:
Marcus Meissner <marcus@jet.franken.de>
Turn mega double switch into static table (reduces compile time).
* AUTHORS, include/authors.h: Added Robert Riggs.
* include/d3d.h: Robert Riggs <rriggs@tesser.com>
include ddraw.h, questionable fix for questionable struct/union
construct in MS's D3DVECTOR definition.
* include/dsound.h: Robert Riggs <rriggs@tesser.com>
More flags (DirectX 5.2), DirectSound3DListener and
DirectSound3DBuffer structures, include some required files
(windows.h, compobj.h, and d3d.h).
* multimedia/dsound.c: Robert Riggs <rriggs@tesser.com>
DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
primary buffer is implemented closer to what the SDK docs specify,
other SDK documented behaviour enforced. Completed the devcaps list.
* misc/crtdll.c, relay32/crtdll.spec:
Juergen Schmied <juergen.schmied@metronet.de>
New stubs strdate, strtime.
* memory/selector.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
* misc/comm.c: Cliff Wright <cliff@snipe444.org>
Fixed a mask set, and other parity setting bugs for serial ports.
* include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
Added BSDI sigcontext definitions.
* windows/class.c: Rein Klazes <rklazes@casema.net>
Fixed typo.
* relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
Remove now useless RELAY_ShowDebugmsgsRelay check.
* loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
directory, for they seem to be relocated by the standard relocating
mechanism. (Explicitly checked one program using it)
* dlls/shell32/shellord.c, include/shell.h:
Marcus Meissner <marcus@jet.franken.de>
PathAddBackshlash, PathRemoveBackslash: argument is not constant.
* windows/win.c: Marcus Meissner <marcus@jet.franken.de>
Check wndPtr for NULL.
* graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
* misc/spooler.c, misc/Makefile.in, miscemu/main.c, Makefile.in, graphics/win16drv/init.c, loader/main.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Takes print spooler functions out of win16drv.
Allows the PostScript driver to go into libwine.
* if1632/gdi.spec, objects/brush.c, objects/palette.c:
Ian Schmidt <irsman@iag.net>
Added stubs for two undocumented GDI routines, SetMagicColors and
SetSolidBrush. This allows Win98 native USER to start up.
* graphics/ddraw.c: Stephen Crowley <crow@debian.org>
Fixed the DGA detection code in ddraw. You don't need root access,
having r+w access to /dev/mem is enough.
* documentation/status/directdraw, graphics/ddraw.c, graphics/wing.c, include/ddraw.h:
Marcus Meissner <marcus@jet.franken.de>
DirectDraw status updated.
Use cooperative window for drawing in xlib implementation if possible.
Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.
* windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
Micro patch for AltGr key on german keyboards.
* files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
Fixes error handling (SetLastError() and return value).
* objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
Partially complete GetTextCharsetInfo and corrects return values for
this family of functions.
Sun Nov 15 18:12:12 1998 Alexandre Julliard <julliard@winehq.com>
* ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
Bug fix.
* objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixed retrieval of invalid palette data in GetDIBits().
* windows/winpos.c: John Richardson <jrichard@zealand.mv.com>
Allow SWP_HIDEWINDOW to be called on windows that are already hidden
without unmapping them again.
* windows/scroll.c: Pim Bollen <pim@gimli.iaehv.nl>
Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
outside desktop window with gtwin.exe (Dutch banking program).
* loader/main.c, memory/atom.c, misc/ddeml.c, windows/class.c, windows/message.c, include/Attic/atom.h, include/global.h:
Small atom fixes.
* objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
Fixed bug in StretchDIBits32 (wrong origin).
* windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
Small fixes.
* include/ddraw.h, include/ts_xshm.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xshm.c, graphics/ddraw.c:
Lionel Ulmer <ulmer@directprovider.net>
Some corrections to the handling of off-screen buffers.
Correction to the EnumDisplayModes function.
Added XShm support to Xlib driver.
Open a DirectX window even when using the DGA driver.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
Cleanup, small fixes, a few new stubs.
* dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
Handling for listviewstyles, view mode buttons in filedialogs
enabled and handled.
New listview columns Size, Type, Modified for reportview
created and handled.
* dlls/shell32/if_macros.h:
Juergen Schmied <juergen.schmied@metronet.de>
New file, wrapper for IShellBrowser class.
* dlls/shell32/iconcache.c:
Juergen Schmied <juergen.schmied@metronet.de>
New file, some helper functions for icon cache.
Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
Shell_GetImageList in this file.
* dlls/shell32/pidl.c, dlls/shell32/pidl.h:
Juergen Schmied <juergen.schmied@metronet.de>
Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
* loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
LoadLibraryEx: show a warning when called with unimplemented parm.
* miscemu/instr.c: Cleaned up a bit.
* memory/selector.c, miscemu/instr.c, tools/build.c:
Marcus Meissner <marcus@jet.franken.de>
Clean invalid selectors on the pop %xs from the STACKFRAME itself
instead of using linked list hack.
* Makefile.in: Removed gets message.
* ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
Added Thai nls-resources.
* 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:
Pablo Saratxaga <srtxg@chanae.alphanet.ch>
Display the language id for "XXX not supported for your language"
messages.
Added all languages and sublanguages for languages supported in
resources/sysres_Xx.
* ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
* ole/moniker.c: Gavriel State <gavriels@corel.com>
Ensure that CreateFileMoniker functions don't return a bogus moniker
object on failure.
* include/class.h, windows/class.c: Gavriel State <gavriels@corel.com>
Added code to manage Ascii and WideChar class names, and to return the
names in the GetClassInfo functions.
* include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
Fix to Linux IPX so compiles on non-linux platforms.
* misc/main.c: Marcus Meissner <marcus@jet.franken.de>
Own X11 errorhandler to locate X11 errors. Useful only with -sync.
Sat Nov 14 18:59:30 1998 Alexandre Julliard <julliard@winehq.com>
* include/color.h, include/imagehlp.h, include/palette.h, memory/global.c, misc/registry.c, windows/defwnd.c:
Juergen Schmied <juergen.schmied@metronet.de>
Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
* 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:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Moved X11 mouse cursor handling to the DISPLAY driver.
* if1632/thunk.c, include/callback.h, loader/main.c, loader/task.c, misc/callback.c, miscemu/main.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Some fixes to Wine startup/termination sequence with native USER.
Do not call built-in USER signal handler when using native USER.
* debugger/break.c, include/debugger.h, include/task.h:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: -debug didn't work anymore after the last startup sequence patch.
* ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixed list insertion bug in CoLoadLibrary().
* if1632/wprocs.spec, msdos/Makefile.in, msdos/int2f.c, msdos/int41.c, msdos/vxd.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added stubs for several VxDs / interrupts.
* if1632/thunk.c, include/callback.h, misc/callback.c, graphics/win16drv/init.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Should get win16drv AbortProc working. Hopefully.
* windows/input.c, windows/keyboard.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Moved GetKeyboardLayoutName16 to windows/input.c.
* include/imagehlp.h, include/winnt.h, include/wintypes.h:
Patrik Stridvall <ps@leissner.se>
Moved some declarations from imagehlp.h to common include files.
* relay32/kernel32.spec, win32/thread.c:
Rein Klazes <rklazes@casema.net>
Added implementations for InterlockedExchangeAdd() and
InterlockedCompareExchange().
* win32/console.c, objects/dib.c, objects/enhmetafile.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fixes a few of the many compiler warnings.
* miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
Emulate "mov cr4,eax" (tombraider 3 demo).
* graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
Do not enumerate D3D devices we can't handle anyway.
Return bitmasks for hi/truecolor depths in EnumDisplayModes.
* if1632/snoop.c, include/snoop.h, relay32/builtin32.c, relay32/snoop.c:
Marcus Meissner <marcus@jet.franken.de>
Speed up relay32, snoop16 and snoop32 include/excludes by doing them
just once at creation time.
* relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
Pavel Roskin <pavel_roskin@geocities.com>
Added stubs for CoRevokeClassObject and OleSetClipboard.
* windows/win.c: Per Ångström <pang@mind.nu>
EnumTaskWindows16: Basing the selection on a window's task is not only
more straightforward than comparing message queues, it also works
better for Win32 applications.
* memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Changed some of the message classes.
* windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
Special case handling of : Shift + arrow, shift + home, ...
X returns a char for it, but Windows doesn't. Ignore X char.
Also added some documentation.
* include/winsock.h, misc/winsock.c:
Stephen Langasek <vorlon@dodds.net>
Bugfixes for IPX code and preliminary groundwork for other address
family support.
* ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
(CoGetClassObject) one missing CALLBACK, extremely simplified clsid
lookup (Registry is case insensitive).
* relay32/ntdll.spec, win32/advapi.c, dlls/ntdll/rtl.c, relay32/advapi32.spec:
Juergen Schmied <juergen.schmied@metronet.de>
Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
RtlTimeToTimeFields.
* include/windows.h, ole/ole2nls.c:
Juergen Schmied <juergen.schmied@metronet.de>
Stub for GetNumberFormat32W.
* misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
gets() fixes.
* ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
to be in nominative case.
* windows/queue.c: Per Ångström <pang@mind.nu>
Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
an invalid size parameter.
* multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
Added correct implementation of GetCaps, changed Play and Stop handling
of positions indexes, suppressed warnings.
* memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
Corrected bug in TRACE function.
* AUTHORS, graphics/ddraw.c, include/authors.h, include/ddraw.h:
Lionel Ulmer <ulmer@directprovider.net>
Corrected bug in DirectDrawSurface creation and handling for driver
based upon Xlilb.
* windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
Wine keyboard and mouse have now their own UIDs.
* objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fix allocation size in CreateDIBPatternBrush*.
----------------------------------------------------------------
Sun Nov 8 16:44:41 1998 Alexandre Julliard <julliard@winehq.com>
* windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
Fixed keystroke accelerators in dialogs which have controls containing
other controls as child windows.
* include/winproc.h, misc/commdlg.c, windows/hook.c, windows/winproc.c:
Juergen Schmied <juergen.schmied@metronet.de>
Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
16->32 bit conversion.
* objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
Prevent CreateDIBSection from seg faulting when one dimension of
section is 0.
* configure, configure.in, include/config.h.in, include/winsock.h, misc/winsock.c:
Stephen Langasek <vorlon@dodds.net>
Support for IPX networking via winsock under Linux.
* relay32/gdi32.spec, graphics/painting.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Added a stub for StartDocA and EndDoc.
* relay32/kernel32.spec, scheduler/process.c, win32/console.c:
James Sutherland <JamesSutherland@gmx.de>
More complete implementation of the SetCtrlHandler() function (and the
related console functions).
* objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
updates.
* graphics/vga.c, include/vga.h, msdos/ioports.c:
Ove Kaaven <ovek@arcticnet.no>
Simulate the VGA vertical refresh.
* graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
Added support of source and destination rectangles in Blit function.
* include/dinput.h, windows/dinput.c:
Lionel Ulmer <ulmer@directprovider.net>
Added device type constants and used them in device enumeration
function.
* misc/registry.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
API documentation says that RegEnumKeyEx, RegEnumValue and
RegQueryInfoKey takes the size of the buffers as characters.
* ole/compobj.c: Added missing #include "config.h"
* AUTHORS, configure, configure.in, include/authors.h, include/config.h.in, ole/compobj.c:
Justin Bradford <justin@ukans.edu>
Replaces CoCreateGuid stub with an implementation of DCE's UUID
specification. Also removes some unnecessary code from StringFromCLSID.
* include/commctrl.h, include/winbase.h, include/wintypes.h:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Added an extern "C" safeguard.
* include/commdlg.h, include/windows.h, windows/input.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
- adds GetExitCodeProcess
- corrects the return-type of GetKeyState
- corrects the winelib definition of IsDialogMessage
- adds winelib definitions for PrintDlg
* objects/clipping.c: Rein Klazes <rklazes@casema.net>
ExtSelectClipRgn fix: RGN_DIFF did not work.
* objects/cursoricon.c, windows/event.c, windows/message.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Adapted to new input event handling.
* if1632/thunk.c, if1632/user.spec, include/input.h, include/windows.h, relay32/user32.spec, windows/Makefile.in, windows/input.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
USER-side part of input event handling: contains implementation of
keybd_event and mouse_event, and USER-related code removed from
windows/event.c and windows/keyboard.c.
* windows/display.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Stubs for DISPLAY.DRV removed from keyboard.c.
* if1632/mouse.spec, include/mouse.h, windows/mouse.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implementation of MOUSE.DRV (contains some code taken from
windows/event.c).
* if1632/keyboard.spec, include/keyboard.h, windows/keyboard.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implementation of KEYBOARD.DRV (code mostly taken from previous
windows/keyboard.c).
* loader/main.c, loader/task.c, miscemu/main.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: really *do* switch to the initial task's stack.
CallLargeStack mechanism re-enabled.
* include/debug.h, include/debugdefs.h:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
New Files. Added 'date and time picker' and 'month calendar' control
dummies. They are used by Outlook Express.
* ole/ole2.c, relay32/ole32.spec:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added stub for CreateBindCtx() and added missing CoGetClassObject()
to *.spec file. Makes Internet Explorer 4.01 happy ;-)
* dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Little improvement.
* dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added preliminary hit testing. Makes regedit.exe happy ;-)
* documentation/common_controls, dlls/comctl32/imagelist.c:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Improved documentation and fixed typos.
* dlls/comctl32/commctrl.c, relay32/comctl32.spec:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added DrawStatusText32AW() and CreateStatusWindow32AW().
* dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Improved display and layout code.
* dlls/comctl32/Makefile.in, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, include/commctrl.h, include/datetime.h, include/monthcal.h:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
New Files. Added 'date and time picker' and 'month calendar' control
dummies. They are used by Outlook Express.
Sat Nov 7 12:56:32 1998 Alexandre Julliard <julliard@winehq.com>
* objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
Charles Suprin <csuprin@lynx.dac.neu.edu>
Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
* graphics/x11drv/graphics.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
which it did if either ellipse dimension was zero.
* graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
is zero.
* relay32/mpr.spec, misc/network.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Added stub WNetEnumCachedPasswords.
* msdos/int21.c, msdos/int25.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Made this file DOSMOD friendly.
* loader/ne/segment.c, loader/pe_image.c:
Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
Unified "No implementation for..." warnings.
* win32/device.c: Marcus Meissner <marcus@jet.franken.de>
monodebg.vxd used by some Origin programs implemented.
* objects/bitmap.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Fail if less then one entire line requested in GetBitmapBits32.
* windows/winproc.c: Rein Klazes <rklazes@casema.net>
Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
* if1632/compobj.spec, include/ole.h, ole/compobj.c, relay32/ole32.spec:
John Richardson <jrichard@zealand.mv.com>
Implementation of CoLoadLibrary, CoFreeAllLibraries,
CoFreeUnusedLibraries, CoFreeLibrary.
Fixed misspelling of CoUninitialize.
* programs/clock/ChangeLog, programs/clock/main.c:
Robert Pouliot <krynos@clic.net>
Fixes for other languages.
Fri Nov 6 17:36:13 1998 Alexandre Julliard <julliard@winehq.com>
* misc/registry.c: John Richardson <jrichard@zealand.mv.com>
Fix wide character functions to return character count in character
quantities not byte quantities. Make RegQueryInfoKey and
RegQueryInfoKey behave correctly in win95 mode.
* include/dinput.h, windows/dinput.c:
Lionel Ulmer <ulmer@directprovider.net>
Changed mouse button mapping and check size of return buffer.
* objects/clipping.c: Rein Klazes <rklazes@casema.net>
ExtSelectClipRgn() with RGN_COPY copies the wrong region.
* files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Fixed an error in the implementation of FILE_ShareDeny.
* scheduler/handle.c, if1632/thunk.c, include/debugtools.h, include/sig_context.h, multimedia/mmsystem.c:
Marcus Meissner <marcus@jet.franken.de>
Solaris redefines ERR and CS, fixed occurances.
Solaris has TRAPNO in its sigcontext, added to sig_context.h
* include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
Eric Pouech <Eric.Pouech@wanadoo.fr>
Made mmioSetBuffer callable from 16 and 32 bit code.
* controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
Fixed wrong arg type.
* objects/dib.c, objects/gdiobj.c, graphics/x11drv/Makefile.in, graphics/x11drv/dib.c, graphics/x11drv/init.c, include/x11drv.h:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Moved X11 DIB stuff to x11drv.
* win32/code_page.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
The API for WideCharToMultiByte says that the src-string has only to be
treated as NULL-terminated if srclen is -1.
* include/win.h, windows/event.c, windows/win.c:
Ove Kaaven <ovek@arcticnet.no>
Made sure ConfigureNotify is processed before Expose, deferring the
Expose event if necessary, thus working around a WM flaw with virtual
desktop scrolling in -managed mode.
* resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
Translated in French (not so good anyhow) message for the mark on
system menu.
* misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
Changed the default from 0 to 0x409 (eng-us).
* windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
Two missing WINAPIs.
* include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
Fixed one wrong parameter.
* configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
Fixed --disable-lib.
Thu Nov 5 10:33:18 1998 Alexandre Julliard <julliard@winehq.com>
* include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
Constants for controls in common dialogs.
Wed Nov 4 18:08:33 1998 Alexandre Julliard <julliard@winehq.com>
* misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
Fixed some compiler warnings.
Sun Nov 1 19:27:24 1998 Alexandre Julliard <julliard@winehq.com>
* 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:
Jesper Skov <jskov@cygnus.co.uk>
egcs 'ambiguous else' warnings fixes.
* include/toolhelp.h, include/windows.h, scheduler/process.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
definition to toolhelp.h.
* windows/win.c, include/pe_image.h, library/winestub.c, loader/elf.c, loader/module.c, loader/resource.c, misc/callback.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Run Winelib applications as 32-bit processes in the initial task.
Simplified/removed several special 'if (__winelib)' cases in
Wine main code obsoleted by that change.
* windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Call mouse driver callback also if windows are not registered with X
(if using native USER.EXE).
* memory/atom.c, include/atom.h:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Adapted to separation between KERNEL and USER.
* 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:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented new Wine startup sequence, separating startup into
KERNEL/USER/GDI related parts, allowing native replacement.
Implemented initial 'kernel' task.
* include/ole.h, include/winerror.h, ole/compobj.c:
John Richardson <jrichard@zealand.mv.com>
Implementation of InprocServer32 CoGetClassObject.
* include/bitmap.h, objects/bitmap.c, objects/cursoricon.c, objects/oembitmap.c, graphics/x11drv/bitmap.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
More bitmap fixes.
* windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
* 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:
Patrik Stridvall <ps@leissner.se>
Started moving some X11 window management code to windows/x11drv.
* if1632/user.spec, windows/dialog.c, windows/winproc.c:
Ove Kaaven <ovek@arcticnet.no>
Fixed IsDialogMessage16.
* Makefile.in: Douglas Ridgway <ridgway@winehq.com>
Tell people to ignore the 'gets' warning. Some will listen.
* graphics/x11drv/bitmap.c, windows/graphics.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
A couple of small fixes to my bitmap patch.
* resources/TODO, resources/sysres_De.rc, resources/sysres_En.rc, windows/nonclient.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Allow the user to put a mark in the debug log by adding a item in the
SYSMENU. The messages needs implementation in all other languages than
English and German.
* files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Give tempfile a different name even if they are created in the same
second. Removed some fixmes from the ShareDeny stuff.
* include/mdi.h, include/windows.h, relay32/user32.spec, windows/mdi.c, windows/win.c:
Rein Klazes <rklazes@casema.net>
CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
extended style is specified. Also implemented CreateMDIWindow32A()
call - single thread only -.
* dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
Erred in the bit macros in treeview.c. Shiftcounts were wrong.
* loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
Detection of the end of imports with Characteristics 0 fail for Borland
programs (which seem to have always characteristics 0). Changed to algorithm
to something a bit more intelligent.
* ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
Added CoFreeLibrary stub.
* README: Updated FAQ location.
* graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Implement SEGPTR conversion for STARTDOC in Escape32().
* objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: SetDCState did not reset clipping region to empty.
* win32/init.c: Marcus Meissner <marcus@jet.franken.de>
Fixed small off by one error in GetComputerName32W, always killed the
last character of a hostname.
* objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
Don't HeapFree() colormap if we didn't allocate one.
* 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:
Marcus Meissner <marcus@jet.franken.de>
Added stubs for user32,advapi32 functions.
* Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/*, include/ntdll.h, misc/Attic/ntdll.c, misc/Makefile.in, relay32/ntdll.spec:
Marcus Meissner <marcus@jet.franken.de>
More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
* memory/local.c, memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
Changed many WARN()s related to internal Wine memory failures to
ERR()s.
* if1632/kernel.spec, scheduler/process.c:
Andreas Mohr <a.mohr@mailto.de>
Added .spec entry for KERNEL.RegisterServiceProcess.
* if1632/display.spec, windows/keyboard.c:
Andreas Mohr <a.mohr@mailto.de>
Added stub for CheckCursor().
* include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
Fix for non-modal dialog closing.
* windows/dinput.c: David Faure <faure@kde.org>
Rewrote the two routines using the vkey->scancode array to use
keyc2vkey for each keycode, instead. Not tested.
Removed unused IDirectInputDeviceA_GetDeviceState.
Fixed warning in TRACE() call.
* windows/keyboard.c: David Faure <faure@kde.org>
Deleted the vkey->sancode array, because QWERTY specific.
Back to using the X keycode instead as the scancode. Tested.
* graphics/psdrv/init.c:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Print a message if the PostScript driver can't find a PPD file.
* msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation.
(DOS apps/games using this mode comes up now, although you can't
really do anything with them (yet?).)
* msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
Use macro V86_FLAG.
* msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
Set default video mode to 3 (80x25 color).
* loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
Ignores a couple of signals.
* graphics/Makefile.in, graphics/dispdib.c, graphics/vga.c, include/vga.h, msdos/ioports.c:
Ove Kaaven <ovek@arcticnet.no>
Moved VGA-emulating DirectX code from dispdib.c to a separate
file. Made it use a system timer and trap I/O accesses to the VGA
DAC registers to accommodate DisplayDib-using programs that try to
access the VGA hardware directly.
* miscemu/instr.c, if1632/signal.c, include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, misc/system.c:
Ove Kaaven <ovek@arcticnet.no>
Indirection for INSTR_EmulateInstruction for use by DOS code.
Added support for a 55Hz system timer, letting DOS apps calibrate
their delay loops and such. Calls INSTR_EmulateInstruction for
instruction emulation (principally I/O port access). Added macro
V86_FLAG.
Sat Oct 31 12:20:56 1998 Alexandre Julliard <julliard@winehq.com>
* windows/dinput.c, multimedia/dsound.c:
Marcus Meissner <marcus@jet.franken.de>
Small fixes.
* memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
Removed the FIXME() and moved SetLastError(0) to the end (so that
GetTempFileName et.al. can't overwrite it).
* misc/Attic/ntdll.c, relay32/ntdll.spec, relay32/relay386.c, relay32/user32.spec, windows/user.c:
Marcus Meissner <marcus@jet.franken.de>
Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets
a bit further.
* windows/mdi.c: Rein Klazes <rklazes@casema.net>
MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES
style, should not be shown at creation nor activated unless the
WS_VISIBLE flag is set.
* loader/pe_image.c: Stephen Langasek <vorlon@dodds.net>
Bugfix for fixup_imports: Enable checking for terminating import
struct with Characteristics bitfield set to 0.
* windows/win.c: Rein Klazes <rklazes@casema.net>
Delay linking newly created window in linked list until after the
WM_NCCREATE message.
* files/file.c: Rein Klazes <rklazes@casema.net>
Small bug in FILE_InUse does not do a release on every acquired file
pointer.
* controls/static.c: Marcus Meissner <marcus@jet.franken.de>
lpszName of NULL is handled (removes some warnings).
* tools/testrun: Marcus Meissner <marcus@jet.franken.de>
Now allows specification of a start directory on the cmdline.
* dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
Gets rid of the arch-dependent bit operations (tested on Linux and
Solaris/x86).
Wed Oct 28 14:58:02 1998 Alexandre Julliard <julliard@winehq.com>
* windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
A dest buffer was printed out as string.
* include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
Corrected 2 wrong definitions.
* include/windows.h, relay32/kernel32.spec, scheduler/process.c:
Patrick Spinler <spinler.patrick@mayo.edu>
Added stubs for Process32First/Process32Next.
* 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:
François Gouget <gouget@metaintegration.net>
Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
headers prototypes.
* 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:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Added pBitmapBits and pCreateBitmap to the GDI function table and
moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
* relay32/shell32.spec, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/shell.h, dlls/shell32/pidl.c:
Juergen Schmied <juergen.schmied@metronet.de>
New SHGetSimpleIDListFromPath32AW.
Unicode-safe: PathFindFilename32AW.
* include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
IExtractIcon had an extra c in a struct definition.
* relay32/dplay.spec:
John Richardson <jrichard@zealand.mv.spamless.com>
Added entry for DirectPlayEnumerate.
* ole/nls/sky.nls, ole/ole2nls.c:
Juergen Schmied <juergen.schmied@metronet.de>
Added Slovak nls-resources.
* objects/region.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for
CreateRoundRectRgn.
Tue Oct 27 15:41:54 1998 Alexandre Julliard <julliard@winehq.com>
* windows/user.c: Marcus Meissner <marcus@jet.franken.de>
EnumDisplayModes* returns a static list of modes with all depths
(helps hexen2demo), ChangeDisplaySettings returns true all the time.
* include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
Marcus Meissner <marcus@jet.franken.de>
Stub for midiOpenStream (helps hexen2demo).
* ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
Robert Pouliot <krynos@clic.net>
Small patch for better French support.
* loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: memory overwrite bug.
Mon Oct 26 11:04:13 1998 Alexandre Julliard <julliard@winehq.com>
* controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
32-bit clipboard support.
* windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
on the queue.
* windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
Fixed a minor problem with the menus for mdi child windows.
* graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
Removed no longer necessary commented out code, destroy old window
when SetDisplayMode is called again, EnumDisplayModes now returns
all possible modes (using a static list).
* memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
Anon shared mapping fixed for file sharing.
----------------------------------------------------------------
Sun Oct 25 10:32:23 1998 Alexandre Julliard <julliard@winehq.com>
* ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
Fixes for LANG_NEUTRAL.
* include/task.h:
Added some padding to the PDB for ill-behaving apps (problem reported
by Andreas Mohr).
* documentation/ioport-trace-hints, include/debug.h, include/debugdefs.h, miscemu/instr.c:
Jonathan Buzzard <jab@hex.prestel.co.uk>
Added a new debugging channel io to allow read/writes on a port to be
logged to a file.
* windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is
ignored. 0x00 is used for generated key events only.
* windows/message.c, windows/queue.c:
Douglas Ridgway <ridgway@winehq.com>
API Documentation for SendMessage, GetTickCount, PostQuitMessage,
GetMessagePos, GetMessageTime.
* memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
Delete the filename for the mapping instantly.
* dlls/shell32/shellord.c, relay32/shell32.spec:
Michael Poole <poole@graviton.res.cmu.edu>
Stub for SHSimpleIDListFromPath.
* loader/task.c: Fixed bug in SwitchStackTo.
Sat Oct 24 13:06:16 1998 Alexandre Julliard <julliard@winehq.com>
* controls/scroll.c: Patrik Stridvall <ps@leissner.se>
Check if scrollbar and parent are visible before redraw.
* if1632/shell.spec, include/shell.h, misc/shell.c, programs/notepad/main.c, relay32/shell32.spec:
Kai Morich <kai.morich@darmstadt.netsurf.de>
Added Drag*32 functions.
* windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
Added Drag&Drop from KDE app to 16/32 bit Windoze app.
* windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
Added FIXME message in PostMessage32x if parameters are truncated
when calling PostMessage16.
* include/process.h, scheduler/event.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added support for global handles, implemented ConvertToGlobalHandle.
Allocate startup data and 16-bit stack for initial process.
* documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
Small fix.
* 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:
Pablo Saratxaga <srtxg@chanae.alphanet.ch>
Added Spanish resources.
* ole/nls/euq.nls, resources/sysres_Es.rc:
Pablo Saratxaga <srtxg@chanae.alphanet.ch>
Small corrections.
* relay32/kernel32.spec, scheduler/process.c:
Marcus Meissner <marcus@jet.franken.de>
LoadLibraryExW spec added (function was there).
SetProcessPriorityBoost stub added.
* msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
Compile fix for Solaris.
* if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/dispdib.spec, include/dispdib.h, graphics/Makefile.in, graphics/dispdib.c:
Ove Kaaven <ovek@arcticnet.no>
Implemented DisplayDib.
* controls/static.c: Marcus Meissner <marcus@jet.franken.de>
Hack to support integer ids in all static controls.
* include/dinput.h, windows/dinput.c:
Lionel Ulmer <ulmer@directprovider.net>
Beginning of mouse support in DirectInput (only "standard" mouse
configuration supported for now).
* include/*.h, dlls/comctl32/*.c:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added xxx_Unregister() functions to all common controls.
* dlls/comctl32/comctl32undoc.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, documentation/common_controls, relay32/comctl32.spec:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Some minor improvements and fixes.
* dlls/comctl32/rebar.c, include/rebar.h:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Improved the rebar control.
* dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added support for transparent and tracking tooltips.
* controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixed a popup menu selection bug.
* windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixed DrawCaption16() and DrawCaptionTemp16().
* windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
Fixed warning.
* 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:
Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
driver.
* include/debug.h, include/debugdefs.h, include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
Joseph Pranevich <knight@baltimore.wwaves.com>
Added support for int17 and int19.
* msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
Stubs for dos mode reboot interrupt.
* msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
Some printer stubs for DOS added.
* msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
More stubs added. These changes are only partially mine, I just made
them compile.
* msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
Added some traces and cleaned up a couple of things.
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
Changed some string-shell32 functions to 32AW, parameter are
os depending 32A or 32W (-winver nt351 or nt40), some new functions.
Some fixes in ole2nls.
New OLE2NLS_CheckLocale() to handle Locale_User_Default and
Locale_System_Default.
Shell32 now dynamicly links to DPA_*(), comdlg32 works again
(comctl32 heap alloc patch broke it).
* include/winversion.h, misc/version.c:
Juergen Schmied <juergen.schmied@metronet.de>
Added VERSION_IsOsUnicode().
* scheduler/handle.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
More off-by-one errors fixed.
* include/file.h, misc/crtdll.c, msdos/vxd.c, win32/file.c, files/file.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
File sharing fixes.
Fri Oct 23 17:26:44 1998 Alexandre Julliard <julliard@winehq.com>
* misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
Bug fix.
* loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
Fixed DOS environment passing.
* misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
* include/font.h, objects/font.c, objects/gdiobj.c:
Juergen Schmied <juergen.schmied@metronet.de>
New FONT_GetObject32W(), GetObject32W().
* relay32/user32.spec, win32/ordinals.c, windows/user.c:
Juergen Schmied <juergen.schmied@metronet.de>
New stub RegisterTaskList.
New function EnumDisplaySettings32W().
* misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
More parameter checking in RltCopySid.
* windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
* relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
Ove Kaaven <ovek@arcticnet.no>
Added new dll avifil32.dll.
* loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c, include/dosexe.h:
Ove Kaaven <ovek@arcticnet.no>
First shot at DPMI realmode calls.
* loader/module.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Fixed several bugs with DLL initialization.
Thu Oct 22 17:02:25 1998 Alexandre Julliard <julliard@winehq.com>
* scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
Added ordinal for two syslevel functions.
* multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
Another missing WINAPI.
* include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
Small corrections in mmio declarations.
* loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
Take virtual sizes in account for the total vma size.
* ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
Add some more NLS definitions for the Romanian language.
* multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
Some programs (quake2 et al) do check for DSCAPS_EMULDRIVER and stop
to work. 'Adjust' caps flags accordingly.
* ole/compobj.c, relay32/ole32.spec:
Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
Stub for CoCreateGuid().
* dlls/comctl32/treeview.c, multimedia/mcicda.c:
Brian Litzinger <brian@litzinger.com>
Fixes for FreeBSD.
* libtest/.cvsignore, libtest/Makefile.in:
Petter Reinholdtsen <pere@minerva.cc.uit.no>
Make sure hello3res.h is generated even if 'make depend' never has
been run.
* windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
Fixed moving and sizing of child windows.
* include/ts_xlib.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c, windows/keyboard.c:
Marcus Meissner <marcus@jet.franken.de>
XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
Wed Oct 21 17:20:48 1998 Alexandre Julliard <julliard@winehq.com>
* include/dosexe.h, loader/dos/dosvm.c, miscemu/main.c:
Ove Kaaven <ovek@arcticnet.no>
Added indirection for ctx_debug to the DOS loader, so Winelib works
again.
* memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
Support anon shared mappings using temporary files (wont be deleted
yet).
* misc/main.c: Marcus Meissner <marcus@jet.franken.de>
Was freeing the incorrect pointers -> crash in mallocs/frees.
* files/dos_fs.c, relay32/kernel32.spec:
Marcus Meissner <marcus@jet.franken.de>
DefineDosDevice stub added.
* miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
Added a default program option in wine.conf in section [programs] key
Default.
* include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
Better fix for this_is_a_syntax_error.
* ole/nls/*.nls:
Pablo Saratxaga <srtxg@chanae.alphanet.ch>
Added the entries for LOCALE_SISO639LANGNAME and
LOCALE_SISO3166CTRYNAME.
* documentation/wine.man: James Juran <jrj120@psu.edu>
Updated manpage.
* relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
Fixed wrong ordinals.
* objects/region.c: NF Stevens <norman@arcady.u-net.com>
Fixed a bug in RectInRegion.
Tue Oct 20 15:26:26 1998 Alexandre Julliard <julliard@winehq.com>
* msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
Removed an incorrect error message.
* files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
Make sure the access functions are always used to get label and serial
number.
Mon Oct 19 08:48:24 1998 Alexandre Julliard <julliard@winehq.com>
* ole/ole2nls.c: Eric Pouech <eric.pouech@hol.fr>
Fixed bug on platforms were buffers returned by getenv() shall not be
free()'ed. Added French (default) in locale handling.
* include/wintypes.h: Dave Cuthbert <dacut@ece.cmu.edu>
Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
compile-time error message make more sense.
* scheduler/handle.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Fixed off by one error in HANDLE_GetObjPtr.
----------------------------------------------------------------
Sun Oct 18 14:48:31 1998 Alexandre Julliard <julliard@winehq.com>
* files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Try to implement the OF_SHARE_XXX options.
Move the mode translations to functions.
* include/main.h, ole/compobj.c, ole/ifs.c, ole/ole2disp.c, ole/ole2nls.c, ole/olesvr.c, ole/storage.c:
Matthew Becker <mbecker@glasscity.net>
Documentation updates.
* ole/compobj.c, relay32/ole32.spec:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Added stub for CoSetState32.
* miscemu/main.c: Chad Powell <pxpx@usa.net>
Added ability to read a startup program from wine.ini file.
Put it in section [programs] key Startup.
* include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
Alex Priem <alexp@sci.kun.nl>
Further improvements.
* include/cursoricon.h, objects/cursoricon.c:
Turchanov Sergey <turchanov@usa.net>
Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
* include/bitmap.h, objects/bitmap.c:
Turchanov Sergey <turchanov@usa.net>
Fixed LoadImage to support almost all LR_ flags.
* objects/dib.c: Turchanov Sergey <turchanov@usa.net>
Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
COLOREFs had red part zeroed) that made plenty of cyan colors, minor
bug fixes, changes to support LR_ flags.
* include/global.h, memory/virtual.c:
Turchanov Sergey <turchanov@usa.net>
Added VIRTUAL_MapFileW to map file to memory in one function call.
* include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
Turchanov Sergey <turchanov@usa.net>
Moved Multimonitor API declarations to windows.h.
* 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:
Turchanov Sergey <turchanov@usa.net>
Implemented DefDriverProc32 from winmm.dll.
* controls/scroll.c, include/scroll.h, windows/mdi.c, windows/nonclient.c:
Alex Korobka <korobka@ams.sunysb.edu>
Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
bit.
* include/winnls.h, ole/nls/deu.nls, ole/ole2nls.c:
Juergen Schmied <juergen.schmied@metronet.de>
GetLocaleInfo32A can handle len=0 now, sets LastError and touches
buffer only when necessary.
Updated deu.nls and some LCTYPES in winnls.h.
* if1632/relay.c: Rein Klazes <rklazes@casema.net>
CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
not crash.
Sat Oct 17 13:07:48 1998 Alexandre Julliard <julliard@winehq.com>
* dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
Reduced huge (1GB) heap creation that caused Starcraft to fail.
* include/dosexe.h, include/module.h, loader/dos/dosvm.c, multimedia/dplay.c, windows/dialog.c:
Patrik Stridvall <ps@leissner.se>
Compile fix for Solaris.
* multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
Compile fix for non OSS systems.
* graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
Compile fix for non XF86-DGA systems.
* libtest/Makefile.in, libtest/volinfo.c:
Petter Reinholdtsen <pere@td.org.uit.no>
New file to test DRIVE_GetLabel.
* multimedia/mcicda.c: Peter Hunnisett <hunnise@nortel.ca>
Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
32bit cdaudio bit support before it can be removed...
* graphics/ddraw.c: Peter Hunnisett <hunnise@nortel.ca>
Added a bunch of stubs for ddraw suface routines. All stubs for
surface present now.
Commented out message pump calls. I don't see a reason for them being
there. Everything works fine with -desktop and -managed still has
problems. Disagreements?
* ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
Fixed GetLocaleInfo32A for other languages than en_uk.
Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
last but not least the first argument lcid where is all about...
* 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:
Marcus Meissner <marcus@jet.franken.de>
Fixed some more missing WINAPIs (hopefully correct).
* ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
Fixed the = -> == bug.
* msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
Shell parameters (config.sys) and ANSI support stubs.
* msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
Added int16.c and int29.c.
* include/miscemu.h, msdos/interrupts.c:
Joseph Pranevich <knight@baltimore.wwaves.com>
More interrupts that can be done from DOS mode.
* msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
Added int29 (Fast Write to Screen) support.
* msdos/int16.c, include/debug.h, include/debugdefs.h:
Joseph Pranevich <knight@baltimore.wwaves.com>
Added int16 (Keyboard) support, mostly stubs.
Fri Oct 16 15:40:21 1998 Alexandre Julliard <julliard@winehq.com>
* 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:
Juergen Schmied <juergen.schmied@metronet.de>
Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
* misc/ntdll.c, relay32/ntdll.spec:
Dietmar Kling <dietmar.kling@usa.net>
Added undocumented function RtlOpenCurrentUser.
* 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:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Renamed all LPIMAGE_* types to PIMAGE_*.
Thu Oct 15 13:03:10 1998 Alexandre Julliard <julliard@winehq.com>
* windows/winpos.c: Rein Klazes <rklazes@casema.net>
Fixed an error when an owned window activates its owner during
creation.
* windows/defdlg.c: Rein Klazes <rklazes@casema.net>
Closing a dialog using the menu bar ("x" or "-" button or windows
menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
normal windows when DestroyWindow() is called.
* dlls/shell32/pidl.c:
Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
Added missing WINAPIs.
* windows/winpos.c, win32/ordinals.c, relay32/user32.spec:
Juergen Schmied <juergen.schmied@metronet.de>
New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
SetTaskmanWindow.
* relay32/ntdll.spec, misc/ntdll.c:
Juergen Schmied <juergen.schmied@metronet.de>
New stubs NtQueryInformationThread, NtQueryInformationToken,
RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
* multimedia/mmsystem.c: Turchanov Sergey <turchanov@usa.net>
Fixed PlaySound to start its thread the right way.
Wed Oct 14 18:40:35 1998 Alexandre Julliard <julliard@winehq.com>
* controls/combo.c, controls/listbox.c:
Alex Korobka <korobka@ams.sunysb.edu>
CB_SETCURSEL and some other fixes.
* windows/queue.c: Alex Korobka <korobka@ams.sunysb.edu>
Better QUEUE_FlushMessages().
* relay32/gdi32.spec, objects/font.c, include/windows.h, if1632/gdi.spec:
Moshe Vainer <moshev@easybase.com>
Partial implementation of GetOutlineTextMetrics32A.
Added structures for OUTLINETEXTMETRICS.
* objects/dc.c, include/gdi.h, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Do not clip source rectangle even by visible region for bitblts.
Added field 'totalExtent' to WIN_DC_INFO.
* msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Added stub for VMM PM API AH=026[de] (never say 'safe mode').
* memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Bugfix: Local32Free caused free handles list corruption.
* include/debugtools.h: Marcus Meissner <marcus@jet.franken.de>
Fixed --disable-debug config option.
Tue Oct 13 12:50:04 1998 Alexandre Julliard <julliard@winehq.com>
* relay32/shell32.spec, dlls/shell32/shellord.c:
Petter Reinholdtsen <pere@td.org.uit.no>
Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
and FileIconInit() needed by Win95 explorer.
Mon Oct 12 07:25:54 1998 Alexandre Julliard <julliard@winehq.com>
* windows/dialog.c, controls/button.c, controls/menu.c:
Norman Stevens <norman@arcady.u-net.com>
Improving keyboard handling, including accelerator keys in dialog
boxes. Also fixes enter key in Agent32 edit box.
Sun Oct 11 19:37:23 1998 Alexandre Julliard <julliard@winehq.com>
* misc/commdlg.c: Eric Pouech <eric.pouech@lemel.fr>
Added support in file dialog boxes handling for filters like
"*.txt;*.bat".
* win32/kernel32.c, scheduler/thread.c, loader/module.c, loader/pe_image.c, loader/task.c, include/module.h, include/pe_image.h:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented new PE DLL initalization code, trying to call the
DllEntryPoint routines always in correct order :-)
Bypass snooping when getting data buffer addresses (thunk buffers,
__GP handlers) and for 32-bit routines directly called from 16-bit
(due to stack address size problems).
* win32/ordinals.c, relay32/kernel32.spec, loader/ne/module.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
* tools/build.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented (partially) the KERNEL Thunklet API and Callback Client
API (KERNEL.560-568,604-612,619-622).
Added stubs for K228, K237, KERNEL.365, KERNEL.447.
* objects/bitmap.c, if1632/gdi.spec:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Stubs for CreateUser(Discardable)Bitmap16.
* memory/heap.c, include/winnt.h:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
* memory/global.c, include/windows.h:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
GlobalFix16 is supposed to return selector to the memory area.
* msdos/vxd.c, if1632/Makefile.in, if1632/builtin.c, if1632/comm.spec, if1632/wprocs.spec:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
* scheduler/process.c, scheduler/syslevel.c, include/sig_context.h, include/syslevel.h:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Use emergency TEB selector to avoid debugger crashes when stepping
through relay stubs (or when FS is invalid otherwise).
* windows/event.c, windows/keyboard.c:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
MOUSE.DRV routines moved to event.c. Call mouse event procedure.
* 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:
Ulrich Weigand <weigand@informatik.uni-erlangen.de>
Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
coordinates relative to the device, not the DC origin. This is
necessary to correctly implement GetClipRgn16 and InquireVisRgn.
SelectVisRgn also expects region in device-relative coordinates.
Adapted the rest of Wine to this coordinate change.
Implemented ExtSelectClipRgn.
* tools/winapi-check, scheduler/syslevel.c, files/dos_fs.c:
Andreas Mohr <100.30936@germany.net>
Small fix.
* loader/ne/segment.c, include/module.h, include/neexe.h, if1632/kernel.spec:
Andreas Mohr <100.30936@germany.net>
Yet another small self-loader fix.
* files/drive.c: Andreas Mohr <100.30936@germany.net>
Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
correctly due to current drive being set too late.
* Make.rules.in: Patrik Stridvall <ps@leissner.se>
Use $(AS) instead of $(CC) to compile .s files.
* 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:
Patrik Stridvall <ps@leissner.se>
Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
* 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:
Patrik Stridvall <ps@leissner.se>
Started the implementation of IMAGEHLP.DLL.
* 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:
Patrik Stridvall <ps@leissner.se>
Started the implementation of MSACM.DLL and MSACM32.DLL.
* win32/device.c: Patrik Stridvall <ps@leissner.se>
Removed things that were earlier added by mistake.
* relay32/winmm.spec: Patrik Stridvall <ps@leissner.se>
The implementation of mmioWrite is now called instead of the stub.
* include/shell.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
Juergen Schmied <juergen.schmied@metronet.de>
Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
* relay32/shell32.spec, dlls/shell32/shell32_main.c:
Juergen Schmied <juergen.schmied@metronet.de>
New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
Implemented: SHGetPathFromIDList32W.
Changed PathCombine.
* include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
New structures DVASPECT, TYMED, IDLList.
Shell specific clipboard formats.
* relay32/winspool.spec, misc/printdrv.c:
Juergen Schmied <juergen.schmied@metronet.de>
Stub EnumPrintersW.
* dlls/shell32/dataobject.c:
Juergen Schmied <juergen.schmied@metronet.de>
Implemented first functions.
* dlls/shell32/pidl.c, dlls/shell32/pidl.h:
Juergen Schmied <juergen.schmied@metronet.de>
New class IDLList "Item ID List List" (internal).
* misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
Small changes (uses HIWORD/LOWORD).
* windows/dialog.c, relay32/user32.spec:
Sat Oct 10 12:00:00 1998 Juergen Schmied <juergen.schmied@metronet.de>
Stub CreateDialogIndirectParamAorW.
* Makefile.in, configure, configure.in:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
Don't install object files when --disable-lib is selected.
* debugger/hash.c, debugger/msc.c:
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
Don't print name for 32 bit lib multiple times.
Clean up printing in DEBUG_ProcessDeferredDebug.
* memory/heap.c, dlls/comctl32/tab.c, controls/combo.c:
David Luyer <luyer@ucs.uwa.edu.au>
Small fixes.
* files/drive.c: Petter Reinholdtsen <pere@td.org.uit.no>
Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
* 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:
Matthew Becker <mbecker@glasscity.net>
Documentation corrections/standardizations.
* 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:
Eric Pouech <eric.pouech@lemel.fr>
Started coding 32 bit MCI handling.
Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
Wrote MCI MIDI support.
* graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
Yet another improvement to the bezier code.
* windows/message.c: Rein Klazes <rklazes@casema.net>
GetTickCounts() has a granularity in windows of 25 msec's.
Girotel's serial communication appears to depend on it, so I guess
it's a feature...
* misc/comm.c: Rein Klazes <rklazes@casema.net>
Update the modemn status bit that indicates whether the RLSD line is
active in every call to GetCommError(). This is not the proper place,
but since wine doesn't do any event-stuff...
Fixed some TRACE call's faced with non zero terminated strings.
Restore the terminal state at CloseCommt to the state it was at
OpenComm(), so the modem will go off-hook.
* loader/module.c: Alexander Larsson <alla@lysator.liu.se>
GetModuleFileName32A() returns long filename if app sets osversion >=
4.0. Also moved the long filename hackery to GetLongPathName32A() so
it can be used by win32 programs.
* files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
GetLongPathName32A() returns dos format long filename instead of unix
format.
* dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Small fixes.
* relay32/shell32.spec, dlls/shell32/shellord.c:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added SHFlushClipboard.
* relay32/comctl32.spec, include/commctrl.h, dlls/comctl32/comctl32undoc.c:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixed some undocumented functions.
Changed algorithm in DPA_QuickSort().
Fixed heap creation/destruction and control [un]registration in
ComCtl32LibMain().
* dlls/comctl32/header.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixed a bug.
* include/tooltips.h, dlls/comctl32/tooltips.c:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added tracking support and fixed loading of resource strings.
Added unregister code.
* 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:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added IPAddress and NativeFont controls.
* include/imagelist.h, dlls/comctl32/imagelist.c:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Some minor improvements.
* include/toolbar.h, dlls/comctl32/toolbar.c:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Improved drawing and placement code. Explorer style common dialogs are
looking good now.
* objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Fixed bug in DrawIconEx32().
* misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Improved GetSystemInformation32[A/W].
* windows/nonclient.c, relay32/user32.spec, include/windows.h, if1632/user.spec:
Eric Kohl <ekohl@abo.rhein-zeitung.de>
Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
Fixed handling of WS_EX_TOOLWINDOW.
* documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
Updated.
* windows/event.c, windows/keyboard.c, include/keyboard.h:
David Faure <faure@kde.org>
Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
activated. Uses the new KEYBOARD_UpdateOneState.
Fixed a problem with menu accelerators (Alt-letter generates a down
arrow event which beeps if not filtered).
Speeded up ToAscii16/32() a little bit.
* debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/source.c, debugger/types.c:
Ove Kaaven <ovek@arcticnet.no>
Made Wine's debugger work satisfactorily with DOS apps.
Perhaps dereferencing work better for Win16 apps too now, but
it appears the debugger core wasn't designed for segmentation.
* msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
Simulates DPMI memory map by converting lower-MB segment base
addresses as necessary. Implemented allocating/freeing DOS memory
blocks. Added XMS hook. (DPMI remains disabled by default until
someone implements the raw mode switch entry points pkunzip needs.)
* msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
can't keep working around flaws in it like this (now stdio
was getting closed when programs close handles >=5)
* msdos/xms.c, msdos/Makefile.in, msdos/int2f.c:
Ove Kaaven <ovek@arcticnet.no>
Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
seems to work fine under Wine.
* loader/dos/dosvm.c, loader/dos/module.c, include/dosexe.h, include/miscemu.h:
Ove Kaaven <ovek@arcticnet.no>
Moved some system dependencies to loader/dos/dosvm.c. Implemented
environmental argv[0] passing to DOS apps. Added XMS hooks.
* debugger/stabs.c: Ove Kaaven <ovek@arcticnet.no>
Added a memset() to prevent a debugger segfault caused by
uninitialized pointers in the stabs lookup tables.
* graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
A few fixes.
* relay32/ntdll.spec: Marcus Meissner <marcus@jet.franken.de>
Added RtlAllocateAndInitializeSid entry.
* 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:
Marcus Meissner <marcus@jet.franken.de>
Generic dynamic dll loader using dl*() API.
Includes: stdcall->cdecl mapping ability, snooping.
(Tested only with glide2x.dll -> libglide2x.so)
* multimedia/init.c, multimedia/time.c, include/mmsystem.h, include/multimedia.h:
Marcus Meissner <marcus@jet.franken.de>
Added win32 enhanced functionality to timer callbacks.
* win32/console.c: Marcus Meissner <marcus@jet.franken.de>
Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
does at least a bit of keyboard input.
* relay32/snoop.c: Marcus Meissner <marcus@jet.franken.de>
Should display again.
Sat Oct 10 15:52:46 1998 Alexandre Julliard <julliard@winehq.com>
* windows/dialog.c: Dave Pickles <davep@nugate.demon.co.uk>
Implemented DS_CENTER dialog style.
* misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
Added function to build the Windows numeric language ID from language,
code, charset and dialect strings, like used by Unix LANG variable.
* ole/ole2nls.c, ole/nls/README, include/winnls.h, ole/nls/*.nls:
Pablo Saratxaga <srtxg@chanae.alphanet.ch>
More NLS data.
* graphics/ddraw.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
Fixed a lot of bugs in ddraw.c to make xlib support work.
Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
* objects/gdiobj.c: Cliff Wright <cliff@snipe444.org>
Added DC object type to the list of valid objects that can be deleted
by DeleteObject32.
Sun Oct 4 18:20:29 1998 Alexandre Julliard <julliard@winehq.com>
* ChangeLog:
Starting new format changelog (older changes moved to
documentation/ChangeLog.OLD).