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

Name Size Rev Age Author Last Change
../
autofilter 12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
mappaint 13105   6 years bastiK see #15525 - fix NPE
util 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
bbox 13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
bugreport 13068   6 years Don-vip sonar - fix a few issues
conflict 13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
correction 12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
datatransfer 12920   7 years Don-vip fix #15387 - IAE occurs when pasting tags into relation editor using …
dialogs 13150   6 years Don-vip fix #14778 - stroke not reset after drawing of large areas produced …
download 13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
help 13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
history 13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
io 13146   6 years Don-vip javadoc/PMD
layer 13165   6 years Don-vip fix #15550 - last tweaks in note tooltips size, placement and URL detection
oauth 13111   6 years Don-vip fix #11217, fix #12623 - major rework of notes tooltips: - display …
preferences 13160   6 years Don-vip fix #11762 - fix IAE when disabling expert mode while viewing advanced …
progress 12681   7 years Don-vip see #15182 - removed useless import
tagging 13139   6 years Don-vip fix #13747 - do not select all characters from a combobox when …
widgets 13157   6 years Don-vip see #15550 - better (?) resizing of note tooltips
draw 12505   7 years michael2402 Add a method that allows traversing an offset version of a MapViewPath
ConditionalOptionPaneUtil.java 13.1 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
GettingStarted.java 7.7 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
IconToggleButton.java 5.4 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
JosmUserIdentityManager.java 7.2 KB 12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
MainApplication.java 66.8 KB 13025   6 years bastiK see #15451 - fix wiring
MainFrame.java 8.2 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
MainMenu.java 40.0 KB 13090   6 years bastiK see #14142 - move dialogs toggle action menu entry down to toolbar …
MapMover.java 10.0 KB 12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
MapScaler.java 6.1 KB 12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
MapViewState.java 25.5 KB 12818   7 years bastiK see #15229 - move Bounds#visitEdge to Projection#visitOutline * …
Notification.java 6.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
PleaseWaitRunnable.java 7.3 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
ProgramArguments.java 7.7 KB 12893   7 years bastiK see #15229 - add getopt to ant target "compile-cots"; minor fix
DownloadParamType.java 5.6 KB 13050   6 years Don-vip fix #14602 - allow both dot and comma decimal separator everywhere …
ExceptionDialogUtil.java 17.8 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
ExtendedDialog.java 19.2 KB 13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
HelpAwareOptionPane.java 13.6 KB 12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
HideableButton.java 528 bytes 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
IExtendedDialog.java 6.3 KB 12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
ImageryMenu.java 10.7 KB 12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
MainPanel.java 5.9 KB 12675   7 years Don-vip see #15182 - move the Swing-based ProgressMonitor implementations …
MapFrame.java 31.9 KB 13040   6 years Don-vip cleanup imports (checkstyle/PMD)
MapFrameListener.java 616 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
MapSlider.java 2.2 KB 12537   7 years Don-vip PMD - VariableNamingConventions
MapStatus.java 47.4 KB 13159   6 years Don-vip see #13883, #15586 - avoid HeadlessException in unit tests
MapView.java 36.2 KB 13154   6 years Don-vip fix #13883, fix #15586 - better fix for #13883, without breaking …
MenuScroller.java 15.5 KB 12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
NavigatableComponent.java 62.3 KB 13154   6 years Don-vip fix #13883, fix #15586 - better fix for #13883, without breaking …
NoteInputDialog.java 2.2 KB 12280   7 years Don-vip drop remaining png extensions from few icons in java code so we can …
NoteSortDialog.java 3.1 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
NotificationManager.java 13.4 KB 12637   7 years Don-vip see #15182 - deprecate Main.toolbar. Replacement: …
OsmPrimitivRenderer.java 5.0 KB 12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
package-info.java 152 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
PopupMenuHandler.java 3.6 KB 11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
ScrollViewport.java 8.6 KB 12866   7 years Don-vip SonarQube: * squid:S4144 - Methods should not have identical …
SelectionManager.java 15.6 KB 12961   7 years Don-vip fix #15126 - NPE
SideButton.java 4.6 KB 12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
SplashScreen.java 12.9 KB 12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
ShowHideButtonListener.java 525 bytes 12391   7 years michael2402 See #14794: Documentation for the gui package
Note: See TracBrowser for help on using the repository browser.