Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 | |
| | ||||||
* | Merge 8.6 | jan.nijtmans | 2020-10-05 | 1 | -24/+15 | |
|\ | ||||||
| * | Fix many warnings related to the -Wshadow gcc compiler flag | jan.nijtmans | 2020-10-05 | 1 | -24/+22 | |
| | | ||||||
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -2/+2 | |
| | | ||||||
* | | More progress | jan.nijtmans | 2020-05-22 | 1 | -5/+5 | |
| | | ||||||
* | | Fix [3134d697c8]: Reduce unnecessary code checks in canvas postscript code ↵ | fvogel | 2020-03-29 | 1 | -26/+7 | |
| | | | | | | | | (patch from Emiliano Gavilan). | |||||
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -3/+0 | |
| | | ||||||
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -6/+16 | |
| | | ||||||
* | | Fix Tk_Offset() -> offsetof(). Tk_Offset() was inherited by merging ↵ | fvogel | 2019-09-29 | 1 | -1/+1 | |
| | | | | | | | | chavez-canvas branch that originally targeted core-8-6-branch. | |||||
* | | Merge chavez-canvas branch | Kevin Walzer | 2019-09-29 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove ↵ | Kevin Walzer | 2019-09-24 | 1 | -1/+2 | |
| | | | | | | | | some hard-coded values from canvas, allow canvas to vary apperance in Dark Mode on macOS and also on Windows | |||||
* | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -12/+83 | |
|\ \ | ||||||
| * \ | Merge 8.6 | jan.nijtmans | 2019-05-09 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| * | | Fix [6ce6e74635]: TIP415 implementation does not handle small arcs correctly | fvogel | 2019-04-14 | 1 | -11/+25 | |
| |\ \ | ||||||
| | * | | Improved patch to deal with zero length arcs specified by their height. | fvogel | 2019-04-07 | 1 | -21/+17 | |
| | | | | ||||||
| | * | | Remove the error that was triggering with very small arcs while still ↵ | fvogel | 2019-04-03 | 1 | -15/+18 | |
| | | | | | | | | | | | | | | | | preventing NaN and Inf values to leak in the computations. Add a new test canvas-21.1 checking results for zero-length arcs. | |||||
| | * | | Fix formatting | fvogel | 2019-01-21 | 1 | -8/+8 | |
| | | | | ||||||
| | * | | Rebase to latest trunk | jan.nijtmans | 2019-01-20 | 1 | -4/+19 | |
| | |\ \ | ||||||
| | | * | | Fix proposal by Simon Geard for [6ce6e74635]: TIP415 implementation does not ↵ | fvogel | 2018-12-31 | 1 | -4/+19 | |
| | | | | | | | | | | | | | | | | | | | | handle small arcs correctly | |||||
| | | * | | Merge 8.6 | jan.nijtmans | 2018-12-20 | 1 | -60/+58 | |
| | | |\ \ | ||||||
| * | | | | | Make some items have a virtual centre point to move. Much saner behaviour. | dkf | 2019-03-15 | 1 | -10/+14 | |
| | | | | | | ||||||
| * | | | | | Document. Factor out basic rotation function. | dkf | 2019-03-13 | 1 | -17/+15 | |
| | | | | | | ||||||
| * | | | | | Starting to build out the per-item implementations | dkf | 2019-03-11 | 1 | -1/+56 | |
| |/ / / / | ||||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -20/+20 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -20/+20 | |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | ||||||
| | | | | ||||||
| | | \ | ||||||
| | *-. \ | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -17/+19 | |
| | |\ \ \ | ||||||
| | | | * \ | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵ | jan.nijtmans | 2019-01-08 | 1 | -20/+20 | |
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows.h have conflicting symbols. *** POTENTIAL INCOMPATIBILITY *** on Windows only: gcc/clang/MSVC will generate new warnings in extensions when the "None" symbol is used incorrectly. Those warnings are all fixed in the core, that's what most of this commit is doing. | |||||
| | | | | * | | Bring back more original "None" usages, and fix other warnings which ↵ | jan.nijtmans | 2019-01-03 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gradually slipped in. Wherever possible, pragma's are used in MSVC to silence useless compiler warnings. | |||||
| | * | | | | | As requested by Christian Werner/François Vogel and others: Undo many None ↵ | jan.nijtmans | 2018-12-31 | 1 | -54/+54 | |
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | / | | | |_|_|/ | | |/| | | | -> 0 changes, in order to reduce the probability of merge conflicts with other branches. Remark: Many usages of "None" in Tk are wrong, "NULL" should be used in many places where pointers are referenced in stead of XID's. Those places are corrected. | |||||
| | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None ↵ | jan.nijtmans | 2018-12-31 | 1 | -58/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> 0 changes, in order to reduce the probability of merge conflicts with other branches. Remark: Many usages of "None" in Tk are wrong, "NULL" should be used in many places where pointers are referenced in stead of XID's. Those places are corrected. | |||||
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols | jan.nijtmans | 2018-12-20 | 1 | -60/+58 | |
| | |\ \ \ \ | | | |/ / / | | | | / / | | | |/ / | | |/| | | *** POTENTIAL INCOMPATIBILITY *** for Win32 only: On X11 and Mac, "None" can still be used as before | |||||
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵ | jan.nijtmans | 2018-12-20 | 1 | -60/+58 | |
| | | |/ | | | | | | | | | | | | | | | | | Windows.h have conflicting symbols. Also fix a few newer (harmless) gcc warnings. | |||||
* | | | | Merge trunk | jan.nijtmans | 2018-11-25 | 1 | -11/+125 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Clean up prior to TIP vote | dkf | 2018-10-20 | 1 | -38/+65 | |
| | | | | ||||||
| * | | | merge trunk | jan.nijtmans | 2016-03-04 | 1 | -7/+7 | |
| |\ \ \ | | |/ / | ||||||
| * | | | Changes from Simon Geard to act as baseline implementation of TIP #415. | dkf | 2012-11-08 | 1 | -10/+97 | |
| |/ / | ||||||
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -25/+25 | |
|/ / | ||||||
* | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -2/+2 | |
| | | ||||||
* | | Postscript generation now uses Tcl_Objs more extensively; still nasty in places. | dkf | 2012-07-27 | 1 | -38/+82 | |
| | | ||||||
* | | consistent error formatting, added error codes | dkf | 2012-07-21 | 1 | -2/+7 | |
| | | ||||||
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -19/+11 | |
| | | | | | | ** WORK IN PROGRESS ** | |||||
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 | |
|\ \ | |/ | ||||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 | |
| |\ | ||||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 | |
| | | | ||||||
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -3/+2 | |
| | | | | | | | | | using useful casts internally. | |||||
* | | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ↵ | nijtmans | 2010-11-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | Tcl_Panic() outputs a final newline already | |||||
* | | | Eliminate many unnecessary (ClientData) type casts. | nijtmans | 2010-06-15 | 1 | -7/+7 | |
| | | | ||||||
* | | | CONSTify everything related to Tk_ConfigSpec | nijtmans | 2010-02-17 | 1 | -2/+2 | |
| | | | ||||||
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -18/+18 | |
| | | | | | | | | | | | | | | | Apply patch [#2932808]: Canvas items not updating on widget state change | |||||
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | - some internal const decorations - spacing |