Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed [6aea69fccb] - grid configure -in problem. Patch by Koen Danckaert. | fvogelnew1@free.fr | 2016-10-30 | 1 | -0/+3 |
| | |||||
* | [a6c2807c13] Don't let forgotten slave trick us into layout computations ↵ | dgp@users.sourceforge.net | 2015-02-06 | 1 | -2/+2 |
|\ | | | | | | | outside the layout grid. | ||||
| * | [a6c2807c13] Don't let forgotten slave trick us into layout computations | dgp@users.sourceforge.net | 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 ↵ | nijtmans@users.sourceforge.net | 2013-01-26 | 1 | -4/+4 |
| | | | | | | | | to work with "novem" | ||||
* | | more places converted | nijtmans@users.sourceforge.net | 2013-01-24 | 1 | -14/+14 |
| | | |||||
* | | more auditing of error codes | donal.k.fellows@manchester.ac.uk | 2012-07-30 | 1 | -11/+6 |
| | | |||||
* | | Working towards making the error codes more consistent. | donal.k.fellows@manchester.ac.uk | 2012-07-30 | 1 | -2/+2 |
| | | |||||
* | | Purged Tcl_AppendElement from all non-test code. | donal.k.fellows@manchester.ac.uk | 2012-07-29 | 1 | -34/+36 |
| | | |||||
* | | Much more cleaning up of result handling. | donal.k.fellows@manchester.ac.uk | 2012-07-23 | 1 | -98/+104 |
| | | |||||
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | donal.k.fellows@manchester.ac.uk | 2012-07-16 | 1 | -1/+35 |
| | | | | | | ** WORK IN PROGRESS ** | ||||
* | | Purge RCS Keywords | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | 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] | ||||
* | | | [Bug 723765]: When a slave was removed from grid, | peter.spjuth@gmail.com | 2011-04-04 | 1 | -0/+40 |
|\ \ \ | |/ / | | | | the -in option was not remembered. | ||||
| * | | [Bug 723765]: When a slave was removed from grid, | peter.spjuth@gmail.com | 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 | donal.k.fellows@manchester.ac.uk | 2011-03-12 | 1 | -16/+15 |
| | | | | | | | | | using useful casts internally. | ||||
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | donal.k.fellows@manchester.ac.uk | 2010-01-02 | 1 | -3/+3 |
| | | | |||||
* | | | Bug fix in grid/pack collision detect. | peter.spjuth@gmail.com | 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] | peter.spjuth@gmail.com | 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. | donal.k.fellows@manchester.ac.uk | 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). | donal.k.fellows@manchester.ac.uk | 2008-04-27 | 1 | -61/+61 |
|/ / | |||||
* | | * generic/tkGrid.c: Stop crash due to list intrep shimmer [Bug 1677608] | dgp@users.sourceforge.net | 2007-05-15 | 1 | -3/+23 |
| | | |||||
* | | Fix minor K&R-ism | donal.k.fellows@manchester.ac.uk | 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 | peter.spjuth@gmail.com | 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. | peter.spjuth@gmail.com | 2006-01-11 | 1 | -1/+7 |
| | | |||||
* | | ANSIfy and reduce casting of NULL to promote readability | donal.k.fellows@manchester.ac.uk | 2005-11-17 | 1 | -47/+36 |
| | | |||||
* | | Lots of ANSIfying of function decls. | donal.k.fellows@manchester.ac.uk | 2005-11-17 | 1 | -4/+4 |
| | | | | | | | | Also a few spots where code has been cleaned up more completely. | ||||
* | | assorted typos and errors caught by compiler | dgp@users.sourceforge.net | 2005-08-11 | 1 | -2/+2 |
| | | |||||
* | | Getting more systematic about style | donal.k.fellows@manchester.ac.uk | 2005-08-10 | 1 | -544/+596 |
| | | | | | | | | | | Also start removing _ANSI_ARGS_; the core's required ANSI C for a while now Also fix [Bug 1252702]; size_t doesn't mix with Tcl_GetStringFromObj | ||||
* | | Style&clarity fixes | donal.k.fellows@manchester.ac.uk | 2005-04-04 | 1 | -309/+315 |
| | | |||||
* | | Fixed bug in geometry calculations for | peter.spjuth@gmail.com | 2005-04-03 | 1 | -7/+12 |
| | | | | | | | | | | widgets that span multiple columns/row. Bug was introduced in 8.5a1 when fixing 792387. [Bug 1175092] | ||||
* | | Improved version of Michael Kirkham's fix for parsing pad values. [1098779] | donal.k.fellows@manchester.ac.uk | 2005-01-11 | 1 | -9/+1 |
| | | |||||
* | | Made handling of ^ a bit more consistent in | peter.spjuth@gmail.com | 2004-11-07 | 1 | -20/+67 |
| | | | | | | | | | | corner cases. This makes ^ work without any widgets in the same command. [Bug 962589] | ||||
* | | fix lint warnings | hobbs | 2004-03-16 | 1 | -1/+2 |
| | | |||||
* | | Fixed a bug in grid geometry calculations for | peter.spjuth@gmail.com | 2004-02-18 | 1 | -22/+22 |
| | | | | | | | | a shrinking grid. [Bug 899246] | ||||
* | | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkBind.c: to 'Tcl_Panic' (the function). The #define * generic/tkBitmap.c: of panic in tcl.h clearly states it is * generic/tkCanvArc.c: deprecated in the comments. * generic/tkCanvBmap.c: [Tcl Patch 865264] * generic/tkCanvImg.c: * generic/tkCanvLine.c: * generic/tkCanvPoly.c: * generic/tkCanvText.c: * generic/tkCanvWind.c: * generic/tkColor.c: * generic/tkConfig.c: * generic/tkCursor.c: * generic/tkError.c: * generic/tkEvent.c: * generic/tkFocus.c: * generic/tkFont.c: * generic/tkFrame.c: * generic/tkGC.c: * generic/tkGrid.c: * generic/tkImgBmap.c: * generic/tkImgPhoto.c: * generic/tkImgUtil.c: * generic/tkMenu.c: * generic/tkObj.c: * generic/tkPack.c: * generic/tkPlace.c: * generic/tkRectOval.c: * generic/tkSelect.c: * generic/tkText.c: * generic/tkTextBTree.c: * generic/tkTextDisp.c: * generic/tkTextImage.c: * generic/tkTextIndex.c: * generic/tkTextMark.c: * generic/tkTextWind.c: * generic/tkVisual.c: * generic/tkWindow.c: * mac/tkMacAppInit.c: * mac/tkMacAppearanceStubs.c: * mac/tkMacButton.c: * mac/tkMacDraw.c: * mac/tkMacEmbed.c: * mac/tkMacFont.c: * mac/tkMacInit.c: * mac/tkMacMenus.c: * mac/tkMacPort.h: * mac/tkMacSubwindows.c: * mac/tkMacWm.c: * mac/tkMacXStubs.c: * macosx/tkMacOSXEmbed.c: * macosx/tkMacOSXFont.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXNotify.c: * macosx/tkMacOSXPort.h: * macosx/tkMacOSXSubwindows.c: * macosx/tkMacOSXWm.c: * macosx/tkMacOSXXStubs.c: * unix/tkUnix3d.c: * unix/tkUnixColor.c: * unix/tkUnixEmbed.c: * unix/tkUnixEvent.c: * unix/tkUnixFocus.c: * unix/tkUnixFont.c: * unix/tkUnixSelect.c: * unix/tkUnixSend.c: * unix/tkUnixWm.c: * win/tkWin3d.c: * win/tkWinButton.c: * win/tkWinColor.c: * win/tkWinDialog.c: * win/tkWinDraw.c: * win/tkWinEmbed.c: * win/tkWinFont.c: * win/tkWinPixmap.c: * win/tkWinPointer.c: * win/tkWinScrlbr.c: * win/tkWinWm.c: * win/tkWinX.c: | ||||
* | | Implementation of TIP#146, | peter.spjuth@gmail.com | 2004-01-09 | 1 | -109/+189 |
| | | | | | | | | | | "Add Overall Anchoring to the Grid Geometry Manager", adding [grid anchor] subcommand. | ||||
* | | Fixed a small mistake in previous checkin. | peter.spjuth@gmail.com | 2003-09-18 | 1 | -5/+6 |
| | |