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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11044   8 years simon04 fix #13687 - Use CachedFile class for /data/help-browser.css in …
(edit) @11042   8 years simon04 Use CachedFile#getContentReader where possible
(edit) @11040   8 years Don-vip checkstyle
(edit) @11039   8 years simon04 fix #13574 - Waypoint labelling "None" doesn't work Store space …
(edit) @11038   8 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
(edit) @11037   8 years simon04 fix #13668 - Simplify ImageEntry#extractExif
(edit) @11035   8 years simon04 see #13376 - Replace Calendar usages with Java 8 Date API
(edit) @11033   8 years simon04 fix #13663 - Two data layers with the same name Counting starts from …
(edit) @11032   8 years simon04 see #13664 - Correct SideButton icon loading
(edit) @11031   8 years simon04 see #12224 - Search menu item: make shortcut work when MOTD is focused
(edit) @11030   8 years simon04 fix #13664 - Open selected note in an external browser
(edit) @11029   8 years michael2402 MapView: Use AtomicBoolean instead of custom synchronization.
(edit) @11028   8 years michael2402 Clean MapView nonChangedLayers logic: Use sub list instead of looping …
(edit) @11026   8 years michael2402 See #13636: Add automated clipping to MapViewPath.
(edit) @11024   8 years Don-vip unit test, javadoc
(edit) @11023   8 years Don-vip checkstyle
(edit) @11022   8 years michael2402 Comment about LayerManager synchronization.
(edit) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @11015   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @11013   8 years Don-vip checkstyle / sonar
(edit) @11011   8 years michael2402 Change LayerManager#getLayers() to not require a lock any more. Fixes …
(edit) @11009   8 years Don-vip fix recent sonar/checkstyle issues
(edit) @11008   8 years Don-vip fix #13646 - NPE + unit test
(edit) @11004   8 years simon04 fix #13414 - Allow non-default file formats with native file chooser
(edit) @11002   8 years simon04 see #11975 - Extract NameFinder for Nominatim queries
(edit) @10999   8 years michael2402 Force resetState() to run in the EDT thread to prevent deadlocks. …
(edit) @10998   8 years michael2402 Make layer remove event fire after the layer has been removed. This …
(edit) @10997   8 years michael2402 Make layer read access synchronized.
(edit) @10991   8 years Don-vip fix #13570 - Coastline validator doesn't report some problems and is …
(edit) @10990   8 years wiktorn Small refactor of WMS TileSource * Introduce AbstractWMSTileSource, …
(edit) @10985   8 years Don-vip code cleanup/simplification
(edit) @10983   8 years Don-vip fix #13609 - --version and --help are too verbose
(edit) @10982   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @10977   8 years Don-vip add/update unit tests, fix indentation
(edit) @10975   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10971   8 years Don-vip sonar - squid:S138 - Methods should not have too many lines
(edit) @10969   8 years Don-vip sonar - squid:ClassVariableVisibilityCheck - Class variable fields …
(edit) @10968   8 years Don-vip see #13537 - refactor constructors and add parameters validation to …
(edit) @10965   8 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @10964   8 years wiktorn Load tiles from lower zoom levels if not all of them are loaded …
(edit) @10962   8 years Don-vip improve unit tests
(edit) @10959   8 years Don-vip fix #13507 - safer management of listeners for Layer color property
(edit) @10958   8 years Don-vip fix #13479 - safer management of listeners
(edit) @10957   8 years Don-vip see #13479 - make ConflictResolutionDialog inherit from ExtendedDialog
(edit) @10941   8 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @10940   8 years Don-vip javadoc
(edit) @10939   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
(edit) @10936   8 years Don-vip sonar
(edit) @10934   8 years Don-vip see #13503 - add more debug info
(edit) @10931   8 years Don-vip fix #13513 - Registers a protocol handler for data: URLs allowing to …
(edit) @10927   8 years simon04 see #13217 - Only one location for deprecated icon names
(edit) @10926   8 years michael2402 fix #13506 - Do not show deprecated.svg icon in add/edit tag dialog
(edit) @10925   8 years Don-vip see #11924 - fix javadoc warnings seen with jdk9b133
(edit) @10910   8 years Don-vip improve javadoc, unit tests, reduce visibility of some public fields
(edit) @10909   8 years michael2402 See #13318. MainApplication: Make log message for log level display …
(edit) @10905   8 years Don-vip see #13232 - remove SingleLayerTransferable
(edit) @10899   8 years Don-vip fix #13318 - Clean up program startup (parameters, logging) - patch by …
(edit) @10898   8 years Don-vip fix #13454 - Memory leak in MapView (patch by Gerd Petermann)
(edit) @10893   8 years Don-vip fix #13447 - Clean notification manager, merge properties and remove …
(edit) @10890   8 years Don-vip fix #13441 - add robustness against JDK-6322854
(edit) @10889   8 years Don-vip fix #13439 - Node.toString() and Way.toString() causing performance …
(edit) @10882   8 years Don-vip fix #13396 - improve performance in Renderer (patch by Gerd Petermann, …
(edit) @10881   8 years Don-vip fix #13430 - Allow paste of OSM links (patch by michael2402) - gsoc-core
(edit) @10880   8 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
(edit) @10879   8 years Don-vip fix #13424 - Remove unneccessary isChanged flag (patch by michael2402, …
(edit) @10878   8 years Don-vip fix #13423 - Convert properties cell renderer to new color preferences …
(edit) @10876   8 years Don-vip fix #13309 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10875   8 years Don-vip fix #13413 - Clean ImproveWayAccuracyAction, add new class …
(edit) @10874   8 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
(edit) @10873   8 years Don-vip see #13412 - replace character by ' in comments, cause encoding …
(edit) @10868   8 years Don-vip fix #13400 - More debug info for pasting data (patch by michael2402) - …
(edit) @10867   8 years Don-vip fix #13397 - segment did not display anymore middle plus signs (patch …
(edit) @10861   8 years Don-vip fix #13394 - fix some memory leaks (patch by Gerd Petermann)
(edit) @10856   8 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core + …
(edit) @10853   8 years Don-vip see #13309 - fix most of deprecation warnings
(edit) @10851   8 years Don-vip fix #13380 - Create removeToggleDialog method in MapFrame
(edit) @10849   8 years Don-vip fix #13360 - display bigger item icon in preset dialog
(edit) @10847   8 years Don-vip fix #13378 - IllegalStateException
(edit) @10843   8 years Don-vip see #13306 - remove (temporarily ?) deprecation warning for getPoint
(edit) @10840   8 years stoecker fix #13374 - patch by Michael Zangl
(edit) @10837   8 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
(edit) @10836   8 years Don-vip see #11924 - fix javadoc warnings seen with Java 9
(edit) @10829   8 years Don-vip see #13306 - fix wrong version number
(edit) @10828   8 years Don-vip fix #13368 - plugin list starts scrolled down
(edit) @10827   8 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10826   8 years stoecker fix #13365 - patch my Michael Zangl
(edit) @10824   8 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10820   8 years Don-vip fix #13222 - Use visitor pattern for painting tiles (patch by …
(edit) @10819   8 years Don-vip fix #13352 - new bug report queue (patch by michael2402) - gsoc-core
(edit) @10816   8 years simon04 fix #12950 - Add "Download in current view" This action is located in …
(edit) @10812   8 years Don-vip fix #13313 - Copy no longer only copies the selected object ID to …
(edit) @10811   8 years Don-vip fix #13010 - Load plugins from list (modified patch by michael2402) - …
(edit) @10809   8 years Don-vip fix #13175 - Use invalidation event instead of isChanged() (patch by …
(edit) @10806   8 years Don-vip fix #13303 - Fixes for hatched texture (modified patch by michael2402) …
(edit) @10805   8 years Don-vip fix #13287 - Projection updates to support multiple projections (patch …
(edit) @10801   8 years Don-vip fix #13341 - refactor construction of data flavors, specify …
(edit) @10793   8 years Don-vip fix #13337 - NPE
(edit) @10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
Note: See TracRevisionLog for help on using the revision log.