summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | (cherry-pick): Fixed bug [9e606527af] - && instead of & used in generic/tkOpt...jan.nijtmans2016-01-231-1/+1
| * | | Better repair of parentIsKey (backported from Tk 8.6). Problem was introduced...jan.nijtmans2016-01-231-11/+13
| * | | Remove cross-test disruption.dgp2016-01-231-0/+1
| * | | Repair failure to compile on OSX/Cocoa.dgp2016-01-231-2/+5
| * | | (cherry-pick) Fix [2049429]: Some options aren't picked up from the options d...jan.nijtmans2016-01-128-51/+59
| * | | Additional tweaks for dialogKevin Walzer2016-01-111-2/+15
| * | | Fix for 63c3542c06, messageboxes in Tk-Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-111-1/+6
| * | | (cherry-pick) Fix [1927212]: MouseWheel unbound for non-aqua scrollbars. Than...jan.nijtmans2016-01-092-0/+37
| * | | Additional fixes for memory leaks, window flickering on OS X 10.11; thanks to...Kevin Walzer2016-01-093-7/+14
* | | | Fix crashing test case, textDisp-8.13dgp2016-02-052-0/+14
| |/ / |/| |
* | | Fix build errors on i386 for Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-314-5/+7
* | | Fixed test entry-6.12: merge from 8.5 didn't see that $fixed does not exist i...fvogel2016-01-291-3/+3
| | * Bump to 8.6.5dgp2016-01-287-14/+14
| |/ |/|
* | NotebookAddCommand: fix off-by-one error counting objc/objvjenglish2016-01-252-1/+22
* | Implement TIP #441: Add -justify Configuration Option to the listbox Widgetjan.nijtmans2016-01-227-27/+173
|\ \
| * | Removed unfinished test case committed by error in the previous commit.tip_441fvogel2016-01-181-22/+0
| * | Reverted [5f396dacdc].fvogel2016-01-182-0/+23
| * | Removed attempt of adjustment of the startup xview according to the -justify ...fvogel2016-01-181-11/+0
| * | Documented what listbox-3.18b intends to test.fvogel2016-01-181-0/+4
| * | Use GetMaxOffset when possible to reduce code duplication. The change in List...fvogel2016-01-181-6/+2
| * | Fixed bug with the listbox justify patch: with large borders, when moving the...fvogel2016-01-181-1/+0
| * | Addressed question 4 (see artifact [9d48a9c212] of ticket [3f456a5bb9]).fvogel2016-01-171-1/+7
| * | Addressed questions 3 and 5 (see artifact [9d48a9c212] of ticket [3f456a5bb9]...fvogel2016-01-171-61/+0
| * | Removed test listbox-3.18c since it is irrelevant (the rendering of the selec...fvogel2016-01-161-26/+0
| * | Decided about test results for listbox-3.18afvogel2016-01-161-5/+5
| * | Rebased to latest trunkfvogel2016-01-161-0/+1
| |\ \
| * | | Addressed issue B (see artifact [9d48a9c212] of ticket [3f456a5bb9])fvogel2016-01-161-1/+10
| * | | Addressed issue A and question 6 (see artifact [9d48a9c212] of ticket [3f456a...fvogel2016-01-161-9/+7
| * | | Addressed question 2 (see artifact [9d48a9c212] of ticket [3f456a5bb9]). fvogel2016-01-161-0/+4
| * | | Addressed question 1 (see artifact [9d48a9c212] of ticket [3f456a5bb9])fvogel2016-01-161-1/+2
| * | | Rebased to latest trunkfvogel2016-01-1313-89/+563
| |\ \ \
| * | | | More typos fixedfvogel2016-01-131-10/+14
| * | | | Typo fixedfvogel2016-01-131-1/+1
| * | | | Added more testsfvogel2016-01-121-0/+74
| * | | | Added some testsfvogel2016-01-111-0/+15
| * | | | Polished listbox justification demofvogel2016-01-111-5/+7
| * | | | Improved patch formatting. No functional changefvogel2016-01-114-29/+47
| * | | | merged trunkfvogel2016-01-11220-7527/+11393
| |\ \ \ \
| * | | | | Adapt documentation and test-casejan.nijtmans2014-02-112-4/+5
| * | | | | [3f456a5bb9]: Patches for listbox right justifyjan.nijtmans2014-02-115-4/+116
* | | | | | Fixed bug [9e606527af] - && instead of & used in generic/tkOption.cfvogel2016-01-201-1/+1
| |_|_|/ / |/| | | |
* | | | | Fixed bug [639558ac83] - Lots of listbox tests fail on Linuxfvogel2016-01-161-0/+1
| |_|/ / |/| | |
* | | | TIP #438 (Ensure Line Metrics are Up-to-Date) accepted by votefvogel2016-01-136-38/+504
|\ \ \ \
| * \ \ \ 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