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

Name Size Rev Age Author Last Change
../
animation 17726   3 years simon04 see #14176 - Migrate AnimationExtensionManager to LocalDate (ZoneId) …
autofilter 18217   3 years Don-vip coverity - spotbugs - FB.EQ_DOESNT_OVERRIDE_EQUALS
bbox 18494   2 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
bugreport 17392   3 years GerdP fix #19098: Unable to update plugin after crash of plugin - wait for …
conflict 18489   2 years Don-vip see #22104 - fix deprecation warnings
correction 16913   4 years simon04 fix #19698 - Refactoring: make private fields final
datatransfer 18342   2 years Don-vip fix #21645 - code cleanup (patch by gaben)
dialogs 18586   19 months taylor.smock Fix #22487: Object hover preview is re-enabled on layer change even …
download 18265   3 years Don-vip fix new defects reported by coverity
draw 17432   3 years GerdP fix #20253: Weird area shading at a corner - use closePath() instead …
help 18208   3 years Don-vip global use of Utils.isEmpty/isBlank
history 18494   2 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
io 18491   2 years taylor.smock Fix #20823: Reject uploads that do not follow either comment policy or …
layer 18593   19 months taylor.smock See #22337: Make window for attached GPX waypoint images resizable …
mappaint 18502   2 years taylor.smock Fix #22139: Significantly reduce allocations in NodeElement This …
oauth 17972   3 years Don-vip fix #21065 - update fully automatic OAuth authentication to adapt to …
preferences 18574   20 months taylor.smock Fix #22378: Preview object properties on mouse hover (patch by …
progress 18549   21 months taylor.smock See #22183: NoClassDefFoundError: Could not initialize class …
tagging 18574   20 months taylor.smock Fix #22378: Preview object properties on mouse hover (patch by …
util 18549   21 months taylor.smock See #22183: NoClassDefFoundError: Could not initialize class …
widgets 18538   22 months taylor.smock JosmTextField: setHint now properly returns the old hint See …
ConditionalOptionPaneUtil.java 12.6 KB 14380   6 years Don-vip fix #16906 - RelationEditorActionsTest: fix for non-headless mode …
DownloadParamType.java 5.6 KB 15180   5 years Don-vip see #13201, see #17825 - allow to download geo: URI from the command line
ExceptionDialogUtil.java 16.8 KB 17333   4 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
ExtendedDialog.java 19.4 KB 18211   3 years Don-vip global use of !Utils.isEmpty/isBlank
GettingStarted.java 9.0 KB 17806   3 years simon04 fix #17838 - Cmd+Shift+Down selects text on the welcome screen
HelpAwareOptionPane.java 14.5 KB 16217   4 years GerdP see #18982: Improve log message, show content of panel instead of …
HideableButton.java 553 bytes 15633   4 years Don-vip fix #18514 - make all changeset actions and dialogs only accessible in …
IconToggleButton.java 5.5 KB 16913   4 years simon04 fix #19698 - Refactoring: make private fields final
IExtendedDialog.java 6.3 KB 12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
ImageryMenu.java 13.1 KB 18208   3 years Don-vip global use of Utils.isEmpty/isBlank
JosmMetalToolTipUI.java 1.1 KB 17682   3 years Don-vip fix #19585 - fix workaround to JDK-8262085
MainApplication.java 69.3 KB 18598   19 months taylor.smock FlatLaf uses properties files which occasionally have breaking changes …
MainFrame.java 9.3 KB 18287   3 years Don-vip fix #20913 - fix handling of GPX files in sessions (patch by Bjoeni) …
MainInitialization.java 8.2 KB 17679   3 years Don-vip see #17858 - ask Oracle Java WebStart users to switch to OpenWebStart …
MainMenu.java 45.7 KB 18529   23 months taylor.smock MainMenu: Add missing final keywords
MainPanel.java 5.8 KB 14470   6 years GerdP see #17040 Fix various memory leaks Not sure if this will break Unit …
MainTermination.java 2.0 KB 14326   6 years Don-vip fix #4535, fix #16780 - detect changesets closed on server side after …
MapFrame.java 33.0 KB 16987   4 years simon04 Logging: classify "Switching map mode from X to Y" as debug
MapFrameListener.java 617 bytes 17333   4 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
MapMover.java 10.3 KB 17333   4 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
MapScaler.java 6.6 KB 16894   4 years simon04 fix #4888 - SlippyMapBBoxChooser: show map scale
MapSlider.java 2.3 KB 14483   6 years Don-vip see #17040 - fix SonarQube issues
MapStatus.java 50.9 KB 18494   2 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
MapView.java 35.3 KB 18211   3 years Don-vip global use of !Utils.isEmpty/isBlank
MapViewState.java 26.9 KB 17581   3 years simon04 see #20613 - Avoid heap allocations in …
MenuScroller.java 15.5 KB 16913   4 years simon04 fix #19698 - Refactoring: make private fields final
ModeMenu.java 1.3 KB 15445   5 years Don-vip fix #18210 - fix mode menu (add items properly to display shortcuts) …
NavigatableComponent.java 67.3 KB 18574   20 months taylor.smock Fix #22378: Preview object properties on mouse hover (patch by …
NoteInputDialog.java 2.5 KB 16435   4 years simon04 fix #18975 - NoteInputDialog: remember windows geometry
NoteSortDialog.java 3.1 KB 14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
Notification.java 7.6 KB 17628   3 years simon04 fix #16709 - Display a notification while/after saving files
NotificationManager.java 14.4 KB 17901   3 years simon04 fix #20862 - Notifications: Help button icon too big and lots of empty …
package-info.java 152 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
PleaseWaitDialog.java 7.3 KB 18208   3 years Don-vip global use of Utils.isEmpty/isBlank
PleaseWaitRunnable.java 7.1 KB 16913   4 years simon04 fix #19698 - Refactoring: make private fields final
PopupMenuHandler.java 3.7 KB 13957   6 years Don-vip use IRelation in RelationListDialog and *RelationActions
PrimitiveHoverListener.java 2.3 KB 18574   20 months taylor.smock Fix #22378: Preview object properties on mouse hover (patch by …
PrimitiveRenderer.java 5.2 KB 18215   3 years Don-vip coverity - Explicit null dereferenced
ProgramArguments.java 7.5 KB 17637   3 years simon04 fix #20647 - Add --status-report command line argument
ScrollViewport.java 8.7 KB 13866   6 years Don-vip spotbugs - SE_BAD_FIELD_STORE
SelectionManager.java 15.4 KB 18456   2 years taylor.smock Fix #22065: Mac users cannot deselect with ctrl From the Mac OS HIG …
ShowHideButtonListener.java 525 bytes 12391   7 years michael2402 See #14794: Documentation for the gui package
SideButton.java 4.0 KB 18099   3 years Don-vip fix #21176 - fix icon sizes of save layers dialog
SplashScreen.java 13.1 KB 18215   3 years Don-vip coverity - Explicit null dereferenced
WindowMenu.java 1.4 KB 15655   4 years Don-vip see #18514 - cleanup menu groups handling
Note: See TracBrowser for help on using the repository browser.