server: Store the opening options in the file descriptor instead of in the individual...
[wine] / programs / winemenubuilder /
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2006-11-30  Vitaliy Margolenwinemenubuilder: Look for supported color depths icons...
2006-11-27  Vitaliy Margolenwinemenubuilder: Downgrade some ERR to WARN.
2006-11-22  Vitaliy Margolenwinemenubuilder: Use 'start.exe' to launch non .exe...
2006-10-03  Michael Stefaniucwinemenubuilder: 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-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliardmake_progs: Generate the .gitignore file.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-01-17  Vitaliy Margolenwinemenubuilder: Report a few more errors.
2006-01-11  Francois Gougetwinemenubuilder: Improve traces.
2006-01-03  Francois Gougetwinemenubuilder: Improve traces.
2005-12-19  Bill Medlandwinemenubuilder: Provide depth to the menus created.
2005-11-26  Alexandre JulliardIgnore symlink files too (needed for git).
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-10  Francois GougetParse the command line returned by CommandLineFromMsiDe...
2005-11-08  Mike McCormackExtract the executable name for msi advertised shortcuts.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-21  Mike McCormackFix "empty body in an if/else-statement" warnings.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-08-22  Maxime BellengéMake the icon choice algorithm really choose the best...
2005-07-06  Alexandre JulliardMoved the configuration key to HKCU\Software\Wine\WineM...
2005-06-30  Sven PaschukatRepaired extraction of icons when config file is missing.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-02  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-05-07  Francois Gougetwinemenubuilder.c is the only Wine source file checking for
2005-04-15  Francois GougetIf winemenubuilder is given a list of menus to recreate...
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...