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) @18972   5 months taylor.smock See #23465: Add additional javadoc comments This also fixes some …
(edit) @18918   6 months taylor.smock Fix #23290: Validate the regions a tag is expected to be in (patch by …
(edit) @18891   8 months taylor.smock Fix #23256: AbstractPrimitive::putAll not updating values (patch by …
(edit) @18887   8 months taylor.smock See r18885: Fix default hasTagDifferent implementation.
(edit) @18885   8 months taylor.smock Fix #23252: Ignore line_management=transition|termination in …
(edit) @18881   8 months stoecker add import as other name for source
(edit) @18877   8 months taylor.smock See #23220: Use jakarta.annotation instead of javax.annotation …
(edit) @18871   8 months taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
(edit) @18868   9 months taylor.smock See #16207: Keep track of download area for notes
(edit) @18866   9 months taylor.smock Fix #23196: DataIntegrityProblemException: Primitive must be part of …
(edit) @18852   9 months taylor.smock Fix regression from r18847: Current tests expect a search for …
(edit) @18847   9 months taylor.smock Fix #23212: Overpass query wizard should transform key: to ["key"]
(edit) @18829   9 months taylor.smock Fix #16998: Add parent_osm_primitives and convert_primitives_to_string
(edit) @18814   10 months taylor.smock Fix #23105: Add action to select shared/common child objects (patch by …
(edit) @18811   10 months taylor.smock Fix #23124: Azul Java 17.0.4.1 will cause a NumberFormatException …
(edit) @18808   11 months stoecker move nodes count into own function, so it can be changed in a sub class
(edit) @18801   11 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18795   11 months taylor.smock Fix #23095: Missing space after name template output (patch by matthijs)
(edit) @18794   11 months taylor.smock Fix #23085: Improve speed of selecting large amounts of objects * JVM …
(edit) @18792   11 months taylor.smock Fix #23018: The Name Suggestion Index preset causes dramatic slowing …
(edit) @18724   14 months taylor.smock Fix #22808: Add bulk removal method to DataSet This fixes an issue …
(edit) @18702   15 months taylor.smock Fix #22868: NPE when a PBF does not include bound information
(edit) @18698   15 months taylor.smock See r18695, #22603: Drop optional compression support We don't …
(edit) @18697   15 months taylor.smock See r18695: fix @since xxx
(edit) @18695   15 months taylor.smock Fix #22603: Add PBF reading support
(edit) @18646   17 months stoecker see #18258 - add a note why current_id is here
(edit) @18617   18 months taylor.smock Fix #22580: AbstractPrimitive#putAll was not creating a copy of the …
(edit) @18606   19 months GerdP fix #22529: possibly improve performance in class ChangesetDataSet - …
(edit) @18600   19 months taylor.smock Fix #22515: Shortcuts for search string icons on toolbar made with …
(edit) @18578   21 months taylor.smock Fix #22404: MVT background layer: Polygons not drawn This was a …
(edit) @18571   21 months taylor.smock Fix #22439: Filter deleting always deletes the first filter regardless …
(edit) @18556   22 months taylor.smock Fix #22333: Allow delete + move up/down actions in filter dialog to …
(edit) @18553   22 months taylor.smock Fix #20716: Search for missing power line support features (patch by …
(edit) @18542   22 months taylor.smock Fix #21046: Add description to the default naming tags for relations …
(edit) @18539   23 months taylor.smock Fix #21856: Split way: Wrong position of new member in PTv2 relation …
(edit) @18516   2 years taylor.smock Move OsmPrimitive isDrawable to AbstractPrimitive This should have no …
(edit) @18513   2 years taylor.smock Way: Fix IAE where getNodePairs would be called on an empty way This …
(edit) @18501   2 years taylor.smock Fix #22140: Significantly reduce allocations in …
(edit) @18496   2 years taylor.smock Fix #22156: ArithmeticException: / by zero in …
(edit) @18494   2 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
(edit) @18474   2 years taylor.smock Replace @since xxx
(edit) @18473   2 years taylor.smock Fix #22032: Various memory enhancements for MVT tiles There is about …
(edit) @18470   2 years taylor.smock Reduce memory allocations and CPU calls in Way#getNodePairs This …
(edit) @18468   2 years taylor.smock Fix #21893: Align movement of objects when the last selected way has …
(edit) @18465   2 years taylor.smock Fix #22106: Avoid allocations for point objects in QuadBuckets Nodes …
(edit) @18464   2 years taylor.smock Extract equalsEpsilon from LatLon into ILatLon This significantly …
(edit) @18413   2 years taylor.smock fix #21825: delete non-useful relations This offers to delete …
(edit) @18332   3 years Don-vip see #21596 - Update dependencies in ivy.xml and tools/ivy.xml (patch …
(edit) @18303   3 years Don-vip see #21476 - fix another checkstyle violation
(edit) @18299   3 years Don-vip fix #21476 - Fix and add non-regression test for …
(edit) @18291   3 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
Note: See TracRevisionLog for help on using the revision log.