source:
josm/trunk/src/org/openstreetmap/josm/gui@
15918
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
animation | 15602 | 5 years | fix #18431: add expert option gui.start.animation. If set to false … | ||
autofilter | 15893 | 5 years | Fix SearchCompilerTest.testEqualsContract | ||
bbox | 15853 | 5 years | see #18440 - non-blocking warning in case of invalid TMS entries | ||
bugreport | 14273 | 6 years | fix typos - patch by naoliv - fix #16781 - Thanks a lot | ||
conflict | 15729 | 5 years | fix #18026 - Relation member conflict: render decision as radio buttons | ||
correction | 12663 | 7 years |
see #15182 - move NameFormatter* from gui to data.osm
|
||
datatransfer | 15905 | 5 years | Use Collections.singletonMap | ||
dialogs | 15913 | 5 years | fix #18754, see #18729 - TaginfoRegionalInstance: fix deadlock | ||
download | 15756 | 5 years | fix pmd issue: Array initialization can be written shorter. | ||
draw | 14342 | 6 years | see #9995, see #13173 - adjust symbol shapes size based on current DPI | ||
help | 15655 | 5 years | see #18514 - cleanup menu groups handling | ||
history | 15774 | 5 years | Simplify RelationMemberListViewer.buildTable | ||
io | 15865 | 5 years | fix #18722 - exclude json file extension from GeoJsonImporter + add … | ||
layer | 15918 | 5 years | fix #18720 - see #11856 - Automatically enable "Tile zoom offset" in … | ||
mappaint | 15910 | 5 years | MapCSSParser.zoom: parse into Range directly | ||
oauth | 15662 | 5 years | Fix typo: overriden↦overridden | ||
preferences | 15880 | 5 years | fix #18702 - DrawingPreference: swap "OSM Data" with "GPS Points" | ||
progress | 15233 | 5 years | see #17861 - last bugfixes | ||
tagging | 15909 | 5 years | see #18749 - Use efficient/unmodifiable collections | ||
util | 15724 | 5 years | Fix PMD Warning | ||
widgets | 15790 | 5 years | fix #18632 - fix loading of SVG images in internal help browser | ||
ConditionalOptionPaneUtil.java | 12.6 KB | 14380 | 6 years | fix #16906 - RelationEditorActionsTest: fix for non-headless mode … | |
DownloadParamType.java | 5.6 KB | 15180 | 5 years | see #13201, see #17825 - allow to download geo: URI from the command line | |
ExceptionDialogUtil.java | 16.7 KB | 15084 | 6 years | see #17722 - proper notification of user block | |
ExtendedDialog.java | 19.3 KB | 14153 | 6 years |
see #15229 - deprecate Main.parent and Main itself
|
|
GettingStarted.java | 8.6 KB | 14578 | 6 years | It's Christmas time! Animate our "Getting Started" page with shining … | |
HelpAwareOptionPane.java | 14.3 KB | 13842 | 7 years |
see #16319 - scale properly all icons using ButtonSpec
|
|
HideableButton.java | 553 bytes | 15633 | 5 years | fix #18514 - make all changeset actions and dialogs only accessible in … | |
IconToggleButton.java | 5.5 KB | 15633 | 5 years | fix #18514 - make all changeset actions and dialogs only accessible in … | |
IExtendedDialog.java | 6.3 KB | 12678 | 7 years |
see #15182 - move WindowGeometry from tools to gui.util
|
|
ImageryMenu.java | 12.9 KB | 15521 | 5 years | fix #18313 - proper toolbar cleanup when JOSM actions are destroyed | |
MainApplication.java | 62.6 KB | 15469 | 5 years | fix #10033, fix #15748, fix #17097 - drop remote control https support … | |
MainFrame.java | 8.8 KB | 15725 | 5 years | fix #11914: Allow to show user name in titlebar - implement … | |
MainInitialization.java | 8.4 KB | 15855 | 5 years | see #18440 - Fetch imagery API keys from JOSM website. Restore access … | |
MainMenu.java | 45.0 KB | 15655 | 5 years | see #18514 - cleanup menu groups handling | |
MainPanel.java | 5.8 KB | 14470 | 6 years | see #17040 Fix various memory leaks Not sure if this will break Unit … | |
MainTermination.java | 2.0 KB | 14326 | 6 years | fix #4535, fix #16780 - detect changesets closed on server side after … | |
MapFrame.java | 32.8 KB | 15859 | 5 years | see #15334 - MapFrame: black BasicArrowButton | |
MapFrameListener.java | 616 bytes | 10600 | 8 years | see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface … | |
MapMover.java | 10.3 KB | 14214 | 6 years | sonarqube - squid:S4551 - Enum values should be compared with "==" | |
MapScaler.java | 6.1 KB | 12987 | 7 years | see #15410 - change preferences scheme for named colors - makes … | |
MapSlider.java | 2.3 KB | 14483 | 6 years | see #17040 - fix SonarQube issues | |
MapStatus.java | 49.6 KB | 15185 | 5 years |
fix #17823 - increase statusbar.decimal-format precision, for those …
|
|
MapView.java | 35.2 KB | 15717 | 5 years | Java 8: use Collectors.joining | |
MapViewState.java | 26.0 KB | 15041 | 6 years | performance - avoid to create the same EastNorth instances during … | |
MenuScroller.java | 15.5 KB | 14173 | 6 years | fix #16660 - ArrayIndexOutOfBoundsException in MenuScroller | |
ModeMenu.java | 1.3 KB | 15445 | 5 years | fix #18210 - fix mode menu (add items properly to display shortcuts) … | |
NavigatableComponent.java | 63.9 KB | 15767 | 5 years | fix #18623: Zoom is too close when downloading a single node Don't … | |
NoteInputDialog.java | 2.2 KB | 12280 | 8 years | drop remaining png extensions from few icons in java code so we can … | |
NoteSortDialog.java | 3.1 KB | 14153 | 6 years |
see #15229 - deprecate Main.parent and Main itself
|
|
Notification.java | 6.3 KB | 12846 | 7 years |
see #15229 - use Config.getPref() wherever possible
|
|
NotificationManager.java | 13.4 KB | 14153 | 6 years |
see #15229 - deprecate Main.parent and Main itself
|
|
package-info.java | 152 bytes | 10125 | 9 years |
refactor classes from corrector package, add javadoc
|
|
PleaseWaitDialog.java | 7.3 KB | 15586 | 5 years | code cleanup | |
PleaseWaitRunnable.java | 7.1 KB | 14936 | 6 years | fix #17525: catch all RunTimeExceptions in PleaseWaitRunnable.doRealRun() | |
PopupMenuHandler.java | 3.7 KB | 13957 | 6 years |
use IRelation in RelationListDialog and *RelationAction s
|
|
PrimitiveRenderer.java | 5.1 KB | 14006 | 6 years | fix warnings | |
ProgramArguments.java | 7.3 KB | 14415 | 6 years | See #16866: Drop getopt, use own option parser. | |
ScrollViewport.java | 8.7 KB | 13866 | 7 years | spotbugs - SE_BAD_FIELD_STORE | |
SelectionManager.java | 15.6 KB | 13434 | 7 years | see #8039, see #10456 - support read-only data layers | |
ShowHideButtonListener.java | 525 bytes | 12391 | 7 years | See #14794: Documentation for the gui package | |
SideButton.java | 4.0 KB | 13864 | 7 years | see #15310 - remove dead code | |
SplashScreen.java | 13.1 KB | 15755 | 5 years | Introduce Stopwatch class to measure elapsed time | |
WindowMenu.java | 1.4 KB | 15655 | 5 years | see #18514 - cleanup menu groups handling |
Note:
See TracBrowser
for help on using the repository browser.