Commit Graph

1096 Commits

Author SHA1 Message Date
Frédéric Delanoy 64935d61d9 loader: Update French translation of wine manpage.
Signed-off-by: Frédéric Delanoy <frederic.delanoy@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-29 17:08:25 +01:00
Andrey Gusev 0bb7b65a32 wine.inf: Fix LanguagePack entry.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-29 13:27:00 +01:00
Austin English 7eec8cb4a6 tdi.sys: Add a stub dll.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-22 10:49:44 +01:00
Ken Thomases 19cb98aa1d loader: Add the CFBundleAllowMixedLocalizations key to the embedded Info.plist to allow Cocoa to localize its strings.
The loader itself is not a bundled application, so it has no localizations as
far as the Mac APIs are concerned.  Its CFBundleDevelopmentRegion is English,
so that's the preferred localization that the Mac APIs choose for it.

Cocoa manages the Enter Full Screen menu item that the Mac driver creates.  By
default, Cocoa prefers not to mix localizations.  Therefore, even though Cocoa
contains localized strings for "Enter Full Screen", it was just using the
English one for Wine, regardless of system language.

Setting this key tells it to use the non-English localizations from Cocoa even
though the loader's own preferred localization is English.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-12 05:28:02 +01:00
Austin English c23b6f5a9f wine.inf: Add HKCR\folder\shellex\ContextMenuHandlers and HKCR\*\shellex\ContextMenuHandlers keys.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-04 13:48:54 +09:00
Austin English 8ba649563c wine.inf: Add "HKLM\System\CurrentControlSet\Services\Eventlog\System" key.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-04 13:47:17 +09:00
Hugh McMaster da26ee745c loader: Fix a typo and improve a sentence in wine.man.in.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-30 23:16:53 +09:00
Sebastian Lackner be730c5de2 wine.inf: Add information for delayed end of DST in Europe/Istanbul.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-30 23:16:50 +09:00
Vijay Kiran Kamuju 616495b6a4 wine.inf: Install wordpad in Program FilesWindows NT\Accessories.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-23 13:25:31 +09:00
Andrey Gusev 6b97ce5bf0 wine.inf: Add HKLM\Software\Microsoft\MediaPlayer\Installation DirectoryLFN key.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-16 21:18:20 +09:00
Austin English 76faeeb50f wine.inf: Add Windows Media Player version registry keys.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-13 22:24:54 +09:00
Alexandre Julliard 3cac38ab29 makefiles: Replace the loader makefile rules by variable declarations.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-13 18:39:07 +09:00
Austin English d25bdf8b6c wine.inf: Add HKLM\System\CurrentControlSet\Control\ServiceGroupOrder\List registry key.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-12 11:29:32 +09:00
Austin English b871ebdc77 wmplayer: Add stub program.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-10 18:39:49 +09:00
Austin English f46f2149cc wine.inf: Add System\CurrentControlSet\Services\RpcSs registry key.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-10 18:35:14 +09:00
Alexandre Julliard a1515c68d4 makefiles: Automatically add RPATH support for programs that use libwine.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-28 20:45:19 +09:00
Alexandre Julliard 2207a8907c makefiles: Move wine.desktop to the loader directory.
Also don't install it on Mac OS X or Android.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-26 23:03:39 +09:00
Austin English 27926d3a8d wine.inf: Add HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon registry key.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-16 22:09:42 +09:00
Austin English fba70e71d6 fltmgr.sys: Add a stub driver.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-12 22:09:55 +09:00
Nikolay Sivov e8c1cf4402 Update data tables to Unicode 8.0.0. 2015-10-02 15:37:05 +09:00
Jens Reyer 8fdcc239ba loader: Fix German manpage description of WINELOADER. 2015-09-16 23:09:01 +09:00
Piotr Caban 86d70c67b8 wine.inf: Add HKLM\System\Select\Current key. 2015-09-09 18:27:53 +09:00
Philippe Groarke 07e4d4bd04 wine.inf: Add UTC Time Zone. 2015-08-05 23:46:50 +09:00
Sebastian Lackner 74e6f56a01 wine.inf: Update timezone information for Morocco Standard Time.
The timezone information for Morocco was updated recently.
2015-08-04 09:45:37 +02:00
Sebastian Lackner 6cc3d8a707 wine.inf: Add timezone information for Chile. 2015-08-04 09:45:34 +02:00
Austin English 25247c5a34 loader: Add HKLM\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers registry key. 2015-07-13 15:21:56 +09:00
Aric Stewart c77c68599f wine.inf: Add Dev Class for HID devices. 2015-07-07 21:45:15 +09:00
Sebastian Lackner c4f4edcfcc wine.inf: Add timezone information for Pacific/Kiritimati and Indian/Mauritius. 2015-04-30 16:18:36 +09:00
Sebastian Lackner d4f1d73f03 wine.inf: Add timezone information for Africa/{Tripoli, Casablanca}. 2015-04-30 16:18:34 +09:00
Sebastian Lackner 8319445933 wine.inf: Add timezone information for Europe/{Kaliningrad, Istanbul}. 2015-04-30 16:18:32 +09:00
Sebastian Lackner b14b646ef6 wine.inf: Add timezone information for Asia/{Dhaka, Magadan, Karachi, Damascus, Ulaanbaatar}. 2015-04-30 16:18:30 +09:00
Sebastian Lackner 88267268b1 wine.inf: Add timezone information for America/{Buenos_Aires, Bahia, Asuncion}. 2015-04-30 16:18:24 +09:00
Sebastian Lackner f651fe48d6 wine.inf: 'Central Brazilian Standard Time' should refer to America/Campo_Grande.
The original timezone America/Manaus is already covered by 'SA Western Standard Time'.
2015-04-30 16:18:18 +09:00
Sebastian Lackner 163a19dbeb wine.inf: Rename 'E. Europe Standard Time' to 'Belarus Standard Time'. 2015-04-30 16:18:08 +09:00
Sebastian Lackner 2501ec7cf2 wine.inf: Add dynamic DST information for Asia/Amman. 2015-04-29 12:24:20 +09:00
Sebastian Lackner 624957b39c wine.inf: Add dynamic DST information for Asia/Jerusalem. 2015-04-29 12:24:17 +09:00
Sebastian Lackner 14be416dc2 wine.inf: Add dynamic DST information for America/Godthab. 2015-04-29 12:24:13 +09:00
Sebastian Lackner d6137739ba wine.inf: Add dynamic DST information for Pacific/Fiji. 2015-04-29 12:24:08 +09:00
Sebastian Lackner 8dfcc39708 wine.inf: Add dynamic DST information for America/Sao_Paulo. 2015-04-29 12:23:54 +09:00
Sebastian Lackner 78e7eac8f6 wine.inf: Fix timezone for America/Tijuana.
The dates were changed some time ago. DST starts now on the second
Sunday in March and ends on the first Sunday in November.
2015-04-28 15:37:47 +09:00
Sebastian Lackner 39431ecedf wine.inf: Fix timezone for America/St_Johns.
Clocks are changed at 02:00 and not 00:01.
2015-04-28 15:37:44 +09:00
Sebastian Lackner ca0ad57f34 wine.inf: Fix timezone for Africa/Windhoek.
According to the publicly available information, DST should
start on the first Sunday in September, not the second.
2015-04-28 15:37:42 +09:00
Sebastian Lackner 5184155dfa wine.inf: Remove deprecated daylight saving time information for various timezones.
The following timezones do not have daylight saving time anymore.

