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) @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)
(edit) @5670   11 years bastiK session: save & restore map position and scale (see #4029)
(edit) @5565   11 years Don-vip see #8153 - fix area computation
(edit) @5560   11 years Don-vip see #8153 - Add area units to systems of measurement
(edit) @5549   11 years bastiK applied #8089 - "nautical mile" (NM) as new system of measurement …
(edit) @5515   12 years Don-vip Fix graphical glitch caused by setXORMode with Direct3D, introduced by …
(edit) @5500   12 years Don-vip Improves selection graphical performance by replacing the external …
(edit) @5311   12 years Don-vip fix #7828 - added/fixed Javadoc / minor code simplification (patch by …
(edit) @5226   12 years bastiK improvements for custom projection
(edit) @5016   12 years akks Patch by JoshDoe [Faster relation selection with Alt+click and …
(edit) @4968   12 years Don-vip fix #7386 - Major rework of preferences GUI settings in order to speed …
(edit) @4897   12 years stoecker cleanup shortcut handling a lot, fix some more deprecations
(edit) @4874   12 years jttt Use static class were appropriate
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4627   12 years Don-vip Major performance improvements in multipolygons rendering
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4079   13 years jttt Add action Zoom to native resolution to wms layer
(edit) @4065   13 years jttt Improved wms cache - files saved in original format (no need to …
(edit) @3919   13 years stoecker unify cursor handling, hopefully fix #5381
(edit) @3838   13 years framm remove stale comment.
(edit) @3837   13 years framm new viewport following function; moves the viewport so that the last …
(edit) @3652   13 years bastiK fixed #5609 (patch by cmuelle8) - Unable to move node under another one
(edit) @3642   13 years bastiK fixed #5561 (patch by cmuelle8) - wrong node selected after "unglue way"
(edit) @3600   14 years jttt Use IntegerProperty for snap distance (because plugins are also …
Note: See TracRevisionLog for help on using the revision log.