Added two error codes: E_DRAW and DATA_E_FORMATETC.
[wine] / programs /
2001-01-02  François GougetReplaced calls to OpenFile with the equivalent call to
2001-01-02  François GougetThe last parameter of CreateFile is a HANDLE and should...
2000-12-24  Gerald Pfeifer<malloc.h> is not ISO C, <stdlib.h> is.
2000-12-13  Eric PouechRemoved a crash in program/clock.
2000-12-10  Dennis BjorklundRemove old link before creating the new one.
2000-12-09  Andreas MohrFixed MessageBox() usage.
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-02  Alexandre JulliardAlways put the dll constructor in the .init section...
2000-11-30  Alexandre JulliardFixed progman internal dependencies and build it like...
2000-11-25  Vasily I. VolchenkoAdded Russian language support.
2000-11-10  Alexandre JulliardBuild most programs as .so files.
2000-11-10  Alexandre JulliardAdded Makeprog.rules.in containing rules for building...
2000-11-10  Alexandre JulliardFixed language handling. Removed some dependencies...
2000-11-09  Alexandre JulliardAdded some missing imports.
2000-11-08  Alexandre JulliardAdded middle mouse button handling.
2000-11-06  Alexandre JulliardBetter error message when an include file is not found...
2000-11-02  Dave PicklesPause command interpreter while executing a console...
2000-10-31  Peter IvanyiAdded/upgraded Slovak messages, and Slovak and Czech...
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-10-19  Eric WilliamsChanged GROUP to PROGGROUP.
2000-10-13  Chris MorganAdded changing mouse cursor when over a help topic...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-09  Francois GougetAdded the missing library dependencies.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-07  Andreas MohrAdd an edit control showing the command line of the...
2000-08-04  Hidenori TakeshimaAdded a few missing imports.
2000-08-04  Alexandre JulliardAdded a few missing imports.
2000-08-01  Dave PicklesAdded support for ERRORLEVEL.
2000-08-01  Jason Edmeades- Support whitespace around commands better, and suppor...
2000-08-01  Andreas MohrAdded an uninstaller for InstallShield, WISE etc.
2000-07-29  Francois Gougetole32 now requires linking with kernel32
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-07-23  Francois GougetFixed int/HANDLE mismatches revealed by -DSTRICT.
2000-07-23  Francois GougetFixed WinMain's signature.
2000-07-23  Francois GougetRemoved obsolete references to the Languages array.
2000-07-23  Francois GougetFixed WinMain's signature.
2000-07-23  Francois GougetFixed WinMain's signature.
2000-07-23  Francois GougetAdded -DSTRICT.
2000-07-23  Mike McCormackAdded some basic text display and editing capabilities...
2000-06-20  Rein KlazesFix a crash in winhelp caused by hmemcpy16 without...
2000-06-08  Alexandre JulliardCompile fix.
2000-06-08  Alexandre JulliardSimplified wrc flags handling.
2000-05-18  Juergen LockMinor update.
2000-05-01  Bertho Stultiens- Implemented a new preprocessor that is (nearly) ANSI...
2000-04-28  Alexandre JulliardChanged imports of winspool to winspool.drv.
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-19  Alexandre JulliardFixed resource loading.
2000-04-16  Uwe BonnesCorrected WinMain.
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-09  Dave PicklesRegistry key used in LoadBoard() was not the same as...
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-04-04  Joshua ThielenAdded DestroyBoard function to delete bitmap handles.
2000-04-04  Gavriel StateThis patch adds the ability for regapi to call the...
2000-03-30  Peter Hunnisett- Fix painting bug with middle button down when draggin...
2000-03-28  Niels Kristian Bec... - Fix some compiler warnings.
2000-03-26  Hidenori TakeshimaAdded import of comdlg32.dll in spec file.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Patrik StridvallFixed ANSI C related compile problems.
2000-03-19  Niels Kristian Bec... Fixed some compiler errors and warnings.
2000-03-15  Joshua ThielenAdded winemine app.
2000-03-09  Mike CastleAdded resource.h include.
2000-02-26  Patrik StridvallFixed ANSI C violations.
2000-02-25  Eric WilliamsMinor fixups and tweaking, and a dummy hook.
2000-02-03  Alexandre JulliardRemoved resource.h.
2000-02-03  Ulrich WeigandAdded .spec files for all libtest/ and programs/ WineLi...
2000-02-03  Ulrich WeigandFixed memory overwrite bug.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-29  Ulrich WeigandLink only a single .rc file with application.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Gustavo Junior AlvesAdded Portuguese language support.
1999-11-12  Huw D M DaviesComment out explicit call to SHELL_SaveRegistry since...
1999-10-31  Alexandre JulliardCompile fix.
1999-10-31  Alexandre JulliardAdded wmcdrc.h
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-10-25  Alexandre JulliardAdded dependency on winestub.o
1999-10-24  Gustavo Junior AlvesMore Portuguese language support.
1999-10-13  Alexandre JulliardAdded Pt.s.
1999-10-13  Gustavo Junior AlvesAdded Portuguese language support.
1999-09-22  Morten EriksenAdded simple console mode example program which lists...
1999-09-04  Huw D M Davieslstrncmpi isn't a windows API, use strncasecmp instead.
1999-07-10  Dave PicklesFOR and IF commands added.
1999-07-04  Henrik OlsenCleanup of the Danish support.
1999-06-27  Eric WilliamsFixed missing return after about dialog.
1999-06-26  Dave PicklesAdded more batch functionality, including the CALL...
1999-06-22  Alexandre JulliardAdded Wa.s
1999-06-20  Alexandre JulliardFixed Winelib compilation.
1999-06-18  Pablo SaratxagaWalloon language update.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-06  Alexandre JulliardAdded cmdlgr.h
1999-06-06  Alexandre JulliardAvoid use of strncmpi (reported by Ron Cemer).
1999-06-06  Dave PicklesAdded Wine command-line interpreter.
1999-05-08  Noomen HamzaBug fixes.
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-18  Alexandre JulliardRenamed cmdlgr.h to cmdlgtst.h.
1999-04-10  Eric Williams- color and font dialogs now actually do something...
1999-04-10  Jose Marcos López... Revised Spanish resources.
1999-04-03  Joerg MayerMore #pragma fixes (idea Ove Kaaven, mistakes are mine).
next