source: josm/trunk/src/org/openstreetmap/josm/data/osm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18413   2 years taylor.smock fix #21825: delete non-useful relations This offers to delete …
(edit) @18332   2 years Don-vip see #21596 - Update dependencies in ivy.xml and tools/ivy.xml (patch …
(edit) @18303   2 years Don-vip see #21476 - fix another checkstyle violation
(edit) @18299   2 years Don-vip fix #21476 - Fix and add non-regression test for …
(edit) @18291   2 years Don-vip fix #21463 - Fix parsing of empty parenthesis pairs in search …
(edit) @18283   3 years Don-vip fix #21427 - further simplify UploadDialog (patch by marcello, …
(edit) @18246   3 years Don-vip see #16472 - add initial working 360 viewer, minimal tests, many tests …
(edit) @18211   3 years Don-vip global use of !Utils.isEmpty/isBlank
(edit) @18208   3 years Don-vip global use of Utils.isEmpty/isBlank
(edit) @18202   3 years Don-vip see #21300 - fix potential NPE detected by coverity
(edit) @18200   3 years Don-vip fix #21256 - RemoteControl: Don't add empty changeset tags to the …
(edit) @18197   3 years Don-vip fix #21291 - do not shorten search string in combobox (patch by marcello)
(edit) @18195   3 years Don-vip fix #21300 - NPE in search compiler (patch by taylor.smock)
(edit) @18193   3 years Don-vip fix javadoc warnings
(edit) @18173   3 years Don-vip fix #20690 - fix #21240 - Refactoring of UploadDialog, HistoryComboBox …
(edit) @18170   3 years Don-vip fix #21244 - Fix misspellings in comments (patch by gaben)
(edit) @18076   3 years Don-vip see #2760 - revert r18075 - causes nodes to remain after deletion of …
(edit) @18075   3 years Don-vip see #2760 - only consider GPX-prefixed tags uninteresting during the …
(edit) @18050   3 years Don-vip see #17606 - see #21126 - fixes
(edit) @18031   3 years Don-vip fix #20840 - Expert option mappaint.wireframe.show-relation-outlines
(edit) @18019   3 years Don-vip fix #20955 - restrict "Overlapping Areas" test to completely …
(edit) @18014   3 years Don-vip remove deprecated stuff not used by plugins
(edit) @18009   3 years Don-vip fix #20860 - make sure to not try to close a note when none is selected
(edit) @18006   3 years Don-vip fix NPE in TagMap constructor
(edit) @18001   3 years Don-vip fix #21095 - see #21041 - fix NPE when opening the preset editor with …
(edit) @17986   3 years Don-vip fix #20994 - OOBE when removing node of highlighted way (patch by Bjoeni)
(edit) @17981   3 years Don-vip fix #21041 - Tagging preset validation: clone properly primitives …
(edit) @17980   3 years Don-vip fix #21043 - update FilterMatcher#allParentMultipolygonsFiltered …
(edit) @17903   3 years simon04 see #20879 - History browser: display version "*" if tag change has …
(edit) @17902   3 years simon04 see #17177 - Encapsulate IWaySegment fields (fix getUpperIndex)
(edit) @17897   3 years simon04 see #17177 - WaySegment: remove binary compatibility overrides
(edit) @17896   3 years simon04 see #17177 - IWaySegment: encapsulate fields
(edit) @17887   3 years simon04 fix #20879 - History browser: which version changed a tag (git blame)?
(edit) @17881   3 years simon04 Checkstyle
(edit) @17876   3 years simon04 fix #20851, see #20842 - Tagging presets: value_template="..." for …
(edit) @17874   3 years simon04 Fix typo in Javadoc
(edit) @17867   3 years simon04 see #17177 - fix @since xxx
(edit) @17862   3 years simon04 fix #17177 - Add support for Mapbox Vector Tile (patch by …
(edit) @17860   3 years simon04 fix #20841 - Fix NPE at …
(edit) @17849   3 years simon04 fix #20830 - Reduce heap size of org.openstreetmap.josm.data.osm.Node …
(edit) @17838   3 years simon04 see #14176 - Migrate HistoryOsmPrimitive to Instant
(edit) @17836   3 years simon04 NoteData: use UserIdentityManager.asUser
(edit) @17825   3 years simon04 see #20467 - Checkstyle
(edit) @17823   3 years simon04 see #20745 - Avoid heap allocations in OsmReader 5.13% of …
(edit) @17822   3 years simon04 see #20745 - Avoid heap allocations in OsmReader 12.0% of …
(edit) @17812   3 years GerdP see #20467: Show landuse type in relation menu - add missing import …
(edit) @17810   3 years stoecker fix #20467 - support more relation types details
(edit) @17787   3 years simon04 fix #20741 - Various code simplifications (patch by gaben)
(edit) @17786   3 years simon04 see #20741 - Fix typos in code and strings (patch by gaben)
(edit) @17761   3 years GerdP see #20729:Alert user if validation action is performed with data …
(edit) @17755   3 years simon04 fix #20039 - Add 'import_uuid' & 'gnis:import_uuid' to discardable key list
(edit) @17752   3 years simon04 see #20745 - Avoid heap allocations due to BBox in IPrimitive.getBBox …
(edit) @17749   3 years simon04 see #14176 - Migrate OsmPrimitive to Instant
(edit) @17747   3 years simon04 Extract SearchCompiler.TimestampRange.create
(edit) @17746   3 years simon04 fix #16171 - Case sensitive regexp key=value searches aren't case sensitive
(edit) @17720   3 years simon04 see #14176 - Migrate ChangesetDiscussionComment to Instant
(edit) @17717   3 years simon04 see #14176 - Migrate Changeset to Instant
(edit) @17716   3 years simon04 see #14176 - Migrate UserInfo to Instant
(edit) @17712   3 years simon04 see #14176 - Migrate Note/NoteComment to Instant
(edit) @17703   3 years simon04 see #19399 - Extract interface IBounds
(edit) @17674   3 years simon04 see #20673 - DefaultNameFormatter: add comment pointing to …
(edit) @17673   3 years simon04 see #20673 - Simplify DefaultNameFormatter.format(IPrimitive)
(edit) @17672   3 years simon04 see #20673 - Extract DefaultNameFormatter.formatLocalName to fix code …
(edit) @17671   3 years simon04 see #20673 - Extract DefaultNameFormatter.formatAddress to fix code …
(edit) @17662   3 years simon04 fix #19012 - Tagging presets: additional matching criteria via `<item …
(edit) @17589   3 years simon04 see #20613 - Fix NPE in AbstractPrimitive.visitKeys
(edit) @17587   3 years simon04 see #20613 - AbstractPrimitive.keySet/keys: fix fast path for single key
(edit) @17585   3 years simon04 see #20613 - Use Tagged.visitKeys() Avoids creating a temporary …
(edit) @17584   3 years simon04 see #20613 - Introduce Tagged.keys() Avoids creating a temporary …
(edit) @17559   3 years Don-vip fix #20587 - fix potential infinite loop in QuadBuckets toArray (patch …
(edit) @17515   3 years Don-vip see #19724 - update to error-prone 2.5.1, checkstyle 8.36, spotbugs 4.2.1
(edit) @17471   3 years GerdP see #17184: Memory leaks - use String.intern() for field role in …
(edit) @17464   3 years GerdP see #17184: Memory leaks - clear also refs to Conflicts which refer to …
(edit) @17459   3 years Don-vip fix #20363 - Extract necessary method for QuadBuckets into separate …
(edit) @17456   3 years GerdP see #20313: Relation editor: Changes of "uninteresting" tags in …
(edit) @17425   3 years GerdP fix #20031: area:highway validation produces false positive …
(edit) @17358   3 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17357   3 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17350   3 years GerdP fix #19465: Make "Overlapping ways" less aggressive - new preference …
(edit) @17344   3 years simon04 SearchCompiler: tune logging
(edit) @17341   3 years GerdP fix #20091: Downloading incomplete, deleted members leads to data …
(edit) @17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @17332   3 years Don-vip fix #20131 - fix unit tests and codestyle violations
(edit) @17283   3 years GerdP fix #19438: DataIntegrityProblemException: Deleted node referenced …
(edit) @17191   4 years GerdP simplify code introduced with r17190
(edit) @17190   4 years GerdP fix #19438: DataIntegrityProblemException: Deleted node referenced …
(edit) @17166   4 years simon04 fix #19914 - Deal with DateTimeException when using DateUtils
(edit) @17153   4 years Klumbumbus see #17809 - Don't promote spelling FIXME, deprecate Fixme in favor of …
(edit) @17136   4 years GerdP see #19898: Performance improvements for DatasetMerger Avoid to avoid …
(edit) @17110   4 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17103   4 years GerdP increase @since
(edit) @17102   4 years GerdP fix #19881: Poor performance in delete action - avoids a repeated …
(edit) @17093   4 years simon04 Use Collection.addAll
(edit) @17012   4 years simon04 fix #19705 - StyledMapRenderer.drawIcon: bicubic interpolation …
(edit) @16992   4 years Klumbumbus fix #19713 - Add junction=circular (icon self created, PD and CC0 …
(edit) @16981   4 years simon04 Fix typo in code comment
(edit) @16977   4 years simon04 Fix typo in Javadoc
(edit) @16962   4 years simon04 TagEntryIterator: fix typo
(edit) @16953   4 years simon04 Java 8: use Comparator.comparing
(edit) @16952   4 years simon04 see #19717 - Extract DefaultNameFormatter.removeBiDiCharacters
Note: See TracRevisionLog for help on using the revision log.