source: josm/trunk/src/org/openstreetmap/josm/actions/mapmode

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18871   2 years taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
(edit) @18801   2 years taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18768   2 years taylor.smock Fix #22534: Inform users when the clipboard has too much data
(edit) @18767   2 years taylor.smock Fix #23015, see #2483: Right click (map move) + scale/rotate modes …
(edit) @18761   2 years taylor.smock Fix borked tests (see r18757)
(edit) @18760   2 years taylor.smock Indicate that JOSM presets are also used by Vespucci to TagInfo (patch …
(edit) @18759   2 years taylor.smock Fix #22279: Add new split mode for quick splitting of ways (patch by …
(edit) @18665   3 years taylor.smock Fix several coverity issues CID-1504572: Synchronization on …
(edit) @18612   3 years taylor.smock Fix #13097: Angle snapping impossible with WGS84 projection
(edit) @18554   3 years taylor.smock Fix #22309: Add option to merge by default when dragging nodes (patch …
(edit) @18494   3 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
(edit) @18487   3 years taylor.smock PMD/Checkstyle fixes for r18485
(edit) @18485   3 years taylor.smock SonarLint: Fix most recent code smells This also fixes some tests so …
(edit) @18468   3 years taylor.smock Fix #21893: Align movement of objects when the last selected way has …
(edit) @18458   3 years taylor.smock Fix @since xxx
(edit) @18456   3 years taylor.smock Fix #22065: Mac users cannot deselect with ctrl From the Mac OS HIG …
(edit) @18332   4 years Don-vip see #21596 - Update dependencies in ivy.xml and tools/ivy.xml (patch …
(edit) @18274   4 years GerdP fix #20899: Improve Way Accuracy Action: Warn when moving elements by …
(edit) @18211   4 years Don-vip global use of !Utils.isEmpty/isBlank
(edit) @18129   4 years Don-vip tools update: checkstyle 8.44, spotbugs 4.2.3, proguard 7.1.1, …
(edit) @18122   4 years Don-vip fix #21196 - add help topic for lasso select mode (patch by skyper)
(edit) @17896   4 years simon04 see #17177 - IWaySegment: encapsulate fields
(edit) @17666   4 years simon04 see #20101 - Separate MapStatus.setAngle/setAngleNaN for plugin …
(edit) @17632   4 years simon04 fix #20101 - Rotate & scale tool: show angle or scale factor in status bar
(edit) @17473   5 years GerdP see #17184: Memory leaks - clear also virtual ways when exiting SelectMode
(edit) @17461   5 years GerdP see #17184: Memory leaks - clear refs to OSM objects when Extrude Mode …
(edit) @17440   5 years GerdP see #17184: Memory leaks - remove more listeners in destroy() - reset …
(edit) @17421   5 years GerdP see #17184: Memory leaks - reset field lastUsedNode in draw mode …
(edit) @17414   5 years GerdP see #19296: Actions should avoid to install listeners which are not …
(edit) @17397   5 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17374   5 years GerdP see #20167: [patch] Improve code readability by replacing indexed …
(edit) @17333   5 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @17295   5 years GerdP see #19906: Scale, rotate & create areas tool: bottom toolbar unusable …
(edit) @17188   5 years Klumbumbus fix #19851 - Fix shortcut names
(edit) @17184   5 years GerdP fix typo in ticket number in comments 19855 -> 19885
(edit) @17183   5 years GerdP fix #19924: Extruder: Problem with common node extruding to the …
(edit) @17164   5 years Don-vip fix #19772 - NPE
(edit) @17157   5 years GerdP see #19906: Scale, rotate & create areas tool: bottom toolbar unusable …
(edit) @17143   5 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17141   5 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17110   5 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17108   5 years GerdP fix #19887: Parallel ways tool: bottom toolbar unusable to view offset …
(edit) @16968   5 years simon04 fix #14200 - Warn when moving elements by a large distance
(edit) @16900   5 years simon04 fix #19692 - Zoom mode: zoom in/out depending on rectangle
(edit) @16661   5 years GerdP fix sonarlint issue
(edit) @16626   5 years simon04 see #19334 - https://errorprone.info/bugpattern/ImmutableEnumChecker
(edit) @16558   5 years GerdP fix #19138: Warn when you try to delete a node which is part of a way …
(edit) @16553   5 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16438   5 years simon04 see #19251 - Java 8: use Stream
(edit) @16187   5 years Don-vip fix #18962 - introduce DataSet.update to avoid repetitive …
(edit) @16177   6 years Don-vip see #5710 - code refactor to ease a potential fix
(edit) @16138   6 years Don-vip see #18933 - toolbar code refactoring
(edit) @16119   6 years Don-vip fix #18928 - fix various crashes with empty ways
(edit) @15906   6 years simon04 Use Utils.hashMapInitialCapacity
(edit) @15735   6 years simon04 Java 8: replace .stream().forEach() with .forEach()
(edit) @15657   6 years Don-vip see #18514 - fix unit tests
(edit) @15655   6 years Don-vip see #18514 - cleanup menu groups handling
(edit) @15649   6 years Don-vip see #18514 - disable Window menu when empty
(edit) @15586   6 years Don-vip code cleanup
(edit) @15557   6 years GerdP fix #18386: DataIntegrityProblemException in parallel way mode
(edit) @15446   6 years stoecker fix since revision, as the class was renamed, see #18210
(edit) @15445   6 years Don-vip fix #18210 - fix mode menu (add items properly to display shortcuts) …
(edit) @15333   6 years Don-vip see #11905 - Option to move multiple images at once (core part, patch …
(edit) @15152   6 years Don-vip more uses of Java 8 stream API
(edit) @15126   6 years Don-vip fix #15030 - make sure deleting a relation effectively removes it from …
(edit) @15063   6 years GerdP fix java warning
(edit) @15052   6 years Don-vip fix #16904 - make sure ImproveWayAccuracy does not try to paint …
(edit) @15050   6 years Don-vip fix #16904 - make ImproveWayAccuracy aware of primitives deletion to …
(edit) @15046   6 years Don-vip fix #17419 - Own labels for Select mode and Zoom mode buttons (patch …
(edit) @14960   6 years GerdP see #13538: - Add new method isOutSideWorld() to class Node and use …
(edit) @14670   7 years GerdP fix #17186: Simplify code in ImproveWayAccuracyAction
(edit) @14654   7 years simon04 Deprecate OsmPrimitive.getFilteredList/getFilteredSet in favour of …
(edit) @14510   7 years GerdP see #17040 call DrawAction.finishDrawing() when selection is empty or …
(edit) @14397   7 years Don-vip fix #16935 - simplify/cleanup help topics of …
(edit) @14343   7 years Don-vip fix #13724 - NPE
(edit) @14273   7 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14156   7 years Don-vip fix #16615 - make sure dataset can be garbage collected after removal …
(edit) @14153   7 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14149   7 years Don-vip see #15229 - deprecate Main.pref
(edit) @14143   7 years Don-vip see #15229 - deprecate Main.main - new class OsmDataManager
(edit) @14138   7 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
(edit) @14137   7 years Don-vip see #15229 - checkstyle
(edit) @14134   7 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @14120   7 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14011   7 years Don-vip spotbugs - IS2_INCONSISTENT_SYNC - currentMouseEastNorth; locked 62% …
(edit) @14005   7 years Don-vip remove deprecated API
(edit) @14003   7 years Don-vip attempt to fix frequent errors of DrawActionTest.testTicket12011`: …
(edit) @13964   7 years Don-vip fix #16415 - NPE
(edit) @13941   7 years Don-vip sonar - fix recent violations
(edit) @13926   7 years Don-vip add AbstractOsmDataLayer, MainLayerManager.getActiveData, …
(edit) @13925   7 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13882   7 years Don-vip fix #16339 - fix NPE
(edit) @13849   7 years Don-vip SonarQube - fix minor code issues
(edit) @13847   7 years Don-vip fix #16302 - IAE when switching map mode while offset dialog is open
(edit) @13761   7 years Don-vip see #16288 - replace similar i18n strings (removes 35 strings from …
(edit) @13614   7 years Don-vip use OsmDataLayer.getDataSet() in DrawAction
(edit) @13512   8 years Don-vip fix #16072 - add robustness in ImproveWayAccuracy map mode
(edit) @13453   8 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
(edit) @13444   8 years Don-vip see #8039, see #10456 - fix crash with rendering of virtual nodes
(edit) @13435   8 years Don-vip see #8039, see #10456 - fix regressions and code style issues
Note: See TracRevisionLog for help on using the revision log.