summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* update changes and advance tagdgp2008-12-221-8/+8
|
* Don't crash when application uses nondefault visual [Bug 2264732]jenglish2008-12-221-0/+8
| | | | | | (Backport from trunk change 2008-11-11) Workaround for [Bug 2207435] (Backport from trunk change 2008-10-31)
* * tests/embed.test: Eliminate duplicate test names.dgp2008-12-221-0/+2
|
* * changes: Updates for 8.5.6 release.dgp2008-12-221-5/+9
|
* Forgot that I had to add code to propagate the tkwin through the psInfoPtr.dkf2008-12-221-2/+2
|
* Backport of fix for [Bug 2107938].dkf2008-12-221-0/+5
|
* Backport of the Millipeter patch [1813597,2218964]ferrieux2008-12-211-0/+7
|
* * generic/tk.h: Bump to 8.5.6 for release.dgp2008-12-211-0/+10
| | | | | | | | | | | * 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-211-0/+6
|
* [Bug 1991930] combobox dropdown needs to be topmostpatthoyts2008-11-221-2/+2
|
* Backported combobox toplevel fix for [Bug 1939129]patthoyts2008-11-221-0/+5
|
* Relax the constraint that every Tk_ImageTypenijtmans2008-11-191-0/+8
| | | | | | | 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-151-0/+10
|
* backported listbox test fix from head - the default activestyle on windows ↵patthoyts2008-11-121-0/+2
| | | | is 'underline'
* backported fixes for running on vista and to avoid a hangup in the color ↵patthoyts2008-11-121-0/+1
| | | | dialog test sometimes.
* backported fix for bug #1777362 to make events work for windows with hyphens ↵patthoyts2008-11-121-0/+5
| | | | in the path
* * generic/tk.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-231-0/+12
| | | | | | | | | | | * 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:
* Backported keyboard bindings for ttk::scalepatthoyts2008-10-171-0/+4
|
* Advance 8.5.5 release tagdgp2008-10-141-2/+2
|
* Correct error result generation of [$canvas select clear $bogus].dkf2008-10-111-0/+4
|
* tag 8.5.5dgp2008-10-101-0/+2
|
* * changes: Updates for 8.5.5 release.dgp2008-10-101-0/+2
|
* * unix/Makefile.in: Relax constraints in index script so thatdgp2008-10-101-0/+4
| | | | | * 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-101-0/+11
| | | | | | | | | | * 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-101-1/+3
| | | | | | | | * 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-101-0/+1
| | | | | | * tests/entry.test: 2008-10-05 commit. * tests/listbox.test: * tests/scrollbar.test:
* * generic/tkListbox.c: Make literal return values consistent withdgp2008-10-091-0/+4
| | | | | | | | 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-091-1/+1
| | | | * tests/entry.test: 2008-10-05 commit.
* * tests/canvText.test: Backport test updates in light of thedgp2008-10-091-4/+12
| | | | | | | 2008-10-05 commit. * generic/tkEntry.c: Fix missing space constructing the scroll command.
* Backport of fix for [Bug 2112563]dkf2008-10-051-0/+10
|
* add global commands for tk_strictMotif variabletmh2008-09-091-0/+4
|
* Bug [2098425] docs typotmh2008-09-081-0/+4
|
* * unix/tkConfig.sh.in: Added @XFT_LIBS@ to the definition of TK_LIBSdgp2008-08-291-0/+4
| | | | | 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-281-0/+12
| | | | | | | | | | | * 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-271-0/+4
|
* [bug 1023955 : don't flip cursors on menus to arrow pointer.tmh2008-08-251-0/+6
|
* fix for bug tracker id 1936220 backported from tk8.6tmh2008-08-251-0/+7
|
* generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floatingjenglish2008-08-191-0/+9
| | | | | point numbers in -[xy]scrollcommand callbacks or [xy]view methods. Minor incompatibility: 0 and 1 now formatted as "0.0" resp "1.0".
* * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing ofdas2008-08-191-0/+6
| | | | | fixed-width fonts with size <= 10.
* move tagdgp2008-08-141-2/+2
|
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-0/+7
| | | | libX11.so et al.
* 8.5.4 tagdgp2008-08-081-0/+2
|
* * generic/tk.h: Bump to 8.5.4 for release.dgp2008-08-081-0/+10
| | | | | | | | | | | * 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-081-0/+4
|
* Fix for [Bug 2010422] "no event type or button # or keysymjenglish2008-08-051-0/+6
| | | | | | | while executing "bind Listbox <MouseWheel> [...]". This allows Tk to compile and run against newer X11 headers where the protocol constant LastEvent has changed.
* Backported fixes for handling unmapped parent toplevels. [Bug 2009788, 2028703]patthoyts2008-08-011-0/+5
|
* * generic/tk.h: Added missing EXTERN for the Tcl_PkgInitStubsCheckdgp2008-07-311-0/+5
| | | | declaration to fix inability to embed non-stub-enabled Tk on Windows.
* bug #1686012: Direct user to the font manual for the -font optionpatthoyts2008-07-261-0/+2
|
* bug #2026405: Check for 0x prefix in sprintf %p to work around cygwin issue.patthoyts2008-07-261-0/+4
|
* * library/ttk/aquaTheme.tcl: Use system color names and TIP145 nameddas2008-07-221-0/+7
| | | | font instead of hardcoded color values and deprecated native font name.