1. 29 Jan, 2016 1 commit
  2. 28 Jan, 2016 1 commit
  3. 29 Dec, 2015 2 commits
  4. 22 Dec, 2015 1 commit
  5. 12 Dec, 2015 1 commit
    • Ken Thomases's avatar
      loader: Add the CFBundleAllowMixedLocalizations key to the embedded Info.plist… · 19cb98aa
      Ken Thomases authored
      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: 's avatarKen Thomases <ken@codeweavers.com>
      Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
      19cb98aa
  6. 04 Dec, 2015 2 commits
  7. 30 Nov, 2015 2 commits
  8. 23 Nov, 2015 1 commit
  9. 16 Nov, 2015 1 commit
  10. 13 Nov, 2015 2 commits
  11. 12 Nov, 2015 1 commit
  12. 10 Nov, 2015 2 commits
  13. 28 Oct, 2015 1 commit
  14. 26 Oct, 2015 1 commit
  15. 16 Oct, 2015 1 commit
  16. 12 Oct, 2015 1 commit
  17. 02 Oct, 2015 1 commit
  18. 16 Sep, 2015 1 commit
  19. 09 Sep, 2015 1 commit
  20. 05 Aug, 2015 1 commit
  21. 04 Aug, 2015 2 commits
  22. 13 Jul, 2015 1 commit
  23. 07 Jul, 2015 1 commit
  24. 30 Apr, 2015 7 commits
  25. 29 Apr, 2015 4 commits