gui/gui-lib/mred/private/wx
Matthew Flatt ac2d39e0e1 fix GC blit for Mac OS X 10.11
The old strategy of switching a transparent window to solid and back
doesn't work on 10.11; it appears that queued messages must be handled
for the window to become visible, but that's not allowed during a GC.
The strategy for 10.11 and up create an OpenGL canvas, which acts as a
direct-to-screen drawing area that a GC callback can affect without
Racket-level allocation.
2015-10-01 22:02:37 -06:00
..
cocoa fix GC blit for Mac OS X 10.11 2015-10-01 22:02:37 -06:00
common fix GC blit resizing 2015-08-19 11:59:29 -06:00
gtk GTK+ 3: fix auto-resize of message% 2015-08-27 15:28:09 -06:00
win32 add get-gl-client-size to canvas% 2015-08-18 15:10:02 -06:00
info.rkt Remove extra directories. 2014-12-02 02:33:07 -05:00
platform.rkt Support and prefer GTK+ 3 on Unix/X 2015-08-16 20:55:35 -06:00