1. 22 Jun, 2016 1 commit
  2. 25 Apr, 2016 1 commit
  3. 04 Apr, 2016 1 commit
  4. 02 Mar, 2016 1 commit
  5. 29 Jan, 2016 1 commit
  6. 28 Jan, 2016 1 commit
  7. 29 Dec, 2015 2 commits
  8. 22 Dec, 2015 1 commit
  9. 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
  10. 04 Dec, 2015 2 commits
  11. 30 Nov, 2015 2 commits
  12. 23 Nov, 2015 1 commit
  13. 16 Nov, 2015 1 commit
  14. 13 Nov, 2015 2 commits
  15. 12 Nov, 2015 1 commit
  16. 10 Nov, 2015 2 commits
  17. 28 Oct, 2015 1 commit
  18. 26 Oct, 2015 1 commit
  19. 16 Oct, 2015 1 commit
  20. 12 Oct, 2015 1 commit
  21. 02 Oct, 2015 1 commit
  22. 16 Sep, 2015 1 commit
  23. 09 Sep, 2015 1 commit
  24. 05 Aug, 2015 1 commit
  25. 04 Aug, 2015 2 commits
  26. 13 Jul, 2015 1 commit
  27. 07 Jul, 2015 1 commit
  28. 30 Apr, 2015 7 commits