Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implementation of TIP 97 - canvas imove and rchars methods. | dkf | 2008-11-01 | 1 | -0/+10 |
| | |||||
* | Implemented the themed spinbox widget ttk::spinbox. | patthoyts | 2008-11-01 | 1 | -0/+17 |
| | |||||
* | Temporary workaround for [Bug 2207435] | jenglish | 2008-10-31 | 1 | -0/+4 |
| | |||||
* | more internal -Wwrite-strings warning fixes | nijtmans | 2008-10-30 | 1 | -0/+19 |
| | |||||
* | * tests/unixSelect.test: Revise the unixSelect-1.* tests so that | dgp | 2008-10-30 | 1 | -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_SmoothMethod | nijtmans | 2008-10-30 | 1 | -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. | jenglish | 2008-10-29 | 1 | -0/+5 |
| | | | | Remove useless 'register' declarations too, while we're at it. | ||||
* | formatting | dgp | 2008-10-29 | 1 | -17/+17 |
| | |||||
* | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow | nijtmans | 2008-10-28 | 1 | -0/+20 |
| | | | | | and Tk_ParseArgv. move TkSelGetSelection to internal stub table (needed in tkWinTest.c) | ||||
* | Expanded set of symbolic cursors. | jenglish | 2008-10-28 | 1 | -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 that | dgp | 2008-10-28 | 1 | -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]. | jenglish | 2008-10-24 | 1 | -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. | dkf | 2008-10-24 | 1 | -0/+5 |
| | |||||
* | * README: Bump version number to 8.6a4 | dgp | 2008-10-23 | 1 | -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 was | nijtmans | 2008-10-22 | 1 | -0/+14 |
| | | | | broken since 8.4 and no-one complained about it. | ||||
* | Factor out the platform-specific bits of [tk busy]. [Bug 2180919] | dkf | 2008-10-20 | 1 | -0/+6 |
| | |||||
* | Implementation of the [tk busy] command on non-OSX. | dkf | 2008-10-18 | 1 | -14/+21 |
| | | | | Adapted from [Patch 1997907] | ||||
* | [Bug 1825353] To fix a problem with tiny fonts on Russian versions of | patthoyts | 2008-10-18 | 1 | -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 internal | nijtmans | 2008-10-17 | 1 | -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::scale | patthoyts | 2008-10-17 | 1 | -0/+4 |
| | |||||
* | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -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() | dkf | 2008-10-14 | 1 | -61/+67 |
| | |||||
* | Correct error result generation of [$canvas select clear $bogus]. | dkf | 2008-10-11 | 1 | -0/+4 |
| | |||||
* | *** 8.6a3 TAGGED FOR RELEASE ***core_8_6_a3 | dgp | 2008-10-10 | 1 | -0/+6 |
| | | | | * changes: Updates for 8.6a3 release. | ||||
* | * tests/entry.test: Restore test naming consistency with Tk 8.5. | dgp | 2008-10-10 | 1 | -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 with | dgp | 2008-10-09 | 1 | -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] | nijtmans | 2008-10-08 | 1 | -0/+5 |
| | | | | * unix/configure: regenerated | ||||
* | * tests/textDisp.test (textDisp-16.34): Update test that tested | dgp | 2008-10-08 | 1 | -0/+4 |
| | | | | | string equality of double values based on an assumption of tcl_precision==12. Test now does its own formatting. | ||||
* | typo | dgp | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | * tests/scrollbar.test: Revised testing of the cget subcommand so | dgp | 2008-10-08 | 1 | -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 to | dgp | 2008-10-08 | 1 | -0/+4 |
| | | | | | match revised PostScript output due to more predictable formatting of floating point values. | ||||
* | * unix/tkUnixWm.c: Restored consistency of error messages from | dgp | 2008-10-08 | 1 | -2/+3 |
| | | | | | * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across all platforms. [Bug 2021443] | ||||
* | * tests/wm.test: Update expected error messages from | dgp | 2008-10-08 | 1 | -0/+5 |
| | | | | [wm iconphoto] to match the new message. [Bug 2021443] | ||||
* | Removed dependency on default precision | patthoyts | 2008-10-07 | 1 | -1/+4 |
| | |||||
* | Removed dependency on default precision | patthoyts | 2008-10-06 | 1 | -0/+1 |
| | |||||
* | Removed dependency on default precision | patthoyts | 2008-10-06 | 1 | -0/+2 |
| | |||||
* | Fixed some incorrect error string results and removed precision dependencies ↵ | patthoyts | 2008-10-06 | 1 | -0/+6 |
| | | | | in entry tests | ||||
* | Fixed tests for Vista (cannot write to C:\) | patthoyts | 2008-10-06 | 1 | -0/+1 |
| | |||||
* | Corrected some errors from the previous commit | patthoyts | 2008-10-06 | 1 | -0/+4 |
| | |||||
* | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 1 | -0/+27 |
| | |||||
* | Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563] | dkf | 2008-10-03 | 1 | -0/+8 |
| | |||||
* | doc fixes | Joe Mistachkin | 2008-10-02 | 1 | -0/+6 |
| | |||||
* | Implemented TIP #236 from patch by Neil McKay. | dkf | 2008-09-30 | 1 | -0/+8 |
| | |||||
* | Fix [Bug 2123813] | dkf | 2008-09-23 | 1 | -0/+3 |
| | |||||
* | Fix [Bug 2118116] | dkf | 2008-09-23 | 1 | -5/+10 |
| | |||||
* | add global tk_strickMotif | tmh | 2008-09-09 | 1 | -0/+4 |
| | |||||
* | Bug [2098425] docs typo | tmh | 2008-09-08 | 1 | -0/+4 |
| | |||||
* | * generic/tk.h: Dropped use of _ANSI_ARGS_ macro to preserve | dgp | 2008-09-03 | 1 | -0/+5 |
| | | | | * generic/tkSelect.h: Tk's TCL_NO_DEPRECATED build. | ||||
* | Update to tcltest2 | aniap | 2008-08-30 | 1 | -31/+47 |
| | |||||
* | * unix/tkConfig.sh.in: Added @XFT_LIBS@ to the definition of TK_LIBS | dgp | 2008-08-29 | 1 | -1/+5 |
| | | | | | to avoid link failures when a "big wish" program links against a --disable-shared build of libtk. (Discovered building expectTk). |