summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Addressed question 1 (see artifact [9d48a9c212] of ticket [3f456a5bb9])fvogel2016-01-161-1/+2
|
* Rebased to latest trunkfvogel2016-01-137-35/+225
|\
| * TIP #438 (Ensure Line Metrics are Up-to-Date) accepted by votefvogel2016-01-133-6/+198
| |\
| | * rebase "tip-438" branch to latest trunk.tip_438jan.nijtmans2016-01-073-6/+198
| | |\
| | | * 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
| | | |
| | | * Merged core-8-5-branchfvogel2015-12-261-1/+8
| | | |\
| | | * | [.text sync -command $cmd] schedules execution of $cmd by the event loop at ↵fvogel2015-12-263-14/+62
| | | | | | | | | | | | | | | | | | | | idle time
| | | * | Merged core-8-5-branchfvogel2015-12-211-32/+97
| | | |\ \
| | | * | | 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
| | | |\ \ \ \
| | | * | | | | Fixed indentationfvogel2015-11-281-8/+8
| | | | | | | |
| | | * | | | | Merged core-8-5-branchfvogel2015-11-281-1/+5
| | | |\ \ \ \ \
| | | * | | | | | [.text pendingsync] returns a booleanfvogel2015-11-283-11/+10
| | | | | | | | |
| | | * | | | | | Respect alphabetical orderfvogel2015-11-211-9/+9
| | | | | | | | |
| | | * | | | | | 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-193-38/+38
| | | | | | | | |
| | | * | | | | | 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-193-34/+36
| | | | | | | | |
| | | * | | | | | better argument checkingjan.nijtmans2015-11-191-1/+7
| | | | | | | | |
| | | * | | | | | First test-implementation of "$t yupdate -command <command>". TODO: more ↵jan.nijtmans2015-11-193-9/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testcases and documentation
| | | * | | | | | Merge core-8-5-branchjan.nijtmans2015-11-161-8/+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-143-5/+47
| | | | | | | | | | |
| | | * | | | | | | | 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 ↵bug_2049429fffjan.nijtmans2016-01-122-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (just to be 100% sure there will not be a behavioral change)
| * | | | | | | | | Merge trunk. jan.nijtmans2016-01-112-4/+4
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ttkButton.c: Invalid use of TK_OPTION_DONT_SET_DEFAULT, should have been TK_OPTION_NULL_OK as in normal button. tkTextTag.c: Use of TK_OPTION_DONT_SET_DEFAULT means that the default value "0" is ignored, so better use NULL.
| * \ \ \ \ \ \ \ \ \ Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123]jan.nijtmans2016-01-103-26/+24
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | -spacing[123] use TK_OPTION_NULL_OK instead of TK_OPTION_DONT_SET_DEFAULTfvogel2016-01-091-3/+3
| | | | | | | | | | |
| | * | | | | | | | | Removed unused flags argument in Configure function since Tk_ConfigureWidget ↵fvogel2016-01-082-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is no longer used there since last century
| | * | | | | | | | | Use TK_OPTION_NULL_OK instead of TK_CONFIG_NULL_OKfvogel2016-01-083-8/+8
| | | | | | | | | | |
| | * | | | | | | | | (cherry-pick) Fixed bug [1305128] - Scrollbar doesn't receive eventjan.nijtmans2016-01-081-0/+2
| | | | | | | | | | |
* | | | | | | | | | | More typos fixedfvogel2016-01-131-10/+14
| | | | | | | | | | |
* | | | | | | | | | | Typo fixedfvogel2016-01-131-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Improved patch formatting. No functional changefvogel2016-01-111-26/+44
| | | | | | | | | | |
* | | | | | | | | | | merged trunkfvogel2016-01-1142-796/+1424
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Fixed bug [1305128] - Scrollbar doesn't receive eventjan.nijtmans2016-01-081-0/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Fixed bug [1305128] - Scrollbar doesn't receive eventbug_1305128ffffvogel2016-01-051-0/+2
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogel2016-01-061-0/+35
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostbug_3102228ffffvogel2015-12-311-0/+35
| | |/ / / / / / /
| * | | | | | | | 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 [793909] - Problem with nonexistent namespacesfvogel2015-12-191-6/+32
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fixed bug [793909] - Problem with nonexistent namespacesfvogel2015-12-191-6/+32
| | |\ \ \ \ \ \
| | | * | | | | | Fixed bug [793909] - Problem with nonexistent namespacesbug_793909ffffvogel2015-12-121-6/+32
| | | | | | | | |