summaryrefslogtreecommitdiffstats
path: root/generic/tkGrid.c
Commit message (Expand)AuthorAgeFilesLines
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\
| * 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
* | [Bug 723765]: When a slave was removed from grid,pspjuth2011-04-041-0/+40
* | * generic/tkGrid.c: Stop crash due to list intrep shimmer [Bug 1677608]dgp2007-05-151-3/+23
* | Fix minor K&R-ismdkf2007-02-121-199/+205
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-2/+2
* | * generic/tkWindow.c (Tk_NameToWindow): Allow NULL interp topspjuth2006-04-111-16/+118
* | * tests/grid.test: fix segfault on empty or "all" index listhobbs2006-04-051-27/+36
* | Removed a lingering error message from TIP#147 implementation.pspjuth2006-01-111-1/+7
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-47/+36
* | Lots of ANSIfying of function decls.dkf2005-11-171-4/+4
* | assorted typos and errors caught by compilerdgp2005-08-111-2/+2
* | Getting more systematic about styledkf2005-08-101-544/+596
* | Style&clarity fixesdkf2005-04-041-309/+315
* | Fixed bug in geometry calculations forpspjuth2005-04-031-7/+12
* | Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-111-9/+1
* | Made handling of ^ a bit more consistent inpspjuth2004-11-071-20/+67
* | fix lint warningshobbs2004-03-161-1/+2
* | Fixed a bug in grid geometry calculations forpspjuth2004-02-181-22/+22
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-2/+2
* | Implementation of TIP#146,pspjuth2004-01-091-109/+189
* | Fixed a small mistake in previous checkin.pspjuth2003-09-181-5/+6
* | Implementation of TIP#147, "Make Grid's Column/Row Configure Easier".pspjuth2003-09-181-110/+170
* | Reworked a part of grid's geometry computationspspjuth2003-09-161-20/+86
* | * generic/tkGrid.c (GridStructureProc, ConfigureSlaves):mdejong2003-03-121-27/+48
|/
* 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