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

Name Size Rev Age Author Last Change
../
widgets 14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
util 14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
tagging 14290   6 years Don-vip fix #16797 - NPE
progress 14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
preferences 14306   6 years Don-vip fix #16816 - new option to show object version in lists, similar to …
oauth 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
mappaint 14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
layer 14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
io 14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
history 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
help 14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
draw 12505   7 years michael2402 Add a method that allows traversing an offset version of a MapViewPath
download 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
dialogs 14304   6 years Don-vip fix #16814 - IOOBE
datatransfer 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
correction 12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
conflict 14251   6 years Don-vip fix memory leaks after upload, validation and primitives combining
bugreport 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
bbox 14300   6 years Don-vip fix #16809 - SlippyMapBBoxChooser: include tile sources from current …
autofilter 14206   6 years Don-vip fix #16698, see #15670 - make sure filters are executed (costly …
SplashScreen.java 12.9 KB 14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
SideButton.java 4.0 KB 13864   6 years Don-vip see #15310 - remove dead code
ShowHideButtonListener.java 525 bytes 12391   7 years michael2402 See #14794: Documentation for the gui package
SelectionManager.java 15.6 KB 13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
ScrollViewport.java 8.7 KB 13866   6 years Don-vip spotbugs - SE_BAD_FIELD_STORE
ProgramArguments.java 7.7 KB 12893   7 years bastiK see #15229 - add getopt to ant target "compile-cots"; minor fix
PrimitiveRenderer.java 5.1 KB 14006   6 years Don-vip fix warnings
PopupMenuHandler.java 3.7 KB 13957   6 years Don-vip use IRelation in RelationListDialog and *RelationActions
PleaseWaitRunnable.java 7.3 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
PleaseWaitDialog.java 7.3 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
package-info.java 152 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
NotificationManager.java 13.4 KB 14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
Notification.java 6.3 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
NoteSortDialog.java 3.1 KB 14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
NoteInputDialog.java 2.2 KB 12280   7 years Don-vip drop remaining png extensions from few icons in java code so we can …
NavigatableComponent.java 62.5 KB 14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
MenuScroller.java 15.5 KB 14173   6 years Don-vip fix #16660 - ArrayIndexOutOfBoundsException in MenuScroller
MapViewState.java 26.0 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
MapView.java 35.5 KB 14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
MapStatus.java 49.6 KB 14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
MapSlider.java 2.2 KB 13201   6 years Don-vip fix #15039 - prevent zoom level from jumping after click on slider …
MapScaler.java 6.1 KB 12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
MapMover.java 10.3 KB 14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
MapFrameListener.java 616 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
MapFrame.java 32.4 KB 14248   6 years Don-vip fix #16730 - make sure we try to display popup menus only if their …
MainTermination.java 1.7 KB 14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
MainPanel.java 5.7 KB 13174   6 years Don-vip see #15310 - fix unit tests, warnings
MainMenu.java 40.7 KB 14221   6 years Don-vip see #16706 - use documented enum for AutoScaleMode instead of …
MainInitialization.java 7.5 KB 14140   6 years Don-vip see #15229 - move Main* termination methods to lifecycle SPI + new …
MainFrame.java 8.4 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
MainApplication.java 62.2 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
ImageryMenu.java 10.7 KB 14248   6 years Don-vip fix #16730 - make sure we try to display popup menus only if their …
IExtendedDialog.java 6.3 KB 12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
IconToggleButton.java 5.4 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
HideableButton.java 528 bytes 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
HelpAwareOptionPane.java 14.3 KB 13842   6 years Don-vip see #16319 - scale properly all icons using ButtonSpec
GettingStarted.java 7.7 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
ExtendedDialog.java 19.3 KB 14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
ExceptionDialogUtil.java 18.5 KB 14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
DownloadParamType.java 5.6 KB 14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
ConditionalOptionPaneUtil.java 13.1 KB 14052   6 years Don-vip see #16010 - use JMockit to enable more extensive test coverage (patch …
Note: See TracBrowser for help on using the repository browser.