APPMODE can now be one of -mwindows or -mconsole.
[wine] / programs / winemenubuilder /
2005-02-22  Mike McCormackWhen running a second time, don't fail if we can't...
2005-02-18  Mike McCormackSmall indentation fixes.
2005-02-17  Dmitry TimoshkovConvert winemenubuilder to unicode.
2005-02-16  Mike McCormackSmall fixes, indentation and comments.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-21  Francois GougetAdd support for the CSIDL_COMMON_* locations.
2004-09-14  Marcus MeissnerIf we do not have an IconsDir, use the temp directory.
2004-08-30  Francois GougetFix a memory leak.
2004-08-18  Vincent BéronDon't hardcode C:\windows\system\start.exe.
2004-06-18  Chris MorganHardcode "wineshelllink" in winemenubuilder, remove...
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-02  Alexandre JulliardBuild all the programs with winegcc.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-06  Francois GougetImprove error reporting.
2004-01-05  Eric PouechMade wine_get_unix_file_name take a Unicode string...
2003-12-08  Dimitrie O. PaunMove include/bitmaps/*.xpm where they belong.
2003-10-15  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-08  Francois GougetFix the case of product and company names.
2003-08-13  Richard CohenRemove no longer necessary includes <signal.h>, <wait.h>.
2003-07-02  Francois GougetRemove some unnecessary casts when assigning NULL to...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-05-21  Mike McCormackRemove code that starts wineshelllink, instead create...