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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18761   13 months taylor.smock Fix borked tests (see r18757)
(edit) @18757   13 months taylor.smock Fix #17669, #22096: Allow placeholders in more locations in MapCSS
(edit) @18752   13 months taylor.smock Fix #9446: Show progress on upload validation (patch updated by gaben) …
(edit) @18748   13 months taylor.smock remove TLD from IANA
(edit) @18724   14 months taylor.smock Fix #22808: Add bulk removal method to DataSet This fixes an issue …
(edit) @18723   14 months taylor.smock Fix #22432, see #22941: Start migrating from javax to jakarta Parsson …
(edit) @18718   14 months taylor.smock See #22898: JOSM Validator CLI errors out when is run with …
(edit) @18714   14 months taylor.smock Fix #22898: JOSM Validator CLI errors out when is run with …
(edit) @18708   14 months taylor.smock remove TLD from IANA
(edit) @18703   15 months taylor.smock See #22869: Add geoserver custom mimetypes * image/vnd.jpeg-png * …
(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) @18688   16 months taylor.smock remove TLD from IANA
(edit) @18675   16 months taylor.smock Fix #22684: IAE: Parameter 'en1' must not be null in …
(edit) @18671   16 months taylor.smock See #20768: Ensure that removing an OAuth 1.0 token actually removes …
(edit) @18665   17 months taylor.smock Fix several coverity issues CID-1504572: Synchronization on …
(edit) @18662   17 months taylor.smock Fix #22744, see #20768: Fix NPE when switching to authentication …
(edit) @18655   17 months taylor.smock See #20768: OpenStreetMap OAuth2 support This fixes an issue where …
(edit) @18654   17 months taylor.smock See #20768: OpenStreetMap OAuth2 support This fixes an issue where …
(edit) @18651   17 months taylor.smock See #20768/r18650: Add OAuth 2.0 support This fixes tests that don't …
(edit) @18650   17 months taylor.smock Fix #20768: Add OAuth 2.0 support This also fixes #21607: …
(edit) @18649   17 months taylor.smock Fix #22712: ignore list doesn't work This occurred due to …
(edit) @18646   17 months stoecker see #18258 - add a note why current_id is here
(edit) @18643   17 months Klumbumbus fix #22473 - Don't warn about "Way end node near other way" for …
(edit) @18637   18 months taylor.smock See #18230: Move RightAngleBuildingTest error code to 4101 from 3701. …
(edit) @18636   18 months taylor.smock Fix #21423: Prevent error codes from clashing This works by creating …
(edit) @18619   18 months taylor.smock Fix #22600: NPE: cannot invoke "EastNorth.isValid" because "common" is null
(edit) @18618   18 months taylor.smock remove TLD from IANA
(edit) @18617   18 months taylor.smock Fix #22580: AbstractPrimitive#putAll was not creating a copy of the …
(edit) @18609   19 months taylor.smock remove TLD from IANA
(edit) @18608   19 months taylor.smock remove TLD from IANA
(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) @18599   20 months taylor.smock Fix CID 1500633 and 1500634: dereference null return value
(edit) @18596   20 months taylor.smock Fix CID 1500602: getFile returns null (RemoteEntry#getFile) …
(edit) @18592   20 months taylor.smock Fix #22337: Make window for attached GPX waypoint images resizable …
(edit) @18591   20 months taylor.smock Fix #21605: Add tabs to ImageViewerDialog for use with different image …
(edit) @18589   20 months taylor.smock Fix #22453: Decrease allocations/CPU samples in …
(edit) @18582   20 months taylor.smock Fix #22470: JsonParsingException when source file is moved and html is …
(edit) @18578   21 months taylor.smock Fix #22404: MVT background layer: Polygons not drawn This was a …
(edit) @18572   21 months taylor.smock remove TLD from IANA
(edit) @18571   21 months taylor.smock Fix #22439: Filter deleting always deletes the first filter regardless …
(edit) @18568   21 months taylor.smock See #22391/r18567: fix typo (&20 -> %20 for ' ' url encoding)
(edit) @18567   21 months taylor.smock Fix #22391: Support "image/png; mode=8bit" imagery
(edit) @18560   21 months GerdP fix #19340: Validator complains about maxweightrating:X:conditional - …
(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) @18521   2 years taylor.smock Fix #22225: Don't warn about sport=running on unclosed ways
(edit) @18520   2 years taylor.smock VectorPrimitive: Reduce memory allocations in isTagged
(edit) @18518   2 years taylor.smock Allow VectorPrimitives to be filtered (see r18516)
(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) @18506   2 years GerdP fix #22187, see #21825: Same error code 1708 for two different …
(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) @18495   2 years taylor.smock Fix since xxx
(edit) @18494   2 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
(edit) @18485   2 years taylor.smock SonarLint: Fix most recent code smells This also fixes some tests so …
(edit) @18482   2 years taylor.smock VectorDataSet: Fix MT_CORRECTNESS issues This was most likely caused …
(edit) @18479   2 years taylor.smock Fix #21600: When setting/updating notes, fire selectionChanged events …
(edit) @18478   2 years taylor.smock Really fix failing tests in VectorDataSetTest The test failed ~50% of …
(edit) @18477   2 years taylor.smock Fix tests broken in r18473, see #22032 This was caused by vector …
(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) @18453   2 years taylor.smock Fix #22074, #22075: OpeningHoursParser updates (patch by SimonPoole) …
(edit) @18444   2 years taylor.smock Fix #21775: Remove deprecated code in ImageData The code in question …
(edit) @18435   2 years taylor.smock update TLD from IANA
(edit) @18434   2 years taylor.smock Dependency updates JCSCacheManager was modified to move away from …
(edit) @18432   2 years taylor.smock ProtobufRecord: Fix failing test from r18431 (oops) This was due to …
(edit) @18431   2 years taylor.smock VectorTile/MapBox/Feature: Significantly reduce allocations The area …
(edit) @18427   2 years taylor.smock Fix an NPE that occurred when attempting to copy an image URL This …
(edit) @18421   2 years taylor.smock fix #21521: IOOBE in ImageData.getSelectedImage This is caused by not …
(edit) @18419   2 years Klumbumbus remove TLD from IANA
(edit) @18418   2 years Klumbumbus remove TLD from IANA
(edit) @18413   2 years taylor.smock fix #21825: delete non-useful relations This offers to delete …
(edit) @18399   2 years stoecker fix #21922 - patch by Bjoeni - GPX file marked as modified when saving …
(edit) @18396   2 years stoecker fix #20600 - add Fix coloring for NMEA, patch by Bjoeni
(edit) @18380   2 years taylor.smock ImageryPatterns: Fix CID 1469640: Null point dereferences This uses …
(edit) @18378   2 years taylor.smock see #21850: Fix calls to JOSM server where not apikey is needed
(edit) @18371   2 years taylor.smock fix #21850: WMS and WMTS don't support {apikey} This adds {apikey} as …
(edit) @18366   2 years taylor.smock Replace usages of System.exit with Lifecycle.exitJosm This fixes some …
(edit) @18365   2 years Don-vip see #15182 - make JOSM callable as standalone validator (patch by …
(edit) @18360   2 years Don-vip upgrade to checkstyle 9.2.1
(edit) @18357   2 years Don-vip remove TLD from IANA
(edit) @18353   2 years Don-vip fix #21696 - add robustness in case NaN coordinates are being …
(edit) @18342   3 years Don-vip fix #21645 - code cleanup (patch by gaben)
(edit) @18341   3 years Don-vip fix #21646 - Round new points in imagery.Shape (patch by taylor.smock)
(edit) @18335   3 years Don-vip remove TLD from IANA
(edit) @18332   3 years Don-vip see #21596 - Update dependencies in ivy.xml and tools/ivy.xml (patch …
(edit) @18324   3 years Klumbumbus fix #17034 - Add power=connection (partly patch by gaben, icon self …
(edit) @18323   3 years GerdP fix #21541: false positive: crossing railways - treat railway=halt …
(edit) @18315   3 years Don-vip see #21486 - don't try to read int/long/float/double missing GPX metadata
Note: See TracRevisionLog for help on using the revision log.