summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc-8 warningjan.nijtmans2019-05-131-1/+1
* Fix [caa8cb25a8]: spelling fix in comment of tkMenuDraw.cfvogel2019-05-131-1/+1
|\
| * Fix [caa8cb25a8]: spelling fix in comment of tkMenuDraw.cfvogel2019-05-131-1/+1
* | Merge 8.6jan.nijtmans2019-05-096-8/+8
|\ \ | |/
| * Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-093-3/+3
* | Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview c...fvogel2019-05-084-7/+29
|\ \ | |/
| * Fix '.e index @'. The returned answer could be wrong if the scroll info was n...fvogel2019-04-282-0/+2
| * Factorize the code a bit, and avoid calling the layoutProc twice when calling...fvogel2019-04-284-30/+25
| * Add a missing scroll info update needed to make x|yview moveto|units|pages wo...fvogel2019-04-281-0/+8
| * Revert irrelevant blank changesfvogel2019-04-272-2/+1
| * More generic fix, for [8261c517af] and [2513186fff].fvogel2019-04-272-9/+18
| * Write code more consistently with the rest of the ttkEntry.c filefvogel2019-04-261-3/+2
| * Optimize the fix: the layout calculation is only needed if the display is out...fvogel2019-04-261-1/+4
| * Fix [2513186fff] and [f9343d8f72]: ttk::entry xview sub-command forces use of...fvogel2019-04-221-0/+7
* | Don't record unknown informationdkf2019-04-141-0/+24
* | Fix [6ce6e74635]: TIP415 implementation does not handle small arcs correctlyfvogel2019-04-141-11/+25
|\ \
| * | Improved patch to deal with zero length arcs specified by their height.fvogel2019-04-071-21/+17
| * | Remove the error that was triggering with very small arcs while still prevent...fvogel2019-04-031-15/+18
| * | Fix formattingfvogel2019-01-211-8/+8
| * | Rebase to latest trunkjan.nijtmans2019-01-201-4/+19
| |\ \
| | * | Fix proposal by Simon Geard for [6ce6e74635]: TIP415 implementation does not ...fvogel2018-12-311-4/+19
* | | | Implement TIPs 482 and 483dkf2019-04-143-0/+150
|\ \ \ \
| * | | | Changes based on recommendations in http://code.activestate.com/lists/tcl-cor...stu2018-07-041-1/+1
| * | | | Merge trunk.stu2018-07-0349-238/+1131
| |\ \ \ \
| * | | | | Remove unrelated ::tk::pkgconfig variables: compile_debug and compile_stats. ...stu2017-11-221-18/+6
| * | | | | Add fontsystem values for Win and Mac.stu2017-11-071-1/+5
| * | | | | Merge trunk.stu2017-11-0722-403/+1773
| |\ \ \ \ \
| * | | | | | Bring more TIP #59 to Tk.<br> stu2017-05-203-0/+158
* | | | | | | Implement TIP 507dkf2019-04-145-0/+5251
|\ \ \ \ \ \ \
| * | | | | | | New files from René Zaumseilfvogel2018-12-031-15/+5
| * | | | | | | merge trunkfvogel2018-08-1952-385/+465
| |\ \ \ \ \ \ \
| * | | | | | | | Make svg compile with MS VC++ 6 - attention - strtoll is replaced by strtol w...oehhar2018-06-151-0/+26
| * | | | | | | | Make branch compile with MSVC 2008 (Express Edition)fvogel2018-06-061-1/+4
| * | | | | | | | René Zaumseil fixed a crashfvogel2018-06-041-0/+1
| * | | | | | | | New files provided by René Zaumseilfvogel2018-05-161-31/+35
| * | | | | | | | Add missing files, as provided by René Zaumseil.fvogel2018-05-153-0/+5225
| * | | | | | | | Implementation of TIP #507: Include simple svg support with nanosvg. Files as...fvogel2018-05-152-0/+2
* | | | | | | | | Implement TIP 164dkf2019-04-1412-24/+541
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make some items have a virtual centre point to move. Much saner behaviour.dkf2019-03-152-22/+30
| * | | | | | | | | Document. Factor out basic rotation function.dkf2019-03-1310-85/+82
| * | | | | | | | | All standard item types now have rotation proc callbacks.dkf2019-03-111-2/+56
| * | | | | | | | | More item typesdkf2019-03-115-7/+241
| * | | | | | | | | Starting to build out the per-item implementationsdkf2019-03-113-47/+179
| * | | | | | | | | Basic implementation of TIP 164: [$canvas rotate]dkf2019-03-112-12/+104
* | | | | | | | | | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-112-1/+9
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-112-1/+9
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Synchronize the generic tk headers with core-8-6-branch.culler2019-04-112-11/+13
| | * | | | | | | | | Added a drawing procedure for Entry widgets in dark mode.culler2019-04-062-2/+2
| | * | | | | | | | | Rework how contrasting backgrounds are handled.culler2019-04-044-10/+12
| | * | | | | | | | | Really sync with geom-master-slave.culler2019-04-024-22/+31