summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* * library/demos/combo.tcl: Aqua GOOBE.das2007-10-236-50/+77
| | | | | | | | * library/demos/toolbar.tcl: * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/ttkprogress.tcl: * library/demos/widget:
* More widget demos!dkf2007-10-229-75/+449
|
* * library/ttk/combobox.tcl: ttk::combobox overhaul;jenglish2007-10-223-104/+133
| | | | | | | | fixes [#1814778, #1780286, #1609168, #1349586] * library/ttk/aquaTheme.tcl: Factored out aqua-specific combobox -postposition adjustments. * generic/ttk/ttkTrack.c: Detect [grab]s and unpress pressed element; combobox workaround no longer needed.
* * library/demos/ttkmenu.tcl: Aqua GOOBE.das2007-10-213-18/+36
| | | | | * library/demos/ttkpane.tcl: * library/demos/widget:
* * library/ttk/fonts.tcl: check for TIP #145 fonts on alldas2007-10-211-28/+21
| | | | platforms; correct aqua font sizes.
* Clean up stale comments.jenglish2007-10-211-13/+8
|
* On aqua, use tk scrollbarpatthoyts2007-10-201-2/+6
|
* s/style/ttk::style/jenglish2007-10-191-25/+22
|
* More Ttk demosdkf2007-10-183-1/+155
|
* * library/ttk/fonts.tcl: Create all the tip 145 font names on allpatthoyts2007-10-181-1/+22
| | | | platforms (mac and unix get handled in script, windows in C)
* icon beautificationdas2007-10-171-17/+17
|
* more GOOBEdas2007-10-173-6/+8
|
* * library/demos/widget: Aqua GOOBE, cleanup icons.das2007-10-173-99/+91
| | | | | | | * library/demos/ttkbut.tcl: * library/demos/button.tcl: restore setting of button highlightbackground on Aqua.
* Added demo of basic Ttk widgets.dkf2007-10-172-1/+61
|
* s/style/ttk::style/jenglish2007-10-162-56/+55
|
* More improvements for the widget demo main structure, including 'new' flagging.dkf2007-10-161-104/+162
|
* GOOBE work on the widget demo, plus a new demo of text widget peering.dkf2007-10-156-97/+157
|
* Make use of TkFixedFont and ttk widgets in the console. Try and select a ↵patthoyts2007-10-121-15/+30
| | | | better fixed font just for the console.
* * generic/tk.h: Bump version number to 8.5b1.1 to distinguishdgp2007-10-021-2/+2
| | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5b1 * unix/configure.in: release. Updated LOCALES. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* Fix private routines accidentally defined in global namespace [Bug 1803836]jenglish2007-09-301-3/+3
|
* Added Hungarian messages. [Patch 1800742]dkf2007-09-261-0/+77
|
* * README: Bump version number to 8.5b1.dgp2007-09-191-3/+3
| | | | | | | | * generic/tk.h: Merge from core-stabilizer-branch. * library/tk.tcl: Stabilizing toward 8.5b1 release now done * unix/configure.in: on the HEAD. core-stabilizer-branch is * unix/tk.spec: now suspended. * win/configure.in:
* Try to improve combobox appearance on OSX + Tk 8.5 [#1780286].jenglish2007-09-171-40/+65
|
* * generic/tkConsole.c: Revised calls to Tcl_InitStubs() anddgp2007-09-111-3/+6
| | | | | | | | | * generic/tkMain.c: [package require Tcl] so that Tk Says What * generic/tkWindow.c: It Means using the new facilties of [package] * library/tk.tcl: in Tcl 8.5 about what version(s) of Tcl it * unix/Makefile.in: is willing to work with. [Bug 1578344]. * win/Makefile.in: * win/makefile.vc:
* Explicitly set -anchor w for TMenubuttons [#1614540]jenglish2007-07-061-1/+2
| | | | CVS :----------------------------------------------------------------------
* * library/ttk/ttk.tcl: should require Tk before pseudo-providinghobbs2007-06-211-2/+2
| | | | tile 0.8.0.
* Ttk_Manager API overhaul:jenglish2007-06-091-3/+3
| | | | | | | | | | | + Ttk_Manager no longer responsible for managing slave records + Ttk_Manager structure now opaque + Ttk_Slave structure now private + Pass Ttk_Manager * to Tk_GeomMgr hooks instead of Ttk_Slave * ttk::labelframe: Simplified -labelwidget management. ttk::noteboook 'insert' command didn't correctly maintain current tab. Changed documentation of ttk::panedwindow 'identify' command to match implementation.
* replace previous inoperative commit with direct setting of ↵das2007-05-301-2/+9
| | | | highlightbackground on all buttons
* * library/bgerror.tcl: standardize dialog option & button sizedas2007-05-304-12/+31
| | | | | | | * library/dialog.tcl: modifications done when running on on Aqua. * library/msgbox.tcl: * library/demos/button.tcl: set button highlightbackground on Aqua.
* fix TIP #145 breakage on Aquadas2007-05-271-2/+3
|
* Removed ttk::dialog and dependencies.jenglish2007-05-254-544/+1
|
* library/demos/ttk_*.tcl: removed Tile demos, not appropriate for core.jenglish2007-05-253-1110/+0
|
* * unix/configure: autoconf-2.59 (FC6 fork)dgp2007-05-181-3/+3
| | | | | | | | | | | * win/configure: * README: Bump version number to 8.5a7 * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in:
* * library/choosedir.tcl: Removed uses of obsolete {expand}dgp2007-05-163-15/+15
| | | | | | | * library/comdlg.tcl: syntax; replaced with the now * library/tk.tcl: approved {*}. [Bug 1710633] * tests/canvImg.test: * tests/imgPhoto.test:
* * library/palette.tcl (tk::RecolorTree): handle color options withdas2007-05-091-4/+8
| | | | | empty value, fixes error due to emtpy -selectforeground (reported on tcl-mac by Russel E. Owen).
* TIP #145 implementationpatthoyts2007-05-042-15/+32
|
* * library/bgerror.tcl: on aqua, use moveable alert resp. modal dialogdas2007-04-234-9/+25
| | | | | | | | * library/dialog.tcl: window class and corresponding system background pattern; fix button padding. * library/tearoff.tcl: correct aqua menu bar height; vertically offset * library/tk.tcl: aqua tearoff floating window to match menu.
* * library/demos/goldberg.tcl: fix overwriting of widget demo global.das2007-04-235-22/+22
| | | | | | | | * library/demos/menu.tcl: on aqua, use custom MDEF and tearoffs; * library/demos/menubu.tcl: correct menubutton toplevel name. * library/demos/puzzle.tcl: fix button size & padding for aqua. * library/demos/radio.tcl:
* * library/ttk/panedwindow.tcl (ttk::panedwindow::Press): handlehobbs2007-04-131-2/+2
| | | | Press triggering outside sash element boundaries.
* inverted logic in previous commitdas2007-02-241-3/+3
|
* * library/ttk/notebook.tcl (ttk::notebook::enableTraversal): OS Xhobbs2007-02-241-3/+8
| | | | needs Option instead of Alt binding
* * library/tkfbox.tcl (::tk::IconList_Goto): avoid goto issues inhobbs2007-02-191-2/+2
| | | | empty dirs. [Bug 1662959]
* Add no-op [package ifneeded] script for tile 0.8.0,jenglish2007-02-061-1/+4
| | | | | so that existing applications that use "package require tile" won't fail when run under Tk 8.5.
* s/CRLF/LF/ghobbs2007-01-111-74/+74
|
* Spanish always uses "Guardar" to mean "Save" in the computer sense. [Bug ↵dkf2006-12-222-79/+74
| | | | 1111213]
* Big batch of ttk::treeview improvements:jenglish2006-12-188-52/+108
| | | | | | | | | | | | | | | Added column '-stretch' and '-minwidth' options. Improved column drag and resize behavior. Added horizontal scrolling [#1518650]. Row height and child indent specifiable on Treeview style. Decreased default row height, no default -padding. Use correct heading height [#1163349]. Apply tag settings to tree item as well as to data columns [NOTE: 'tag configure' still buggy]. Fix off-by-one condition when moving nodes forward [#1618142] Prevent overscroll ([#1173434]) Treeview style settings specified separately in each theme. Added disclosure triangle element in aqua theme.
* Add combobox -height option; only show scrollbar if the listboxjenglish2006-12-171-3/+6
| | | | needs to scroll [#1032869].
* Try to straighten out theme loading and selection logic.jenglish2006-12-133-94/+116
|
* Remove nonfunctional code and incorrect comments.jenglish2006-12-131-39/+1
|
* * library/ttk/fonts.tcl: Clean up temporary variables.jenglish2006-11-281-45/+51
|