Asia/Baghdad       - last DST in 2007
Asia/Yerevan       - last DST in 2011
Europe/Minsk       - last DST in 2011
Asia/Yekaterinburg - last DST in 2011
Asia/Novosibirsk   - last DST in 2011
Asia/Irkutsk       - last DST in 2011
Asia/Krasnoyarsk   - last DST in 2011
Europe/Moscow      - last DST in 2011, changed in 2014
Asia/Vladivostok   - last DST in 2011
Australia/Perth    - last DST in 2009
Asia/Yakutsk       - last DST in 2011
2015-04-28 15:37:33 +09:00
André Hentschel 9a1fab59e7 loader: Run checks also on ARM Linux. 2015-03-31 00:04:42 +09:00
Francois Gouget 20938661df hh: Use the hh.exe icon as the default for .chm files. 2015-03-19 13:59:52 +09:00
Sebastian Lackner dc0f544d67 wine.inf: Add some LicenseInformation registry values.
On Windows all the license information key/value pairs are stored in a
single registry blob. The format is not properly documented, and unless
we have some apps which expect it, there should be no need to spend too
much time to figure out the internal details.
2015-03-13 21:53:22 +09:00
André Hentschel 4b708fc325 loader: Treat BSDs architecture independent for wine64. 2014-12-22 13:36:12 +01:00
Janis Lukss 5069cb7b07 wine.inf: Added ProductId registry key also to "Windows NT". 2014-12-15 14:20:34 +01:00
Austin English 779f7e527d ndis.sys: Add a stub dll. 2014-10-30 12:33:14 +09:00
Ken Thomases dbe0d0be34 loader: Set LSUIElement to 1 in the embedded Mac Info.plist. 2014-08-20 21:03:26 +02:00