source: josm/trunk/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18520   22 months taylor.smock VectorPrimitive: Reduce memory allocations in isTagged
(edit) @18518   22 months taylor.smock Allow VectorPrimitives to be filtered (see r18516)
(edit) @18516   22 months taylor.smock Move OsmPrimitive isDrawable to AbstractPrimitive This should have no …
(edit) @18513   22 months taylor.smock Way: Fix IAE where getNodePairs would be called on an empty way This …
(edit) @18510   22 months stoecker i18n update, disable vi, fix #21720
(edit) @18506   22 months GerdP fix #22187, see #21825: Same error code 1708 for two different …
(edit) @18503   22 months taylor.smock Fix #22170: AIOOBE in org.openstreetmap.josm.gui.util.imagery.CameraPlane
(edit) @18502   22 months taylor.smock Fix #22139: Significantly reduce allocations in NodeElement This …
(edit) @18501   22 months taylor.smock Fix #22140: Significantly reduce allocations in …
(edit) @18496   22 months taylor.smock Fix #22156: ArithmeticException: / by zero in …
(edit) @18495   22 months taylor.smock Fix since xxx
(edit) @18494   22 months taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
(edit) @18493   23 months taylor.smock PMD/Checkstyle: if( -> if (
(edit) @18492   23 months stoecker fix #22109 - fix IPv6 detection, as api.openstreetmap.org fails in …
(edit) @18491   23 months taylor.smock Fix #20823: Reject uploads that do not follow either comment policy or …
(edit) @18489   23 months Don-vip see #22104 - fix deprecation warnings
(edit) @18487   23 months taylor.smock PMD/Checkstyle fixes for r18485
(edit) @18486   23 months taylor.smock Fix CID 1489883: Dereference null return value This was introduced in …
(edit) @18485   23 months taylor.smock SonarLint: Fix most recent code smells This also fixes some tests so …
(edit) @18484   23 months taylor.smock MainApplication: Fix CORRECTNESS NP_NULL_PARAM_DEREF This is mostly …
(edit) @18483   23 months taylor.smock NotesDialog: Fix test broken in r18479, see #21600 The test ensures …
(edit) @18482   23 months taylor.smock VectorDataSet: Fix MT_CORRECTNESS issues This was most likely caused …
(edit) @18481   23 months taylor.smock i18n: \r -> <br>
(edit) @18480   23 months taylor.smock Fix JOSM #21422: Tile cache stats unreadable in debug mode (patch by …
(edit) @18479   23 months taylor.smock Fix #21600: When setting/updating notes, fire selectionChanged events …
(edit) @18478   23 months taylor.smock Really fix failing tests in VectorDataSetTest The test failed ~50% of …
(edit) @18477   23 months taylor.smock Fix tests broken in r18473, see #22032 This was caused by vector …
(edit) @18475   23 months taylor.smock Fix #21794: Allow for cases where tags can be URL or key values in …
(edit) @18474   23 months taylor.smock Replace @since xxx
(edit) @18473   23 months taylor.smock Fix #22032: Various memory enhancements for MVT tiles There is about …
(edit) @18472   23 months taylor.smock Fix some coverity warnings * CID 1489777: …
(edit) @18471   23 months stoecker fix dead code
(edit) @18470   23 months taylor.smock Reduce memory allocations and CPU calls in Way#getNodePairs This …
(edit) @18468   23 months taylor.smock Fix #21893: Align movement of objects when the last selected way has …
(edit) @18467   23 months taylor.smock Fix #20025, #22080: Notify users when changeset tags are …
(edit) @18466   23 months taylor.smock Fix #21813: Improve marker handling in sessions and #21923: Improve …
(edit) @18465   23 months taylor.smock Fix #22106: Avoid allocations for point objects in QuadBuckets Nodes …
(edit) @18464   23 months taylor.smock Extract equalsEpsilon from LatLon into ILatLon This significantly …
(edit) @18458   2 years taylor.smock Fix @since xxx
(edit) @18457   2 years taylor.smock Fix #22056: source in the dataset tags overrides automatic sources …
(edit) @18456   2 years taylor.smock Fix #22065: Mac users cannot deselect with ctrl From the Mac OS HIG …
(edit) @18454   2 years taylor.smock Fix #21558: IOOBE in NotesDialog$NoteTableModel.getElementAt This is …
(edit) @18453   2 years taylor.smock Fix #22074, #22075: OpeningHoursParser updates (patch by SimonPoole) …
(edit) @18452   2 years taylor.smock Drop use of abc from tile.openstreetmap.org urls (patch by Firefishy) …
(edit) @18451   2 years taylor.smock Fix #22073: Optimized regexes (string starts with, ends with, …
(edit) @18445   2 years stoecker drop imagery offsets from status report, see #22043
(edit) @18444   2 years taylor.smock Fix #21775: Remove deprecated code in ImageData The code in question …
(edit) @18443   2 years taylor.smock Fix #17288: Notes progress bar shows no progress (patch by gaben, …
(edit) @18442   2 years taylor.smock Fix #21792: Request focus in SplitWayAction window segment list (patch …
(edit) @18441   2 years taylor.smock Fix #22022: Allow for recursive geojson parsing This allows us to …
(edit) @18440   2 years GerdP fix #22057: ClassNotFoundException when installing a plugin that was …
(edit) @18439   2 years taylor.smock Fix #17906, #21889, see #12617 for the original issue This fixes an …
(edit) @18438   2 years taylor.smock Fix #21619: CCE where JosmTextField cannot be cast to …
(edit) @18437   2 years taylor.smock Fix #21935: Avoid leaking Authorization headers on redirects in …
(edit) @18436   2 years taylor.smock Shortcut Preferences: Remove look-alike arrow codes The key values …
(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) @18433   2 years taylor.smock Fix #22024: DataIntegrityProblemException during data upload This is …
(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) @18428   2 years stoecker add missing space
(edit) @18427   2 years taylor.smock Fix an NPE that occurred when attempting to copy an image URL This …
(edit) @18424   2 years stoecker see #21480 - i18n fix
(edit) @18422   2 years GerdP fix #21967: Keep OSM layer activated when loading GPX layer Patch by Bjoeni
(edit) @18421   2 years taylor.smock fix #21521: IOOBE in ImageData.getSelectedImage This is caused by not …
(edit) @18420   2 years stoecker fix i18n, see #21480
(edit) @18419   2 years Klumbumbus remove TLD from IANA
(edit) @18418   2 years Klumbumbus remove TLD from IANA
(edit) @18417   2 years stoecker text fix, fix #21865
(edit) @18416   2 years stoecker text fix, fix #21865
(edit) @18414   2 years taylor.smock fix #21867: Improve documentation for ConditionFactory (patch by …
(edit) @18413   2 years taylor.smock fix #21825: delete non-useful relations This offers to delete …
(edit) @18412   2 years taylor.smock see r18408, #21480, fix #21962: typo with xor (patch by skyper) This …
(edit) @18409   2 years taylor.smock see r18407, #21756: Don't log oauth secrets (PMD)
(edit) @18408   2 years taylor.smock fix #21480: Add missing syntax hints to search dialog (patch by …
(edit) @18407   2 years stoecker fix #21756 - strip typical privacy relevant parameters from URL output
(edit) @18406   2 years taylor.smock fix #19219: Sessions without data layer should be savable as .jos - …
(edit) @18403   2 years taylor.smock fix #21953: Remember custom overpass servers This was caused by not …
(edit) @18401   2 years taylor.smock fix #21950: Significantly reduce freeze when deleting a node with the …
(edit) @18399   2 years stoecker fix #21922 - patch by Bjoeni - GPX file marked as modified when saving …
(edit) @18398   2 years stoecker fix #21693 - patch by GhostFoxSledgehammer - performance optimizations …
(edit) @18396   2 years stoecker fix #20600 - add Fix coloring for NMEA, patch by Bjoeni
(edit) @18395   2 years GerdP fix #21825: Delete relations by default when all members are deleted …
(edit) @18392   2 years GerdP sonarlint: Make "showStackTrace" a "static" method.
(edit) @18391   2 years GerdP fix checkstyle issue
(edit) @18390   2 years GerdP see #21740: IAE: Attempted to add listener that was already in list: …
(edit) @18389   2 years taylor.smock fix #21918: Proxy preferences does not have the correct help Remove …
(edit) @18388   2 years taylor.smock fix #21919: NPE in MapImage due to a race condition This adds a …
(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) @18368   2 years taylor.smock fix #21819: MapDust is deprecated and API no longer works (patch by jBeata)
(edit) @18367   2 years taylor.smock fix #21797: IOOBE in …
(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) @18364   2 years GerdP checkstyle + sonarlint issues
(edit) @18363   2 years GerdP see #6725, #21438 correct @since xxx
(edit) @18362   2 years GerdP fix #21730: Not all JosmActions registering in toolbar - separate …
(edit) @18361   2 years GerdP fix #6725: Plugins need to be loaded before tool definitions for …
(edit) @18360   2 years Don-vip upgrade to checkstyle 9.2.1
Note: See TracRevisionLog for help on using the revision log.