Re: [racket-dev] [plt] Push #24346: master branch updated

2012-02-25 Thread Neil Toronto

This is nifty. What do you plan to do with it?

Neil ⊥

On 02/25/2012 02:22 PM, mfl...@racket-lang.org wrote:

mflatt has updated `master' from 678941ce5a to 645ca02e92.
   http://git.racket-lang.org/plt/678941ce5a..645ca02e92

=[ 1 Commits ]==

Directory summary:
   85.2% collects/racket/draw/private/
5.8% collects/scribblings/draw/
8.4% collects/tests/gracket/

~~

645ca02 Matthew Flattmfl...@racket-lang.org  2012-02-25 19:17:32 +
:
| racket/draw: add `record-dc%'
:
   M collects/racket/draw/private/dc-path.rkt|   34 +-
   M collects/racket/draw/private/dc.rkt |8 +-
   M collects/racket/draw/private/record-dc.rkt  |  593 +++-
   M collects/racket/draw.rkt|2 +
   M collects/scribblings/draw/bitmap-dc-class.scrbl |2 +-
   M collects/scribblings/draw/draw-funcs.scrbl  |5 +
   M collects/scribblings/draw/draw.scrbl|1 +
   A collects/scribblings/draw/record-dc-class.scrbl
   M collects/tests/gracket/draw.rkt |   45 +-
   M doc/release-notes/racket/HISTORY.txt|1 +

_
 Racket Developers list:
 http://lists.racket-lang.org/dev


Re: [racket-dev] [plt] Push #24346: master branch updated

2012-02-25 Thread Robby Findler
On Sat, Feb 25, 2012 at 5:23 PM, Neil Toronto neil.toro...@gmail.com wrote:
 This is nifty. What do you plan to do with it?

A simpler version of it was already being used internally to do the
preview that you see in the print dialog (at least under mac os x you
see it).

I'm now going to be using it in DrRacket to do a better job with picts
in the REPL.

Robby
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] [plt] Push #24346: master branch updated

2012-02-25 Thread Asumu Takikawa
On 2012-02-25 17:27:31 -0600, Robby Findler wrote:
 I'm now going to be using it in DrRacket to do a better job with picts
 in the REPL.

Inspired by this talk[1] by any chance? I was thinking today that it'd
be really neat if there were on-the-fly pict viewing somehow (not
necessarily in DrRacket itself, but a tool maybe?). :)

[1]: http://vimeo.com/36579366

Cheers,
Asumu
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] [plt] Push #24346: master branch updated

2012-02-25 Thread Robby Findler
No, just make them draw a little bit better than they do now (avoiding
going thru a bitmap).

On Sat, Feb 25, 2012 at 5:37 PM, Asumu Takikawa as...@ccs.neu.edu wrote:
 On 2012-02-25 17:27:31 -0600, Robby Findler wrote:
 I'm now going to be using it in DrRacket to do a better job with picts
 in the REPL.

 Inspired by this talk[1] by any chance? I was thinking today that it'd
 be really neat if there were on-the-fly pict viewing somehow (not
 necessarily in DrRacket itself, but a tool maybe?). :)

 [1]: http://vimeo.com/36579366

 Cheers,
 Asumu
 _
  Racket Developers list:
  http://lists.racket-lang.org/dev

_
  Racket Developers list:
  http://lists.racket-lang.org/dev