| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 8 colors to the supported color list (aqua, crimson, fuchsia, indigo, lim... | jan.nijtmans | 2012-09-28 | 1 | -0/+2 |
|
|
* | _Xconst -> CONST | jan.nijtmans | 2012-02-21 | 1 | -1/+1 |
|
|
* | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 1 | -0/+7 |
|
|
* | 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 |
|
|
* | * generic/tkEvent.c (Tk_HandleEvent): Fixup button | mdejong | 2003-02-18 | 1 | -1/+3 |
|
|
* | Moved 'deletionEpoch' field from TkDisplay to TkMainInfo. | jenglish | 2003-01-28 | 1 | -2/+2 |
|
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 1 | -2/+2 |
|
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -7/+7 |
|
|
* | Objectifed wm. [Patch #564521] | pspjuth | 2002-07-25 | 1 | -3/+4 |
|
|
* | Added TIP#48 style engine implementation | dkf | 2002-06-18 | 1 | -1/+4 |
|
|
* | * generic/tkCmds.c (Tk_TkObjCmd): | hobbs | 2002-06-17 | 1 | -1/+18 |
|
|
* | * generic/tkBind.c (HandleEventGenerate): | hobbs | 2002-06-15 | 1 | -3/+5 |
|
|
* | * generic/tkCmds.c (Tk_TkObjCmd): | hobbs | 2002-06-15 | 1 | -4/+8 |
|
|
* | * generic/tkInt.h: | hobbs | 2002-06-15 | 1 | -8/+4 |
|
|
* | * generic/tkEvent.c (Tk_HandleEvent): | hobbs | 2002-06-15 | 1 | -1/+6 |
|
|
* | * generic/tk.decls: added TIP #84 implementation that adds a | hobbs | 2002-06-15 | 1 | -1/+8 |
|
|
* | * generic/tkInt.h: | hobbs | 2002-04-12 | 1 | -3/+4 |
|
|
* | * generic/tkInt.h: added TK_XIM_SPOT #define (default 1). | hobbs | 2002-04-05 | 1 | -4/+16 |
|
|
* | TIP #41 implementation, panedwindow [Patch #512503] (melski) | hobbs | 2002-02-22 | 1 | -1/+5 |
|
|
* | * Updated Tk's console to CONSTified channel driver interface. | dgp | 2002-01-15 | 1 | -3/+3 |
|
|
* | Added labelframe widget. TIP#18. | pspjuth | 2001-09-26 | 1 | -1/+4 |
|
|
* | Geometry manager changes to support TIP#18. | pspjuth | 2001-09-26 | 1 | -3/+17 |
|
|
* | Objectified grid and pack commands. | pspjuth | 2001-08-21 | 1 | -5/+7 |
|
|
* | TkGetWindowFromObj was useless CPU waster; now caches window names *safely* | dkf | 2001-08-21 | 1 | -1/+6 |
|
|
* | Register Tk's object types with Tcl (Tcl Bug 450545) | dkf | 2001-08-15 | 1 | -1/+16 |
|
|
* | * library/console.tcl: | hobbs | 2001-07-03 | 1 | -1/+2 |
|
|
* | Overall change: Implemented TIP 5, which exports | ericm | 2000-11-22 | 1 | -28/+2 |
|
|
* | * tests/place.test: Extended test suite to test error returns from | ericm | 2000-08-08 | 1 | -3/+4 |
|
|
* | * generic/tkWindow.c: Updated [selection] command entry to use | ericm | 2000-08-07 | 1 | -3/+4 |
|
|
* | * generic/tkWindow.c: Updated "grab" command entry to use | ericm | 2000-08-04 | 1 | -8/+14 |
|
|
* | * generic/tkInt.h: Removed Tk_AfterCmd function prototype; the | ericm | 2000-08-03 | 1 | -3/+1 |
|
|
* | * generic/tkInt.h: Replace Tk_BindCmd prototype with | ericm | 2000-08-03 | 1 | -3/+4 |
|
|
* | * tests/bind.test: Tweaked expected error messages for [bindtags] | ericm | 2000-08-03 | 1 | -3/+4 |
|
|
* | * generic/tkCmds.c (Tk_TkwaitObjCmd): Tcl_Obj'ified [tkwait] command. | ericm | 2000-08-02 | 1 | -3/+4 |
|
|
* | * generic/tkInt.h: Replaced prototype for Tk_MessageCmd with | ericm | 2000-08-02 | 1 | -3/+4 |
|
|
* | * generic/tkInt.h: Removed prototype for Tk_ClipboardCmd, added | ericm | 2000-08-01 | 1 | -3/+4 |
|
|
* | * doc/spinbox.n: (new file) docs for spinbox widget | hobbs | 2000-05-29 | 1 | -1/+4 |
|
|
* | * win/tkWinPointer.c: Changed Mod2Mask in TkWinGetModifierState to | ericm | 2000-04-19 | 1 | -1/+10 |
|
|
* | * tests/xmfbox.test: Updated tests. | ericm | 2000-03-24 | 1 | -3/+4 |
|
|
* | * generic/tkInt.h: moved new TkDisplay useInputMethods structure | hobbs | 2000-01-21 | 1 | -2/+5 |
|
|
* | * generic/tkCmds.c: | hobbs | 1999-12-16 | 1 | -1/+2 |
|
|