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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15938   4 years GerdP see #16707: improve highlighting of overlapping areas and "zoom to …
(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) @15929   4 years Don-vip fix #18638 - Initialize the cycle layer actions in LayerListDialog …
(edit) @15928   4 years GerdP simplify code
(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) @15920   4 years simon04 fix #18764, see #14088 - NPE in findIcon when adding a tag (patch by …
(edit) @15918   4 years Don-vip fix #18720 - see #11856 - Automatically enable "Tile zoom offset" in …
(edit) @15913   4 years simon04 fix #18754, see #18729 - TaginfoRegionalInstance: fix deadlock
(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) @15903   4 years simon04 Projections.getProjectionByCode: use Map.computeIfAbsent
(edit) @15902   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(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) @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) @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) @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) @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) @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) @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) @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) @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
(edit) @15837   4 years simon04 AutoCompletingComboBoxDocument: no need for separate comboBox field
(edit) @15836   4 years simon04 Fix typo in Javadoc
(edit) @15835   4 years simon04 fix #14088 - Add tags dialog: use okay button icon from matching …
(edit) @15834   4 years simon04 TagEditHelper: use Java 8 features
(edit) @15832   4 years simon04 ConflictCollection: use Java 8 features
(edit) @15827   4 years Don-vip fix EDT violation
(edit) @15826   4 years Klumbumbus fix #18690 - Obtain source from current layers: use untranslated text …
(edit) @15824   4 years Don-vip fix #18677 - Add "download" and "locked" status to osm data layer info
(edit) @15823   4 years Don-vip fix #18678 - fix DownloadAlong with locked layers
(edit) @15820   4 years Don-vip fix #18654 - Separate unique identifiers per primitive type This …
(edit) @15818   4 years simon04 fix #18628 - Autofilter: display active rule/key
(edit) @15817   4 years simon04 AutoFilter: avoid parsing value from CompiledFilter
(edit) @15815   4 years simon04 fix #18577 - Update opening_hours.js
(edit) @15814   4 years simon04 fix #18639 - Update to overpass-wizard 0.0.9
(edit) @15813   4 years simon04 fix #18663 - AbstractCopyAction: copy distinct keys Regression of r15717.
(edit) @15812   4 years GerdP see #18566: fix findbugs UWF_UNWRITTEN_FIELD introduced with r15811
(edit) @15811   4 years GerdP fix #18566: Download object: member of relations always downloaded …
(edit) @15808   4 years Don-vip update TLD from IANA
(edit) @15805   4 years Don-vip fix #18652 - proper error feedback when adding invalid WMTS …
(edit) @15803   4 years Don-vip fix #18646 - avoid doubled selection in relation editor when switching …
(edit) @15802   4 years Don-vip fix #18523 - fix upload dialog layout (patch by taylor.smock)
(edit) @15801   4 years simon04 UpdatePluginsMessagePanel.toString for logging
(edit) @15800   4 years simon04 AlignImageryPanel: add hand cursor to close button
Note: See TracRevisionLog for help on using the revision log.