Matthew Flatt
|
553723627c
|
gradients: refine checking and docs to fit various conventions
|
2011-01-04 12:44:36 -07:00 |
|
John Clements
|
6ac65c3907
|
re-tabbed design notes. No content changes.
|
2010-12-07 20:44:33 -08:00 |
|
John Clements
|
372fe0e113
|
new entry in design notes
|
2010-12-07 20:44:31 -08:00 |
|
Matthew Flatt
|
abcaa1775c
|
add width' and height' arguments to post-script-dc% and pdf-dc%
and document the change that the PS bounding box is no longer
inferred from drawing operations
|
2010-11-26 20:40:43 -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
|
bd28f2ab54
|
make `equal?' equate C pointers that refer to the same address
|
2010-11-24 13:41:11 -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
|
7f67b6569c
|
v5.0.99.2: proxy' -> impersonator'
|
2010-11-08 06:23:16 -07: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
|
89e8801a26
|
v5.0.2.2
|
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 |
|
Matthew Flatt
|
0a47a81aba
|
`make-gl-bitmap' for cocoa and maybe gtk
|
2010-11-05 15:54:38 -06:00 |
|
Matthew Flatt
|
1bddb120f9
|
cocoa: opengl canvases
|
2010-11-05 15:54:37 -06:00 |
|
Matthew Flatt
|
51aacfe949
|
add make-screen-bitmap and canvas% make-bitmap; specialize for X11
|
2010-11-05 15:54:26 -06:00 |
|
Matthew Flatt
|
ae05eddf14
|
generalize editor selection mechanism to support Windows style
|
2010-11-05 15:54:19 -06:00 |
|
Matthew Flatt
|
06a47a3c54
|
get-transformation, etc. methods on dc<%>
|
2010-11-05 15:54:09 -06:00 |
|
Matthew Flatt
|
2631853a28
|
notes and docs
|
2010-11-05 15:54:09 -06:00 |
|
Matthias Felleisen
|
41c084c95f
|
HISTORY pre-release check
|
2010-10-27 18:32:31 -04:00 |
|
Casey Klein
|
d7b0271691
|
Updates Redex history for v5.0.2 release (merge to release branch)
|
2010-10-25 14:40:56 -05:00 |
|
Matthew Flatt
|
5d8e000d6d
|
swap vector*-ref' and vector-ref', etc.
Merge to 5.0.2
|
2010-10-25 11:22:35 -06:00 |
|
John Clements
|
f1be08bf1c
|
Updated HISTORY.txt
Merge to 5.0.2
|
2010-10-23 17:39:03 -07:00 |
|
Matthew Flatt
|
0b73790ac0
|
adjust release notes for 5.0.2
Merge to 5.0.2
|
2010-10-22 14:07:35 -06:00 |
|
Robby Findler
|
aa056efb74
|
rleease notes.
please merge to release branch.
|
2010-10-22 14:47:55 -05:00 |
|
Matthew Flatt
|
99df8e1267
|
allow internal definitions in when', unless', cond, case', `match'
|
2010-10-12 06:41:49 -06:00 |
|
Matthew Flatt
|
fe301b1ff4
|
print-boolean-long-form, #true, #false, read-accept-lang, flonum?
|
2010-10-08 15:13:04 -06:00 |
|
Robby Findler
|
d165f9d855
|
updated history
|
2010-09-26 22:47:35 -05:00 |
|
Robby Findler
|
273e6e7d25
|
added paren-style
added missing provide for grammar-style
removed some dead code
|
2010-09-24 19:34:32 -05:00 |
|
Matthew Flatt
|
c1aa594657
|
add fvectors and unsafe-{s,u}16-{ref,set!}
|
2010-09-24 16:32:07 -06:00 |
|
Matthew Flatt
|
232a580e53
|
add prop:proxy-of'; Fix chaperone-of' on keyword-accepting procedures
|
2010-09-17 08:55:46 -06:00 |
|
Robby Findler
|
72a9927dc3
|
updated history
|
2010-09-05 07:42:00 -05:00 |
|
Matthew Flatt
|
69658697b1
|
add proxies and rename chaperone properties to proxy properties
where a proxy is less constrained in its conversions but more
constrained in where it can be used
|
2010-08-31 19:15:20 -06:00 |
|
Robby Findler
|
468b51d810
|
added a release note to that effect
|
2010-08-24 09:42:57 -05:00 |
|
Robby Findler
|
987d58763d
|
added note about ->i and ->* changes
|
2010-08-13 09:33:52 -05:00 |
|
Matthew Flatt
|
5f1aa418f3
|
add collection-file-path and splace collection trees at the file level
|
2010-07-25 11:01:09 -05:00 |
|
Matthias Felleisen
|
a9fb29ced3
|
doc line for release, push thru to master
|
2010-07-20 20:54:30 -04:00 |
|
John Clements
|
eeecd40bd7
|
Replace 5.1 with 5.0.1, my mistake.
|
2010-07-20 20:09:50 -04:00 |
|
John Clements
|
e0fd59dfa6
|
updated HISTORY.txt for Racket v5.1
Merge to 5.1 release.
|
2010-07-20 20:08:30 -04:00 |
|
Casey Klein
|
56b74c0712
|
Updates history for v5.0.1 (merge to branch)
|
2010-07-20 19:02:22 -05:00 |
|
Matthew Flatt
|
e49f05a5cb
|
Racket & GRacket relesae notes for 5.0.1
Merge to 5.0.1
|
2010-07-20 09:24:58 -06:00 |
|
Robby Findler
|
df738b8563
|
fixed version number
|
2010-07-19 12:54:22 -05:00 |
|
Matthew Flatt
|
a530109d17
|
adjust libffi hacks that avoid warnings
|
2010-07-14 06:24:49 -06:00 |
|
Matthew Flatt
|
a0b2442195
|
catch up release notes
|
2010-07-12 18:58:20 -06:00 |
|
Matthew Flatt
|
49ad309630
|
allow full continuations to escape past a continuation barrier
|
2010-07-10 07:31:58 -06:00 |
|
Robby Findler
|
84f9eb3f4c
|
.
|
2010-07-10 04:51:24 -05:00 |
|