source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15937   4 years GerdP fix #18772: log warning instead of showing bug report popup and …
(edit) @15936   4 years simon04 PseudoClassCondition: use Stream API
(edit) @15935   4 years simon04 see #18749, see #16183 - Add non-regression test
(edit) @15934   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15933   4 years Klumbumbus Add icons of the tracktypes in the preset combo for easier …
(edit) @15932   4 years Don-vip fix #18766 - Add mocker for OpenBrowser.displayUrl (patch by …
(edit) @15931   4 years Klumbumbus - fix #17541 - Add historic=fort, icon from …
(edit) @15930   4 years Klumbumbus fix #18767 - Add navigationaid=als|papi|vasi combo to …
(edit) @15929   4 years Don-vip fix #18638 - Initialize the cycle layer actions in LayerListDialog …
(edit) @15928   4 years GerdP simplify code
(edit) @15927   4 years simon04 see #18764, see #14088 - Add non-regression test (fix for headless)
(edit) @15926   4 years Don-vip fix recently introduced SonarQube issues
(edit) @15925   4 years simon04 fix #18759 - AssertionError on invalid MapCSS zoom range
(edit) @15924   4 years Don-vip fix #18761 - only consider source=survey for local GPX files, not the …
(edit) @15923   4 years Don-vip fix #18638 - add a method to cycle through layers (patch by …
(edit) @15922   4 years Don-vip see #18720 - Headless mode is obviously not an HIDPI screen, as …
(edit) @15921   4 years simon04 see #18764, see #14088 - Add non-regression test (patch by taylor.smock)
(edit) @15920   4 years simon04 fix #18764, see #14088 - NPE in findIcon when adding a tag (patch by …
(edit) @15919   4 years Klumbumbus see #18719, see #18659, see #18758 - Use "Motorcar" as caption for …
(edit) @15918   4 years Don-vip fix #18720 - see #11856 - Automatically enable "Tile zoom offset" in …
(edit) @15917   4 years simon04 Optimize PNG images
(edit) @15916   4 years simon04 fix #18756 - Fix shellcheck warnings of shellscripts
(edit) @15915   4 years Don-vip fix #13108 - see #18350 - registers *.geojson, *.jos, *.joz files on …
(edit) @15914   4 years Don-vip fix #17827 - see #18755 - use Java 14/15 in Linux start script
(edit) @15913   4 years simon04 fix #18754, see #18729 - TaginfoRegionalInstance: fix deadlock
(edit) @15912   4 years simon04 see #18749 - Use efficient/unmodifiable maps for svgSalamander
(edit) @15911   4 years simon04 Fix typo
(edit) @15910   4 years simon04 MapCSSParser.zoom: parse into Range directly
(edit) @15909   4 years simon04 see #18749 - Use efficient/unmodifiable collections
(edit) @15908   4 years simon04 see #18729 - TaginfoRegionalInstance: use Stream API
(edit) @15907   4 years simon04 ExpressionFactory: use Stream API
(edit) @15906   4 years simon04 Use Utils.hashMapInitialCapacity
(edit) @15905   4 years simon04 Use Collections.singletonMap
(edit) @15904   4 years simon04 see #18749 - SVGElement: store String instead of StyleAttribute in map
(edit) @15903   4 years simon04 Projections.getProjectionByCode: use Map.computeIfAbsent
(edit) @15902   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15901   4 years simon04 see #18749 - Intern strings to reduce memory footprint of svgSalamander
(edit) @15900   4 years simon04 Fix typo in code comment
(edit) @15899   4 years Don-vip fix #18532 - fix icon for update changeset action (patch by skyper)
(edit) @15898   4 years simon04 I18n update
(edit) @15897   4 years simon04 see #14088 - Add ImageProviderTest.testGetPadded
(edit) @15896   4 years simon04 see #14088 - Optimize ImageProvider.getPadded for untagged primitives
(edit) @15895   4 years simon04 see #14088 - Fix SelectionTableCellRendererTest, …
(edit) @15894   4 years simon04 Fix typo in code comment
(edit) @15893   4 years simon04 Fix SearchCompilerTest.testEqualsContract
(edit) @15892   4 years Don-vip add payment:contactless to payment preset - see …
(edit) @15891   4 years Don-vip fix #18731 - add method to search for all primitives inside a bbox …
(edit) @15890   4 years GerdP see #18728: Join overlapping Areas is slow when combining many complex …
(edit) @15889   4 years simon04 fix #14088 - Add tags dialog: use padded preset/style icons for okay button
(edit) @15888   4 years simon04 fix #18740 - Tag checker: whitelist a few phonetic characters
(edit) @15887   4 years GerdP fix #9599: Join Overlapping Areas" creates a new way when joining 2 …
(edit) @15886   4 years GerdP fix #9599: Join Overlapping Areas" creates a new way when joining 2 …
(edit) @15885   4 years simon04 fix #18709 - Add Tag Dialog: disable auto completion during use of …
(edit) @15884   4 years simon04 see #9599 - https://errorprone.info/bugpattern/OperatorPrecedence
(edit) @15883   4 years GerdP fix #9599: Join Overlapping Areas" creates a new way when joining 2 …
(edit) @15882   4 years simon04 checkstyle
(edit) @15881   4 years simon04 fix #15158 - Tag2Link: leading zeros for ref:bag
(edit) @15880   4 years simon04 fix #18702 - DrawingPreference: swap "OSM Data" with "GPS Points"
(edit) @15879   4 years Don-vip checkstyle
(edit) @15878   4 years stoecker see #18725 - adjust sync script output
(edit) @15877   4 years Don-vip fix #18730 - BBox should allow adding a latlon with some extra space …
(edit) @15876   4 years Don-vip fix #18729, see #18302 - support regional taginfo instances from Geofabrik
(edit) @15875   4 years GerdP see #18728: Join overlapping Areas is slow when combining many complex …
(edit) @15874   4 years GerdP see #18728: Join overlapping Areas is slow when combining many …
(edit) @15873   4 years GerdP fix #9911: Join areas internal error - Correct detection and …
(edit) @15872   4 years GerdP Don't create extra SeqenceCommand for single DeleteCommand in …
(edit) @15871   4 years Don-vip see #18440 - register API key provider in integration test
(edit) @15870   4 years simon04 MultiMapTest: extend Based on test coverage and mutation testing …
(edit) @15869   4 years simon04 DateUtilsTest: extend Based on test coverage and mutation testing …
(edit) @15868   4 years Don-vip see #18440 - cache API keys in memory
(edit) @15867   4 years Don-vip fix #18659 - change car=* to motorcar=* in the charging_station preset …
(edit) @15866   4 years Don-vip fix #18723 - Use josm.openstreetmap.de/remote for …
(edit) @15865   4 years Don-vip fix #18722 - exclude json file extension from GeoJsonImporter + add …
(edit) @15864   4 years simon04 UtilsTest: extend Based on test coverage and mutation testing using …
(edit) @15863   4 years simon04 Utils: use Stream API
(edit) @15862   4 years simon04 Simplify Utils.strip
(edit) @15861   4 years Don-vip see #18599 - use configurable JOSM website URL
(edit) @15860   4 years Don-vip fix #18719 - see #18659 - Change car by motorcar in …
(edit) @15859   4 years simon04 see #15334 - MapFrame: black BasicArrowButton
(edit) @15858   4 years simon04 fix #18599 - Tag2Link: Use josm.openstreetmap.de/remote for SPARQL queries
(edit) @15857   4 years Don-vip fix #18699 - more specific JOSM validator source tag
(edit) @15856   4 years Don-vip fix #18711 - Bold font for tab subtitles in preferences dialog
(edit) @15855   4 years Don-vip see #18440 - Fetch imagery API keys from JOSM website. Restore access …
(edit) @15854   4 years GerdP see #10511: correct @since javadoc
(edit) @15853   4 years Don-vip see #18440 - non-blocking warning in case of invalid TMS entries
(edit) @15852   4 years GerdP fix #10511: Joining complex areas produces exception - detect case …
(edit) @15851   4 years Don-vip fix recent spotbugs/checkstyle/javadoc issues
(edit) @15850   4 years stoecker allow three dots at the end of a ignore line to skip ever changing …
(edit) @15849   4 years simon04 fix #18708 - ArrayIndexOutOfBoundsException in ShowStatusReportAction
(edit) @15848   4 years simon04 CorrelateGpxWithImages.SetOffsetAction: close dialog using ESC
(edit) @15847   4 years simon04 Fix typo in Javadoc
(edit) @15846   4 years GerdP fix #18701: Simplify MultiFetchServerObjectReader implementation
(edit) @15845   4 years simon04 fix #18703 - Scroll through TabPreferenceSetting using mouse wheel
(edit) @15844   4 years simon04 PreferenceTabbedPane: use Java 8, add Javadoc
(edit) @15843   4 years simon04 see #17109 - Autofilter: use dot as decimal separator
(edit) @15842   4 years simon04 fix #17109 - Autofilter: support 0.5 steps for level
(edit) @15841   4 years simon04 https://errorprone.info/bugpattern/OperatorPrecedence
(edit) @15840   4 years simon04 fix #18644 - Get rid of useless JCS warnings during startup
(edit) @15839   4 years simon04 see #18679 - Autofilter: refactoring
(edit) @15838   4 years simon04 fix #18679 - Autofilter: extract numeric value from number+unit
Note: See TracRevisionLog for help on using the revision log.