Re: [racket-dev] the new `racket/gui' --- now with bug reports

2010-09-14 Thread Robby Findler
On Sun, Sep 12, 2010 at 11:40 AM, Matthew Flatt mfl...@cs.utah.edu wrote:
 The code is still hosted here:

   http://github.com/mflatt/gr2


This should be

   http://github.com/mflatt/gr2.git

I believe.

Robby
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] the new `racket/gui' --- now with bug reports

2010-09-14 Thread Jay McCarthy
The other URL is fine, it gives you all the github information about
the repo (commit log, browser, etc), whereas the .git is the thing
that you give to the git command line.

Jay

On Tue, Sep 14, 2010 at 5:03 AM, Robby Findler
ro...@eecs.northwestern.edu wrote:
 On Sun, Sep 12, 2010 at 11:40 AM, Matthew Flatt mfl...@cs.utah.edu wrote:
 The code is still hosted here:

   http://github.com/mflatt/gr2


 This should be

   http://github.com/mflatt/gr2.git

 I believe.

 Robby
 _
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev



-- 
Jay McCarthy j...@cs.byu.edu
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

The glory of God is Intelligence - DC 93
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] the new `racket/gui' --- now with bug reports

2010-09-12 Thread Matthew Flatt
The new implementation of `racket/gui' is almost ready for everyday
use. I've switched to the new implementation for reading and writing
e-mail (i.e., this message was composed using the new implementation),
but I haven't yet switched for using DrRacket or for running Slideshow
in class.

I'm now happy to accept bug reports for the new implementation,
although there are known gaps and problems:

 * No platform-specific printing.

 * No GL support in canvases.

 * Cocoa: drawing to a bitmap is different than drawing to a canvas (so
   that pixels in a line or text can vary).

 * Gtk: no `register-collecting-blit'.

 * Gtk: more work is needed on canvas refresh to avoid flicker and to
   reflect the effect of one key/mouse event before handling another.

 * Gtk with some Unix variants: libraries like libjpeg and libpng are
   not located correctly.


The code is still hosted here:

   http://github.com/mflatt/gr2
 
Beware that I occasionally pull with `--rebase' from the main Racket
repository and push to gr2 with `--force'.

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev