wine
2003-07-08  Uwe BonnesRemoved a no longer used header.
2003-07-08  Lionel Ulmer- fix FPS computation
2003-07-08  Tom Wickline6 new mci extensions.
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  Ove KaavenFixed a memory allocation/corruption bug when growing...
2003-07-08  Raphael JunqueiraSome fixes on d3d8 and d3d9 headers.
2003-07-08  Ulrich CzekallaFixed handling of synthesized data.
2003-07-08  Raphael Junqueira- some cosmetic fixes
2003-07-03  Alexandre JulliardAdded a file_exists argument to wine_dll_load to allow...
2003-07-03  Alexandre JulliardStore the hook table in the thread queue instead of...
2003-07-03  Alexandre JulliardFixed compile when functions are not inlined.
2003-07-03  Alexandre JulliardOne more workaround for a missing NFS lock daemon.
2003-07-03  Stephan BEUZE- Fixed iIndex use in SHGetFileInfoA (as of MSDN, iInde...
2003-07-03  Jason EdmeadesImplement UpdateTexture for 2D textures only.
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  Alexandre JulliardAvoid accessing uninitialized variable in TASK_Create...
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  Marcus MeissnerAdded isync to the interlocked functions.
2003-07-02  Marcus MeissnerPowerPC inline versions of the interlocked functions.
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  Shachar ShemeshDon't call the reordering function if the string length...
2003-07-02  Robert ShearmanFix compilation due to nameless structs and unions.
2003-07-01  Alexandre JulliardCreate a new list of defined symbols when parsing a...
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  Alexandre JulliardAdd #ifdefs around forwards and interfaces like MIDL...
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-07-01  Raphael JunqueiraAdded d3d9 guids.
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  Marcelo DuarteLocalization to Portuguese of Brazil of README file.
2003-06-30  Catalin PatuleaFixed Unicode string output.
2003-06-30  Rok MandeljcFile loading improvements.
2003-06-30  Marcus MeissnerAdded PF_PAE_ENABLED and PF_XMMI64_INSTRUCTIONS defines.
2003-06-30  Robert LunnonAdded libuuid to wineaudioio makefile.
2003-06-30  Raphael JunqueiraAdded DirectPlay8 headers.
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  Tom Wickline- added 2 dlls
2003-06-30  Marcus MeissnerFixed CPU detection for FreeBSD and P4.
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  Stefan LeichterAdded line wrapping for a FIXME.
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  Alexandre JulliardAdded generation of table of collation keys (based...
2003-06-27  Dmitry TimoshkovAdd inclusion of <sys/time.h> needed for struct timeval...
2003-06-27  Troy RolloImplemented OleDraw.
2003-06-26  Alexandre JulliardUpdated to the latest Unicode standard.
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-26  Eric PouechAdded dbghelp.h header.
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  Raphael Junqueirad3d9 headers are better when they build.
2003-06-24  Steven EdwardsMore splitting of the Win16/32 internal filedlgproc...
2003-06-24  Bill MedlandA little SMB preparatory work:
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...
next