summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXFont.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-171-3/+3
* Eliminate many -Wextra warningsjan.nijtmans2020-03-051-18/+26
* Use Tcl_UtfToChar16DString() in stead of Tcl_UtfToUniCharDString(), since the...jan.nijtmans2019-12-041-1/+1
* Merge 8.6. Introduce the new Unicode-handling functions here too: Tk 8.7 coul...jan.nijtmans2019-12-041-4/+137
|\
| * Make MODULE_SCOPE functions start with "Tk". Also simplify TkUtfToNSString(),...jan.nijtmans2019-12-041-25/+18
* | Merge 8.6jan.nijtmans2019-11-191-1/+1
|\ \ | |/
| * Edit comments, add tests for NULL pointers.culler2019-11-181-13/+29
| * remove printf("TkSelGetSelection\n");jan.nijtmans2019-11-181-3/+3
| * Implement non-BMP unicode for macOS when TCL_UTF_MAX = 3 by encoding surrogat...culler2019-11-181-27/+129
* | Fix [90d555e088]: work around an Apple bug which causes NSFontManager to find...culler2019-11-171-4/+19
|\ \ | |/
| * Fix [90d555e088]: work around an Apple bug which causes NSFontManager to find...culler2019-11-171-4/+19
| |\
| | * Fix [90d555e088]: In Catalina Apple's NSFontManager creates fonts with unwant...culler2019-11-151-4/+19
| * | On macOS make DrawCharsInContext accept byte sequences which contain UTF-16 s...culler2019-11-161-1/+22
| |/
* | Merge 8.6jan.nijtmans2019-11-131-1/+1
|\ \ | |/
| * Add support for 4 keycodes on Windows (Mail, AudioMedia, Launch0 and Launch1)...jan.nijtmans2019-11-131-1/+1
* | Edit a comment.culler2019-11-041-3/+3
|\ \ | |/
| * Edit a comment.culler2019-11-041-3/+3
* | Merge 8.6culler2019-11-041-1/+13
|\ \ | |/
| * But we shouldn't call CFRelease on the font returned by [NSFont userFixedPitc...culler2019-11-041-0/+2
| * Fix [855049e799]: Apple's system fixed font has an invalid familyName in macO...culler2019-11-041-1/+11
| |\
| | * Use [NSFont userFixedPitchFontOfSize:11] instead of CTFontCreateUIFontForLang...marc_culler2019-11-031-14/+11
| | * Work around a bug in [NSFont familyName] which Apple introduced in macOS 10.15.1marc_culler2019-11-011-1/+14
* | | Merge 8.6jan.nijtmans2019-10-151-1/+1
|\ \ \ | |/ /
| * | Fix a few typo'sjan.nijtmans2019-10-151-1/+1
| |/
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
|\ \ | |/
| * Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-021-1/+1
| * Mitigate future merge conflict headaches.culler2019-04-171-89/+104
* | Source readability run: macosx/*dkf2019-04-161-89/+104
* | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-311-1/+1
|/
* Mac code cleanup. Move interfaces for subclasses of AppKit classes toculler2018-11-261-6/+0
* Tweak a couple of #define constants for building on OSX 10.6.culler2018-10-291-1/+1
* Deal with Mojave deprecations and remove unneeded code.culler2018-10-211-9/+1
* Add explanatory comments in TkpMeasureCharsInContext() on macOS.fvogel2018-10-081-2/+30
* Fix [6437e8d00d] (font-24.5 test fails on macOS and Linux) without regression...fvogel2018-10-071-4/+4
* Re-integrate the tentative fixes for font-24.5 ([94cfd2f6] for macOS and [123...fvogel2018-10-071-0/+4
* Revert [e0f026c8] as a fix for [6437e8d00d] (font-24.5 test fails on macOS an...fvogel2018-10-071-4/+0
* Fix [6437e8d00d]: font-24.5 test fails on macOS and Linux. This is the fix fo...fvogel2018-09-301-0/+4
* Some code cleanup, suggested by Christian Werner. Cherry-picked from bug-00a2...jan.nijtmans2018-01-081-11/+1
* Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],...jan.nijtmans2017-05-151-1/+1
* 'Fixed' font-24.11 and unixfont-5.12 to fail again identically as they fail i...fvogel2017-01-021-1/+1
* Fix [28a4535fa2]: Off-by-1 error on text widget index on OS Xfvogel2017-01-011-1/+1
* Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back...jan.nijtmans2016-09-271-2/+2
|\
| * Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-2/+3
| * Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-3/+15
| * Remove garbage collections calls as GC is no longer supported on OS X; thanks...Kevin Walzer2015-03-211-2/+3
| * remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-231-3/+1
| * Fix typo in tkMacOSXFont.cKevin Walzer2012-10-041-1/+1
| * Backport of dgp fixes to trunk for Tk-CocoaKevin Walzer2012-09-251-1/+1
| * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-1817/+522
* | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-3/+4