wine
2003-11-04  Alexandre JulliardDisable the asm inline functions when building ntdll...
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-11-04  Gerald PfeiferThe CDDA case of CDROM_RawRead() no longer works on...
2003-11-04  Huw DaviesPropSheetPageProc callback should always have hwnd...
2003-11-04  Alexandre JulliardAuthors: Ulrich Czekalla <ulrich@codeweavers.com>,...
2003-11-04  Huw DaviesFix a fixme.
2003-11-04  Dmitry TimoshkovWM_WINDOWPOSCHANGING should receive original, not fixed...
2003-11-04  Dmitry TimoshkovAlways repaint scroll bar if requested.
2003-11-04  Dmitry TimoshkovProtect ILIsParent from NULL pidls.
2003-11-04  Robert ReifFixed bug in capture stop. Only current header should...
2003-11-04  Mike HearnAvoid argument list limit in etags generation.
2003-11-04  Jason EdmeadesPass through floats correctly to the render states at
2003-11-04  Carlos LozanoCheck that we don't write out of the defined range...
2003-11-03  Alexandre JulliardAllocate a memory view for builtin dlls so that Virtual...
2003-11-03  Alexandre JulliardFixed type and protection values returned by NtQueryVir...
2003-11-03  Alexandre JulliardPut better values for code and data sizes in the NT...
2003-11-03  Huw DaviesWM_LBUTTONDOWN calls SetFocus under Windows. Remove...
2003-11-03  Huw DaviesDon't get confused if PSN_SETACTIVE returns a positive...
2003-11-03  Huw DaviesMake the listview send its notifications to the parent...
2003-11-03  Huw DaviesFix the return value of StretchDIBits.
2003-11-03  Huw DaviesImplement PSDRV_PaintRgn (also gets us FillRgn, FrameRg...
2003-11-03  Dmitry TimoshkovAdd common dialog notification messages and WM_SIZE.
2003-11-03  Dmitry TimoshkovAdd support for QWERTZ virtual keys mapping, fix many...
2003-11-03  Jukka HeinonenImplement fat32 extended free space function.
2003-11-03  Marcus MeissnerDo not coerce arguments of ITypeLib::Invoke in-place...
2003-11-03  Mike McCormackStubs for job control.
2003-10-31  Alexandre JulliardUse a timeout when sending broadcast messages.
2003-10-31  Ulrich CzekallaDuplicate stdin/stdout handles to avoid closing them...
2003-10-31  Aric StewartSwitched a + to a - so that it makes sense when marking...
2003-10-31  Jason EdmeadesMake support for CopyRects to a small area of the back...
2003-10-31  Dmitry TimoshkovReplace 28591 by 28605 (euro) for appropriate locales.
2003-10-31  Alexandre JulliardMake sure GetTempFileName never returns 0 on success.
2003-10-31  Mike McCormackMostly stub implemenation for cfgmgr32.
2003-10-31  Jason EdmeadesClear should not be affected by write masks.
2003-10-31  Alexandre JulliardImplemented RtlCreateUserThread, and use it to move...
2003-10-31  Jason EdmeadesColorWriteEnable should not impact clearing the screen.
2003-10-31  Robert Shearman- Use the style returned in custom draw structure to...
2003-10-31  Raphael Junqueira- better traces
2003-10-31  Vitaliy Margolen- Fix tab size for TCS_OWNERDRAWFIXED style.
2003-10-30  Jason EdmeadesCopyRects (per rect) copied one too many lines, trashin...
2003-10-30  Mike McCormackAdded a test for mailslots.
2003-10-30  Alexandre JulliardFixed race in %gs selector restoring during vm86 mode...
2003-10-30  Gerald PfeiferChange some variables from int to unsigned to avoid...
2003-10-30  Gerald PfeiferAdd proper casts to avoid signed vs. unsigned mismatches in
2003-10-30  Robert ReifCache the wave volume so it can be returned rather...
2003-10-30  Mike McCormackReturn more sane mailslot error values.
2003-10-30  Robert ReifClean up *GetDevCaps to check for valid pointer and...
2003-10-30  Pavel RoskinInclude ntdll_misc.h to avoid undefined reference to...
2003-10-30  Mike McCormackFix incorrectly sized buffer.
2003-10-30  Jason EdmeadesCulling to different viewports failed as clearing the...
2003-10-30  Alexandre JulliardBetter defaults for heap and stack sizes.
2003-10-30  Hannu ValtonenJoystickAImpl_Unacquire should return DI_NOEFFECT if...
2003-10-30  Mike McCormackSome stub implementations.
2003-10-30  Mike McCormackSql tokens are case insensitive in msi.dll.
2003-10-30  Jason EdmeadesCorrect writing to back buffer in non-ortho mode, and...
2003-10-28  Alexandre JulliardRestored emulation of protected instructions in 32...
2003-10-28  Mike McCormackTreat missing MSI tables as empty.
2003-10-28  Alexandre JulliardIncrease WINE_LDT_FIRST_ENTRY to leave room for glibc...
2003-10-28  Alexandre JulliardRemoved no longer needed SIGNAL_Unblock() function.
2003-10-28  Francois GougetWeekly spelling fixes.
2003-10-28  Mike McCormackFixed MSI buffer overflow.
2003-10-28  Alexandre JulliardImplemented Add/RemoveVectoredExceptionHandler.
2003-10-28  Francois GougetAdd support for .dbg.c files. This makes it possible...
2003-10-28  Pierre d'HerbemontFixed _wfullpath prototype.
2003-10-28  Gerald PfeiferMove event_names[] into EVENT_ProcessEvent().
2003-10-28  Uwe BonnesFormatMessageW: Allocate anough space.
2003-10-28  Mike McCormackFix string value lookups in MSI.
2003-10-28  Rok MandeljcSome fixes in dmband loading.
2003-10-28  Hannu ValtonenSysMouseAImpl_Unacquire should return DI_NOEFFECT if...
2003-10-28  Alexandre JulliardFixed typo that broke handling of .com and .bat files.
2003-10-28  Alexandre JulliardSwitch back to the main process stack before calling...
2003-10-28  Alexandre JulliardRepaired relay debugging for kernel and ntdll (spotted...
2003-10-28  Rein KlazesTest WM_KEY* and WM_SYSKEY* messages generated by vario...
2003-10-28  Robert ReifAdded support for getting the wave device name.
2003-10-28  Rok MandeljcFix dmloader's behavior to be more MS compliant.
2003-10-28  Marcus MeissnerUse freetype 2.0 defines for font encodings instead...
2003-10-28  Uwe Bonnesget_full_path_helper: Handle the case \\.\\ as intended...
2003-10-28  Uwe BonnesAnother difference in the printf family.
2003-10-28  Rein KlazesCorrect the logic that decides whether a WM_SYSKEYUP...
2003-10-27  Alexandre Julliardlibntdll.dll.so no longer exists, check for libntdll...
2003-10-27  Alexandre JulliardAdded printing of the target of forwarded exports.
2003-10-27  Alexandre JulliardMake init_thread request deal better with fd allocation...
2003-10-27  Raphael Junqueira- Some fixes on DirectSound init (need SetCooperativeLe...
2003-10-27  Uwe BonnesControl_DoLaunch: memmove needs bytes as length argument.
2003-10-27  Jukka HeinonenClean up mouse driver implementation.
2003-10-27  Jukka HeinonenMoved drive parameter block (DPB) routines to winedos.
2003-10-27  Uwe BonnesAdded a few stubs.
2003-10-27  Pierre d'HerbemontFix PowerPC assembler syntax mistakes.
2003-10-27  Hans LeidekkerAdded Dutch translations.
2003-10-27  Hans Leidekker- Dutch translations of Wine programs.
2003-10-27  Hans Leidekker- Added Dutch translation.
2003-10-27  Shachar ShemeshUpdated Hebrew resources.
2003-10-27  Robert ReifFix SMPTE time.
2003-10-27  Robert ReifOnly copy amount requested up to size of structure.
2003-10-27  Robert ReifClear a new hardware buffer to proper silence values...
2003-10-27  Pierre d'HerbemontInclude <arpa/nameser.h> before <resolv.h>.
2003-10-24  Alexandre JulliardUpdated some of the generated tests.
2003-10-24  Alexandre JulliardSpecify include quotes in the tests.dat file.
2003-10-24  Alexandre JulliardUse sigsetjmp instead of setjmp in Wine internal except...
2003-10-24  Alexandre JulliardAdded support for the linuxthreads cancel signal as...
next