Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further refinement of scrolling; addresses artifacts in scrolling complex ↵ | Kevin Walzer | 2014-08-11 | 2 | -43/+66 |
| | | | | interfaces on OS X | ||||
* | Further refinement of Mac OS X scrolling; thanks to Marc Culler for an ↵ | Kevin Walzer | 2014-08-04 | 2 | -66/+43 |
| | | | | additional patch. | ||||
* | Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patch | Kevin Walzer | 2014-08-01 | 2 | -6/+8 |
| | |||||
* | Fine-tune scrolling, especially of text widgets with embedded windows, after ↵ | Kevin Walzer | 2014-07-28 | 5 | -209/+1 |
| | | | | removal of private API calls; performance is now better and within acceptable ranges. | ||||
* | Add copyright notice to Marc Culler for extensive patch to alpha rendering ↵ | Kevin Walzer | 2014-07-25 | 7 | -16/+38 |
| | | | | on Mac/Cocoa; remove private API calls to comply with platform requirements. | ||||
* | Fix for display of images when scrolling a text widget on OS X; thanks to ↵ | Kevin Walzer | 2014-07-24 | 2 | -64/+116 |
| | | | | Marc Culler for patch | ||||
* | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ↵ | Kevin Walzer | 2014-07-07 | 4 | -121/+170 |
| | | | | Culler for the extensive patch. | ||||
* | Update configure files on Aqua to remove garbage collection flag, which is ↵ | Kevin Walzer | 2014-03-16 | 1 | -0/+2 |
| | | | | no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays. | ||||
* | Fix for drawing lags on OS X Mavericks; thanks to Ned Deily for report and ↵ | Kevin Walzer | 2013-10-27 | 1 | -0/+1 |
| | | | | Daniel Steffen for patch | ||||
* | Fix for http://core.tcl.tk/tk/info/8eb56719cf on broken build with 8.5.15 ↵ | Kevin Walzer | 2013-09-16 | 2 | -2/+2 |
| | | | | with clang on OS X, thanks to Ned Deily for patch | ||||
* | Fix for 3016181, thanks to Tom Goddard for patch | Kevin Walzer | 2013-08-25 | 4 | -6/+13 |
| | |||||
* | Updates to redirect bug reports to the new tracker location. | dgp | 2013-06-17 | 1 | -2/+2 |
| | |||||
* | Tk_CancelIdleCall -> Tcl_CancelIdleCall | jan.nijtmans | 2013-01-23 | 1 | -3/+3 |
| | |||||
* | make TkBackgroundEvalObjv a static function, and eliminate the use of the ↵ | jan.nijtmans | 2013-01-23 | 1 | -0/+65 |
| | | | | deprecated SaveResult API from it. | ||||
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 2 | -5/+5 |
|\ | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. Enable tk.h to be used with higher tcl.h versions which might lack _ANSI_ARGS_ | ||||
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 2 | -8/+8 |
| | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. | ||||
* | | Make Aqua Tk build on OSX Leopard again; *I* still use it! | dkf | 2012-12-17 | 1 | -4/+25 |
| | | |||||
* | | 3574893 Add overlooked toplevel ref count maintenance in the [wm manage|forget] | dgp | 2012-10-24 | 1 | -0/+6 |
| | | | | | | operations that could cause segfaults due to premature free of structs. | ||||
* | | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 1 | -13/+10 |
|\ \ | |/ | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal | ||||
* | | remove tkMacOSXCarbonEvents.c | jan.nijtmans | 2012-10-23 | 1 | -690/+0 |
| | | |||||
* | | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 49 | -138/+52 |
| | | |||||
* | | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar ↵ | jan.nijtmans | 2012-10-23 | 2 | -59/+45 |
| | | | | | | | | metrics handling from trunk | ||||
* | | Backport of dgp wm-forget and wm-manage fixes; test suite no longer crashes | Kevin Walzer | 2012-10-18 | 1 | -6/+17 |
| | | |||||
* | | Cherrypick Merge, Backport of [6223d9e067]. Restored from | andreask | 2012-10-09 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | tk-cocoa-8-5-bacport-branch, did not survive the merge. See trunk 2012-05-29 Donal K. Fellows * generic/tkInt.decls (TkMacOSXDrawable): Added OSX-specific mechanism to allow retrieval of the drawing surface. Allows Canvas3d to be adapted to 8.6. | ||||
* | | Fix typo in tkMacOSXFont.c | Kevin Walzer | 2012-10-04 | 1 | -1/+1 |
| | | |||||
* | | Fix for 3572016, menus not re-enabling after modal dialog | Kevin Walzer | 2012-10-02 | 1 | -0/+6 |
| | | |||||
* | | Backport of dgp fixes to trunk for Tk-Cocoa | Kevin Walzer | 2012-09-25 | 2 | -2/+4 |
| | | |||||
* | | Added two missing header files from the cococa backport branch.cocoa_full_merge_review_8_5 | andreask | 2012-09-12 | 2 | -0/+800 |
| | | |||||
* | | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 64 | -23091/+11935 |
| | | |||||
* | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 5 | -20/+24 |
|\ \ | |/ | |||||
| * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 5 | -20/+22 |
| | | | | | | Add .PHONY targets, and various quoting issues (Makefile.in) | ||||
| * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵ | jan.nijtmans | 2012-05-29 | 1 | -5/+7 |
| | | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both. | ||||
* | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 1 | -1/+1 |
| | | |||||
* | | Implementation for Carbon. | dgp | 2011-10-17 | 1 | -5/+19 |
| | | |||||
* | | Correct some README bitrot. | dgp | 2011-06-10 | 1 | -9/+3 |
| | | |||||
* | | Purge RCS Keywords. | dgp | 2011-06-08 | 56 | -113/+2 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 49 | -98/+0 |
| | | |||||
| * | * macosx/tkMacOSXHLEvents.c (ScriptHandler): fix "do script" apple | das | 2009-08-24 | 1 | -49/+27 |
| | | | | | | | | | | | | event handler issues on recent Mac OS X releases by using AE coercion to 'utf8' for text data and to 'fsrf' for alias data. (reported by Youness Alaoui on tcl-mac) | ||||
| * | * generic/tkImgPhoto.c: fix leaks discovered with the Mac OS X | das | 2009-02-06 | 1 | -1/+7 |
| | | | | | | | | | | * generic/tkMenu.c: Instruments.app Leaks tool. * macosx/tkMacOSXWm.c: | ||||
| * | whitespace | das | 2009-02-06 | 1 | -2/+2 |
| | | |||||
| * | adjust copyright year | das | 2009-01-08 | 1 | -3/+3 |
| | | |||||
| * | Fix potential use of uninitialized variable flagged by clang static analyzer | das | 2008-12-07 | 1 | -3/+4 |
| | | |||||
| * | Fix leaks flagged by clang static analyzer | das | 2008-12-07 | 1 | -1/+25 |
| | | |||||
| * | TkpDisplayButton: use computed borderWidth | das | 2008-12-07 | 1 | -2/+2 |
| | | |||||
| * | MenuDefProc: avoid crash with non-Tk menus | das | 2008-12-07 | 1 | -6/+3 |
| | | |||||
| * | * macosx/tkMacOSXCarbonEvents.c: fix debug carbon event tracing; | das | 2008-06-19 | 1 | -44/+37 |
| | | | | | | | | | | (InstallStandardApplicationEventHandler): replace needless use of TkMacOSXInitNamedDebugSymbol() by standard TkMacOSXInitNamedSymbol(). | ||||
| * | * macosx/tkMacOSXDebug.c: revert 2007-11-09 commit making | das | 2008-06-19 | 2 | -5/+6 |
| | | | | | | | | | | * macosx/tkMacOSXDebug.h: TkMacOSXInitNamedDebugSymbol() available outside of debug builds. | ||||
| * | * macosx/tkMacOSXEmbed.c (TkpMakeWindow): fix bug with missing | das | 2008-06-19 | 2 | -18/+50 |
| | | | | | | | | | | | | * macosx/tkMacOSXSubwindows.c (XMapWindow): focus on first map by only sending VisibilityNotify events once windows are mapped (rather than when they are created). | ||||
| * | * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fix | das | 2008-06-19 | 1 | -2/+2 |
| | | | | | | | | return value. |