Add more flexibility to the queue_async server call by moving most
[wine] / programs /
2002-04-20  Jason Edmeades- Fixed move and copy when no destination supplied...
2002-04-20  Eric PouechNow C tests are able to access argc/argv as passed...
2002-04-19  Paul MillarAdded option for announcement of successful test results.
2002-04-11  Andriy PalamarchukCreated regedit replacement. Fixed some bugs.
2002-04-11  Alexandre JulliardRemoved changelog entries that are in the main changelo...
2002-04-11  Alexandre JulliardUpdated configure to take advantage of new autoconf...
2002-04-08  Geoffrey HausheerAdded comments explaing how to use cygwin/mingw/wine...
2002-04-06  Jeremy WhiteFixed exit status in some cases.
2002-04-02  Geoffrey HausheerAdded perl script which will build a Makefile for runni...
2002-04-02  Alexandre JulliardVarious makefile fixes for the test environment.
2002-04-02  François GougetMake the testing framework thread safe.
2002-03-29  Alexandre JulliardUse ExitProcess to terminate the application.
2002-03-28  Alexandre JulliardNeed to set WINEDLLPATH too.
2002-03-27  Sylvain PetreolleConverted to use of NLS.
2002-03-23  Eric PouechWineconsole is now able to handle non raster fonts...
2002-03-23  Eric PouechStarted implementing event reduction.
2002-03-23  Eric PouechFixed some issues in resources definition.
2002-03-22  Francois GougetAdd trace function (same as in the perl framework).
2002-03-20  Sylvain PetreolleMade notepad uses NLS properly.
2002-03-19  Andreas Mohr- fix complete listbox messup by only updating in case...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-28  Andriy PalamarchukMade regapi scripts able to process .reg files in regedit
2002-02-27  Andriy PalamarchukRemoved alternative make scripts.
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-22  Andreas MohrRemember the currently active index before refreshing.
2002-02-20  Alexandre JulliardPreliminary version of the C unit tests run-time enviro...
2002-02-20  Andriy Palamarchuk- made notepad compile with Cygwin
2002-02-19  Andriy PalamarchukImplemented parsing of file name, passed in command...
2002-02-14  Alexandre Julliardversion.h is now in include/wine directory.
2002-02-14  Alexandre JulliardUpgraded configure script to use autoconf 2.50 features...
2002-02-04  Eric Pouech- wineconsole now exits if the started program inside...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-02-02  Patrik Stridvall- Made runtest "use strict".
2002-02-02  Francois Gougetmalloc.h is obsolete and stdlib.h should be used instead.
2002-02-02  Alexandre JulliardWe can use normal imports for shell32 now.
2002-02-01  Francois Gougetconfig.h should be included first (if at all).
2002-01-29  Alexandre JulliardFixed copy/paste bug.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-29  Steven EdwardsChanges wine_main to main to properly build on all...
2002-01-21  Alexandre JulliardDon't convert "ptr" return type to a Perl string.
2002-01-21  Patrik StridvallGenerate Perl modules defining prototypes for exported...
2002-01-15  Alexandre JulliardAdded some prototypes to function declarations.
2002-01-15  Patrik Stridvall- Made the Perl module generated by make_symbols a...
2002-01-15  Patrik StridvallAdded the possibility (it is optional for backward...
2002-01-14  Alexandre JulliardIntegrated test script for winetest into the make test
2002-01-14  Alexandre JulliardRewrote runtest in Perl so that it can be used on the...
2002-01-14  Alexandre JulliardAdded ok() function that doesn't stop the test on the...
2002-01-14  Alexandre JulliardAdded Perl modules containing the #defines values for the
2002-01-10  Alexandre JulliardAdded rules for running tests.
2002-01-02  Eric PouechFixed color definition (bg and fg were swapped).
2002-01-01  James JuranInclude <stdlib.h> to get prototype for abs() function.
2001-12-31  Marcus MeissnerSwap fg/bg color to be correct.
2001-12-26  Andreas MohrUpdated to not rely on rundll32.exe any more.
2001-12-26  Michael StefaniucCheck the return value of *snprintf for C99 style overf...
2001-12-04  Eric Pouech- allow to save/restore some properties into the regist...
2001-12-04  James JuranOnly include the necessary files to avoid conflicts...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-25  Eric PouechNow passing event with --use-event to let programs...
2001-11-24  Alexandre JulliardCompile all programs with -DSTRICT -DNONAMELESSUNION...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-09  François GougetCorrect handling of strings in setValue.
2001-11-06  François Gougetstrsep is not implemented on Solaris, replace it with...
2001-11-06  Hidenori TakeshimaThe 'dword' values should be stored as big endian values.
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.
next