Added PowerPC support in SYSDEPS_SwitchToThreadStack.
[wine] / dlls /
2003-07-24  Pierre d'HerbemontAdded PowerPC support in SYSDEPS_SwitchToThreadStack.
2003-07-24  Marcelo Duarte- lesser adjustments in cdlg_Pt.rc (better visual)
2003-07-24  Mike McCormackImplemented LookupPrivilegeValueA/W.
2003-07-22  Mike McCormackImplement support for proxies with usernames and passwords.
2003-07-22  Alexandre JulliardUse trace() instead of printf().
2003-07-22  Martin FuchsOnly return FALSE in IEnumIDList_fnNext if no item...
2003-07-22  Marcus MeissnerFix some small pointer aliasing problems.
2003-07-22  Jon GriffithsImplement @203.
2003-07-22  Mike Hearn- GIT should not dereference ppv when unmarshalling...
2003-07-22  Mike HearnIMallocSpy cannot cause an allocation failure when...
2003-07-22  Mike HearnDeal with the case of loading an empty PIDL from a...
2003-07-22  Mike McCormackAdd an empty hook function for WSASetBlockingHook to...
2003-07-22  Jon GriffithsImplement @280,343,344.
2003-07-22  Jon GriffithsAdd a handle for urlmon.dll, fix MSVC warning.
2003-07-22  Jon GriffithsFix MSVC warnings.
2003-07-21  Alexandre JulliardFixed prototypes of VTableProcStruc callback functions.
2003-07-21  Mike McCormackMoved declaration of VTableProvStruc from dlls/advapi32...
2003-07-21  Mike McCormackCreate stub for AssocIsDangerous.
2003-07-21  Rok MandeljcSplit the dmusic interfaces.
2003-07-21  Martin FuchsSend TVN_ITEMEXPANDING when the user tries to expand...
2003-07-21  Lionel Ulmer- fix multiple consecutive downloads (by flushing when...
2003-07-21  Michael Günnewig- Implemented Mo* methods.
2003-07-21  Marcus MeissnerAdded missing register defines for Linux/PPC.
2003-07-21  Mike McCormackSet defaults for the Next/Prev button.
2003-07-21  Mike McCormackSend a CDN_FOLDERCHANGE message when we change folders.
2003-07-21  Jason EdmeadesDisable client texture states when not in use (fast...
2003-07-21  Michael Günnewig- Added support for Sun Audio files in wave-file handler.
2003-07-21  Michael GünnewigFixed wrong assert in PCM_round, which didn't allow...
2003-07-21  Michael Günnewig- Fixed AVIStreamTimeToSample and AVIStreamSampleToTime...
2003-07-21  Lionel Ulmer- use SIZE command to retrieve the file size (as the...
2003-07-21  Marcus MeissnerKEY_MAX is 511, which does not fit in a BYTE.
2003-07-19  Jon GriffithsImplemented @440, 441.
2003-07-19  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-07-19  Gregory M. Turner- eliminate pesky global variables; should be threadsaf...
2003-07-19  Mike McCormackStubs for InternetCreateUrlA/W and CreateUrlCacheEntryA.
2003-07-19  Jon GriffithsMove IQueryAssociations into shlwapi. Docs/-W/MSVC...
2003-07-19  Jon GriffithsFix MSVC warning.
2003-07-19  Jon GriffithsFix -W warnings.
2003-07-19  Jason EdmeadesAdd fps debug channel, so we can see how the d3d code...
2003-07-18  Alexandre JulliardPrint status codes in hex.
2003-07-18  Mike McCormackwvsnprint accepts %p too (on win2k).
2003-07-18  Mike McCormackCreated stub for CreateClassMoniker.
2003-07-18  Mike McCormackFixed incorrect strcasecmp usage.
2003-07-18  Mike McCormackOnly call wininet callbacks if dwContext is non-zero.
2003-07-18  Mike McCormackImplemented password caching.
2003-07-18  Jon GriffithsMisc fixes.
2003-07-18  Jon GriffithsDocumentation updates.
2003-07-18  Jon GriffithsAdded some new Rtl* tests.
2003-07-18  Jon GriffithsImplement __p__wpgmptr, _wpgmptr.
2003-07-18  Jon GriffithsRemove FIXMEs and prototypes for now-implemented functions.
2003-07-18  Jon GriffithsFix compilation under VS.Net.
2003-07-18  Jon GriffithsAdd a bunch of missing stuff.
2003-07-16  Alexandre JulliardFixed string.h includes.
2003-07-16  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-07-16  Gregory M. TurnerRPCRT4_NdrClientCall2 is ATM hardly "semi-stub".
2003-07-16  Pierre d'HerbemontChange __darwin__ to __APPLE__.
2003-07-16  Pierre d'HerbemontAdded support for the TEB on Mac OS X.
2003-07-16  Lionel Ulmer- do not forget to set the 'initial_upload_done' flag...
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-07-15  Alexandre JulliardWarning fix.
2003-07-15  Lionel Ulmer- fix spec file for FTPFindFirstFileA/W functions
2003-07-15  Jukka HeinonenMake int1a BIOS ticks be equal to BIOS segment ticks.
2003-07-15  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-07-15  Huw D M DaviesMake the return buffer larger (for example EuroSign...
2003-07-15  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Lionel...
2003-07-15  Lionel UlmerSome broken games do not put the TEXTURE flags in the...
2003-07-15  Lionel UlmerDesktop mode should only disable mode switching, not...
2003-07-11  Alexandre JulliardRun WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context...
2003-07-11  Lionel UlmerCheck if 'GLX_ARB_get_proc_address' is supported before...
2003-07-11  Paul Ruperegister_new_async sets status already. Do not overwri...
2003-07-11  Marcelo DuarteLZCopy: modified timestamp of a expanded file has to...
2003-07-11  Alexandre JulliardImplemented the SMTO_ABORTIFHUNG flag of SendMessageTim...
2003-07-11  Alexandre JulliardAvoid empty lines at the end of generated files.
2003-07-11  Lionel Ulmer- added fast-path for color-keyed Blts
2003-07-11  Lionel UlmerLoad glXGetProcAddressARB dynamically.
2003-07-09  Alexandre JulliardStore window procedures in a static array instead of...
2003-07-09  Alexandre JulliardFixed a couple of buffer overflows.
2003-07-09  Robert LunnonFixed some compile problems under Solaris.
2003-07-09  Alexandre JulliardOnly compute dialog base units once we need them.
2003-07-09  Steven Edwards- Create new file ole2_16.c for ole2 16bit only functions.
2003-07-09  Gerald PfeiferAdd charset information as used by FreeBSD.
2003-07-09  Dmitry TimoshkovFix spec entry for ZwSetTimerResolution.
2003-07-09  Dmitry TimoshkovAdded support for CP_UNIXCP.
2003-07-09  Robert Shearman- AddRef type info stored in StdDispatch.
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-07-09  Francois GougetSpelling fixes.
2003-07-09  Mike McCormackNull parameters need to be quoted on the commandline.
2003-07-09  Mike McCormackPreserve A/W when creating propsheet dialogs.
2003-07-08  Alexandre JulliardImplemented NtRead/WriteVirtualMemory.
2003-07-08  Alexandre JulliardLookup COM/LPT devices in the registry when they are...
2003-07-08  Jukka HeinonenReal mode context should always have V86 flag turned on.
2003-07-08  Uwe BonnesRemoved a no longer used header.
2003-07-08  Lionel Ulmer- fix FPS computation
2003-07-08  Rein KlazesFixed a typo in the previous SHGetFileInfo() patch.
2003-07-08  Lionel UlmerOnly put 'pure' GL 1.2 calls in the 'opengl_norm.c...
2003-07-08  Ulrich CzekallaFixed handling of synthesized data.
2003-07-08  Raphael Junqueira- some cosmetic fixes
2003-07-03  Alexandre JulliardFixed compile when functions are not inlined.
2003-07-03  Stephan BEUZE- Fixed iIndex use in SHGetFileInfoA (as of MSDN, iInde...
2003-07-03  Jason EdmeadesImplement UpdateTexture for 2D textures only.
next