winecfg: Update Russian translation.
[wine] / programs / winemenubuilder / winemenubuilder.c
2008-05-13  Alexandre Julliardwinemenubuilder: Copy the icon data before modifying...
2008-04-21  Alexandre Julliardwinemenubuilder: Process messages while waiting for...
2008-03-24  Vitaliy Margolenwinemenubuilder: Add support for 24 and 32 bit icons...
2008-01-23  Francois Gougetwinemenubuilder: Expand environment variable references...
2008-01-11  Francois Gougetwinemenubuilder: EnumResourceNamesW() returns false...
2008-01-07  Dan Kegelwinemenubuilder: Expand short paths, else menu items...
2007-06-29  Misha Koshelevwinemenubuilder: Do not WINE_ERR in InvokeShellLinker...
2007-06-28  Misha Koshelevwinemenubuilder: Wait for parent process to finish...
2007-06-28  Misha Koshelevwinemenubuilder: Create/release semaphore only around...
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-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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-10  Francois GougetParse the command line returned by CommandLineFromMsiDe...
2005-11-08  Mike McCormackExtract the executable name for msi advertised shortcuts.
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-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...