[PATCH] gitk: persist and restore the window state with the geometry

Subsystems: the rest

DORMANTno replies

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

[PATCH] gitk: persist and restore the window state with the geometry

From: Pat Thoyts <hidden>
Date: 2016-06-15 22:46:36

  This patch records the window state and if the window was maximized
  this state is re-applied.

Signed-off-by: Pat Thoyts <redacted>
---
 gitk |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/gitk b/gitk
index a7294a1..edb3ba2 100755
--- a/gitk
+++ b/gitk
@@ -2251,6 +2251,10 @@ proc makewindow {} {
 	}
     }
 
+    if {[info exists geometry(state)] && $geometry(state) eq "zoomed"} {
+        wm state . $geometry(state)
+    }
+
     if {[tk windowingsystem] eq {aqua}} {
         set M1B M1
         set ::BM "3"
@@ -2540,6 +2544,7 @@ proc savestuff {w} {
 	puts $f [list set perfile_attrs $perfile_attrs]
 
 	puts $f "set geometry(main) [wm geometry .]"
+	puts $f "set geometry(state) [wm state .]"
 	puts $f "set geometry(topwidth) [winfo width .tf]"
 	puts $f "set geometry(topheight) [winfo height .tf]"
         puts $f "set geometry(pwsash0) \"[.tf.histframe.pwclist sash coord 0]\""
-- 
1.6.2.2.1669.g7eaf8

Re: [PATCH] gitk: persist and restore the window state with the geometry

From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:46:36

Hi,

On Tue, 14 Apr 2009, Pat Thoyts wrote:
  This patch records the window state and if the window was maximized
  this state is re-applied.
This solves msysGit issue 235:

	http://code.google.com/p/msysgit/issues/detail?id=235

Ciao,
Dscho
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help