summaryrefslogtreecommitdiffstats
path: root/generic/tkTextImage.c
Commit message (Expand)AuthorAgeFilesLines
* (c) -> ©jan.nijtmans2020-12-091-1/+1
* Now really fix the build on Windows (MSVC) (warning was: not all control path...fvogel2020-09-281-1/+1
* Fix the build on Windows (MSVC) (warning was: not all control paths return a ...fvogel2020-09-281-1/+1
* Fix unused variable; fix typos in test image names command.marc_culler2020-09-281-2/+6
* Merge 8.6jan.nijtmans2020-09-251-32/+18
|\
| * More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keywordjan.nijtmans2020-09-251-41/+41
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-2/+2
* | More progressjan.nijtmans2020-05-241-1/+1
* | More progressjan.nijtmans2020-05-221-8/+8
* | TIP 569 remove lint commentsdgp2020-03-181-2/+0
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-5/+5
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-11/+28
* | Merge trunkjan.nijtmans2018-11-251-3/+3
|\ \
| * | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-3/+3
| * | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-1/+1
| |/
* | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-6/+6
|/
* more places convertedjan.nijtmans2013-01-241-2/+2
* [Bug 3588824]: bug in image index handling for weird image namesdgp2012-12-041-0/+4
|\
| * [Bug 3588824]: bug in image index handling for weird image namesdgp2012-12-041-0/+4
| |\
| * \ make some internal tables constjan.nijtmans2012-04-181-1/+1
| |\ \ | | |/
* | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-2/+6
* | | Much more cleaning up of result handling.dkf2012-07-231-16/+20
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"jan.nijtmans2012-06-201-1/+1
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| * | * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-061-1/+4
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-3/+3
* | | Removed lame reliance on the leading letters of the names of segment types whendkf2010-03-111-2/+2
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-2/+2
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-19/+18
* | | * generic/tkImgPhInstance.c: fix numerous leaks discovered with thedas2009-02-061-1/+4
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-13/+13
* | | Add "const" to many internalnijtmans2008-10-171-2/+2
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-4/+4
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Tidy up some variable types.patthoyts2007-11-171-2/+2
* | header cleanupdgp2007-09-071-3/+2
* | various "const" additions, in line with TIP #27nijtmans2007-01-181-7/+7
* | various "const" additions, in line with TIP #27nijtmans2007-01-031-2/+2
* | Lots of ANSIfying of function decls.dkf2005-11-171-94/+102
* | tip256 implementationvincentdarley2005-10-101-10/+2
* | Getting more systematic about styledkf2005-08-101-220/+227
* | text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-30/+41
* | fix cast warningshobbs2004-03-161-2/+2
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-5/+5
* | fix to text widget tabs and xy-scroll-commandvincentdarley2003-12-041-3/+3
* | better elide tag handlingvincentdarley2003-11-071-2/+2
* | TIP 155 implementationvincentdarley2003-10-311-156/+83
* | Private functions should be either static or prefixed with 'Tk' (thanks GPS!)dkf2003-09-291-2/+2