Matthew Flatt
|
1b56d84155
|
have the pict datatype support conversion to PNG, EPS, or PDF bytes
|
2010-11-26 11:50:07 -07:00 |
|
Matthew Flatt
|
7cb15899ae
|
add `output' argument to post-script-dc% and pdf-dc% for a byte string
insteda of writing to a file
|
2010-11-26 11:47:24 -07:00 |
|
Matthew Flatt
|
f73e8c31e8
|
doc contract fix
|
2010-11-26 11:31:38 -07:00 |
|
Matthew Flatt
|
2edadd6113
|
add pdf-dc%; make slideshow/pict depend on racket/draw, not racket/gui
|
2010-11-26 10:35:05 -07: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 |
|
Jay McCarthy
|
68051f845a
|
Fixing use and documentation of draw-bitmap-section-smooth
|
2010-11-25 11:47:02 -05: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
|
bd28f2ab54
|
make `equal?' equate C pointers that refer to the same address
|
2010-11-24 13:41:11 -07:00 |
|
Matthew Flatt
|
2f4c782434
|
doc typos
|
2010-11-24 12:02:46 -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 |
|
Vincent St-Amour
|
e64f8be932
|
Fix open-input-output-file doc. Closes PR 11371.
|
2010-11-23 14:15:04 -05:00 |
|
Robby Findler
|
860de6358c
|
brought the preferences dialog description up to date with reality.
closes PR 11453
|
2010-11-21 07:39:12 -06:00 |
|
Robby Findler
|
747c735eb3
|
adjusted scribble's sigplan setup so that the times.sty and qcourier.sty packages can be disabled.
|
2010-11-19 17:57:13 -06:00 |
|
John Clements
|
b2edac3179
|
edited async-apply description
|
2010-11-16 17:56:13 -08:00 |
|
Eli Barzilay
|
b8bbed6eb4
|
Throw an error when translating an unknown enum integer to a symbol.
Also, add a keyword argument that can be used to get the old behavior
back.
Also, improve the way the `_enum' and `_bitmask' functions are wrapped.
|
2010-11-16 15:19:38 -05:00 |
|
Eli Barzilay
|
d2b1bf73e0
|
A little better prose style
|
2010-11-16 14:58:52 -05:00 |
|
Eli Barzilay
|
7cf81b5668
|
Clarify that `current-memory-use' gets a result calculated by the last
GC, and will return 0 if no GCs happened.
|
2010-11-16 14:47:01 -05:00 |
|
Eli Barzilay
|
afa8e6c86b
|
Add `get-user-custodian' to the sandbox.
|
2010-11-16 14:47:01 -05:00 |
|
Sam Tobin-Hochstadt
|
82437faa18
|
Fix docs.
|
2010-11-16 14:02:47 -05:00 |
|
Sam Tobin-Hochstadt
|
2dbbd1b58e
|
Add @onecolumn option to scribble/sigplan
|
2010-11-16 12:38:48 -05:00 |
|
Matthew Flatt
|
a8b318da7a
|
fix ffi issue with pointer vs. gcpointer
- don't put a non-gcpointer into a pointer array during ffi call setup
- fix GCness of pointers to structs inside of structs
|
2010-11-14 15:54:17 -07:00 |
|
Matthew Flatt
|
0ac5ff9be0
|
fix doc typo
|
2010-11-12 15:28:57 -07:00 |
|
Eli Barzilay
|
5c1bd77b9e
|
Add shuffle' to racket/list'.
|
2010-11-12 17:21:11 -05:00 |
|
Eli Barzilay
|
c1e1c70dcf
|
Allow optional arguments with default in `cmdline', updated docs.
|
2010-11-12 17:21:11 -05:00 |
|
Jon Rafkind
|
86d7fd5d0c
|
microseconds not nano
|
2010-11-11 15:46:45 -07:00 |
|
Jon Rafkind
|
c17cf8db71
|
note about milliseconds and nanoseconds
|
2010-11-11 15:28:04 -07:00 |
|
Robby Findler
|
5a9c469b0f
|
added forall to go along with exists contracts
|
2010-11-11 14:39:43 -06:00 |
|
Matthew Flatt
|
8d1827222c
|
improve docs in 'interior allocation mode and improve 'interior-atomic
|
2010-11-10 09:18:31 -07:00 |
|
Eli Barzilay
|
8e0c7477f6
|
drop "www." from "racket-lang.org" urls.
|
2010-11-09 20:11:14 -05:00 |
|
Matthew Flatt
|
90ac279096
|
add 'can-impersonate option to `make-struct-type-property'
|
2010-11-08 14:00:59 -07:00 |
|
Matthew Flatt
|
7f67b6569c
|
v5.0.99.2: proxy' -> impersonator'
|
2010-11-08 06:23:16 -07:00 |
|
Matthew Flatt
|
3b470fe47b
|
small doc improvements on internal definitions
|
2010-11-07 19:21:03 -07:00 |
|
Robby Findler
|
c192a1e1f8
|
fixed bugs in the racket/trace docs (added docs for two exported parameters and fixed a contract)
|
2010-11-07 15:31:18 -06:00 |
|
Robby Findler
|
a63bbf82ab
|
added current-trace-results
|
2010-11-07 15:31:18 -06:00 |
|
Matthew Flatt
|
fe208c63bd
|
add some missing bitmap% and dc<%> docs
|
2010-11-07 07:14:59 -07:00 |
|
Matthew Flatt
|
e402d68efc
|
fix `find-graphical-system-path'
|
2010-11-07 07:08:33 -07:00 |
|
Matthew Flatt
|
ba2ea79f12
|
fix and document failure handling of image reading in bitmap%
|
2010-11-07 06:50:52 -07:00 |
|
Matthew Flatt
|
cccfdbe2c4
|
misc clean-up related to build changes
|
2010-11-06 22:08:15 -06:00 |
|
Matthias Felleisen
|
28fc8a3eef
|
fixed the documentation of contracts-first-extended, added code examples
|
2010-11-06 10:19:24 -04:00 |
|
Matthias Felleisen
|
c83cf15695
|
fixed some typos, and in the process rewrote some prose
|
2010-11-06 10:19:24 -04:00 |
|
Matthew Flatt
|
694745e998
|
first cut at splitting draw and gui docs
|
2010-11-05 21:57:13 -06:00 |
|
Matthew Flatt
|
601b411671
|
fix release-note link and version
|
2010-11-05 15:54:57 -06:00 |
|
Matthew Flatt
|
263000a7b8
|
v5.0.99.1
|
2010-11-05 15:54:56 -06:00 |
|
Matthew Flatt
|
39596efef5
|
cocoa and gtk: fix combo% `on-popup' method
|
2010-11-05 15:54:56 -06:00 |
|
Matthew Flatt
|
b9f3957a76
|
gtk and cocoa: add flush method to canvas% and fix periodic flush
|
2010-11-05 15:54:55 -06:00 |
|
Matthew Flatt
|
0b96d7b326
|
link porting notes from release-notes doc page
|
2010-11-05 15:54:51 -06:00 |
|
Matthew Flatt
|
05cfffdf9e
|
v5.4.99.1, executable-yield-handler', and make-bitmap' etc.
|
2010-11-05 15:54:50 -06:00 |
|
Matthew Flatt
|
d7f1d12ea1
|
clean up
|
2010-11-05 15:54:49 -06:00 |
|
Matthew Flatt
|
40a65a46d2
|
overhaul GC finalization
|
2010-11-05 15:54:47 -06:00 |
|