summaryrefslogtreecommitdiffstats
path: root/generic/tkGrid.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
|\
| * Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-2/+2
* | Fix bug [897ffea89f]: Tk allows management loops. Provide access to a window'sculler2019-04-061-8/+15
|\ \ | |/
| * Rename Tk_GetGeomMaster to TkGetGeomMaster and remove extraneous call toculler2019-04-061-1/+1
| * Let the branch compile with MSVC.fvogel2019-04-051-1/+2
| * Fix bug [897ffea89f]: Tk allows management loopsculler2019-04-051-8/+14
* | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
* | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-20/+20
* | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-1/+1
* | Enhance the tests for <<NoManagedChild>>, and fix the implementation so that ...fvogel2018-10-291-4/+8
* | Documentationdkf2018-10-281-3/+4
* | Merge trunkoehhar2018-09-231-14/+19
|\ \
| * | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-2/+2
| |/
| * Change variable name from gridPtr2 to slavePtr since it really is a slave.fvogel2017-12-231-12/+12
| * Fix [aa7679685e]: Destroying a master-window .. then crashfvogel2017-12-211-0/+1
| * Fix [6b2fd1e881]: grid documentation for default for -row is wrongfvogel2017-11-111-1/+2
| * Fixed [6aea69fccb] - grid configure -in problem. Patch by Koen Danckaert.fvogel2016-10-301-0/+3
* | Use the event name of the TIP: NoManagedChildoehhar2018-09-221-2/+2
* | Update to implement TIP518 event name changeoehhar2018-09-221-4/+4
* | (Modernized) patch from egavilan to fix [2863003fff] and [d6b95ce492] - tk fr...fvogel2016-09-211-3/+5
|/
* [a6c2807c13] Don't let forgotten slave trick us into layout computations outs...dgp2015-02-061-2/+2
|\
| * [a6c2807c13] Don't let forgotten slave trick us into layout computationsdgp2015-02-061-2/+2
* | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-4/+4
* | more places convertedjan.nijtmans2013-01-241-14/+14
* | more auditing of error codesdkf2012-07-301-11/+6
* | Working towards making the error codes more consistent.dkf2012-07-301-2/+2
* | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-34/+36
* | Much more cleaning up of result handling.dkf2012-07-231-98/+104
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-1/+35
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * 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
|\ \ \ | |/ /
| * | [Bug 723765]: When a slave was removed from grid,pspjuth2011-04-041-0/+40
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-16/+15
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-3/+3
* | | Bug fix in grid/pack collision detect.pspjuth2009-09-181-1/+2
* | | Give an error if grid and pack are used in the same master. [Patch 2475855]pspjuth2009-08-191-1/+48
* | | - eliminate some unnessary type castsnijtmans2009-02-031-10/+10
* | | More small changes to use C89 better and manage the result more efficiently.dkf2008-11-081-3/+2
* | | Add "const" to many internalnijtmans2008-10-171-5/+5
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-61/+61
|/ /