summaryrefslogtreecommitdiff
path: root/src/swing
Commit message (Collapse)AuthorAgeFilesLines
* Band-aid for #3081, issue should receive more c...Paul Phillips2010-02-201-1/+1
| | | | | | Band-aid for #3081, issue should receive more comprehensive treatment. Review by imaier.
* Reverted over-zealous replacement of 'PartialFu...Antonio Cunei2010-01-151-1/+1
| | | | | Reverted over-zealous replacement of 'PartialFunction' with '=>?'.
* Took full advantage of the new =>? alias for th...Paul Phillips2009-12-221-1/+1
| | | | | | | Took full advantage of the new =>? alias for the superverbosely named PartialFunction by renaming every usage of the latter except when in comments.
* Closed #2801.Martin Odersky2009-12-181-1/+1
|
* Another round of deprecation warning elimination.Paul Phillips2009-12-153-8/+8
|
* Updated copyright notices to 2010Antonio Cunei2009-12-0784-84/+84
|
* More world-shaking deprecation work.Paul Phillips2009-11-201-1/+1
| | | | | | | object, updating some @deprecated messages to give realistic alternatives, properly resolving the semantic mismatch between List.-- and diff, its once-recommended but inequivalent alternative.
* Reverted r19466, as the decision is now thatAntonio Cunei2009-11-091-2/+2
| | | | | isDefinedAt should /not/ be in Function1
* Adds isDefinedAt to Function1. As a consequence,Antonio Cunei2009-11-091-2/+2
| | | | | | | | code that mixes in PartialFunction now have to define isDefinedAt as override. Fixes #2225.
* use scalacfork for strap build, should make win...Lukas Rytz2009-11-091-0/+0
| | | | | | use scalacfork for strap build, should make windows build work. Rename RichWindow so that ant does not always re-compile it.
* Fixed remove/clear/update issues in BufferWrapp...Ingo Maier2009-11-022-4/+4
| | | | | Fixed remove/clear/update issues in BufferWrapper and layout map.
* Synchronize trunk with local changes:Ingo Maier2009-11-0245-154/+393
| | | | | | | | | | | | | * Fixes for #2452, #2036, #2491 * More comments * Added paint methods * Added convenience methods and constructors * Deprecated UIApplication classes, replaced by SwingApplication classes * Replaced case class inheritance by unapplies * Introduced type aliases for AWT classes in package object * Refactored RichWindow hierarchy * Some minor code cleanup
* Fixed #2494, plus some reorganization of swing ...Martin Odersky2009-10-2715-15/+15
| | | | | Fixed #2494, plus some reorganization of swing imports
* Modifications to the five accumulated ant-paras...Paul Phillips2009-10-263-1/+6
| | | | | | | | | | Modifications to the five accumulated ant-parasite files which are slowly driving me mad by being recompiled on every single run. One file renamed, one moved to the right directory, two given dummy implementations since they're completely commented out, and the actors package object changed to apply to scala.actors rather than _root_.actors.
* renamed Vector to IndexedSeqTiark Rompf2009-10-212-4/+4
|
* 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
|