summaryrefslogtreecommitdiffstats
path: root/generic/tkImgPhInstance.c
Commit message (Expand)AuthorAgeFilesLines
* Use more 'bool' type internallyjan.nijtmans2025-12-041-2/+2
* Small round of sentinel/spacing improvementsjan.nijtmans2024-05-241-1/+1
* Merge 8.6jan.nijtmans2024-02-161-1/+1
|\
| * Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-1/+1
* | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-9/+8
* | Merge 8.6jan.nijtmans2023-12-121-2/+26
|\ \ | |/
| * Fix [1d8b7124b6]: X11: Photo images not drawn correctly for 32-bit visuals. P...fvogel2023-12-021-2/+26
| * Backout [dfcb5408] and [182ef922].fvogel2023-12-021-11/+3
| * Repair the build on Windows.fvogel2023-11-221-0/+2
| * Patch for [1d8b7124b6]: X11: Photo images not drawn correctly for 32-bit visu...fvogel2023-11-211-3/+9
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-2/+6
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-6/+2
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-2/+10
* | Merge 8.6jan.nijtmans2021-05-031-1/+1
|\ \ | |/
| * Eliminate TkpPutRGBAImage's first 2 parameters, since they are unusedjan.nijtmans2021-05-031-1/+1
* | Merge 8.6culler2021-05-021-7/+9
|\ \ | |/
| * Fix [4c7d935e97]: on Aqua, checkbuttons are not rendered in the Alt theme.culler2021-04-301-7/+9
* | (c) -> ©jan.nijtmans2020-12-091-4/+4
* | Merge 8.6. Fix some more -Wshadow warningsjan.nijtmans2020-10-061-6/+6
|\ \ | |/
| * TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-081-73/+73
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-9/+9
* | Merge 8.6jan.nijtmans2020-09-031-77/+77
|\ \ | |/
| * Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-031-4/+4
* | Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove XImage....culler2020-08-241-6/+1
|\ \ | |/
| * Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-221-6/+1
* | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harml...jan.nijtmans2020-03-011-1/+1
* | Make internal _XInitImageFuncPtrs() prototype work with C++ on all platforms ...jan.nijtmans2020-02-171-2/+9
* | Merge trunkjan.nijtmans2020-02-171-1/+1
|\ \
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-15/+16
|/ /
* | Merge 8.6jan.nijtmans2019-09-241-1/+1
|\ \ | |/
| * Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-1/+1
* | Merge 8.6jan.nijtmans2019-09-241-11/+11
|\ \ | |/
| * Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-11/+11
* | Remove a few unnecessary (size_t) type-casts, and add a "const"jan.nijtmans2019-04-041-4/+4
* | Merge 8.6jan.nijtmans2019-01-101-1/+1
|\ \ | |/
| * Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-8/+8
| |\
| * | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-8/+8
| |/
| * Tidy up whitespace and casts of NULL.culler2018-11-281-2/+2
* | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-1/+1
* | There's never need to cast NULL to (char *)jan.nijtmans2018-11-271-2/+2
|\ \ | |/
* | Fix tests that were sporadically hanging or failing on macOS.culler2018-11-141-10/+15
|\ \ | |/
| * Fix an unused variable warning and rename a #define constant more rationally.culler2018-11-141-10/+15
* | Restore the build for Windows (got broken by [4a251d07db]).fvogel2018-11-111-2/+1
|\ \ | |/
| * Restore the build for Windows (got broken by [4a251d07db]).fvogel2018-11-111-2/+1
* | Fix a bug in TkPutImage for macOS.culler2018-11-101-1/+0
|\ \ | |/
| * TkPutImage should not assume that a pixmap is transparent, even though it doe...culler2018-11-101-1/+0
* | Another big round of updates for macOS, fixing bugs old and new includingculler2018-11-081-37/+27
|\ \ | |/
| * Fixed transparency issues and crashes related to PhotoImages and greatly simp...culler2018-11-081-37/+27
* | More of of size_t in photo implementation, and remove unnecessary #includesjan.nijtmans2018-08-131-4/+3
|/
* tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell...jan.nijtmans2017-11-271-1/+1