- 9ff230d shdocvw, winemenubuilder: Generate fd.o entries for .url files. by Damjan Jovanovic · 16 years ago
- 4e2cec5 winemenubuilder: Moved all wineshelllink functionality to winemenubuilder and removed wineshelllink. by Damjan Jovanovic · 16 years ago
- f5b8bad winemenubuilder: Generate desktop files instead of wineshelllink. by Damjan Jovanovic · 16 years ago
- 394e97f winemenubuilder: Move the xdg global variables out of the libpng ifdef block. by Alexandre Julliard · 16 years ago
- 26fcfb4 winemenubuilder: Generate icons in winemenubuilder instead of wineshelllink. by Damjan Jovanovic · 16 years ago
- b66685c programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS. by Alexandre Julliard · 17 years ago
- b3ec2e5 makefiles: Recurse into all directories for install-lib and install-dev too. by Alexandre Julliard · 17 years ago
- 520d1bc winemenubuilder: Copy the icon data before modifying it, resources are read-only. by Alexandre Julliard · 17 years ago
- dad21bb makefiles: List the static libraries as normal imports instead of extra libs. by Alexandre Julliard · 17 years ago
- de139bf winemenubuilder: Process messages while waiting for the semaphore or the parent process. by Alexandre Julliard · 17 years ago
- fbdf05a winemenubuilder: Add support for 24 and 32 bit icons using png format. by Vitaliy Margolen · 17 years ago
- 5819b90 winemenubuilder: Expand environment variable references in the shortcut's WorkDir, Description and IconPath fields. by Francois Gouget · 17 years ago
- 4dc91b7 winemenubuilder: EnumResourceNamesW() returns false when we find the icon. So fix the corresponding misfiring trace. by Francois Gouget · 17 years ago
- 59b69a7 winemenubuilder: Expand short paths, else menu items aren't created for CSLU Toolkit. by Dan Kegel · 17 years ago
- a5a049d winemenubuilder: Do not WINE_ERR in InvokeShellLinker if we are going to try again. by Misha Koshelev · 18 years ago
- 5e28f7a winemenubuilder: Wait for parent process to finish instead of creating RunOnce entry that may never run. by Misha Koshelev · 18 years ago
- e340caf winemenubuilder: Create/release semaphore only around call to wineshelllink. by Misha Koshelev · 18 years ago
- aab5e58 Don't put single quotes around '%s' when using the debugstr_*() functions. by Francois Gouget · 18 years ago
- 47a2e96 winemenubuilder: Look for supported color depths icons only. by Vitaliy Margolen · 18 years ago
- ada881c winemenubuilder: Downgrade some ERR to WARN. by Vitaliy Margolen · 18 years ago
- 6a6f1f4 winemenubuilder: Use 'start.exe' to launch non .exe files. by Vitaliy Margolen · 18 years ago
- 8c2cdf7 winemenubuilder: Win64 printf format warning fixes. by Michael Stefaniuc · 19 years ago
- 85ce511 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 19 years ago
- 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
- 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
- eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
- 028ab92 make_progs: Generate the .gitignore file. by Alexandre Julliard · 19 years ago
- cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
- 9ca8a86 Link against libwine_unicode everywhere we use Unicode functions. by Alexandre Julliard · 19 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
- b52874e winemenubuilder: Report a few more errors. by Vitaliy Margolen · 19 years ago
- 629889b winemenubuilder: Improve traces. by Francois Gouget · 19 years ago
- 6f0ff149 winemenubuilder: Improve traces. by Francois Gouget · 19 years ago
- d5739ed winemenubuilder: Provide depth to the menus created. by Bill Medland · 19 years ago
- ec34a66 Ignore symlink files too (needed for git). by Alexandre Julliard · 19 years ago
- 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
- d927c81 Parse the command line returned by CommandLineFromMsiDescriptor() to by Francois Gouget · 19 years ago
- 66775b9 Extract the executable name for msi advertised shortcuts. by Mike McCormack · 19 years ago
- 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
- c818a4e Fix "empty body in an if/else-statement" warnings. by Mike McCormack · 20 years ago
- bd7ec9a The last argument to MultiByteToWideChar is wide character count and by Marcus Meissner · 20 years ago
- 0876700 Make the icon choice algorithm really choose the best icon. by Maxime Bellengé · 20 years ago
- 690115a Moved the configuration key to HKCU\Software\Wine\WineMenuBuilder. by Alexandre Julliard · 20 years ago
- b3415b0 Repaired extraction of icons when config file is missing. by Sven Paschukat · 20 years ago
- 2e4bca9 Added magic comments to all Wine-specific registry accesses to make by Alexandre Julliard · 20 years ago
- ae51135 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. by Mike McCormack · 20 years ago
- 0ae9be8 winemenubuilder.c is the only Wine source file checking for by Francois Gouget · 20 years ago
- 86d5520 If winemenubuilder is given a list of menus to recreate, it should not by Francois Gouget · 20 years ago
- 3563511 When running a second time, don't fail if we can't extract an icon. by Mike McCormack · 20 years ago
- 553dd72 Small indentation fixes. by Mike McCormack · 20 years ago
- 9074f25 Convert winemenubuilder to unicode. by Dmitry Timoshkov · 20 years ago
- dc52498 Small fixes, indentation and comments. by Mike McCormack · 20 years ago
- 5ad7d85 Do not check for non NULL pointer before HeapFree'ing it. It's redundant. by Michael Stefaniuc · 20 years ago
- 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
- 486d020 Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly. by Francois Gouget · 20 years ago
- 719a789 Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
- e745b38 Add support for the CSIDL_COMMON_* locations. by Francois Gouget · 21 years ago
- 904b1fb If we do not have an IconsDir, use the temp directory. by Marcus Meissner · 21 years ago
- 8fa7ee2 Fix a memory leak. by Francois Gouget · 21 years ago
- 8f7003b Don't hardcode C:\windows\system\start.exe. by Vincent Béron · 21 years ago
- 435623d Hardcode "wineshelllink" in winemenubuilder, remove it from the config file. by Chris Morgan · 21 years ago
- df93f2e GetModuleFileName[AW] doesn't terminate the string if the buffer is too small. by Eric Pouech · 21 years ago
- 6a6c85c Make Unicode const strings static so they are not copied to the stack by Francois Gouget · 21 years ago
- 1cb0cf4 Moved wine_get_unix_file_name implementation to ntdll, and changed it by Alexandre Julliard · 21 years ago
- 6be39b6 Take advantage of the new winegcc -B support. by Alexandre Julliard · 21 years ago
- 589e115 We no longer use the .exe.spec.c files. by Alexandre Julliard · 21 years ago
- 6621b2d Build all the programs with winegcc. by Alexandre Julliard · 21 years ago
- 20b4585 Only link against libdxguid where necessary. by Alexandre Julliard · 21 years ago
- 826ff13 Improve error reporting. by Francois Gouget · 21 years ago
- 5bf3a26 Made wine_get_unix_file_name take a Unicode string pointer. by Eric Pouech · 21 years ago
- 573b389 Move include/bitmaps/*.xpm where they belong. by Dimitrie O. Paun · 21 years ago
- f95be92 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
- cf52644 Removed the A/W constants for builtin cursors, icons and resource by Alexandre Julliard · 22 years ago
- ae50013 Fix the case of product and company names. by Francois Gouget · 22 years ago
- c17ad75 Remove no longer necessary includes <signal.h>, <wait.h>. by Richard Cohen · 22 years ago
- 5054045 Remove some unnecessary casts when assigning NULL to handles. by Francois Gouget · 22 years ago
- 9591836 'sizeof type' is best avoided as it won't always compile (e.g. 'int by Francois Gouget · 22 years ago
- 88090b4 Remove code that starts wineshelllink, instead create a windows by Mike McCormack · 22 years ago