summaryrefslogtreecommitdiff
path: root/src/swing
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed mutable +: to +=:Martin Odersky2009-10-132-2/+2
|
* Sequence->SeqMartin Odersky2009-10-022-3/+3
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2413-9/+9
| | | | | | | | [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.
* Really fixing the build now.Philipp Haller2009-09-222-2/+2
|
* new arrays are done.Martin Odersky2009-09-211-1/+1
|
* Better scaladocsIngo Maier2009-08-221-4/+9
|
* Fixed #2169Ingo Maier2009-08-211-9/+6
|
* Applied some of Kevin Wright's patches.Ingo Maier2009-08-2117-44/+213
|
* switch to unnested packages.Martin Odersky2009-07-2444-46/+90
|
* TextField installs it's listener lazily nowIngo Maier2009-07-088-92/+106
|
* fixed Scala comments, added svn:keywordsmichelou2009-07-0782-46/+957
|
* Fixed casting bug in slider labelsIngo Maier2009-07-061-5/+8
|
* ComponentResized et al moved to UIElementResizedIngo Maier2009-06-284-4/+33
|
* More work and documentation for GenericRanges, ...Paul Phillips2009-06-241-1/+2
| | | | | | More work and documentation for GenericRanges, plus minor findbugs noticed issues.
* * dialogs use named arguments now, messages are...Ingo Maier2009-06-2413-150/+204
| | | | | | | * dialogs use named arguments now, messages are of type Any (fixes * #1922) components register listeners on demand (fixes #1595) Fix for * #2026 minor additions and fixes
* Removed deprecation warnings.Ingo Maier2009-06-025-11/+17
|
* Fun with subclipse.Ingo Maier2009-06-027-45/+55
|
* bigger commit for 2.8 previewIngo Maier2009-06-0140-345/+653
|
* 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