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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10405   8 years Don-vip fix #12959 - Do not make unit tests rely on JFrame for headless mode …
(edit) @10404   8 years Don-vip findbugs security - XML Parsing Vulnerable to XXE - enable …
(edit) @10401   8 years Don-vip fix #12976 - MapView is not refreshed when the active layer is …
(edit) @10399   8 years Don-vip gsoc-core - cleanup forgotten @since xxx
(edit) @10398   8 years Don-vip fix #12975 - areas in the mapview are not filled anymore (patch by …
(edit) @10395   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10394   8 years wiktorn Fix zoom to bounds. Patch by: michael2402 See: #12964
(edit) @10392   8 years bastiK see #9995 - add advanced preference value 'gui.scale' can be set to …
(edit) @10391   8 years wiktorn Fixes for LayerManager. * LayerManager: invoke hookupMapView at the …
(edit) @10386   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10384   8 years Don-vip fix #12954 - IllegalComponentStateException with detached dialogs
(edit) @10383   8 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
(edit) @10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10375   8 years Don-vip fix #12959 - Move state changes to MapViewState class (patch by …
(edit) @10374   8 years Don-vip fix #12957 - BoxTextElement and LineElement: More documentation and …
(edit) @10372   8 years Don-vip fix #12945 - Better exception wrapping for …
(edit) @10371   8 years Don-vip fix #12944 - Reduce use of addLayer(..., bounds) - patch by …
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10368   8 years stoecker checkstyle again
(edit) @10367   8 years stoecker don't use SideButton outside side panel
(edit) @10365   8 years stoecker checkstyle fixes
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10363   8 years stoecker gsoc-core - patch by Michael Zangl - fix #12955 - remove deprecation usage
(edit) @10362   8 years stoecker javadoc and style fixes
(edit) @10360   8 years stoecker fix unit tests
(edit) @10358   8 years stoecker see #9995 - improve handling for HIDPI screens, patch by strump …
(edit) @10357   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10356   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10355   8 years stoecker don't use SideButton outside side panel
(edit) @10352   8 years stoecker gsoc-core - patch by Michael Zangl - fix #12941 - unfreed resources
(edit) @10346   8 years Don-vip fix #12936 - Do not use clone() on Dataset (patch by michael2402) - …
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10344   8 years Don-vip fix #12935 - One pixel is out of order in the hatched texture (patch …
(edit) @10343   8 years Don-vip fix #12934 - Add new MapViewState class that stores the current state …
(edit) @10342   8 years Don-vip fix #12933 - remove unused methods from NavigatableComponent (patch …
(edit) @10340   8 years Don-vip fix #12927 - Move title management and main frame layout to new class …
(edit) @10332   8 years stoecker Do not use deprecated EditLayerChangedListener - patch my Michael …
(edit) @10325   8 years Don-vip fix #12897 - fix IllegalArgumentException when exiting JOSM (patch by …
(edit) @10317   8 years Don-vip fix #12904 - Documentation of DialogsPanel (patch by michael2402)
(edit) @10316   8 years Don-vip fix coverity 1313942 + 1353522 - Integer handling issues
(edit) @10313   8 years Don-vip fix javadoc
(edit) @10310   8 years Don-vip fix javadoc
(edit) @10309   8 years Don-vip sonar - squid:S1182 - Classes that override "clone" should be …
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10306   8 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10305   8 years Don-vip sonar - various code cleanup fixes
(edit) @10304   8 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @10303   8 years Don-vip sonar - squid:S2164 - Math should not be performed on floats
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10296   8 years Don-vip sonar - squid:S1148 - Throwable.printStackTrace() should not be called
(edit) @10295   8 years Don-vip see #12863 - fix typo
(edit) @10294   8 years Don-vip sonar - squid:S1848 - refactor URL checks
(edit) @10293   8 years Don-vip sonar - squid:S2681 - fix indentation
(edit) @10288   8 years Don-vip fix #12882 - Use LayerManager for LayerListDialog (patch by michael2402)
(edit) @10285   8 years Don-vip fix #12875 - Add data to bug report (patch by michael2402)
(edit) @10282   8 years Don-vip GSOC core rework - LayerManager, see #12863, need a LayerManager …
(edit) @10281   8 years Don-vip GSOC core rework - LayerManager, see #12863, restore a public method …
(edit) @10280   8 years Don-vip fix #12874 - NPE
(edit) @10279   8 years Don-vip GSOC core rework - LayerManager, see #12863, rename …
(edit) @10277   8 years Don-vip GSOC core rework - LayerManager, see #12863, fix checkstyle violations
(edit) @10274   8 years stoecker GSOC core rework - LayerManager, see #12863, by Micheel Zangl, fix version
(edit) @10273   8 years stoecker GSOC core rework - LayerManager, see #12863, by Micheel Zangl, add …
(edit) @10271   8 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10268   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10256   8 years Don-vip add more unit tests
(edit) @10254   8 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10250   8 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @10248   8 years Don-vip findbugs - NM_CONFUSING
(edit) @10245   8 years Don-vip findbugs - CI_CONFUSED_INHERITANCE
(edit) @10244   8 years Don-vip findbugs - BIT_SIGNED_CHECK
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10241   8 years Don-vip fix #12660 - unbind Z shortcut from "Zoom mode" and make it visible …
(edit) @10240   8 years Don-vip fix #12847 - NPE - regression of r10238
(edit) @10239   8 years Don-vip see #11002 - add some robustness against JDK bug
(edit) @10238   8 years Don-vip sonar - squid:S1873 - "static final" arrays should be "private"
(edit) @10236   8 years Don-vip sonar - squid:S1194 - "java.lang.Error" should not be extended
(edit) @10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10234   8 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10228   8 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10223   8 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10213   8 years Don-vip fix coverity 1355245 - FS: Format string problem
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10210   8 years Don-vip see #11924 - Java 9 - replace calls to deprecated classes …
(edit) @10209   8 years Don-vip see #11924 - Java 9 - fixes more deprecation warnings
(edit) @10207   8 years Don-vip remove MultiSplitLayout parsing features (code previously used only by …
(edit) @10205   8 years Don-vip add more unit tests
(edit) @10200   8 years Don-vip add more unit tests
(edit) @10199   8 years Don-vip fix unit tests
(edit) @10198   8 years Don-vip add more unit tests
(edit) @10196   8 years Don-vip fix #9795 - Fetch from Overpass API using HTTPS
(edit) @10194   8 years Don-vip sonar, javadoc
(edit) @10191   8 years Don-vip fix #7302 - Field showing name of object under cursor is often too …
(edit) @10190   8 years Don-vip fix #12838 - NPE
(edit) @10189   8 years Don-vip fix coverity 1355210 - UR: Uninitialized read of field in constructor
(edit) @10186   8 years Don-vip fix #12813 - partial revert of r10175 - HDOP is unitless
(edit) @10184   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
(edit) @10183   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
Note: See TracRevisionLog for help on using the revision log.