Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Updates to handle change in type of tablePtr | dgp | 2002-01-17 | 1 | -5/+5 |
| | | | | | argument of Tcl_GetIndexFromObj(Struct) from (char **) to (CONST char **). [TIP 27] [Patch 504705] | ||||
* | * generic/tkBind.c (TkBindFree): | dgp | 2002-01-04 | 1 | -9/+9 |
| | | | | | | * generic/tkGrid.c (ResolveConstraints,CheckSlotData,DestroyGrid): * generic/tkSelect.c (Tk_DeleteSelHandler,TkSelDeadWindow): Replaced Tcl_Free calls with ckfree so that memory debugging is fully supported. | ||||
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 1 | -2/+2 |
| | | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435660) see ChangeLog for details | ||||
* | Added -uniform option to grid's row/columnconfigure. | pspjuth | 2001-09-30 | 1 | -6/+139 |
| | |||||
* | Geometry manager changes to support TIP#18. | pspjuth | 2001-09-26 | 1 | -10/+21 |
| | |||||
* | * Corrected type definition of | dgp | 2001-09-17 | 1 | -2/+2 |
| | | | | | | argument passed to Tcl_GetStringFromObj() from size_t to int. Incorrect type broke [pack] and [grid] on systems where sizeof(size_t) != sizeof(int). [Bugs 462375, 462342, 462338] | ||||
* | Fixed a bug where adjacent 'x' and '^' where not handled properly. | pspjuth | 2001-08-22 | 1 | -3/+11 |
| | |||||
* | Objectified grid and pack commands. | pspjuth | 2001-08-21 | 1 | -356/+378 |
| | |||||
* | Grid configure rejected initial "x" and "^". [Bug #418664] | pspjuth | 2001-08-18 | 1 | -2/+3 |
| | |||||
* | Asymmetric padding in "pack" and "grid" geometry managers | drh | 2001-02-12 | 1 | -24/+27 |
| | |||||
* | * generic/tkGrid.c (Tk_GridCmd): Split [grid] subcommands into | ericm | 2000-08-02 | 1 | -535/+794 |
| | | | | separate functions instead of inlining them all in Tk_GridCmd. | ||||
* | * generic/tkGrid.c: Fixed bogus logic in [grid propagate] that | ericm | 2000-04-17 | 1 | -2/+9 |
| | | | | | caused [grid propagate . 0] to act as a toggle instead of an absolute set. [Bug: 2286]. | ||||
* | * generic/tkGrid.c (InitMasterData): fixed uninit'd data in | hobbs | 2000-04-08 | 1 | -3/+3 |
| | | | | GridMaster struct [Bug: 4387] | ||||
* | * tests/grid.test: Added a test for the consecutive ^ and multiple | ericm | 2000-01-20 | 1 | -10/+14 |
| | | | | | | | | | | | | widget case (bug #1386). * generic/tkGrid.c: Fixed interpretation of consecutive ^ characters in grid command. Previously, ^ ^ was interpreted as meaning that there must be a 2-column widget above to extend, neglecting the case where there was actually 2 1-column widgets above. Now, ^ ^ is interpreted as a possible width; the gridder will consume as many ^'s as there are columns in the widget, and leave the rest for the extension of other widgets. (bug #1386). | ||||
* | * generic/tkGrid.c: changed Tcl_Alloc to ckalloc | hobbs | 1999-11-10 | 1 | -7/+7 |
| | | | | | * generic/tkEntry.c: fixed C expr error in destroy of entry that could lead to 'malformed bucket chain' error | ||||
* | Patches from Bug: 2068 2080 2269 | redman | 1999-07-01 | 1 | -6/+6 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -37/+57 |
| | |||||
* | * generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancelscriptics_tclpro_1_2_b1 | stanton | 1999-01-06 | 1 | -1/+4 |
| | | | | pending idle handlers, resulting in a crash in a few odd cases. | ||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+2615 |