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) @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 …
(edit) @3594   14 years bastiK applied #5500 (patch by cmuelle8) - improve SelectAction and …
(edit) @3490   14 years bastiK fixed #5349 - A LOT of gpx tracks fill entire screen with popup information
(edit) @3407   14 years bastiK fixed #5284 - change units at bottom of screen (yd -> ft)
(edit) @3406   14 years bastiK fixed #5284 - change units at bottom of screen
(edit) @3177   14 years bastiK Filter: improved selection handling. (Don't allow to select filtered …
(edit) @3116   14 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2766   14 years Gubaer fixed #4310: r2758 breaks the build - Java 6 features ?
(edit) @2760   14 years mjulius fixes #4308 - zoom undo buffer size limited to 50 by default
(edit) @2759   14 years mjulius Make the new zoom previous and next actions listen to zoom changes and …
(edit) @2758   14 years mjulius fixes #1653 - zoom to the previously shown area This adds menu entries …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2505   14 years jttt Fixed #3968 way disappears after modifying it
(edit) @2468   14 years stoecker remove ViewID, fix typo, i18n update
(edit) @2450   14 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2426   14 years jttt Fixed #3883 [PATCH] small correction to snap distance
(edit) @2422   14 years jttt
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2327   14 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2264   15 years stoecker applied #3676 - patch by Dave Hansen - cleanup selection handling interface
(edit) @2252   15 years Gubaer Refactored JOSM help system, slightly extended Fixed problem with new …
(edit) @2120   15 years stoecker see #3475 - patch by Petr Dlouhý - code rework for display filtering
(edit) @2114   15 years stoecker see #3016 - patch by xeen - fixes some zooming issues
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @1941   15 years stoecker fixed NPE
(edit) @1908   15 years stoecker minor cleanup
(edit) @1899   15 years jttt Add setter/getter for OsmPrimitive.selected
(edit) @1898   15 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1823   15 years stoecker some projection and zoom cleanups - projection classes still need …
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1797   15 years framm - minor changes in conjunction with the Walking Papers plugin.
(edit) @1728   15 years stoecker fixed #2804 - move mode not working
(edit) @1725   15 years stoecker some cleanups
(edit) @1722   15 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(edit) @1503   15 years stoecker fixed #2313. draw mode start wrong when last node was double clicked
(edit) @1497   15 years stoecker fix #287 - prefer new nodes over old ones
(edit) @1430   15 years stoecker fixed #2168. patch by xeen
Note: See TracRevisionLog for help on using the revision log.