Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TIP #438 (Ensure Line Metrics are Up-to-Date) accepted by vote | fvogel | 2016-01-13 | 1 | -4/+99 |
|\ | |||||
| * | rebase "tip-438" branch to latest trunk.tip_438 | jan.nijtmans | 2016-01-07 | 1 | -4/+99 |
| |\ | |||||
| | * | Harmonized use of NULL for textPtr->afterSyncCmd | fvogel | 2016-01-05 | 1 | -2/+2 |
| | | | |||||
| | * | Moved RunAfterSyncCmd procedure | fvogel | 2016-01-05 | 1 | -47/+47 |
| | | | |||||
| | * | Typo fixed in comment | fvogel | 2016-01-05 | 1 | -1/+1 |
| | | | |||||
| | * | [.text sync -command $cmd] schedules execution of $cmd by the event loop at ↵ | fvogel | 2015-12-26 | 1 | -2/+49 |
| | | | | | | | | | | | | idle time | ||||
| | * | Fixed indentation | fvogel | 2015-11-28 | 1 | -8/+8 |
| | | | |||||
| | * | [.text pendingsync] returns a boolean | fvogel | 2015-11-28 | 1 | -4/+2 |
| | | | |||||
| | * | Respect alphabetical order | fvogel | 2015-11-21 | 1 | -9/+9 |
| | | | |||||
| | * | Rename "yupdate" to "sync" and fix various test-cases | jan.nijtmans | 2015-11-19 | 1 | -25/+25 |
| | | | |||||
| | * | Code Formatting | jan.nijtmans | 2015-11-19 | 1 | -27/+27 |
| | | | |||||
| | * | better argument checking | jan.nijtmans | 2015-11-19 | 1 | -1/+7 |
| | | | |||||
| | * | First test-implementation of "$t yupdate -command <command>". TODO: more ↵ | jan.nijtmans | 2015-11-19 | 1 | -8/+29 |
| | | | | | | | | | | | | testcases and documentation | ||||
| | * | Merge core-8-5-branch | jan.nijtmans | 2015-11-16 | 1 | -8/+12 |
| | |\ | |||||
| | * | | TIP #438 - [.text pendingyupdate] command added, with corresponding new tests | fvogel | 2015-11-14 | 1 | -4/+17 |
| | | | | |||||
| | * | | TIP #438 - [.text yupdate] command added, with corresponding new tests | fvogel | 2015-11-14 | 1 | -2/+12 |
| | | | | |||||
* | | | | Bring back DEF_TEXT_SPACING[123], since "0" is not exactly equal to NULL ↵bug_2049429fff | jan.nijtmans | 2016-01-12 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | (just to be 100% sure there will not be a behavioral change) | ||||
* | | | | Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123] | jan.nijtmans | 2016-01-10 | 1 | -7/+7 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | -spacing[123] use TK_OPTION_NULL_OK instead of TK_OPTION_DONT_SET_DEFAULT | fvogel | 2016-01-09 | 1 | -3/+3 |
| | | | | |||||
| * | | | Use TK_OPTION_NULL_OK instead of TK_CONFIG_NULL_OK | fvogel | 2016-01-08 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Ooops... removed debug traces unintentionally left in the merge mark... | fvogel | 2015-11-25 | 1 | -8/+0 |
| | | | |||||
* | | | merge mark | fvogel | 2015-11-25 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
* | | | Improve user experience related to ↵ | jan.nijtmans | 2015-11-16 | 1 | -8/+12 |
|\ \ \ | |/ / | | | | | | | [http://core.tcl.tk/tk/tktview/1499165|dancing scrollbars]. Patch by Koen Danckaert. | ||||
| * | | Moved comment to follow the moved code in previous commit | fvogel | 2015-11-12 | 1 | -6/+6 |
| | | | |||||
| * | | Koen Danckaert's patch to speed up line metrics update | fvogel | 2015-11-12 | 1 | -2/+6 |
| |/ | |||||
* | | Fixed bug [2262711fff] - Regexp search fails with Unicode and elide | fvogel | 2015-10-09 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | Fixed bug [2262711fff] - Regexp search fails with Unicode and elidebug_2262711fff | fvogel | 2015-10-06 | 1 | -1/+5 |
| | | |||||
* | | Fixed bug [2886436fff] - [.txt] deletes before start index - by appyling the ↵ | fvogel | 2015-07-16 | 1 | -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_option1 | fvogel | 2015-07-14 | 1 | -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.nijtmans | 2015-03-16 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | Merge bug fixes from fvogel's text-elided branch | dgp | 2015-02-06 | 1 | -22/+31 |
|\ \ | |/ | |||||
| * | Fixed comment | fvogel | 2014-12-20 | 1 | -2/+2 |
| | | |||||
| * | Fixed bug [c24b97d905] - text count -displaylines is wrong with elided newlines | fvogel | 2014-11-21 | 1 | -22/+31 |
| | | |||||
* | | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands. | jan.nijtmans | 2014-06-03 | 1 | -17/+17 |
| | | |||||
* | | Some more places where Tcl_Obj's can be usedscrollbar_obj_cmd | jan.nijtmans | 2014-05-22 | 1 | -5/+1 |
| | | |||||
* | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to ↵ | jan.nijtmans | 2013-03-07 | 1 | -3/+14 |
| | | | | | | | | the prefered Tcl_EvalEx). | ||||
* | | some more int -> size_t changes | jan.nijtmans | 2013-02-01 | 1 | -12/+16 |
| | | |||||
* | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr ↵ | jan.nijtmans | 2013-02-01 | 1 | -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 fix | jan.nijtmans | 2012-06-19 | 1 | -97/+97 |
| |\ | | | | | | | | | | make various other tables const (all backported from Tk 8.6) | ||||
| * \ | make some internal tables const | jan.nijtmans | 2012-04-18 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
* | | | more places converted | jan.nijtmans | 2013-01-24 | 1 | -16/+16 |
| | | | |||||
* | | | more auditing of error codes | dkf | 2012-07-30 | 1 | -5/+5 |
| | | | |||||
* | | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -57/+46 |
| | | | |||||
* | | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -29/+22 |
| | | | |||||
* | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -61/+75 |
| | | | |||||
* | | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507 | jan.nijtmans | 2012-06-20 | 1 | -14/+14 |
| | | | |||||
* | | | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging ↵ | fvogel | 2012-02-28 | 1 | -2/+45 |
|\ \ \ | |/ / | | | | | | | outside of the -startline/-endline range with peer text widgets. [Bug-3487407]: Weird text indices. | ||||
| * | | Bug-3487407: Weird text indicesbug_1630262 | fvogel | 2012-02-18 | 1 | -0/+4 |
| | | | |||||
| * | | [Bug-1630262]: segfault when deleting lines with peer text widgets | fvogel | 2012-01-31 | 1 | -2/+41 |
| | | | |||||
* | | | Don't increase the epoch twice. | fvogel | 2012-01-25 | 1 | -1/+0 |
|\ \ \ | |/ / |