summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Need netapi.lib for static buildsvc_reformapnadkarni2017-09-301-14/+3
* Added standard macros LIBDIR and DEMODIR. Also set common Tk related names an...apnadkarni2017-09-302-48/+71
* Removed obsolete winhelp style docs. Fixed building of htmlhelpapnadkarni2017-09-291-89/+10
* Replace link commands with standard macrosapnadkarni2017-09-291-19/+4
* Eliminated redundant TK_CFLAGS and WISH_CFLAGS macrosapnadkarni2017-09-291-11/+6
* Use default macros for linking and add a implicit rule for resource files.apnadkarni2017-09-292-23/+25
* Use compilation rules from rules.vc instead of defining own ones in makefile.apnadkarni2017-09-293-538/+1023
* Merged Jan's changes from core-8-6-branch to pick up align98 changesapnadkarni2017-09-2910-68/+67
|\
| * Remove all references to coffbase.txt (which will be removed from Tcl) and wi...core_8_6_branchjan.nijtmans2017-09-264-36/+1
| * Fix [1e0db2400c]: canvas rchars leaves artifacts when line bounding box gets ...fvogel2017-09-241-10/+15
| |\
| | * Fix coding style and a comment.bug_1e0db2400cfvogel2017-09-171-8/+8
| | * Fix [1e0db2400c]: canvas rchars leaves artifacts when line bounding box gets ...fvogel2017-09-171-2/+7
| * | Fix [514ff64dd0]: canvas rotated text overlap detection not working.fvogel2017-09-242-8/+16
| |\ \
| | * | Fix [514ff64dd0]: canvas rotated text overlap detection not workingbug_514ff64dd0fvogel2017-09-172-8/+16
| | |/
| * | Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from S...fvogel2017-09-242-14/+32
| |\ \
| | * | Fix [5239fd749b]: Segfault when copying a photo image to itself. Patch from S...bug_5239fd749bfvogel2017-09-142-14/+32
| * | | Fix [8277e1a906]: fontchooser is out of sync with dynamically loaded fonts.fvogel2017-09-241-0/+3
| |\ \ \
| | * | | Fix the proposed patch since it had unexpected jumping effects in the fonts l...bug_8277e1a906fvogel2017-09-131-0/+2
| | * | | Fix [8277e1a906]: fontchooser is out of sync with dynamically loaded fonts. P...fvogel2017-09-031-0/+1
* | | | | Visual C++ optimization flags updated and output dir name changes.apnadkarni2017-09-201-14/+21
* | | | | Create new branch named "vc-reform"apnadkarni2017-09-200-0/+0
|/ / / /
* | | | Fix small mistake in the [text] man page: Documentation of -rmargincolor ment...fvogel2017-09-201-1/+1
| |_|/ |/| |
* | | Fix [3406785]: Incorrect coords rounding, pixel jump in drawing canvas items.fvogel2017-09-161-5/+97
|\ \ \
| * | | Fix [3406785]: Incorrect coords rounding, pixel jump in drawing canvas itemsbug_3406785fvogel2017-09-091-5/+97
| | |/ | |/|
* | | Fix [d0c55bd78a]: inaccurate documentation for continue/break/ok in binding s...fvogel2017-09-161-7/+17
|\ \ \ | |/ / |/| |
| * | Fix [d0c55bd78a]: inaccurate documentation for continue/break/ok in binding s...bug_d0c55bd78afvogel2017-09-031-7/+17
| |/
* | Add missing .RE in canvas.nfvogel2017-09-031-0/+1
|\ \ | |/ |/|
| * Add missing .RE in canvas.nbug_7c7e8f957efvogel2017-09-031-0/+1
* | Fix [cc42cc18a5]: Prevent the test suite from crashing when running tests img...fvogel2017-08-242-5/+21
|\ \
| * \ Fix [cc42cc18a5]: Prevent the test suite from crashing when running tests img...core_8_5_branchfvogel2017-08-242-5/+21
| |\ \
| | * | Fix [cc42cc18a5]: Prevent the test suite from crashing when running tests img...bug_b601ce3ab1fvogel2017-08-232-5/+21
* | | | Fix [7c7e8f957e]: Documentation of canvas coords subcommand updated. This pat...fvogel2017-08-241-0/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix [7c7e8f957e]: Documentation of canvas coords subcommand updated. This pat...fvogel2017-08-211-0/+8
* | | | polygon and closed polylines in canvas don't fully honor -joinstyle on Window...fvogel2017-08-242-3/+59
|\ \ \ \
| * | | | Rendering of all join styles is now correct on Windows when the first and las...bug_2874226fvogel2017-08-171-22/+50
| * | | | Fix [2874226]: polygon doesn't honor -joinstyle on Windows and OS X. This sec...fvogel2017-08-161-1/+19
| * | | | Fix [2874226]: polygon doesn't honor -joinstyle on Windows and OS X. This fir...fvogel2017-08-131-0/+10
| |/ / /
* | | | Fix [3295446]: Make the insertion cursor always visible when browsing console...fvogel2017-08-241-0/+2
|\ \ \ \
| * | | | Fix [3295446]: Make the insertion cursor always visible when browsing console...bug_3295446fvogel2017-08-121-0/+2
| |/ / /
* | | | Fix [ee40fd1fce]: Report possible error message from the consoleInterp to int...fvogel2017-08-241-1/+5
|\ \ \ \
| * | | | Fix [ee40fd1fce]: Report possible error message from the consoleInterp to int...bug_ee40fd1fcefvogel2017-08-121-1/+5
| |/ / /
* | | | Fix [f1a3ca09d2]: Memory leak in generic/tkTextBTree.c. Patch from 'edhume3'....fvogel2017-08-241-0/+2
|\ \ \ \
| * | | | Fix [f1a3ca09d2]: Memory leak in generic/tkTextBTree.c. Patch from 'edhume3'.bug_f1a3ca09d2fvogel2017-08-091-0/+2
| |/ / /
* | | | change non-working URL in comment to comparable working onejan.nijtmans2017-08-232-2/+2
|/ / /
* | | merge releasedgp2017-08-099-9/+111
|\ \ \
| * \ \ merge 8.6; update changesreleasecore_8_6_7core_8_6_7_rcdgp2017-08-093-3/+17
| |\ \ \ | |/ / / |/| | |
* | | | Fix [4966cad4d4]: Wrong tab shown in ttk::notebook. Patch from Gregor Cramer....fvogel2017-08-081-2/+5
* | | | Fix [28d0b8fb2f]: According to the ICCCM, the property used for X selection c...fvogel2017-08-081-0/+7
|\ \ \ \
| * | | | Fix [28d0b8fb2f]: Delete the property used for X selection conversion before ...bug_28d0b8fb2ffvogel2017-08-061-0/+7
|/ / / /
| * | | merge 8.6rc1dgp2017-08-032-28/+46
| |\ \ \ | |/ / / |/| | |