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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17235   4 years Don-vip fix #19120 - fix #19954 - Disable Shift shortcuts in text fields
(edit) @17117   4 years simon04 see #19819 - Obtain link color using UIManager (patch by DevCharly)
(edit) @17116   4 years simon04 see #19819 - MapStatus: make color preferences work (patch by DevCharly)
(edit) @17078   4 years Don-vip fix #19794 - LatLonDialog: restore default action on Enter key stroke …
(edit) @16960   4 years simon04 see #8334 - Add advanced option to scale the table font Advanced …
(edit) @16919   4 years simon04 Fix typos in Javadoc
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16695   4 years simon04 see #19381 - Upload dialog: allow to disable text validation - …
(edit) @16675   4 years simon04 fix #19381 - AbstractTextComponentValidator: use NamedColorProperty
(edit) @16672   4 years simon04 see #19381 - Upload dialog: make warnings less intrusive
(edit) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16630   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses
(edit) @16628   4 years simon04 see #19334 - https://errorprone.info/bugpattern/MixedMutabilityReturnType
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16453   4 years simon04 see #19251, see #19252 - fix findFirst/map/orElse sequence
(edit) @16450   4 years simon04 see #19252 - Java 8: use Stream Now including the previously missing …
(edit) @16448   4 years simon04 see #19251 - Java warnings
(edit) @16440   4 years GerdP fix #19252: Crashreport when mouse is near split pane revert changes …
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16420   4 years simon04 see #19237 - Add /*ICON*/ markers
(edit) @16409   4 years simon04 fix #19237 - Add more icons to text box context menu …
(edit) @16276   4 years simon04 fix #19075 - Presets: add popup menu to keys
(edit) @15790   4 years Don-vip fix #18632 - fix loading of SVG images in internal help browser
(edit) @15775   4 years simon04 Use (correct) magic constants
(edit) @15662   4 years simon04 Fix typo: overriden↦overridden
(edit) @15440   5 years Don-vip checkstyle/findbugs/sonar
(edit) @15437   5 years Don-vip fix #13015 - add icons to preset <check>s
(edit) @15287   5 years Don-vip see #15294, see #15484 - code cleanup, revert r12829 / r13036 now that …
(edit) @15116   5 years Don-vip fix #16301 - add filter for default imagery entries
(edit) @14977   5 years Don-vip ensures consistency of upload comment: * fix #11168 - ctrl-z/undo …
(edit) @14976   5 years Don-vip see #15051 - add a new method to get search text from …
(edit) @14930   5 years GerdP see #17514: Allow to paste full changeset URL where changeset id is …
(edit) @14822   5 years Don-vip add unit test for AboutAction
(edit) @14726   5 years Don-vip fix #17235 - NPE
(edit) @14676   5 years Don-vip fix #17182 - restore contextual menu of history dialog
(edit) @14668   5 years simon04 fix #17185 - Do not offer unsupported file types for saving OsmDataLayer
(edit) @14463   5 years Don-vip fix #17040 - fix memory leaks when calling history dialog
(edit) @14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14248   6 years Don-vip fix #16730 - make sure we try to display popup menus only if their …
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14138   6 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
(edit) @13974   6 years Don-vip fix recent minor issues
(edit) @13969   6 years Don-vip fix #16417 - Downloading primitive with id "0" causes …
(edit) @13965   6 years Don-vip cache contextual popup menu icons to improve performance when …
(edit) @13853   6 years Don-vip fix #11949 - History dialog: insert <wbr> in username labels to …
(edit) @13849   6 years Don-vip SonarQube - fix minor code issues
(edit) @13649   6 years Don-vip fix #16204 - allow to create a new layer, draw, drag, open a few …
(edit) @13647   6 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
(edit) @13504   6 years Don-vip see #11924, see #15560 - fix deprecation warning with Java 10
(edit) @13369   6 years stoecker see #15734 - fix two icons by simply cutting the size. The circle is …
(edit) @13265   6 years Don-vip see #15709 - fix a lot of memory leaks. Now gui.layer.geoImage.*
(edit) @13206   6 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @13157   6 years Don-vip see #15550 - better (?) resizing of note tooltips
(edit) @13111   6 years Don-vip fix #11217, fix #12623 - major rework of notes tooltips: - display …
(edit) @13076   6 years Don-vip see #15560 - fix javadoc warnings with recent JDKs
(edit) @13050   6 years Don-vip fix #14602 - allow both dot and comma decimal separator everywhere …
(edit) @13036   7 years Don-vip fix #15484 - Java 9: workaround to …
(edit) @12955   7 years bastiK applied #15414 - Redesign of SlippyMapBBoxChooser's SourceButton …
(edit) @12866   7 years Don-vip SonarQube: * squid:S4144 - Methods should not have identical …
(edit) @12859   7 years Don-vip see #15229 - see #15182 - deprecate non-GUI AutoCompletion* classes …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12833   7 years Don-vip see #15294 - fix NPE in initialization
(edit) @12829   7 years Don-vip fix #15294 - Java 9: CCE: QuadStateCheckBox$QuadStateDecorator
(edit) @12808   7 years Don-vip SpotBugs - fix some warnings
(edit) @12735   7 years bastiK see #15229 - move CoordinateFormat code out of LatLon class
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12639   7 years Don-vip see #15182 - deprecate shortcut handling and mapframe listener methods …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12445   7 years Don-vip update to error-prone 2.0.21, groovy 2.4.12
(edit) @12389   7 years Don-vip see #14929 - extract OSDLabel from FilterTableModel
(edit) @12310   7 years Don-vip fix #14890 - drop HistoryChangedListener
(edit) @12304   7 years michael2402 Javadoc for public methods / classes in gui.util and gui.widgets
(edit) @12218   7 years Don-vip code cleanup - catch ReflectiveOperationException when possible
(edit) @11948   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN_VALUE
(edit) @11941   7 years Don-vip sonar - fb-contrib:IMC_IMMATURE_CLASS_IDE_GENERATED_PARAMETER_NAMES - …
(edit) @11936   7 years Don-vip sonar - squid:S1694 - An abstract class should have both abstract and …
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11881   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11809   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11772   7 years Don-vip fix #14475 - Deadlock while starting unit tests: remove the need to …
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11615   7 years Don-vip add javadoc
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11544   7 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @11457   7 years Don-vip sonar - fb-contrib:IMC_IMMATURE_CLASS_IDE_GENERATED_PARAMETER_NAMES - …
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11416   7 years Don-vip fix #14151 - see #14042 - fix NPE properly (regression from r11306) + …
(edit) @11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11308   7 years Don-vip fix #14031 - change focus with TAB in "add imagery" dialogs
(edit) @11198   7 years Don-vip fix #13881 - handle cases where JOptionPane.showInputDialog returns …
(edit) @11023   8 years Don-vip checkstyle
(edit) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @11015   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
Note: See TracRevisionLog for help on using the revision log.