git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitk - Update fontsize in patch / tree list
@ 2007-05-20 15:45 Mark Levedahl
  2007-05-20 15:45 ` [PATCH] gitk - Allow specifying tabstop as other than default 8 characters Mark Levedahl
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Levedahl @ 2007-05-20 15:45 UTC (permalink / raw)
  To: paulus, git; +Cc: Mark Levedahl

When adjusting fontsize (using ctrl+/-), all panes except the lower right
were updated. This fixes that.

Signed-off-by: Mark Levedahl <mdl123@verizon.net>
---
 gitk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gitk b/gitk
index 530f8e1..4a15d7b 100755
--- a/gitk
+++ b/gitk
@@ -4695,13 +4695,14 @@ proc redisplay {} {
 }
 
 proc incrfont {inc} {
-    global mainfont textfont ctext canv phase
+    global mainfont textfont ctext canv phase cflist
     global stopped entries
     unmarkmatches
     set mainfont [lreplace $mainfont 1 1 [expr {[lindex $mainfont 1] + $inc}]]
     set textfont [lreplace $textfont 1 1 [expr {[lindex $textfont 1] + $inc}]]
     setcoords
     $ctext conf -font $textfont
+    $cflist conf -font $textfont
     $ctext tag conf filesep -font [concat $textfont bold]
     foreach e $entries {
 	$e conf -font $mainfont
-- 
1.5.2.rc3.95.gb3c7e

^ permalink raw reply related	[flat|nested] 5+ messages in thread
* Re: Mark Levedahl's gitk patches
@ 2007-06-26  2:41 Mark Levedahl
  2007-06-26  2:43 ` [PATCH] gitk - Make selection highlight color configurable Mark Levedahl
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Levedahl @ 2007-06-26  2:41 UTC (permalink / raw)
  To: Johannes Sixt, Paul Mackerras, Junio C Hamano; +Cc: git, Mark Levedahl

Johannes Sixt wrote:
> Is there a chance that we get Mark Levedahl's gitk patches into 1.5.3:
>
>   
I found a bug in the highlight patch (the color picker updated the wrong 
panel in the chooser but did set the correct color), and updated the 
tab-stop patch to use a spin control to enforce entry of small integers 
only. As there is possible interest, I am sending the amended series.

Mark

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

end of thread, other threads:[~2007-06-26  2:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-20 15:45 [PATCH] gitk - Update fontsize in patch / tree list Mark Levedahl
2007-05-20 15:45 ` [PATCH] gitk - Allow specifying tabstop as other than default 8 characters Mark Levedahl
2007-05-20 16:12   ` [PATCH] gitk - Make selection highlight color configurable Mark Levedahl
2007-05-20 16:14   ` [PATCH] gitk - Allow specifying tabstop as other than default 8 characters Mark Levedahl
  -- strict thread matches above, loose matches on Subject: below --
2007-06-26  2:41 Mark Levedahl's gitk patches Mark Levedahl
2007-06-26  2:43 ` [PATCH] gitk - Make selection highlight color configurable Mark Levedahl
2007-06-26  2:43   ` [PATCH] gitk - Update fontsize in patch / tree list Mark Levedahl
2007-06-26  2:43     ` [PATCH] gitk - Allow specifying tabstop as other than default 8 characters Mark Levedahl

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).