summaryrefslogtreecommitdiffstats
path: root/generic/tkGrid.c
Commit message (Expand)AuthorAgeFilesLines
* Purge RCS Keywords.dgp2011-06-081-2/+0
* * generic/tkGrid.c: Stop crash due to list intrep shimmer [Bug 1677608]dgp2007-05-151-2/+18
* Correction to 1432666 fix.pspjuth2006-04-121-6/+1
* * generic/tkGrid.c: Fixed handling of out of bounds row or column.dgp2006-04-121-7/+116
* * tests/grid.test: fix segfault on empty index listhobbs2006-04-051-26/+31
* Fix [Bug 1252702]dkf2005-08-111-2/+2
* Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-111-9/+1
* Fixed a bug in grid geometry calculations forpspjuth2004-02-181-16/+14
* The grid size was not updated properlypspjuth2002-10-101-8/+3
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-3/+3
* * generic/tkGrid.c (GridReqProc): check that gridPtr is not NULLhobbs2002-06-221-2/+2
* Corrected the test for grid propagate change. [Bug #571433]pspjuth2002-06-201-3/+4
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-141-3/+3
* * Updates to handle change in type of tablePtrdgp2002-01-171-5/+5
* * generic/tkBind.c (TkBindFree):dgp2002-01-041-9/+9
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-2/+2
* Added -uniform option to grid's row/columnconfigure.pspjuth2001-09-301-6/+139
* Geometry manager changes to support TIP#18.pspjuth2001-09-261-10/+21
* * Corrected type definition ofdgp2001-09-171-2/+2
* Fixed a bug where adjacent 'x' and '^' where not handled properly.pspjuth2001-08-221-3/+11
* Objectified grid and pack commands.pspjuth2001-08-211-356/+378
* Grid configure rejected initial "x" and "^". [Bug #418664]pspjuth2001-08-181-2/+3
* Asymmetric padding in "pack" and "grid" geometry managersdrh2001-02-121-24/+27
* * generic/tkGrid.c (Tk_GridCmd): Split [grid] subcommands intoericm2000-08-021-535/+794
* * generic/tkGrid.c: Fixed bogus logic in [grid propagate] thatericm2000-04-171-2/+9
* * generic/tkGrid.c (InitMasterData): fixed uninit'd data inhobbs2000-04-081-3/+3
* * tests/grid.test: Added a test for the consecutive ^ and multipleericm2000-01-201-10/+14
* * generic/tkGrid.c: changed Tcl_Alloc to ckallochobbs1999-11-101-7/+7
* Patches from Bug: 2068 2080 2269redman1999-07-011-6/+6
* * Merged 8.1 branch into the main trunkstanton1999-04-161-37/+57
* * generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancelscriptics_tclpro_1_2_b1stanton1999-01-061-1/+4
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+2615