wine
2003-07-15  Pierre d'HerbemontChange __PPC__ define to __powerpc__.
2003-07-15  Casper HornstrupDefine constants of M_PI & M_PI_2.
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-15  Richard Cohen- Remove Idle().
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  Richard CohenMake indentation consistent (4 chars).
2003-07-11  Richard Cohen- remove escaped newlines, bogus "exit", printf's
2003-07-11  Paul Ruperegister_new_async sets status already. Do not overwri...
2003-07-11  Marcelo DuarteMinor fixes in Pt, En resources.
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 JulliardWarning fix.
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-11  Vincent BéronFixed typos.
2003-07-11  Sylvain PetreolleFrench translation + misc fixes.
2003-07-09  Alexandre JulliardRelease 20030709. wine-20030709
2003-07-09  Alexandre JulliardStore window procedures in a static array instead of...
2003-07-09  Alexandre JulliardAvoid hard-coded command line length limit in WCMD_proc...
2003-07-09  Alexandre JulliardFixed a couple of buffer overflows.
2003-07-09  Dmitry TimoshkovUse inline versions of APIs only internally in Wine.
2003-07-09  Catalin PatuleaOnly display filenames when showing addresses.
2003-07-09  Greg MarsdenAllow command lines with pipes to be processed by wcmd.
2003-07-09  Juraj HercekModified unhandled exception message to contain also...
2003-07-09  Juraj HercekAdjusted grammar to accept also help-ids for dialogex...
2003-07-09  Robert LunnonFixed some compile problems under Solaris.
2003-07-09  Alexandre JulliardUse NtQueryInformationThread to implement GetExitCodeTh...
2003-07-09  Alexandre JulliardOnly compute dialog base units once we need them.
2003-07-09  Tom WicklineSpelling and URL fixes.
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  Lionel UlmerDo not crash when trying to load bad fonts.
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-07-09  Francois GougetSpelling fixes.
2003-07-09  Shachar ShemeshThe begining of a "building wine" documentation. More...
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  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.
next