MenuPanel.st
Wed, 29 Jun 2011 16:41:22 +0200 Claus Gittinger eliminated the ugly adornment
Mon, 18 Apr 2011 15:52:32 +0200 Claus Gittinger changed: #accept:index:toggle:receiver:
Thu, 24 Mar 2011 11:20:29 +0100 Claus Gittinger x
Thu, 24 Mar 2011 11:19:50 +0100 Claus Gittinger comment/format in: #processCollectedIndices:
Thu, 24 Mar 2011 10:17:46 +0100 Claus Gittinger give a warning about missing menu spec on the transcript
Thu, 20 Jan 2011 08:17:40 +0100 Claus Gittinger changed:
Thu, 02 Dec 2010 08:18:00 +0100 ca bugfix: donot draw icons twice if disabled and etch color is specified
Tue, 30 Nov 2010 11:37:11 +0100 ca added: expeccoNET_1_5_1rc1
Tue, 09 Nov 2010 11:52:44 +0100 Claus Gittinger changed:
Tue, 09 Nov 2010 10:11:00 +0100 Claus Gittinger layout fixes (mustRearrange was not always set)
Tue, 02 Nov 2010 10:19:31 +0100 Claus Gittinger comments
Mon, 11 Oct 2010 11:07:49 +0200 Michael Beyl Multi Screen Support
Wed, 22 Sep 2010 14:38:18 +0200 Claus Gittinger no halt, if no menu is found
Wed, 22 Sep 2010 14:20:31 +0200 Claus Gittinger fixed setupSubmenu;
Tue, 17 Aug 2010 10:47:53 +0200 Claus Gittinger fixed a font bug: used current font for extent computation,
Thu, 05 Aug 2010 20:56:33 +0200 Claus Gittinger changed: #buttonPress:x:y:
Tue, 09 Mar 2010 13:10:03 +0100 Claus Gittinger code deobfuscated: rel5_4_6
Fri, 05 Feb 2010 17:10:10 +0100 Claus Gittinger changed: #initialize
Thu, 04 Feb 2010 11:30:42 +0100 Claus Gittinger fixed: #maxExtent for multiscreen systems with different height screens
Fri, 18 Dec 2009 12:07:17 +0100 Claus Gittinger show no menu, if there is no menu.
Wed, 04 Nov 2009 10:56:52 +0100 Claus Gittinger fixed wrong item-width computation for text (with bold or italic fonts)
Fri, 30 Oct 2009 18:59:31 +0100 Claus Gittinger changed:
Thu, 29 Oct 2009 18:24:20 +0100 Claus Gittinger *** empty log message ***
Thu, 29 Oct 2009 16:19:08 +0100 Claus Gittinger if I come up with a pressed button, react on release instead.
Wed, 28 Oct 2009 19:26:52 +0100 Claus Gittinger *** empty log message ***
Wed, 28 Oct 2009 12:23:31 +0100 Claus Gittinger changed: #updateStyleCache
Sun, 25 Oct 2009 00:06:53 +0200 Claus Gittinger changed: #buttonMotion:x:y:
Sat, 24 Oct 2009 16:02:56 +0200 Claus Gittinger changed: #updateLevelAndBorder
Sat, 24 Oct 2009 15:43:46 +0200 Claus Gittinger borderColor from styleSheet
Mon, 19 Oct 2009 22:55:32 +0200 Claus Gittinger changed:
Tue, 29 Sep 2009 09:59:30 +0200 Claus Gittinger code cleanup
Thu, 10 Sep 2009 17:32:05 +0200 Claus Gittinger *** empty log message ***
Fri, 04 Sep 2009 23:25:42 +0200 Claus Gittinger *** empty log message ***
Fri, 31 Jul 2009 10:47:11 +0200 Claus Gittinger oops AEG stuff removed
Mon, 18 May 2009 15:43:22 +0200 Claus Gittinger fixed flyByHelp for the scroll-buttons
Wed, 11 Feb 2009 14:34:39 +0100 Claus Gittinger recursion avoidance
Thu, 18 Dec 2008 01:13:06 +0100 Claus Gittinger *** empty log message ***
Sun, 07 Dec 2008 23:27:34 +0100 Claus Gittinger image resource method fixes (key must be name of method)
Wed, 26 Nov 2008 16:59:48 +0100 Claus Gittinger comment
Sun, 26 Oct 2008 21:15:36 +0100 Stefan Vogel changed #preferredExtent - use explicitExtent instvar
Fri, 24 Oct 2008 16:14:42 +0200 Claus Gittinger better icons
Mon, 20 Oct 2008 16:54:27 +0200 Claus Gittinger halt removed
Thu, 16 Oct 2008 16:35:52 +0200 Claus Gittinger variable renamed
Tue, 22 Jul 2008 10:25:23 +0200 Stefan Vogel variable naming
Mon, 30 Jun 2008 11:25:49 +0200 Stefan Vogel Sonce MenuPanel is used as a TopView - without inheriting from TopView -
Sat, 28 Jun 2008 13:48:50 +0200 Stefan Vogel Remove string specific acent handling instead of the generic #ascentOn: approach.
Fri, 20 Jun 2008 13:17:45 +0200 Stefan Vogel Make ascent handling for non-strings compatible with Label>>#drawWith:and:clearInside:etchedFg:
Fri, 13 Jun 2008 11:01:36 +0200 Claus Gittinger avoid ultra-long lines in Transcript
Mon, 09 Jun 2008 10:15:38 +0200 Claus Gittinger flyby help fixed
Wed, 04 Jun 2008 11:32:09 +0200 Claus Gittinger code refactored
Fri, 30 May 2008 14:25:12 +0200 Claus Gittinger added preferredWidth & preferredHeight
Wed, 28 May 2008 09:23:53 +0200 Stefan Vogel Mousewheel support
Tue, 27 May 2008 18:14:33 +0200 Claus Gittinger more info about missing channel
Fri, 23 May 2008 15:03:41 +0200 Claus Gittinger extra menu-indicator click behavior
Mon, 19 May 2008 15:39:11 +0200 Claus Gittinger *** empty log message ***
Mon, 19 May 2008 15:10:25 +0200 Claus Gittinger flybyhelp - give menuPanel achance to provide a text
Fri, 25 Apr 2008 16:19:38 +0200 Claus Gittinger Alt-key alone catches focus and selects first item
Tue, 01 Apr 2008 17:11:21 +0200 fm class variable for MaxShortCutSearchLevel
Tue, 01 Apr 2008 14:48:42 +0200 Claus Gittinger right-click delayed menu
Mon, 10 Mar 2008 10:27:33 +0100 Claus Gittinger accelerator search limited to 2-levels;
less more (0) -300 -100 -60 tip