| Commit message (Expand) | Author | Age | Files | Lines |
* | 2005-03-23 Jim Ingham <jingham@apple.com> | wolfsuit | 2005-03-23 | 1 | -3/+4 |
|
|
* | Improved version of Michael Kirkham's fix for parsing pad values. [1098779] | dkf | 2005-01-11 | 1 | -1/+6 |
|
|
* | Attempt to fix [Bug 919066] by allowing the code that creates the region | dkf | 2004-10-26 | 1 | -1/+6 |
|
|
* | * doc/wm.n (iconphoto): added support for Tk photo | hobbs | 2004-10-05 | 1 | -1/+4 |
|
|
* | TIP#158 implementation; keypad keys on Win are now distinguishable. | dkf | 2004-07-05 | 1 | -1/+2 |
|
|
* | * generic/tkEvent.c: Added three new functions: TkCreateExitHandler, | davygrvy | 2003-12-21 | 1 | -1/+6 |
|
|
* | * generic/tkInt.h: move TkGetOptionSpec to stubs intDecls | hobbs | 2003-10-13 | 1 | -4/+1 |
|
|
* | Register the type of text indices. Also some exported symbol name policing... | dkf | 2003-10-10 | 1 | -1/+2 |
|
|
* | tip 113 implementation | vincentdarley | 2003-05-19 | 1 | -3/+4 |
|
|
* | * generic/tkBind.c (TkpGetBindingXEvent): Add helper method | mdejong | 2003-04-14 | 1 | -1/+3 |
|
|
* | * 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 |
|
|
* | * generic/tkStubInit.c: | hobbs | 1999-12-14 | 1 | -11/+80 |
|
|
* | * generic/tkInt.h: | hobbs | 1999-12-03 | 1 | -7/+10 |
|
|
* | * generic/tkWindow.c: Changed "listbox" mapping from old-school to | ericm | 1999-11-17 | 1 | -3/+4 |
|
|