summaryrefslogtreecommitdiffstats
path: root/generic/tkTextDisp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed [5660d11c3f] - text tag -background option overrules -lmargincolorfvogel2016-07-261-7/+7
|
* Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is ↵fvogel2016-04-211-13/+4
| | | | unsafe
* Backed out anything dealing with stippling, in accordance with discussion ↵fvogel2016-03-081-16/+4
| | | | about TIP #443
* trunk merged to branch tip-443fvogel2016-03-011-1/+1
|\
| * Fixed error in commentfvogel2016-02-111-1/+1
| |
* | -lmargincolor tag configuration option: implementation slightly optimized ↵fvogel2016-02-111-3/+2
| | | | | | | | since Tk_Fill3DRectangle is robust with respect to negative widths
* | -rmargincolor tag configuration option: implementationfvogel2016-02-101-4/+25
| |
* | -lmargincolor tag configuration option: implementationfvogel2016-02-101-0/+26
| |
* | -overstrikefg tag configuration option: implementationfvogel2016-02-091-3/+17
| |
* | -underlinefg tag configuration option: implementationfvogel2016-02-091-2/+17
| |
* | -selectfgstipple tag configuration option: implementationfvogel2016-02-091-2/+8
| |
* | -selectbgstipple tag configuration option: implementationfvogel2016-02-091-2/+8
| |
* | -selectforeground tag configuration option: implementationfvogel2016-02-091-2/+8
| |
* | -selectbackground tag configuration option: implementationfvogel2016-02-091-0/+13
|/
* Fixed (with a real fix this time) bug [06c1433906] - Text widget crash ↵fvogel2016-02-081-16/+41
|\ | | | | | | during delete
| * With the real fix in FindDLine ([717e12ee]) there is no need anymore of the ↵finddlinefvogel2016-02-081-3/+0
| | | | | | | | emergency patch [c3c09f82].
| * Made FindDLine fully match its header description.fvogel2016-02-081-3/+30
| |
| * More comments in FindDLine, with slightly optimized code to achieve the same ↵fvogel2016-02-081-3/+11
| | | | | | | | functionality.
| * Reverted [311ef109] and [1847c858] because they are no longer needed to fix ↵fvogel2016-02-081-8/+1
| | | | | | | | bug [2f78c7c5ea]. The corresponding test textDisp-9.14 still passes.
* | Corrected indentation + added an explanatory comment.fvogel2016-02-081-1/+4
| |
* | Fix [06c14339060ba9ae]: Text widget crash during delete. Thanks to François ↵jan.nijtmans2016-02-081-5/+3
|\ \ | |/ | | | | Vogel for the implementation and Brian Griffin for all his help getting this figured out.
| * while is better than if because it deals with wrapped lines then.fvogel2016-02-071-1/+1
| |
| * Hopefully a better fix for [06c1433906] - Text widget crashfvogel2016-02-071-5/+3
| |
| * [06c1433906] Possible fix for text widget crashes.dgp2016-02-041-0/+5
| |
* | Fix crashing test case, textDisp-8.13dgp2016-02-051-0/+5
| |
* | rebase "tip-438" branch to latest trunk.tip_438jan.nijtmans2016-01-071-2/+96
|\ \
| * \ Merged core-8-5-branchfvogel2015-12-261-1/+8
| |\ \ | | |/
| * | [.text sync -command $cmd] schedules execution of $cmd by the event loop at ↵fvogel2015-12-261-11/+11
| | | | | | | | | | | | idle time
| * | There could be false negatives with [.text pendingsync] when line metrics ↵fvogel2015-12-201-2/+3
| | | | | | | | | | | | calculation is in the middle of a long line.
| * | Merged core-8-5-branchfvogel2015-12-131-13/+14
| |\ \
| * \ \ Merged core-8-5-branchfvogel2015-12-091-24/+47
| |\ \ \
| * | | | [.text pendingsync] returns a booleanfvogel2015-11-281-6/+7
| | | | |
| * | | | Adjusted when <<WidgetViewSync>> fires. Also %d now only has boolean value. ↵fvogel2015-11-211-7/+17
| | | | | | | | | | | | | | | | | | | | Implementation in sync with TIP #438 rev. 1.10
| * | | | Rename "yupdate" to "sync" and fix various test-casesjan.nijtmans2015-11-191-12/+12
| | | | |
| * | | | Tcl_Preserve should be first I guessfvogel2015-11-191-1/+2
| | | | |
| * | | | Make it compile with Visual 2008fvogel2015-11-191-1/+1
| | | | |
| * | | | Code Formattingjan.nijtmans2015-11-191-6/+8
| | | | |
| * | | | First test-implementation of "$t yupdate -command <command>". TODO: more ↵jan.nijtmans2015-11-191-1/+12
| | | | | | | | | | | | | | | | | | | | testcases and documentation
| * | | | TIP #438 - <<TextLineHeightsInvalid>> event added, with corresponding new testsfvogel2015-11-141-0/+40
| |\ \ \ \
| | * | | | Implementation of TIP #438 - Solution using virtual eventstip_438_eventsfvogel2015-11-101-0/+50
| | | | | |
| * | | | | TIP #438 - [.text pendingyupdate] command added, with corresponding new testsfvogel2015-11-141-1/+29
| |/ / / /
* | | | | Fixed bug [2f78c7c5ea] - text widget segfault with tablelistfvogel2015-12-261-1/+8
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Better comment about the fix, since the issue is now fully understood.bug_2f78c7c5eafvogel2015-12-231-2/+3
| | | | |
| * | | | Fixed bug [2f78c7c5ea] - text segfault with tablelist in TkBTreeLinesTofvogel2015-12-231-1/+7
| | |_|/ | |/| |
* | | | Fixed bug [ff8a1e55a2] - Filling a never-mapped text widget is CPU hungry - ↵fvogel2015-12-131-13/+5
|\ \ \ \ | |/ / / | | | | | | | | Patch from Koen Danckaert
| * | | Fixed bug [ff8a1e55a2] - Filling a never-mapped text widget is CPU hungry - ↵fvogel2015-12-131-13/+5
| |\ \ \ | | | | | | | | | | | | | | | Patch from Koen Danckaert
| | * | | Better patch for bug [ff8a1e55a2] - Filling a never-mapped text widget is ↵bug_ff8a1e55a2fvogel2015-12-071-13/+5
| | | | | | | | | | | | | | | | | | | | CPU hungry - Patch from Koen Danckaert
| | * | | Reverted [d29847c6] since there is a better patchfvogel2015-12-071-2/+1
| | | | |
| | * | | Fix for bug [ff8a1e55a2] - Filling a never-mapped text widget is CPU hungry ↵fvogel2015-12-051-1/+2
| | | |/ | | |/| | | | | | | | | - Patch from Koen Danckaert
* | | | Fix for bug [1739605] - [text see] misbehaves following widget ↵fvogel2015-12-121-0/+9
|\ \ \ \ | |/ / / | | | | | | | | create/populate - Patch from Koen Danckaert