0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 13 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Populated README in root folder More... over 13 years ago
Ignoring SBT folders More... over 13 years ago
Renaming files and inserting dummies to please ant. Note to committers: whenever there is a source file which does not generate a classfile whose name and path exactly match the name and path of the source file, then ant will recompile the file every time it compiles anything. In this batch there were 7 such files, so any 1-char change meant an 8-file recompile. Someday we'll be rid of ant, but until then... no review. More... almost 14 years ago
Commit r22003 changed the svn:ignore property of every directory in the source tree, probably unintentionally. More... almost 14 years ago
Altered a bunch of places which call hashCode to call ## instead. No review. More... almost 14 years ago
Added +=: prepend to MutableList. More... almost 14 years ago
Removed SVN keyword substitution tags (as the tags have been removed in r21917). Review by cunei. More... almost 14 years ago
Removed more than 3400 svn '$Id' keywords and related junk. More... almost 14 years ago
Fixed #3358. Added explicit expected types to cachedWrapper calls, deprecated explicit resizing of UIElements. More... almost 14 years ago
added missing SuperMixins More... about 14 years ago
Fixed #3258 More... about 14 years ago
Fixed #3257 More... about 14 years ago
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. More... about 14 years ago
Fixed #2242. No review. More... about 14 years ago
Fixed #3219. No review. More... about 14 years ago
Fixed #2753. No review. More... about 14 years ago
Fix for #2980. No review. More... about 14 years ago
Fixed #2803. Added warning for UIElement.cachedWrapper. More... about 14 years ago
Fixed #3090 More... about 14 years ago
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. More... about 14 years ago
Updated SVN ignore patterns. No review. More... about 14 years ago
Fix for #3084 More... about 14 years ago
Added TextComponent.paste, made some accidentially public publisher methods protected. More... about 14 years ago
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. More... about 14 years ago
Band-aid for #3081, issue should receive more comprehensive treatment. Review by imaier. More... about 14 years ago
Reverted over-zealous replacement of 'PartialFunction' with '=>?'. More... over 14 years ago
Took full advantage of the new =>? alias for the superverbosely named PartialFunction by renaming every usage of the latter except when in comments. More... over 14 years ago
Closed #2801. Had to update a couple of files that already exploited the missing test. More... over 14 years ago
Another round of deprecation warning elimination. More... over 14 years ago
Updated copyright notices to 2010 More... over 14 years ago