Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Additional fixes for memory leaks, window flickering on OS X 10.11; thanks ↵ | Kevin Walzer | 2016-01-09 | 1 | -4/+6 |
| | | | | to Marc Culler for patch | ||||
* | spacing | jan.nijtmans | 2015-12-17 | 1 | -3/+3 |
| | |||||
* | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of ↵ | Kevin Walzer | 2015-12-15 | 1 | -16/+28 |
| | | | | memory management; thanks to Marc Culler for patches | ||||
* | Remove multiple deprecated internal API calls on OS X; streamline Apple ↵ | Kevin Walzer | 2015-11-25 | 1 | -6/+7 |
| | | | | Events implementation; thanks to Marc Culler for extensive patches | ||||
* | Cleanup of last patch to Tk-Cocoa | Kevin Walzer | 2015-11-08 | 1 | -15/+0 |
| | |||||
* | Re-working of internal Cocoa widget drawing routines, especially when ↵ | Kevin Walzer | 2015-04-09 | 1 | -40/+61 |
| | | | | resizing; fix rendering of scrollbar when resized or clipped; cleanup of button metrics; thanks to Marc Culler for extensive patches | ||||
* | Backing out changes; unexpected issues with window resizing that require ↵ | Kevin Walzer | 2015-04-07 | 1 | -49/+41 |
| | | | | further investigation | ||||
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc ↵ | Kevin Walzer | 2015-04-07 | 1 | -41/+49 |
| | | | | Culler for patches | ||||
* | Cleanup and simplification of memory management in event loop; now works ↵ | Kevin Walzer | 2015-03-21 | 1 | -6/+29 |
| | | | | more smoothly; thanks to Marc Culler for patches | ||||
* | Merge-mark, and remove some unnecessary end-of-line spacing. | jan.nijtmans | 2015-03-16 | 1 | -1/+1 |
|\ | |||||
| * | Wish now launches in front when caed from command line, and focus -force ↵ | Kevin Walzer | 2015-03-15 | 1 | -2/+2 |
| | | | | | | | | works correctly; thanks to Marc Culler for patch | ||||
| * | Fix for CGRect/NSRect confusion | Kevin Walzer | 2015-02-22 | 1 | -1/+1 |
| | | |||||
| * | Restore live resize to Cocoa with reduced flickering; addresses most serious ↵ | Kevin Walzer | 2015-02-19 | 1 | -46/+36 |
| | | | | | | | | issue of Cocoa drawing while preserving user expectations for display during window resize; thanks to Marc Culler for extensive patch | ||||
| * | Fine-tune display during resize events; now shows resize in progress but ↵ | Kevin Walzer | 2015-02-18 | 1 | -3/+1 |
| | | | | | | | | does not redraw contentview until done | ||||
| * | Remove calls during window resize notification that cause crash on Cocoa | Kevin Walzer | 2015-02-14 | 1 | -6/+0 |
| | | |||||
| * | Minor edit of window event code on Cocoa | Kevin Walzer | 2015-01-12 | 1 | -5/+0 |
| | | |||||
| * | Reduce redraw issues during window zoom events on Cocoa | Kevin Walzer | 2014-12-31 | 1 | -0/+6 |
| | | |||||
| * | Refinement of redraw during window resizing in Cocoa; refinement of button ↵ | Kevin Walzer | 2014-12-28 | 1 | -6/+25 |
| | | | | | | | | display | ||||
| * | All on Tk/Cocoa: Improve view performance during resizing; implement custom ↵ | Kevin Walzer | 2014-12-24 | 1 | -23/+18 |
| | | | | | | | | drawing of scroller to remove flickering and ghosted appearance during window operations; reduce flickering of menubutton during resizing, but do not completely eliminate ghosted rendering when widget is unmapped | ||||
| * | Minor optimization of drawing code in OSX | Kevin Walzer | 2014-12-21 | 1 | -0/+1 |
| | | |||||
| * | Back out changes not pertaining to private API; those files should not have ↵ | Kevin Walzer | 2014-11-18 | 1 | -1/+1 |
| | | | | | | | | been updated. | ||||
| * | Fixes to tkMacOSXWindowEvent.c to improve drawing performance after removal ↵ | Kevin Walzer | 2014-09-24 | 1 | -17/+49 |
| | | | | | | | | of private NSView API's | ||||
| * | Remove debug message from window event code | Kevin Walzer | 2014-09-23 | 1 | -2/+0 |
| | | |||||
| * | Fine-tune display of buttons on Tk/Cocoa on horizontal scroll | Kevin Walzer | 2014-09-23 | 1 | -0/+2 |
| | | |||||
| * | Fix display of scrollbars when their window is not mapped in Tk-Cocoa | Kevin Walzer | 2014-09-23 | 1 | -17/+18 |
| | | |||||
| * | Fine-tune scrolling, especially of text widgets with embedded windows, after ↵ | Kevin Walzer | 2014-07-28 | 1 | -169/+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 | 1 | -0/+10 |
| | | | | | | | | on Mac/Cocoa; remove private API calls to comply with platform requirements. | ||||
* | | Wish now launches in front when called from command line, and focus -force ↵ | Kevin Walzer | 2015-03-15 | 1 | -2/+2 |
| | | | | | | | | works correctly; thanks to Marc Culler for patch | ||||
* | | Fix for CGRect/NSRect confusion | Kevin Walzer | 2015-02-22 | 1 | -1/+1 |
| | | |||||
* | | Restore live resize to Cocoa with reduced flickering; addresses most serious ↵ | Kevin Walzer | 2015-02-19 | 1 | -46/+35 |
| | | | | | | | | issue of Cocoa drawing while preserving user expectations for display during window resize; thanks to Marc Culler for extensive patch | ||||
* | | Fine-tune display during resize events; now shows resize in progress but ↵ | Kevin Walzer | 2015-02-18 | 1 | -3/+1 |
| | | | | | | | | does not redraw contentview until done | ||||
* | | Remove calls during window resize notification that cause crash on Cocoa | Kevin Walzer | 2015-02-14 | 1 | -12/+5 |
| | | |||||
* | | Remove Mac-specific idle handler in tkTextDisp.c that caused delay in text ↵ | Kevin Walzer | 2015-02-02 | 1 | -1/+0 |
| | | | | | | | | redraw during scrolling; no longer needed | ||||
* | | remove some unnecessary eol-spacing | jan.nijtmans | 2015-01-15 | 1 | -4/+4 |
| | | |||||
* | | Revert changes to Mac scrollbar; native implementation is best that can be ↵ | Kevin Walzer | 2015-01-12 | 1 | -5/+0 |
| | | | | | | | | done, custom drawing in scrollbar is worse from UI standpoint. | ||||
* | | Reduce redraw issues during window zoom events on Cocoa | Kevin Walzer | 2014-12-31 | 1 | -0/+6 |
| | | |||||
* | | Refinement of redraw during window resizing in Cocoa; refinement of button ↵ | Kevin Walzer | 2014-12-28 | 1 | -2/+13 |
| | | | | | | | | display | ||||
* | | All on Tk/Cocoa: Improve view performance during resizing; implement custom ↵ | Kevin Walzer | 2014-12-24 | 1 | -22/+24 |
| | | | | | | | | drawing of scroller to remove flickering and ghosted appearance during window operations; reduce flickering of menubutton during resizing, but do not completely eliminate ghosted rendering when widget is unmapped | ||||
* | | Minor optimization of drawing code in OSX | Kevin Walzer | 2014-12-21 | 1 | -1/+4 |
| | | |||||
* | | Remove unnecessary end-of-line spacing | jan.nijtmans | 2014-11-21 | 1 | -7/+7 |
| | | |||||
* | | Back out changes not pertaining to private API; those files should not have ↵ | Kevin Walzer | 2014-11-20 | 1 | -6/+2 |
| | | | | | | | | been updated. | ||||
* | | Remove residual private API calls from Tk/Mac after Mac App Store review ↵ | Kevin Walzer | 2014-11-18 | 1 | -1/+5 |
| | | | | | | | | flagged them as being present. | ||||
* | | Fixes to tkMacOSXWindowEvent.c to improve drawing performance after removal ↵ | Kevin Walzer | 2014-09-24 | 1 | -30/+64 |
| | | | | | | | | of private NSView API's | ||||
* | | Fine-tune scrolling, especially of text widgets with embedded windows, after ↵ | Kevin Walzer | 2014-07-28 | 1 | -166/+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 | 1 | -152/+157 |
| | | | | | | | | on Mac/Cocoa; remove private API calls to comply with platform requirements. | ||||
* | | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands. | jan.nijtmans | 2014-06-03 | 1 | -2/+1 |
| | | |||||
* | | Replace various functions calls, for functions which are small wrappers ↵ | jan.nijtmans | 2013-01-14 | 1 | -2/+2 |
| | | | | | | | | around other functions, to call the wrapped function directly. | ||||
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. | ||||
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | 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 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | 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. |