summaryrefslogtreecommitdiffstats
path: root/generic/tkFrame.c
Commit message (Expand)AuthorAgeFilesLines
* Make somewhat more C++-compatible (backported from 8.7)jan.nijtmans2023-10-121-60/+62
* Do away with all those type-casts. Compatibility with 9.0 is still no issuejan.nijtmans2023-10-111-5/+5
* Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0jan.nijtmans2023-10-101-1/+1
* Add an example of XSetClipRectangles() use, for non-Ttk labelframe widgets wi...fvogel2023-07-171-8/+5
* argc -> objc where appropriatejan.nijtmans2022-07-121-1/+1
* Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-10/+10
* Fix frame-2.8 testcase on mingwjan.nijtmans2020-11-271-1/+1
* TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-081-8/+8
*-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-2/+2
|\ \
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-4/+4
| | |\
* | | \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-12/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-12/+12
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-12/+12
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-12/+12
| |/
| * Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix thei...jan.nijtmans2016-11-081-3/+3
* | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back...jan.nijtmans2016-09-271-1/+0
|\ \ | |/
* | work in progressdgp2016-06-211-0/+24
* | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-5/+5
* | more places convertedjan.nijtmans2013-01-241-1/+1
* | Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
|\ \ | |/
| * make some internal tables constjan.nijtmans2012-04-181-3/+3
| |\
| | * make some more internal tables CONSTjan.nijtmans2012-04-181-3/+3
* | | minor improvements to flag handlingdkf2012-07-311-32/+27
* | | Much more cleaning up of result handling.dkf2012-07-231-23/+31
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"jan.nijtmans2012-06-201-10/+10
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-291-1/+7
| | * Fix [Bug 1252702]dkf2005-08-111-18/+17
| | * * generic/tkFrame.c (DisplayFrame):hobbs2005-07-281-8/+6
| | * Make sure all options can be setpspjuth2003-07-161-2/+5
* | | [Bug 2997657]: Removed -container from labelframe documentationpspjuth2011-04-041-0/+4
|\ \ \ | |/ /
| * | [Bug 2997657]: Removed -container from labelframepspjuth2011-04-041-0/+4
| * | [Bug 2239034] Only frame widgets are acceptable for [wm manage]patthoyts2008-11-151-1/+7
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-5/+5
* | | Make more internal tables "const"nijtmans2010-02-051-2/+2
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-3/+5
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-5/+5
* | | - eliminate some unnessary type castsnijtmans2009-02-031-3/+3
* | | bug 2239034: restrict [wm manage] to Frame type widgetspatthoyts2008-11-151-1/+7
* | | More small changes to use C89 better and manage the result more efficiently.dkf2008-11-081-10/+13
* | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-7/+7
* | | Add "const" to many internalnijtmans2008-10-171-2/+2
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-83/+94
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-151-3/+31
* | header cleanupdgp2007-09-071-2/+1
* | * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-231-1/+7