Matthew Flatt
d007ec3e56
fix an error message
...
Merge to v6.0
2013-11-26 18:19:54 -07:00
Jay McCarthy
057df631d6
introduce deep time vs shallow time in sandbox
2013-11-26 16:02:39 -07:00
Jay McCarthy
50402756cf
Revert "Ensure that threads created within call-with-limits are accounted during the time/space limits"
...
This reverts commit 79f8636e1e
.
2013-11-26 16:02:39 -07:00
Asumu Takikawa
287a59ce12
GUI doc fixes
...
Two of the contracts were inaccurate and, if true, would
have violated subtyping between editor<%> and text%.
Please merge to v6.0
2013-11-26 17:11:32 -05:00
Robby Findler
6bac145851
add a shortcut to file|revert
2013-11-26 14:27:18 -06:00
Asumu Takikawa
f5177177bc
Minor formatting fix for ae641cdfc5
...
Please merge to v6.0
2013-11-26 13:50:32 -05:00
Asumu Takikawa
ae641cdfc5
Add an example paper for scribble/lncs docs
...
Please merge to v6.0
2013-11-26 13:44:54 -05:00
Jay McCarthy
8ca8764bb3
Adding user-agent as some services require
2013-11-26 08:57:56 -07:00
Vincent St-Amour
e114cc4850
Fix typo in engine docs.
2013-11-26 10:39:47 -05:00
Asumu Takikawa
71db1abf6e
Fix props mistake in 0bafa882bf
...
Sub-path was unsorted.
2013-11-26 09:25:36 -05:00
Asumu Takikawa
0bafa882bf
Fix props for xrepl tests
...
These tests weren't getting run, possibly due to
a change in defaults.
2013-11-26 02:01:17 -05:00
Asumu Takikawa
d3bfc5bdd5
Fix xrepl test (updated expected interactions)
2013-11-26 02:01:10 -05:00
Asumu Takikawa
1b4bcd1e2c
Convert readline to Racket
...
Also lighten package dependencies by removing
scheme-lib and compatibility-lib.
2013-11-26 02:01:02 -05:00
Jay McCarthy
399e9a25b0
Fix PR14194
2013-11-25 15:16:29 -07:00
Ryan Culpepper
7e8ed02704
fix ODBC numeric/decimal param precision and scale
...
closes PR 14171
But wasn't able to get numeric/decimal working on "SQL Server" driver,
only "SQL Server Native Client" driver.
2013-11-25 14:21:44 -05:00
Matthew Flatt
991659a9e3
racket/gui cocoa: fix flipped drawing for combo-field%
content
...
This was another bug in 9cb646bbd2
.
2013-11-25 10:04:48 -07:00
Matthew Flatt
335177f1bc
fix problems with text-mode ports on Windows
...
Closes PR 14198
Merge to v6.0
2013-11-25 10:00:23 -07:00
Asumu Takikawa
289a19e237
Fix format string for GC debug log message
...
Closes PR 13998
Please merge to v6.0
2013-11-25 11:55:00 -05:00
Robby Findler
d5588f6209
adjust multi-file search to make it support searching in multiple directories
...
Also, add a button that populates the directories from collections and
refactor it to make the "configure search" dialog easier to work with,
ie so it can be run without starting up drracket
2013-11-25 10:48:49 -06:00
Juan Francisco Cantero Hurtado
b36d072e1b
racket-doc/scribblings/raco/config.scrbl: typo
2013-11-25 11:26:08 -05:00
Robby Findler
35316fd72d
adjust the normalize-paste mixin to, by default,
...
replace non-breaking minus characters with hyphens
closes PR 14197
2013-11-24 22:19:58 -06:00
Matthew Flatt
d234c0c2e3
racket/gui cocoa: repair for canvas creation in hidden top-level window
...
Fixes 9cb646bbd2
for the case that a frame or dialog is shown,
then hidden, then a new canvas is created or a new compatible
bitmap is requested via the `make-bitmap` method.
The test for this change is just the "windowing.rktl" test, which I
forgot to run before (as opposed to the drawing test suite).
2013-11-24 19:49:21 -07:00
Matthias Felleisen
f1a0be9431
forgot new net-lib dependency, please push into 6.0
2013-11-24 19:10:11 -05:00
Matthias Felleisen
bebf0424a9
fixed bug report from Norman on header for XHTML files; please add to 6.0
2013-11-24 19:05:06 -05:00
Sam Tobin-Hochstadt
8c42834800
increase timeouts
2013-11-24 16:07:01 -05:00
Matthew Flatt
b354a0dd08
make pkg tests work more by setting PATH
...
Merge to v6.0
2013-11-24 10:21:23 -07:00
Matthew Flatt
6eb94da75f
repair to package manager GUI
...
Thanks to Odegov Evgeny for the patch
Closes PR 14196
2013-11-24 08:20:44 -07:00
Matthew Flatt
90388d1549
fix handling of choice evt returned by a guard evt
...
Closes PR 14195
Merge to v6.0
2013-11-24 08:20:44 -07:00
Matthew Flatt
f4ed053620
fix #:make-docs? argument of setup
...
Closes PR 14193
Merge to v6.0
2013-11-23 20:10:26 -07:00
Matthew Flatt
846df13567
fix doc omissions for filesystem-change-evt
...
Closes PR 14191
Merge to v6.0
2013-11-23 20:03:43 -07:00
Matthew Flatt
83123726eb
slideshow: add pict->pre-render-pict
...
Uses `make-bitmap` from the viewer's canvas to optimize drawing.
2013-11-23 11:39:52 -07:00
Matthew Flatt
9cb646bbd2
racket/gui cocoa: use CGLayer for canvas bitmaps
...
The backing bitmap for a canvas is created as a CGLayer, which can
make screen refresh much faster. Also, calling the `make-bitmap` method
of `canvas%` produces a CGLayer-based bitmap, so drawing those bitmaps
to a fast context can be fast.
The improvement particularly helps with Retina displays, making
DrRacket more responsive and increasing the potential frame rate
of Slideshow.
2013-11-23 11:38:47 -07:00
Matthew Flatt
c1f6050938
slideshow: log timing info
2013-11-23 11:35:59 -07:00
Robby Findler
312410eaf3
clarify text sizes
2013-11-23 11:29:24 -06:00
Robby Findler
57cf08f4bf
restore the color schemes
...
please do NOT merge to the release branch
2013-11-23 11:01:54 -06:00
Robby Findler
330d715ea7
the color-blindness color schemes are not yet ready for release
...
Please merge to the release branch
2013-11-23 11:01:54 -06:00
Robby Findler
ba6a8eb5dd
fix grammar and spelling
...
please include in the release branch
2013-11-23 11:01:53 -06:00
Robby Findler
e78708aae9
improve hash/c contracts
...
closes PR 14189
please include on the release branch
2013-11-23 11:01:45 -06:00
Matthew Flatt
f1d561ac46
reflow release notes for v6.0
...
Merge to v6.0
2013-11-22 14:59:35 -07:00
Matthew Flatt
dc27bc5717
fix README instructions on raco pkg config --set name
...
Merge to v6.0
2013-11-22 14:59:35 -07:00
Matthew Flatt
75263e6664
fix raco config --set
...
Merge to v6.0
2013-11-22 14:59:35 -07:00
Matthew Flatt
71d5234781
enable raco exe
tests for DrDr
...
I meant to try this back in 0bc89dc6
.
2013-11-22 14:59:35 -07:00
Robby Findler
85a2337fe9
fix line breaking for text/font
...
please include on the 6.0 release branch
2013-11-22 15:55:11 -06:00
Jay McCarthy
79f8636e1e
Ensure that threads created within call-with-limits are accounted during the time/space limits
2013-11-22 14:26:07 -07:00
Matthew Flatt
e0026f5de4
racket/gui cocoa: fix border of combo-field%
for recent Mac OS X
...
Merge to v6.0
2013-11-22 13:37:37 -07:00
Matthew Flatt
9a120f6acc
racket/gui cocoa: fix crashing bug with combo-field%
...
Merge to v6.0
2013-11-22 13:37:37 -07:00
Robby Findler
199b060058
fix focus
...
please include in the 6.0 release
2013-11-22 11:37:48 -06:00
Matthew Flatt
c7d4b7d388
define-runtime-path: add support for version search to 'so form
...
Merge to v6.0
2013-11-22 07:26:43 -07:00
Matthew Flatt
7b89225001
make installers: install required packages, first
...
This change should fix a problem with the Mac OS X PPC build,
where the "libsqlite3" shared library needs to be installed
early. The same strategy is already used for Windows.
Merge to v6.0
2013-11-22 07:26:43 -07:00
Matthew Flatt
8aa5f4a83a
fix/expand/improve docs on "config.rktd"
...
Merge to v6.0
2013-11-22 07:26:42 -07:00