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

Name Size Rev Age Author Last Change
../
autofilter 18217   3 years Don-vip coverity - spotbugs - FB.EQ_DOESNT_OVERRIDE_EQUALS
conflict 18489   2 years Don-vip see #22104 - fix deprecation warnings
help 18208   3 years Don-vip global use of Utils.isEmpty/isBlank
bugreport 17392   4 years GerdP fix #19098: Unable to update plugin after crash of plugin - wait for …
draw 17432   4 years GerdP fix #20253: Weird area shading at a corner - use closePath() instead …
animation 17726   4 years simon04 see #14176 - Migrate AnimationExtensionManager to LocalDate (ZoneId) …
correction 16913   4 years simon04 fix #19698 - Refactoring: make private fields final
preferences 18738   18 months stoecker add NMEA track coloring by reference ID
bbox 18494   2 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
datatransfer 18665   22 months taylor.smock Fix several coverity issues CID-1504572: Synchronization on …
dialogs 18715   20 months taylor.smock Fix #22798: Convert dialog actions which extend AbstractAction to …
download 18728   19 months taylor.smock Fix #21886: Download Dialog incorrectly reports note area rejection …
history 18494   2 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
io 18752   18 months taylor.smock Fix #9446: Show progress on upload validation (patch updated by gaben) …
layer 18753   18 months taylor.smock Fix #23001: ClassCastException in GpxDrawHelper#calculateColors This …
mappaint 18712   20 months taylor.smock Fix #22880: Use a single log entry for MapCSS error logging (patch by …
oauth 18650   22 months taylor.smock Fix #20768: Add OAuth 2.0 support This also fixes #21607: …
progress 18549   2 years taylor.smock See #22183: NoClassDefFoundError: Could not initialize class …
tagging 18692   21 months taylor.smock Fix #21965: Reuse same instance of "<different>" for consistency …
util 18549   2 years taylor.smock See #22183: NoClassDefFoundError: Could not initialize class …
widgets 18538   2 years 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
HideableButton.java 553 bytes 15633   5 years Don-vip fix #18514 - make all changeset actions and dialogs only accessible in …
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   4 years Don-vip fix #19585 - fix workaround to JDK-8262085
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   4 years Don-vip see #17858 - ask Oracle Java WebStart users to switch to OpenWebStart …
MainTermination.java 2.0 KB 14326   6 years Don-vip fix #4535, fix #16780 - detect changesets closed on server side after …
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)
MapSlider.java 2.3 KB 14483   6 years Don-vip see #17040 - fix SonarQube issues
ModeMenu.java 1.3 KB 15445   5 years Don-vip fix #18210 - fix mode menu (add items properly to display shortcuts) …
NoteSortDialog.java 3.1 KB 14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
package-info.java 152 bytes 10125   9 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
PopupMenuHandler.java 3.7 KB 13957   6 years Don-vip use IRelation in RelationListDialog and *RelationActions
PrimitiveRenderer.java 5.2 KB 18215   3 years Don-vip coverity - Explicit null dereferenced
ScrollViewport.java 8.7 KB 13866   7 years Don-vip spotbugs - SE_BAD_FIELD_STORE
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   5 years Don-vip see #18514 - cleanup menu groups handling
HelpAwareOptionPane.java 14.5 KB 16217   5 years GerdP see #18982: Improve log message, show content of panel instead of …
MainPanel.java 5.8 KB 14470   6 years GerdP see #17040 Fix various memory leaks Not sure if this will break Unit …
ShowHideButtonListener.java 525 bytes 12391   7 years michael2402 See #14794: Documentation for the gui package
IconToggleButton.java 5.5 KB 16913   4 years simon04 fix #19698 - Refactoring: make private fields final
MapScaler.java 6.6 KB 16894   4 years simon04 fix #4888 - SlippyMapBBoxChooser: show map scale
MapViewState.java 26.9 KB 17581   4 years simon04 see #20613 - Avoid heap allocations in …
MenuScroller.java 15.5 KB 16913   4 years simon04 fix #19698 - Refactoring: make private fields final
NoteInputDialog.java 2.5 KB 16435   5 years simon04 fix #18975 - NoteInputDialog: remember windows geometry
Notification.java 7.6 KB 17628   4 years simon04 fix #16709 - Display a notification while/after saving files
NotificationManager.java 14.4 KB 17901   4 years simon04 fix #20862 - Notifications: Help button icon too big and lots of empty …
PleaseWaitRunnable.java 7.1 KB 16913   4 years simon04 fix #19698 - Refactoring: make private fields final
ProgramArguments.java 7.5 KB 17637   4 years simon04 fix #20647 - Add --status-report command line argument
GettingStarted.java 9.3 KB 18601   2 years taylor.smock Fix #20528: Copy does not work from the welcome screen This was …
MainApplication.java 69.9 KB 18751   18 months taylor.smock Fix #20850 and #22253: Font size in TextAreas is very small in Windows …
MainMenu.java 45.7 KB 18616   2 years taylor.smock Fix #22064: Make "Save Session" available outside of Expert Mode The …
MapFrame.java 32.3 KB 18755   18 months taylor.smock Fix #22751: Improve fullscreen mode (patch by kolesar, modified) * …
MapStatus.java 50.9 KB 18494   2 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
MapView.java 35.9 KB 18755   18 months taylor.smock Fix #22751: Improve fullscreen mode (patch by kolesar, modified) * …
NavigatableComponent.java 67.3 KB 18574   2 years taylor.smock Fix #22378: Preview object properties on mouse hover (patch by …
PrimitiveHoverListener.java 2.3 KB 18574   2 years taylor.smock Fix #22378: Preview object properties on mouse hover (patch by …
SelectionManager.java 15.4 KB 18456   3 years taylor.smock Fix #22065: Mac users cannot deselect with ctrl From the Mac OS HIG …
Note: See TracBrowser for help on using the repository browser.