| Commit message (Expand) | Author | Age | Files | Lines |
* | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-23 | 1 | -2/+3 |
|
|
* | Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality. | jan.nijtmans | 2014-05-22 | 1 | -4/+5 |
|
|
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 1 | -2/+2 |
|
|
* | Make "menu" a normal command, initialized like any other Tk command. | jan.nijtmans | 2013-10-29 | 1 | -1/+3 |
|
|
* | 3607830 Runtime checks that Xkb is available in the X server before trying to | dgp | 2013-04-01 | 1 | -0/+1 |
|\ |
|
| * | Runtime check for Xkb support in X server. | dgp | 2013-04-01 | 1 | -0/+1 |
|
|
| * | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, lim... | jan.nijtmans | 2012-09-28 | 1 | -0/+2 |
| |\ |
|
| | * | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, lim... | jan.nijtmans | 2012-09-28 | 1 | -0/+2 |
|
|
| * | | Type correctness fix, to stop compiler complaint. | dkf | 2012-07-12 | 1 | -1/+1 |
|
|
* | | | merge trunk | dkf | 2012-08-27 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | better wrapper, with one less roundtrip through X11 server | jan.nijtmans | 2012-07-16 | 1 | -0/+2 |
|
|
* | | | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -1/+1 |
|/ / / |
|
* | | | Type correctness fix, to stop compiler complaint | jan.nijtmans | 2012-07-12 | 1 | -1/+1 |
|
|
* | | | Fix text clipping when working with the Xft-based renderer. | dkf | 2012-06-12 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Fix text clipping when working with the Xft-based renderer. | dkf | 2012-06-12 | 1 | -0/+3 |
|
|
* | | | _Xconst -> const | jan.nijtmans | 2012-02-21 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | _Xconst -> CONST | jan.nijtmans | 2012-02-21 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | _Xconst -> CONST | jan.nijtmans | 2012-02-21 | 1 | -1/+1 |
|
|
* | | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -0/+8 |
|\ \ \
| |/ / |
|
| * | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -0/+7 |
| |\ \
| | |/ |
|
| | * | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 1 | -0/+7 |
|
|
* | | | Fix for bug 3410609; confirmed to work on UK keyboard. | dkf | 2011-10-25 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Tentative fix for bug 3410609 - use the keysym returned by XLookupString in p...bug_3410609 | Kevin B Kenny | 2011-10-01 | 1 | -0/+2 |
|
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTION | hobbs | 2006-09-06 | 1 | -1/+4 |
|
|
| | * | * generic/tkInt.h: Thread safety for the data structures of | dgp | 2006-06-05 | 1 | -4/+1 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -3/+3 |
|
|
| | * | * generic/tkInt.h: add MODULE_SCOPE and WORDS_BIGENDIAN checks | hobbs | 2005-10-10 | 1 | -1/+40 |
|
|
| | * | * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd. | hobbs | 2005-07-28 | 1 | -4/+5 |
|
|
| | * | Improved version of Michael Kirkham's fix for parsing pad values. [1098779] | dkf | 2005-01-11 | 1 | -1/+6 |
|
|
| | * | * generic/tkInt.h: Backport of shutdown safety mods from the HEAD | davygrvy | 2004-10-27 | 1 | -1/+6 |
|
|
| | * | Backport of 8.5 wm iconphoto that added support for Tk photo | hobbs | 2004-10-05 | 1 | -1/+4 |
|
|
| | * | * generic/tkInt.h: move TkGetOptionSpec to stubs intDecls | hobbs | 2003-10-13 | 1 | -4/+1 |
|
|
| * | | Fix [Bug 1373712] and [Bug 1924761]. | dkf | 2010-01-02 | 1 | -4/+19 |
|
|
| * | | [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work. | dkf | 2010-01-01 | 1 | -3/+4 |
|
|
| * | | Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ... | nijtmans | 2009-06-27 | 1 | -20/+2 |
|
|
| * | | Private-export functions that were being used in extensions. [Bug 2768945] | dkf | 2009-04-27 | 1 | -25/+1 |
|
|
| * | | Backport of the Millipeter patch [1813597,2218964] | ferrieux | 2008-12-21 | 1 | -1/+6 |
|
|
| * | | ensure WORDS_BIGENDIAN #define agrees with autoconf | das | 2008-04-02 | 1 | -2/+2 |
|
|
* | | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): | dkf | 2010-12-02 | 1 | -14/+3 |
|
|
* | | | [Patch 3009998]: Replace binding procedures with ordinary event handlers | jenglish | 2010-06-19 | 1 | -9/+1 |
|
|
* | | | Formatting | nijtmans | 2010-04-23 | 1 | -16/+2 |
|
|
* | | | tkPort.h already includes tk.h, which includes tcl.h | nijtmans | 2010-04-20 | 1 | -7/+1 |
|
|
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 1 | -1/+2 |
|
|
* | | | CONSTify Tk_SetClassProcs | nijtmans | 2010-01-10 | 1 | -2/+2 |
|
|
* | | | [Bug 2926819]: Factor out the pointer warping code a bit better and extend it | dkf | 2010-01-06 | 1 | -2/+5 |
|
|
* | | | Fix [Bug 1373712] and [Bug 1924761]. | dkf | 2010-01-02 | 1 | -1/+17 |
|
|
* | | | [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work. | dkf | 2010-01-01 | 1 | -3/+4 |
|
|