| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for 2857300, improves rounding up on text width [submitted by treectrl] | wordtech | 2011-01-06 | 1 | -2/+2 |
|
|
* | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): | dkf | 2010-12-02 | 1 | -2/+2 |
|
|
* | More marking of files as Objective-C. | dkf | 2009-07-06 | 1 | -5/+5 |
|
|
* | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 1 | -1903/+509 |
|
|
* | * tkMacOSXFont.c (GetFontFamilyName): [Bug #2548661] Handle | cc_benny | 2009-03-09 | 1 | -8/+18 |
|
|
* | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 1 | -1/+98 |
|
|
* | reduce number of CTM manipulation calls | das | 2008-11-22 | 1 | -4/+4 |
|
|
* | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 1 | -4/+66 |
|
|
* | more internal -Wwrite-strings warning fixes | nijtmans | 2008-11-02 | 1 | -3/+3 |
|
|
* | * macosx/tkMacOSXFont.c (SetFontFeatures): Disable antialiasing of | das | 2008-08-19 | 1 | -3/+19 |
|
|
* | * macosx/tkMacOSXFont.c (TkpGetFontFromAttributes, InitFont): fix | das | 2008-06-19 | 1 | -34/+65 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | whitespace | das | 2007-11-17 | 1 | -9/+6 |
|
|
* | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Correct an | cc_benny | 2007-11-16 | 1 | -8/+13 |
|
|
* | whitespace | das | 2007-11-13 | 1 | -9/+8 |
|
|
* | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix the | cc_benny | 2007-11-11 | 1 | -27/+28 |
|
|
* | * macosx/tkMacOSXFont.c (TkpGetFontAttrsForChar): panic on false return | das | 2007-11-09 | 1 | -2/+5 |
|
|
* | use Monaco 11 (was 9) as Aqua TkFixedFont | hobbs | 2007-10-30 | 1 | -3/+2 |
|
|
* | * macosx/tkMacOSXFont.c: register named fonts for TIP #145 fonts | das | 2007-10-21 | 1 | -2/+132 |
|
|
* | * macosx/tkMacOSXDraw.c: replace all (internal) use of QD region | das | 2007-10-12 | 1 | -3/+5 |
|
|
* | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -4/+5 |
|
|
* | * macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0. | das | 2007-06-03 | 1 | -2/+5 |
|
|
* | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -41/+40 |
|
|
* | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix short | cc_benny | 2007-05-28 | 1 | -54/+50 |
|
|
* | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-23 | 1 | -1464/+1056 |
|
|
* | * macosx/tkMacOSXBitmap.c, macosx/tkMacOSXButton.c: | hobbs | 2007-04-21 | 1 | -1081/+1283 |
|
|
* | Reduce the #ifdef count a lot by adding debug-print macros | dkf | 2007-04-13 | 1 | -1283/+1081 |
|
|
* | * TIP #300 Implementation, fill-in TkpGetFontAttrsForChar. | cc_benny | 2006-12-30 | 1 | -69/+144 |
|
|
* | TIP 300 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 1 | -1/+33 |
|
|
* | * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add support | das | 2006-07-20 | 1 | -51/+59 |
|
|
* | fix building on Jaguar | das | 2006-05-16 | 1 | -1/+9 |
|
|
* | * macosx/tkMacOSXFont.c: remove #ifdef'd text measuring codepaths now | das | 2006-04-11 | 1 | -159/+25 |
|
|
* | typos, whitespace | das | 2006-04-11 | 1 | -3/+3 |
|
|
* | * (MeasureStringWidth): Use implementation based on | cc_benny | 2006-04-10 | 1 | -53/+61 |
|
|
* | use standard Carbon Fixed <-> Int conversion macros instead of our own | das | 2006-04-05 | 1 | -23/+12 |
|
|
* | * macosx/tkMacOSXDraw.c (TkMacOSXSetUpCGContext): | das | 2006-03-25 | 1 | -36/+42 |
|
|
* | * generic/tkFont.c: implementation of ATSUI text rendering | das | 2006-03-22 | 1 | -1594/+2039 |
|
|
* | * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcl | das | 2005-12-08 | 1 | -3/+1 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -11/+6 |
|
|
* | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbon | das | 2005-08-09 | 1 | -2/+3 |
|
|
* | * macosx/tkMacOSXFont.c: use Tcl_Panic instead of panic. | das | 2005-05-29 | 1 | -2/+2 |
|
|
* | * macosx/tkMacOSXInit.c: | das | 2005-05-14 | 1 | -4/+4 |
|
|
* | * doc/SetOptions.3: | das | 2004-11-12 | 1 | -48/+75 |
|
|
* | Fix a bug in tk_getOpenFile - files with no types are rejected when they would | wolfsuit | 2004-02-16 | 1 | -10/+10 |
|
|
* | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -4/+4 |
|
|
* | * macosx/Wish.pbproj/project.pbxproj: added TEXT document | das | 2002-10-16 | 1 | -1/+89 |
|
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 1 | -0/+2191 |
|
|