summaryrefslogtreecommitdiff
path: root/src/swing
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes for #1587 and #1844Ingo Maier2009-04-144-10/+12
|
* Fix for #1583Ingo Maier2009-04-141-1/+1
|
* Fix for #1056Ingo Maier2009-04-143-4/+18
|
* added painting demo by Frank TeublerIngo Maier2009-04-141-0/+43
|
* Fixed typoIngo Maier2009-04-141-1/+1
|
* Fixes for #1817, #1850Ingo Maier2009-04-143-6/+10
|
* updated svn keywordsmichelou2009-03-101-1/+1
|
* instantiate top only onceIngo Maier2009-03-101-2/+3
|
* more scaladocs for swingIngo Maier2009-02-277-12/+49
|
* removed deprecated for-loops and unitsmichelou2009-02-244-7/+7
|
* reuse run method from superclassIngo Maier2009-01-111-4/+3
|
* frames can be centered on screen nowIngo Maier2008-12-132-1/+7
|
* added location and icon methods to Frame, impli...Ingo Maier2008-11-022-1/+12
| | | | | | added location and icon methods to Frame, implicit conversion for pairs to Dimension and Point
* oops, worked on branch, merging back into trunkIngo Maier2008-10-294-6/+6
|
* added some swing scaladocsIngo Maier2008-10-2735-61/+208
|
* Applied some of Andy Hicks' patchesIngo Maier2008-10-2010-13/+96
|
* changed model for value changes againIngo Maier2008-08-149-18/+26
|
* event changes, import conflicts resolved, and o...Ingo Maier2008-08-1225-189/+221
| | | | | event changes, import conflicts resolved, and other things
* removing folder src/swing/script (ok with ingo)Lukas Rytz2008-08-111-44/+0
|
* Minor changes, added button demo from the bookIngo Maier2008-08-053-4/+34
|
* link addedIngo Maier2008-07-301-1/+3
|
* damn subclipseIngo Maier2008-07-304-0/+0
|
* Loading images through getResource for the jar,...Ingo Maier2008-07-309-8/+14
| | | | | | Loading images through getResource for the jar, fixed SplitPane orientation issue
* objects to vals, cosmetic changesIngo Maier2008-07-186-15/+19
|
* renderer renamed to rendererComponentIngo Maier2008-07-162-4/+4
|
* Fixed and added things for Andrew, rearranged e...Ingo Maier2008-07-1530-68/+154
| | | | | | Fixed and added things for Andrew, rearranged event hierarchy and list renderers
* Removed some experimental thingsIngo Maier2008-07-111-3/+7
|
* large swing update, added ComboBoxIngo Maier2008-07-1131-63/+685
|
* Fixed Table, wrapped more of buttonNAME2008-06-109-62/+366
|
* 1) Fix in backend to print meaningful filenames...Martin Odersky2008-05-201-0/+18
| | | | | | | 1) Fix in backend to print meaningful filenames (previously it was "[wrote DataOutputStream@6747]" 2) Treat java varargs as Scala varargs 3) Allow parsing of Java source files
* Added back missing {Iulian Dragos2008-05-191-1/+1
|
* Fixed typo (#868).Iulian Dragos2008-05-091-2/+2
|
* changes to swing library to make Button app workMartin Odersky2008-05-0214-37/+39
|
* Copied the build script to the doc folder until...NAME2008-04-292-1/+84
| | | | | | Copied the build script to the doc folder until we have a better svn layout.
* Fixed showOptionsNAME2008-04-291-3/+2
|
* Wrapped some simple dialogs and BorderPanelNAME2008-04-297-24/+289
|
* Table constructor with default model revived, t...NAME2008-04-284-17/+41
| | | | | | Table constructor with default model revived, table change events overhauled
* Added FileChooser, renamed ComponentList, added...NAME2008-04-2845-75/+460
| | | | | Added FileChooser, renamed ComponentList, added comments
* Peers are lazy vals now NAME2008-04-2330-116/+133
|
* Joined alignments, resolved some issues with nu...NAME2008-04-2110-24/+72
| | | | | Joined alignments, resolved some issues with null and Option
* scala.swing update for rc2, third tryNAME2008-04-211-1/+0
|
* scala.swing update for rc2, second tryNAME2008-04-212-12/+20
|
* scala.swing update for rc2NAME2008-04-2176-654/+737
|
* scala.swing updateNAME2008-04-1817-39/+74
|
* scala.swing updateNAME2008-04-1855-123/+994
|
* scala.swing update, reverted Martin's changesNAME2008-04-0625-34/+295
|
* moved swing classes to package scala.swing; fix...Martin Odersky2008-04-0246-70/+53
| | | | | | moved swing classes to package scala.swing; fixed bugs for regexes and parsers; fixed t0674.
* scala.swing updateNAME2008-03-2652-248/+496
|
* added scala.swingMartin Odersky2008-03-1348-0/+845