Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix many warnings related to the -Wshadow gcc compiler flag | jan.nijtmans | 2020-10-05 | 1 | -17/+16 |
| | |||||
* | Last TIP #581 changes. 100% done now | jan.nijtmans | 2020-09-27 | 1 | -1/+1 |
| | |||||
* | TIP #581: grid/pack/place implementation (internal) and documentation | jan.nijtmans | 2020-09-04 | 1 | -367/+367 |
| | |||||
* | Another round of TIP #581-related name changes. Now merely concentrated on ↵ | jan.nijtmans | 2020-09-03 | 1 | -28/+28 |
| | | | | consistancy in the test-cases | ||||
* | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c | jan.nijtmans | 2020-09-03 | 1 | -314/+314 |
| | | | More Master->Container-related changes | ||||
* | Implement part of TIP #581: Master/Slave. Not complete yet, and also the ↵ | jan.nijtmans | 2020-09-03 | 1 | -4/+5 |
| | | | | change to TkGetGeomContainer/TkGetTransientContainer is left out for now. | ||||
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -2/+2 |
| | |||||
* | Rename Tk_GetGeomMaster to TkGetGeomMaster and remove extraneous call to | culler | 2019-04-06 | 1 | -1/+1 |
| | | | Unlink in tkPack.c. | ||||
* | Let the branch compile with MSVC. | fvogel | 2019-04-05 | 1 | -1/+2 |
| | |||||
* | Fix bug [897ffea89f]: Tk allows management loops | culler | 2019-04-05 | 1 | -8/+14 |
| | |||||
* | Change variable name from gridPtr2 to slavePtr since it really is a slave. | fvogel | 2017-12-23 | 1 | -12/+12 |
| | |||||
* | Fix [aa7679685e]: Destroying a master-window .. then crash | fvogel | 2017-12-21 | 1 | -0/+1 |
| | |||||
* | Fix [6b2fd1e881]: grid documentation for default for -row is wrong | fvogel | 2017-11-11 | 1 | -1/+2 |
| | |||||
* | Fixed [6aea69fccb] - grid configure -in problem. Patch by Koen Danckaert. | fvogel | 2016-10-30 | 1 | -0/+3 |
| | |||||
* | [a6c2807c13] Don't let forgotten slave trick us into layout computations ↵ | dgp | 2015-02-06 | 1 | -2/+2 |
|\ | | | | | | | outside the layout grid. | ||||
| * | [a6c2807c13] Don't let forgotten slave trick us into layout computations | dgp | 2015-02-06 | 1 | -2/+2 |
| | | | | | | outside the layout grid. | ||||
* | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk ↵ | jan.nijtmans | 2013-01-26 | 1 | -4/+4 |
| | | | | | | | | to work with "novem" | ||||
* | | more places converted | jan.nijtmans | 2013-01-24 | 1 | -14/+14 |
| | | |||||
* | | more auditing of error codes | dkf | 2012-07-30 | 1 | -11/+6 |
| | | |||||
* | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -2/+2 |
| | | |||||
* | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -34/+36 |
| | | |||||
* | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -98/+104 |
| | | |||||
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -1/+35 |
| | | | | | | ** WORK IN PROGRESS ** | ||||
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
| | * | * generic/tkGrid.c: Stop crash due to list intrep shimmer [Bug 1677608] | dgp | 2007-05-15 | 1 | -2/+18 |
| | | | |||||
| | * | Correction to 1432666 fix. | pspjuth | 2006-04-12 | 1 | -6/+1 |
| | | | |||||
| | * | * generic/tkGrid.c: Fixed handling of out of bounds row or column. | dgp | 2006-04-12 | 1 | -7/+116 |
| | | | | | | | | | | | | * tests/grid.test: [Bug 1432666] | ||||
| | * | * tests/grid.test: fix segfault on empty index list | hobbs | 2006-04-05 | 1 | -26/+31 |
| | | | | | | | | | | | | * generic/tkGrid.c (GridRowColumnConfigureCommand): [Bug 1422430] | ||||
| | * | Fix [Bug 1252702] | dkf | 2005-08-11 | 1 | -2/+2 |
| | | | |||||
| | * | Improved version of Michael Kirkham's fix for parsing pad values. [1098779] | dkf | 2005-01-11 | 1 | -9/+1 |
| | | | |||||
| | * | Fixed a bug in grid geometry calculations for | pspjuth | 2004-02-18 | 1 | -16/+14 |
| | | | | | | | | | | | | a shrinking grid. [Bug 899246] | ||||
* | | | [Bug 723765]: When a slave was removed from grid, | pspjuth | 2011-04-04 | 1 | -0/+40 |
|\ \ \ | |/ / | | | | the -in option was not remembered. | ||||
| * | | [Bug 723765]: When a slave was removed from grid, | pspjuth | 2011-04-04 | 1 | -0/+40 |
| | | | | | | | | | the -in option was not remembered. | ||||
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -16/+15 |
| | | | | | | | | | using useful casts internally. | ||||
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -3/+3 |
| | | | |||||
* | | | Bug fix in grid/pack collision detect. | pspjuth | 2009-09-18 | 1 | -1/+2 |
| | | | | | | | | | | | | Faulty slave was not properly blocked from slave list. [Bug 2859912] | ||||
* | | | Give an error if grid and pack are used in the same master. [Patch 2475855] | pspjuth | 2009-08-19 | 1 | -1/+48 |
| | | | |||||
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | - some internal const decorations - spacing | ||||
* | | | More small changes to use C89 better and manage the result more efficiently. | dkf | 2008-11-08 | 1 | -3/+2 |
| | | | |||||
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. | ||||
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -3/+3 |
| | | | |||||
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -61/+61 |
|/ / | |||||
* | | * generic/tkGrid.c: Stop crash due to list intrep shimmer [Bug 1677608] | dgp | 2007-05-15 | 1 | -3/+23 |
| | | |||||
* | | Fix minor K&R-ism | dkf | 2007-02-12 | 1 | -199/+205 |
| | | |||||
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 1 | -2/+2 |
| | | | | | | | | fix bug #1627732 | ||||
* | | * generic/tkWindow.c (Tk_NameToWindow): Allow NULL interp to | pspjuth | 2006-04-11 | 1 | -16/+118 |
| | | | | | | | | | | | | | | | | Tk_NameToWindow. This fixes TkGetWindowFromObj which promises to handle NULL but didn't. * generic/tkGrid.c: Fixed handling of out of bounds row or column. * tests/grid.test: [Bug 1432666] | ||||
* | | * tests/grid.test: fix segfault on empty or "all" index list | hobbs | 2006-04-05 | 1 | -27/+36 |
| | | | | | | | | * generic/tkGrid.c (GridRowColumnConfigureCommand): [Bug 1422430] | ||||
* | | Removed a lingering error message from TIP#147 implementation. | pspjuth | 2006-01-11 | 1 | -1/+7 |
| | |