Added PowerPC support in SYSDEPS_SwitchToThreadStack.
[wine] / dlls /
2003-07-03  Robert Shearman- Improve QueryInterface FIXME message.
2003-07-03  Dmitry TimoshkovExit ealier from LCMapStringA in the case of LCMAP_SORTKEY.
2003-07-03  Marcus MeissnerUse standard debugging macros for jack.
2003-07-03  Marcus MeissnerDPMI exceptions only happen on i386.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-07-02  Francois GougetRemove some unnecessary casts when assigning NULL to...
2003-07-02  Christian CostaMake Init and InitAudio return an error when no audio...
2003-07-02  Eric Pouech- renamed winmm.OpenDriverW into winmm.OpenDriver
2003-07-02  Michael GünnewigFixed 2 typos in my last patch.
2003-07-02  Michael Günnewig- Fixed memory leak in AVISaveOptions.
2003-07-02  Jason EdmeadesEnsure MIPMAP levels is reset when rebinding an existin...
2003-07-02  Jason EdmeadesAdd GetLevelCount to the basetexture class.
2003-07-02  Eric PouechOnly release object if we actually got it.
2003-07-02  Jason EdmeadesEnsure pixel coordinates point to the bottom left of...
2003-07-02  Robert ShearmanFix compilation due to nameless structs and unions.
2003-07-01  Alexandre JulliardAdd strmif.h to the headers included in libuuid.
2003-07-01  Robert ShearmanImplemented DevEnum dll.
2003-07-01  Robert ShearmanImplemented IFilterMapper2.
2003-07-01  Eric Pouech- removed next & prev fields from WINE_MODREF and imple...
2003-07-01  Jukka HeinonenStart processing asynchronous DOS events in DPMI mode.
2003-07-01  Alexandre JulliardAdded d3d9 dll.
2003-07-01  Raphael Junqueira- some cleanups and fixes on d3d8 and d3d9 headers
2003-06-30  Dmitry TimoshkovAdd tests for NORM_IGNORENONSPACE and NORM_IGNORESYMBOL...
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-30  Alexandre JulliardFixed warning.
2003-06-30  Robert Shearman- Added DShow headers.
2003-06-30  Marcelo Duarte- Localization to Portuguese of Brazil
2003-06-30  Rok MandeljcFile loading improvements.
2003-06-30  Robert LunnonAdded libuuid to wineaudioio makefile.
2003-06-30  Alexandre JulliardReplace calls to WaitForMultipleObjects with a 0 count...
2003-06-30  Alexandre JulliardGet/SetPropW needs a Unicode string.
2003-06-30  Michael Günnewig- Fixed interframe compression - now works for RLE4...
2003-06-30  Christian CostaAdded support for video compressor/decompressor dynamic...
2003-06-30  Christian CostaAdded some stubs.
2003-06-30  Jukka HeinonenMake timer IRQ handler regular builtin interrupt handle...
2003-06-27  Alexandre JulliardRemoved Wine-specific definition from exported header...
2003-06-27  Robert Reif3D buffer and listener reference counts should be fixed.
2003-06-27  Mike HearnStore PrintStructures in a window property instead...
2003-06-27  Raphael Junqueira- currently always use sloaw path as fast path have...
2003-06-27  Shachar ShemeshImplementation of the reordering algorithm by calling...
2003-06-27  Raphael Junqueira- huge COM cleanup: only keep dmusic8 version of interf...
2003-06-27  Gerald PfeiferEnable all of DllMain(), even if if not MZ_SUPPORTED.
2003-06-27  Sylvain PetreolleDisplay the interrupt number in hexadecimal.
2003-06-27  Robert Shearman- Silence the FIXME about constructor/destructor since...
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-06-27  Alexandre JulliardMoved some of the process functions to dlls/kernel.
2003-06-27  Alexandre JulliardMake sure to return an error if load_dll fails because...
2003-06-27  Troy RolloRemoved FIXME when loading second exe file.
2003-06-27  Dmitry TimoshkovAdd inclusion of <sys/time.h> needed for struct timeval...
2003-06-27  Troy RolloImplemented OleDraw.
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-26  Eric PouechAdded a small test for process exit code retrieval.
2003-06-26  Steven EdwardsRemove unneeded calls to LoadLibrary16 and FreeLibrary16.
2003-06-24  Marcus MeissnerVarAdd: Added VT_R8, VT_EMPTY, VT_NULL handling.
2003-06-24  Alexandre JulliardMap top-level windows when WS_VISIBLE is set, but don...
2003-06-24  Alexandre JulliardAnother make install dependency fix.
2003-06-24  Eric Pouech- started implementing ntdll.NtDeviceIoControlFile...
2003-06-24  Steven EdwardsMore splitting of the Win16/32 internal filedlgproc...
2003-06-24  Marcus MeissnerOleCreateFontIndirect(NULL,...) uses the OLE StdFont.
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.
2003-06-24  Mike McCormackHandle CreateMetaFileW(NULL) correctly.
2003-06-24  Aric StewartISvItemCm_fnInvokeCommand: added support for "delete...
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-24  Rok MandeljcAdded framework for file loading.
2003-06-24  Gerald PfeiferExpose part of DOSVM_SendQueuedEvents() also for platfo...
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-06-23  Huw DaviesMake sure we update dc->bitsPerPixel.
2003-06-23  Alexandre JulliardAdded special case for "display" in DRIVER_GetDriverNam...
2003-06-23  Huw DaviesDon't enable client side fonts unless we have at least...
2003-06-23  Dmitry TimoshkovAlong with AltGr state save also all possible modifier...
2003-06-23  Huw DaviesFor PostScript versions < 2.015 we need to explicitly...
2003-06-23  Huw DaviesIt seems cupsGetDefault returns the system default...
2003-06-23  Francois GougetO_RDONLY==0 but it's cleaner to pass it to DRIVE_OpenDe...
2003-06-23  Mike McCormackChange notification fixes.
2003-06-23  Mike McCormackRecord SetWorldTransform and ModifyWorldTransform in...
2003-06-23  Alexandre JulliardAdded import libs dependency for make install.
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-06-23  Gregory M. Turner- remove unused loop that always iterates once
2003-06-23  Michael Günnewig- Fixed some signed/unsigned mismatches.
2003-06-23  Eric PouechCreated an empty oleacc DLL.
2003-06-23  Eric PouechIn console input record queue, replace semaphore with...
2003-06-23  Jukka HeinonenAdd IRQ acknowledge handler for internal IRQs.
2003-06-23  Lionel Ulmer- some TRACEing fixes
2003-06-23  Oleg ProkhorovFixed Russian commdlg localization. Some resource eleme...
2003-06-23  Michael Günnewig- added stubs for GetOpenFileNamePreview{A,W}
2003-06-23  Eric PouechFixed a few bugs in network interface handling (code...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-21  Eric PouechFixed section mapping in PE loading when both
2003-06-21  Jason EdmeadesSHGetFileInfo should tolerate null pointers.
2003-06-20  Kusanagi KouichiStore WM_NAME and WM_ICON_NAME in COMPOUND_TEXT format.
2003-06-20  David Hammerton- implemented support for https protocol
2003-06-20  Alexandre JulliardAdded checks for ICU libraries (based on a patch by...
2003-06-20  Lionel UlmerDo not use any typedefs in the GL thunks to prevent...
2003-06-20  Jukka HeinonenAdd int31 VIF manipulation functions.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Robert ReifFixed a reference counting bug I introduced.
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-18  Eric Pouech- kernel32's environment tests: a few more tests now...
2003-06-18  Eric Pouech- fixed a couple of bugs in ntdll environment functions...
next