Matthias Felleisen
8dbc1994bc
small change to registration format
2011-03-28 20:14:46 -04:00
Matthias Felleisen
5e7ac9a038
fix naming of name of universe state window
2011-03-28 20:14:45 -04:00
Matthias Felleisen
5fee2676dc
leftover debugging aide
2011-03-28 20:14:44 -04:00
Matthew Flatt
60dc3a5773
fix typo
2011-03-28 15:26:25 -06:00
Matthew Flatt
437f2585c9
revert "mzscheme" and "mred" collection versions
...
and turn off automatic "mzscheme" version dependency for
package .plt files
2011-03-28 15:17:17 -06:00
Matthew Flatt
0fda70b7ca
fix region% problems
...
- fail gracefully with pre 1.4 Cairo
- clip all drawing for an empty clipping region
- disallow `is-empty?' on a region without a DC
(since the test depends on the DC dimensions)
2011-03-28 15:15:57 -06:00
Matthew Flatt
b0a3025c48
disable hack that turns off kerning for bitmap DCs
...
because it intereferes with pict metrics; also, I can't find
a case where it is needed, maybe because other repairs
corrected the original problem in a better way
2011-03-28 10:46:34 -06:00
Matthew Flatt
9acab4ad17
win32: 'swiss font family maps to "Arial" instead of "Helvetica"
2011-03-28 10:44:40 -06:00
Matthew Flatt
789081e2c3
fix xref
2011-03-28 10:43:25 -06:00
Matthew Flatt
5844b56a10
doc typos
2011-03-28 06:45:06 -06:00
Matthew Flatt
ad922d545c
document Unix lib dependencies for racket/draw' and
racket/gui/base'
2011-03-28 06:23:14 -06:00
Matthew Flatt
6e1f35a319
fix WXME stream write-bytes' and
write' method results
2011-03-27 16:30:44 -06:00
Matthew Flatt
84ad491837
fix docs to explain pen cap and join styles
...
--- in prose, but pictures would be good, if anyone wants to add them
2011-03-27 16:27:19 -06:00
Matthew Flatt
1f790d9428
fix pen-cap support for narrow pens
...
by limiting a hack for bitmap drawing so that it doesn't
affect PS/PDF drawing
2011-03-27 16:27:19 -06:00
Matthew Flatt
a20a77508f
adjust inline-PDF descent to account for rounding
...
of the PDF bounding box
2011-03-27 16:27:19 -06:00
Matthew Flatt
67b7c8f3f4
fix PS/PDF size
...
since a PS/PDF bounding box is an integer, take the ceiling
of a requested width & height
2011-03-27 16:27:19 -06:00
Robby Findler
4021f55c61
fixed up broken tests
2011-03-27 16:13:44 -05:00
Matthew Flatt
95f0d16761
clean up drawing with 0-width pens (hairline mode)
2011-03-27 14:21:21 -06:00
Matthew Flatt
009468d6a8
scriblib doc corrections and clarification
2011-03-27 14:20:17 -06:00
Robby Findler
7a427be2fd
improve Redex's arrow drawing
2011-03-27 14:49:34 -05:00
Vincent St-Amour
4b4d7f5f0b
Document here-figures.
2011-03-27 14:48:17 -04:00
Matthew Flatt
4e72817688
win32: clipboard fix
2011-03-27 11:22:15 -06:00
Matthew Flatt
d77c92d087
fix support for a string result from get-data' of
clipboard-client%'
...
and properly report an error when the result from `get-data' is not
allowed
Closes PR 11821
2011-03-27 10:51:46 -06:00
Matthew Flatt
deab2ddede
cocoa: fix line height in `list-box%'
...
Closes PR 11822
2011-03-27 10:23:34 -06:00
Matthew Flatt
84d8bb3726
racket/sequence repairs
...
including addition of `sequence-generate*'
2011-03-27 10:02:11 -06:00
Matthew Flatt
d81ace1031
fix CSS typo
2011-03-27 07:30:18 -06:00
Vincent St-Amour
c1ab718ad7
Add here-figures to scribble and avoid putting figures on their own page if possible.
2011-03-27 07:30:18 -06:00
Robby Findler
fe75ed9a39
adjusted the color preferences button placement to avoid such a wide prefs dialog
2011-03-26 10:53:23 -05:00
Robby Findler
f69ff3b6b7
added support for 'or', \vee, and \cup as builtins to the define-metafunction codomain contracts
2011-03-26 10:04:39 -05:00
Robby Findler
f3b0a7454a
improved the error messages for #:pre and #:post violations in ->i by including the bindings for the variables
2011-03-26 08:12:30 -05:00
Robby Findler
3b4ba31d74
set the save-as menu shortcut to s and the prefix to shift
2011-03-25 20:18:52 -05:00
Kevin Tew
00696cbfac
variable-reference->module-source test
2011-03-25 15:04:02 -06:00
Kevin Tew
ef200b3e7e
Linux signal handling debug code
2011-03-25 15:04:02 -06:00
Kevin Tew
40847f51b1
Linux places need more thread stack space
2011-03-25 15:04:02 -06:00
Robby Findler
e6633d2af1
use the new extend-position functionality to adjust the shift-based key bindings implemented in the framework
...
closes PR 11768
closes PR 11806
2011-03-25 15:19:55 -05:00
Robby Findler
288caacdfd
added get-extend-start-position and get-extend-end-position
...
added the extend-position method
adjusted the wxme.rkt test suite so that it only prints when tests fail
2011-03-25 15:10:49 -05:00
Kevin Tew
aa0f285efa
[PLACES] variable-reference->module-source fix
2011-03-25 13:07:39 -06:00
Robby Findler
4e81299e98
added examples to struct-copy docs
2011-03-25 11:04:17 -05:00
Robby Findler
614ec41ab7
extended struct-copy so that you copy adjust fields from super structs
2011-03-25 08:47:27 -06:00
Casey Klein
faef39cbc6
Fixes the docs for non-terminal styles
2011-03-24 14:58:31 -05:00
Casey Klein
3214861420
Fixes rendering of (hole t ...+)
...
There was some old named holes code still in use.
2011-03-24 14:35:02 -05:00
Kevin Tew
7dc22bc0fe
added scheme_place_check_for_killed prototype
2011-03-23 16:28:53 -06:00
Vincent St-Amour
2e811060c5
Add the capital version of an accented character to Scribble.
2011-03-23 18:21:27 -04:00
Robby Findler
85b846f5f3
added one more accented char to scribble
2011-03-23 17:03:58 -05:00
Robby Findler
99e9bd9543
exported arrow->pict
2011-03-23 17:03:57 -05:00
Casey Klein
87934752b5
Adds a parameter that provides a default for redex-check's #:attempt argument
2011-03-22 21:20:29 -05:00
Vincent St-Amour
4b1e4f9312
Fix Scribble's handling of the trademark symbol.
2011-03-22 16:27:12 -04:00
Vincent St-Amour
6e9fea94e0
Fix Scribble's handling of L with stroke.
2011-03-22 12:30:29 -04:00
Vincent St-Amour
60cc8c4453
Fix type of sqr.
2011-03-21 16:06:37 -04:00
Vincent St-Amour
0641d7bd78
Handle more accented characters in Scribble.
2011-03-21 12:08:36 -04:00