git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fwd: [PATCH] Improve font rendering on retina macbooks
       [not found] <CAMtfEwTGTCKhuFK116-z2ePE70T1iXdPx7BB1xLxRdfsAfws=Q@mail.gmail.com>
@ 2013-07-21 12:25 ` Mads Dørup
  2013-07-21 22:48   ` Mads Dørup
  2013-08-27 19:10 ` Pat Thoyts
  1 sibling, 1 reply; 3+ messages in thread
From: Mads Dørup @ 2013-07-21 12:25 UTC (permalink / raw)
  To: git; +Cc: Pat Thoyts, Mads Dørup

Hi there

I've created a very small change to git gui that considerably improves
the experience on my machine at least:

diff --git a/git-gui/macosx/Info.plist b/git-gui/macosx/Info.plist
index b3bf15f..1ade121 100644
--- a/git-gui/macosx/Info.plist
+++ b/git-gui/macosx/Info.plist
@@ -24,5 +24,7 @@
        <string>GITg</string>
        <key>CFBundleVersion</key>
        <string>@@GITGUI_VERSION@@</string>
+       <key>NSHighResolutionCapable</key>
+       <true/>
 </dict>
 </plist>


I've read the documentation for submitting patches to git where it
says that I have to e-mail the patch to the mail list, with relevant
developers as CC. Pat are you the relevant developer for this?

Here is a screenshot comparison of before and after the change:

https://github.com/git/git/pull/48

Please let me know how to proceed to get this patch in, if you like
it. I've never contributed here before, so please me know about any
procedures I have missed.

Regards, Mads Dørup

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Improve font rendering on retina macbooks
  2013-07-21 12:25 ` Fwd: [PATCH] Improve font rendering on retina macbooks Mads Dørup
@ 2013-07-21 22:48   ` Mads Dørup
  0 siblings, 0 replies; 3+ messages in thread
From: Mads Dørup @ 2013-07-21 22:48 UTC (permalink / raw)
  To: git; +Cc: Pat Thoyts, Mads Dørup

I've been asked to close the github pull request. So instead, to see
before-and-after screenshots of this change have a look here:

https://github.com/cpius/git/commit/dce145c11a89be7c795815c9bd8fe2c07a5afa7d#commitcomment-3682422

Regards, Mads Dørup


On Sun, Jul 21, 2013 at 2:25 PM, Mads Dørup <mads@dorup.dk> wrote:
> Hi there
>
> I've created a very small change to git gui that considerably improves
> the experience on my machine at least:
>
> diff --git a/git-gui/macosx/Info.plist b/git-gui/macosx/Info.plist
> index b3bf15f..1ade121 100644
> --- a/git-gui/macosx/Info.plist
> +++ b/git-gui/macosx/Info.plist
> @@ -24,5 +24,7 @@
>         <string>GITg</string>
>         <key>CFBundleVersion</key>
>         <string>@@GITGUI_VERSION@@</string>
> +       <key>NSHighResolutionCapable</key>
> +       <true/>
>  </dict>
>  </plist>
>
>
> I've read the documentation for submitting patches to git where it
> says that I have to e-mail the patch to the mail list, with relevant
> developers as CC. Pat are you the relevant developer for this?
>
> Here is a screenshot comparison of before and after the change:
>
> https://github.com/git/git/pull/48
>
> Please let me know how to proceed to get this patch in, if you like
> it. I've never contributed here before, so please me know about any
> procedures I have missed.
>
> Regards, Mads Dørup

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Improve font rendering on retina macbooks
       [not found] <CAMtfEwTGTCKhuFK116-z2ePE70T1iXdPx7BB1xLxRdfsAfws=Q@mail.gmail.com>
  2013-07-21 12:25 ` Fwd: [PATCH] Improve font rendering on retina macbooks Mads Dørup
@ 2013-08-27 19:10 ` Pat Thoyts
  1 sibling, 0 replies; 3+ messages in thread
From: Pat Thoyts @ 2013-08-27 19:10 UTC (permalink / raw)
  To: Mads Dørup; +Cc: git

Mads Dørup <mads@dorup.dk> writes:

>Hi there
>
>I've created a very small change to git gui that considerably improves the
>experience on my machine at least:
>
>diff --git a/git-gui/macosx/Info.plist b/git-gui/macosx/Info.plist
>index b3bf15f..1ade121 100644
>--- a/git-gui/macosx/Info.plist
>+++ b/git-gui/macosx/Info.plist
>@@ -24,5 +24,7 @@
>        <string>GITg</string>
>        <key>CFBundleVersion</key>
>        <string>@@GITGUI_VERSION@@</string>
>+       <key>NSHighResolutionCapable</key>
>+       <true/>
> </dict>
> </plist>
>
>
>I've read the documentation for submitting patches to git where it says that I
>have to e-mail the patch to the mail list, with relevant developers as CC. Pat
>are you the relevant developer for this?
>
>Here is a screenshot comparison of before and after the change:
>
>https://github.com/git/git/pull/48
>
>Please let me know how to proceed to get this patch in, if you like it. I've
>never contributed here before, so please me know about any procedures I have
>missed.
>
>Regards, Mads Dørup

Looks like it makes a big difference from those pictures. Patch
applied. Thank you.

-- 
Pat Thoyts                            http://www.patthoyts.tk/
PGP fingerprint 2C 6E 98 07 2C 59 C8 97  10 CE 11 E6 04 E0 B9 DD

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-27 19:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAMtfEwTGTCKhuFK116-z2ePE70T1iXdPx7BB1xLxRdfsAfws=Q@mail.gmail.com>
2013-07-21 12:25 ` Fwd: [PATCH] Improve font rendering on retina macbooks Mads Dørup
2013-07-21 22:48   ` Mads Dørup
2013-08-27 19:10 ` Pat Thoyts

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).