| Commit message (Expand) | Author | Age | Files | Lines |
* | Another attempt to fix [434d294df8b053246ee86e7898d06bc3a6d1d771|434d294df8],... | jan.nijtmans | 2017-05-15 | 1 | -1/+1 |
|
|
* | 'Fixed' font-24.11 and unixfont-5.12 to fail again identically as they fail i...bug_28a4535fa2 | fvogel | 2017-01-02 | 1 | -1/+1 |
|
|
* | Fix [28a4535fa2]: Off-by-1 error on text widget index on OS X | fvogel | 2017-01-01 | 1 | -1/+1 |
|
|
* | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back... | jan.nijtmans | 2016-09-27 | 1 | -2/+2 |
|\ |
|
| * | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -2/+3 |
|
|
| * | Remove multiple deprecated internal API calls on OS X; streamline Apple Event... | Kevin Walzer | 2015-11-25 | 1 | -3/+15 |
|
|
| * | Remove garbage collections calls as GC is no longer supported on OS X; thanks... | Kevin Walzer | 2015-03-21 | 1 | -2/+3 |
|
|
| * | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -3/+1 |
|
|
| * | Fix typo in tkMacOSXFont.c | Kevin Walzer | 2012-10-04 | 1 | -1/+1 |
|
|
| * | Backport of dgp fixes to trunk for Tk-Cocoa | Kevin Walzer | 2012-09-25 | 1 | -1/+1 |
|
|
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -1817/+522 |
|
|
* | | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -3/+4 |
|
|
* | | Remove multiple deprecated internal API calls on OS X; streamline Apple Event... | Kevin Walzer | 2015-11-25 | 1 | -3/+15 |
|
|
* | | Remove garbage collections calls as GC is no longer supported on OS X; thanks... | Kevin Walzer | 2015-03-21 | 1 | -2/+3 |
|
|
* | | Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patch | Kevin Walzer | 2014-08-01 | 1 | -1/+1 |
|
|
* | | 3567778 Make Tk_MeasureChars() honor the TK_AT_LEAST_ONE flag properly. | dgp | 2012-09-15 | 1 | -1/+2 |
|
|
* | | Patch for font metrics and colorspace provided by Adrian Robert | Kevin Walzer | 2012-02-22 | 1 | -7/+20 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -3/+8 |
|
|
| | * | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -49/+45 |
|
|
| | * | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -1253/+1200 |
|
|
| | * | * macosx/tkMacOSX.h: Cleaned up & rationalized order of | das | 2006-03-28 | 1 | -7/+4 |
|
|
| | * | * macosx/tkMacOSXDraw.c: re-added inclusion of tclInt.h to allow access | das | 2006-01-10 | 1 | -1/+2 |
|
|
| | * | * 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 (new): moved carbon events code into | das | 2005-08-09 | 1 | -5/+6 |
|
|
| | * | * macosx/tkMacOSXInit.c: | das | 2005-05-14 | 1 | -4/+4 |
|
|
| | * | * macosx/tkMacOSXFont.c (Tk_MeasureChars,Tk_DrawChars,etc): Make | das | 2004-11-12 | 1 | -48/+75 |
|
|
| | * | Backport Mac OS X specific fixes from TOT. See ChangeLog for details. | wolfsuit | 2004-02-16 | 1 | -9/+9 |
|
|
| * | | * macosx/tkMacOSXFont.c (GetFontFamilyName): [Bug #2548661] | cc_benny | 2009-12-06 | 1 | -4/+14 |
|
|
| * | | typo | das | 2008-08-19 | 1 | -2/+2 |
|
|
| * | | * 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 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -2/+2 |
|
|
* | | | 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 |
|
|