wine
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2004-03-16  Fabian CenedeseLet VarParseNumFromStr and VarNumFromParseNum cope...
2004-03-16  Filip NavaraSupport for RBBS_HIDETITLE style.
2004-03-16  Sami Nopanen- Enumerated different drawing modes.
2004-03-16  Aric StewartAdded stubs needed by some Windows Update installs.
2004-03-16  Ulrich CzekallaAdd cast to correctly interpret signed coordinate values.
2004-03-16  Mike McCormackStart implementation of MsiEvaluateConditionA/W.
2004-03-16  Mike McCormackRequire bison to compile Wine.
2004-03-16  Mike Hearn- Add debug SnoopFromInclude/SnoopFromExclude options.
2004-03-16  Christian CostaAdded support for MCI_DGV_WHERE_MAX flag in MCIAVI_mciW...
2004-03-16  Alexandre JulliardNeed to include config.h.
2004-03-16  Alexandre JulliardImplemented NtQueryDirectoryFile (partly based on a...
2004-03-16  Ivan Leo Murray... A few updates.
2004-03-16  Jukka HeinonenDPMI programs now handle pending events.
2004-03-16  Christian CostaHandle avi files with non standard video stream names.
2004-03-16  Christian CostaMCI strings are case insensitive.
2004-03-16  Christian CostaDefault to FOURCC_DOS if no IOProc found.
2004-03-16  Christian CostaFixed deadlock when stopping playback.
2004-03-16  Christian CostaDD_STRUCT_COPY_BYSIZE: Do not clear more that struct...
2004-03-16  Uwe BonnesUrlCanonicalizeW: Remove \r and \n at the end of lpszUr...
2004-03-16  Uwe BonnesHTTP_HttpSendRequestA: Remove \r and \n at the end of
2004-03-15  Sami NopanenInitial implementation of cards.dll.
2004-03-15  Huw DaviesWhen setting the buddy to 0 then we must still resize...
2004-03-15  Robert Shearman- Document completeness.
2004-03-15  Dimitrie O... Properly implement all key operations: new, delete...
2004-03-15  Boaz HarroshTips for using native MS SQL ODBC drivers.
2004-03-15  Mike McCormackDeclare MsiGetProductPropertyA/W.
2004-03-15  Huw DaviesAdded CS_HREDRAW.
2004-03-15  Chris MorganMessage box to suggest the user not run wine as root.
2004-03-15  Robert Shearman- Unicode notification detection should be local to...
2004-03-15  Jukka HeinonenEmulating STI instruction now raises an exception if...
2004-03-15  Jukka HeinonenRemove support for generating interrupt handlers.
2004-03-15  Oleg ProkhorovFix small typo.
2004-03-15  Dimitrie O... Add all needed accelerators to regedit. Cleanups.
2004-03-15  Mike McCormackAdded SetupCreateDiskSpaceList stub.
2004-03-15  Mike HearnImprove message given on image map failure.
2004-03-15  Robert Shearman- Honour WM_SETREDRAW.
2004-03-15  Pierre d'HerbemontSupport Darwin ".dylib".
2004-03-15  Ivan Leo Murray... Added "can't query key" translation.
2004-03-15  Alastair BridgewaterImplementation of ICreateTypeInfo2_SetHelpContext,
2004-03-13  Alastair BridgewaterImplemented ITypeLib2_GetTypeInfo() and
2004-03-13  Alastair BridgewaterImprove how the GUID hash system works. Mainly a cleanu...
2004-03-13  Alastair BridgewaterRename some of the fields in typelib.h to makes more...
2004-03-13  Mike McCormackMake sure to take account of hidden bands during layout.
2004-03-13  Juan LangPrevent negative coords for line, turn off redraw when...
2004-03-13  Robert Shearman- Implement TB_LOADIMAGES, TB_MAPACCELERATOR{A,W},...
2004-03-12  Robert ReifFixed bug when PCMWAVEFORMAT is passed into acmStreamOpen.
2004-03-12  Robert Shearman- Add support for a toolbar global iListGap.
2004-03-12  Mike McCormackDon't calculate the redundant and unused REBAR_ROW...
2004-03-12  Alexandre JulliardFixed implib target broken by previous change.
2004-03-12  Hans LeidekkerThe beginnings of math.h and float.h.
2004-03-12  Dmitry TimoshkovCreateDIBSection takes a const pointer to BITMAPINFO.
2004-03-12  Zimler AttilaAdd delete key support.
2004-03-12  Dimitrie O... Remove the FileSystem option from the drive configuration.
2004-03-12  Robert ReifEnable exact position calculation when hardware support...
2004-03-12  Robert ReifAdded WAVEFORMATEXTENSIBLE.
2004-03-12  Ulrich CzekallaFix rebar band insertion and non-client calculation...
2004-03-12  Alexandre JulliardWe no longer need to pass --debugmsg -all to winedbg.
2004-03-12  Stefan LeichterFixed typo in DOS device check in CreateFileW.
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2004-03-12  Alexandre JulliardChanged the create_file server request to take NtCreate...
2004-03-12  Raphael Junqueira- scripts sub-containers loading
2004-03-12  Ge van GeldorpChange GetFileTitleA/W prototype to match PSDK.
2004-03-11  Alexandre JulliardGet rid of the WINEOPTIONS variable and instead use...
2004-03-11  Ge van GeldorpExplicitly ask for image list with screen depth as...
2004-03-11  Alexandre JulliardThe OpenConsoleW inherit argument is a boolean not a
2004-03-11  Dimitrie O... Build all file consistently, without shortcuts.
2004-03-11  Michael StefaniucAdd the LDFLAGS when linking hlp2sgml.
2004-03-11  Hans Leidekker_wto{l,i,i64} parameters are const.
2004-03-11  Robert ShearmanFix subclassing to support nested messages.
2004-03-11  Alexandre JulliardWe should no longer need to unset TMP and TEMP.
2004-03-11  Dmitry TimoshkovWindows truncates windows coordinates at 16 bits when...
2004-03-11  Christian BritzCorrection of small spelling mistakes.
2004-03-11  Robert ShearmanRewrite drawing code.
2004-03-11  Robert ReifAdded some missing defines.
2004-03-11  Alexandre JulliardDo not put the TEMP and TMP variables into the Unix...
2004-03-11  Alexandre JulliardRemove the WINEDEBUG variable from the environment...
2004-03-11  Alexandre JulliardPortability fixes.
2004-03-11  Alexandre JulliardAdded a couple of missing close tags.
2004-03-11  Hans LeidekkerImplement _ftime with Win32 APIs.
2004-03-11  Huw DaviesWe need to set the new text even if the old text string...
2004-03-11  Alexandre JulliardDo not kill the animation thread with TerminateThread...
2004-03-11  Robert ShearmanSpelling fixes.
2004-03-11  Robert Shearman- Document control completeness.
2004-03-11  Dimitrie O... Heap tests cleanup.
2004-03-11  Dmitry TimoshkovEliminate some unnecessary direct accesses to DC intern...
2004-03-10  Alexandre JulliardRelease 20040309. wine-20040309
2004-03-10  Alexandre JulliardMoved a number of 16-bit functions to file16.c.
2004-03-10  Alexandre JulliardDo not create symlinks for the PE build since they...
2004-03-10  Alexandre JulliardCheck that we have statfs before using it.
2004-03-10  Alexandre JulliardAdded definitions for S_IXUSR, S_IXGRP and S_IXOTH.
2004-03-10  Alexandre Julliardchmod is more portable than fchmod.
2004-03-10  Dimitrie O... Make IS_END_OF_NAME an inline function.
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-03-09  Alexandre JulliardASCII string comparisons should not depend on the locale.
2004-03-09  Robert Shearman- Implement the drag list control.
2004-03-09  Huw DaviesWe need to at least refresh the window menu in ChildAct...
2004-03-09  Robert ReifAdded dxerr8 and dxerr9 libraries.
2004-03-09  Alexandre JulliardGet rid of the Filesystem option in the drive config...
2004-03-09  Alexandre JulliardAdded statvfs prototype.
next