summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | Checked dlineinfo caller of FindDLine, comments addedfvogel2014-12-031-0/+9
| | | | | | | | |
| * | | | | | | | Merged from branch bug-7703f947aafvogel2014-12-031-18/+16
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fixed indentation and typos in commentsfvogel2014-12-031-18/+16
| | | | | | | | |
| * | | | | | | | Merged from branch bug-7703f947aafvogel2014-11-301-41/+38
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fixed FindDLine again (the previous fix [575b376065] was an improvement ↵fvogel2014-11-301-48/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | despite it did not fix all cases), see case 'C' in bug [7703f947aa]
| * | | | | | | | Merged from branch bug-7703f947aafvogel2014-11-301-2/+16
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fixed bbox caller of FindDLine, see case 'B' in bug [7703f947aa]fvogel2014-11-301-2/+16
| | | | | | | | |
| * | | | | | | | Merged from branch bug-7703f947aafvogel2014-11-231-2/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fixing FindDLine was not enough in all cases, now fix its callers (see test ↵fvogel2014-11-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | case 'A' in bug [7703f947aa])
| * | | | | | | | Merged from branch bug-7703f947aafvogel2014-11-221-1/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fixed bug [7703f947aa] - Wrong refresh of display lines when tagging text as ↵fvogel2014-11-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | elided
| * | | | | | | | Fixed bug [c24b97d905] - text count -displaylines is wrong with elided newlinesfvogel2014-11-212-29/+44
| |/ / / / / / /
* | | | | | | | [c9535cd7ce] GetIndex() failed to route all successful exits through code ↵dgp2015-02-061-2/+2
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | that writes a result through the canCachePtr.
| * | | | | | | [c9535cd7ce] GetIndex() failed to route all successful exits through codedgp2015-02-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | that writes a result through the canCachePtr.
* | | | | | | | [2b6778efe8] handle sscanf() EOF errors.dgp2015-02-061-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | [2b6778efe8] handle sscanf() EOF errors.dgp2015-02-061-2/+2
| | | | | | | |
* | | | | | | | [a6c2807c13] Don't let forgotten slave trick us into layout computations ↵dgp2015-02-061-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | outside the layout grid.
| * | | | | | | [a6c2807c13] Don't let forgotten slave trick us into layout computationsdgp2015-02-061-2/+2
| | |_|/ / / / | |/| | | | | | | | | | | | outside the layout grid.
* | | | | | | [d186605d05] Stop invalid read beyond objv.dgp2015-02-051-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [d186605d05] Stop invalid read beyond objv.dgp2015-02-051-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Remove Mac-specific idle handler in tkTextDisp.c that caused delay in text ↵Kevin Walzer2015-02-021-10/+0
| | |/ / / | |/| | | | | | | | | | | | | redraw during scrolling; no longer needed
| * | | | Improved scrolling for text under Cocoa; thanks to Marc Culler for patch.Kevin Walzer2015-01-041-0/+34
| |/ / /
* | | | Remove Mac-specific idle handler in tkTextDisp.c that caused delay in text ↵Kevin Walzer2015-02-021-9/+0
| | | | | | | | | | | | | | | | redraw during scrolling; no longer needed
* | | | Remove unnecessary end-of-line spacingjan.nijtmans2015-02-021-3/+3
| | | |
* | | | Stop `make test` segfaults.dgp2015-01-221-2/+11
| | | |
* | | | remove some unnecessary eol-spacingjan.nijtmans2015-01-151-2/+2
| | | |
* | | | Improved scrolling for text under Cocoa; thanks to Marc Culler for patch.Kevin Walzer2015-01-041-0/+34
| | | |
* | | | Fix typos in commentsfvogel2014-11-211-2/+2
|\ \ \ \ | |/ / /
| * | | Fix typos in commentsfvogel2014-11-211-2/+2
| | |/ | |/|
* | | Remove unnecessary end-of-line spacingjan.nijtmans2014-11-214-4/+4
| | |
* | | merge trunkdgp2014-11-071-3/+3
|\ \ \
| * \ \ Get menu-32.8 and scale-19 fixes from 8.5.dgp2014-11-071-3/+3
| |\ \ \ | | |/ /
| | * | Restore test menu-32.8dgp2014-11-071-3/+3
| | | |
* | | | merge trunkdgp2014-11-073-8/+6
|\ \ \ \ | |/ / /
| * | | Stop invalid readdgp2014-11-061-0/+1
| |\ \ \ | | |/ /
| | * | Stop invalid read.dgp2014-11-061-0/+1
| | | |
| * | | [3417012] Stop [scale] segfault when -digits too big. Thanks fvogel.dgp2014-10-302-8/+5
| |\ \ \ | | |/ /
| | * | Pushing the fix out to more files.dgp2014-10-302-12/+4
| | | |
| | * | Fixed bug [3417012fff]fvogel2014-10-291-3/+8
| | | |
| | * | missed bump bitsdgp2014-10-151-2/+2
| | | |
* | | | Bump to Tk 8.6.3; update changes filedgp2014-10-141-2/+2
|/ / /
* | | Fixed failing textDisp-19.11.20 and textDisp-19.11.23 - Bug [810c43d789]fvogel2014-10-111-0/+8
|\ \ \ | |/ /
| * | Fixed failing textDisp-19.11.20 and textDisp-19.11.23 [810c43d789]bug_810c43d789fvogel2014-09-271-0/+8
| | |
| * | merge 8.5dgp2014-08-181-0/+10
| |\ \
| | * | Fix for shimmering of buttons embedded when scrolled in text and canvas ↵Kevin Walzer2014-08-161-0/+10
| | | | | | | | | | | | | | | | widgets; improvements in scrolling smoothness in text widget. Thanks to Marc Culler for patches.
| * | | Bump to 8.5.16 for release.dgp2014-07-231-3/+3
| |/ /
| * | Squash problem with native AIX cc not allowing direct macro redefinition.jan.nijtmans2014-02-031-0/+3
| | |
* | | merge trunkdgp2014-08-192-34/+43
|\ \ \
| * | | Fix for shimmering of buttons embedded when scrolled in text and canvas ↵Kevin Walzer2014-08-161-1/+10
| | | | | | | | | | | | | | | | widgets; improvements in scrolling smoothness in text widget. Thanks to Marc Culler for patches.
| * | | Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patchKevin Walzer2014-08-011-33/+33
| | | |