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) @13200   6 years Don-vip fix #15668 - make sure zoom change events are always fired in EDT
(edit) @13181   6 years Don-vip fix #15599 - Improvements for testing painting (last patches by ris)
(edit) @13154   6 years Don-vip fix #13883, fix #15586 - better fix for #13883, without breaking …
(edit) @13143   6 years Don-vip fix #13883 - statusbar is not updated when the map is moved with …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12778   7 years bastiK see #15229 - deprecate Projections#project and …
(edit) @12725   7 years bastiK see #15229 - deprecate ILatLon#getEastNorth() so ILatLon has no …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12163   7 years michael2402 Make use of ILatLon#getEastNorth
(edit) @12119   7 years michael2402 Fix weak projection listener of NavigatableComponent being lost.
(edit) @12074   7 years bastiK fixed #14740 - Current displayed data position changes when you press TAB
(edit) @12072   7 years bastiK remove property change events in NavigatableComponent (can use …
(edit) @11880   7 years Don-vip sonar - …
(edit) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11840   7 years bastiK see #7427 - small fix for [11835] + change order in zoomNoUndoTo
(edit) @11835   7 years bastiK see #7427 - alignment to the pixelgrid for precise tile placement
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11466   7 years bastiK fixed #14252 - do not translate relation roles; add apostrophes
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11367   7 years Don-vip javadoc + diamond operator
(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
Note: See TracRevisionLog for help on using the revision log.