summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed [18c08df753] - Change of behaviour for text widget last newlinefvogel2016-03-271-5/+14
|\
| * End of fix for [18c08df753] - Merged branch bug-2886436fff-option2bug_18c08df753fvogel2016-03-271-6/+9
| |\
| | * Tried to be even clearer.bug_2886436fff_option2fvogel2015-07-141-10/+9
| | * Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is o...fvogel2015-06-291-5/+9
| * | Beginning of fix for [18c08df753] - Reverted [296bd4c3], and adjusted textDis...fvogel2016-03-271-3/+9
| * | (cherry-pick) Fix [2049429]: Some options aren't picked up from the options d...jan.nijtmans2016-01-121-4/+4
* | | Backed out anything dealing with stippling, in accordance with discussion abo...fvogel2016-03-081-2/+0
* | | -rmargincolor tag configuration option: implementationfvogel2016-02-101-1/+2
* | | -lmargincolor tag configuration option: implementationfvogel2016-02-101-1/+2
* | | -overstrikefg tag configuration option: implementationfvogel2016-02-091-0/+1
* | | -underlinefg tag configuration option: implementationfvogel2016-02-091-1/+2
* | | -selectfgstipple tag configuration option: implementationfvogel2016-02-091-0/+1
* | | -selectbgstipple tag configuration option: implementationfvogel2016-02-091-0/+1
* | | -selectforeground tag configuration option: implementationfvogel2016-02-091-1/+6
* | | -selectbackground tag configuration option: implementationfvogel2016-02-091-1/+6
* | | TIP #438 (Ensure Line Metrics are Up-to-Date) accepted by votefvogel2016-01-131-4/+99
|\ \ \
| * \ \ 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 i...fvogel2015-12-261-2/+49
| | * | | 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 test...jan.nijtmans2015-11-191-8/+29
| | * | | 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
* | | | | Bring back DEF_TEXT_SPACING[123], since "0" is not exactly equal to NULL (jus...bug_2049429fffjan.nijtmans2016-01-121-6/+6
* | | | | Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123]jan.nijtmans2016-01-101-7/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | -spacing[123] use TK_OPTION_NULL_OK instead of TK_OPTION_DONT_SET_DEFAULTfvogel2016-01-091-3/+3
| * | | | Use TK_OPTION_NULL_OK instead of TK_CONFIG_NULL_OKfvogel2016-01-081-1/+1
| | |/ / | |/| |
* | | | 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 [http://core.tcl.tk/tk/tktview/1499165|dan...jan.nijtmans2015-11-161-8/+12
|\ \ \ \ | |/ / /
| * | | 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
|\ \ \ | |/ /
| * | Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is o...bug_2886436fff_option1fvogel2015-07-141-9/+3
| |/
* | 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