summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* [nomaster] Revert "Added a Swing ColorChooser wrapper"Adriaan Moors2013-02-121-61/+0
| | | | | | This reverts commit 08ab007c5c97f153902c4ac58f87e30fbf7cf99f. This is necessary to maintain binary compatibility with 2.10.0.
* [nomaster] Revert "Added a Swing PopupMenu wrapper"Adriaan Moors2013-02-121-33/+0
| | | | | | This reverts commit bdff881f8a15d4de0c0ff2aa2427f0d8244d2d42. This is necessary to maintain binary compatibility with 2.10.0.
* Added a Swing ColorChooser wrapperingoem2012-09-261-0/+61
|
* Added a Swing PopupMenu wrapperingoem2012-09-261-0/+33
|
* some more copyright cleanup for 2012Adriaan Moors2012-08-101-1/+1
| | | | contributed by Carlo Dapor -- thanks!
* Good-bye, scala.dbc.Paul Phillips2012-04-201-48/+0
| | | | Another deprecated soul passes on to ether world.
* Updated README for latest installationsJosh Suereth2012-03-271-10/+4
|
* Clean up standard/swing library by deprecating/moving code examplesSimon Ochsenreither2011-12-0719-0/+850
| | | | | | | | | Deprecate scala/xml/include/sax/Main.scala. Move scala/swing/test/* to docs/examples. Saves 160KB in scala-swing.jar. Fixes SI-4627.
* Fix documentation stutters.Blair Zajac2011-12-061-1/+1
|
* svn revision to sha-1 mapping.Paul Phillips2011-12-012-0/+15047
| | | | | | | | Two files, one with the shas which survived and one with the missing ones. The missing ones map the svn revisions to the corresponding sha in the scala-full repository: https://github.com/paulp/legacy-svn-scala-full
* updated some code examplesmichelou2011-11-233-29/+34
|
* Begone t1737...Hubert Plociniczak2011-11-0235-168/+168
|
* Fix bug in example sort.Paul Phillips2011-10-291-2/+2
| | | | | | Embarrassing bug causes sort to explode if there are any duplicated elements. Closes SI-4961, no review.
* removed legacy library code (package scala.mobile)michelou2011-04-291-17/+0
|
* removed gplAntonio Cunei2011-03-211-278/+0
| | | | | | Some javascript utils are dual licensed under gpl and mit. We already include the mit ones.
* license files.Antonio Cunei2011-03-211-0/+0
|
* license filesAntonio Cunei2011-03-213-0/+324
|
* Updated copyright notices to 2011Antonio Cunei2011-01-202-2/+2
|
* updates Scala examples, added detach pluginmichelou2010-11-173-11/+11
|
* Another attempt to fix a bug which has plagued ...Paul Phillips2010-10-261-0/+93
| | | | | | | | Another attempt to fix a bug which has plagued me for a year or more but which I am apparently the only one who enjoys it. I enclose some thread dumps in anticipation that someday someone else will experience it too. No review.
* removed docs/licences (doc/licenses already exi...Antonio Cunei2010-10-151-16/+0
| | | | | removed docs/licences (doc/licenses already exists)
* [scaladoc] Merges Petr's change to Scaladoc fro...Gilles Dubochet2010-08-191-0/+16
| | | | | | | | | | | | | [scaladoc] Merges Petr's change to Scaladoc from the Colladoc branch: bugfixes, improvements and refactorings that make it possible to extends Scaladoc into Colladoc. - Layout of index uses jQuery UI panel instead of frameset. - Search boxes have correct width on Firefox. - Scaladoc models the original, untransformed source. - Various internal bugfixes & refactorings. Review by dubochet.
* First version of SBT build for Scala compiler/l...moix2010-07-291-0/+16
| | | | | First version of SBT build for Scala compiler/library (see README)
* Added more license notices for things shipped w...Gilles Dubochet2010-06-022-0/+50
| | | | | Added more license notices for things shipped with Scala.
* Added mandatory copyright notices for some libr...Gilles Dubochet2010-06-023-0/+39
| | | | | Added mandatory copyright notices for some libraries shipped with Scala.
* updated CompilerCommand invocation in mainmichelou2010-05-251-1/+1
|
* As a brief diversion from real work, implemente...Paul Phillips2010-04-064-5/+5
| | | | | | | | | As a brief diversion from real work, implemented Damerau–Levenshtein and ran it on trunk to elicit obvious misspellings. Unfortunately they're mostly in places like compiler comments which real people never see, but I fixed them anyway. All those English Lit majors who peruse our sources are sure to be pleased. No review.
* corrected @usecase and imports in plugin examplemichelou2009-12-152-6/+6
|
* Tweaked plugin template not to reference /Users...Paul Phillips2009-12-111-1/+1
| | | | | Tweaked plugin template not to reference /Users/luc.
* plugin example update to be compiled via scala 2.8ilyas2009-12-073-3/+5
|
* Updated copyright notices to 2010Antonio Cunei2009-12-072-2/+2
|
* Reverting unwanted parts of last commit.Philipp Haller2009-10-262-19/+2
|
* Second half of fix and tests for #1518.Philipp Haller2009-10-262-2/+19
|
* Removed dead code, some useless Id tags removed.Gilles Dubochet2009-09-244-5/+0
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2419-6/+6
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* Fixed boundedbuffer actor example (new arrays).Philipp Haller2009-09-241-1/+1
|
* More proper fix for #2379 (single-threaded acto...Philipp Haller2009-09-241-1/+4
| | | | | More proper fix for #2379 (single-threaded actors done right!).
* added headers, svn keywords, updated pilib exam...michelou2009-06-164-68/+67
| | | | | added headers, svn keywords, updated pilib examples
* Fixed some deprecation warnings.Paul Phillips2009-06-135-11/+11
|
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-274-7/+7
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* 1.4-related cleanup and reorganization.Antonio Cunei2009-05-151-1/+1
| | | | | | | Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates.
* docs updateAntonio Cunei2009-05-111-1/+2
|
* Removed java 1.4 charset workaround and a stray...Paul Phillips2009-05-061-2/+2
| | | | | Removed java 1.4 charset workaround and a stray 1.4 mention.
* annotation removed now - for realnielsen2009-02-091-2/+2
|
* Remove type annotations as part of SIP 00002 an...nielsen2009-02-091-2/+2
| | | | | | Remove type annotations as part of SIP 00002 and removed function from Global that is not used any more
* Updated example compiler plugin for SIP 00002nielsen2009-02-056-11/+18
|
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
|
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
|
* Removed deprecation warnings in auction.scala a...Philipp Haller2008-08-043-5/+5
| | | | | | Removed deprecation warnings in auction.scala and producers.scala. Small clean up of links.scala.
* removing the .settings folder from svnLukas Rytz2008-06-271-15/+0
|