| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -39/+50 |
|
|
* | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -34/+25 |
|
|
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -25/+34 |
|
|
* | Fix for Cocoa scrollbar appearance on 10.6 | Kevin Walzer | 2015-02-19 | 1 | -0/+8 |
|
|
* | Silence some compiler warnings | dgp | 2015-02-12 | 1 | -7/+4 |
|
|
* | Restore build of backported scrollbar work. | dgp | 2015-02-10 | 1 | -1/+1 |
|
|
* | Scrolling now working at an acceptable level with HITheme API; Unix scroll bi... | Kevin Walzer | 2015-01-30 | 1 | -464/+317 |
|
|
* | Cleanup of scrollbar backport on Cocoa | Kevin Walzer | 2015-01-12 | 1 | -28/+8 |
|
|
* | Revert changes to Mac scrollbar; native implementation is best that can be do... | Kevin Walzer | 2015-01-12 | 1 | -94/+61 |
|
|
* | Refinement of custom scrollbars on Tk-Cocoa; now more centered, virtually ide... | Kevin Walzer | 2014-12-24 | 1 | -45/+47 |
|
|
* | All on Tk/Cocoa: Improve view performance during resizing; implement custom d... | Kevin Walzer | 2014-12-24 | 1 | -1/+52 |
|
|
* | Back out changes not pertaining to private API; those files should not have b... | Kevin Walzer | 2014-11-18 | 1 | -1/+1 |
|
|
* | Fix display of scrollbars when their window is not mapped in Tk-Cocoa | Kevin Walzer | 2014-09-23 | 1 | -11/+113 |
|
|
* | Fine-tune scrolling, especially of text widgets with embedded windows, after ... | Kevin Walzer | 2014-07-28 | 1 | -20/+0 |
|
|
* | Add copyright notice to Marc Culler for extensive patch to alpha rendering on... | Kevin Walzer | 2014-07-25 | 1 | -0/+3 |
|
|
* | Fix for 3016181, thanks to Tom Goddard for patch | Kevin Walzer | 2013-08-25 | 1 | -0/+2 |
|
|
* | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar metrics... | jan.nijtmans | 2012-10-23 | 1 | -31/+29 |
|
|
* | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -766/+338 |
|
|
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -19/+15 |
|
|
| * | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; | das | 2007-06-09 | 1 | -2/+3 |
|
|
| * | * macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enable | das | 2007-06-06 | 1 | -9/+2 |
|
|
| * | * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the front | das | 2007-05-09 | 1 | -4/+9 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -672/+581 |
|
|
| * | * macosx/tkMacOSXScrlbr.c (UpdateControlValues): set native scrollbar | das | 2006-08-24 | 1 | -7/+8 |
|
|
| * | * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use of | das | 2006-04-28 | 1 | -6/+3 |
|
|
| * | * macosx/tkMacOSX.h: Cleaned up & rationalized order of | das | 2006-03-28 | 1 | -5/+4 |
|
|
| * | * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcl | das | 2005-12-08 | 1 | -2/+2 |
|
|
| * | * macosx/tkMacOSXScrlbr.c (UpdateControlValues): check geomMgrPtr | hobbs | 2005-10-18 | 1 | -17/+16 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code into | das | 2005-08-09 | 1 | -3/+2 |
|
|
| * | 2005-06-02 Jim Ingham <jingham@apple.com> | wolfsuit | 2005-06-03 | 1 | -23/+41 |
|
|
| * | From Michael Kirkham: | wolfsuit | 2005-05-15 | 1 | -2/+2 |
|
|
| * | Backport Mac OS X specific fixes from TOT. See ChangeLog for details. | wolfsuit | 2004-02-16 | 1 | -3/+3 |
|
|
| * | Import fix for jerky scrollbar behavior from TOT. | wolfsuit | 2003-12-17 | 1 | -50/+84 |
|
|
* | | Backport of fix for [Bug 2112563] | dkf | 2008-10-05 | 1 | -23/+30 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -19/+15 |
|
|
* | | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; | das | 2007-06-09 | 1 | -2/+3 |
|
|
* | | * macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enable | das | 2007-06-06 | 1 | -9/+2 |
|
|
* | | * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the front | das | 2007-05-09 | 1 | -4/+9 |
|
|
* | | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-23 | 1 | -672/+581 |
|
|
* | | * macosx/tkMacOSXScrlbr.c (UpdateControlValues): set native scrollbar | das | 2006-08-24 | 1 | -7/+8 |
|
|
* | | * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use of | das | 2006-04-28 | 1 | -6/+3 |
|
|
* | | * generic/tkTextDisp.c: moved #ifdef MAC_OSX_TK code added by | das | 2006-03-24 | 1 | -5/+4 |
|
|
* | | * macosx/tkMacOSXDraw.c: remove inclusion of tclInt.h and use of tcl | das | 2005-12-08 | 1 | -2/+2 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+2 |
|
|
* | | * macosx/tkMacOSXScrlbr.c (UpdateControlValues): check geomMgrPtr | hobbs | 2005-10-18 | 1 | -16/+15 |
|
|
* | | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbon | das | 2005-08-09 | 1 | -3/+2 |
|
|
* | | 2005-06-02 Jim Ingham <jingham@apple.com> | wolfsuit | 2005-06-03 | 1 | -19/+40 |
|
|