| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugfixes [bb22591148] [6a78781cc3] [0421e91b58]: Whole tab handling overworke... | gcramer | 2017-08-15 | 1 | -18/+33 |
|
|
* | Fixes in implementation of "load" command. | gcramer | 2017-08-11 | 1 | -2/+17 |
|
|
* | Bugfix [0bc9df5fe3]: (1) Fix in deletion algorithm. (2) Additional macro for ... | gcramer | 2017-06-10 | 1 | -4/+5 |
|
|
* | Finally (hopefully) changed to stdbool.h, this is C99 conform, and should com... | gcramer | 2017-06-08 | 1 | -8/+3 |
|
|
* | Work-around for Mac: "bool" is replaced with "tkbool_t", and the (quasi) keyw... | gcramer | 2017-06-08 | 1 | -0/+5 |
|
|
* | Chnage in tkBool: Apple's clang compiler is converting the typedef to an int ... | gcramer | 2017-06-08 | 1 | -3/+3 |
|
|
* | Bugfix [283d52f41]: "mark unset" now works with undo, "unset" is removing the... | gcramer | 2017-05-10 | 1 | -2/+4 |
|
|
* | (1) Refactorization of deleteProc, inspectProc, needed because tree (previous... | gcramer | 2017-05-06 | 1 | -5/+5 |
|
|
* | (1) Command "load": now has option "-validconfig", w/o this option invalid op... | gcramer | 2017-04-30 | 1 | -1/+1 |
|
|
* | Compilation errors fixed. | gcramer | 2017-04-28 | 1 | -1/+1 |
|
|
* | (1) Problems with marks and destroying peers (crash) solved. | gcramer | 2017-04-28 | 1 | -1/+2 |
|
|
* | (1) Watch command now triggers changes in image or window. | gcramer | 2017-04-26 | 1 | -2/+57 |
|
|
* | (1) Fix for test case textWind-10.3, Tcl_BackgroundException() was called wit... | gcramer | 2017-04-25 | 1 | -3/+3 |
|
|
* | (1) Fix in function TkRangeListDelete(). | gcramer | 2017-04-25 | 1 | -14/+22 |
|
|
* | (1) For symmetry reasons option -tags has also been added to embedded window ... | gcramer | 2017-04-10 | 1 | -5/+52 |
|
|
* | Refactoring. | gcramer | 2017-03-23 | 1 | -13/+3 |
|
|
* | Conflict with ReleaseWindow when compiling Mac+Carbon resolved. | gcramer | 2017-03-04 | 1 | -8/+8 |
|
|
* | (1) Some memory problems fixed, with the help of a fine granulated valgrind test | gcramer | 2017-02-26 | 1 | -9/+8 |
|
|
* | Option -owner for embedded window support added, see http://scidb.sourceforge... | gcramer | 2017-02-24 | 1 | -2/+9 |
|
|
* | Silence compiler warnings, especially signed/unsigned problems. | gcramer | 2017-02-23 | 1 | -1/+1 |
|
|
* | Initial import of revised text widget from Gregor Cramer.
| fvogel | 2017-02-20 | 1 | -394/+797 |
|
|
* | Fixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> event | fvogel | 2015-09-29 | 1 | -6/+10 |
|\ |
|
| * | Fixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> eventbug_1501749fff | fvogel | 2015-09-23 | 1 | -6/+10 |
|
|
* | | more places converted | jan.nijtmans | 2013-01-24 | 1 | -2/+2 |
|
|
* | | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 1 | -2/+2 |
|
|
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -2/+2 |
| |\ |
|
| | * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|
|
* | | | [Bug 3588824]: bug in image index handling for weird image names | dgp | 2012-12-04 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | [Bug 3588824]: bug in image index handling for weird image names | dgp | 2012-12-04 | 1 | -0/+4 |
| |\ \
| | |/ |
|
| * | | make some internal tables const | jan.nijtmans | 2012-04-18 | 1 | -1/+1 |
| |\ \
| | |/ |
|
* | | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -2/+6 |
|
|
* | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -22/+34 |
|
|
* | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507 | 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 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -10/+7 |
|
|
* | | | Removed lame reliance on the leading letters of the names of segment types when | dkf | 2010-03-11 | 1 | -2/+2 |
|
|
* | | | Tiny whitespace changes for readability improvement. | dkf | 2010-02-21 | 1 | -3/+3 |
|
|
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -2/+2 |
|
|
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -24/+22 |
|
|
* | | | TIP 337 | dgp | 2008-12-09 | 1 | -2/+2 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -3/+3 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -4/+4 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -3/+2 |
|
|
* | | Less of that K&R or wrongly indented function header style! | dkf | 2007-02-22 | 1 | -23/+19 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 1 | -12/+12 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 1 | -2/+2 |
|
|