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) @3125   17 years jttt Fix #4723 Error on load, on zoom
(edit) @3118   17 years jttt Handle changes in viewID in MapView instead of OsmDataLayer
(edit) @3116   17 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @3078   17 years bastiK fixed #4593 - conflict list and header not updated right away after …
(edit) @3010   17 years bastiK fixed #3921 - Autojump to downloaded area
(edit) @2860   17 years jttt Fixed #3233 Relation list doesn't update when a data layer is deleted
(edit) @2809   17 years jttt Use image without alpha for offscreen buffer. Seems to the same thing …
(edit) @2711   17 years stoecker fix bad line endings
(edit) @2668   17 years jttt Fixed #4207 getCurrentDataSet() returns null after adding new layers …
(edit) @2666   17 years jttt Minor mappaint cleanup, use constants for colors
(edit) @2655   17 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(edit) @2654   17 years jttt Fixed #4201 Trouble adding/editing objects
(edit) @2653   17 years jttt Fixed #4198 NPE on last layer delete
(edit) @2652   17 years jttt Added listener for edit layer change (not just active layer)
(edit) @2626   17 years jttt Fixed some of the warnings found by FindBugs
(edit) @2622   17 years jttt Dataset changed events refactored - DatasetEventManager now allows to …
(edit) @2621   17 years Gubaer Moved layer listener management from Layer to MapView Made sure that …
(edit) @2617   17 years bastiK geoimage: improved thumbnails (closes #4101)
(edit) @2512   17 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2450   17 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2446   17 years Gubaer fixed #3839: Layer order: gpx defaults above data-layer A new …
(edit) @2402   17 years jttt Remove some unnecessary calls to fireSelectionChanged()
(edit) @2395   17 years Gubaer fixed #3839: Layer order: gpx defaults above data-layer
(edit) @2348   17 years Gubaer applied #3780: patch by hansendc: Shift selection is broken
(edit) @2327   17 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2192   17 years Gubaer fixed #3529: New OSM layers should be put on top of layer stack.
(edit) @2181   17 years stoecker lots of i18n fixes
(edit) @2107   17 years stoecker close #3313 - patch by xeen - fix display problems with OpenJDK (hopefully)
(edit) @2025   17 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @1952   17 years Gubaer fixed #3241: Removing active layer should active one of the remaining …
(edit) @1943   17 years Gubaer fixed #3228: GPX waypoints / rendering above streets
(edit) @1918   17 years Gubaer fixed #3206: Could not hide data-layer in josm v1917
(edit) @1914   17 years Gubaer Preparing for a WMSPlugin update
(edit) @1895   17 years Gubaer new: only one list of layers managed by MapView. LayerListDialog is an …
(edit) @1890   17 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
(edit) @1854   17 years Gubaer fixed #3091: zoom to selection on gpx load only
(edit) @1825   17 years Gubaer Changed the way we get an "active data layer" and a "current data …
(edit) @1823   17 years stoecker some projection and zoom cleanups - projection classes still need …
(edit) @1820   17 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
(edit) @1814   17 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1808   17 years Gubaer improved enabling/disabling of menu entries and action buttons …
(edit) @1797   17 years framm - minor changes in conjunction with the Walking Papers plugin.
(edit) @1764   17 years Gubaer fixed #1361: Relation dialog: "Download inclomplete..." blocks JOSM if …
(edit) @1750   17 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1722   17 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1685   17 years stoecker fixed audio handling a bit
(edit) @1677   17 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1662   17 years stoecker fix #2344 - zooming to single GPS point
(edit) @1518   17 years stoecker fixed #2098 - different zoom steps on zooming in or out - patch by jttt
(edit) @1418   18 years stoecker fixed #2054
(edit) @1415   18 years stoecker applied patch #2185 by bruce89
(edit) @1379   18 years stoecker apply #2127. patch by xeen
(edit) @1265   18 years stoecker fix #2029
(edit) @1180   18 years stoecker fixed bug #1871, removed all deprecations
(edit) @1179   18 years stoecker unified texts
(edit) @1169   18 years stoecker removed usage of tab stops
(edit) @1084   18 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1047   18 years cbrill [Cleanup] Remove unused imports and unused variables, part 2 This …
(edit) @1023   18 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @1022   18 years stoecker close bug #1461 - initial zoom to download area
(edit) @999   18 years stoecker close bug #1588, code cleanup by bruce89
(edit) @989   18 years stoecker added support for background layers
(edit) @867   18 years stoecker fixed exception when no layer was active
(edit) @845   18 years stoecker Prevent editing inactive layer. Fix layer oder and display order. …
(edit) @811   18 years david paste/duplicate at mouse position: patch on behalf of Petr Dlouhý, …
(edit) @805   18 years stoecker Added virtual nodes in select mode. Closes #595.
(edit) @804   18 years stoecker cleanup color preferences a lot
(edit) @775   18 years stoecker cleanup of mappaint patches. Closes #1404. Patch by Jörg Henne.
(edit) @684   18 years framm - update relation list after loading data. fixes #913.
(edit) @635   18 years framm - graphics fix by Daniel Naber. -> closes #736
(edit) @627   18 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @608   18 years framm - new extrude mode allows creation of rectangular shapes - new …
(edit) @582   19 years framm - got rid of a few compiler warnings
(edit) @572   19 years david Reorganise audio interface in light of recent usability comments
(edit) @553   19 years david (a) add preference dialog, (b) add audio tracing
(edit) @527   19 years gebner Remove unused import.
(edit) @526   19 years framm - changed move mode to use an initial move threshold of 15 pixels, …
(edit) @506   19 years gebner MapView: add MapMover, MapSlider, MapScaler only after initialization.
(edit) @414   19 years gebner Add check for MapView.activeLayer == null.
(edit) @343   19 years gebner Merge 0.5.
(copy) @321   19 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/gui/MapView.java
(edit) @304   19 years imi - fixed a bug that nodes were not created when no data layer was …
Note: See TracRevisionLog for help on using the revision log.