summaryrefslogtreecommitdiff
path: root/src/swing
Commit message (Collapse)AuthorAgeFilesLines
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-276-10/+10
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* changes to maps and setsMartin Odersky2009-05-126-24/+24
|
* separated mutable and immutable mapsMartin Odersky2009-05-128-25/+29
|
* 4 out of 5 spelling bee champs say: TraversablePaul Phillips2009-05-081-1/+1
|
* massive new collections checkin.Martin Odersky2009-05-088-15/+14
|
* removed deprecation warningsmichelou2009-04-212-6/+10
|
* Fire when combo box selection changesIngo Maier2009-04-181-1/+7
|
* Hopefully fixed #1599, removed apparently stupi...Ingo Maier2009-04-142-29/+28
| | | | | | Hopefully fixed #1599, removed apparently stupid code from Table demo and another small bug in Table
* Fix for #1442Ingo Maier2009-04-142-7/+29
|
* 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
|