| Commit message (Expand) | Author | Age | Files | Lines |
* | KeyPress -> Key in bindings. Minor other cleanups | jan.nijtmans | 2022-05-17 | 1 | -7/+7 |
|
|
* | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int) | jan.nijtmans | 2022-05-05 | 1 | -1/+1 |
|
|
* | Oops. I think this time I get it right. | fvogel | 2022-03-20 | 1 | -1/+1 |
|
|
* | Fix error in [df2353f2]: PARENT_RECONFIG_PENDING is a container flag, not a c... | fvogel | 2022-03-20 | 1 | -1/+1 |
|
|
* | Refine Brian's fix for pack, and propagate it to grid and place. | fvogel | 2022-03-14 | 1 | -0/+3 |
|
|
* | Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS... | jan.nijtmans | 2020-10-01 | 1 | -11/+11 |
|
|
* | Last TIP #581 changes. 100% done now | jan.nijtmans | 2020-09-27 | 1 | -1/+1 |
|
|
* | TIP #581: grid/pack/place implementation (internal) and documentation | jan.nijtmans | 2020-09-04 | 1 | -272/+270 |
|
|
* | Another round of TIP #581-related name changes. Now merely concentrated on co... | jan.nijtmans | 2020-09-03 | 1 | -28/+28 |
|
|
* | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c | jan.nijtmans | 2020-09-03 | 1 | -148/+148 |
|
|
* | Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha... | jan.nijtmans | 2020-09-03 | 1 | -2/+3 |
|
|
* | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
|
|
* | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
|
|
* | Rename Tk_GetGeomMaster to TkGetGeomMaster and remove extraneous call to | culler | 2019-04-06 | 1 | -1/+1 |
|
|
* | Let the branch compile with MSVC. | fvogel | 2019-04-05 | 1 | -1/+2 |
|
|
* | Fix bug [897ffea89f]: Tk allows management loops | culler | 2019-04-05 | 1 | -0/+19 |
|
|
* | Make the place manager send ConfigureNotify events when size change requests | culler | 2019-02-04 | 1 | -0/+6 |
|
|
*-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -1/+1 |
|\ \ |
|
| | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -1/+1 |
|
|
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -1/+1 |
|
|
| * | make some internal tables const | jan.nijtmans | 2012-04-18 | 1 | -1/+1 |
| |\ |
|
| | * | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -1/+1 |
|
|
* | | | more places converted | jan.nijtmans | 2013-01-24 | 1 | -2/+2 |
|
|
* | | | minor improvements to flag handling | dkf | 2012-07-31 | 1 | -3/+3 |
|
|
* | | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -28/+24 |
|
|
* | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -8/+9 |
|
|
* | | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -0/+3 |
|
|
* | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *" | jan.nijtmans | 2012-06-20 | 1 | -1/+1 |
|
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * generic/tkPlace.c: Prevent segfault in place geometry manager. | dgp | 2007-10-25 | 1 | -4/+43 |
|
|
| | * | Fixed a memory leak when a placed widget was forgotten. [Bug 1028888] | pspjuth | 2004-09-16 | 1 | -9/+41 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -3/+3 |
|
|
* | | | [Patch #3019624] fix "place" command segfault on half-dead app main window. | a_kovalenko | 2010-06-22 | 1 | -4/+5 |
|
|
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -14/+9 |
|
|
* | | | More small changes to use C89 better and manage the result more efficiently. | dkf | 2008-11-08 | 1 | -17/+19 |
|
|
* | | | more internal -Wwrite-strings warning fixes | nijtmans | 2008-10-30 | 1 | -2/+2 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -5/+5 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -22/+22 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tkPlace.c: Prevent segfault in place geometry manager. | dgp | 2007-10-25 | 1 | -4/+42 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
|
|
* | | Cleaning up whitespace, comments, declarations. No functional changes. | dkf | 2007-06-24 | 1 | -33/+40 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 1 | -2/+2 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 1 | -2/+2 |
|
|
* | | Lots of ANSIfying of function decls. | dkf | 2005-11-17 | 1 | -7/+7 |
|
|
* | | ANSIfy | dkf | 2005-11-15 | 1 | -326/+313 |
|
|
* | | Fixed a memory leak when a placed widget was forgotten. [Bug 1028888] | pspjuth | 2004-09-16 | 1 | -9/+41 |
|
|