source:
josm/trunk/src/org/openstreetmap/josm/gui@
16155
| Name | Size | Rev | Age | Author | Last Change |
|---|---|---|---|---|---|
| ../ | |||||
| animation | 15602 | 6 years | fix #18431: add expert option gui.start.animation. If set to false … | ||
| autofilter | 15953 | 6 years | - see #14965 - Sort Autofilter tags alphabetical and add a space … | ||
| bbox | 15963 | 6 years | see #17516 - update to error-prone 2.3.5-SNAPSHOT plus following … | ||
| bugreport | 14273 | 7 years | fix typos - patch by naoliv - fix #16781 - Thanks a lot | ||
| conflict | 15729 | 6 years | fix #18026 - Relation member conflict: render decision as radio buttons | ||
| correction | 12663 | 9 years |
see #15182 - move NameFormatter* from gui to data.osm
|
||
| datatransfer | 15905 | 6 years | Use Collections.singletonMap | ||
| dialogs | 16123 | 6 years | fix #18918 - Enable Ctrl-H shortcut to display history of primitives … | ||
| download | 16155 | 6 years | fix #18943 - add data types caption in Download along dialogues | ||
| draw | 14342 | 7 years | see #9995, see #13173 - adjust symbol shapes size based on current DPI | ||
| help | 16149 | 6 years | fix #15931 - Add a preference to use external browser instead of the … | ||
| history | 16123 | 6 years | fix #18918 - Enable Ctrl-H shortcut to display history of primitives … | ||
| io | 16092 | 6 years | fix #18619 - Upload dialog: add border, reorder summary | ||
| layer | 16155 | 6 years | fix #18943 - add data types caption in Download along dialogues | ||
| mappaint | 16153 | 6 years | fix #18941 - MapImage.getImageResource: wait for image to load | ||
| oauth | 15662 | 6 years | Fix typo: overriden↦overridden | ||
| preferences | 15926 | 6 years | fix recently introduced SonarQube issues | ||
| progress | 15233 | 7 years | see #17861 - last bugfixes | ||
| tagging | 16089 | 6 years | fix #18867 - Presets: combo does not show <DIFFERENT> | ||
| util | 16082 | 6 years | fix Java warning, Javadoc warning | ||
| widgets | 15790 | 6 years | fix #18632 - fix loading of SVG images in internal help browser | ||
| ConditionalOptionPaneUtil.java | 12.6 KB | 14380 | 7 years | fix #16906 - RelationEditorActionsTest: fix for non-headless mode … | |
| DownloadParamType.java | 5.6 KB | 15180 | 7 years | see #13201, see #17825 - allow to download geo: URI from the command line | |
| ExceptionDialogUtil.java | 16.7 KB | 15084 | 7 years | see #17722 - proper notification of user block | |
| ExtendedDialog.java | 19.3 KB | 14153 | 8 years |
see #15229 - deprecate Main.parent and Main itself
|
|
| GettingStarted.java | 8.6 KB | 16006 | 6 years | see #18140 - reorganization of data(_nodist), images(_nodist), … | |
| HelpAwareOptionPane.java | 14.3 KB | 13842 | 8 years |
see #16319 - scale properly all icons using ButtonSpec
|
|
| HideableButton.java | 553 bytes | 15633 | 6 years | fix #18514 - make all changeset actions and dialogs only accessible in … | |
| IconToggleButton.java | 5.5 KB | 15633 | 6 years | fix #18514 - make all changeset actions and dialogs only accessible in … | |
| IExtendedDialog.java | 6.3 KB | 12678 | 9 years |
see #15182 - move WindowGeometry from tools to gui.util
|
|
| ImageryMenu.java | 13.1 KB | 16138 | 6 years | see #18933 - toolbar code refactoring | |
| MainApplication.java | 62.6 KB | 16120 | 6 years | fix #18920 - load AC RAIZ FNMT-RCM from Spanish Royal Mint | |
| MainFrame.java | 8.8 KB | 15725 | 6 years | fix #11914: Allow to show user name in titlebar - implement … | |
| MainInitialization.java | 8.5 KB | 16111 | 6 years | see #18856 - allow to disable numbering format overriding with … | |
| MainMenu.java | 44.6 KB | 16105 | 6 years | see #18768 - checkstyle | |
| MainPanel.java | 5.8 KB | 14470 | 7 years | see #17040 Fix various memory leaks Not sure if this will break Unit … | |
| MainTermination.java | 2.0 KB | 14326 | 7 years | fix #4535, fix #16780 - detect changesets closed on server side after … | |
| MapFrame.java | 32.9 KB | 16132 | 6 years | fix #18769: Each time I open JOSM, the right pane gets slightly wider … | |
| MapFrameListener.java | 616 bytes | 10600 | 10 years | see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface … | |
| MapMover.java | 10.3 KB | 14214 | 8 years | sonarqube - squid:S4551 - Enum values should be compared with "==" | |
| MapScaler.java | 6.1 KB | 12987 | 8 years | see #15410 - change preferences scheme for named colors - makes … | |
| MapSlider.java | 2.3 KB | 14483 | 7 years | see #17040 - fix SonarQube issues | |
| MapStatus.java | 49.6 KB | 15185 | 7 years |
fix #17823 - increase statusbar.decimal-format precision, for those …
|
|
| MapView.java | 35.2 KB | 15717 | 6 years | Java 8: use Collectors.joining | |
| MapViewState.java | 26.0 KB | 15041 | 7 years | performance - avoid to create the same EastNorth instances during … | |
| MenuScroller.java | 15.5 KB | 14173 | 8 years | fix #16660 - ArrayIndexOutOfBoundsException in MenuScroller | |
| ModeMenu.java | 1.3 KB | 15445 | 6 years | fix #18210 - fix mode menu (add items properly to display shortcuts) … | |
| NavigatableComponent.java | 63.9 KB | 15767 | 6 years | fix #18623: Zoom is too close when downloading a single node Don't … | |
| NoteInputDialog.java | 2.2 KB | 12280 | 9 years | drop remaining png extensions from few icons in java code so we can … | |
| NoteSortDialog.java | 3.1 KB | 14153 | 8 years |
see #15229 - deprecate Main.parent and Main itself
|
|
| Notification.java | 6.3 KB | 12846 | 8 years |
see #15229 - use Config.getPref() wherever possible
|
|
| NotificationManager.java | 13.4 KB | 14153 | 8 years |
see #15229 - deprecate Main.parent and Main itself
|
|
| package-info.java | 152 bytes | 10125 | 10 years |
refactor classes from corrector package, add javadoc
|
|
| PleaseWaitDialog.java | 7.3 KB | 15586 | 6 years | code cleanup | |
| PleaseWaitRunnable.java | 7.1 KB | 16124 | 6 years | fix #18770 - fix ProgressException with concurrent download tasks | |
| PopupMenuHandler.java | 3.7 KB | 13957 | 8 years |
use IRelation in RelationListDialog and *RelationActions
|
|
| PrimitiveRenderer.java | 5.1 KB | 16073 | 6 years | Fix typo in Javadoc | |
| ProgramArguments.java | 7.3 KB | 16120 | 6 years | fix #18920 - load AC RAIZ FNMT-RCM from Spanish Royal Mint | |
| ScrollViewport.java | 8.7 KB | 13866 | 8 years | spotbugs - SE_BAD_FIELD_STORE | |
| SelectionManager.java | 15.6 KB | 16119 | 6 years | fix #18928 - fix various crashes with empty ways | |
| ShowHideButtonListener.java | 525 bytes | 12391 | 9 years | See #14794: Documentation for the gui package | |
| SideButton.java | 4.0 KB | 13864 | 8 years | see #15310 - remove dead code | |
| SplashScreen.java | 13.0 KB | 16069 | 6 years | see #18752 - Harmonize stopwatch logging | |
| WindowMenu.java | 1.4 KB | 15655 | 6 years | see #18514 - cleanup menu groups handling | |
Note:
See TracBrowser
for help on using the repository browser.
