Matthew Flatt
7da127227a
gtk & cocoa: frame iconize repairs
...
In the "windowing.rktl" tests, for Gtk there are still race conditions
between the program and the window manager. But for the first
time ever, all platforms can pass the "windowing.rktl" test.
2010-11-26 08:33:59 -07:00
Robby Findler
43e25a83f2
props
2010-11-26 09:11:48 -06:00
Matthew Flatt
1f61bbdc51
win32: frame size and iconize fixes
2010-11-26 08:10:58 -07:00
Robby Findler
4c9794acc6
drracket frames leak; add a test case
2010-11-26 08:51:37 -06:00
Mike Sperber
1d154e4bc3
Synch German string constants with latest.
2010-11-26 13:27:35 +01:00
Mike Sperber
dbd1cfaf10
Don't use teach-equal?' for
one-of' signature.
...
I did this under the mistaken assumption `equal?' would not work for
cycles, I think.
2010-11-26 11:10:29 +01:00
Eli Barzilay
22f1c96a4a
Remove unused `how-to-use-scheme' string.
2010-11-25 22:10:33 -05:00
Eli Barzilay
be2ea96cc8
"TeachScheme!" -> "Program by Design" in DrRacket
2010-11-25 22:10:33 -05:00
Eli Barzilay
4842c70885
"TeachScheme!" -> "Program by Design".
2010-11-25 22:10:33 -05:00
Eli Barzilay
9caf9f6203
Drop brown build, due to the machine being too problematic.
2010-11-25 22:10:33 -05:00
Matthew Flatt
8e8844641c
fix `draw-bitmap-section-smooth' method of bitmap-dc<%>
2010-11-25 11:00:32 -07:00
Matthew Flatt
e9562a8ddc
Revert "Fixing use and documentation of draw-bitmap-section-smooth"
...
because the implementation is wrong, not the documented contract
This reverts commit 68051f845a
.
2010-11-25 10:40:06 -07:00
Matthew Flatt
e0bcec0825
cocoa: handle multi-key character input
2010-11-25 10:38:44 -07:00
Matthew Flatt
0540359965
fix GC handling of cpointers with offsets
2010-11-25 10:38:43 -07:00
Jay McCarthy
bd7ffb282f
This code appears to have been copied from the other
2010-11-25 12:03:10 -05:00
Jay McCarthy
6474b519bb
Fixes usage of argb-pixels
2010-11-25 12:01:44 -05:00
Jay McCarthy
68051f845a
Fixing use and documentation of draw-bitmap-section-smooth
2010-11-25 11:47:02 -05:00
Jay McCarthy
e081af2aef
This test relied on the old source location losing behavior of Rackunit
2010-11-25 11:38:43 -05:00
Jay McCarthy
81cb890323
Fixing problem introduce in 686ec83
. Definitely fixes check-dists, may break bundle, but I don't think so
2010-11-25 11:27:22 -05:00
Jay McCarthy
267d2293c0
Fixing error introduce by Robby in fd53321
2010-11-25 11:11:46 -05:00
Eli Barzilay
41d6459e9d
New Racket version 5.0.99.3.
2010-11-25 11:00:41 -05:00
Eli Barzilay
4a0c276d4c
More content hooks for the wiki template.
...
(And remove a bogus leftover definition.)
2010-11-25 11:00:15 -05:00
Matthew Flatt
aaa39873db
v5.0.99.3
2010-11-25 08:50:37 -07:00
Matthew Flatt
df9c4c8c69
cocoa: don't treat dead-key events as normal character events
...
but more work is still needed for multi-key input
2010-11-25 08:41:50 -07:00
Matthew Flatt
347869fc9e
fix some racket/gui tests and fix cocoa frame centering
2010-11-25 08:03:33 -07:00
Matthew Flatt
820e832853
add 'close-button style to dialog%; fix cocoa default frame placement
2010-11-25 08:03:33 -07:00
Matthew Flatt
ab070b205e
cocoa: finally found the documented API to enable GUI mode
2010-11-25 08:03:32 -07:00
Robby Findler
bf62d4b6d6
get two more 2htdp/image test cases to pass
2010-11-25 09:03:06 -06:00
Robby Findler
a658a7620b
a (failed) attempt to fix equality comparison (but at least it is a step in the right direction (I think))
2010-11-25 06:55:00 -06:00
Robby Findler
57fe568a5e
fixed a bug
2010-11-25 06:55:00 -06:00
Robby Findler
6e7530ff86
added empty-image
2010-11-25 06:55:00 -06:00
Jay McCarthy
eecbc539c1
Fixing problem with previous "fix" to mutator-begin
2010-11-24 23:33:42 -05:00
Jay McCarthy
c9dcbb9edb
Failing test
2010-11-24 23:33:42 -05:00
Jay McCarthy
32377647f8
Applying GMT RFC1123 patch from YC
2010-11-24 23:33:42 -05:00
tv
11f2653b7e
add #:tcp@ to ws-serve for wss: support
2010-11-24 23:33:42 -05:00
Jay McCarthy
b686cc84a9
Removing test because we reintroduced gensym
2010-11-24 23:33:42 -05:00
Matthew Flatt
1034c9be4e
fix hashing on C pointers and missing tests
2010-11-24 15:44:18 -07:00
Matthew Flatt
470ed7c996
fix get-face-list bug (caused Windows 7 crash on my test)
2010-11-24 14:25:07 -07:00
Matthew Flatt
bd28f2ab54
make `equal?' equate C pointers that refer to the same address
2010-11-24 13:41:11 -07:00
Matthew Flatt
370c97165a
cocoa: fix problem with frame focus
2010-11-24 12:03:17 -07:00
Matthew Flatt
2f4c782434
doc typos
2010-11-24 12:02:46 -07:00
Matthew Flatt
e2072d5afb
cocoa: repair location fixup on screen change
2010-11-24 10:38:41 -07:00
Matthew Flatt
14a72b5a08
cocoa: fix problems with frame-list management
2010-11-24 07:12:02 -07:00
Matthew Flatt
0d6d285423
clear objc ivar on `dealloc'
...
so that a field is not incorrectly used if the super `dealloc' triggers
callbacks
2010-11-24 07:08:54 -07:00
Matthew Flatt
f245b6ca29
fix bitmap% load-file' method and remove
{get,set}-gl-config'
...
Closes PR 11460
2010-11-24 06:08:44 -07:00
Matthew Flatt
c6ae7377a5
slideshow: use printer-dc on all platforms for --print
2010-11-24 05:44:59 -07:00
Jay McCarthy
9c6b9b8fcd
Adding whitespace so you can copy and paste to planet remove on the OS X terminal
2010-11-23 15:42:40 -07:00
Jay McCarthy
88fb21fa26
cleanup
2010-11-23 15:42:40 -07:00
Jay McCarthy
e3153e6d21
Adding normalization display
2010-11-23 15:42:39 -07:00
Vincent St-Amour
e64f8be932
Fix open-input-output-file doc. Closes PR 11371.
2010-11-23 14:15:04 -05:00