summaryrefslogtreecommitdiff
path: root/src/swing/doc
Commit message (Collapse)AuthorAgeFilesLines
* Who knew system was such a popular sentence end...Paul Phillips2011-01-181-1/+1
| | | | | | Who knew system was such a popular sentence ending choice. Fixes some doc comments caught up in the s/// net, no review.
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-1/+1
| | | | | | | | | | | | | | | | | | | Imported sbt.Process into trunk, in the guise of package scala.sys.process. It is largely indistinguishable from the version in sbt, at least from the outside. Also, I renamed package system to sys. I wanted to do that from the beginning and the desire has only grown since then. Sometimes a short identifier is just critical to usability: with a function like error("") called from hundreds of places, the difference between system.error and sys.error is too big. sys.error and sys.exit have good vibes (at least as good as the vibes can be for functions which error and exit.) Note: this is just the first cut. I need to check this in to finish fixing partest. I will be going over it with a comb and writing documentation which will leave you enchanted, as well as removing other bits which are now redundant or inferior. No review.
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-242-2/+2
| | | | | | | | [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.
* event changes, import conflicts resolved, and o...Ingo Maier2008-08-121-2/+3
| | | | | event changes, import conflicts resolved, and other things
* link addedIngo Maier2008-07-301-1/+3
|
* large swing update, added ComboBoxIngo Maier2008-07-111-0/+4
|
* Copied the build script to the doc folder until...NAME2008-04-291-0/+83
| | | | | | Copied the build script to the doc folder until we have a better svn layout.
* Peers are lazy vals now NAME2008-04-231-4/+3
|
* Joined alignments, resolved some issues with nu...NAME2008-04-211-0/+33
Joined alignments, resolved some issues with null and Option