Apple uses a slider at the bottom right of the view for scaling. See
iPhoto or the finder icon view in 10.6
-dave
On Nov 24, 2009, at 4:12 AM, Pieter de Bie <[email protected]> wrote:
I'm sorry, Google groups appears to randomly drop messages, so I never
received this. I'm not sure what's up with that, I think the whole
thing just doesn't work correctly. I'll try to take a look at this
later.
On Nov 16, 11:14 am, Jonathan del Strother <[email protected]>
wrote:
On Nov 10, 2:46 pm, Pieter de Bie <[email protected]> wrote:
I'll reply on this thread, which seems more relevant :)
On Tue, Nov 10, 2009 at 3:38 PM, Jonathan del Strother
<[email protected]> wrote:
http://groups.google.com/group/gitx/browse_thread/thread/39a7360d5d4a
...
http://groups.google.com/group/gitx/browse_thread/thread/f8322899f11c
...
Just scratching a personal itch - I wanted to be able to view
more of
the history than the default font setting would allow, so the two
patches above add zoom in-out buttons to the history window's
toolbar.
I think adding buttons to the toolbar might be a bit weird, but I'm
not sure about that. Perhaps just add an edit field / slider in the
preferences, or two menu items somewhere? I'm not sure, I have 0
instinct when it comes to stuff like this, but I don't think I've
seen
increase/decrease buttons in a toolbar before :)
Other than that and the default issue the implementation seems clean
and the feature useful.
How about this -http://github.com/jdelStrother/gitx/tree/historyZoomTake2http://groups.google.com/group/gitx/browse_thread/thread/5b4a5f9c39a6...http://groups.google.com/group/gitx/browse_thread/thread/ef3a5a5b1c72
...
This pushes userDefaults handling into PBGitDefaults, and replaces
the
toolbar buttons with menu items. I didn't want to hide them in the
preferences window because I've found it useful to be able to zoom in
& out at will, depending on how focussed a view I want.
Any thoughts?