| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix gcc warning: ignoring return value of ‘strtol’, | nijtmans | 2009-12-16 | 1 | -0/+9 |
|
|
* | * generic/tkConfig.c: Added another dimension of refCounting to the | dgp | 2009-12-15 | 1 | -0/+9 |
|
|
* | Split out presentation-form decision code into clearer procedure. | dkf | 2009-12-15 | 1 | -15/+21 |
|
|
* | * library/demos/unicodeout.tcl: Added code to check for | Kevin B Kenny | 2009-12-15 | 1 | -2/+11 |
|
|
* | [Bugs 220600, 220690]: Comment that TkWinChildProc is exported | nijtmans | 2009-12-12 | 1 | -1/+1 |
|
|
* | [Bugs 220600, 220690]: Comment that TkWinChildProc is exported | nijtmans | 2009-12-12 | 1 | -0/+6 |
|
|
* | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-12 | 1 | -0/+2 |
|
|
* | Fix dependancies on ${TKSTUBLIB} when | nijtmans | 2009-12-12 | 1 | -0/+5 |
|
|
* | [Bug 2912473]: Stop problems caused by display names with a double colon in. | dkf | 2009-12-11 | 1 | -0/+5 |
|
|
* | Added demo of ttk::scale widget. | dkf | 2009-12-10 | 1 | -0/+4 |
|
|
* | Apply [Bug 2911570]'s patch to make color value hashing work on 64-bit. | dkf | 2009-12-09 | 1 | -0/+4 |
|
|
* | Improve generation of EWMH hints for windows. | dkf | 2009-12-09 | 1 | -11/+18 |
|
|
* | [Bug 2864685] Set correct extended window manager hints on Tk menus. | patthoyts | 2009-12-08 | 1 | -18/+24 |
|
|
* | win/Makefile.in Use tktest86.dll for all tests. | nijtmans | 2009-12-02 | 1 | -1/+7 |
|
|
* | win/configure (regenerated, previous version didn't match tcl.m4) | nijtmans | 2009-12-02 | 1 | -0/+4 |
|
|
* | Better dependancies in case of static build. | nijtmans | 2009-11-30 | 1 | -0/+5 |
|
|
* | Make all internal initialization | nijtmans | 2009-11-29 | 1 | -0/+12 |
|
|
* | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE. | stwo | 2009-11-25 | 1 | -0/+6 |
|
|
* | Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuck | dkf | 2009-11-24 | 1 | -0/+6 |
|
|
* | * library/safetk.tcl (::safe::loadTk): [Bug 2902573]: Fixed access | andreas_kupries | 2009-11-23 | 1 | -0/+7 |
|
|
* | Better fix for the problem when someone tricks make into thinking 'test' is a | dkf | 2009-11-23 | 1 | -2/+7 |
|
|
* | Make sure the window is still present when handling delayed activation [Bug 2... | patthoyts | 2009-11-22 | 1 | -0/+3 |
|
|
* | Include tk stubs in the tktest link line due to nijtmans recent changes | patthoyts | 2009-11-22 | 1 | -0/+4 |
|
|
* | [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeing | dkf | 2009-11-21 | 1 | -13/+24 |
|
|
* | Compile tkTest.c and friends with Stubs | nijtmans | 2009-11-19 | 1 | -0/+4 |
|
|
* | doc/GetHINSTANCE.3 Fix mentioned header file | nijtmans | 2009-11-19 | 1 | -0/+3 |
|
|
* | [Bug 2899685]: fix the redraw logic of [imove] | ferrieux | 2009-11-19 | 1 | -0/+4 |
|
|
* | [Patch #2883533] tcl.m4 support for Haiku OS | nijtmans | 2009-11-19 | 1 | -0/+6 |
|
|
* | Fix [Bug 2900121] by inverting the sense of the test. | dkf | 2009-11-19 | 1 | -0/+5 |
|
|
* | Added note that the 'move' operation restores detached nodes. | dkf | 2009-11-15 | 1 | -6/+11 |
|
|
* | [update] hygiene. | jenglish | 2009-11-12 | 1 | -0/+11 |
|
|
* | * generic/tkPlatDecls.h: Restore C++ friendliness to the | dgp | 2009-11-11 | 1 | -0/+6 |
|
|
* | Undo the reversal of the win/Makefile.in changes, that part was ok. | andreas_kupries | 2009-11-10 | 1 | -3/+3 |
|
|
* | * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20 | andreas_kupries | 2009-11-10 | 1 | -0/+7 |
|
|
* | Some code consolidation (don't scatter deletion code where unnecessary). | dkf | 2009-11-09 | 1 | -19/+24 |
|
|
* | Fix for [Bug 1739613] | Joe Mistachkin | 2009-11-02 | 1 | -0/+7 |
|
|
* | minor doc fix for htmlhelp | Joe Mistachkin | 2009-11-01 | 1 | -0/+4 |
|
|
* | Uniform, extensible syntax for [$w identify] methods: | jenglish | 2009-11-01 | 1 | -0/+14 |
|
|
* | [Bug 1825353] Fix tiny fixed font on Russian Windows. | patthoyts | 2009-10-29 | 1 | -0/+7 |
|
|
* | * unix/Makefile.in: Remove $(PACKAGE).* and prototype from the | dgp | 2009-10-26 | 1 | -0/+5 |
|
|
* | Fix [Bug 2809525] by limiting X11 color name lengths. | dkf | 2009-10-25 | 1 | -0/+4 |
|
|
* | Fix [Bug 1854913] by improving the class bindings. | dkf | 2009-10-25 | 1 | -0/+6 |
|
|
* | [Patch 1530276]: Improve no-indicator check/radio buttons on Unix. | dkf | 2009-10-24 | 1 | -0/+6 |
|
|
* | Apply (slight cleaner, tested) version of [Patch 1469210]. | dkf | 2009-10-22 | 1 | -0/+5 |
|
|
* | Make the handling of the filter index the same as in GetFileNameW! | dkf | 2009-10-22 | 1 | -0/+3 |
|
|
* | Deal with [Patch 2168768], so making the -typevariable option work consistently | dkf | 2009-10-22 | 1 | -0/+9 |
|
|
* | Fix [Bug 2883712] by factoring out the problem code. | dkf | 2009-10-22 | 1 | -17/+21 |
|
|
* | Bug fix for #2875562 | nijtmans | 2009-10-21 | 1 | -0/+6 |
|
|
* | Also removed the long outdated and broken | dgp | 2009-10-20 | 1 | -1/+5 |
|
|
* | * unix/Makefile.in: Compiling Tk no longer requires header files | dgp | 2009-10-20 | 1 | -2/+8 |
|
|