wine
2002-11-27  Vincent BéronFix for deprecated use of label at the end of compound...
2002-11-27  Bill MedlandCorrect GetNumberFormatA for zero decimals and for...
2002-11-27  Matthew DavisonPrevent Winhelp from crashing when it can't find the...
2002-11-27  Christian CostaAdd some DDRAW and D3D definitions.
2002-11-27  Patrik Stridvall- API files update.
2002-11-25  Alexandre JulliardRelease 20021125. wine-20021125
2002-11-25  Patrik StridvallFixed pthreads on FreeBSD (based on patch by Alexandre...
2002-11-25  Alexandre JulliardAdded CS_DBLCLKS style to dialog window class.
2002-11-25  Shachar ShemeshChange some of the number seperators to "Neutral" rathe...
2002-11-25  Steve LustbaderStubs for CreateTimerQueue and DeleteTimerQueueEx.
2002-11-25  Steve LustbaderAssorted Win2k/WinXP stubs.
2002-11-25  Stefan LeichterConverted implementation of _lseek to _lseeki64, implem...
2002-11-25  Mike McCormackImplemented registry change notifications.
2002-11-25  Uwe BonnesX11DRV_DrawArc: Don't overwrite the ENDCAP style.
2002-11-25  Uwe BonnesX11DRV_SelectPen(): Don't use a pen with half the width.
2002-11-25  Andreas MohrAdded the missing cx member to the MyDLGITEMTEMPLATEEX...
2002-11-25  Stefan LeichterConverted implementation of _stat and _fstat to _stati6...
2002-11-25  Jason EdmeadesAdd support for VarAnd between integers.
2002-11-25  Lionel Ulmer- Prevent the backbuffer to also have the frontbuffer...
2002-11-25  Alexandre JulliardMoved some GetThreadTimes tests out of the todo block.
2002-11-25  Ryan CummingPartially implement GetThreadTimes.
2002-11-25  Alexandre JulliardWarnings fixes.
2002-11-25  György 'Nog... - Move SetSystemTime, GetTimeZoneInformation and
2002-11-25  Aric StewartLVN_GETDISPINFO seems to always be Ansi.
2002-11-25  Steve LustbaderStretchDIBits: avoid crash on null pointers.
2002-11-25  Robert ShearmanAdd support for painting SBS_SIZEBOX style properly.
2002-11-24  Jukka HeinonenMoved handlers for int11, int15 and int5c to winedos.
2002-11-24  Lionel Ulmer- add implementation for FindDevice function
2002-11-24  Alexandre JulliardReplace most PROFILE_GetWineIni calls by direct registr...
2002-11-24  Alexandre JulliardAdded dist rule for building the distribution tarballs.
2002-11-24  Alexandre JulliardAdded CS_DBLCLKS so that systray receives double clicks.
2002-11-24  Jukka HeinonenVGA text mode no longer flickers and it is much faster.
2002-11-24  Bill MedlandCorrect UnhookWindowsHook: clear the handle so that...
2002-11-24  Christian CostaReenable OpenGL surface's flip method.
2002-11-24  Jens HoffmannPass correct instance in keyboard_hook setup.
2002-11-24  Matthew DavisonFix some unicode->ascii calls.
2002-11-24  Gerald PfeiferAvoid using labels at the end of commpound statements.
2002-11-23  Alexandre JulliardRemoved no longer needed PROFILE_LoadWineIni().
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-23  Vincent BéronThe default behavior of "make everything" is now to...
2002-11-23  Mike HearnAltered WM_MOUSEHOVER so the lParam and wParam fields...
2002-11-23  Alexandre JulliardRemoved the WINE_NO_STRICT support.
2002-11-23  Dimitrie O... Allow apps to define __int{8,16,32,64} on the command...
2002-11-22  Alexandre JulliardFixed use of HBMMENU_* in switch statements.
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed a number of -DSTRICT issues.
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardRemoved support for converting old format config, every...
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-22  Alexandre JulliardProperly split the 16-bit versions of GrayString and...
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-11-22  Alexandre JulliardCompile ole32 with -DSTRICT.
2002-11-21  Johan DahlinMake shell32 compile with -DSTRICT.
2002-11-21  Andrew John... Make commdlg compile with -DSTRICT.
2002-11-21  Matthew DavisonRemove obsolete --enable-opengl.
2002-11-21  Marcus MeissnerFixed aliasing problems (do not use (POINT*)&rect const...
2002-11-21  Marcus MeissnerHandle the COORD <-> DWORD conversion the canonical...
2002-11-21  Steve LustbaderHave PostMessage call PostThreadMessage when hwnd is...
2002-11-21  Dimitrie O... Add definition for WSAEDISCON.
2002-11-21  Alexandre JulliardRemoved OpenGL thread safety check.
2002-11-21  Michael StefaniucSome -DSTRICT fixes.
2002-11-21  Martin WilckFixed circular include sequence winsock.h -> windows...
2002-11-21  Stefan LeichterMoved implementation of Get/SetClassLong from ascii...
2002-11-21  Stefan LeichterReplaced CreateDCA by CreateDCW in LoadImageW.
2002-11-21  Lionel Ulmer- Clean up all the D3D COM handling (but the underlayin...
2002-11-21  Alexandre JulliardUse the '-z defs' linker option if supported to better...
2002-11-21  Carl SopchakIgnore buffer limit on WM_SETTEXT.
2002-11-21  Steve LustbaderStub for SetDCBrushColor.
2002-11-21  Alexandre JulliardAdd -lc when linking dlls to avoid warnings on FreeBSD.
2002-11-21  Andrew John... Build ntdll with -DSTRICT.
2002-11-21  Alexandre JulliardAdded wrapper to replace llseek+lread to avoid HANDLE...
2002-11-21  Shachar Shemesh- If running wineinstall and asking not to install...
2002-11-21  Ove KaavenAdded "generate headers only" command-line option....
2002-11-21  Jukka HeinonenRemoved last users of msdos/interrupts.c.
2002-11-20  Alexandre JulliardAdded support for system-wide hooks.
2002-11-20  Alexandre JulliardRemoved -noimport on functions that are forwards to...
2002-11-20  Tisheng ChenAdded Simplified Chinese support.
2002-11-20  Eric PouechNo longer using Win32 API relative to 16 bit subsystem...
2002-11-20  Eric PouechBetter support for multiple midi devices on the OSS...
2002-11-20  Eric PouechWrote back & history support.
2002-11-20  Alberto Massariwinedump was still using the "init" keyword in the...
2002-11-20  Jukka HeinonenRemove some Win32s specific code.
2002-11-20  Jukka HeinonenRemoved obsolete code.
2002-11-19  Alexandre JulliardImplemented some ismbc* functions (based on a patch...
2002-11-19  Patrik StridvallAdded stub implementation of cabinet.dll.
2002-11-19  Robert ShearmanAdd some RichEdit 2.0/3.0 definitions.
2002-11-19  Dimitrie O... Added definition for PeekNamedPipe
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-11-18  Vincent BéronGet rid of the vararg and generic stuff.
2002-11-18  Vincent BéronRemoved some unused types.
2002-11-18  Vincent BéronAdded netdb.h protection.
2002-11-18  Marcus MeissnerFixed strict aliasing issue in __pthread_once and SetWa...
2002-11-18  Jukka HeinonenRemoved last user of msdos/int1a.c.
2002-11-18  Jukka HeinonenRemoved obsolete INT_Int31Handler.
2002-11-18  Alexandre JulliardSetting the horizontal scrollbar can change the values...
2002-11-18  Alexandre JulliardAdded empty X11DRV_OpenGL_Init for the non-OpenGL case.
2002-11-18  Marcus MeissnerFixed strict aliasing problem in RtlEnlargedUnsignedDivide.
2002-11-18  Marcus MeissnerFixed strict aliasing problem in
2002-11-18  Eric PouechAdded support for window information from the .hlp...
2002-11-18  Stefan LeichterMoved implementation of LoadKeyboardLayout from ASCII...
next