summaryrefslogtreecommitdiffstats
path: root/generic/tkPack.c
Commit message (Expand)AuthorAgeFilesLines
* some more int -> size_t changesjan.nijtmans2013-02-011-7/+7
* 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-12/+12
* Generate -errorcode values to go with errors. Generate messages and postscriptdkf2012-08-271-71/+106
|\
| * more auditing of error codesdkf2012-07-301-1/+1
| * Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-24/+35
| * Much more cleaning up of result handling.dkf2012-07-231-49/+51
| * Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-1/+23
|/
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Fix [Bug 1252702]dkf2005-08-111-8/+8
| | * Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-111-81/+1
| | * * generic/tkPack.c (ConfigureSlaves): silence compiler warningdgp2003-07-171-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+3
* | | Bug fix in grid/pack collision detect.pspjuth2009-09-181-1/+3
* | | 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-5/+5
* | | Fix potential divide by zero flagged by clang static analyzerdas2008-12-071-13/+21
* | | More small changes to use C89 better and manage the result more efficiently.dkf2008-11-081-2/+6
* | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-2/+2
* | | Add "const" to many internalnijtmans2008-10-171-4/+4
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-60/+58
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-2/+2
* | Lots of ANSIfying of function decls.dkf2005-11-171-90/+81
* | assorted typos and errors caught by compilerdgp2005-08-111-2/+2
* | Getting more systematic about styledkf2005-08-101-360/+364
* | Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-111-82/+1
* | bug fix [1098779]chengyemao2005-01-091-1/+2
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-4/+4
* | * generic/tkPack.c (ConfigureSlaves): silence compiler warningdgp2003-07-171-2/+2
* | * generic/tkGrid.c (GridStructureProc, ConfigureSlaves):mdejong2003-03-121-21/+22
|/
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-141-5/+5
* * Updates to handle change in type of tablePtrdgp2002-01-171-4/+6
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-2/+2
* Geometry manager changes to support TIP#18.pspjuth2001-09-261-8/+20
* Pack accepted asymmetric values for -ipadx/y.pspjuth2001-09-231-5/+19
* minor cast fixes to prevent 64bit warningshobbs2001-09-211-7/+7
* * Corrected type definition ofdgp2001-09-171-2/+2
* generic/tkPack.c (TkParsePadAmount): added lint init for sepChar.hobbs2001-08-221-2/+2
* Objectified grid and pack commands.pspjuth2001-08-211-178/+166
* Asymmetric padding in "pack" and "grid" geometry managersdrh2001-02-121-63/+179
* * tests/event.test: Added test for [event generate $widgetericm2000-04-101-2/+2
* * generic/tkInt.h: moved new TkDisplay useInputMethods structurehobbs2000-01-211-3/+2
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-4/+3
* * Merged 8.1 branch into the main trunkstanton1999-04-161-25/+19
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+1727