Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
|\ | |||||
| * | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
| | | |||||
* | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -0/+20 |
|\ \ | |||||
| * \ | Merge 8.6 | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
| | | | |||||
| * | | Fix bug [897ffea89f]: Tk allows management loops. Provide access to a window's | culler | 2019-04-06 | 1 | -0/+20 |
| |\ \ | | |/ | | | | geometry manager. | ||||
| | * | Rename Tk_GetGeomMaster to TkGetGeomMaster and remove extraneous call to | culler | 2019-04-06 | 1 | -1/+1 |
| | | | | | | | | | Unlink in tkPack.c. | ||||
| | * | 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 |
| | | | |||||
* | | | Merge trunk | jan.nijtmans | 2019-04-02 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Fix bug [58665b91dd]: many unixEmbed tests fail. | culler | 2019-02-07 | 1 | -0/+6 |
| |\ \ | | |/ | |||||
| | * | Make the place manager send ConfigureNotify events when size change requests | culler | 2019-02-04 | 1 | -0/+6 |
| | | | | | | | | | are rejected. This makes unixEmbed-6.2a pass. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | *-. | 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 ↵ | jan.nijtmans | 2019-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | gradually slipped in. Wherever possible, pragma's are used in MSVC to silence useless compiler warnings. | ||||
| | * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols | jan.nijtmans | 2018-12-20 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | | |/| / | | | |/ | *** POTENTIAL INCOMPATIBILITY *** for Win32 only: On X11 and Mac, "None" can still be used as before | ||||
| | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵ | jan.nijtmans | 2018-12-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Windows.h have conflicting symbols. Also fix a few newer (harmless) gcc warnings. | ||||
| | | * | 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 |
| | | | | | |||||
* | | | | | Merge trunk | jan.nijtmans | 2018-12-08 | 1 | -6/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | Eliminate a ton of unnecessary type casts | ||||
* | | | | | Merge trunk | jan.nijtmans | 2018-11-25 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. ↵ | jan.nijtmans | 2018-10-16 | 1 | -2/+2 |
| |/ / / | | | | | | | | | | | | | This is 100% upwards compatible, and equivalent to TIP #494 done in Tcl. With this, a ton of (char *) type casts can be eliminated | ||||
* | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -15/+15 |
|/ / / | |||||
* | | | 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 |
| | | | | | | | | | ** WORK IN PROGRESS ** | ||||
* | | | 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 |
| | | | | | | | | | | | | Thanks to Colin McDonald. [Bug 1818491] | ||||
| | * | 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 |
| | | | | | | | | | using useful casts internally. | ||||
* | | | [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 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | 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 |
| | | | | | | | | Thanks to Colin McDonald. [Bug 1818491] | ||||
* | | 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 |
| | | | | | | | | fix bug #1627732 | ||||
* | | 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 |
| | | | | | | | | Also a few spots where code has been cleaned up more completely. |