Sign in
goma
/
wine
/
96cdab179245b18ef98be7cfa37f68ce43ee740e
/
programs
/
winemenubuilder
3c31a37
winemenubuilder: Expand environment strings in the shortcut path.
by Hans Leidekker
· 15 years ago
df260d1
winemenubuilder: Lower case the content type.
by Hans Leidekker
· 15 years ago
a432a7f
winemenubuilder: Fix a char/widechar typo in association .desktop paths.
by Damjan Jovanovic
· 15 years ago
7457476
winemenubuilder: Escape freedesktop exec keys properly.
by Damjan Jovanovic
· 15 years ago
55e4eba
winemenubuilder: Launch .lnk files directly from menus.
by Damjan Jovanovic
· 15 years ago
ac7a24b
winemenubuilder: Make desktop files executable.
by Damjan Jovanovic
· 15 years ago
e04422a
winemenubuilder: Use only widechar functions when dealing with registered associations.
by Damjan Jovanovic
· 15 years ago
bc52603
winemenubuilder: Use a unicode WinMain.
by Damjan Jovanovic
· 15 years ago
228e5f1
winemenubuilder: Read the registry in the unix codepage when cleaning up menus.
by Damjan Jovanovic
· 15 years ago
21f7538
winemenubuilder: Store menu paths in Unicode.
by Damjan Jovanovic
· 15 years ago
93d9d8a
programs: Fix compiler warnings with flag -Wcast-qual.
by Mikhail Maroukhine
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
7f8279e
winemenubuilder: Use a custom error function.
by Vincent Povirk
· 15 years ago
03e9fbb
winemenubuilder: Escape XML special characters in menus.
by Damjan Jovanovic
· 15 years ago
e1e07b4
winemenubuilder: Escape XML special characters in MIME types.
by Damjan Jovanovic
· 15 years ago
df4b68b
winemenubuilder: Ignore Windows MIME types without a slash.
by Damjan Jovanovic
· 15 years ago
b123102
winemenubuilder: Check for NULL allocation (Coverity).
by Marcus Meissner
· 16 years ago
f428813
winemenubuilder: Reduce memory usage for string copies.
by Alexandre Julliard
· 16 years ago
08a8f93
winemenubuilder: Use heap_printf to allocate the right amount of memory and not cause heap corruption.
by Peter Oberndorfer
· 16 years ago
fe8d913
winemenubuilder: Distinguish menu icons from association icons.
by Damjan Jovanovic
· 16 years ago
afe626f
winemenubuilder: Use spawnvp() instead of system() to launch the xdg update scripts.
by Alexandre Julliard
· 16 years ago
b3f967a
winemenubuilder: Only generate associations for the "open" verb.
by Damjan Jovanovic
· 16 years ago
420d642
winemenubuilder: Allow multiple options.
by Damjan Jovanovic
· 16 years ago
d3bf447
winemenubuilder: Generate new menus in the right directory.
by Damjan Jovanovic
· 16 years ago
267858b
winemenubuilder: Log where freedesktop menu files are created, and provide an option to clean them up.
by Damjan Jovanovic
· 16 years ago
4540d74
winemenubuilder: Generate icons for Wine's MIME types.
by Damjan Jovanovic
· 16 years ago
12c2370
winemenubuilder: reg_get_val[AW]: Fix memory leak.
by Joris Huizer
· 16 years ago
4af750a
winemenubuilder: Track, update and clean up file open associations.
by Damjan Jovanovic
· 16 years ago
7287023
winemenubuilder: Associate file open applications with freedesktop.
by Damjan Jovanovic
· 16 years ago
77e0ee9
winemenubuilder: Ignore wine.desktop managed file types.
by Damjan Jovanovic
· 16 years ago
7d5e565
configure: Add checks for fnmatch support.
by Alexandre Julliard
· 16 years ago
fbb43c4
winemenubuilder: Only add mime types that aren't already in freedesktop.
by Damjan Jovanovic
· 16 years ago
85b6189
configure: Find libpng in /usr/X11 on MacOS.
by Joerg-Cyril.Hoehle@t-systems.com
· 16 years ago
c1fa150
winemenubuilder: Add MIME types to freedesktop.
by Damjan Jovanovic
· 16 years ago
0b4499c
winemenubuilder: Build freedesktop MIME type list for later use.
by Damjan Jovanovic
· 16 years ago
448ca84
winemenubuilder: Make initial directories for fd.o MIME type handling.
by Damjan Jovanovic
· 16 years ago
612d47d
winemenubuilder: Use the user-dirs desktop directory instead of hardcoding ~/Desktop.
by Damjan Jovanovic
· 16 years ago
dfd09c3
winemenubuilder: Print an error message if we are unable to load an lnk file.
by Francois Gouget
· 16 years ago
9b6d367
winemenubuilder: Fix an off-by-one check that resulted in erroneous error messages.
by Francois Gouget
· 16 years ago
3613b15
winex11: Support the startup notification fd.o spec.
by Damjan Jovanovic
· 16 years ago
83b081f
winemenubuilder: Improve icon generation.
by Damjan Jovanovic
· 16 years ago
2fde3c0
winemenubuilder: Create xdg_config_dir if it does not exist.
by Damjan Jovanovic
· 16 years ago
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
Next »