source: josm/trunk/src/org/openstreetmap

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12510   7 years Don-vip avoid code duplication
(edit) @12508   7 years Don-vip fix #13973 - catch unexplainable "UnsatisfiedLinkError: no awt in …
(edit) @12507   7 years Don-vip fix #15062 - avoid NPE when restarting JOSM
(edit) @12506   7 years michael2402 Fix #15006: Make text-offset-y work on long line segments.
(edit) @12505   7 years michael2402 Add a method that allows traversing an offset version of a MapViewPath
(edit) @12504   7 years Don-vip see #11924 - fix one deprecation warning for InputEvent.ALT_GRAPH_MASK
(edit) @12502   7 years Don-vip see #15057 - add new class to fetch user preferences from OSM API
(edit) @12499   7 years Don-vip findbugs:IS2_INCONSISTENT_SYNC
(edit) @12498   7 years Don-vip fix #15056 - NPE
(edit) @12497   7 years Don-vip fix #8340 - shortcuts using up/down/left/right arrows not reassignable
(edit) @12496   7 years Don-vip fix #15055 - add synchronization to conflict dialog
(edit) @12495   7 years Don-vip fix #5869 - Download dialog, bookmarks: add "home location" bookmark …
(edit) @12494   7 years Don-vip add Changeset.getComment()
(edit) @12492   7 years Don-vip simplify equals
(edit) @12491   7 years Don-vip fix some warnings
(edit) @12490   7 years Don-vip simplify equals
(edit) @12489   7 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @12488   7 years Don-vip see #14877 - checkstyle
(edit) @12487   7 years bastiK add null checks (see #14877)
(edit) @12486   7 years bastiK see #15013, see #14877 - remember projection when session is saved to …
(edit) @12485   7 years bastiK remember projection choice sub-preferences (e.g. last selected UTM …
(edit) @12484   7 years Don-vip fix #15036 - Add provinces of China and India to data/boundaries.xml …
(edit) @12483   7 years Don-vip fix #15034 - NPE
(edit) @12481   7 years Don-vip see #15006 - fix javadoc warnings
(edit) @12480   7 years Don-vip see #14997 - checkstyle
(edit) @12479   7 years Don-vip see #14833 - fix DataSet copy constructor, add unit test
(edit) @12478   7 years Don-vip NodeGraph: add javadoc, unit tests
(edit) @12477   7 years michael2402 See #15006: Fix sign issue (wrong direction) for text-offset-y on …
(edit) @12476   7 years michael2402 Fix #15006: Separate offset handling for ways, areas and node. Handle …
(edit) @12475   7 years Don-vip see #15012 - checkstyle + javadoc
(edit) @12474   7 years Don-vip fix #14997 - fix reported issues for autofilter buttons
(edit) @12472   7 years Don-vip see #15016 - avoid spurious remotecontrol warnings with empty parameters
(edit) @12471   7 years Don-vip fix #15016 - NPE
(edit) @12470   7 years bastiK see #14794 - javadoc
(edit) @12469   7 years Don-vip fix #15012 - Support WMS endpoint in Imagery -> Rectified Image
(edit) @12467   7 years Don-vip see #14923 - PMD - UseIndexOfChar - String.indexOf(char) is faster …
(edit) @12466   7 years Don-vip update TLD from IANA
(edit) @12464   7 years michael2402 Apply #14923: Adjust the search dialog to allow to search for …
(edit) @12463   7 years Don-vip extract NodeGraph and NodePair from CombineWayAction to …
(edit) @12462   7 years Don-vip fix #15003 - NPE at JavaFxMediaPlayer.speed
(edit) @12461   7 years Klumbumbus fix #14998 - ignore source:proposed:lanes tag in lanes test
(edit) @12460   7 years bastiK see #14794 - javadoc
(edit) @12458   7 years Don-vip see #10033 - remove workaround for IE (not needed anymore for IE11 on …
(edit) @12456   7 years michael2402 See #14926: Flip the direction of repeat-image-phase to the old one.
(edit) @12455   7 years michael2402 Fix #14926: Preserve image phase when clamping a line.
(edit) @12453   7 years bastiK see #14794 - remaining javadoc for the josm/data/ packages
(edit) @12452   7 years bastiK see #14794 - javadoc for the josm.gui.io package
(edit) @12450   7 years bastiK revert [12399], fixes #14980, reopens #14926
(edit) @12445   7 years Don-vip update to error-prone 2.0.21, groovy 2.4.12
(edit) @12442   7 years Don-vip update new TLD from IANA (forgot those from CC list)
(edit) @12441   7 years Don-vip update new TLD from IANA
(edit) @12439   7 years Don-vip fix #14974 - geojson export: use Polygon only for closed ways
(edit) @12435   7 years Don-vip sonar - pmd:SimpleDateFormatNeedsLocale
(edit) @12434   7 years Don-vip sonar - squid:UndocumentedApi
(edit) @12433   7 years Don-vip findbugs - IS2_INCONSISTENT_SYNC
(edit) @12432   7 years Don-vip see #14929 - remember button pressed state
(edit) @12429   7 years Don-vip see #11924 - fix javadoc warnings with java 9
(edit) @12427   7 years Don-vip fix "bad HTML entity" javadoc warnings
(edit) @12426   7 years Don-vip see #14924 - remove useless <CR><LF> from javadoc
(edit) @12425   7 years Don-vip fix #14959 - NPE
(edit) @12424   7 years Don-vip see #14924 - support NMEA GLL sentence
(edit) @12423   7 years Don-vip see #14924 - support NMEA IN and EC talker IDs, found in gpsd
(edit) @12422   7 years Don-vip fix #14924 - fix NPE when reading NMEA files starting with a (0,0) …
(edit) @12421   7 years Don-vip see #14924 - improve NMEA documentation thanks to gpsd
(edit) @12420   7 years Don-vip fix #14956 - wrong link to taginfo if key/value contains space character
(edit) @12419   7 years michael2402 GPX color selector: Highlight current color.
(edit) @12414   7 years Don-vip fix more SonarQube issues
(edit) @12413   7 years Don-vip fix some SonarQube issues
(edit) @12412   7 years michael2402 Fix #14946: Set the right data set for tag corrections when reversing …
(edit) @12411   7 years Don-vip fix OS build description for Linux systems
(edit) @12410   7 years Don-vip fix #14945 - InvalidPathException at startup when invalid URL is …
(edit) @12409   7 years Don-vip see #11924 - fix javadoc warnings new in 9-ea+173
(edit) @12407   7 years Don-vip see #14929 - add support for numeric ranges + unit test
(edit) @12405   7 years Don-vip fix #14938 - robustness to system date changing during startup
(edit) @12403   7 years Don-vip see #14929 - findbugs
(edit) @12402   7 years Don-vip checkstyle
(edit) @12401   7 years Don-vip see #14929 - fix NPE in unit tests
(edit) @12400   7 years Don-vip see #14929 - Automatic filters on numeric tag values (level, …
(edit) @12399   7 years bastiK fixed #14926 - repeat-image-phase: does not work
(edit) @12398   7 years Don-vip update new TLD from IANA
(edit) @12396   7 years michael2402 LayerVisibilityAction: Align the texts more nicely.
(edit) @12395   7 years michael2402 Add GPS colors to layer visibility panel
(edit) @12393   7 years michael2402 Hide color filter sliders if no image layer is selected.
(edit) @12392   7 years michael2402 Unify handling of visibility checkbox and opacity slider
(edit) @12391   7 years michael2402 See #14794: Documentation for the gui package
(edit) @12390   7 years michael2402 See #14794: Document data.validation package and subpackages.
(edit) @12389   7 years Don-vip see #14929 - extract OSDLabel from FilterTableModel
(edit) @12388   7 years Don-vip see #14929 - change signature of FilterWorker.clearFilterFlags
(edit) @12387   7 years Don-vip see #14929 - filter dialog: invalidate only edit layer instead of …
(edit) @12386   7 years Don-vip specify dataset when constructing DeleteCommand from …
(edit) @12385   7 years michael2402 See #14794: Class comment for CachedProperty
(edit) @12384   7 years michael2402 Doument the gui.tagging package
(edit) @12383   7 years Don-vip see #14929 - new methods to ease the direct handling of filters
(edit) @12382   7 years michael2402 More documentation for the tools package
(edit) @12381   7 years michael2402 More documentation for the gui.mappaint package
(edit) @12380   7 years Don-vip remove deprecated MapView.viewportFollowing public field
(edit) @12379   7 years michael2402 Document the gui.mappaint.mapcss package
(edit) @12378   7 years michael2402 Document the gui.mappaint package
(edit) @12377   7 years michael2402 See #14794: Document the layer.gpx package
(edit) @12376   7 years michael2402 See #14794: Document package osm.visitor.paint
Note: See TracRevisionLog for help on using the revision log.