wine
2004-09-14  Steven EdwardsAdded stub for SwitchDesktop.
2004-09-14  Mike McCormackDetermine RPC struct types more exactly.
2004-09-14  Marcus MeissnerAutodetect libgif so extension and try to load it.
2004-09-14  Mike McCormackStub implementation for QueryServiceObjectSecurity.
2004-09-14  Huw DaviesAdd cp1250 glyphs to Wine Courier.
2004-09-14  Juan LangAdded support for DLLVERSIONINFO2 in DllGetVersion.
2004-09-14  Mike McCormackAdded missing rpc type.
2004-09-14  Mike McCormackUse Interlocked* functions in AddRef and Release.
2004-09-14  Mike McCormackMake sure not to interfere with the lasterror value...
2004-09-14  Mike McCormackAdd dev hint line for itss (part of html help).
2004-09-14  Vincent BéronImplement BeginUpdateResource and UpdateResource.
2004-09-14  Filip NavaraStatus update.
2004-09-14  Robert Shearman- Make customization list boxes into drag list boxes.
2004-09-14  Robert Shearman- Clear data structure after dragging.
2004-09-14  Alexandre JulliardAuthors: Roderick Colenbrander <thunderbird2k@gmx.net...
2004-09-14  Alexandre JulliardStop testing a sequence upon the first expected error...
2004-09-14  Robert ShearmanSet class hbrBackground and style to the same as native.
2004-09-14  Robert Shearman- Set hbrBackground class property to same value as...
2004-09-14  Robert Shearman- Set hbrBackground class property to same value as...
2004-09-14  Marcus MeissnerIf we do not have an IconsDir, use the temp directory.
2004-09-13  Vitaliy MargolenIShellFolder::CompareIDs - return only -1/0/1 in lower...
2004-09-13  Jon GriffithsCreateDCA -> CreateDCW
2004-09-13  Filip NavaraFix resizing of wizards.
2004-09-13  Andreas RosenbergImplementation of WSAStringToAddress(A/W), WSAHtonl...
2004-09-13  Alexandre JulliardAuthors: Michael Kaufmann <hallo@michael-kaufmann.ch...
2004-09-13  Robert ShearmanStore HTTP host header in the same way as most other...
2004-09-13  Dmitry TimoshkovAdd support for HCBT_SYSCOMMAND hook, add logging for...
2004-09-13  Robert Shearman- Remove unused variable hIC.
2004-09-13  Vitaliy MargolenMake sure TreeView gets redrawn after calling EnsureVis...
2004-09-13  Huw DaviesAdd cp1250 glyphs to Wine System.
2004-09-13  Filip NavaraFill the area next to watermark bitmap with window...
2004-09-13  Robert ReifAdded support for multiple devices.
2004-09-13  Dmitry TimoshkovAdd a bunch of new MDI tests.
2004-09-13  Alexandre JulliardTurn on warnings when building the .def file.
2004-09-13  Alexandre JulliardDon't try to stat network mounts in parse_mount_entries...
2004-09-13  Jon GriffithsImplement SHSimulateDrop, MIME_GetExtensionA/W, StrCpyN...
2004-09-13  Jon GriffithsImplement HrGetOneProp, HrSetOneProp, FPropExists,...
2004-09-13  Huw DaviesHelv should be an alias for MS Sans Serif. Spotted...
2004-09-13  Francois GougetMake sure we include config.h before including twain_i.h.
2004-09-13  Mike McCormackImprove proxy code generated for oaidl.idl.
2004-09-13  Vitaliy MargolenSend correct tracing notification messages.
2004-09-13  Eric PouechFixed (finally) ScrollConsoleScreenBuffer implementation.
2004-09-13  Jon GriffithsDocumentation updates.
2004-09-13  Huw DaviesFix the size of the 'G' at 16 ppem. Thanks to Dmitry...
2004-09-13  Dmitry TimoshkovWhen DC mapping changes reselect current pen to update...
2004-09-13  Robert ReifAdd buffered mode to joystick.
2004-09-13  Dmitry TimoshkovLog flags for WM_WINDOWPOSCHANGING/WM_WINDOWPOSCHANGED...
2004-09-13  Filip NavaraCorrect displaying of wizard subtitle.
2004-09-10  Robert ReifRemove lock name from lock debug structure before delet...
2004-09-10  Robert Shearman- Use FDI functions like native instead of advpack...
2004-09-10  Michael KaufmannMake the menus of Delphi applications work.
2004-09-10  Zach GormanThe initial dialog focus should be established by the...
2004-09-10  Zach GormanModal dialogs should not be shown via ShowWindow until...
2004-09-10  Andreas MohrDon't reject OS/2 programs, try to carry on in DOS...
2004-09-10  Zach GormanAdded tests for default focus assignment in dialogs.
2004-09-10  Robert ReifDocument all the structure members up to SessionId...
2004-09-10  Alexander YaworskyImplemented LockServiceDatabase and UnlockServiceDatabase.
2004-09-10  Diego PettenòAdd support for file:/// urls in PathCreateFromUrl.
2004-09-10  Uwe BonnesStrip dangling \r\n from HTTP_HttpSendRequest.
2004-09-10  Jacek CabanAdded Polish translation.
2004-09-10  Huw DaviesWe want all 1bpp dibsections to have a monochrome bitma...
2004-09-10  Rein KlazesAdd tests of TzSpecificLocalTimeToSystemTime and
2004-09-10  Rein KlazesFixed TzSpecificLocalTimeToSystemTime and
2004-09-10  Robert ShearmanImplement ImageDirectoryEntryToData by forwarding it...
2004-09-10  Mike McCormackOutput NdrConvert, NdrClearOutParameters and IID constr...
2004-09-10  Robert ReifReturn error from low level driver when necessary.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-09  Alexandre JulliardComment out an unreliable test.
2004-09-09  Francois GougetMove the PROPVARIANT declaration from objidl.idl to...
2004-09-09  Hans LeidekkerDutch resource translation.
2004-09-09  Ulrich CzekallaAllow copying selection when control is read only.
2004-09-09  Mike McCormackOutput intermediate variables for the method to write...
2004-09-09  James HawkinsAdded stub for IsValidURL.
2004-09-09  Robert Reifoffsets array is the size of the wine data format so...
2004-09-09  Alexandre JulliardGet rid of the WIN_SetRectangles export from user32.
2004-09-09  Alexandre JulliardTake care to not close the file handle if there are...
2004-09-09  Alexandre JulliardFixed the check for removable media in load_pe_exe...
2004-09-09  Robert Shearman- Status update.
2004-09-09  Robert ReifFixes a mouse regression due to structure size change.
2004-09-08  Alexandre JulliardFixed some message sequences to succeed on XP.
2004-09-08  Robert Reif- Add linux to dinput axis mapping using HKLM/Software...
2004-09-08  Filip NavaraDo not distinguish exterior wizard pages by their posit...
2004-09-08  Krzysztof FoltmanMake sure InternetReadFile returns full buffers.
2004-09-08  Francois GougetMake the dsound tests run with DirectX < 8.
2004-09-08  Francois GougetRemove the get_hwnd() implementation from propset.c...
2004-09-08  Francois GougetSet _WIN32_WINNT to 0x0501 so we get the definition of
2004-09-08  Francois GougetThe union in PROPVARIANT is always nameless on Windows...
2004-09-08  Markus AmslerRespect given buffer size in GET EXTENDED COUNTRY INFOR...
2004-09-08  Uwe BonnesAdded MSVCRT_CLOCKS_PER_SEC define.
2004-09-08  Mike McCormackGenerate some marshalling code for stubs.
2004-09-08  Alexandre JulliardConverted the timeout list to use the standard list...
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-08  Alexandre JulliardAdded xor_region, fixed rect_in_region.
2004-09-08  Francois GougetFix and unify parsing of calling conventions.
2004-09-08  Diego PettenòAdd support in UrlIs() for URLIS_DIRECTORY and URLIS_FI...
2004-09-08  Uwe BonnesGet full buffers in Internet_Readfile.
2004-09-08  Eric Pouech- ctrl-c enabling flag is now inherited
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-07  Mike McCormackAdd a test for timers.
next