Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Purge RCS Keywords. | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
| | |||||
* | * generic/tkGrid.c: Stop crash due to list intrep shimmer [Bug 1677608] | dgp@users.sourceforge.net | 2007-05-15 | 1 | -2/+18 |
| | |||||
* | Correction to 1432666 fix. | peter.spjuth@gmail.com | 2006-04-12 | 1 | -6/+1 |
| | |||||
* | * generic/tkGrid.c: Fixed handling of out of bounds row or column. | dgp@users.sourceforge.net | 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] | donal.k.fellows@manchester.ac.uk | 2005-08-11 | 1 | -2/+2 |
| | |||||
* | Improved version of Michael Kirkham's fix for parsing pad values. [1098779] | donal.k.fellows@manchester.ac.uk | 2005-01-11 | 1 | -9/+1 |
| | |||||
* | Fixed a bug in grid geometry calculations for | peter.spjuth@gmail.com | 2004-02-18 | 1 | -16/+14 |
| | | | | a shrinking grid. [Bug 899246] | ||||
* | The grid size was not updated properly | peter.spjuth@gmail.com | 2002-10-10 | 1 | -8/+3 |
| | | | | when removing a widget from a grid. [Bug #621241] (forssen) | ||||
* | Applied companion patch for Tcl Patch 585105, | dgp@users.sourceforge.net | 2002-08-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | updating Tk to use Tcl 8.4's fully CONST-ified interface, and fully CONSTifying Tk at the same time. This patch includes purging Tk of its last direct access to interp->result. [Bug 589853] The substantial changes include copying event sequence strings into Tcl_DStrings in tkBind.c, and copying [text] indices into Tcl_DStrings because parsing them involved overwriting them. If this causes performance trouble, that can be resolved by further converting them to Tcl_Obj's. The #defines USE_NON_CONST and USE_COMPAT_CONST have the same effect for Tk as they do for Tcl. (They actually change tcl.h) | ||||
* | * generic/tkGrid.c (GridReqProc): check that gridPtr is not NULL | hobbs | 2002-06-22 | 1 | -2/+2 |
| | | | | (may be when embedded). [Bug #548791] (halliday) | ||||
* | Corrected the test for grid propagate change. [Bug #571433] | peter.spjuth@gmail.com | 2002-06-20 | 1 | -3/+4 |
| | |||||
* | TIP #47 "Modifying Tk to Allow Writing X Window managers" | jenglish@flightlab.com | 2002-06-14 | 1 | -3/+3 |
| | | | | | | | | (patch from Neil McKay). * Add CirculateRequest, Create, MapRequest, ResizeRequest, and ConfigureRequest event types; * Split TK_TOPLEVEL flag into TK_TOPLEVEL, TK_HAS_WRAPPER, TK_WIN_MANAGED, and TK_TOP_HIERARCHY. | ||||
* | * Updates to handle change in type of tablePtr | dgp@users.sourceforge.net | 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@users.sourceforge.net | 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. | peter.spjuth@gmail.com | 2001-09-30 | 1 | -6/+139 |
| | |||||
* | Geometry manager changes to support TIP#18. | peter.spjuth@gmail.com | 2001-09-26 | 1 | -10/+21 |
| | |||||
* | * Corrected type definition of | dgp@users.sourceforge.net | 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. | peter.spjuth@gmail.com | 2001-08-22 | 1 | -3/+11 |
| | |||||
* | Objectified grid and pack commands. | peter.spjuth@gmail.com | 2001-08-21 | 1 | -356/+378 |
| | |||||
* | Grid configure rejected initial "x" and "^". [Bug #418664] | peter.spjuth@gmail.com | 2001-08-18 | 1 | -2/+3 |
| | |||||
* | Asymmetric padding in "pack" and "grid" geometry managers | drh@sqlite.org | 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 |