summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary casts from ttkWidget.c.jenglish2008-11-091-0/+4
| | | | (More remain in other files; will get to those later).
* make all Tk_CustomOption tables const andnijtmans2008-11-091-0/+11
| | | | remove unnecessary type cast
* add "-Wno-implicit-int" flag for gcc, as on UNIXnijtmans2008-11-061-0/+7
| | | | | Use tkUnixDefault.h under CygWin. With this change, at least the X11 version of Tk can be built with cygwin
* Fix [Bug 2229999].dkf2008-11-061-12/+17
|
* no need to use CONST in internal header filesnijtmans2008-11-051-0/+2
|
* fix [Bug 1866774 ] Remove X10 references from docsnijtmans2008-11-051-0/+2
|
* CONSTify string and fileName parameters of TkGetBitmapDatanijtmans2008-11-051-0/+6
| | | | more internal -Wwrite-string warning fixes
* fix [Bug 2226093] const changes not all correctnijtmans2008-11-051-0/+6
| | | | more internal -Wwrite-string warning fixes
* tkWinTest.c: fix warning: assignment discards qualifiers from pointer target ↵nijtmans2008-11-031-1/+1
| | | | type
* ttkEntry.c: fix warning: unused variable 'currentValue'nijtmans2008-11-031-0/+6
| | | | tkOldTest.c: fix warning: assignment discards qualifiers from pointer target type
* Fixed broken test. testclipboard no longer returns binary data but proper ↵patthoyts2008-11-031-0/+2
| | | | tcl strings without \r
* Fixed an embedding test that became broken during the test upgrade. Killing ↵patthoyts2008-11-031-0/+1
| | | | a contained window should not destroy the container.
* busy tests: the default wait cursor on windows is wait not watch, so added ↵patthoyts2008-11-031-0/+1
| | | | suitable constraints and cloned some tests
* const fixes for windows codepatthoyts2008-11-031-0/+4
|
* more internal -Wwrite-strings warning fixesnijtmans2008-11-021-2/+13
|
* Implementation of TIP 97 - canvas imove and rchars methods.dkf2008-11-011-0/+10
|
* Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-011-0/+17
|
* Temporary workaround for [Bug 2207435]jenglish2008-10-311-0/+4
|
* more internal -Wwrite-strings warning fixesnijtmans2008-10-301-0/+19
|
* * tests/unixSelect.test: Revise the unixSelect-1.* tests so thatdgp2008-10-301-0/+8
| | | | | | | they test the ability of Tk's selection mechanism to faithfully pass valid Tcl values without corruption, and stop testing details of Tcl's internal encoding scheme. With this change, the Tk test suite no longer uses the identity encoding or [string bytelength].
* [Bug 2190619] Warnings due to Tk_SmoothMethodnijtmans2008-10-301-0/+11
| | | | | | | | | | | | | | | | name constness change. Although dkf's solution (simply adding a type cast) is correct as well, changing the return value (as das suggested) has the advantage that all Tk_OptionPrintProc implementations don't need a type cast any more in its code. This makes all those functions robust against the -Wwrite-strings warning option. Further on, the customPtr field of Tk_ConfigSpec can be a constant, without any danger of source incompatibility.
* Remove incorrect 'const' qualifier.jenglish2008-10-291-0/+5
| | | | Remove useless 'register' declarations too, while we're at it.
* formattingdgp2008-10-291-17/+17
|
* CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-0/+20
| | | | | and Tk_ParseArgv. move TkSelGetSelection to internal stub table (needed in tkWinTest.c)
* Expanded set of symbolic cursors.jenglish2008-10-281-0/+9
| | | | | Add correct platform-specific cursors for OSX [Bug 2054562] Use correct cursor for ttk::entry and ttk::combobox widgets [Bug 1534835]
* * win/tkWinTest.c: Revise [testclipboard] to form thatdgp2008-10-281-0/+6
| | | | | * tests/winClipboard.test: handles encodings. [Bug 2191960] * tests/constraints.tcl: [tcltest::bytestring] no longer used.
* Disable test ttk-6.3, it's not applicable [Bug 2175411].jenglish2008-10-241-0/+9
| | | | | | Use different Tcl_AssocData key for Ttk so the tile extension can be loaded into an 8.6 interp, in the off-chance that anyone wants to do this.
* Silence warning.dkf2008-10-241-0/+5
|
* * README: Bump version number to 8.6a4dgp2008-10-231-0/+12
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-221-0/+14
| | | | broken since 8.4 and no-one complained about it.
* Factor out the platform-specific bits of [tk busy]. [Bug 2180919]dkf2008-10-201-0/+6
|
* Implementation of the [tk busy] command on non-OSX.dkf2008-10-181-14/+21
| | | | Adapted from [Patch 1997907]
* [Bug 1825353] To fix a problem with tiny fonts on Russian versions ofpatthoyts2008-10-181-0/+6
| | | | | Windows we will avoid removing the internal leading for fixed width fonts. See the bug for more details on why this change is as it is.
* Add "const" to many internalnijtmans2008-10-171-0/+50
| | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries.
* Implemented keyboard bindings for ttk::scalepatthoyts2008-10-171-0/+4
|
* Add "const" to many internalnijtmans2008-10-151-0/+14
| | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries.
* Added new utility function: TkNewWindowObj()dkf2008-10-141-61/+67
|
* Correct error result generation of [$canvas select clear $bogus].dkf2008-10-111-0/+4
|
* *** 8.6a3 TAGGED FOR RELEASE ***core_8_6_a3dgp2008-10-101-0/+6
| | | | * changes: Updates for 8.6a3 release.
* * tests/entry.test: Restore test naming consistency with Tk 8.5.dgp2008-10-101-1/+1
| | | | | * tests/listbox.test: Remove some more dependency on precision in * tests/spinbox.test: test results.
* * generic/tkListbox.c: Make literal return values consistent withdgp2008-10-091-0/+9
| | | | | | | | those generated by Tcl_PrintDouble(). * tests/entry.test: Restore test naming consistency with Tk 8.5. * tests/listbox.test: Remove some more dependency on precision in test results.
* * unix/tcl.m4: fix for bug [2073255]nijtmans2008-10-081-0/+5
| | | | * unix/configure: regenerated
* * tests/textDisp.test (textDisp-16.34): Update test that testeddgp2008-10-081-0/+4
| | | | | string equality of double values based on an assumption of tcl_precision==12. Test now does its own formatting.
* typodgp2008-10-081-1/+1
|
* * tests/scrollbar.test: Revised testing of the cget subcommand sodgp2008-10-081-1/+6
| | | | | | | | | | that it tests consistency with the configure subcommand and not agreement with a hardcoded value that will change as tastes in GUIs evolve. * unix/tkUnixWm.c: Restored consistency of error messages from * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across * tests/unixWm.test: all platforms. [Bug 2021443]
* * tests/canvText.test (canText-17.1): Update expected result todgp2008-10-081-0/+4
| | | | | match revised PostScript output due to more predictable formatting of floating point values.
* * unix/tkUnixWm.c: Restored consistency of error messages fromdgp2008-10-081-2/+3
| | | | | * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across all platforms. [Bug 2021443]
* * tests/wm.test: Update expected error messages fromdgp2008-10-081-0/+5
| | | | [wm iconphoto] to match the new message. [Bug 2021443]
* Removed dependency on default precisionpatthoyts2008-10-071-1/+4
|
* Removed dependency on default precisionpatthoyts2008-10-061-0/+1
|