Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable test ttk-6.3, it's not applicable [Bug 2175411]. | jenglish | 2008-10-24 | 3 | -16/+15 |
| | | | | | | 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 | 2 | -4/+10 |
| | |||||
* | * README: Bump version number to 8.6a4 | dgp | 2008-10-23 | 9 | -21/+33 |
| | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | fix TkX11 build | das | 2008-10-23 | 1 | -2/+2 |
| | |||||
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 12 | -896/+910 |
| | | | | broken since 8.4 and no-one complained about it. | ||||
* | add tkBusy.c | das | 2008-10-22 | 1 | -1/+7 |
| | |||||
* | fix GenericEvent Tcl_Panic error | das | 2008-10-22 | 1 | -2/+2 |
| | |||||
* | Reduce number of casts | dkf | 2008-10-20 | 1 | -2/+2 |
| | |||||
* | Correct mistake in [tk busy configure]. | dkf | 2008-10-20 | 1 | -27/+27 |
| | |||||
* | fix compile errors and warnings | dgp | 2008-10-20 | 1 | -9/+10 |
| | |||||
* | Factor out the platform-specific bits of [tk busy]. [Bug 2180919] | dkf | 2008-10-20 | 10 | -428/+617 |
| | |||||
* | msvc uses __inline, so added the necessary macro now that we are using this | patthoyts | 2008-10-19 | 1 | -3/+4 |
| | |||||
* | Implementation of the [tk busy] command on non-OSX. | dkf | 2008-10-18 | 14 | -50/+1988 |
| | | | | Adapted from [Patch 1997907] | ||||
* | [Bug 1825353] To fix a problem with tiny fonts on Russian versions of | patthoyts | 2008-10-18 | 2 | -3/+22 |
| | | | | | 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. | ||||
* | Avoid const jiggling by using Tcl_SetObjResult | patthoyts | 2008-10-18 | 1 | -2/+3 |
| | |||||
* | Add "const" to many internal | nijtmans | 2008-10-17 | 51 | -347/+397 |
| | | | | | | | | 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. | ||||
* | fix missing "-Wl," prefix in HP-UX build | nijtmans | 2008-10-17 | 2 | -2/+2 |
| | |||||
* | fix missing "-Wl," prefix in HP-UX build | nijtmans | 2008-10-17 | 2 | -2/+2 |
| | |||||
* | Implemented keyboard bindings for ttk::scale | patthoyts | 2008-10-17 | 2 | -6/+46 |
| | |||||
* | Add "const" to many internal | nijtmans | 2008-10-15 | 12 | -35/+49 |
| | | | | | | | | 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 | 3 | -107/+141 |
| | |||||
* | Correct error result generation of [$canvas select clear $bogus]. | dkf | 2008-10-11 | 3 | -4/+14 |
| | |||||
* | *** 8.6a3 TAGGED FOR RELEASE ***core_8_6_a3 | dgp | 2008-10-10 | 2 | -1/+24 |
| | | | | * changes: Updates for 8.6a3 release. | ||||
* | * tests/entry.test: Restore test naming consistency with Tk 8.5. | dgp | 2008-10-10 | 2 | -293/+297 |
| | | | | | * tests/listbox.test: Remove some more dependency on precision in * tests/spinbox.test: test results. | ||||
* | removed bogus comment | dkf | 2008-10-09 | 1 | -3/+3 |
| | |||||
* | * generic/tkListbox.c: Make literal return values consistent with | dgp | 2008-10-09 | 3 | -74/+90 |
| | | | | | | | | 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. | ||||
* | Restored test naming consistency with Tk 8.5 tests. | dgp | 2008-10-09 | 1 | -114/+123 |
| | |||||
* | comment formatting | dkf | 2008-10-09 | 1 | -4/+3 |
| | |||||
* | * unix/tcl.m4: fix for bug [2073255] | nijtmans | 2008-10-08 | 3 | -22/+27 |
| | | | | * unix/configure: regenerated | ||||
* | * tests/textDisp.test (textDisp-16.34): Update test that tested | dgp | 2008-10-08 | 2 | -8/+18 |
| | | | | | 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 | 3 | -22/+27 |
| | | | | | | | | | | 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 | 2 | -3/+7 |
| | | | | | 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 | 4 | -11/+12 |
| | | | | | * 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 | 2 | -3/+8 |
| | | | | [wm iconphoto] to match the new message. [Bug 2021443] | ||||
* | and another one | dgp | 2008-10-07 | 1 | -1/+3 |
| | |||||
* | Simpleminded protection against fatal error when env(TEMP) is not defined. | dgp | 2008-10-07 | 1 | -1/+3 |
| | |||||
* | Removed dependency on default precision | patthoyts | 2008-10-07 | 4 | -14/+17 |
| | |||||
* | Removed dependency on default precision | patthoyts | 2008-10-06 | 2 | -24/+25 |
| | |||||
* | Removed dependency on default precision | patthoyts | 2008-10-06 | 3 | -49/+52 |
| | |||||
* | Fixed some incorrect error string results and removed precision dependencies ↵ | patthoyts | 2008-10-06 | 4 | -41/+47 |
| | | | | in entry tests | ||||
* | Fixed tests for Vista (cannot write to C:\) | patthoyts | 2008-10-06 | 2 | -5/+8 |
| | |||||
* | Corrected some errors from the previous commit | patthoyts | 2008-10-06 | 2 | -4/+6 |
| | |||||
* | minor improvements in legibility | dkf | 2008-10-05 | 3 | -551/+598 |
| | |||||
* | minor corrections | dkf | 2008-10-05 | 2 | -6/+5 |
| | |||||
* | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 25 | -402/+400 |
| | |||||
* | typo | dkf | 2008-10-03 | 2 | -4/+4 |
| | |||||
* | Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563] | dkf | 2008-10-03 | 8 | -234/+267 |
| | |||||
* | doc fixes | Joe Mistachkin | 2008-10-02 | 3 | -4/+10 |
| | |||||
* | Minor improvements | dkf | 2008-10-01 | 1 | -31/+25 |
| |