Commit Graph

232 Commits

Author SHA1 Message Date
Jacek Caban 20080c616d mshtml: Wine Gecko 2.36 release. 2015-02-25 22:55:24 +09:00
Michael Stefaniuc c3c272c4c5 appwiz.cpl: Use the proper type to hold the return value (PVS-Studio). 2015-02-23 15:26:00 +09:00
Vincent Povirk 35c7ac8a0b mscoree: Update Wine Mono to 4.5.4. 2014-11-18 14:10:53 +09:00
Michael Stefaniuc bbff30f30e appwiz.cpl: Simplify the check for an empty string (PVS-Studio). 2014-11-14 22:00:16 +09:00
Jacek Caban f5e3281a80 mshtml: Wine Gecko 2.34 release. 2014-11-03 20:52:52 +09:00
Qian Hong 7f29fc7e91 appwiz.cpl: Fixed typo. 2014-09-24 19:59:25 +02:00
Vincent Povirk 71d5e6f4a6 appwiz.cpl: Don't use SEE_MASK_NO_CONSOLE to run installers. 2014-04-25 10:22:53 +02:00
Alexandre Julliard 0d533cf0bd makefiles: Allow define arguments to be specific to a single file. 2014-01-07 12:20:25 +01:00
Alexandre Julliard ce25c89585 makedep: Don't expand variable references that use ${}. 2014-01-04 20:33:57 +01:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
Vincent Povirk 608b1e1414 mscoree: Update Wine Mono to 4.5.2. 2013-12-05 15:59:03 +01:00
Alexandre Julliard 5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
Jacek Caban 0be56d27d2 mshtml: Wine Gecko 2.24 release. 2013-09-25 19:31:38 +02:00
Jacek Caban c9cef7153c appwiz.cpl: Use asynchronous binding instead of separated thread to download addons. 2013-09-24 18:53:17 +02:00
Jacek Caban 2c9774f002 appwiz.cpl: Allow cancelling download of addons. 2013-09-20 17:04:34 +02:00
Jacek Caban fb9620f1c8 mshtml: Wine Gecko 2.21 release. 2013-05-17 16:41:48 +02:00
Alexandre Julliard 7964bd820f appwiz.cpl: Add a 256x256 icon. 2013-03-27 20:12:28 +01:00
Eric Pouech d1ccbceb4d Various background processes must be launched detached from current console (if any). 2013-01-16 14:02:55 +01:00
Jacek Caban 136b738b50 mshtml: Wine Gecko 1.9 release. 2013-01-09 17:45:49 +01:00
Frédéric Delanoy 720f1bb7eb appwiz.cpl: Fix a leak (coverity). 2012-12-27 12:07:52 +01:00
Michael Stefaniuc 2a1a48b586 appwiz: Use the correct types for callbacks. 2012-11-19 16:35:11 +01:00
Vincent Povirk b3c0d3cd63 mscoree: Update Wine Mono to 0.0.8. 2012-10-16 11:54:02 +02:00
Jacek Caban 0ae458cc94 mshtml: Wine Gecko 1.8 release. 2012-10-09 18:32:24 +02:00
Jacek Caban d184650887 appwiz.cpl: Cache downloaded addon MSI files. 2012-10-09 18:32:16 +02:00
Jacek Caban 674b9b9c10 mshtml: Wine Gecko 1.7 release. 2012-07-18 17:14:51 +02:00
Francois Gouget 0f36dc8df8 appwiz.cpl: Only offer to download an addon if its installer is missing. 2012-07-16 15:21:35 +02:00
Vincent Povirk 862986576b appwiz: Update text to match button names. 2012-06-26 12:41:01 +02:00
Jacek Caban 9fa443dcd9 mshtml: Wine Gecko 1.6 release. 2012-06-11 21:03:46 +02:00
Alexandre Julliard d8b6b01bca appwiz.cpl: Specify a default download URL for add-ons. 2012-05-30 14:41:33 +02:00
Vincent Povirk 8ea086b308 appwiz.cpl: Add Wine Mono to addons. 2012-05-21 20:38:53 +02:00
Vincent Povirk ad7279a5a6 appwiz.cpl: Move dialog template id to addon_info_t. 2012-05-17 17:44:28 +02:00
Jacek Caban f25f97d86a appwiz.cpl: Replace install_wine_gecko with configurable install_addon. 2012-05-15 17:02:07 +02:00
Jacek Caban 5779ce287a appwiz.cpl: Moved config_key value to addon_info_t. 2012-05-15 17:02:06 +02:00
Jacek Caban 87538c6233 appwiz.cpl: Moved package subdir to addon_info_t. 2012-05-15 17:02:06 +02:00
Jacek Caban 39d444fb99 appwiz.cpl: Moved addon SHA and version to addon_info_t. 2012-05-15 17:02:06 +02:00
Jacek Caban 3e5c4551c4 appwiz.cpl: Moved package file name to a struct that will allow customization. 2012-05-15 17:02:05 +02:00
Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
Jacek Caban 23c6fddea3 mshtml: Wine Gecko 1.5 release. 2012-03-14 17:35:03 +01:00
Frédéric Delanoy d6073cc58a appwiz.cpl: Avoid unneeded abbreviation in button label. 2012-01-17 11:58:59 +01:00
Pierre Schweitzer ae8f62940e appwiz.cpl: Fix handle leak. 2012-01-03 12:37:35 +01:00
Jacek Caban fd230c5d15 appwiz.cpl: Run winebrowser directly instead of using ShellExecute. 2011-12-07 19:00:53 +01:00
Alexandre Julliard 8d54ce675d appwiz.cpl: Make the Gecko URL a proper link. 2011-12-01 20:37:18 +01:00
Alexandre Julliard b247174ea7 appwiz.cpl: Convert dialogs to po files. 2011-12-01 20:17:33 +01:00
Alex Henrie ffa8777883 appwiz.cpl: Add Catalan translation. 2011-11-30 12:22:12 +01:00
Andrew Talbot cedeac3191 appwiz.cpl: Remove an unused function. 2011-11-14 13:10:22 +01:00
Jacek Caban 2e5f73e4d7 mshtml: Wine Gecko 1.4 release. 2011-11-09 19:31:13 +01:00
Francois Gouget 99494d5e8e appwiz.cpl: Use a more standard syntax for multi-line RC file strings. 2011-09-14 10:07:10 +02:00
José Manuel Ferrer Ortiz 4fc6fa3734 appwiz.cpl: Spanish translation update. 2011-08-29 13:41:28 +02:00
Jacek Caban bf4b869152 mshtml: Wine Gecko 1.3 release. 2011-08-23 18:16:44 +02:00
Francois Gouget df63b63614 Standardize the OK buttons. 2011-06-15 20:04:38 +02:00
Hans Leidekker 9432d65b7a appwiz.cpl: Don't list system components. 2011-05-30 11:16:19 +02:00
Marcus Meissner bc2a2f39da appwiz: Mark internal symbols as hidden. 2011-05-16 16:35:32 +02:00
Akihiro Sagawa 879fcebcad appwiz.cpl: Update Japanese translation. 2011-05-04 20:42:34 +02:00
Hwang YunSong aeac26fec6 appwiz.cpl: Update Korean resource. 2011-04-29 16:52:13 +02:00
Francois Gouget 9ff6c50767 appwiz.cpl: Fix ellipsis usage in the button labels. 2011-04-28 18:13:47 +02:00
Jacek Caban 84fbe5db0e appwiz.cpl: Get rid of installing addons from cab file support. 2011-03-16 16:31:56 +01:00
Jacek Caban 699e41cdd8 mshtml: Wine Gecko 1.2.0 release. 2011-03-15 17:14:08 +01:00
Hans Leidekker 013e92c9cd appwiz.cpl: List 32-bit applications on 64-bit platforms. 2011-02-22 13:35:09 +01:00
Jacek Caban e1e83bc58d appwiz.cpl: Added support for installing packages from MSI files. 2011-02-10 10:28:01 -06:00
Alexandre Julliard 902f10cc67 appwiz.cpl: Convert string table resources to po files. 2011-01-13 15:22:01 +01:00
Alexandre Julliard 85b4d92831 appwiz.cpl: Build the file filter by hand instead of hardcoding it in resource strings. 2011-01-13 15:21:59 +01:00
Hans Leidekker f6c46e41a2 appwiz.cpl: Fix two RegQueryValueExW calls. 2011-01-10 10:42:32 +01:00
André Hentschel 60500cd2be appwiz.cpl: Update German translation. 2011-01-03 11:54:07 +01:00
Hwang YunSong 99d9e2bcd3 appwiz.cpl: Update Korean resource. 2011-01-03 11:28:27 +01:00
Frédéric Delanoy fad634d368 appwiz.cpl: Update French translation. 2010-12-31 11:44:45 +01:00
Sven Baars b9840424b2 appwiz.cpl: Update the Dutch translation. 2010-12-30 16:35:36 +01:00
Luca Bennati be3127f5c6 appwiz.cpl: Update Italian translation. 2010-12-30 12:21:53 +01:00
Łukasz Wojniłowicz 5766d7565d appwiz.cpl: Update Polish translation. 2010-12-30 12:21:52 +01:00
Anders Jonsson db192b6d7b appwiz.cpl: Update Swedish translation. 2010-12-30 12:21:52 +01:00
Aurimas Fišeras 09b14ce784 appwiz.cpl: Update Lithuanian translation. 2010-12-30 12:21:52 +01:00
Jacek Caban b00117d4b6 appwiz.cpl: Added checksum validation of downloaded file. 2010-12-29 11:59:39 +01:00
Alexandre Julliard 7a041d5209 appwiz.cpl: Convert the application list to a standard Wine list. 2010-12-24 14:51:03 +01:00
Hans Leidekker 271d7b6a65 appwiz.cpl: Run msiexec if the WindowsInstaller value is set. 2010-12-24 12:05:34 +01:00
Jacek Caban 50c99addb0 appwiz.cpl: Correctly handle NULL params in CPL_STARTWPARAMSW handler. 2010-12-20 12:47:38 +01:00
Hwang YunSong 792051baaf appwiz.cpl: Update Korean resource. 2010-12-08 16:40:06 +01:00
Anders Jonsson 973a25a066 appwiz.cpl: Update Swedish translation. 2010-12-08 11:27:59 +01:00
Jacek Caban cc361eefce appwiz.cpl: Added translations from mshtml. 2010-12-07 16:10:29 +01:00
Jacek Caban 280ec39997 appwiz.cpl: Added Gecko installer based on mshtml code. 2010-12-07 16:10:16 +01:00
Austin English 6d56678fbe appwiz.cpl: Fix Italian translation. 2010-11-23 13:19:44 +01:00
Paul Vriens ec3ce4b05c appwiz.cpl: Update Serbian (Latin and Cyrillic) translations.
Translation by Đorđe Vasiljević.
2010-11-08 11:56:12 +01:00
Yaron Shahrabani 3f27cedabf appwiz.cpl: Added Hebrew translation. 2010-10-07 16:07:37 +02:00
Łukasz Wojniłowicz 0623b696d0 appwiz.cpl: Update the Polish translation. 2010-09-20 15:04:42 +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
Francois Gouget 7e352cc2c6 appwiz.cpl: Remove a space before an ellipsis in the Norwegian translation. 2010-08-27 12:31:07 +02:00
Marko Nikolic bd6bc3dd04 appwiz.cpl: Removed sign comparison warning. 2010-08-23 11:48:58 +02:00
Paul Vriens d3a5242c97 appwiz.cpl: Add the Serbian (Cyrillic) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-22 10:22:11 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Paul Vriens 5de86f4db2 appwiz.cpl: Add the Serbian (Latin) translation.
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-21 09:34:05 +02:00
Igor Paliychuk 15f36468de appwiz.cpl: Add Ukrainian translation. 2010-07-19 14:38:17 +02:00
Michael Stefaniuc 50c5cd4718 appwiz.cpl: Fix the errors in the Chinese (Traditional) resources. 2010-07-13 17:04:07 +02:00
Cheer Xiao f6e975ea15 appwiz.cpl: Update simplified Chinese translation. 2010-07-13 16:28:02 +02:00
Gustavo Henrique Milaré 12fd4ae518 appwiz.cpl: Fix Portuguese (Brazilian) translation. 2010-07-02 12:18:32 +02:00
Kovács András 16b05d94f2 appwiz.cpl: Add Hungarian translation. 2010-06-29 10:51:32 +02:00
Gustavo Henrique Milaré 7b7672056f appwiz.cpl: Update Portuguese translation. 2010-06-23 17:25:00 +02:00
Alexandre Julliard 14d1b7a51d appwiz.cpl: Create a 32-bpp image list to get alpha blended icons. 2010-06-14 14:14:15 +02:00
Paul Vriens 1edc58eae9 resources: Fix some copy-paste mistakes in resource files. 2010-06-08 12:59:03 +02:00
Łukasz Wojniłowicz 3153a7eec5 appwiz: Add the Polish translation. 2010-06-07 12:54:46 +02:00
Paul Vriens f65b4332ef appwiz.cpl: Add the Danish translation.
Translation by Thomas Larsen <sikker2004@yahoo.com>
2010-06-07 12:23:05 +02:00
Nikolay Sivov 3f1f5edd52 Fix unneeded capitalization in user prompts. 2010-05-28 16:22:24 +02:00