| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh... | culler | 2019-10-21 | 1 | -2/+2 |
|
|
* | Fix more X11 function signatures in MacOSX port | jan.nijtmans | 2019-08-19 | 1 | -6/+11 |
|
|
* | Fix signatures of many X11 functions on MacOSX: They have an "int" return val... | jan.nijtmans | 2019-08-18 | 1 | -3/+6 |
|
|
* | In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in tkTes... | culler | 2019-05-20 | 1 | -8/+14 |
|
|
* | In Aqua, protect against double release of clipping regions. | culler | 2019-05-17 | 1 | -0/+6 |
|
|
* | fix bug [d1989fb7cf]: Root window appears before Tk_Mainloop is called. | culler | 2019-05-15 | 1 | -9/+0 |
|
|
* | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
|
|
* | Fix bug [4d2e8d4d5c]: Aqua notebooks sometimes do not draw a new pane immedia... | culler | 2019-04-24 | 1 | -19/+20 |
|
|
* | Mitigate future merge conflict headaches. | culler | 2019-04-17 | 1 | -54/+61 |
|
|
* | Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen. | culler | 2019-02-23 | 1 | -7/+17 |
|\ |
|
| * | Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen. | culler | 2019-02-18 | 1 | -7/+17 |
|
|
* | | Fix [30a0fc767a]: spelling error in a comment | fvogel | 2019-02-22 | 1 | -1/+1 |
|/ |
|
* | Fix a bug with window ordering in Aqua. Deal with remaining unixWm tests. | culler | 2018-12-17 | 1 | -1/+5 |
|
|
* | Add a configure notify to make sure all subwindows get displayed. Tweak | culler | 2018-10-17 | 1 | -1/+19 |
|
|
* | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell... | jan.nijtmans | 2017-11-27 | 1 | -1/+1 |
|
|
* | Remove calls to TransformProcessType. Avoid activating too early. | culler | 2017-11-24 | 1 | -1/+9 |
|
|
* | Add a cast to address a compiler warning. | culler | 2017-11-13 | 1 | -1/+1 |
|
|
* | Change to XMapWindow to make embedded toplevels display properly | culler | 2017-11-11 | 1 | -1/+10 |
|
|
* | Patch by Marc Culler to address subtle issues with clipping regions in scroll... | Kevin Walzer | 2017-10-15 | 1 | -10/+16 |
|
|
* | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back... | jan.nijtmans | 2016-09-27 | 1 | -1/+1 |
|\ |
|
| * | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -10/+1 |
|
|
| * | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patch | Kevin Walzer | 2015-12-07 | 1 | -1/+2 |
|
|
| * | Cleanup of last patch to Tk-Cocoa | Kevin Walzer | 2015-11-08 | 1 | -3/+0 |
|
|
| * | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -0/+59 |
|
|
| * | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -59/+0 |
|
|
| * | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -0/+59 |
|
|
| * | Cleanup and simplification of memory management in event loop; now works more... | Kevin Walzer | 2015-03-21 | 1 | -0/+6 |
|
|
| * | Wish now launches in front when caed from command line, and focus -force work... | Kevin Walzer | 2015-03-15 | 1 | -2/+4 |
|
|
| * | Fixes to tkMacOSXWindowEvent.c to improve drawing performance after removal o... | Kevin Walzer | 2014-09-24 | 1 | -1/+0 |
|
|
| * | Fine-tune display of buttons on Tk/Cocoa on horizontal scroll | Kevin Walzer | 2014-09-23 | 1 | -0/+1 |
|
|
* | | Final tweak for OS X wm crash, thanks to Marc Culler | Kevin Walzer | 2016-07-19 | 1 | -1/+1 |
|
|
* | | Fix for Ticket c84f660833546b1b84e7fd3aef930c2f17207461 (Tk crashes when topl... | Kevin Walzer | 2016-07-17 | 1 | -7/+13 |
|
|
* | | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -10/+1 |
|
|
* | | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patch | Kevin Walzer | 2015-12-07 | 1 | -1/+2 |
|
|
* | | Cleanup of last patch to Tk-Cocoa | Kevin Walzer | 2015-11-08 | 1 | -4/+0 |
|
|
* | | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -0/+59 |
|
|
* | | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -59/+0 |
|
|
* | | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -0/+59 |
|
|
* | | Cleanup and simplification of memory management in event loop; now works more... | Kevin Walzer | 2015-03-21 | 1 | -0/+6 |
|
|
* | | Wish now launches in front when called from command line, and focus -force wo... | Kevin Walzer | 2015-03-15 | 1 | -2/+4 |
|
|
* | | Fix typo's, debug statements, C++-comment. | jan.nijtmans | 2014-08-11 | 1 | -4/+8 |
|\ \
| |/ |
|
| * | Fix typo's, debug statements, C++-comment. | jan.nijtmans | 2014-08-11 | 1 | -4/+8 |
|
|
| * | Further refinement of scrolling; addresses artifacts in scrolling complex int... | Kevin Walzer | 2014-08-11 | 1 | -9/+5 |
|
|
| * | Further refinement of Mac OS X scrolling; thanks to Marc Culler for an additi... | Kevin Walzer | 2014-08-04 | 1 | -5/+9 |
|
|
| * | Fine-tune scrolling, especially of text widgets with embedded windows, after ... | Kevin Walzer | 2014-07-28 | 1 | -9/+0 |
|
|
| * | Add copyright notice to Marc Culler for extensive patch to alpha rendering on... | Kevin Walzer | 2014-07-25 | 1 | -5/+6 |
|
|
| * | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ... | Kevin Walzer | 2014-07-07 | 1 | -2/+2 |
|
|
| * | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -3/+1 |
|
|
| * | Cherrypick Merge, Backport of [6223d9e067]. Restored from | andreask | 2012-10-09 | 1 | -0/+7 |
|
|
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -424/+324 |
|
|