Fixed RtlSetEnvironmentVariable to deal properly with Unicode strings
[wine] / dlls /
2004-05-05  Alexandre JulliardFixed RtlSetEnvironmentVariable to deal properly with...
2004-05-05  Francois GougetWe should not make deststring static since we count...
2004-05-05  Francois GougetAdd trailing '\n's to ok() calls.
2004-05-05  Raphael Junqueira- fix DirectSound Creation by dmusic (fix recent Unreal...
2004-05-05  Raphael JunqueiraMake IDirectMusicScriptImpl_IDirectMusicScript_CallRout...
2004-05-05  Kevin KoltzauImplemented CoInternetCombineUrl and CoInternetCompareUrl.
2004-05-05  Francois GougetAssorted spelling fixes.
2004-05-05  Jakob ErikssonWindows 95 has no StrRetToBSTR, add dynamic lookup...
2004-05-05  Jakob ErikssonPrevent Windows 95 from blocking on linking issue.
2004-05-05  Francois Gougetwinejack.drv only supports 16bit sound so we can simpli...
2004-05-05  Francois GougetIf ARTS_WaveInit() failed then transmit the failure...
2004-05-05  Francois GougetTaking into account wavemap and midimap there can be...
2004-05-04  Alexandre JulliardSome more tests for focus behavior when hiding/showing...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-05-04  Alexandre JulliardDon't close the current thread display on process exit...
2004-05-04  Ulrich CzekallaDelegates messages directly to the edit control window...
2004-05-04  Maxime BellengéAdd NM_RCLICK notification support for toolbars.
2004-05-04  Maxime Bellengé- Fix palette creation.
2004-05-04  Alexandre JulliardAvoid killing threads with TerminateThread, this can...
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-05-03  Alexandre JulliardMake GetVolumeInformation default to reporting NTFS...
2004-05-03  Alexandre JulliardOF_CREATE should force write access in OpenFile.
2004-05-03  Pavel RoskinMake the file type combobox non-editable.
2004-05-03  Jon GriffithsImplement and test ScCopyProps/ScRelocProps.
2004-05-03  Aric StewartStrip leading whitespace when adding a new value and...
2004-05-03  Robert ReifAdded tests for msacm32.dll.
2004-05-03  Robert ReifBetter function parameter checking.
2004-05-03  Wolfgang SchwotzerMake file dialog support FNERR_BUFFERTOSMALL if buffer...
2004-05-03  Jakob ErikssonPrevent from crashing/hanging in Windows 95 OSR2.
2004-05-03  Kevin KoltzauHandle context in CreateURLMoniker.
2004-05-03  Maxime BellengéFix the size of the listview items in the customize...
2004-05-03  Matthew DavisonUpdated to include functions from windows 98SE.
2004-05-02  Alexandre JulliardAuthors: Christian Costa <titan.costa@wanadoo.fr>,...
2004-05-02  Ge van GeldorpAlways reset AUTO_RESIZE flag on exit from REBAR_ForceR...
2004-05-02  Gerald PfeiferInclude <stdlib.h> to obtain a prototype of abs().
2004-05-02  Marcus MeissnerUse memcpy instead of weird casts.
2004-05-02  Maxime BellengéFix TB_GETSTYLE message to return the style of the...
2004-05-02  Marcus MeissnerImplemented CoReleaseMarshalData.
2004-05-02  Maxime BellengéFix a string allocation.
2004-05-02  Huw DaviesImplemented TVS_NOSCROLL.
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-05-01  Alexandre JulliardFixed last error code check in GetVolumeInformationW...
2004-05-01  Alexandre JulliardReimplemented GetFileType and SetEndOfFile using ntdll...
2004-05-01  Chris MorganStub cmc_query_configuration() and add xcmc.h header...
2004-04-30  Alexandre JulliardAdded a few more info classes in NtQueryInformationFile.
2004-04-30  Alexandre JulliardMoved support for opening named pipes to ntdll.
2004-04-30  Uwe BonnesFixed buffer overflow.
2004-04-30  Jon GriffithsImplement VarDateFromUdateEx.
2004-04-30  Marcus MeissnerFixed lvalue casts.
2004-04-30  Francois GougetAdd a stub for StgCreateStorageEx(). Returns
2004-04-30  Alexandre JulliardUse RtlDosPathNameToNtPathName_U to build the registry...
2004-04-30  Eric Pouech- fixed some bugs in StackWalk (claimed for but forgott...
2004-04-30  Dmitry TimoshkovReplace wParam values for WM_PARENTNOTIFY message by...
2004-04-30  Robert ReifYou have to have at least one device before you can...
2004-04-30  Maxime Bellengé- Fix the return key handling and clean up the code.
2004-04-30  Christian CostaEnable querying of IID_FilterGraph interface from filte...
2004-04-29  Alexandre JulliardAdded auto-detection of DOS drive devices based on...
2004-04-29  Alexandre JulliardCreate the system heap event before the shared mapping...
2004-04-29  Mike McCormackStub implementation for SHFindFiles.
2004-04-29  Krzysztof FoltmanMake sure ascent/descent values don't become negative...
2004-04-29  Dmitry TimoshkovAdd a test for creation of a maximized child window.
2004-04-29  Alexandre JulliardUse symlinks in dosdevices/ for the drive devices too.
2004-04-29  Robert ReifForgot to limit capture sample rates.
2004-04-29  Raphael Junqueira- Fix compilation again using olders GL headers
2004-04-28  Alexandre JulliardRemoved a number of internal file functions that are...
2004-04-28  Alexandre JulliardAdded test for setting focus to an invisible window.
2004-04-28  Jakob ErikssonFixed tests to succeed on all Windows versions.
2004-04-28  Robert ReifAnother error return value check added after looking...
2004-04-28  Hans LeidekkerReimplement UuidCreate() with Win32 APIs.
2004-04-28  Alexandre JulliardReimplemented Get/SetCurrentDirectoryW using the corres...
2004-04-28  Alexandre JulliardFixed unsigned comparison issue in previous change.
2004-04-28  Raphael Junqueira- add some prototypes/typedefs to msi.h
2004-04-28  Francois GougetAssorted spelling fixes.
2004-04-28  Ove KaavenFixed a couple of bugs.
2004-04-27  Alexandre JulliardReplace empty window rect checks by a new X11DRV_is_win...
2004-04-27  Mike McCormackImplemented WNetEnumCachedPasswords.
2004-04-27  Jon GriffithsFix failures under win2k.
2004-04-27  Jon GriffithsUpdate VarXor,VarAbs,VarNot for all input types.
2004-04-27  Jon GriffithsImplement VarOr.
2004-04-27  Kevin KoltzauAllow UrlCombine to calculate size of required buffer.
2004-04-27  Robert ReifRestore the 2 MHz sample rate test and fix the winealsa...
2004-04-27  Alexandre JulliardDefineDosDeviceW: implemented the DDD_REMOVE_DEFINITION...
2004-04-27  Alexandre JulliardRemoved todo_wine from some tests that succeed now.
2004-04-27  Alexandre JulliardReimplemented CreateDirectoryW and RemoveDirectoryW...
2004-04-27  Alexandre JulliardPass the creation disposition to wine_nt_to_unix_file_n...
2004-04-26  Ilya KorniykoAdded Ukrainian translations.
2004-04-26  Christian CostaImplemented fast rendering to a texture using glCopyTex...
2004-04-26  Filip NavaraMake RPCRT4 use Windows compatible protocol (DCE v5...
2004-04-26  Francois GougetMake sure the 'alsa handle' is initialized to NULL...
2004-04-26  Duane ClarkAdd testing of PeekNamedPipe, multiple writes, and...
2004-04-26  Francois GougetwaveOutGetDevCaps(-1...) must return the capabilities...
2004-04-26  Dmitry TimoshkovFix the DDE PFNCALLBACK prototype.
2004-04-26  Marcus MeissnerFixed some strict aliasing issues in dlls/d3d8.
2004-04-26  Raphael Junqueira- implement SetRenderState D3DRS_FOGENABLE/D3DRS_RANGEF...
2004-04-26  Maxime BellengéImplemented the ACO_AUTOSUGGEST, ACO_AUTOAPPEND, ACO_UP...
2004-04-26  Jukka HeinonenIf source and destination are the same object, don...
2004-04-26  Marcus MeissnerFixed position of tmp.f assigned like in dlls/d3d8...
2004-04-26  Jukka HeinonenImplement DOS7 canonicalize path function as a conversi...
2004-04-26  Francois GougetFix a warning in JACK_drvLoad().
next