1. 3c31a37 winemenubuilder: Expand environment strings in the shortcut path. by Hans Leidekker · 15 years ago
  2. df260d1 winemenubuilder: Lower case the content type. by Hans Leidekker · 15 years ago
  3. a432a7f winemenubuilder: Fix a char/widechar typo in association .desktop paths. by Damjan Jovanovic · 15 years ago
  4. 7457476 winemenubuilder: Escape freedesktop exec keys properly. by Damjan Jovanovic · 15 years ago
  5. 55e4eba winemenubuilder: Launch .lnk files directly from menus. by Damjan Jovanovic · 15 years ago
  6. ac7a24b winemenubuilder: Make desktop files executable. by Damjan Jovanovic · 15 years ago
  7. e04422a winemenubuilder: Use only widechar functions when dealing with registered associations. by Damjan Jovanovic · 15 years ago
  8. bc52603 winemenubuilder: Use a unicode WinMain. by Damjan Jovanovic · 15 years ago
  9. 228e5f1 winemenubuilder: Read the registry in the unix codepage when cleaning up menus. by Damjan Jovanovic · 15 years ago
  10. 21f7538 winemenubuilder: Store menu paths in Unicode. by Damjan Jovanovic · 15 years ago
  11. 93d9d8a programs: Fix compiler warnings with flag -Wcast-qual. by Mikhail Maroukhine · 15 years ago
  12. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  13. 7f8279e winemenubuilder: Use a custom error function. by Vincent Povirk · 15 years ago
  14. 03e9fbb winemenubuilder: Escape XML special characters in menus. by Damjan Jovanovic · 15 years ago
  15. e1e07b4 winemenubuilder: Escape XML special characters in MIME types. by Damjan Jovanovic · 15 years ago
  16. df4b68b winemenubuilder: Ignore Windows MIME types without a slash. by Damjan Jovanovic · 15 years ago
  17. b123102 winemenubuilder: Check for NULL allocation (Coverity). by Marcus Meissner · 16 years ago
  18. f428813 winemenubuilder: Reduce memory usage for string copies. by Alexandre Julliard · 16 years ago
  19. 08a8f93 winemenubuilder: Use heap_printf to allocate the right amount of memory and not cause heap corruption. by Peter Oberndorfer · 16 years ago
  20. fe8d913 winemenubuilder: Distinguish menu icons from association icons. by Damjan Jovanovic · 16 years ago
  21. afe626f winemenubuilder: Use spawnvp() instead of system() to launch the xdg update scripts. by Alexandre Julliard · 16 years ago
  22. b3f967a winemenubuilder: Only generate associations for the "open" verb. by Damjan Jovanovic · 16 years ago
  23. 420d642 winemenubuilder: Allow multiple options. by Damjan Jovanovic · 16 years ago
  24. d3bf447 winemenubuilder: Generate new menus in the right directory. by Damjan Jovanovic · 16 years ago
  25. 267858b winemenubuilder: Log where freedesktop menu files are created, and provide an option to clean them up. by Damjan Jovanovic · 16 years ago
  26. 4540d74 winemenubuilder: Generate icons for Wine's MIME types. by Damjan Jovanovic · 16 years ago
  27. 12c2370 winemenubuilder: reg_get_val[AW]: Fix memory leak. by Joris Huizer · 16 years ago
  28. 4af750a winemenubuilder: Track, update and clean up file open associations. by Damjan Jovanovic · 16 years ago
  29. 7287023 winemenubuilder: Associate file open applications with freedesktop. by Damjan Jovanovic · 16 years ago
  30. 77e0ee9 winemenubuilder: Ignore wine.desktop managed file types. by Damjan Jovanovic · 16 years ago
  31. 7d5e565 configure: Add checks for fnmatch support. by Alexandre Julliard · 16 years ago
  32. fbb43c4 winemenubuilder: Only add mime types that aren't already in freedesktop. by Damjan Jovanovic · 16 years ago
  33. 85b6189 configure: Find libpng in /usr/X11 on MacOS. by Joerg-Cyril.Hoehle@t-systems.com · 16 years ago
  34. c1fa150 winemenubuilder: Add MIME types to freedesktop. by Damjan Jovanovic · 16 years ago
  35. 0b4499c winemenubuilder: Build freedesktop MIME type list for later use. by Damjan Jovanovic · 16 years ago
  36. 448ca84 winemenubuilder: Make initial directories for fd.o MIME type handling. by Damjan Jovanovic · 16 years ago
  37. 612d47d winemenubuilder: Use the user-dirs desktop directory instead of hardcoding ~/Desktop. by Damjan Jovanovic · 16 years ago
  38. dfd09c3 winemenubuilder: Print an error message if we are unable to load an lnk file. by Francois Gouget · 16 years ago
  39. 9b6d367 winemenubuilder: Fix an off-by-one check that resulted in erroneous error messages. by Francois Gouget · 16 years ago
  40. 3613b15 winex11: Support the startup notification fd.o spec. by Damjan Jovanovic · 16 years ago
  41. 83b081f winemenubuilder: Improve icon generation. by Damjan Jovanovic · 16 years ago
  42. 2fde3c0 winemenubuilder: Create xdg_config_dir if it does not exist. by Damjan Jovanovic · 16 years ago
  43. 9ff230d shdocvw, winemenubuilder: Generate fd.o entries for .url files. by Damjan Jovanovic · 16 years ago
  44. 4e2cec5 winemenubuilder: Moved all wineshelllink functionality to winemenubuilder and removed wineshelllink. by Damjan Jovanovic · 16 years ago
  45. f5b8bad winemenubuilder: Generate desktop files instead of wineshelllink. by Damjan Jovanovic · 16 years ago
  46. 394e97f winemenubuilder: Move the xdg global variables out of the libpng ifdef block. by Alexandre Julliard · 16 years ago
  47. 26fcfb4 winemenubuilder: Generate icons in winemenubuilder instead of wineshelllink. by Damjan Jovanovic · 16 years ago
  48. b66685c programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS. by Alexandre Julliard · 17 years ago
  49. b3ec2e5 makefiles: Recurse into all directories for install-lib and install-dev too. by Alexandre Julliard · 17 years ago
  50. 520d1bc winemenubuilder: Copy the icon data before modifying it, resources are read-only. by Alexandre Julliard · 17 years ago
  51. dad21bb makefiles: List the static libraries as normal imports instead of extra libs. by Alexandre Julliard · 17 years ago
  52. de139bf winemenubuilder: Process messages while waiting for the semaphore or the parent process. by Alexandre Julliard · 17 years ago
  53. fbdf05a winemenubuilder: Add support for 24 and 32 bit icons using png format. by Vitaliy Margolen · 17 years ago
  54. 5819b90 winemenubuilder: Expand environment variable references in the shortcut's WorkDir, Description and IconPath fields. by Francois Gouget · 17 years ago
  55. 4dc91b7 winemenubuilder: EnumResourceNamesW() returns false when we find the icon. So fix the corresponding misfiring trace. by Francois Gouget · 17 years ago
  56. 59b69a7 winemenubuilder: Expand short paths, else menu items aren't created for CSLU Toolkit. by Dan Kegel · 17 years ago
  57. a5a049d winemenubuilder: Do not WINE_ERR in InvokeShellLinker if we are going to try again. by Misha Koshelev · 18 years ago
  58. 5e28f7a winemenubuilder: Wait for parent process to finish instead of creating RunOnce entry that may never run. by Misha Koshelev · 18 years ago
  59. e340caf winemenubuilder: Create/release semaphore only around call to wineshelllink. by Misha Koshelev · 18 years ago
  60. aab5e58 Don't put single quotes around '%s' when using the debugstr_*() functions. by Francois Gouget · 18 years ago
  61. 47a2e96 winemenubuilder: Look for supported color depths icons only. by Vitaliy Margolen · 18 years ago
  62. ada881c winemenubuilder: Downgrade some ERR to WARN. by Vitaliy Margolen · 18 years ago
  63. 6a6f1f4 winemenubuilder: Use 'start.exe' to launch non .exe files. by Vitaliy Margolen · 18 years ago
  64. 8c2cdf7 winemenubuilder: Win64 printf format warning fixes. by Michael Stefaniuc · 19 years ago
  65. 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
  66. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  67. 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
  68. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  69. 028ab92 make_progs: Generate the .gitignore file. by Alexandre Julliard · 19 years ago
  70. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  71. 9ca8a86 Link against libwine_unicode everywhere we use Unicode functions. by Alexandre Julliard · 19 years ago
  72. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  73. 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
  74. b52874e winemenubuilder: Report a few more errors. by Vitaliy Margolen · 19 years ago
  75. 629889b winemenubuilder: Improve traces. by Francois Gouget · 19 years ago
  76. 6f0ff149 winemenubuilder: Improve traces. by Francois Gouget · 19 years ago
  77. d5739ed winemenubuilder: Provide depth to the menus created. by Bill Medland · 19 years ago
  78. ec34a66 Ignore symlink files too (needed for git). by Alexandre Julliard · 19 years ago
  79. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  80. d927c81 Parse the command line returned by CommandLineFromMsiDescriptor() to by Francois Gouget · 19 years ago
  81. 66775b9 Extract the executable name for msi advertised shortcuts. by Mike McCormack · 19 years ago
  82. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  83. c818a4e Fix "empty body in an if/else-statement" warnings. by Mike McCormack · 20 years ago
  84. bd7ec9a The last argument to MultiByteToWideChar is wide character count and by Marcus Meissner · 20 years ago
  85. 0876700 Make the icon choice algorithm really choose the best icon. by Maxime Bellengé · 20 years ago
  86. 690115a Moved the configuration key to HKCU\Software\Wine\WineMenuBuilder. by Alexandre Julliard · 20 years ago
  87. b3415b0 Repaired extraction of icons when config file is missing. by Sven Paschukat · 20 years ago
  88. 2e4bca9 Added magic comments to all Wine-specific registry accesses to make by Alexandre Julliard · 20 years ago
  89. ae51135 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. by Mike McCormack · 20 years ago
  90. 0ae9be8 winemenubuilder.c is the only Wine source file checking for by Francois Gouget · 20 years ago
  91. 86d5520 If winemenubuilder is given a list of menus to recreate, it should not by Francois Gouget · 20 years ago
  92. 3563511 When running a second time, don't fail if we can't extract an icon. by Mike McCormack · 20 years ago
  93. 553dd72 Small indentation fixes. by Mike McCormack · 20 years ago
  94. 9074f25 Convert winemenubuilder to unicode. by Dmitry Timoshkov · 20 years ago
  95. dc52498 Small fixes, indentation and comments. by Mike McCormack · 20 years ago
  96. 5ad7d85 Do not check for non NULL pointer before HeapFree'ing it. It's redundant. by Michael Stefaniuc · 20 years ago
  97. 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
  98. 486d020 Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly. by Francois Gouget · 20 years ago
  99. 719a789 Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
  100. e745b38 Add support for the CSIDL_COMMON_* locations. by Francois Gouget · 21 years ago