| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it possible to generate an NSImage with correct transparency from a | culler | 2017-11-15 | 1 | -1/+1 |
|
|
* | Implemented a more robust and transparent scheme for making | culler | 2017-11-14 | 1 | -0/+2 |
|
|
* | Cleaned up and reworked XGetImage. This seems to eliminate | culler | 2017-11-08 | 1 | -9/+10 |
|
|
* | Reorganization to put all code related to Ximages in the new | culler | 2017-11-08 | 1 | -173/+14 |
|
|
* | Fix a typo and remove an unused function. | culler | 2017-10-25 | 1 | -25/+0 |
|
|
* | Make a small change in the logic of DisplayText (for Mac only) which | culler | 2017-10-25 | 1 | -19/+0 |
|
|
* | Change TkScrollWindow to only generate expose events if the Text widget has | culler | 2017-10-24 | 1 | -18/+43 |
|
|
* | New patch from Marc Culler aiming at fixing [fab5fed65e] without breaking aga... | fvogel | 2017-10-17 | 1 | -11/+3 |
|
|
* | Patch by Marc Culler to address subtle issues with clipping regions in scroll... | Kevin Walzer | 2017-10-15 | 1 | -0/+2 |
|
|
* | Fix for scrolling issues on macOS; thanks to Marc Culler for patches | Kevin Walzer | 2017-10-13 | 1 | -4/+3 |
|
|
* | Fix for colorspace issues and regression in drawing on macOS; thanks to Marc ... | Kevin Walzer | 2017-10-12 | 1 | -2/+2 |
|
|
* | Partial fix for 111de2edd2e67af350ffa564dbf65ab7a5fcf04c, inaccurate backgrou... | Kevin Walzer | 2017-10-11 | 1 | -1/+1 |
|
|
* | Fix [2874226]: polygon doesn't honor -joinstyle on Windows and OS X. This fir... | fvogel | 2017-08-13 | 1 | -0/+10 |
|
|
* | Remove obsolete comments. The line they comment was kicked out of the code in... | fvogel | 2017-01-15 | 1 | -3/+0 |
|
|
* | Partially fix [fab5fed65e]: OS X - lots of textDisp failures (spurious 'borde... | fvogel | 2017-01-14 | 1 | -6/+0 |
|
|
* | (micro-) optimize a few Win32 drawing functions, and make them work when npoi... | jan.nijtmans | 2016-11-08 | 1 | -2/+2 |
|\ |
|
| * | Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix thei... | jan.nijtmans | 2016-11-08 | 1 | -9/+7 |
|
|
| * | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -10/+0 |
|
|
* | | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis... | jan.nijtmans | 2016-11-07 | 1 | -2/+3 |
|
|
* | | Fix for image/alpha rendering under hidpi/Retina displays on Mac OS; thanks t... | Kevin Walzer | 2016-07-15 | 1 | -2/+4 |
|
|
* | | Fix for bitmap distortion on Mac OS; thanks to Marc Culler for patch | Kevin Walzer | 2016-07-08 | 1 | -23/+26 |
|
|
* | | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -10/+0 |
|
|
* | | merge-mark. Remove unnecessary end-of-line spacing | jan.nijtmans | 2015-12-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patch | Kevin Walzer | 2015-12-07 | 1 | -4/+12 |
|
|
| * | Remove multiple deprecated internal API calls on OS X; streamline Apple Event... | Kevin Walzer | 2015-11-25 | 1 | -1/+1 |
|
|
* | | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patch | Kevin Walzer | 2015-12-07 | 1 | -4/+12 |
|
|
* | | Remove multiple deprecated internal API calls on OS X; streamline Apple Event... | Kevin Walzer | 2015-11-25 | 1 | -1/+1 |
|
|
* | | clean-up end-of-line spacing | jan.nijtmans | 2015-11-09 | 1 | -4/+3 |
|\ \
| |/ |
|
| * | clean-up end-of-line spacing | jan.nijtmans | 2015-11-09 | 1 | -3/+3 |
|
|
| * | Cleanup of last patch to Tk-Cocoa | Kevin Walzer | 2015-11-08 | 1 | -1/+1 |
|
|
| * | Fix for issues with bitmap rendering and mouse events in Tk-Cocoa; thanks to ... | Kevin Walzer | 2015-11-07 | 1 | -37/+49 |
|
|
| * | 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 |
|
|
* | | Cleanup of last patch to Tk-Cocoa | Kevin Walzer | 2015-11-08 | 1 | -1/+1 |
|
|
* | | Fix for issues with bitmap rendering and mouse events in Tk-Cocoa; thanks to ... | Kevin Walzer | 2015-11-07 | 1 | -39/+51 |
|
|
* | | Use size_t in stead of int for some internal refCount variables. On 32-bit sy... | jan.nijtmans | 2015-07-08 | 1 | -1/+1 |
|
|
* | | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -19/+67 |
|
|
* | | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -67/+19 |
|
|
* | | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -19/+67 |
|
|
* | | 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 | -13/+5 |
|
|
* | | Silence some compiler warnings. | dgp | 2015-02-12 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | 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 |
|
|