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) @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
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1047   16 years cbrill [Cleanup] Remove unused imports and unused variables, part 2 This …
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @1022   16 years stoecker close bug #1461 - initial zoom to download area
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(edit) @989   16 years stoecker added support for background layers
(edit) @867   16 years stoecker fixed exception when no layer was active
(edit) @845   16 years stoecker Prevent editing inactive layer. Fix layer oder and display order. …
(edit) @811   16 years david paste/duplicate at mouse position: patch on behalf of Petr Dlouhý, …
(edit) @805   16 years stoecker Added virtual nodes in select mode. Closes #595.
(edit) @804   16 years stoecker cleanup color preferences a lot
(edit) @775   16 years stoecker cleanup of mappaint patches. Closes #1404. Patch by Jörg Henne.
(edit) @684   16 years framm - update relation list after loading data. fixes #913.
(edit) @635   16 years framm - graphics fix by Daniel Naber. -> closes #736
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @608   16 years framm - new extrude mode allows creation of rectangular shapes - new …
(edit) @582   16 years framm - got rid of a few compiler warnings
(edit) @572   16 years david Reorganise audio interface in light of recent usability comments
(edit) @553   16 years david (a) add preference dialog, (b) add audio tracing
(edit) @527   16 years gebner Remove unused import.
(edit) @526   16 years framm - changed move mode to use an initial move threshold of 15 pixels, …
(edit) @506   16 years gebner MapView: add MapMover, MapSlider, MapScaler only after initialization.
(edit) @414   16 years gebner Add check for MapView.activeLayer == null.
(edit) @343   17 years gebner Merge 0.5.
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/gui/MapView.java
(edit) @304   17 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.