For global classes, GetClassInfo now returns a handle to USER.
[wine] / programs /
2001-07-08  Jeremy WhiteAdd --list facility to list installed programs.
2001-06-20  Dave Pickles- Fix uninitialised variable problem in DIR command.
2001-06-08  Francois GougetULARGE_INTEGER may have a dummy struct name.
2001-06-06  Andreas MohrDocumentation updates.
2001-06-04  Dave Pickles- Report file and directory sizes using 64-bit arithmet...
2001-05-09  Alexandre JulliardGot rid of MakeMaker so we can build outside the source...
2001-04-10  Alexandre JulliardPass the correct string length to RegSetValueExA.
2001-04-09  Alexandre JulliardStore the function pointer in the %prototypes hash...
2001-03-31  John F SturtzAdded support for callback functions.
2001-03-21  Alexandre JulliardAdded first version of the Perl regression testing...
2001-03-05  Alexandre JulliardChanged isolated for loops to while loops (based on...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-14  François GougetMisc typos in comments.
2001-02-12  Andreas Mohr- TRACE opened registry handles
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-01-29  Matthew ClarkeDon't assume .spec files are found in the current direc...
2001-01-26  Andreas MohrSome more cleanups.
2001-01-20  Alexandre JulliardFixed a number of incompatibilities in OEM icons/cursor...
2001-01-11  Ulrich WeigandFixed unnamed union dummy names.
2001-01-05  François GougetI triple checked but yes, CHOOSECOLOR.hInstance is...
2001-01-05  François GougetThe WndProc function was missing the CALLBACK modifier.
2001-01-05  François GougetThe first 2 parameters of WinMain are HINSTANCEs, not...
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.
next