summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
...
* TIP#119 implementation. [Patch 1611359]dkf2008-11-221-5/+7
|
* bug #1777362 - handle windows with funky names by avoiding use of thepatthoyts2008-11-121-36/+52
| | | | window path for anchors.
* Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-019-9/+175
|
* Expanded set of symbolic cursors.jenglish2008-10-286-37/+208
| | | | | Add correct platform-specific cursors for OSX [Bug 2054562] Use correct cursor for ttk::entry and ttk::combobox widgets [Bug 1534835]
* * README: Bump version number to 8.6a4dgp2008-10-231-2/+2
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* Implemented keyboard bindings for ttk::scalepatthoyts2008-10-171-6/+42
|
* a final fixtmh2008-09-091-4/+4
|
* add global tk_strickMotiftmh2008-09-091-4/+4
|
* * README: Bump version number to 8.6a3dgp2008-08-281-2/+2
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* fix typo in menu.tcltmh2008-08-271-2/+2
|
* correct to use global namespace varialbe : 1023955tmh2008-08-251-5/+5
|
* [Bug 1023955] don't flip to arrow cursor on menustmh2008-08-251-7/+15
|
* Bug tracker ID 1936220tmh2008-08-251-20/+7
| | | | This patch corrects the multiple selection error reported in this bug tracker.
* * README: Bump version number to 8.6a2dgp2008-08-121-2/+2
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * library/ttk/aquaTheme.tcl: Use system color names and TIP145 nameddas2008-07-221-16/+18
| | | | font instead of hardcoded color values and deprecated native font name.
* Work around missing timezones (eg: tclkit or some unixes)patthoyts2008-06-241-3/+9
|
* * generic/tk.h: TIP 285 additions make Tk 8.6 call the newdgp2008-06-191-4/+2
| | | | | | * library/tk.tcl: Tcl_Canceled() routine, available only in Tcl 8.6, so bump our Tcl dependencies to version 8.6. Tk 8.6a1 will no longer [load] into a Tcl 8.5 interp.
* * README: Bump version number to 8.6a1dgp2008-06-191-2/+2
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* Batch of ttk::treeview enhancements:jenglish2008-05-238-95/+49
| | | | | | | | | | | + Added [$tv identify region], [$tv identify element], and [$tv identify item] subcommands. + Simplified bindings. + Added [$tv tag has] subcommand. + Tag-related display improvements: setting a tag -background or -foreground no longer overrides selection feedback. + Don't need separate 'Item', 'Cell', and 'Row' style settings anymore, only the base "Treeview" style is used.
* Add correct border to combobox on Vistapatthoyts2008-05-151-1/+24
|
* Support pixel sized font in the +/- keybindingspatthoyts2008-05-131-3/+8
|
* Support for ttk widgets in AmpWidgetpatthoyts2008-05-111-5/+5
|
* BUGFIX: [$tv selection] takes a list of items, not a single item [Bug 1951733].jenglish2008-04-251-2/+2
|
* Don't resize the window if the toplevel is not resizable or the sizegrip is ↵patthoyts2008-04-041-3/+19
| | | | disabled
* Fix the foreground colour for labelframe in xppatthoyts2008-04-031-2/+2
|
* * README: Bump version number to 8.6a0dgp2008-04-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * macosx/Wish-Common.xcconfig: * unix/configure.in: * unix/tk.spec: * win/README: * win/configure.in: * win/tcl.m4: * unix/configure: autoconf-2.59 * win/configure: * generic/tkConsole.c: Relax Tcl_InitStubs() calls so that a Tk 8.6 * generic/tkMain.c: might [load] into a Tcl 8.5 interp. * generic/tkWindow.c: * generic/tkStubLib.c: Update to compatibility with a libtcl.so that contains no "tclStubsPtr" [Tcl Bug 1819422]. * generic/tkDecls.h: make genstubs * generic/tkIntDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h:
* * README: Bump to 8.5.2 for release.dgp2008-03-281-2/+2
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* whitespace fixeshobbs2008-03-271-19/+8
|
* * library/safetk.tcl (::safe::tkInterpInit): make sure tk_libraryhobbs2008-03-271-31/+25
| | | | and its subdirs (eg, ttk) are on the "safe" access path.
* Aqua GOOBEdas2008-03-171-2/+6
|
* Made work when run twice in the same session. [Bug 1899664]dkf2008-03-161-691/+787
| | | | Also made the control panel use Ttk widgets.
* * library/demos/knightstour.tcl: Aqua GOOBE.das2008-03-112-15/+26
| | | | * library/demos/widget:
* Added a Knights tour canvas demo.patthoyts2008-02-292-1/+249
|
* Arrange to deliver <<ComboboxSelected>> event after listbox is unposted,jenglish2008-02-231-2/+2
| | | | as intended [Bug 1890211]. Clarified documentation.
* *** 8.5.1 TAGGED FOR RELEASE ***dgp2008-02-041-2/+2
| | | | | | | | | | | * generic/tk.h: Bump to 8.5.1 for release. * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * library/msgbox.tcl (::tk::MessageBox): don't use ttk::label inhobbs2008-01-311-2/+3
| | | | low depth/aqua fallback, as it doesn't support -bitmap.
* library/treeview.tcl: Fix bug in Shift-ButtonPress-1 bindingjenglish2008-01-301-2/+2
| | | | (error if no current focus item; reported on c.l.t.)
* Fix MouseWheel bindings for ttk::treeview widgetjenglish2008-01-062-18/+64
| | | | (Fixes #1442006, #1821939, #1862692)
* * generic/tk.h: Bump version number to 8.5.1b1 to distinguishdgp2008-01-021-2/+2
| | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.0 and * unix/configure.in: 8.5.1 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* Fix [Bug 1860802]dkf2007-12-301-103/+110
|
* merge stable branch onto HEADdgp2007-12-1352-56/+56
|
* s/style/ttk::style/jenglish2007-12-082-63/+61
|
* line endingsdgp2007-12-061-76/+76
|
* * library/demos/widget: reduce start size to 70% of screenheighthobbs2007-12-051-2/+2
| | | | from sh-200 for a more reasonable size.
* Correct errors in language specifiersdkf2007-12-051-75/+75
|
* Added missing messages. [Patch 1800744]dkf2007-12-041-74/+76
|
* Added Danish message catalog. [Patch 1844143]dkf2007-12-041-0/+77
|
* * library/tkfbox.tcl (VerifyFileName): Corrected a coupleKevin B Kenny2007-11-261-4/+5
| | | | | | | | of typos in handling of bad file names. [Bug #1822076] * tests/filebox.test (filebox-7.1, filebox-7.2): Added test cases that exercise the above bug. Thanks to Christoph Bauer (fridolin@users.sf.net) for the patch.
* Improve theming of Unix dialogsdkf2007-11-212-7/+10
|
* * README: Bump version number to 8.5b3.dgp2007-11-191-2/+2
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: