| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe... | jan.nijtmans | 2020-09-03 | 1 | -9/+9 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-09-03 | 1 | -77/+77 |
|\ |
|
| * | Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha... | jan.nijtmans | 2020-09-03 | 1 | -4/+4 |
|
|
* | | Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove XImage.... | culler | 2020-08-24 | 1 | -6/+1 |
|\ \
| |/ |
|
| * | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize. | culler | 2020-08-22 | 1 | -6/+1 |
|
|
* | | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harml... | jan.nijtmans | 2020-03-01 | 1 | -1/+1 |
|
|
* | | Make internal _XInitImageFuncPtrs() prototype work with C++ on all platforms ... | jan.nijtmans | 2020-02-17 | 1 | -2/+9 |
|
|
* | | Merge trunk | jan.nijtmans | 2020-02-17 | 1 | -1/+1 |
|\ \ |
|
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -15/+16 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 7 X11 functions to the aqua stub table, which makes them accessable to st... | jan.nijtmans | 2019-09-24 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -11/+11 |
|\ \
| |/ |
|
| * | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 1 | -11/+11 |
|
|
* | | Remove a few unnecessary (size_t) type-casts, and add a "const" | jan.nijtmans | 2019-04-04 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -8/+8 |
| |\ |
|
| * | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -8/+8 |
| |/ |
|
| * | Tidy up whitespace and casts of NULL. | culler | 2018-11-28 | 1 | -2/+2 |
|
|
* | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -1/+1 |
|
|
* | | There's never need to cast NULL to (char *) | jan.nijtmans | 2018-11-27 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | Fix tests that were sporadically hanging or failing on macOS. | culler | 2018-11-14 | 1 | -10/+15 |
|\ \
| |/ |
|
| * | Fix an unused variable warning and rename a #define constant more rationally. | culler | 2018-11-14 | 1 | -10/+15 |
|
|
* | | Restore the build for Windows (got broken by [4a251d07db]). | fvogel | 2018-11-11 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Restore the build for Windows (got broken by [4a251d07db]). | fvogel | 2018-11-11 | 1 | -2/+1 |
|
|
* | | Fix a bug in TkPutImage for macOS. | culler | 2018-11-10 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | TkPutImage should not assume that a pixmap is transparent, even though it doe... | culler | 2018-11-10 | 1 | -1/+0 |
|
|
* | | Another big round of updates for macOS, fixing bugs old and new including | culler | 2018-11-08 | 1 | -37/+27 |
|\ \
| |/ |
|
| * | Fixed transparency issues and crashes related to PhotoImages and greatly simp... | culler | 2018-11-08 | 1 | -37/+27 |
|
|
* | | More of of size_t in photo implementation, and remove unnecessary #includes | jan.nijtmans | 2018-08-13 | 1 | -4/+3 |
|/ |
|
* | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell... | jan.nijtmans | 2017-11-27 | 1 | -1/+1 |
|
|
* | Make it possible to generate an NSImage with correct transparency from a | culler | 2017-11-15 | 1 | -0/+18 |
|
|
* | Typo (wehter -> whether) and minor consistancy in code comment (grey -> gray) | jan.nijtmans | 2017-05-02 | 1 | -1/+1 |
|
|
* | Change more refCount checks to the form "(...refCount-- <= 1)", so no separat... | jan.nijtmans | 2017-01-18 | 1 | -2/+1 |
|
|
* | Fix for image/alpha rendering under hidpi/Retina displays on Mac OS; thanks t... | Kevin Walzer | 2016-07-15 | 1 | -2/+23 |
|
|
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 1 | -10/+10 |
|
|
* | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Revise Tcl_Panic() calls ending with a newline removing the newline, because ... | nijtmans | 2010-11-19 | 1 | -2/+2 |
|
|
* | * generic/tkInt.h: add assert macros for clang static | das | 2009-06-30 | 1 | -2/+6 |
|
|
* | * generic/tkImgPhInstance.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -1/+3 |
|
|
* | Split the photo image core into two pieces to make it easier to maintain. | dkf | 2008-08-25 | 1 | -0/+1962 |
|
|