Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for image/alpha rendering under hidpi/Retina displays on Mac OS; thanks ↵ | Kevin Walzer | 2016-07-15 | 1 | -2/+23 |
| | | | | to Marc Culler for assistance | ||||
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) ↵ | jan.nijtmans | 2014-02-10 | 1 | -10/+10 |
| | | | | | don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW] | ||||
* | Replace various functions calls, for functions which are small wrappers ↵ | jan.nijtmans | 2013-01-14 | 1 | -1/+1 |
| | | | | around other functions, to call the wrapped function directly. | ||||
* | minor improvements to flag handling | dkf | 2012-07-31 | 1 | -10/+9 |
| | |||||
* | Bug-3480634: PNG Images missing in menus on Mac | jan.nijtmans | 2012-01-29 | 1 | -1/+3 |
| | |||||
* | 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 | -18/+17 |
| | | | 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 | ||||
* | * generic/tkInt.h: add assert macros for clang static | das | 2009-06-30 | 1 | -2/+6 |
| | | | | | | | | | | | | analyzer and redefine Tcl_Panic to assert after panic in clang PURIFY builds. * generic/tkImgPhInstance.c: small fixes to make clang static * generic/tkTextDisp.c: analyzer happier. * generic/tkConfig.c: add clang assert for false positives * generic/tkUndo.c: from static analyzer. | ||||
* | * generic/tkImgPhInstance.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -1/+3 |
| | | | | | | | | | | | * generic/tkMenu.c: Mac OS X Instruments.app Leaks tool. * generic/tkText.c: * generic/tkTextImage.c: * generic/tkTextIndex.c: * generic/tkUndo.c: * generic/tkUtil.c: * generic/ttk/ttkFrame.c: * macosx/tkMacOSXWm.c: | ||||
* | Split the photo image core into two pieces to make it easier to maintain. | dkf | 2008-08-25 | 1 | -0/+1962 |