Commit Graph

175 Commits

Author SHA1 Message Date
Nikolay Sivov 4db6d184b3 menubuilder: Use va_start/va_end around vsnprintf() on every call. 2012-02-16 11:46:34 +01:00
Alexandre Julliard da35622b83 makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
Ken Thomases 31141a3bea winemenubuilder: Use _P_DETACH instead of _P_NOWAIT with spawnvp() to avoid zombies. 2011-12-01 10:46:56 +01:00
Charles Davis db7383d969 winemenubuilder: Don't define crc16() on Mac OS. 2011-10-10 13:30:31 +02:00
Francois Gouget bd7b345b26 Assorted spelling fixes & co. 2011-09-27 11:00:13 +02:00
Damjan Jovanovic 01d5a0f53b winemenubuilder: Do case-insensitive glob comparisons. 2011-08-29 12:08:20 +02:00
Damjan Jovanovic 3c7b08be27 winemenubuilder: Use the command from the "open" verb. 2011-08-24 14:04:08 +02:00
Per Johansson 1a3b85a5bd winemenubuilder: Use start.exe to open URLs to respect URL handlers in registry. 2011-08-23 16:53:49 +02:00
Detlef Riekenberg 2497a91f6b winemenubuilder: Show filename on failure. 2011-06-27 17:32:15 -05:00
Damjan Jovanovic 87e9f32f6d winemenubuilder: Extract icons from NE binaries too. 2011-05-24 13:24:50 +02:00
Lauri Kenttä c2705081ac winemenubuilder: Avoid warning about uninitialized value (clang). 2011-05-18 10:52:26 +02:00
Damjan Jovanovic 299d84bf2c winemenubuilder: Do not skip entries when cleaning up file open associations. 2011-03-30 18:23:37 +02:00
Dan Kegel 94462664c5 winemenubuilder: File associations should set wineprefix. 2011-03-28 17:08:53 +02:00
Damjan Jovanovic 7c8f5feba0 winemenubuilder: FriendlyDocName isn't part of the association. 2011-02-25 16:33:40 +01:00
Jerome Leclanche 44527f57b2 winemenubuilder: Make sure extension-based mimetypes are always lowercase. 2011-02-21 12:46:31 +01:00
Damjan Jovanovic bf07eb926e winemenubuilder: Extract all icon sizes on freedesktop too. 2011-01-17 12:50:14 +01:00
Ken Thomases e72a37e960 winemenubuilder: On Mac, size is implicit in ICNS slot; don't search for best. 2011-01-12 11:32:19 +01:00
Ken Thomases eb40939092 winemenubuilder: On Mac, ignore non-square icon entries. 2011-01-12 11:32:19 +01:00
Ken Thomases 3a5e6c4357 winemenubuilder: On Mac, understand and keep 256x256 Vista-style icons. 2011-01-12 11:32:18 +01:00
Andrew Bogott a901983fe3 winemenubuilder: Avoid passing a null pointer (or a non-pointer) to extract_icon in InvokeShellLinkerForURL. 2011-01-11 16:05:46 +01:00
Ken Thomases 53ba89c967 winemenubuilder: On Mac OS X, keep multiple icon sizes.
ICNS files can store multiple sizes, like ICOs.
2011-01-06 11:43:18 +01:00
Francois Gouget 7b28ae53e1 winemenubuilder: Fix compilation on systems that don't support nameless unions. 2011-01-04 16:03:21 +01:00
Jerome Leclanche 33c7105ecf winemenubuilder: Add a trailing semicolon to MimeType in desktop files. 2010-12-14 11:38:51 +01:00
Andrew Bogott 4c386998b0 winemenubuilder: In InvokeShellLinkerForURL, better replicate the deferral behavior in InvokeShellLinker.
This gives us a second chance, if the icon file doesn't exist yet
during the first call.
2010-12-13 12:43:29 +01:00
Andrew Bogott 3b00ef9ebd winemenubuilder: Release property variants. Plugs a one-string memory leak. 2010-12-09 12:16:38 +01:00
Andrew Bogott 6197866dc0 winemenubuilder: Include icons in .url menus. 2010-12-07 11:38:45 +01:00
Damjan Jovanovic eaf4307cd7 winemenubuilder: Deduplicate some file open associations. 2010-11-18 12:37:04 +01:00
Damjan Jovanovic 7b7893d3aa winemenubuilder: Update TODO. 2010-11-18 12:37:04 +01:00
Damjan Jovanovic b5416b0292 winemenubuilder: Generate icons for the fd.o "Open with" menu. 2010-11-17 14:01:13 +01:00
Damjan Jovanovic 921fe42ed8 winemenubuilder: Start shared desktop shortcuts through their .lnk files. 2010-10-04 15:00:08 +02:00
Damjan Jovanovic aa7cc13154 winemenubuilder: Generate ICNS icons on MacOS. 2010-09-23 17:50:10 +02:00
Damjan Jovanovic e502fafd69 winemenubuilder: Isolate the platform-specific icon generation code. 2010-09-23 17:50:10 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Damjan Jovanovic 6b39897765 winemenubuilder: Parse ICO headers in a separate function. 2010-08-25 12:35:54 +02:00
Damjan Jovanovic 85d8c1da1e winemenubuilder: Write all frames, in the given format, to the native icon. 2010-08-25 12:35:51 +02:00
Damjan Jovanovic 5f87fa5370 winemenubuilder: Move utility functions to the top of the file. 2010-08-25 12:35:47 +02:00
Damjan Jovanovic d58f2680d1 winemenubuilder: Defer best icon selection to when we generate the native icons. 2010-08-23 12:03:18 +02:00
Damjan Jovanovic bc5a205097 winemenubuilder: Decouple opening a Windows icon from generating the native icon. 2010-08-23 12:02:41 +02:00
Alexandre Julliard e446a7c7bf winemenubuilder: Rename some variables to reflect the fact that we no longer use XPM format. 2010-08-02 20:28:58 +02:00
Damjan Jovanovic dcb2ebee78 winemenubuilder: Add an option for thumbnailing .lnk files. 2010-07-26 18:38:30 +02:00
Damjan Jovanovic 1a1ef6e091 winemenubuilder: Remove legacy PNG and XPM conversion code. 2010-07-23 13:05:32 +02:00
Damjan Jovanovic 74a2d8e351 winemenubuilder: Use windowscodecs for all ICO to PNG conversion. 2010-07-23 13:05:32 +02:00
Damjan Jovanovic 8404a3d64a winemenubuilder: Use windowscodecs for some ICO to PNG conversion. 2010-07-23 13:05:32 +02:00
Alexandre Julliard 6fb39dfe4a programs: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:37 +02:00
Damjan Jovanovic 187dec992f winemenubuilder: Always initialize COM. 2010-07-21 09:33:31 +02:00
Alexandre Julliard db68b1e602 winemenubuilder: Use the new wine glass icon from user32 as default icon. 2010-06-28 16:58:40 +02:00
Alexandre Julliard 67bdd633b2 winemenubuilder: Load only low bit count icons if we are going to save to XPM format. 2010-06-28 16:58:40 +02:00
Francois Gouget 4a9b52549e winemenubuilder: Add a trailing '\n' to a FIXME() call. 2010-06-22 20:04:24 +02:00
Damjan Jovanovic 9954735e43 winemenubuilder: Also extract .lnk icons from file types's open handler. 2010-06-09 10:57:33 +02:00
Damjan Jovanovic f26b663172 winemenubuilder: Also extract .lnk icons from file types. 2010-06-08 16:35:22 +02:00