Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for shimmering of buttons embedded when scrolled in text and canvas ↵ | Kevin Walzer | 2014-08-16 | 3 | -95/+203 |
| | | | | widgets; improvements in scrolling smoothness in text widget. Thanks to Marc Culler for patches. | ||||
* | Allow Tk to post popup menus when Tk app is not frontmost | Kevin Walzer | 2014-08-14 | 1 | -2/+10 |
| | |||||
* | Fix typo's, debug statements, C++-comment. | jan.nijtmans | 2014-08-11 | 4 | -15/+15 |
|\ | |||||
| * | Fix typo's, debug statements, C++-comment. | jan.nijtmans | 2014-08-11 | 2 | -11/+14 |
| | | |||||
| * | 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 |
| | | |||||
* | | Further refinement of scrolling; addresses artifacts in scrolling complex ↵ | Kevin Walzer | 2014-08-11 | 2 | -12/+45 |
| | | | | | | | | interfaces on OS X | ||||
* | | Further refinement of Mac OS X scrolling; thanks to Marc Culler for an ↵ | Kevin Walzer | 2014-08-04 | 2 | -46/+14 |
| | | | | | | | | additional patch. | ||||
* | | Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patch | Kevin Walzer | 2014-08-01 | 2 | -1/+4 |
| | | |||||
* | | Fine-tune scrolling, especially of text widgets with embedded windows, after ↵ | Kevin Walzer | 2014-07-28 | 4 | -186/+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 | -168/+185 |
| | | | | | | | | 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. | ||||
* | | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands. | jan.nijtmans | 2014-06-03 | 5 | -33/+24 |
| | | |||||
* | | 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 3016181, thanks to Tom Goddard for patch | Kevin Walzer | 2013-08-25 | 1 | -0/+2 |
| | | |||||
* | | Updates to redirect bug reports to the new tracker location | dgp | 2013-06-17 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Updates to redirect bug reports to the new tracker location. | dgp | 2013-06-17 | 1 | -2/+2 |
| | | |||||
* | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to ↵ | jan.nijtmans | 2013-03-07 | 3 | -4/+10 |
| | | | | | | | | the prefered Tcl_EvalEx). | ||||
* | | ttk::theme::* packages don't Provide anything Extra. | jenglish | 2013-02-15 | 1 | -1/+1 |
| | | | | | | Change Tcl_PkgProvideEx() back to Tcl_PkgProvide(). | ||||
* | | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' ↵ | jan.nijtmans | 2013-02-15 | 1 | -1/+1 |
| | | | | | | | | versions in stead. | ||||
* | | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 4 | -40/+40 |
|\ \ | |/ | | | Various Tcl_GetIndexFromObj -> Tcl_GetIndexFromObjStruct changes. | ||||
* | | Tk_CancelIdleCall -> Tcl_CancelIdleCall | jan.nijtmans | 2013-01-23 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | 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. | ||||
* | | Replace various functions calls, for functions which are small wrappers ↵ | jan.nijtmans | 2013-01-14 | 3 | -10/+10 |
| | | | | | | | | around other functions, to call the wrapped function directly. | ||||
* | | 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. | ||||
| * | 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 | dkf | 2012-12-17 | 1 | -1/+21 |
|\ \ \ | |/ / | |||||
| * | | 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. | ||||
| * | | 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 | ||||
* | | | consistant use of mode: objc for OSX, strip spaces from the end of lines | jan.nijtmans | 2012-10-23 | 16 | -33/+33 |
|\ \ \ | |/ / | |||||
| * | | 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. |