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

Name Size Rev Age Author Last Change
../
animation 15602   6 years GerdP fix #18431: add expert option gui.start.animation. If set to false …
autofilter 16436   6 years simon04 see #19251 - Java 8: use Stream
bbox 15963   6 years Don-vip see #17516 - update to error-prone 2.3.5-SNAPSHOT plus following …
bugreport 14273   7 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
conflict 16436   6 years simon04 see #19251 - Java 8: use Stream
correction 12663   8 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
datatransfer 16433   6 years simon04 fix #18107 - ChangesetCacheManager: copy a list of changesets to clipboard
dialogs 16436   6 years simon04 see #19251 - Java 8: use Stream
download 16419   6 years simon04 fix #19099 - PlaceSelection: search for more results (Nominatim) …
draw 14342   7 years Don-vip see #9995, see #13173 - adjust symbol shapes size based on current DPI
help 16149   6 years simon04 fix #15931 - Add a preference to use external browser instead of the …
history 16395   6 years GerdP fix #18680: Listener was not registered before: LayerChangeAdapter
io 16407   6 years GerdP fix #18915: "Precondition violation" not fixable from within JOSM - …
layer 16436   6 years simon04 see #19251 - Java 8: use Stream
mappaint 16436   6 years simon04 see #19251 - Java 8: use Stream
oauth 15662   6 years simon04 Fix typo: overriden↦overridden
preferences 16422   6 years simon04 fix #18820, see #13872 - Make OAuth signing of all API requests …
progress 15233   7 years Don-vip see #17861 - last bugfixes
tagging 16436   6 years simon04 see #19251 - Java 8: use Stream
util 16416   6 years simon04 fix #19234 - ToolbarPreferences: move up/down all selected entries
widgets 16420   6 years simon04 see #19237 - Add /*ICON*/ markers
ConditionalOptionPaneUtil.java 12.6 KB 14380   7 years Don-vip fix #16906 - RelationEditorActionsTest: fix for non-headless mode …
DownloadParamType.java 5.6 KB 15180   7 years Don-vip see #13201, see #17825 - allow to download geo: URI from the command line
ExceptionDialogUtil.java 16.6 KB 16217   6 years GerdP see #18982: Improve log message, show content of panel instead of …
ExtendedDialog.java 19.3 KB 14153   7 years Don-vip see #15229 - deprecate Main.parent and Main itself
GettingStarted.java 8.6 KB 16426   6 years simon04 see #18712 - Add NetworkManager.isOffline(String) to test offline …
HelpAwareOptionPane.java 14.5 KB 16217   6 years GerdP see #18982: Improve log message, show content of panel instead of …
HideableButton.java 553 bytes 15633   6 years Don-vip fix #18514 - make all changeset actions and dialogs only accessible in …
IconToggleButton.java 5.5 KB 15633   6 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 16138   6 years Don-vip see #18933 - toolbar code refactoring
MainApplication.java 63.0 KB 16430   6 years simon04 fix #18162, see #18712 - Add --offline=CACHE_UPDATES to disable …
MainFrame.java 8.8 KB 15725   6 years GerdP fix #11914: Allow to show user name in titlebar - implement …
MainInitialization.java 8.1 KB 16358   6 years simon04 see #18164 - Rename class to SearchCompilerQueryWizard
MainMenu.java 44.6 KB 16285   6 years simon04 fix #19021 - MainMenu: disable menus without edit layer: mode, tools, …
MainPanel.java 5.8 KB 14470   7 years GerdP see #17040 Fix various memory leaks Not sure if this will break Unit …
MainTermination.java 2.0 KB 14326   7 years Don-vip fix #4535, fix #16780 - detect changesets closed on server side after …
MapFrame.java 32.9 KB 16132   6 years GerdP fix #18769: Each time I open JOSM, the right pane gets slightly wider …
MapFrameListener.java 616 bytes 10600   10 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
MapMover.java 10.3 KB 14214   7 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
MapScaler.java 6.1 KB 12987   8 years bastiK see #15410 - change preferences scheme for named colors - makes …
MapSlider.java 2.3 KB 14483   7 years Don-vip see #17040 - fix SonarQube issues
MapStatus.java 49.6 KB 15185   7 years Don-vip fix #17823 - increase statusbar.decimal-format precision, for those …
MapView.java 35.2 KB 15717   6 years simon04 Java 8: use Collectors.joining
MapViewState.java 26.0 KB 15041   7 years Don-vip performance - avoid to create the same EastNorth instances during …
MenuScroller.java 15.5 KB 14173   7 years Don-vip fix #16660 - ArrayIndexOutOfBoundsException in MenuScroller
ModeMenu.java 1.3 KB 15445   6 years Don-vip fix #18210 - fix mode menu (add items properly to display shortcuts) …
NavigatableComponent.java 63.9 KB 15767   6 years GerdP fix #18623: Zoom is too close when downloading a single node Don't …
NoteInputDialog.java 2.5 KB 16435   6 years simon04 fix #18975 - NoteInputDialog: remember windows geometry
NoteSortDialog.java 3.1 KB 14153   7 years Don-vip see #15229 - deprecate Main.parent and Main itself
Notification.java 7.2 KB 16314   6 years simon04 see #19089 - Remove debugging output
NotificationManager.java 13.8 KB 16313   6 years simon04 fix #19089 - Avoid displaying multiple notifications with the same text
package-info.java 152 bytes 10125   10 years Don-vip refactor classes from corrector package, add javadoc
PleaseWaitDialog.java 7.3 KB 15586   6 years Don-vip code cleanup
PleaseWaitRunnable.java 7.1 KB 16124   6 years Don-vip fix #18770 - fix ProgressException with concurrent download tasks
PopupMenuHandler.java 3.7 KB 13957   8 years Don-vip use IRelation in RelationListDialog and *RelationActions
PrimitiveRenderer.java 5.1 KB 16073   6 years simon04 Fix typo in Javadoc
ProgramArguments.java 7.3 KB 16120   6 years Don-vip fix #18920 - load AC RAIZ FNMT-RCM from Spanish Royal Mint
ScrollViewport.java 8.7 KB 13866   8 years Don-vip spotbugs - SE_BAD_FIELD_STORE
SelectionManager.java 15.6 KB 16252   6 years simon04 fix #18961 - ColorHelper: harmonize color functions
ShowHideButtonListener.java 525 bytes 12391   9 years michael2402 See #14794: Documentation for the gui package
SideButton.java 4.0 KB 13864   8 years Don-vip see #15310 - remove dead code
SplashScreen.java 13.0 KB 16069   6 years simon04 see #18752 - Harmonize stopwatch logging
WindowMenu.java 1.4 KB 15655   6 years Don-vip see #18514 - cleanup menu groups handling
Note: See TracBrowser for help on using the repository browser.