summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Collapse)AuthorAgeFilesLines
* rebase "tip-438" branch to latest trunk.tip_438jan.nijtmans2016-01-071-4/+99
|\
| * Harmonized use of NULL for textPtr->afterSyncCmdfvogel2016-01-051-2/+2
| |
| * Moved RunAfterSyncCmd procedurefvogel2016-01-051-47/+47
| |
| * Typo fixed in commentfvogel2016-01-051-1/+1
| |
| * [.text sync -command $cmd] schedules execution of $cmd by the event loop at ↵fvogel2015-12-261-2/+49
| | | | | | | | idle time
| * Fixed indentationfvogel2015-11-281-8/+8
| |
| * [.text pendingsync] returns a booleanfvogel2015-11-281-4/+2
| |
| * Respect alphabetical orderfvogel2015-11-211-9/+9
| |
| * Rename "yupdate" to "sync" and fix various test-casesjan.nijtmans2015-11-191-25/+25
| |
| * Code Formattingjan.nijtmans2015-11-191-27/+27
| |
| * better argument checkingjan.nijtmans2015-11-191-1/+7
| |
| * First test-implementation of "$t yupdate -command <command>". TODO: more ↵jan.nijtmans2015-11-191-8/+29
| | | | | | | | testcases and documentation
| * Merge core-8-5-branchjan.nijtmans2015-11-161-8/+12
| |\
| * | TIP #438 - [.text pendingyupdate] command added, with corresponding new testsfvogel2015-11-141-4/+17
| | |
| * | TIP #438 - [.text yupdate] command added, with corresponding new testsfvogel2015-11-141-2/+12
| | |
* | | Ooops... removed debug traces unintentionally left in the merge mark...fvogel2015-11-251-8/+0
| | |
* | | merge markfvogel2015-11-251-0/+8
|\ \ \ | | |/ | |/|
* | | Improve user experience related to ↵jan.nijtmans2015-11-161-8/+12
|\ \ \ | |/ / | | | | | | [http://core.tcl.tk/tk/tktview/1499165|dancing scrollbars]. Patch by Koen Danckaert.
| * | Moved comment to follow the moved code in previous commitfvogel2015-11-121-6/+6
| | |
| * | Koen Danckaert's patch to speed up line metrics updatefvogel2015-11-121-2/+6
| |/
* | Fixed bug [2262711fff] - Regexp search fails with Unicode and elidefvogel2015-10-091-1/+5
|\ \ | |/
| * Fixed bug [2262711fff] - Regexp search fails with Unicode and elidebug_2262711ffffvogel2015-10-061-1/+5
| |
* | Fixed bug [2886436fff] - [.txt] deletes before start index - by appyling the ↵fvogel2015-07-161-9/+3
|\ \ | |/ | | | | patch proposed in the ticket: no deletion will ever happen before the start index anymore
| * Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is ↵bug_2886436fff_option1fvogel2015-07-141-9/+3
| | | | | | | | option 1: change the behavior of the text widget to completely avoid any deletion before index1
* | Merge-mark, and remove some unnecessary end-of-line spacing.jan.nijtmans2015-03-161-1/+1
|\ \ | |/
* | Merge bug fixes from fvogel's text-elided branchdgp2015-02-061-22/+31
|\ \ | |/
| * Fixed commentfvogel2014-12-201-2/+2
| |
| * Fixed bug [c24b97d905] - text count -displaylines is wrong with elided newlinesfvogel2014-11-211-22/+31
| |
* | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-031-17/+17
| |
* | Some more places where Tcl_Obj's can be usedscrollbar_obj_cmdjan.nijtmans2014-05-221-5/+1
| |
* | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to ↵jan.nijtmans2013-03-071-3/+14
| | | | | | | | the prefered Tcl_EvalEx).
* | some more int -> size_t changesjan.nijtmans2013-02-011-12/+16
| |
* | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr ↵jan.nijtmans2013-02-011-1/+1
|\ \ | |/ | | | | | | everywhere. Change some internal "length" variables from type int to type size_t, so it could handle bigger string sizes (for "novem")
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-97/+97
| |\ | | | | | | | | | make various other tables const (all backported from Tk 8.6)
| * \ make some internal tables constjan.nijtmans2012-04-181-3/+3
| |\ \ | | |/
* | | more places convertedjan.nijtmans2013-01-241-16/+16
| | |
* | | more auditing of error codesdkf2012-07-301-5/+5
| | |
* | | Working towards making the error codes more consistent.dkf2012-07-301-57/+46
| | |
* | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-29/+22
| | |
* | | Much more cleaning up of result handling.dkf2012-07-231-61/+75
| | |
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507jan.nijtmans2012-06-201-14/+14
| | |
* | | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging ↵fvogel2012-02-281-2/+45
|\ \ \ | |/ / | | | | | | outside of the -startline/-endline range with peer text widgets. [Bug-3487407]: Weird text indices.
| * | Bug-3487407: Weird text indicesbug_1630262fvogel2012-02-181-0/+4
| | |
| * | [Bug-1630262]: segfault when deleting lines with peer text widgetsfvogel2012-01-311-2/+41
| | |
* | | Don't increase the epoch twice.fvogel2012-01-251-1/+0
|\ \ \ | |/ /
| * | Don't increase the epoch twice.fvogel2012-01-251-1/+0
| | |
* | | [Bug-1630271]: segfault/infinite loop when a mark is before -startlinejan.nijtmans2012-01-251-3/+29
|\ \ \ | |/ /
| * | [Bug-1630271]: segfault/infinite loop when a mark is before -startlinejan.nijtmans2012-01-251-3/+29
| |\ \
| | * | patch-3477449: segfault when mark out of -startline/-endline rangebug_1630271jan.nijtmans2012-01-231-3/+29
| | | |
* | | | patch 3476698: Patch for failing test text-31.11jan.nijtmans2012-01-251-0/+1
|\ \ \ \ | |/ / /