summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tk.h: Bump to 8.5.6 for release.dgp2008-12-219-14/+24
| | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure:
* * changes: Updates for 8.5.6 release.dgp2008-12-212-1/+19
|
* Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-071-3/+4
|
* Fix leaks flagged by clang static analyzerdas2008-12-072-3/+27
|
* TkpDisplayButton: use computed borderWidthdas2008-12-071-2/+2
|
* MenuDefProc: avoid crash with non-Tk menusdas2008-12-071-6/+3
|
* SeparatorElementSize: fix state lookupdas2008-12-071-2/+3
|
* [Bug 1991930] combobox dropdown needs to be topmostpatthoyts2008-11-222-5/+4
|
* Backported combobox toplevel fix for [Bug 1939129]patthoyts2008-11-222-1/+8
|
* Relax the constraint that every Tk_ImageTypenijtmans2008-11-193-25/+76
| | | | | | | can only be passed to Tk_CreateImageType once. This allows tkImg to be loaded in multiple interpreters in a thread-enabled build of Tk. [Bug 2312027]
* [Bug 2239034] Only frame widgets are acceptable for [wm manage]patthoyts2008-11-158-22/+153
|
* backported listbox test fix from head - the default activestyle on windows ↵patthoyts2008-11-123-2/+10
| | | | is 'underline'
* backported fixes for running on vista and to avoid a hangup in the color ↵patthoyts2008-11-122-16/+30
| | | | dialog test sometimes.
* backported fix for bug #1777362 to make events work for windows with hyphens ↵patthoyts2008-11-123-37/+100
| | | | in the path
* * generic/tk.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-239-15/+27
| | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.5 and * unix/configure.in: 8.5.6 releases. * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf (2.59) * win/configure:
* fix TkX11 builddas2008-10-231-2/+2
|
* Backported keyboard bindings for ttk::scalepatthoyts2008-10-172-6/+46
|
* typodgp2008-10-151-2/+2
|
* Advance 8.5.5 release tagcore_8_5_5dgp2008-10-141-2/+2
|
* Correct error result generation of [$canvas select clear $bogus].dkf2008-10-113-3/+10
|
* tag 8.5.5dgp2008-10-101-0/+2
|
* * changes: Updates for 8.5.5 release.dgp2008-10-102-1/+23
|
* * unix/Makefile.in: Relax constraints in index script so thatdgp2008-10-104-8/+10
| | | | | * win/Makefile.in: each Tk 8.5.* release may be [package require]d * win/makefile.vc: into any Tcl 8.5.* interp. [Bug 1890438].
* * generic/tk.h: Bump to 8.5.5 for release.dgp2008-10-108-12/+23
| | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * tests/canvText.test: Backport test updates in light of thedgp2008-10-103-43/+51
| | | | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test: * tests/spinbox.test: * tests/textDisp.test:
* * tests/canvText.test: Backport test updates in light of thedgp2008-10-102-33/+35
| | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test:
* * generic/tkListbox.c: Make literal return values consistent withdgp2008-10-093-38/+42
| | | | | | | | those generated by Tcl_PrintDouble(). * tests/canvText.test: Backport test updates in light of the * tests/entry.test: 2008-10-05 commit. * tests/listbox.test:
* * tests/canvText.test: Backport test updates in light of thedgp2008-10-092-42/+42
| | | | * tests/entry.test: 2008-10-05 commit.
* * tests/canvText.test: Backport test updates in light of thedgp2008-10-093-13/+21
| | | | | | | 2008-10-05 commit. * generic/tkEntry.c: Fix missing space constructing the scroll command.
* Backport of fix for [Bug 2112563]dkf2008-10-058-66/+105
|
* a final fixtmh2008-09-091-8/+8
|
* add global commands for tk_strictMotif variabletmh2008-09-092-4/+8
|
* Bug [2098425] docs typotmh2008-09-082-2/+6
|
* Commit mysteriously missing autoconf resultsdgp2008-09-022-8/+8
|
* comments, whitespacedas2008-09-024-7/+13
|
* * unix/tkConfig.sh.in: Added @XFT_LIBS@ to the definition of TK_LIBSdgp2008-08-292-2/+6
| | | | | to avoid link failures when a "big wish" program links against a --disable-shared build of libtk. (Discovered building expectTk).
* * generic/tk.h: Bump version number to 8.5.5b1 to distinguishdgp2008-08-287-13/+25
| | | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.4 and * unix/configure.in: 8.5.5 releases. * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf (2.59) * win/configure:
* fix typo added to menu.tcltmh2008-08-272-2/+6
|
* [bug 1023955 : don't flip cursors on menus to arrow pointer.tmh2008-08-252-7/+21
|
* fix for bug tracker id 1936220 backported from tk8.6tmh2008-08-252-20/+14
|
* generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floatingjenglish2008-08-194-15/+24
| | | | | point numbers in -[xy]scrollcommand callbacks or [xy]view methods. Minor incompatibility: 0 and 1 now formatted as "0.0" resp "1.0".
* typodas2008-08-191-2/+2
|
* * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing ofdas2008-08-192-3/+25
| | | | | fixed-width fonts with size <= 10.
* force-disable nonsensical embedded build for X11; only rewrite tkConfig.sh ↵das2008-08-191-2/+3
| | | | when really necessary
* move tagcore_8_5_4dgp2008-08-141-2/+2
|
* autoconf-2.59das2008-08-131-7/+7
|
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-132-1/+8
| | | | libX11.so et al.
* 8.5.4 tagdgp2008-08-081-0/+2
|
* * generic/tk.h: Bump to 8.5.4 for release.dgp2008-08-089-15/+25
| | | | | | | | | | | * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure:
* * changes: Updates for 8.5.4 release.dgp2008-08-082-1/+18
|