Click on the commit message for inspecting the diff
and how the code has been rewritten.
Command line:
svn log -r31996:1 https://svn.osgeo.org/geotools/trunk/modules/extension/widgets-swing/src/main/java/org/geotools/gui/swing/ZoomPane.java
Rev. | Date | Author | Message |
---|---|---|---|
31445 | 2008-09-07 | desruisseaux | GEOT-1667: Need to invoke LogRecord.setLoggerName(String) before Logger.log(LogRecord). |
30655 | 2008-06-12 | acuster | Copyright headers: extn/widgets-swing, this time with feeling (and the el in Toolkit) |
30623 | 2008-06-12 | acuster | Copyright headers: ext/widgets-swing, headers and review.txt |
30258 | 2008-05-08 | acuster | Reshuffle the top level repo: drop uDig, move up trunk, tags, and branches. |
30257 | 2008-05-08 | acuster | Move trunk/gt/ directory contents up to trunk/ and drop gt |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28522 | 2007-12-27 | desruisseaux | Fixed compilation error specific to Java 5 (was compiling fine with Java 6). |
28521 | 2007-12-27 | desruisseaux | Type safety. |
28391 | 2007-12-16 | desruisseaux | Attempt to make FactoryCreator more tolerant to dependencies that can't be fetched for a given set of hints (GEOT-1618). Also cleaned a little bit of calls to 'unexpectedException' as a side effect. |
27972 | 2007-11-21 | desruisseaux | More use of Java 5 generic. The generic spotted for us a bug in Citation.getIdentifiers(), which returns a set of Strings when it should returns a set of Identifiers. Not yet fixed because it will require a search in the whole GeoTools code base. I wish we used Generic types sooner for preventing this kind of bug... |
27856 | 2007-11-12 | desruisseaux | Replaced 'Logger.getLogger(...)' calls by 'Logging.getLogger(...)' (GEOT-1545). |
27847 | 2007-11-12 | desruisseaux | Replaced some references to 'org.geotools.util' by references to 'org.geotools.util.logging'. Removed the old classes to make sure that there is no more accidental references. Note that the old classes will not be removed from the 2.4 branch. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
23635 | 2007-01-01 | desruisseaux | Uses fully-qualified class name (instead of last name only) in logging. More work on versioned URN:OGC:DEF factory. |
22997 | 2006-11-26 | desruisseaux | Replaced the use of some deprecated methods (MonolineFormatter.initGeotools --> Logging.forceMonolineConsoleOutput; Utilities.unexpectedException --> Logging.unexpectedException; GeneralEnvelope.getCoordinateReferenceSystem --> Envelope.getCoordinateReferenceSystem). |
22710 | 2006-11-12 | desruisseaux | Review of coverage branch merge: In 'CategoryList', check for the 'no data' category name only if the geophysics value is some NaN value. Moved XAffineTransform to a public place and added methods for testing axis swapping, as a proposed replacement for 'GeneralGridGeometry.swapXY(CoordinateSystem)' (replacement not yet done; waiting for the okay from the mailing list). In GeneralGridGeometry, added methods for returning a math transform relative to some pixel corner instead of pixel center, as a proposed replacement for the 'getTransform(...)' public static methods (I would like to remove those static methods in order to keep the API a little bit more orthogonal). |
22482 | 2006-10-31 | desruisseaux | Fixed svn:ignore property and removed svn:executable. |
22327 | 2006-10-23 | desruisseaux | GEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory. |
22315 | 2006-10-22 | desruisseaux | Reorganisation of directory tree structure (GEOT-982) phase 1: moved 'src' to 'src/main/java'. |
20883 | 2006-08-07 | jgarnett | review.txt added, please review |
17934 | 2006-02-09 | desruisseaux | Additional testing in GO-1 initial implementation (GEOT-415). |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
17659 | 2006-01-18 | desruisseaux | Do not deep copy 'doc-files' sub-directories anymore. It had the unwanted side effect of copying '.svn' directories as well (GEOT-691). |
16459 | 2005-10-19 | desruisseaux | Added 'gt2-' prefix in Maven 2 build. Build now copies all JAR and their dependencies in a single flat directory: gt/target |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
14763 | 2005-07-11 | desruisseaux | Moved more widgets from module/migrate to ext/widgets-swing |
14754 | 2005-07-08 | desruisseaux | Moved some widgets from 'module/migrate' to 'ext/widgets-swing' |
13959 | 2005-05-31 | desruisseaux | Added a convenience 'transformPixels' method |
12302 | 2005-03-16 | desruisseaux | Enabled the refactored DatumAliases as a replacement of the initial version |
12288 | 2005-03-16 | jeichar | lite renderer demo |
11086 | 2005-02-03 | jmacgill | added old version of code back in. |
10793 | 2005-01-28 | jeichar | before CRS migration after JTS1.6 |
8841 | 2004-10-26 | desruisseaux | org.geotools.referencing.Identifier implementation implements GenericName as well, for use as alias |
7013 | 2004-07-19 | desruisseaux | Slight adjustement after GeoAPI changes in metadata |
6211 | 2004-05-27 | desruisseaux | Replaced org.geotools...TransformException by org.opengis...TransformException |
6150 | 2004-05-25 | desruisseaux | Moved geometry related resources in the org.geotools.resources.geometry package |
6057 | 2004-05-23 | jgarnett | move gui to main |
5774 | 2004-05-23 | jgarnett | geotools-src serves as the start of our new module directory (the data access modules will escape off to plugin directory soon) |
5769 | 2004-05-23 | jgarnett | Project renamed to gt |
5619 | 2004-05-13 | (pas d'auteur) | Move repository under gt. |
5059 | 2004-02-16 | desruisseaux | Added Javadoc comments for the logger |
5052 | 2004-02-16 | aaime | Conditionally create logging data only if the "FINER" level is enabled for logging |
3884 | 2003-09-18 | desruisseaux | Added get/setMagnifierGlass methods |
3278 | 2003-07-11 | desruisseaux | Bug fix / javadoc fixes |
3114 | 2003-06-25 | desruisseaux | Fixed a NullPointerException |
2995 | 2003-06-02 | desruisseaux | Bug fixes in Plot2D |
2901 | 2003-05-15 | desruisseaux | Removed unused local variable |
2858 | 2003-05-13 | desruisseaux | Added PMC owner to copyright notice |
2227 | 2003-01-31 | desruisseaux | Tuning decimation |
2171 | 2003-01-24 | desruisseaux | Correction for pixel coordinate under the ZoomPane's magnifier |
1485 | 2002-08-20 | desruisseaux | Changed logger name from module to package |
1322 | 2002-07-31 | desruisseaux | Fixed ID tag in JavaDoc |
1188 | 2002-07-22 | jmacgill | made setVisibableArea non final for now as MapPane needs to use it. |
1095 | 2002-07-15 | loxnard | Finished translating and updated Javadocs |
880 | 2002-06-26 | desruisseaux | Fixed javadoc warnings |
693 | 2002-06-04 | desruisseaux | Moved from 'swinggui' module |