| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
supports <Tab> completion of file names. [FRQ 805091]
|
| | |
|
| | |
|
| |
| |
| |
| | |
use more of the available vertical space.
|
| |
| |
| |
| | |
validated, following suggestion from Don Porter.
|
| | |
|
| | |
|
| |
| |
| |
| | |
following suggestion from Don Porter.
|
| | |
|
| |
| |
| |
| | |
conjunction with -mustexist. [Bug 1550528]
|
| |
| |
| |
| | |
-takefocus when considering focus on <1>, it is for tab focus.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* library/tk.tcl: CVS development snapshots from the 8.5b2
* unix/configure.in: release.
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf (2.59)
* win/configure:
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to factor out double-buffering related code.
* macosx/ttkMacOSXAquaTheme.c: Use SetThemeBackGround/
kThemeBrushModelessDialogBackground{Active|Inactive}
instead of ApplyThemeBackground/kThemeBackgroundWindowHeader
(advice from DAS).
* library/ttk/aquaTheme.tcl: Use darker shade for inactive
and disabled text, to match typical values of most
kThemeXXXTextColorInactive values.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* library/bgerror.tcl, library/dialog.tcl, library/listbox.tcl:
* library/msgbox.tcl, library/optMenu.tcl, library/tclIndex:
* library/tkfbox.tcl, library/demos/floor.tcl, library/demos/rmt:
* library/demos/tcolor, library/demos/text.tcl:
* library/demos/twind.tcl, library/demos/widget: Buh-bye Motif look
* library/ttk/fonts.tcl: Update of Tk default look in 8.5
* macosx/tkMacOSXDefault.h: Trims border sizes, cleaner X11 look
* unix/tkUnixDefault.h: with minor modifications for Win32/Aqua.
* win/tkWinDefault.h: Uses Tk*Font definitions throughout for
* win/tkWinFont.c: classic widgets. [Bug #1820344]
* library/obsolete.tcl (::tk::classic::restore): This restores
changes made to defaults in 8.5 using the 'option' command,
segmented into logical groups.
|
| |
| |
| |
| |
| |
| |
| | |
on OSX, to prevent TkAqua from shrinking the scrollbar to make
room for a grow box that isn't there.
* macosx/ttkMacOSXTheme.c, library/ttk/aquaTheme.tcl:
Reworked combobox layout.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* generic/tk.h:
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
|
| | |
|
| |
| |
| |
| | |
* library/demos/filebox.tcl: demo TIP#242 -typevariable.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* library/tkfbox.tcl: return type of selected file in file dialogs.
* library/xmfbox.tcl: [Bug #1156388]
* macosx/tkMacOSXDialog.c:
* tests/filebox.test:
* tests/winDialog.test:
* win/tkWinDialog.c:
|
| |
| |
| |
| | |
transient on each drop to handle reparent-able frames. [Bug 1818441]
|
| |
| |
| |
| | |
since ttk::scrollbar isn't [namespace export]ed.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* library/demos/toolbar.tcl:
* library/demos/tree.tcl:
* library/demos/ttknote.tcl:
* library/demos/ttkprogress.tcl:
* library/demos/widget:
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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/ttkpane.tcl:
* library/demos/widget:
|
| |
| |
| |
| | |
platforms; correct aqua font sizes.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
platforms (mac and unix get handled in script, windows in C)
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* library/demos/ttkbut.tcl:
* library/demos/button.tcl: restore setting of button
highlightbackground on Aqua.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
better fixed font just for the console.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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:
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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:
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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:
|
| |
| |
| |
| | |
CVS :----------------------------------------------------------------------
|