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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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)
(edit) @10790   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ENTER)
(edit) @10788   8 years simon04 Remove superfluous FilteredCollection Not used by any plugin in SVN
(edit) @10786   8 years Don-vip see #11390 - remove non-working java version check as it would need to …
(edit) @10784   8 years simon04 see #11823 - Delay minimap initialization until first use This does …
(edit) @10783   8 years simon04 fix #13070 - Upload dialog not sized correctly
(edit) @10781   8 years simon04 fix #11874 - No progress bar while downloading plugins
(edit) @10779   8 years Don-vip see #12994 - Old style SideButton usage errors
(edit) @10777   8 years Don-vip see #13312 - add debug information (patch by michael2402) - gsoc-core
(edit) @10775   8 years simon04 Typo (referred)
(edit) @10768   8 years Don-vip sonar - squid:S3655 - Optional value should only be accessed after …
(edit) @10766   8 years Don-vip fix #13290 - pasting from other layer changes objects position …
(edit) @10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10762   8 years Don-vip sonar - squid:UselessParenthesesCheck
(edit) @10760   8 years Don-vip sonar - squid:S2153 - Boxing and unboxing should not be immediately …
(edit) @10759   8 years Don-vip sonar - squid:S2440 - Classes with only "static" methods should not be …
(edit) @10757   8 years Don-vip sonar - squid:S1659 - Multiple variables should not be declared on the …
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10754   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10749   8 years Don-vip fix javadoc
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10745   8 years Don-vip fix javadoc warnings
(edit) @10742   8 years Don-vip sonar - squid:CallToDeprecatedMethod - remove calls to deprecated methods
(edit) @10737   8 years Don-vip fix #12900 - Conflicts in pasted tags cannot be resolved, cannot be …
(edit) @10733   8 years Don-vip checkstyle
(edit) @10732   8 years Don-vip fix #13272 - add robustness against malformed zip files
(edit) @10722   8 years simon04 fix #13267 - JOSM does not remember last used tags after restart Due …
(edit) @10721   8 years simon04 Remove too specific Utils functions
(edit) @10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10714   8 years simon04 see #11390 - Use CompletableFuture for async image loading
(edit) @10712   8 years simon04 Typo
(edit) @10700   8 years Don-vip fix #13250 - performance optimization when sorting sorting members of …
(edit) @10694   8 years simon04 fix #13249 see #13236 - No not change caret position (for editable …
(edit) @10691   8 years Don-vip see #11390, fix #12890 - finish transition to Java 8 predicates/functions
(edit) @10689   8 years Don-vip see #11390, see #12890 - Use Java 8 Function
(edit) @10683   8 years Don-vip fix #13250 - JOSM seems to hang after sorting members of a complex …
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10674   8 years Don-vip fix #13239, fix #13240 - Java 8: MapCSS Condition class (patches by …
(edit) @10673   8 years Don-vip fix #13241 - Fix min->max typo in AbstractTileSourceLayer (patch by …
(edit) @10672   8 years Don-vip see #12472 - fix "UnsynchronizedOverridesSynchronized" warnings
(edit) @10670   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10669   8 years Don-vip fix #13237 - Should not duplicate layer names in the changeset source
(edit) @10667   8 years Don-vip fix javadoc warning (missing override)
(edit) @10665   8 years Don-vip fix #13236 - Display text from the beginning in large JOSM text areas
(edit) @10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10661   8 years Don-vip fix #13229 - Can't unselect objects (partial revert of r10659)
(edit) @10659   8 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10653   8 years Don-vip see #12472 - fix warning "ClassCanBeStatic"
(edit) @10651   8 years Don-vip fix #13210 - Start extracting coordinate conversion out of tile source …
(edit) @10649   8 years Don-vip fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core
Note: See TracRevisionLog for help on using the revision log.