rpcrt4: Process control packets in the server synchronously to avoid races when using...
[wine] / dlls / winedos /
2009-10-08  Alexandre Julliardwinedos: Don't import kernel 16-bit version functions.
2009-10-07  Alexandre JulliardFix empty function prototypes.
2009-09-28  Alexandre Julliardwinedos: Always run the BIOS tick timer.
2009-09-22  Henri Verbeetwinedos: Avoid comparing BOOLs against TRUE.
2009-09-16  Gerald Pfeiferwinedos: Make an expression in DOSVM_Int10Handler(...
2009-09-16  Gerald Pfeiferwinedos: Clarify three logical expressions.
2009-06-25  Alexandre Julliardwinedos: Add call frame annotations in x86 assembly...
2009-06-23  Jörg Höhlewinedos: Provide trailing \ now required by GetVolumeIn...
2009-06-15  Francois Gougetwinedos: DOSVM_GetTimer() is not used so remove it.
2009-06-15  Francois Gougetwinedos: DPMI_FreeInternalRMCB() is not used so remove it.
2009-06-15  Francois Gougetwinedos: Move VGA_SetGraphicMode() up a bit and make...
2009-06-15  Rein Klazeswinedos: int21, function 32h returns data in DS:BX...
2009-03-31  Alexandre Julliardwinedos: Release the 16-bit lock before calling ExitThread.
2009-03-26  Andrew Talbotwinedos: Initializations fix.
2009-03-13  Alexandre Julliardwinedos: Don't create an import library.
2009-03-09  Francois GougetRemove spaces before '\n's.
2009-03-04  Michael Stefaniucwinedos: Remove superfluous pointer casts.
2009-02-12  Andrew Talbotwinedos: Replace malloc/calloc with HeapAlloc().
2009-02-09  Florian Tobias Sch... winedos: Adjust get_timer_val calls to prevent buffer...
2009-02-05  Francois Gougetwinedos: Remove spaces before '\n's.
2009-02-04  Jeremiah Flerchingerwinedos: Unify Fake BIOS & VGA display mode selection...
2009-02-04  Florian Tobias Sch... winedos: Improve PIT emulation.
2009-01-29  Dan Kegelwinedos: Get File Attributes must fail for files with...
2009-01-26  Andrew Talbotwinedos: Declare some functions static.
2009-01-07  Francois Gougetwinedos: VGA_SetQuadPalette() is unused so remove it.
2009-01-07  Francois Gougetwinedos: VGA_SetTextAttribute() is unused so remove it.
2009-01-07  Francois Gougetwinedos: Remove unused functions from devices.c.
2008-12-30  Christian Costawinedos: Increase extended memory from 7MB to 15MB.
2008-12-30  Christian Costawinedos: Compute CMOS image checksum automatically.
2008-12-30  Christian Costawinedos: Document CMOS image bytes.
2008-12-08  Michael Stefaniucwinedos: Don't cast zero.
2008-12-04  Alexandre Julliardwinedos: Make a function static.
2008-12-03  Andrew Talbotwinedos: Sign-compare warning fix.
2008-11-28  Peter Dons Tychsenwinedos: Fixed a problem with timer values that are...
2008-11-24  Peter Dons Tychsenwinedos: Fixed memory resize function which returned...
2008-11-13  Peter Dons Tychsenwinedos: Implement mode control register, and the 160x2...
2008-11-10  Peter Dons Tychsenwinedos: Implement VGA_WritePixel for int10 service...
2008-11-10  Peter Dons Tychsenwinedos: Implement int10 CGA palette control.
2008-11-10  Peter Dons Tychsenwinedos: Add support for the Color Control Register...
2008-11-10  Peter Dons Tychsenwinedos: Add support for decoding and displaying the...
2008-11-03  Michael Stefaniucwinedos: Do not cast NULL.
2008-10-20  Jeremiah Flerchingerwinedos: Added/stubbed/documented missing VGA registers.
2008-10-20  Jeremiah Flerchingerwinedos: Added additional VGA/VESA modes & information...
2008-10-20  Jeremiah Flerchingerwinedos: Added missing values to VGA Mode 19 (256 color...
2008-10-18  Alexandre Julliardwinedos: Convert source files to utf-8.
2008-10-01  Rob Shearmanwinedos: Compare HRESULT value explicitly against S_OK...
2008-09-12  Rob Shearmanwinedos: Fix the type of res in VGA_DoSetMode.
2008-08-20  Gerald PfeiferAdd return statements to avoid gcc warnings.
2008-07-14  Andrew Talbotwinedos: Remove unneeded address-of operators from...
2008-07-07  Andrew Talbotwinedos: Remove unneeded address-of operator from funct...
2008-05-12  Alexandre Julliardwinedos: Don't disable long filename functions on NT...
2008-05-07  Alexandre Julliardwinedos: Print better diagnostics when a DOS app fails...
2008-05-07  Alexandre Julliardwinedos: Make sure that the main message queue exists...
2008-05-07  Alexandre Julliardwinedos: Only read input from the stdin handle if it...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-14  Alexandre Julliardwinedos: Handle memory reservation errors more gracefully.
2008-04-11  Rob Shearmanwinedos: The calling convention should come after the...
2008-04-07  Francois GougetAssorted spelling fixes.
2008-03-22  Andrew Talbotwinedos: Assign to struct instead of using memcpy.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
2008-02-16  Rob ShearmanDon't use GetExceptionCode and GetExceptionInformation...
2008-01-25  Andrew Talbotwinedos: Remove unneeded casts.
2008-01-10  Austin EnglishSpelling fixes.
2007-12-31  Alexandre Julliardwinedos: Don't emulate in 32-bit mode interrupts that...
2007-12-23  Alexandre Julliardwinedos: Add the possibility of refusing to emulate...
2007-12-20  Alexandre Julliardkernel32: Forward interrupts in 32-bit code to winedos...
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-11-26  Gerald Pfeiferwinedos: Use DWORD instead of long for return values...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-08-30  Steven EdwardsRemove more unneeded wine 16bit header usage.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-14  Mikołaj Zalewskiwinedos: Make UMB executable.
2007-08-09  Francois GougetAssorted spelling fixes.
2007-06-27  Michael Stefaniucwinedos: Remove superfluous casts of void pointers...
2007-06-18  Alexandre Julliardwinedos: Fix the device open code for the new NtCreateF...
2007-06-07  Francois GougetAssorted spelling fixes.
2007-06-06  Michael Stefaniucwinedos: Fix printf format warnings introduced by the...
2007-05-30  Alexandre Julliardwinedos: Merge a number of tiny source files into inter...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-09  Michael Stefaniucwinedos: Check a file handle against INVALID_HANDLE_VAL...
2007-03-08  Tomas Carneckydsound: Update prototypes for IDirectSoundBuffer::Lock...
2007-02-05  Andrew Talbotwinedos: Declare some items static.
2006-12-14  Francois GougetAssorted spelling fixes.
2006-11-29  Dmitry Timoshkovwinedos: Make some data const.
2006-10-31  Alexandre Julliardwinedos: Use NT instead of Unix calls to identify DOS...
2006-10-16  Michael Stefaniucjanitorial: Remove redundant NULL checks before calling...
2006-10-03  Michael Stefaniucwinedos: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-24  Dan Kegelwinedos: Limit reported disk space to 1GB.
2006-07-14  Michael StefaniucFix swapped 2nd and 3rd argument passed to memset.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-12  Petr Tesarikwinedos: Implement INT2F/AX=1501 (get drive device...
2006-04-11  Petr Tesarikwinedos: Implement true CDROM DOS device driver.
2006-04-11  Petr Tesarikwinedos: Move all device driver initialization code...
2006-04-11  Petr Tesarikwinedos: Move most of MSCDEX stuff into a separate...
next