summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXFont.c
Commit message (Expand)AuthorAgeFilesLines
* 3567778 Make Tk_MeasureChars() honor the TK_AT_LEAST_ONE flag properly.dgp2012-09-151-1/+2
* Patch for font metrics and colorspace provided by Adrian RobertKevin Walzer2012-02-221-7/+20
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * 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
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+2
* | | Fix for 2857300, improves rounding up on text width [submitted by treectrl]wordtech2011-01-061-2/+2
* | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):dkf2010-12-021-2/+2
* | | More marking of files as Objective-C.dkf2009-07-061-5/+5
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-1903/+509
* | | * tkMacOSXFont.c (GetFontFamilyName): [Bug #2548661] Handlecc_benny2009-03-091-8/+18
* | | TIP #324 IMPLEMENTATIONdas2008-12-101-1/+98
* | | reduce number of CTM manipulation callsdas2008-11-221-4/+4
* | | TIP#119 implementation. [Patch 1611359]dkf2008-11-221-4/+66
* | | more internal -Wwrite-strings warning fixesnijtmans2008-11-021-3/+3
* | | * 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