head	1.23;
access;
symbols
	tcllib-1-13:1.23
	tcllib-1-12:1.23
	tklib-0-5:1.23
	tcllib-1-11-1:1.22
	tcllib-1-11:1.22
	tklib-0-4-1:1.13
	tklib-0-4:1.13;
locks; strict;
comment	@# @;


1.23
date	2009.01.27.03.12.16;	author andreas_kupries;	state Exp;
branches;
next	1.22;

1.22
date	2006.12.12.00.02.56;	author hobbs;	state Exp;
branches;
next	1.21;

1.21
date	2006.10.20.17.41.10;	author hobbs;	state Exp;
branches;
next	1.20;

1.20
date	2006.09.28.22.21.46;	author hobbs;	state Exp;
branches;
next	1.19;

1.19
date	2006.09.06.01.38.33;	author hobbs;	state Exp;
branches;
next	1.18;

1.18
date	2006.08.10.21.46.35;	author hobbs;	state Exp;
branches;
next	1.17;

1.17
date	2006.08.10.21.09.02;	author hobbs;	state Exp;
branches;
next	1.16;

1.16
date	2006.07.03.19.45.45;	author hobbs;	state Exp;
branches;
next	1.15;

1.15
date	2006.06.23.01.28.36;	author hobbs;	state Exp;
branches;
next	1.14;

1.14
date	2005.11.10.18.25.48;	author andreas_kupries;	state Exp;
branches;
next	1.13;

1.13
date	2005.11.07.18.52.36;	author andreas_kupries;	state Exp;
branches;
next	1.12;

1.12
date	2005.08.23.22.21.31;	author hobbs;	state Exp;
branches;
next	1.11;

1.11
date	2005.05.18.16.19.53;	author andreas_kupries;	state Exp;
branches;
next	1.10;

1.10
date	2005.03.08.19.14.10;	author hobbs;	state Exp;
branches;
next	1.9;

1.9
date	2005.02.02.15.25.46;	author davidw;	state Exp;
branches;
next	1.8;

1.8
date	2004.09.10.05.11.55;	author hobbs;	state Exp;
branches;
next	1.7;

1.7
date	2004.09.06.19.40.15;	author hobbs;	state Exp;
branches;
next	1.6;

1.6
date	2004.08.18.20.39.11;	author hobbs;	state Exp;
branches;
next	1.5;

1.5
date	2004.08.17.19.09.23;	author hobbs;	state Exp;
branches;
next	1.4;

1.4
date	2004.06.29.18.08.41;	author hobbs;	state Exp;
branches;
next	1.3;

1.3
date	2004.03.25.16.22.07;	author davidw;	state Exp;
branches;
next	1.2;

1.2
date	2004.03.18.08.56.47;	author davidw;	state Exp;
branches;
next	1.1;

1.1
date	2004.03.17.21.27.46;	author davidw;	state Exp;
branches;
next	;


desc
@@


1.23
log
@Released and tagged Tklib 0.5
@
text
@2009-01-21  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tklib 0.5 ========================
	* 

2006-12-11  Jeff Hobbs  <jeffh@@ActiveState.com>

	* as.tcl (style::as::CtrlMouseWheel): Use Command on OS X for +/-
	bindings.  Update to v1.4

2006-10-20  Jeff Hobbs  <jeffh@@ActiveState.com>

	* as.tcl (style::as::MouseWheel): correctly substitute $w as we
	walk up the tree.
	Do not try to trigger MouseWheel when existing binding is found.

2006-09-28  Jeff Hobbs  <jeffh@@ActiveState.com>

	* as.tcl (style::as::MouseWheel): handle Shift-MouseWheel
	correctly as the possible incoming event

2006-09-05  Jeff Hobbs  <jeffh@@ActiveState.com>

	* as.tcl (style::as::MouseWheel): allow for widgets with their own
	special MouseWheel binding

2006-08-10  Jeff Hobbs  <jeffh@@ActiveState.com>

	* as.tcl (style::as::CtrlMouseWheel): account for negative (pixel)
	font sizes in control-mousewheel bindings.
	(style::as::MouseWheel): walk the widget path up to find the
	proper widget to scroll, i.e. for proper scrolling of canvas
	or text with embedded widgets.

2006-07-03  Jeff Hobbs  <jeffh@@ActiveState.com>

	* as.tcl (style::as::init_menu*): adjust menu style defaults to
	not cause flickering redraw due to bd mismatch.

2006-06-22  Jeff Hobbs  <jeffh@@ActiveState.com>

	* as.tcl (style::as::MouseWheel): support aqua variant %D value.
	(style::as::init_mousewheel): add Shift-MouseWheel (x) binding.

2005-11-10  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tklib 0.4.1 ========================
	* 

2005-11-02  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tklib 0.4 ========================
	* 

2005-08-23  Jeff Hobbs  <jeffh@@ActiveState.com>

	* as.tcl (style::as::init_misc): add "*TreeCtrl.useTheme 1",
	bump package version up

2005-05-18  Andreas Kupries <andreask@@activestate.com>

	* as.tcl:
	* lobster.tcl: Added missing 'require Tk'.

2005-03-08  Jeff Hobbs  <jeffh@@ActiveState.com>

	* as.tcl (style::as::init_fonts): corrected fsize, ffamily
	spelling for aqua fonts.

2005-02-02  David N. Welton  <davidw@@dedasys.com>

	* lobster.tcl (style::lobster::init): Use nicer fonts for the
	popup dialogs.

