summaryrefslogtreecommitdiff
path: root/src/swing
Commit message (Collapse)AuthorAgeFilesLines
...
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-211-1/+1
| | | | | | Altered a bunch of places which call hashCode to call ## instead. No review.
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-1284-84/+0
| | | | | Removed more than 3400 svn '$Id' keywords and related junk.
* Fixed #3358.Ingo Maier2010-05-0511-47/+62
|
* added missing SuperMixinsIngo Maier2010-04-2321-24/+29
|
* Fixed #3258Ingo Maier2010-04-132-8/+4
|
* Fixed #3257Ingo Maier2010-04-061-2/+2
|
* As a brief diversion from real work, implemente...Paul Phillips2010-04-062-3/+3
| | | | | | | | | As a brief diversion from real work, implemented Damerau–Levenshtein and ran it on trunk to elicit obvious misspellings. Unfortunately they're mostly in places like compiler comments which real people never see, but I fixed them anyway. All those English Lit majors who peruse our sources are sure to be pleased. No review.
* Fixed #2242. No review.Ingo Maier2010-03-283-12/+12
|
* Fixed #3219. No review.Ingo Maier2010-03-281-1/+1
|
* Fixed #2753. No review.Ingo Maier2010-03-281-5/+7
|
* Fix for #2980. No review.Ingo Maier2010-03-282-3/+12
|
* Fixed #2803.Ingo Maier2010-03-285-7/+15
|
* Fixed #3090Ingo Maier2010-03-282-5/+6
|
* Some minor changes in scala.swing.* which I was...Paul Phillips2010-03-2112-99/+95
| | | | | | | | | | Some minor changes in scala.swing.* which I was glancing through because of #3196. I noticed the Font object was in package scala instead of scala.swing, which looks sure to be a mistake (an easy one to make, and one others have made as well, because we're not entirely used to package objects.) I didn't want to accidentally ship a scala.Font so I moved it into swing. Review by imaier.
* Fix for #3084Ingo Maier2010-02-231-2/+2
|
* Added TextComponent.paste, made some accidentia...Ingo Maier2010-02-235-7/+12
| | | | | | Added TextComponent.paste, made some accidentially public publisher methods protected.
* Some much needed housecleaning regarding system...Paul Phillips2010-02-233-4/+3
| | | | | | | | | Some much needed housecleaning regarding system properties. If you can possibly resist the temptation, it'd be great if people could try to go through the properties classes to get and set them, and also to set property values somewhere fixed rather than using strings directly. Review by community.
* 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
|