source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17707   3 years simon04 Checkstyle
(edit) @17706   3 years simon04 fix #19126 - Add display preference "Remember dialog geometries"
(edit) @17705   3 years simon04 see #19126 - Simplify WindowGeometry code
(edit) @17704   3 years simon04 see #19126 - Extract WindowGeometry.PREF_KEY_GUI_GEOMETRY
(edit) @17703   3 years simon04 see #19399 - Extract interface IBounds
(edit) @17702   3 years simon04 fix #20699, see #20048 - Fix dialog result handling of "Automatic tag …
(edit) @17700   3 years simon04 see #14596 - ShowStatusReportAction: add LANG, LC_ALL, file.encoding, …
(edit) @17692   3 years Don-vip see #17858 - fix deprecation warnings
(edit) @17688   3 years simon04 see #19724 - Fix NPE in PlatformHookWindows.getInstalledFonts on …
(edit) @17685   3 years Don-vip remove TLD from IANA
(edit) @17684   3 years simon04 fix #20678 - History Browser: reset coordinates of a node to previous …
(edit) @17682   3 years Don-vip fix #19585 - fix workaround to JDK-8262085
(edit) @17681   3 years Don-vip fix #19585 - add workaround to JDK-8262085
(edit) @17679   3 years Don-vip see #17858 - ask Oracle Java WebStart users to switch to OpenWebStart …
(edit) @17678   3 years Don-vip fix #20670 - deprecate ScoutSigns plugin (patch by jBeata)
(edit) @17676   3 years simon04 PlatformHookOsx: consistently use "macOS"
(edit) @17674   3 years simon04 see #20673 - DefaultNameFormatter: add comment pointing to …
(edit) @17673   3 years simon04 see #20673 - Simplify DefaultNameFormatter.format(IPrimitive)
(edit) @17672   3 years simon04 see #20673 - Extract DefaultNameFormatter.formatLocalName to fix code …
(edit) @17671   3 years simon04 see #20673 - Extract DefaultNameFormatter.formatAddress to fix code …
(edit) @17670   3 years simon04 see #18569 - Checkstyle
(edit) @17669   3 years simon04 fix #18569 - JOSM crash corrupts preferences.xml (use file move; patch …
(edit) @17668   3 years simon04 fix #20647 - Do not corrupt preferences when using --status-report
(edit) @17667   3 years simon04 fix #15397 - Toolbar: make ToggleAction buttons reflect toggle state
(edit) @17666   3 years simon04 see #20101 - Separate MapStatus.setAngle/setAngleNaN for plugin …
(edit) @17665   3 years simon04 see #18074 - Revert "Duplicate Node: detect errors caused by different …
(edit) @17664   3 years Don-vip see #18737 - Call parent.loadClass(String) - IcedTea-Web …
(edit) @17663   3 years Don-vip see #18737 - add JNLP robustness in order to be able to quit unsigned …
(edit) @17662   3 years simon04 fix #19012 - Tagging presets: additional matching criteria via `<item …
(edit) @17660   3 years Don-vip see #18737 - add JNLP robustness in order to be able to start unsigned …
(edit) @17659   3 years simon04 fix #20233 - Session: export/import layer color
(edit) @17658   3 years simon04 see #20233 - SessionWriterTest.testWriteGpxAndMarkerJoz
(edit) @17657   3 years wiktorn Allow adding WMS imageries by URL. Add support for special case, …
(edit) @17656   3 years simon04 fix #20661 - Remote control: fix usage report (HTML) …
(edit) @17655   3 years simon04 fix #20660 - Remote control /imagery: add imagery by id
(edit) @17654   3 years GerdP fix #20416: Download (incomplete) members: Cancel does not work and …
(edit) @17653   3 years simon04 see #14176 - DateUtils.parseInstant
(edit) @17652   3 years simon04 see #19078 - Preset preference: checkbox for validate user input
(edit) @17651   3 years simon04 see #19078 - Preset preference: extract property constants
(edit) @17650   3 years simon04 Extract IconTextCheckBox widget
(edit) @17649   3 years simon04 Extract QuadStateCheckBox.nextState
(edit) @17648   3 years simon04 fix #20652 - Preferences: Update context-sensitive help page links to …
(edit) @17646   3 years Don-vip fix #20653 - catch IllegalArgumentException when parsing geojson
(edit) @17643   3 years simon04 see #19078 - Presets: validate user input (using MapCSSTagChecker, …
(edit) @17642   3 years simon04 see #19078 - Common interface TagCondition
(edit) @17640   3 years simon04 see #4626 - https://errorprone.info/bugpattern/ProtectedMembersInFinalClass
(edit) @17639   3 years simon04 see #18949 - Tagging presets: trigger value_template="..." from …
(edit) @17637   3 years simon04 fix #20647 - Add --status-report command line argument
(edit) @17636   3 years GerdP fix #20578: JOSM is out of memory - While adding a local xml preset - …
(edit) @17635   3 years GerdP fix #20633: Download object: Too slow when downloading a relation with …
(edit) @17634   3 years simon04 fix #19292 - Selection List: Option to not sort the objects but show …
(edit) @17633   3 years simon04 see #20258 - Advanced preferences dialog "Change list of maps …
(edit) @17632   3 years simon04 fix #20101 - Rotate & scale tool: show angle or scale factor in status bar
(edit) @17631   3 years simon04 fix #19527 - Download Dialog: Bounding Box: copy bounds to clipboard
(edit) @17628   3 years simon04 fix #16709 - Display a notification while/after saving files
(edit) @17627   3 years simon04 fix #20635 - Tag2Link: update to 2021.3.21
(edit) @17626   3 years simon04 fix #12326 - Layer list: "dirty" and "modified" indicators for data layers
(edit) @17624   3 years simon04 see #18074 - Javadoc warnings
(edit) @17623   3 years simon04 see #4626 - https://errorprone.info/bugpattern/ProtectedMembersInFinalClass
(edit) @17622   3 years simon04 see #12627 - Extract TestError.isSimilar
(edit) @17621   3 years simon04 see #19180 - Fix code duplication
(edit) @17620   3 years simon04 see #4626 - Extract interface MapCSSTagCheckerFixCommand
(edit) @17619   3 years simon04 see #4626 - Extract class MapCSSTagCheckerRule
(edit) @17618   3 years simon04 see #4626 - PerformanceTestUtils.PerformanceTestTimer: use Stopwatch
(edit) @17617   3 years simon04 see #4626 - Add ValidationTaskPerformanceTest
(edit) @17616   3 years simon04 see #4626 - Extract class ValidationTask
(edit) @17614   3 years simon04 see #14124 - Checkstyle
(edit) @17613   3 years simon04 fix #14124 - Add MapCSS function title Returns a title-cased …
(edit) @17612   3 years simon04 fix #18074 - Duplicate Node: detect errors caused by different …
(edit) @17610   3 years simon04 see #18949 - Tagging presets: value_template="..." for <text> Use …
(edit) @17609   3 years simon04 see #18949 - Extract class TaggingPresetItemGuiSupport
(edit) @17608   3 years simon04 see #19554 - Checkstyle
(edit) @17607   3 years simon04 see #19554 - Java Warnings
(edit) @17606   3 years simon04 TaggingPreset: use SequenceCommand.wrapIfNeeded
(edit) @17605   3 years simon04 fix #19554 - Tagging presets: Icons for all preset input boxes
(edit) @17603   3 years simon04 fix #19816 - DownloadOsmTask: mark newly downloaded layer with …
(edit) @17602   3 years simon04 Java Warnings
(edit) @17600   3 years simon04 see #20244 - OAuthAuthorizationWizard: Separate buttons for …
(edit) @17599   3 years simon04 see #20244 - OAuthAuthorizationWizard: Link to OSM wiki
(edit) @17598   3 years simon04 fix #20244 - OAuthAuthorizationWizard: Remove large OAuth logo
(edit) @17597   3 years simon04 fix #20048 - Make dialog "Automatic tag correction" resizeable
(edit) @17596   3 years simon04 fix #20047 - Relation editor: Harmonize F1 function (linking to osm …
(edit) @17595   3 years simon04 see #20047 - Use TagModel.getValue; use String.join
(edit) @17594   3 years simon04 fix #19857 - Select WMS layers: option to only show layers for current view
(edit) @17593   3 years simon04 see #20613 - Split KeyCondition/KeyRegexpCondition Rewrite patterns …
(edit) @17591   3 years simon04 see #20626 - OpeningHoursParser: report multiple parse exceptions
(edit) @17589   3 years simon04 see #20613 - Fix NPE in AbstractPrimitive.visitKeys
(edit) @17587   3 years simon04 see #20613 - AbstractPrimitive.keySet/keys: fix fast path for single key
(edit) @17586   3 years simon04 see #20613 - Use Tagged.keys() and Tagged.visitKeys()
(edit) @17585   3 years simon04 see #20613 - Use Tagged.visitKeys() Avoids creating a temporary …
(edit) @17584   3 years simon04 see #20613 - Introduce Tagged.keys() Avoids creating a temporary …
(edit) @17583   3 years simon04 see #20613 - Avoid heap allocations in AbstractSelector.matches …
(edit) @17582   3 years simon04 see #20613 - Avoid heap allocations in DividedScale.getWithRange …
(edit) @17581   3 years simon04 see #20613 - Avoid heap allocations in …
(edit) @17580   3 years Don-vip fix #20598 - fix ImageEntryTest.testEqualsContract (patch by …
(edit) @17579   3 years Don-vip fix #20598 - Add method to indicate that a temporary copy has been …
(edit) @17578   3 years Don-vip fix #20610 - WMTS/WMS code deduplication
(edit) @17577   3 years Don-vip see #20598 - javadoc
(edit) @17576   3 years simon04 Checkstyle
(edit) @17574   3 years Don-vip fix #20598 - Update the bucket with the new bbox (patch by taylor.smock)
Note: See TracRevisionLog for help on using the revision log.