summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tkText.c:hobbs2001-12-052-20/+20
* Add TK patch 481148 to implement TIP 74, themdejong2001-12-043-3/+16
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-2310-450/+178
* added static to TextGetText and popStack func definitionshobbs2001-11-211-3/+3
* (DestroyText): plugged mem leak when not clearing stack (callewaert)hobbs2001-11-211-8/+8
* * generic/tkText.c (TextGetText): reworked to use DString forhobbs2001-11-201-54/+58
* added TIP#26 text widget undo/redo functionalityhobbs2001-11-133-81/+682
* Minor fixes to TkCursor.nextPtr field handling [adapted from Patch 473875]dkf2001-10-231-3/+3
* * generic/tkWindow.c (OpenIM): Added simple XIM patch to enablehobbs2001-10-161-1/+6
* implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpointtmh2001-10-124-15/+34
* Added -uniform option to grid's row/columnconfigure.pspjuth2001-09-301-6/+139
* Added labelframe widget. TIP#18.pspjuth2001-09-263-60/+937
* Geometry manager changes to support TIP#18.pspjuth2001-09-2611-51/+241
* * Corrected definition ofdgp2001-09-254-7/+25
* Update to handle change indgp2001-09-241-2/+3
* Pack accepted asymmetric values for -ipadx/y.pspjuth2001-09-231-5/+19
* * generic/tkWindow.c (Tk_CreateAnonymousWindow):hobbs2001-09-212-6/+2
* minor cast fixes to prevent 64bit warningshobbs2001-09-212-9/+9
* (TkpScanWindowId): changed decl to usehobbs2001-09-213-8/+8
* correct Window id's to be of type Windowhobbs2001-09-212-8/+7
* * Corrected type definition ofdgp2001-09-172-4/+4
* * generic/tkImgGIF.c:andreas_kupries2001-09-144-5/+15
* * tests/config.test: added config-14.1 to test namespace importhobbs2001-08-299-300/+142
* Fixed a bug where adjacent 'x' and '^' where not handled properly.pspjuth2001-08-221-3/+11
* generic/tkPack.c (TkParsePadAmount): added lint init for sepChar.hobbs2001-08-221-2/+2
* Objectified grid and pack commands.pspjuth2001-08-214-542/+554
* TkGetWindowFromObj was useless CPU waster; now caches window names *safely*dkf2001-08-213-17/+115
* Grid configure rejected initial "x" and "^". [Bug #418664]pspjuth2001-08-181-2/+3
* The selection highlighting of text objects in the canvas widgetdrh2001-08-171-4/+4
* Fixed a stupid error that's been in there for ages...dkf2001-08-171-6/+7
* Register Tk's object types with Tcl (Tcl Bug 450545)dkf2001-08-1510-37/+89
* *Bumped up patchlevel to 8.4a4 to distinguishdgp2001-08-081-3/+3
* * TIP 44 changes specific to the Mac anddgp2001-08-062-8/+9
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-012-10/+10
* * generic/default.h: Include tkWinDefault.hmdejong2001-07-241-2/+3
* The code for generating postscript of a bitmap image was apparently neverdrh2001-07-141-46/+140
* * tests/canvas.test:hobbs2001-07-041-13/+8
* * generic/tkEntry.c: corrected missing Tcl_Release that causedhobbs2001-07-032-28/+52
* * generic/tkCanvArc.c:hobbs2001-07-037-279/+266
* * generic/tkImgGIF.c (Mgetc): corrected screwy use of ternaryhobbs2001-07-031-2/+3
* * generic/tkWindow.c (Tk_DestroyWindow): changed to usehobbs2001-07-031-7/+7
* * library/console.tcl:hobbs2001-07-032-18/+104
* * generic/tkEntry.c (DestroyEntry): used Tcl_EventuallyFreehobbs2001-07-021-4/+6
* Upgraded frame to use the newer TK_OPTIONpspjuth2001-05-282-136/+235
* * doc/TkInitStubs.3:hobbs2001-05-222-5/+5
* implement TIP11, -compound option for menubutton widgettmh2001-05-212-2/+27
* Better handling of when image creation nukes the main window so nowdkf2001-04-121-3/+8
* * generic/tkMenu.c (TkInvokeMenu): checked for menu deletionhobbs2001-04-031-7/+13
* * tests/listbox.test: added test listbox-27.1, delete duringhobbs2001-04-031-14/+17
* * tests/entry.test: added tests entry-20.*, delete during widgethobbs2001-04-031-11/+53