source: josm/trunk/src/org/openstreetmap/josm/gui/MapView.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9818   8 years wiktorn Snap scale to mercator zoom levels. See #12350 Patch submitted by: …
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9532   8 years bastiK see #12186 - add Oblique Mercator projection (imports pieces of code …
(edit) @9246   8 years Don-vip javadoc update
(edit) @9243   8 years Don-vip javadoc update
(edit) @9198   8 years simon04 fix #11918 - Make obtain sources from current layers add only visible …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8925   8 years Don-vip see #11631 - see #11689 - remove commented code causing javadoc warnings
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8646   9 years wiktorn Move listeners notification outside synchronized sections. Addresses: …
(edit) @8642   9 years wiktorn Temporary fix lockups on data layer removal when Validation layer is …
(edit) @8631   9 years wiktorn Move lock aquires closer to try/catch/finally, to silent FindBugs …
(edit) @8625   9 years bastiK applied #11713 - JOSM raster layers filters plugin development (patch …
(edit) @8615   9 years bastiK fixed a Collections.reverse that should not be there (fixes #11496, …
(edit) @8613   9 years bastiK fixed #11496 - getVisibleLayersInZOrder() -> Comparator is not …
(edit) @8612   9 years Don-vip fix QA issues (javadoc, findbugs, checkstyle)
(edit) @8573   9 years bastiK fixed #11647 - Regression: relation list empty (patch by michael2402)
(edit) @8557   9 years Don-vip checkstyle
(edit) @8555   9 years bastiK applied #11635 - Move creation of the MapView children to new method. …
(edit) @8553   9 years bastiK applied #11633 - MapView: Made paint() method shorter by moving draw …
(edit) @8552   9 years bastiK applied #11632 - Synchronized access to temporary layers and added a …
(edit) @8551   9 years bastiK applied #11631 new enhancement - Synchronized access to MapView#layers …
(edit) @8548   9 years bastiK applied #11627 - Added Repaint listener to MapView (patch by michael2402)
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8454   9 years Don-vip fix #11493 - Wrong warning in validation of roundabouts (regression, …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8029   9 years bastiK see #11090 - new option for LayerChangeListener to get an initial …
(edit) @7817   9 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
(edit) @7816   9 years bastiK fixed #10860 - set initial viewport correctly when mapview is opened
(edit) @7575   10 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7534   10 years Don-vip see #10511 - add unit test
(edit) @7484   10 years Don-vip see #10455 - use OS X Window-Modified Indicator with …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6992   10 years Don-vip cleanup/refactor of NavigatableComponent
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6654   10 years simon04 fix #9514 fix #9484 fix #9502 - Upload dialog: make source field …
(edit) @6567   10 years simon04 fix #9496 - undo signature change of MapView.getLayersOfType (of r6565)
(edit) @6565   10 years simon04 fix #9484 - source in upload dialog: add knowledge, survey to …
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6107   11 years Don-vip fix #8919 - fix memory leaks, including one introduced with r5982
(edit) @6100   11 years bastiK fixed - #8903 Unglueing tagged node moves it to viewport corner (patch …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6052   11 years Don-vip fix EDT violation
(edit) @6020   11 years akks see #8652: use Tab for toggling panels even if focus is on toolbar …
(edit) @6019   11 years akks see #8652: do not shift the map on screen when toggling panels by Tab …
(edit) @6018   11 years akks see #8652: fix toggling panels by Tab (did not work when GPX or …
(edit) @5990   11 years Don-vip fix #7863 - ConcurrentModificationException while merging layers
(edit) @5979   11 years akks fix #8652 [based on patch by cmuelle8] enable dialog and panels hiding …
(edit) @5965   11 years akks see #8652 (patch by cmuelle8, part 1, modified): add "toggle panels" …
(edit) @5670   11 years bastiK session: save & restore map position and scale (see #4029)
(edit) @5519   12 years Don-vip fix #8090 - Removing saved non-uploadable layer asks for confirmation
(edit) @5472   12 years Don-vip see #7980 - fix another two memory leaks
(edit) @5460   12 years Don-vip global use of Main.isDisplayingMapView()
(edit) @5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
(edit) @5448   12 years Don-vip Prevents MapView from being repainted multiple times when adding the …
(edit) @5407   12 years bastiK prevent paint cache invalidation from beeing swallowed during paint …
(edit) @5406   12 years Don-vip see #7280 - Change synchronization mechanism of MapView when being …
(edit) @5384   12 years bastiK applied #7878 - Add a new background layer on top of the topmost …
(edit) @5382   12 years Don-vip Small code cleanup/refactorization in shortcut unregistration
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5219   12 years bastiK mapstyles: add automatic reloading of local styles when they have been …
(edit) @5054   12 years bastiK see #6797: load map images in background, in case they are loaded over …
(edit) @4627   12 years Don-vip Major performance improvements in multipolygons rendering
(edit) @4623   12 years Don-vip see #6987 - multipolygon cache aware of events requiring cache refresh …
(edit) @4621   12 years Don-vip fix #6987 - Crashing on osm file open -> Fix a performance problem …
(edit) @4480   13 years Don-vip fix #6876 - ParallelWayMode crashes without a edit layer
(edit) @4479   13 years Don-vip fix #5594 - Exception while restoring autosaved data
(edit) @4244   13 years stoecker zoom to layer also when loading NMEA files
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3896   13 years bastiK allow a stylesource to override the background color. This may not be …
(edit) @3837   13 years framm new viewport following function; moves the viewport so that the last …
(edit) @3705   13 years Upliner applied #5570 - implement layer opacity control
(edit) @3675   13 years bastiK debug output for autosave (#5559 and others)
(edit) @3669   13 years bastiK add validator plugin to josm core. Original author: Francisco R. …
(edit) @3594   14 years bastiK applied #5500 (patch by cmuelle8) - improve SelectAction and …
(edit) @3478   14 years bastiK 1) do not show bug report window for bugs that are thrown while bug …
(edit) @3451   14 years jttt Memory leaks, minor changes needed by wmsplugin
(edit) @3443   14 years jttt Fix some of the references/forgotten listeners that keeps MapView …
(edit) @3416   14 years jttt Add Dataset.add/removeSelectionListener methods, change eclipse …
(edit) @3327   14 years jttt Fix some of "Keystroke %s is already assigned to %s, will be …
(edit) @3252   14 years jttt Fix #2234: Translation can cause JosmActions to illegally handle shortcuts
(edit) @3229   14 years stoecker don't open GPX behind background layers
(edit) @3178   14 years bastiK * disable all filters if the filter dialog is not visible * show the …
(edit) @3144   14 years jttt Fix #4740 Map view sometimes turns black
(edit) @3136   14 years jttt Fix #4729 josm >= 3116 extremely slow and laggy
(edit) @3128   14 years jttt Different fix for #4728 - discard offscreen buffer for all layer in MapView
(edit) @3125   14 years jttt Fix #4723 Error on load, on zoom
(edit) @3118   14 years jttt Handle changes in viewID in MapView instead of OsmDataLayer
(edit) @3116   14 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @3078   14 years bastiK fixed #4593 - conflict list and header not updated right away after …
(edit) @3010   14 years bastiK fixed #3921 - Autojump to downloaded area
Note: See TracRevisionLog for help on using the revision log.