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