summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Fix of bug [ef14e354]:gcramer2017-04-193-5/+16
* | | | | | | | | | | | Fix of bug [ef14e354f51328157e9c553a731af5199cba2bee]: I had to remove an opt...gcramer2017-04-192-6/+5
* | | | | | | | | | | | In the revised [text] implementation, the insertion cursor is allowed to leak...fvogel2017-04-181-2/+5
* | | | | | | | | | | | More problems with pseudo UTF-8 (TCL_UTF_MAX > 4).gcramer2017-04-172-0/+21
* | | | | | | | | | | | More handlings for this bad TCL_UTF_MAX > 4 hack. Because of the fact that fu...gcramer2017-04-174-26/+201
* | | | | | | | | | | | Minor correction, comment about TCL_UTF_MAX > 4 introduced.gcramer2017-04-161-3/+22
* | | | | | | | | | | | Minor corrections.gcramer2017-04-162-25/+18
* | | | | | | | | | | | Corrections in comments.gcramer2017-04-164-10/+11
* | | | | | | | | | | | Minor corrections in TextChecksumCmd().gcramer2017-04-151-5/+5
* | | | | | | | | | | | Command "tag priority" added, this allows to compare the priority of tags.gcramer2017-04-151-4/+14
* | | | | | | | | | | | Superfluous code has been commented out, causing superdluous redrawings. Test...gcramer2017-04-141-0/+7
* | | | | | | | | | | | Unreacheable code in LayoutUpdateLineHeightInformation eliminated.gcramer2017-04-141-9/+5
* | | | | | | | | | | | (1) A few memory leaks eliminatedgcramer2017-04-146-131/+133
* | | | | | | | | | | | New options -showendoftext, -eotchar, -eotcolor as a supplement to the -showe...gcramer2017-04-143-19/+99
* | | | | | | | | | | | (1) Fix in DisplayDLine. (2) Superfluous assertion removed.gcramer2017-04-131-2/+3
* | | | | | | | | | | | Fix in DisplayDLine.gcramer2017-04-131-79/+81
* | | | | | | | | | | | TkConfigureText refactored.gcramer2017-04-131-31/+15
* | | | | | | | | | | | Fix in DisplayText(), eventually scroll region must me 1 pixel wider.gcramer2017-04-121-4/+5
* | | | | | | | | | | | Fix in DisplayDLine(), eventually we have to copy 1 pixel more.gcramer2017-04-121-3/+5
* | | | | | | | | | | | (1) Rework of blinking cursor handling, especially the values for TkTextRedra...gcramer2017-04-124-70/+136
* | | | | | | | | | | | Fix [5cfd9dfe0d]: -startindex and -endindex defaults cannot be re-eaten by th...fvogel2017-04-121-2/+2
* | | | | | | | | | | | merge trunkfvogel2017-04-106-55/+189
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Fix [2912962fff]: Notebook does not set TTK_STATE_USER1 and TTK_STATE_USER2.fvogel2017-04-071-6/+21
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Fix [2912962fff]: Notebook does not set TTK_STATE_USER1 and TTK_STATE_USER2.fvogel2017-04-071-6/+21
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Fixed TTK_STATE_USER2 similarly as TTK_STATE_USER1. These bits are set for th...bug_2912962ffffvogel2017-04-031-4/+11
| | | * | | | | | | | | | Fix [2912962fff]: Notebook does not set TTK_STATE_USER1. Patch from Jos Decos...fvogel2017-04-031-2/+10
| | | | |_|_|_|_|/ / / / | | | |/| | | | | | | |
| * | | | | | | | | | | Fix [3089640fff], [6020ee2d03], [e016579efb], [6bf197edbf] and [7ffb9e554c]: ...fvogel2017-04-071-30/+24
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Fix [3089640fff], [6020ee2d03], [e016579efb], [6bf197edbf] and [7ffb9e554c]: ...fvogel2017-04-071-30/+24
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | / / / | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | | * | | | | | | | Slightly better fix anonymously proposed in [6020ee2d03]. Use floor() instead...fvogel2017-04-061-3/+6
| | | * | | | | | | | The -mintabwidth style option is honored whenever possible. If there is not e...fvogel2017-04-021-6/+14
| | | * | | | | | | | Fix [3089640fff], [6020ee2d03], [e016579efb] and [6bf197edbf]: ttk::notebook ...fvogel2017-03-311-25/+8
| | | |/ / / / / / /
| * | | | | | | | | [db8c541b6b] Prevent access of freed memory in warp pointer callbacks.dgp2017-04-061-2/+23
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | [db8c541b6b] Prevent access of freed memory in warp pointer callbacks.dgp2017-04-061-2/+23
| | |/ / / / / / /
| * | | | | | | | Fix [28a3c366e6]: memory leak in the text widget. Patch contributed anonymouslyfvogel2017-03-291-0/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fix [28a3c366e6]: memory leak in the text widget. Patch contributed anonymouslyfvogel2017-03-291-0/+3
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | Fix [28a3c366e6]: memory leak in the text widget. Patch contributed anonymouslybug_28a3c366e6fvogel2017-03-261-0/+3
| | | | |_|/ / / | | | |/| | | |
| * | | | | | | Merged tip-464 following positive vote by the TCT.fvogel2017-03-261-1/+18
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | / | | |_|_|_|_|/ | |/| | | | |
| | * | | | | merge core-8-6-branchtip_464fvogel2017-03-261-0/+6
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | merge core-8-6-branchfvogel2017-03-066-6/+31
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Add comment explaining that ks_names.h should be kept in sync with keysymdef....fvogel2017-01-291-0/+13
| | * | | | | Remove obsolete (and currently wrong) comment in generic/ks_names.hfvogel2017-01-291-3/+0
| | * | | | | Proposed fix for [499526180d]: Add support for windows multimedia virtual key...fvogel2017-01-281-0/+7
| * | | | | | Add test-case for [http://core.tcl.tk/tcl/tktview/1cc44617e2b4ed0a29f75762d45...jan.nijtmans2017-03-241-0/+58
| * | | | | | merge trunktip_442fvogel2017-03-211-0/+6
| |\ \ \ \ \ \
| * | | | | | | Reorder progressbar options alphabetically (to follow the standard convention...fvogel2017-03-131-32/+32
| * | | | | | | Updated patch from René Zaumseil, now consistent with the proposed implement...fvogel2017-03-061-0/+4
| * | | | | | | merge trunkfvogel2017-03-0643-1147/+718
| |\ \ \ \ \ \ \
| * | | | | | | | Implementation of TIP #442 by René Zaumseil - Display text in progressbarsfvogel2016-08-181-1/+26
* | | | | | | | | Some minor corrections.gcramer2017-04-109-23/+16
* | | | | | | | | (1) Fix of implementation for tag.current.first, tag.current.last.gcramer2017-04-102-29/+34