racket/collects/mred
Matthew Flatt 11045a0384 improve editor-canvas resizing
A recent bug fix involved moving part of an `editor-canvas%' resize
out of atomic mode by queueing a callback (because the resize involves
quesrying the editor for its size, etc.), but then the callback
happens after a canvas is shown, which can cause it to appear with
bogus initial scrollbars. Queue the callback instead as a "refresh"
level callback, which gets a chance to run before a frame is made
visible.
2012-09-13 14:17:14 -06:00
..
lang rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
private improve editor-canvas resizing 2012-09-13 14:17:14 -06:00
doc.txt wxme belongs outside of mred, obviously 2007-01-18 14:26:29 +00:00
edit-main.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
edit.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
info.rkt revert "mzscheme" and "mred" collection versions 2011-03-28 15:17:17 -06:00
installer.rkt A bunch of scheme' -> racket' conversions. 2012-04-19 16:02:03 -04:00
main.rkt A bunch of scheme' -> racket' conversions. 2012-04-19 16:02:03 -04:00
mred-sig.rkt A bunch of scheme' -> racket' conversions. 2012-04-19 16:02:03 -04:00
mred-unit.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
mred.rkt Add a layer of export redirection in mred/mred.rkt. 2011-01-11 21:55:37 -05:00