summaryrefslogtreecommitdiffstats
path: root/generic/tkFrame.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-8/+8
* New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
* Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-39/+39
* Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-39/+39
* Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-27/+37
* Eliminate some redundant type-castsjan.nijtmans2019-06-211-6/+6
* merge trunkjan.nijtmans2019-06-051-26/+246
|\
| * Ugh; misread the code. The highlight ring is drawn first and always on the re...dkf2019-05-171-3/+5
| * Add double buffering to frames and toplevels. dkf2019-05-171-30/+78
| * Implementation of background images for frames (and toplevels)dkf2019-04-121-0/+170
* | Merge trunkjan.nijtmans2019-05-101-2/+2
|\ \ | |/
| * Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-2/+2
* | Merge 8.7jan.nijtmans2019-01-131-4/+4
|\ \ | |/
| * Merge 8.6jan.nijtmans2019-01-101-4/+4
| |\
| | *-. 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
| | |\ \ | | | |/
* | | | Merge trunkjan.nijtmans2018-11-251-4/+4
|\ \ \ \ | |/ / /
| * | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-4/+4
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-32/+32
|/ / /
* | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-1/+1
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-9/+11
* | | Change Tk_FreeXId() into a macro.jan.nijtmans2016-08-121-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