summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXFont.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-3/+8
| * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-49/+45
| * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-1253/+1200
| * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-7/+4
| * * macosx/tkMacOSXDraw.c: re-added inclusion of tclInt.h to allow accessdas2006-01-101-1/+2
| * * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcldas2005-12-081-3/+1
| * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-11/+6
| * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-5/+6
| * * macosx/tkMacOSXInit.c:das2005-05-141-4/+4
| * * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Makedas2004-11-121-48/+75
| * Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-161-9/+9
* | * macosx/tkMacOSXFont.c (GetFontFamilyName): [Bug #2548661]cc_benny2009-12-061-4/+14
* | typodas2008-08-191-2/+2
* | * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing ofdas2008-08-191-3/+19
* | * macosx/tkMacOSXFont.c (TkpGetFontFromAttributes, InitFont): fixdas2008-06-191-34/+65
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | whitespacedas2007-11-171-9/+6
* | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Correct ancc_benny2007-11-161-8/+13
* | whitespacedas2007-11-131-9/+8
* | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix thecc_benny2007-11-111-27/+28
* | * macosx/tkMacOSXFont.c (TkpGetFontAttrsForChar): panic on false returndas2007-11-091-2/+5
* | use Monaco 11 (was 9) as Aqua TkFixedFonthobbs2007-10-301-3/+2
* | * macosx/tkMacOSXFont.c: register named fonts for TIP #145 fontsdas2007-10-211-2/+132
* | * macosx/tkMacOSXDraw.c: replace all (internal) use of QD regiondas2007-10-121-3/+5
* | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-4/+5
* | * macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0.das2007-06-031-2/+5
* | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API.das2007-05-301-41/+40
* | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix shortcc_benny2007-05-281-54/+50
* | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-231-1464/+1056
* | * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c:hobbs2007-04-211-1081/+1283
* | Reduce the #ifdef count a lot by adding debug-print macrosdkf2007-04-131-1283/+1081
* | * TIP #300 Implementation, fill-in TkpGetFontAttrsForChar.cc_benny2006-12-301-69/+144
* | TIP 300 IMPLEMENTATIONKevin B Kenny2006-12-011-1/+33
* | * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add supportdas2006-07-201-51/+59
* | fix building on Jaguardas2006-05-161-1/+9
* | * macosx/tkMacOSXFont.c: remove #ifdef'd text measuring codepaths nowdas2006-04-111-159/+25
* | typos, whitespacedas2006-04-111-3/+3
* | * (MeasureStringWidth): Use implementation based oncc_benny2006-04-101-53/+61
* | use standard Carbon Fixed <-> Int conversion macros instead of our owndas2006-04-051-23/+12
* | * macosx/tkMacOSXDraw.c (TkMacOSXSetUpCGContext):das2006-03-251-36/+42
* | * generic/tkFont.c: implementation of ATSUI text renderingdas2006-03-221-1594/+2039