Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 12 | -896/+910 |
* | 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 | donal.k.fellows@manchester.ac.uk | 2008-10-20 | 1 | -2/+2 |
* | Correct mistake in [tk busy configure]. | donal.k.fellows@manchester.ac.uk | 2008-10-20 | 1 | -27/+27 |
* | fix compile errors and warnings | dgp@users.sourceforge.net | 2008-10-20 | 1 | -9/+10 |
* | Factor out the platform-specific bits of [tk busy]. [Bug 2180919] | donal.k.fellows@manchester.ac.uk | 2008-10-20 | 10 | -428/+617 |
* | msvc uses __inline, so added the necessary macro now that we are using this | patthoyts@users.sourceforge.net | 2008-10-19 | 1 | -3/+4 |
* | Implementation of the [tk busy] command on non-OSX. | donal.k.fellows@manchester.ac.uk | 2008-10-18 | 14 | -50/+1988 |
* | [Bug 1825353] To fix a problem with tiny fonts on Russian versions of | patthoyts@users.sourceforge.net | 2008-10-18 | 2 | -3/+22 |
* | Avoid const jiggling by using Tcl_SetObjResult | patthoyts@users.sourceforge.net | 2008-10-18 | 1 | -2/+3 |
* | Add "const" to many internal | nijtmans | 2008-10-17 | 51 | -347/+397 |
* | 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@users.sourceforge.net | 2008-10-17 | 2 | -6/+46 |
* | Add "const" to many internal | nijtmans | 2008-10-15 | 12 | -35/+49 |
* | Added new utility function: TkNewWindowObj() | donal.k.fellows@manchester.ac.uk | 2008-10-14 | 3 | -107/+141 |
* | Correct error result generation of [$canvas select clear $bogus]. | donal.k.fellows@manchester.ac.uk | 2008-10-11 | 3 | -4/+14 |
* | *** 8.6a3 TAGGED FOR RELEASE *** | dgp@users.sourceforge.net | 2008-10-10 | 2 | -1/+24 |
* | * tests/entry.test: Restore test naming consistency with Tk 8.5. | dgp@users.sourceforge.net | 2008-10-10 | 2 | -293/+297 |
* | removed bogus comment | donal.k.fellows@manchester.ac.uk | 2008-10-09 | 1 | -3/+3 |
* | * generic/tkListbox.c: Make literal return values consistent with | dgp@users.sourceforge.net | 2008-10-09 | 3 | -74/+90 |
* | Restored test naming consistency with Tk 8.5 tests. | dgp@users.sourceforge.net | 2008-10-09 | 1 | -114/+123 |
* | comment formatting | donal.k.fellows@manchester.ac.uk | 2008-10-09 | 1 | -4/+3 |
* | * unix/tcl.m4: fix for bug [2073255] | nijtmans | 2008-10-08 | 3 | -22/+27 |
* | * tests/textDisp.test (textDisp-16.34): Update test that tested | dgp@users.sourceforge.net | 2008-10-08 | 2 | -8/+18 |
* | typo | dgp@users.sourceforge.net | 2008-10-08 | 1 | -1/+1 |
* | * tests/scrollbar.test: Revised testing of the cget subcommand so | dgp@users.sourceforge.net | 2008-10-08 | 3 | -22/+27 |
* | * tests/canvText.test (canText-17.1): Update expected result to | dgp@users.sourceforge.net | 2008-10-08 | 2 | -3/+7 |
* | * unix/tkUnixWm.c: Restored consistency of error messages from | dgp@users.sourceforge.net | 2008-10-08 | 4 | -11/+12 |
* | * tests/wm.test: Update expected error messages from | dgp@users.sourceforge.net | 2008-10-08 | 2 | -3/+8 |
* | and another one | dgp@users.sourceforge.net | 2008-10-07 | 1 | -1/+3 |
* | Simpleminded protection against fatal error when env(TEMP) is not defined. | dgp@users.sourceforge.net | 2008-10-07 | 1 | -1/+3 |
* | Removed dependency on default precision | patthoyts@users.sourceforge.net | 2008-10-07 | 4 | -14/+17 |
* | Removed dependency on default precision | patthoyts@users.sourceforge.net | 2008-10-06 | 2 | -24/+25 |
* | Removed dependency on default precision | patthoyts@users.sourceforge.net | 2008-10-06 | 3 | -49/+52 |
* | Fixed some incorrect error string results and removed precision dependencies ... | patthoyts@users.sourceforge.net | 2008-10-06 | 4 | -41/+47 |
* | Fixed tests for Vista (cannot write to C:\) | patthoyts@users.sourceforge.net | 2008-10-06 | 2 | -5/+8 |
* | Corrected some errors from the previous commit | patthoyts@users.sourceforge.net | 2008-10-06 | 2 | -4/+6 |
* | minor improvements in legibility | donal.k.fellows@manchester.ac.uk | 2008-10-05 | 3 | -551/+598 |
* | minor corrections | donal.k.fellows@manchester.ac.uk | 2008-10-05 | 2 | -6/+5 |
* | Greatly clean up Tk's handling of the writability of the Tcl result object. | donal.k.fellows@manchester.ac.uk | 2008-10-05 | 25 | -402/+400 |
* | typo | donal.k.fellows@manchester.ac.uk | 2008-10-03 | 2 | -4/+4 |
* | Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563] | donal.k.fellows@manchester.ac.uk | 2008-10-03 | 8 | -234/+267 |
* | doc fixes | Joe Mistachkin | 2008-10-02 | 3 | -4/+10 |
* | Minor improvements | donal.k.fellows@manchester.ac.uk | 2008-10-01 | 1 | -31/+25 |
* | Implemented TIP #236 from patch by Neil McKay. | donal.k.fellows@manchester.ac.uk | 2008-09-30 | 4 | -160/+388 |
* | Fix [Bug 2123813] | donal.k.fellows@manchester.ac.uk | 2008-09-23 | 2 | -2/+5 |
* | Fix [Bug 2118116] | donal.k.fellows@manchester.ac.uk | 2008-09-23 | 81 | -166/+332 |
* | a final fix | tmh | 2008-09-09 | 1 | -4/+4 |