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) @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
(edit) @2860   14 years jttt Fixed #3233 Relation list doesn't update when a data layer is deleted
(edit) @2809   14 years jttt Use image without alpha for offscreen buffer. Seems to the same thing …
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2668   14 years jttt Fixed #4207 getCurrentDataSet() returns null after adding new layers …
(edit) @2666   14 years jttt Minor mappaint cleanup, use constants for colors
(edit) @2655   14 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(edit) @2654   14 years jttt Fixed #4201 Trouble adding/editing objects
(edit) @2653   14 years jttt Fixed #4198 NPE on last layer delete
(edit) @2652   14 years jttt Added listener for edit layer change (not just active layer)
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2622   14 years jttt Dataset changed events refactored - DatasetEventManager now allows to …
(edit) @2621   14 years Gubaer Moved layer listener management from Layer to MapView Made sure that …
(edit) @2617   14 years bastiK geoimage: improved thumbnails (closes #4101)
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2450   14 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2446   14 years Gubaer fixed #3839: Layer order: gpx defaults above data-layer A new …
(edit) @2402   14 years jttt Remove some unnecessary calls to fireSelectionChanged()
(edit) @2395   14 years Gubaer fixed #3839: Layer order: gpx defaults above data-layer
(edit) @2348   14 years Gubaer applied #3780: patch by hansendc: Shift selection is broken
(edit) @2327   14 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2192   15 years Gubaer fixed #3529: New OSM layers should be put on top of layer stack.
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2107   15 years stoecker close #3313 - patch by xeen - fix display problems with OpenJDK (hopefully)
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @1952   15 years Gubaer fixed #3241: Removing active layer should active one of the remaining …
(edit) @1943   15 years Gubaer fixed #3228: GPX waypoints / rendering above streets
(edit) @1918   15 years Gubaer fixed #3206: Could not hide data-layer in josm v1917
(edit) @1914   15 years Gubaer Preparing for a WMSPlugin update
(edit) @1895   15 years Gubaer new: only one list of layers managed by MapView. LayerListDialog is an …
(edit) @1890   15 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
(edit) @1854   15 years Gubaer fixed #3091: zoom to selection on gpx load only
(edit) @1825   15 years Gubaer Changed the way we get an "active data layer" and a "current data …
(edit) @1823   15 years stoecker some projection and zoom cleanups - projection classes still need …
(edit) @1820   15 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1808   15 years Gubaer improved enabling/disabling of menu entries and action buttons …
(edit) @1797   15 years framm - minor changes in conjunction with the Walking Papers plugin.
(edit) @1764   15 years Gubaer fixed #1361: Relation dialog: "Download inclomplete..." blocks JOSM if …
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1722   15 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1685   15 years stoecker fixed audio handling a bit
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1662   15 years stoecker fix #2344 - zooming to single GPS point
(edit) @1518   15 years stoecker fixed #2098 - different zoom steps on zooming in or out - patch by jttt
(edit) @1418   15 years stoecker fixed #2054
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1379   15 years stoecker apply #2127. patch by xeen
(edit) @1265   15 years stoecker fix #2029
(edit) @1180   15 years stoecker fixed bug #1871, removed all deprecations
(edit) @1179   15 years stoecker unified texts
Note: See TracRevisionLog for help on using the revision log.