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

Name Size Rev Age Author Last Change
../
autofilter 18217   4 years Don-vip coverity - spotbugs - FB.EQ_DOESNT_OVERRIDE_EQUALS
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 …
history 19098   10 months GerdP fix #23645: ChangesetCache: Is it useful as it is? Why isn't it always …
animation 19254   5 months stoecker some small cleanups
bbox 19311   6 weeks stoecker fix #24121, fix null access
dialogs 19309   6 weeks stoecker fix CID 1591123, add missing break
download 19269   3 months stoecker silence PMD - some of these rules are bullshit - explicit …
io 19321   5 weeks stoecker checkstyle
layer 19327   4 weeks stoecker fix #24016 - better visibility of correlation status, patch by StephaneP
mappaint 19336   4 weeks stoecker fix #24046 - improve speed of multipolygon validator - patch by …
oauth 19320   5 weeks stoecker see #24104 - drop deprecated elements which aren't used anywhere
preferences 19335   4 weeks stoecker fix #24163 - patch by gaben - don't flag success as warning
tagging 19320   5 weeks stoecker see #24104 - drop deprecated elements which aren't used anywhere
util 19328   4 weeks stoecker see #24104 - removed deprecated functions
widgets 19328   4 weeks stoecker see #24104 - removed deprecated functions
conflict 19307   7 weeks taylor.smock Fix most new PMD issues It would be better to use the newer switch …
correction 18801   20 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
datatransfer 19106   9 months taylor.smock Cleanup some new PMD warnings from PMD 7.x (followup of r19101)
help 19080   10 months taylor.smock See #23671: Deprecate Utils#isBlank and replace instances of it with …
progress 19139   8 months taylor.smock PMD and checkstyle fixes
DownloadParamType.java 5.6 KB 15180   6 years Don-vip see #13201, see #17825 - allow to download geo: URI from the command line
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   8 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
ImageryMenu.java 13.1 KB 18208   4 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
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)
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   7 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
PopupMenuHandler.java 3.7 KB 13957   7 years Don-vip use IRelation in RelationListDialog and *RelationActions
ScrollViewport.java 8.7 KB 13866   7 years Don-vip spotbugs - SE_BAD_FIELD_STORE
SideButton.java 4.0 KB 18099   4 years Don-vip fix #21176 - fix icon sizes of save layers dialog
WindowMenu.java 1.4 KB 15655   5 years Don-vip see #18514 - cleanup menu groups handling
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   8 years michael2402 See #14794: Documentation for the gui package
IconToggleButton.java 5.5 KB 16913   5 years simon04 fix #19698 - Refactoring: make private fields final
MapScaler.java 6.6 KB 16894   5 years simon04 fix #4888 - SlippyMapBBoxChooser: show map scale
MapViewState.java 26.9 KB 17581   4 years simon04 see #20613 - Avoid heap allocations in …
Notification.java 7.6 KB 17628   4 years simon04 fix #16709 - Display a notification while/after saving files
PleaseWaitRunnable.java 7.1 KB 16913   5 years simon04 fix #19698 - Refactoring: make private fields final
GettingStarted.java 11.0 KB 19254   5 months stoecker some small cleanups
MapStatus.java 51.1 KB 19122   9 months stoecker fix #23745 - add more icons, patch by gaben
ProgramArguments.java 7.7 KB 19177   8 months stoecker fix #23849 - provide option to reduce loglevel to warnings
ConditionalOptionPaneUtil.java 12.9 KB 18923   15 months taylor.smock Fix #16485: Ensure windows lose always-on-top status when JOSM loses …
ExceptionDialogUtil.java 17.5 KB 19216   6 months taylor.smock Fix #23866: java.io.UncheckedIOException: …
ExtendedDialog.java 19.8 KB 18923   15 months taylor.smock Fix #16485: Ensure windows lose always-on-top status when JOSM loses …
HelpAwareOptionPane.java 14.8 KB 19225   6 months taylor.smock Fix #23925: Indicate/link to alternative download methods when the …
MainApplication.java 68.9 KB 19264   4 months taylor.smock Fix #24030: JEP 486 (in Java 24) always throws an …
MainFrame.java 9.4 KB 19050   11 months taylor.smock Revert most var changes from r19048, fix most new compile warnings …
MainInitialization.java 8.2 KB 19103   9 months taylor.smock Cleanup some new PMD warnings from PMD 7.x (followup of r19101)
MainMenu.java 46.6 KB 19176   8 months taylor.smock Fix #11487: Have josm render data to tiles This adds a new rendering …
MapFrame.java 32.4 KB 18871   17 months taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
MapMover.java 10.4 KB 19050   11 months taylor.smock Revert most var changes from r19048, fix most new compile warnings …
MapView.java 36.3 KB 19176   8 months taylor.smock Fix #11487: Have josm render data to tiles This adds a new rendering …
MenuScroller.java 15.6 KB 19050   11 months taylor.smock Revert most var changes from r19048, fix most new compile warnings …
NavigatableComponent.java 67.4 KB 19050   11 months taylor.smock Revert most var changes from r19048, fix most new compile warnings …
NoteInputDialog.java 2.9 KB 18918   15 months taylor.smock Fix #23290: Validate the regions a tag is expected to be in (patch by …
NotificationManager.java 14.4 KB 19050   11 months taylor.smock Revert most var changes from r19048, fix most new compile warnings …
PleaseWaitDialog.java 7.3 KB 19080   10 months taylor.smock See #23671: Deprecate Utils#isBlank and replace instances of it with …
PrimitiveHoverListener.java 2.3 KB 18574   2 years taylor.smock Fix #22378: Preview object properties on mouse hover (patch by …
PrimitiveRenderer.java 5.3 KB 18794   20 months taylor.smock Fix #23085: Improve speed of selecting large amounts of objects * JVM …
SelectionManager.java 15.6 KB 19167   8 months taylor.smock Fix #23830: Slow selection when there is a lot of data We were …
SplashScreen.java 13.3 KB 18836   18 months taylor.smock Reduce memory allocations from SplashScreenProgressRenderer#setTasks
Note: See TracBrowser for help on using the repository browser.