2004-09-09  Jeff Hobbs  <jeffh@@ActiveState.com>

	* as.tcl: use system colors on Windows for highlightbg,
	highlightfg, bg and fg defaults

2004-09-06  Jeff Hobbs  <jeffh@@ActiveState.com>

	* as.tcl (style::as::init_fonts): create ASfontFixedBold

2004-08-18  Jeff Hobbs  <jeffh@@ActiveState.com>

	* as.tcl (style::as::init_misc): add Tree and some Tix widget defs

2004-08-17  Jeff Hobbs  <jeffh@@ActiveState.com>

	* as.tcl:       Change style::use to call style::${style}::init
	* style.tcl:    procedure, so a simple package require doesn't
	* lobster.tcl:  actually do anything.  Add init to lobster and
	* pkgIndex.tcl: correct namespace usage.  Move lobster and style
	to v0.2.  style::use now takes args to pass to init, eg:
	style::use as -priority 80

2004-06-29  Jeff Hobbs  <jeffh@@ActiveState.com>

	* pkgIndex.tcl: style::as is version 1.2
	* as.tcl: much more elaborate version of style::as that is meant
	to change style across platforms.  This auto-inits, but allows for
	reinitialization with higher priority (needed for CDE/KDE/...).

2004-03-25  David N. Welton  <davidw@@dedasys.com>

	* lobster.tcl: Added internal padding to Labelframe.  They look
	better if they have some empty space in them.  Added Scrollbar
	things from as.tcl, which make the scrollbars nicer by narrowing
	them a bit.

2004-03-18  David N. Welton  <davidw@@dedasys.com>

	* pkgIndex.tcl: Added package index.

2004-03-17  David N. Welton  <davidw@@dedasys.com>

	* style.tcl: Created style package.

@


1.22
log
@	* as.tcl (style::as::CtrlMouseWheel): Use Command on OS X for +/-
	bindings.  Update to v1.4
@
text
@d1 6
@


1.21
log
@	* as.tcl (style::as::MouseWheel): correctly substitute $w as we
	walk up the tree.
	Do not try to trigger MouseWheel when existing binding is found.
@
text
@d1 5
@


1.20
log
@	* as.tcl (style::as::MouseWheel): handle Shift-MouseWheel
	correctly as the possible incoming event
@
text
@d1 6
@


1.19
log
@	* as.tcl (style::as::MouseWheel): allow for widgets with their own
	special MouseWheel binding
@
text
@d1 5
@


1.18
log
@	(style::as::MouseWheel): walk the widget path up to find the
	proper widget to scroll, i.e. for proper scrolling of canvas
	or text with embedded widgets.
@
text
@d1 5
@


1.17
log
@	* as.tcl (style::as::CtrlMouseWheel): account for negative (pixel)
	font sizes in control-mousewheel bindings.
@
text
@d5 3
@


1.16
log
@	* as.tcl (style::as::init_menu*): adjust menu style defaults to
	not cause flickering redraw due to bd mismatch.
@
text
@d1 5
@


1.15
log
@	* as.tcl (style::as::MouseWheel): support aqua variant %D value.
	(style::as::init_mousewheel): add Shift-MouseWheel (x) binding.
@
text
@d1 5
@


1.14
log
@Generated release 0.4.1. Tagged as well.
@
text
@d1 5
@


1.13
log
@Released and tagged Tklib 0.4.
@
text
@d1 6
@


1.12
log
@	* as.tcl (style::as::init_misc): add "*TreeCtrl.useTheme 1",
	bump package version up
@
text
@d1 6
@


1.11
log
@Added missing 'require Tk'.
@
text
@d1 5
@


1.10
log
@	* as.tcl (style::as::init_fonts): corrected fsize, ffamily
	spelling for aqua fonts.
@
text
@d1 5
@


1.9
log
@* lobster.tcl (style::lobster::init): Use nicer fonts for the popup
  dialogs.
@
text
@d1 5
@


1.8
log
@	* as.tcl: use system colors on Windows for highlightbg,
	highlightfg, bg and fg defaults
@
text
@d1 5
@


1.7
log
@create ASfontFixedBold
@
text
@d1 5
@


1.6
log
@	* as.tcl (style::as::init_misc): add Tree and some Tix widget defs
@
text
@d1 4
@


1.5
log
@	* as.tcl:       Change style::use to call style::${style}::init
	* style.tcl:    procedure, so a simple package require doesn't
	* lobster.tcl:  actually do anything.  Add init to lobster and
	* pkgIndex.tcl: correct namespace usage.  Move lobster and style
	to v0.2.  style::use now takes args to pass to init, eg:
	style::use as -priority 80
@
text
@d1 4
@


1.4
log
@	* pkgIndex.tcl: style::as is version 1.2
	* as.tcl: much more elaborate version of style::as that is meant
	to change style across platforms.  This auto-inits, but allows for
	reinitialization with higher priority (needed for CDE/KDE/...).
@
text
@d1 9
@


1.3
log
@* lobster.tcl: Added internal padding to Labelframe.  They look better
  if they have some empty space in them.  Added Scrollbar things from
  as.tcl, which make the scrollbars nicer by narrowing them a bit.
@
text
@d1 7
@


1.2
log
@* pkgIndex.tcl: Added package index.
@
text
@d1 7
@


1.1
log
@* style.tcl: Created style package.
@
text
@d1 4
@

