summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXBitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [f24725b545]: Aqua: do not treat FourCC as pointer in TkpCreateNativeBitm...fvogel2023-07-231-4/+1
|\
| * Fix [f24725b545]: Aqua: do not treat FourCC as pointer in TkpCreateNativeBitm...fvogel2023-07-231-4/+1
| * Add more type-casts, code cleanup (all backported from 8.7)jan.nijtmans2023-06-081-7/+8
* | Fix [f40d9debad]: Aqua: fix size of FourCC bitmaps. Patch from Christopher Ch...fvogel2023-05-231-2/+2
|\ \ | |/
| * Fix [f40d9debad]: Aqua: fix size of FourCC bitmaps. Patch from Christopher Ch...fvogel2023-05-211-2/+2
* | More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-7/+8
* | Get rid of TCL_ENCODING_NOCOMPLAIN, since it will (most likely) be removed fr...jan.nijtmans2023-03-031-2/+2
* | Merge 8.6marc_culler2022-09-201-2/+2
|\ \ | |/
| * Apply patch [cae5a4db24] (Aqua: parenthesize macros which cast result) from C...marc_culler2022-09-201-2/+2
* | Merge 8.6marc_culler2022-09-201-10/+13
|\ \ | |/
| * Do not skip filename extensions which are undeclared; deal with missing bitmaps.marc_culler2022-09-121-10/+12
| * Address deprecations introduced in macOS Monterey; fix [33de843084]marc_culler2022-09-121-13/+14
* | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-4/+4
* | Fix building against Tcl 8.6 headersjan.nijtmans2022-04-031-2/+2
* | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-011-2/+2
* | Merge 8.6jan.nijtmans2021-02-021-2/+2
|\ \ | |/
| * More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-2/+2
* | Merge 8.6jan.nijtmans2020-12-141-1/+1
|\ \ | |/
| * Fix the build on macOS 10.6.marc_culler2020-12-111-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
|/
* Rename the NSGraphicsContext macro and add a flipped parameter. Fix accent c...culler2020-08-251-1/+1
* Fix one more compilation issue with old macOS targets.culler2020-08-251-3/+1
* Edit comments, make some stylistic changes, remove an unused function parameter.culler2020-08-211-1/+1
* Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou...jan.nijtmans2020-08-061-5/+5
* Fix TkUtfAtIndex(), still was not 100% correct.jan.nijtmans2020-05-201-1/+0
* Merge 8.5jan.nijtmans2019-07-311-1/+1
|\
* | Eliminate calls to GetIconRef, which is deprecated in macOS 10.15culler2019-07-051-64/+32
* | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1
* | Fix [2fec274fe3]: OS X - menu-2.8[0134] triggers CFURLCopyResourcePropertyFor...fvogel2017-11-041-1/+1
* | Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system...Kevin Walzer2017-10-111-1/+1
* | Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
|\ \ | |/
| * remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-231-3/+1
| * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-150/+337
* | Ttk and Aqua donedkf2012-07-241-4/+9
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-139/+138
| | * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-11/+1
| | * * macosx/tkMacOSXInit.c:das2005-05-141-2/+2
| * | sync with dkf's 2008-04-27 whitespace&formatting changes on HEAD, to ease bra...das2008-05-031-4/+4
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-3/+3
* | | * macosx/tkMacOSXBitmap.c: Fix tk::mac::iconBitmap crash due todas2009-07-181-2/+2
* | | More marking of files as Objective-C.dkf2009-07-061-2/+2
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-149/+334
* | | [Feature Request 2636558] Tk_DefineBitmapnijtmans2009-02-271-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-6/+6
|/ /
* | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-231-139/+138
* | * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c:hobbs2007-04-211-140/+130
* | Reduce the #ifdef count a lot by adding debug-print macrosdkf2007-04-131-130/+140