source: josm/trunk/src/org/openstreetmap/josm/gui/NavigatableComponent.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10965   8 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @10925   8 years Don-vip see #11924 - fix javadoc warnings seen with jdk9b133
(edit) @10856   8 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core + …
(edit) @10843   8 years Don-vip see #13306 - remove (temporarily ?) deprecation warning for getPoint
(edit) @10827   8 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10486   8 years Don-vip fix #13049 - Inform map view of Projection updates (patch by …
(edit) @10466   8 years wiktorn Get intermediate steps when needed. Closes: #13035
(edit) @10458   8 years Don-vip fix #13029 - Replace hookUpMapView by attachToMapView (patch by …
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10405   8 years Don-vip fix #12959 - Do not make unit tests rely on JFrame for headless mode …
(edit) @10395   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10375   8 years Don-vip fix #12959 - Move state changes to MapViewState class (patch by …
(edit) @10343   8 years Don-vip fix #12934 - Add new MapViewState class that stores the current state …
(edit) @10342   8 years Don-vip fix #12933 - remove unused methods from NavigatableComponent (patch …
(edit) @10234   8 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9976   8 years Don-vip sonar - code simplification
(edit) @9954   8 years Don-vip make MapScaler and SizeButton implement Accessible interface, …
(edit) @9947   8 years wiktorn Provide additional zoom levels from zoom slider. Move maximum zoom to …
(edit) @9946   8 years wiktorn Fix NPE's when unsupported projection used with WMTS
(edit) @9914   8 years Don-vip see #12350 - fix coverity 1352420, 1352421, 1352422, 1352423, 1352424 …
(edit) @9893   8 years Don-vip fix #12568 - NPE
(edit) @9825   8 years wiktorn Improvements for native scales. * make ScaleList immutable object * …
(edit) @9818   8 years wiktorn Snap scale to mercator zoom levels. See #12350 Patch submitted by: …
(edit) @9634   8 years Don-vip fix findbugs/coverity issues
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9419   8 years bastiK add Albers Equal Area Projection and Polar Stereographic Projection …
(edit) @9408   8 years bastiK simplify zoom history: no unnecessary conversion
(edit) @9405   8 years Don-vip findbugs - fix RpC: Repeated conditional test (typo from r9118)
(edit) @9243   8 years Don-vip javadoc update
(edit) @9123   8 years bastiK make sure the scale ("circum") is never 0 (but positive) (see #12186)
(edit) @9122   8 years bastiK fix possible division by 0 (see #12186)
(edit) @9118   8 years bastiK more stable zoom&move for extreme scales and unusual world bounds
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9076   8 years bastiK mapcss: partial fill - fix for [9063] - use scale instead of circum …
(edit) @9073   8 years Don-vip checkstyle - Comments Indentation
(edit) @8906   8 years Don-vip remove deprecated stuff
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8856   9 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8736   9 years simon04 see #11843 - Give all directly started threads sensible names
(edit) @8612   9 years Don-vip fix QA issues (javadoc, findbugs, checkstyle)
(edit) @8557   9 years Don-vip checkstyle
(edit) @8556   9 years bastiK applied #11636 - Moved cursor management to new class and used java …
(edit) @8554   9 years bastiK applied #11634 - Moved global SOM management out of …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8364   9 years Don-vip fix Findbugs violation - ICAST: Integral division result cast to double
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8093   9 years stoecker javadoc fixes
(edit) @7817   9 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
(edit) @7816   9 years bastiK fixed #10860 - set initial viewport correctly when mapview is opened
(edit) @7448   10 years bastiK see #10425 - fix [7447]: lock prevented mappaint code in …
(edit) @7447   10 years bastiK fixed #10425 - ConcurrentModificationException when auto update …
(edit) @7389   10 years bastiK see #10363 - you cannot click on object that is not visible on the map
(edit) @7135   10 years simon04 Display numbers in map status line according to locale/language
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6992   10 years Don-vip cleanup/refactor of NavigatableComponent
(edit) @6873   10 years Don-vip fix #9692 - IllegalStateException with print and pdfimport plugins …
(edit) @6509   10 years Don-vip fix #9459 - initialize default center view of MapView to last download …
(edit) @6422   10 years simon04 see #9331 - allow custom formatters in SystemOfMeasurement methods
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6258   11 years Don-vip Sonar/Findbugs - Performance - Inefficient use of keySet iterator …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6096   11 years akks should fix #8927: NPE in select mode after delete active data layer
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6065   11 years akks see #8861: Selecting "duplicate" nodes etc. : if way is selected, …
(edit) @6056   11 years Don-vip fix #6515 - Allow switching system of measurement from a single click …
(edit) @5952   11 years Don-vip fix #8610 - wrong area computation, new preference …
(edit) @5903   11 years stoecker fix javadoc
(edit) @5870   11 years Don-vip fix #8610 - Wrong display of areas (based on patch by Cobra)
Note: See TracRevisionLog for help on using the revision log.