Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|\ | |||||
| * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-06-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix [2790615]: "update" performs Tk callbacks in its own stack frame. | jan.nijtmans | 2020-06-08 | 1 | -1/+1 |
| | | | | | | by adding TCL_EVAL_GLOBAL in a lot of places. | ||||
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -1/+1 |
| | | |||||
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -1/+0 |
| | | |||||
* | | Fix [2edd843def]: canvas postscript returns non empty string when -file or ↵ | fvogel | 2020-03-12 | 1 | -1/+1 |
|\ \ | |/ | | | | | -channel is specified. Fix by Emiliano Gavilan. | ||||
| * | Fix [2edd843def]: canvas postscript returns non empty string when -file or ↵ | fvogel | 2020-03-03 | 1 | -1/+1 |
| | | | | | | | | -channel is specified. Fix provided by Emiliano Gavilan. Tests canvPs-1.1 and convPs-2.1 now pass. | ||||
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -1/+4 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Don't use "class" as (internal) struct field name or local variable name. ↵ | jan.nijtmans | 2019-09-24 | 1 | -2/+2 |
| | | | | | | | | Make it "c_class" (just as X11 does as well), in order to prevent conflict with C++ compilers. | ||||
* | | Merge 8.6 | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
| | | |||||
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -16/+16 |
| | | |||||
* | | Use TCL_IO_FAILURE, for more readable TIP #494 compatibility. | jan.nijtmans | 2018-09-06 | 1 | -4/+4 |
| | | |||||
* | | Ongoing work (not finished yet) making Tk fully 64-bit size_t aware (see TIP ↵ | jan.nijtmans | 2018-07-09 | 1 | -4/+4 |
|/ | | | | #494) without compatibility macros | ||||
* | Another attempt to fix ↵ | jan.nijtmans | 2017-05-15 | 1 | -1/+1 |
| | | | | [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8], this time (hopefully) suitable for 8.6. (less changes than the original attempt) | ||||
* | Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro. | jan.nijtmans | 2014-02-10 | 1 | -6/+6 |
| | |||||
* | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to ↵ | jan.nijtmans | 2013-03-07 | 1 | -1/+1 |
| | | | | the prefered Tcl_EvalEx). | ||||
* | [Bug 3565533]: Purge use of variable that was only ever checked once immediately | dkf | 2012-09-07 | 1 | -9/+4 |
| | | | afterwards, except for one (buggy) case where it was checked without assignment. | ||||
* | minor improvements to flag handling | dkf | 2012-07-31 | 1 | -1/+1 |
| | |||||
* | more reorganization of error codes: safety is common failure mode | dkf | 2012-07-30 | 1 | -1/+1 |
| | |||||
* | Postscript generation now uses Tcl_Objs more extensively; still nasty in places. | dkf | 2012-07-27 | 1 | -196/+218 |
| | |||||
* | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -4/+4 |
| | |||||
* | consistent error formatting, added error codes | dkf | 2012-07-21 | 1 | -26/+55 |
| | |||||
* | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -5/+3 |
| | | | ** 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 |
| | | | |||||
| | * | * macosx/tkMacOSXDraw.c: | das | 2004-02-23 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXXStubs.c: * xlib/ximage.c: fixed MacOSX XGetImage/XPutImage and related functions to deal properly with XImages copied from screen. * generic/tkCanvPs.c (TkImageGetColor): MacOSX fix. * generic/tkImgPhoto.c (ImgPhotoDisplay): enabled alpha blending for images with partial transparency on MacOSX. [Bug 809157] | ||||
| * | | Squelch all mention of prolog.ps; it isn't used. [Bug 1466509] | dkf | 2009-04-10 | 1 | -2/+2 |
| | | | |||||
| * | | Add missing header | dgp | 2008-12-22 | 1 | -1/+2 |
| | | | |||||
| * | | Forgot that I had to add code to propagate the tkwin through the psInfoPtr. | dkf | 2008-12-22 | 1 | -1/+3 |
| | | | |||||
| * | | Backport of fix for [Bug 2107938]. | dkf | 2008-12-22 | 1 | -2/+2 |
| | | | |||||
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -3/+3 |
| | | | | | | | | | using useful casts internally. | ||||
* | | | 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 | ||||
* | | | Simplify the postscript generation. | dkf | 2010-01-03 | 1 | -7/+21 |
| | | | |||||
* | | | oops | dkf | 2009-05-01 | 1 | -2/+1 |
| | | | |||||
* | | | Factor out some of the postscript generation code to the PS prolog. | dkf | 2009-05-01 | 1 | -171/+51 |
| | | | |||||
* | | | Fix potential use of uninitialized variable flagged by clang static analyzer | das | 2008-12-07 | 1 | -7/+7 |
| | | | |||||
* | | | fix warning | das | 2008-12-05 | 1 | -1/+2 |
| | | | |||||
* | | | Improve the code to convert from pixels to points | dkf | 2008-12-05 | 1 | -4/+7 |
| | | | |||||
* | | | Clean up PS prolog generation, getting rid of an obsolete file, and stop text | dkf | 2008-12-05 | 1 | -6/+8 |
| | | | | | | | | | | | | from going wildly wrong when Xft is used. [Bug 2107938] | ||||
* | | | Implementation of TIP 97 - canvas imove and rchars methods. | dkf | 2008-11-01 | 1 | -3/+4 |
| | | | |||||
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -6/+6 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
| | | |||||
* | | Tackle [Bug 1711985] | dkf | 2007-05-03 | 1 | -11/+11 |
| | | |||||
* | | ANSIfy | dkf | 2005-11-04 | 1 | -766/+733 |
| | |