summaryrefslogtreecommitdiffstats
path: root/generic/tkTextWind.c
Commit message (Expand)AuthorAgeFilesLines
* Bugfixes [bb22591148] [6a78781cc3] [0421e91b58]: Whole tab handling overworke...gcramer2017-08-151-18/+33
* Fixes in implementation of "load" command.gcramer2017-08-111-2/+17
* Bugfix [0bc9df5fe3]: (1) Fix in deletion algorithm. (2) Additional macro for ...gcramer2017-06-101-4/+5
* Finally (hopefully) changed to stdbool.h, this is C99 conform, and should com...gcramer2017-06-081-8/+3
* Work-around for Mac: "bool" is replaced with "tkbool_t", and the (quasi) keyw...gcramer2017-06-081-0/+5
* Chnage in tkBool: Apple's clang compiler is converting the typedef to an int ...gcramer2017-06-081-3/+3
* Bugfix [283d52f41]: "mark unset" now works with undo, "unset" is removing the...gcramer2017-05-101-2/+4
* (1) Refactorization of deleteProc, inspectProc, needed because tree (previous...gcramer2017-05-061-5/+5
* (1) Command "load": now has option "-validconfig", w/o this option invalid op...gcramer2017-04-301-1/+1
* Compilation errors fixed.gcramer2017-04-281-1/+1
* (1) Problems with marks and destroying peers (crash) solved.gcramer2017-04-281-1/+2
* (1) Watch command now triggers changes in image or window.gcramer2017-04-261-2/+57
* (1) Fix for test case textWind-10.3, Tcl_BackgroundException() was called wit...gcramer2017-04-251-3/+3
* (1) Fix in function TkRangeListDelete().gcramer2017-04-251-14/+22
* (1) For symmetry reasons option -tags has also been added to embedded window ...gcramer2017-04-101-5/+52
* Refactoring.gcramer2017-03-231-13/+3
* Conflict with ReleaseWindow when compiling Mac+Carbon resolved.gcramer2017-03-041-8/+8
* (1) Some memory problems fixed, with the help of a fine granulated valgrind testgcramer2017-02-261-9/+8
* Option -owner for embedded window support added, see http://scidb.sourceforge...gcramer2017-02-241-2/+9
* Silence compiler warnings, especially signed/unsigned problems.gcramer2017-02-231-1/+1
* Initial import of revised text widget from Gregor Cramer. fvogel2017-02-201-394/+797
* Fixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> eventfvogel2015-09-291-6/+10
|\
| * Fixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> eventbug_1501749ffffvogel2015-09-231-6/+10
* | more places convertedjan.nijtmans2013-01-241-2/+2
* | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-2/+2
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-2/+2
|\ \ | |/
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-2/+2
| |\
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
* | | [Bug 3588824]: bug in image index handling for weird image namesdgp2012-12-041-0/+4
|\ \ \ | |/ /
| * | [Bug 3588824]: bug in image index handling for weird image namesdgp2012-12-041-0/+4
| |\ \ | | |/
| * | make some internal tables constjan.nijtmans2012-04-181-1/+1
| |\ \ | | |/
* | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-2/+6
* | | Much more cleaning up of result handling.dkf2012-07-231-22/+34
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507jan.nijtmans2012-06-201-1/+1
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-10/+7
* | | Removed lame reliance on the leading letters of the names of segment types whendkf2010-03-111-2/+2
* | | Tiny whitespace changes for readability improvement.dkf2010-02-211-3/+3
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-2/+2
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-24/+22
* | | TIP 337dgp2008-12-091-2/+2
* | | Add "const" to many internalnijtmans2008-10-171-3/+3
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-4/+4
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-3/+2
* | Less of that K&R or wrongly indented function header style!dkf2007-02-221-23/+19
* | various "const" additions, in line with TIP #27nijtmans2007-01-181-12/+12
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-2/+2