| Commit message (Expand) | Author | Age | Files | Lines |
* | size_t for Tk_ItemDCharsProc(), with Tcl 9 headers | jan.nijtmans | 2020-06-02 | 1 | -12/+12 |
|
|
* | Fix two (minor) warnings, discovered with gcc-10, using Tcl 9 headers) | jan.nijtmans | 2020-06-02 | 1 | -1/+1 |
|
|
* | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ... | jan.nijtmans | 2020-05-26 | 1 | -24/+24 |
|
|
* | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -19/+19 |
|
|
* | More progress | jan.nijtmans | 2020-05-24 | 1 | -16/+16 |
|
|
* | More progress | jan.nijtmans | 2020-05-22 | 1 | -1/+1 |
|\ |
|
* | | Minor compiler warning | jan.nijtmans | 2020-05-22 | 1 | -1/+1 |
|
|
* | | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9 | jan.nijtmans | 2020-05-21 | 1 | -10/+10 |
|/ |
|
* | Fix [2712f43f6e]: X11: crash for rotated text w/o Xft, and optimize text item... | fvogel | 2020-05-01 | 1 | -7/+11 |
|\ |
|
| * | Optimize text item drawing in canvas by skipping the drawing of empty unselec... | fvogel | 2020-04-23 | 1 | -7/+11 |
|
|
* | | Fix [3134d697c8]: Reduce unnecessary code checks in canvas postscript code (... | fvogel | 2020-03-29 | 1 | -3/+1 |
|
|
* | | More usage of (internal) TkGetIntForIndex() function, and give this function ... | jan.nijtmans | 2020-03-20 | 1 | -1/+1 |
|
|
* | | More internal use of TkGetIntForIndex() function. | jan.nijtmans | 2020-03-18 | 1 | -11/+14 |
|
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -4/+2 |
|
|
* | | Merge trunk | jan.nijtmans | 2020-01-28 | 1 | -3/+3 |
|\ \ |
|
| * \ | merge 8.6 | dgp | 2020-01-24 | 1 | -1/+0 |
| |\ \
| | |/ |
|
| | * | silence "unused variable" warning | dgp | 2020-01-24 | 1 | -1/+0 |
|
|
| * | | Fix [1771594fff]: icursor @x,y fails for non-default scrollregions. Add non r... | fvogel | 2020-01-18 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Fix [1771594fff]: icursor @x,y fails for non-default scrollregions. Test canv... | fvogel | 2019-12-23 | 1 | -2/+2 |
|
|
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -2/+5 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only u... | jan.nijtmans | 2019-10-06 | 1 | -1/+1 |
|
|
| * | Too quick conclusion: all lines and text were gone :-). Reverting most of pre... | jan.nijtmans | 2019-10-04 | 1 | -1/+1 |
|
|
| * | Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc... | jan.nijtmans | 2019-10-04 | 1 | -1/+1 |
|
|
* | | Fix Tk_Offset() -> offsetof(). Tk_Offset() was inherited by merging chavez-ca... | fvogel | 2019-09-29 | 1 | -1/+1 |
|
|
* | | Merge chavez-canvas branch | Kevin Walzer | 2019-09-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some... | Kevin Walzer | 2019-09-24 | 1 | -1/+1 |
|
|
* | | Eliminate some redundant type-casts | jan.nijtmans | 2019-06-21 | 1 | -4/+4 |
|
|
* | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -6/+42 |
|\ \ |
|
| * \ | Implement TIP 164 | dkf | 2019-04-14 | 1 | -1/+37 |
| |\ \ |
|
| | * | | Document. Factor out basic rotation function. | dkf | 2019-03-13 | 1 | -5/+2 |
|
|
| | * | | More item types | dkf | 2019-03-11 | 1 | -1/+40 |
|
|
| * | | | Remove a few unnecessary (size_t) type-casts, and add a "const" | jan.nijtmans | 2019-04-04 | 1 | -3/+3 |
|
|
| * | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -13/+13 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -13/+13 |
| |\ \
| | |/ |
|
| | *-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -38/+38 |
| | |\ \ |
|
| | | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -13/+13 |
| | | | |\ |
|
| | | | | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -4/+4 |
|
|
| | | | | * | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -38/+38 |
|
|
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -38/+38 |
| | |\ \ \ \
| | | |/ / /
| | |/| | /
| | | | |/
| | | |/| |
|
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -42/+42 |
| | | |/ |
|
* | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -15/+15 |
|/ / / |
|
* | | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -4/+5 |
|/ / |
|
* | | 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 | -11/+46 |
|
|
* | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -2/+4 |
|
|
* | | consistent error formatting, added error codes | dkf | 2012-07-21 | 1 | -19/+25 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|