summaryrefslogtreecommitdiffstats
path: root/generic/tkTextDisp.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Reverted [311ef109] and [1847c858] because they are no longer needed to fix b...fvogel2016-02-081-8/+1
* | 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
|\ \ | |/
| * 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 i...fvogel2015-12-261-11/+11
| * | There could be false negatives with [.text pendingsync] when line metrics cal...fvogel2015-12-201-2/+3
| * | 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. I...fvogel2015-11-211-7/+17
| * | | | 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 test...jan.nijtmans2015-11-191-1/+12
| * | | | 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 - P...fvogel2015-12-131-13/+5
|\ \ \ \ | |/ / /
| * | | Fixed bug [ff8a1e55a2] - Filling a never-mapped text widget is CPU hungry - P...fvogel2015-12-131-13/+5
| |\ \ \
| | * | | Better patch for bug [ff8a1e55a2] - Filling a never-mapped text widget is CPU...bug_ff8a1e55a2fvogel2015-12-071-13/+5
| | * | | 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
| | | |/ | | |/|
* | | | Fix for bug [1739605] - [text see] misbehaves following widget create/populat...fvogel2015-12-121-0/+9
|\ \ \ \ | |/ / /
| * | | Fix for bug [1739605] - [text see] misbehaves following widget create/populat...fvogel2015-12-051-0/+9
| |/ /
* | | Fixed bug [1997299fff] - Tag borderwidth leakingfvogel2015-11-291-24/+47
|\ \ \ | |/ /
| * | More leaking tags fixed, see test script in bug [1997299fff]fvogel2015-11-171-19/+33
| * | Fixed bug [1997299fff] - Tag borderwidth is leaking horizontallyfvogel2015-11-171-5/+14
| |/
* | Ooops... removed debug traces unintentionally left in the merge mark...fvogel2015-11-251-34/+1
* | merge markfvogel2015-11-251-1/+34
|\ \ | |/
* | Typos in commentsfvogel2015-11-101-1/+1
|\ \ | |/
| * Typos in commentsfvogel2015-11-101-1/+1
| * Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-16/+13
| * Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-13/+16
| * Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-16/+13
* | Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-16/+12
* | Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-13/+17
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-17/+13
* | Merge-mark, and remove some unnecessary end-of-line spacing.jan.nijtmans2015-03-161-2/+2
|\ \ | |/
| * Remove Mac-specific display timer from tkTextDisp.c; no longer neededKevin Walzer2015-02-151-42/+0