aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* improve matrix load supportJakob Odersky2012-11-281-2/+2
* fix legend always showingJakob Odersky2012-11-211-1/+1
* make constructor parameters accessible as valsJakob Odersky2012-11-081-1/+1
* make matrix load failure debug message mre explicitJakob Odersky2012-11-081-1/+1
* add axis scale supportJakob Odersky2012-11-064-8/+26
* add m-script dependant style code, move font size to be effectiveJakob Odersky2012-11-061-1/+2
* add self-type to plotter to allow flexible compositionJakob Odersky2012-11-061-14/+2
* refactor style package structureJakob Odersky2012-11-067-23/+14
* fix Saveables saving only last rowJakob Odersky2012-11-062-6/+6
* remove left-over save() method from DataSetJakob Odersky2012-11-051-6/+0
* add alternative constructors to DataSetJakob Odersky2012-11-041-0/+4
* rewrite implicit conversions to Saveable (it was unecessarily complicated)Jakob Odersky2012-11-023-11/+12
* refactor documentation to 2.10 styleJakob Odersky2012-11-022-2/+2
* adapt code to scala 2.10Jakob Odersky2012-11-015-11/+22
* fix Identifier.makeValid bug where illegal characters woud be considered validscala-2.9Jakob Odersky2012-11-011-1/+1
* add generic I/O support for plots and remove old save() methodJakob Odersky2012-11-012-40/+19
* make I/O specific to paths (to enable saving of resources across multiple files)Jakob Odersky2012-11-015-11/+11
* add save support to matricesJakob Odersky2012-11-011-10/+8
* Revert "cleanup"Jakob Odersky2012-11-011-7/+13
* cleanupJakob Odersky2012-11-011-13/+7
* add generic I/O supportJakob Odersky2012-11-015-15/+63
* documentationJakob Odersky2012-11-012-2/+4
* import reorganizeJakob Odersky2012-11-011-1/+1
* documentationJakob Odersky2012-11-011-4/+16
* add default dataset name checkJakob Odersky2012-11-013-12/+25
* Merge branch 'new-plot'Jakob Odersky2012-11-014-59/+97
|\
| * temporary fix: DataSets labels are validatedJakob Odersky2012-10-301-1/+1
| * fix forgotten sys.error in Identifier.toValidJakob Odersky2012-10-301-1/+1
| * temporarily re-enable save() and run() in plots for testing purposesJakob Odersky2012-10-301-10/+31
| * modify plotter to support new plotJakob Odersky2012-10-301-1/+1
| * re-implement Plot (hopefully in a cleaner way)Jakob Odersky2012-10-301-57/+95
| * less restrictive style element definitionJakob Odersky2012-10-301-2/+2
| * remove save and run capability from plotsJakob Odersky2012-10-301-21/+0
* | documentationJakob Odersky2012-11-014-9/+136
|/
* move interpreters to seperate packageJakob Odersky2012-10-305-8/+27
* package documentationJakob Odersky2012-10-301-0/+4
* adaptions required by ast refactoringJakob Odersky2012-10-303-22/+19
* add method `withComment` to ast.Root to simplify generating EOL commentsJakob Odersky2012-10-301-0/+2
* refactor abstract syntax trees:Jakob Odersky2012-10-304-45/+78
* add documentationJakob Odersky2012-10-307-7/+89
* move 'tree.scala' to 'package.scala' in ast packageJakob Odersky2012-10-301-1/+13
* *move DataSet to plotting packageJakob Odersky2012-10-3010-37/+25
* delete unused package objectJakob Odersky2012-10-301-7/+0
* clarify smooth implementationJakob Odersky2012-10-301-8/+5
* *remove leftover implicitJakob Odersky2012-10-302-14/+1
* *add kill method to interpretersJakob Odersky2012-10-302-5/+18
* clean up font sizeJakob Odersky2012-10-301-4/+5
* implement generic 'smooth' function for all sequence typesJakob Odersky2012-10-281-0/+24
* improve integration of DenseVector into collection framework:Jakob Odersky2012-10-286-38/+53
* first implementation of integration of breeze DenseVectors to scala collectionsJakob Odersky2012-10-185-0/+76