summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rebase "tip-438" branch to latest trunk.tip_438jan.nijtmans2016-01-076-38/+504
|\
| * Harmonized use of NULL for textPtr->afterSyncCmdfvogel2016-01-051-2/+2
| * Polished documentation a bitfvogel2016-01-051-7/+8
| * Moved RunAfterSyncCmd procedurefvogel2016-01-051-47/+47
| * Typo fixed in commentfvogel2016-01-051-1/+1
| * Merged core-8-5-branchfvogel2015-12-262-2/+33
| |\
| * | [.text sync -command $cmd] schedules execution of $cmd by the event loop at i...fvogel2015-12-263-14/+62
| * | Merged core-8-5-branchfvogel2015-12-2116-178/+367
| |\ \
| * | | Test text-11a.41 now correctly written passes.fvogel2015-12-201-6/+6
| * | | There could be false negatives with [.text pendingsync] when line metrics cal...fvogel2015-12-201-2/+3
| * | | Tests reordered. Two issues currently: 1. text-11a.22 currently hangs but sho...fvogel2015-12-191-38/+80
| * | | Better (and more correct) description of what [.text sync -command $command] ...fvogel2015-12-131-3/+3
| * | | Merged core-8-5-branchfvogel2015-12-133-15/+27
| |\ \ \
| * \ \ \ Merged core-8-5-branchfvogel2015-12-0911-65/+145
| |\ \ \ \
| * | | | | Clearer separation between what [.text sync] and [.text sync -command] exactl...fvogel2015-11-281-5/+12
| * | | | | Fixed indentationfvogel2015-11-281-8/+8
| * | | | | Merged core-8-5-branchfvogel2015-11-2813-693/+687
| |\ \ \ \ \
| * | | | | | Text widget documentation updated according to TIP #438fvogel2015-11-281-1/+92
| * | | | | | [.text pendingsync] returns a booleanfvogel2015-11-284-12/+11
| * | | | | | Merged core-8-5-branchfvogel2015-11-221-0/+16
| |\ \ \ \ \ \
| * | | | | | | Use the new sync command instead of the 'count -update' workaroundfvogel2015-11-221-4/+1
| * | | | | | | Respect alphabetical orderfvogel2015-11-211-9/+9
| * | | | | | | Improved the tests a bitfvogel2015-11-212-36/+45
| * | | | | | | Adjusted when <<WidgetViewSync>> fires. Also %d now only has boolean value. I...fvogel2015-11-212-8/+18
| * | | | | | | Rename "yupdate" to "sync" and fix various test-casesjan.nijtmans2015-11-195-69/+69
| * | | | | | | 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-192-2/+16
| * | | | | | | First test-implementation of "$t yupdate -command <command>". TODO: more test...jan.nijtmans2015-11-194-9/+60
| * | | | | | | Better test for bug [2677890] since [19960bcef8] breaks relevance/efficiency ...fvogel2015-11-161-18/+23
| * | | | | | | Merge core-8-5-branchjan.nijtmans2015-11-162-10/+14
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ TIP #438 - <<TextLineHeightsInvalid>> event added, with corresponding new testsfvogel2015-11-142-0/+68
| |\ \ \ \ \ \ \ \
| | * | | | | | | | 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-144-10/+83
| * | | | | | | | | TIP #438 - [.text yupdate] command added, with corresponding new testsfvogel2015-11-142-7/+52
* | | | | | | | | | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogel2016-01-062-0/+50
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogel2016-01-062-0/+50
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostbug_3102228ffffvogel2015-12-312-0/+50
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
* | | | | | | | | | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledfvogel2016-01-063-14/+55
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledfvogel2016-01-063-14/+55
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledbug_1288433ffffvogel2015-12-303-14/+55
| |/ / / / / / / / /
* | | | | | | | | | Fixed bug [2f78c7c5ea] - text widget segfault with tablelistfvogel2015-12-262-1/+32
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Fixed bug [2f78c7c5ea] - text widget segfault with tablelistfvogel2015-12-262-1/+32
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Better comment about the fix, since the issue is now fully understood.bug_2f78c7c5eafvogel2015-12-231-2/+3
| | * | | | | | | | | Added new test textDisp-9.14 to check against regression regarding bug [2f78c...fvogel2015-12-231-0/+24
| | * | | | | | | | | Fixed bug [2f78c7c5ea] - text segfault with tablelist in TkBTreeLinesTofvogel2015-12-231-1/+7
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
* | | | | | | | | | Made test textDisp-16.18 pass again on Win7 after [a4bf73e4b8]: map the text ...fvogel2015-12-231-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Made test textDisp-16.18 pass again on Win7 after [a4bf73e4b8]: map the text ...fvogel2015-12-231-1/+1
| |/ / / / / / / /
* | | | | | | | | Fixed bug [793909] - Problem with nonexistent namespacesfvogel2015-12-193-6/+50
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /