| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -23/+72 |
|
|
* | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -72/+23 |
|
|
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -23/+72 |
|
|
* | Fix for crash when image is dealloc'ed prematurely in Cocoa | Kevin Walzer | 2015-03-10 | 1 | -2/+4 |
|
|
* | Restore live resize to Cocoa with reduced flickering; addresses most serious ... | Kevin Walzer | 2015-02-19 | 1 | -10/+5 |
|
|
* | Silence some compiler warnings | dgp | 2015-02-12 | 1 | -1/+0 |
|
|
* | Commiting HITheme implementation obuttons; deferring scrolling for now becaus... | Kevin Walzer | 2015-01-24 | 1 | -22/+0 |
|
|
* | Improved scrolling for text under Cocoa; thanks to Marc Culler for patch. | Kevin Walzer | 2015-01-04 | 1 | -4/+5 |
|
|
* | Fix for bug fb35eb59dd, thanks to Paul Walton for the report and Marc Culler ... | Kevin Walzer | 2014-10-14 | 1 | -2/+2 |
|
|
* | Fix for shimmering of buttons embedded when scrolled in text and canvas widge... | Kevin Walzer | 2014-08-16 | 1 | -75/+57 |
|
|
* | Fix typo's, debug statements, C++-comment. | jan.nijtmans | 2014-08-11 | 1 | -7/+6 |
|
|
* | Further refinement of scrolling; addresses artifacts in scrolling complex int... | Kevin Walzer | 2014-08-11 | 1 | -34/+61 |
|
|
* | Further refinement of Mac OS X scrolling; thanks to Marc Culler for an additi... | Kevin Walzer | 2014-08-04 | 1 | -61/+34 |
|
|
* | Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patch | Kevin Walzer | 2014-08-01 | 1 | -2/+1 |
|
|
* | Fine-tune scrolling, especially of text widgets with embedded windows, after ... | Kevin Walzer | 2014-07-28 | 1 | -4/+0 |
|
|
* | Add copyright notice to Marc Culler for extensive patch to alpha rendering on... | Kevin Walzer | 2014-07-25 | 1 | -0/+1 |
|
|
* | Fix for display of images when scrolling a text widget on OS X; thanks to Mar... | Kevin Walzer | 2014-07-24 | 1 | -32/+84 |
|
|
* | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ... | Kevin Walzer | 2014-07-07 | 1 | -67/+106 |
|
|
* | Fix for drawing lags on OS X Mavericks; thanks to Ned Deily for report and Da... | Kevin Walzer | 2013-10-27 | 1 | -0/+1 |
|
|
* | Fix for http://core.tcl.tk/tk/info/8eb56719cf on broken build with 8.5.15 wit... | Kevin Walzer | 2013-09-16 | 1 | -1/+1 |
|
|
* | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -3/+1 |
|
|
* | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -798/+686 |
|
|
* | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 1 | -11/+10 |
|\ |
|
| * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 1 | -11/+8 |
|
|
| * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy... | jan.nijtmans | 2012-05-29 | 1 | -5/+7 |
|
|
* | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | * macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat() | das | 2008-02-27 | 1 | -12/+26 |
|
|
| * | Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 | das | 2007-11-09 | 1 | -264/+396 |
|
|
| * | * macosx/tkMacOSXDraw.c (TkPutImage): handle non-native XImage byte and | das | 2007-07-09 | 1 | -49/+26 |
|
|
| * | * macosx/tkMacOSXColor.c: add debug messages for unknown pixel values. | das | 2007-07-02 | 1 | -2/+2 |
|
|
| * | * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issues | das | 2007-06-29 | 1 | -395/+358 |
|
|
| * | * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros; | das | 2007-06-09 | 1 | -284/+226 |
|
|
| * | * macosx/tkMacOSXMouseEvent.c (GenerateMouseWheelEvent): enable | das | 2007-06-06 | 1 | -83/+74 |
|
|
| * | * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup. | das | 2007-06-04 | 1 | -5/+8 |
|
|
| * | * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete all | das | 2007-05-31 | 1 | -3/+2 |
|
|
| * | * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API. | das | 2007-05-30 | 1 | -55/+41 |
|
|
| * | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon event | das | 2007-04-29 | 1 | -792/+716 |
|
|
| * | sync whitespace with HEAD | das | 2006-10-31 | 1 | -301/+301 |
|
|
| * | whitespace | das | 2006-10-16 | 1 | -5/+5 |
|
|
| * | * changes: updates for 8.4.14 release. | das | 2006-10-16 | 1 | -553/+522 |
|
|
| * | * macosx/tkMacOSXSubwindows.c (TkMacOSXInvalidateWindow): ensure invalid | das | 2006-06-14 | 1 | -73/+129 |
|
|
| * | reverted erroneous removal of tclInt.h #include | das | 2006-05-16 | 1 | -1/+3 |
|
|
| * | * generic/tkCanvWind.c (DisplayWinItem, WinItemRequestProc): ensure | das | 2006-05-12 | 1 | -13/+41 |
|
|
| * | * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use of | das | 2006-04-28 | 1 | -2/+2 |
|
|
| * | * macosx/tkMacOSXDraw.c (TkMacOSXInitCGDrawing): prevent multiple init. | das | 2006-04-11 | 1 | -7/+7 |
|
|
| * | * macosx/tkMacOSX.h: Cleaned up & rationalized order of | das | 2006-03-28 | 1 | -45/+59 |
|
|
| * | * macosx/tkMacOSXDraw.c (TkPutImage): fix endian issue on OS X x86 | hobbs | 2006-03-02 | 1 | -29/+30 |
|
|
| * | * 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 | -2/+1 |
|
|