source: josm/trunk/src/org/openstreetmap/josm/actions/mapmode

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4152   13 years stoecker fix #6217 - Corrupted data after merging nodes
(edit) @4149   13 years stoecker fix #6484 - patch by olejorgenb - fix painting for parallel way mode
(edit) @4142   13 years stoecker fix #6323 - patch by olejorgenb and Hojoe (modified and bug fixed by …
(edit) @4134   13 years bastiK see #67 - new parallel way drawing mode (patch by Ole Jørgen Brønner)
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4118   13 years stoecker fix #6334 - selected way needs to be taken when clicking
(edit) @4087   13 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @4086   13 years bastiK new follow line action (author: Germán Márquez Mejía) fixes #4190
(edit) @4039   13 years stoecker fix #6131 - NPE with Drag&Drop - patch by Zverikk
(edit) @3939   13 years stoecker hopefully fix #5427
(edit) @3919   13 years stoecker unify cursor handling, hopefully fix #5381
(edit) @3837   13 years framm new viewport following function; moves the viewport so that the last …
(edit) @3835   13 years stoecker fix #5885
(edit) @3762   13 years stoecker fix help
(edit) @3754   13 years stoecker some cleanups in help page marking
(edit) @3702   13 years bastiK applied #5652 (patch by Olivier Croquette) - add support for scaling …
(edit) @3682   13 years bastiK fixed #5670 - Nodes are not marked dirty when moved with area tool …
(edit) @3650   13 years bastiK applied #5599 (patch by extropy) - Join areas speed improvement
(edit) @3642   13 years bastiK fixed #5561 (patch by cmuelle8) - wrong node selected after "unglue way"
(edit) @3634   13 years bastiK applied #5560 (patch by extropy) - Extrude does not work with multiple …
(edit) @3631   13 years bastiK see #5560 (patch by extropy) - Extrude does not work with multiple …
(edit) @3594   14 years bastiK applied #5500 (patch by cmuelle8) - improve SelectAction and …
(edit) @3593   14 years bastiK put back [3590]
(edit) @3590   14 years bastiK roll back 3550 and 3555 because of upcoming release (there are still …
(edit) @3557   14 years bastiK applied #5427 (patch by extropy) - Extrude leaves unnecessary nodes …
(edit) @3555   14 years bastiK applied #5480 (patch by Christian Müller) - some cleanup in …
(edit) @3550   14 years bastiK see #5457 (patch by Christian Müller) - make it easier to select ways …
(edit) @3530   14 years stoecker fix array preferences
(edit) @3523   14 years bastiK reduce number of unnecessary mapview.repaint()
(edit) @3462   14 years bastiK fixed #4771 - Move more than 20 elements dialog should not be …
(edit) @3444   14 years jttt Fix #5331 Memory leak when removing data layers
(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) @3320   14 years stoecker fix #5000 - NPE
(edit) @3262   14 years bastiK extended command list dialog; added inspection panel
(edit) @3252   14 years jttt Fix #2234: Translation can cause JosmActions to illegally handle shortcuts
(edit) @3201   14 years stoecker fix #4766 (exception), don't display virtual nodes for disabled …
(edit) @3187   14 years bastiK clean up debugging code from last commit
(edit) @3186   14 years bastiK fixed #4601 - Conflict list dialog won't update unless I prod it
(edit) @3184   14 years bastiK fixed #4256 - Extrude snaps to a sparse grid (Changed the geometrical …
(edit) @3177   14 years bastiK Filter: improved selection handling. (Don't allow to select filtered …
(edit) @3116   14 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @3108   14 years Gubaer fixed #4705: Exception when drawing a closed way
(edit) @3102   14 years Gubaer fixed #4651: Ability to download incomplete relation from selection …
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2986   14 years jttt Fix some of FindBugs warnings
(edit) @2985   14 years jttt Make DataChangedListener deprecated (replaced by DatasetListener), …
(edit) @2842   14 years mjulius fix messages for actions
(edit) @2808   14 years stoecker first version of a tool to detect icon usage, does not yet detect all …
(edit) @2719   14 years stoecker fixed last checkin
(edit) @2692   14 years Gubaer fixed #4242: patch by Pekka Lampila: Clicks are ignored in draw mode, …
(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) @2558   14 years bastiK fix #3838 - DrawAction: Wrong start point for helper line after adding …
(edit) @2528   14 years Gubaer see #3838: Selection behaves weird when adding nodes with double-click
(edit) @2521   14 years jttt Fixed #3704 Relation memberships are not handled at all when a way is …
(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) @2432   14 years Gubaer fixed patch applied in in r2429 - didn't compile. Hope the downcasting …
(edit) @2429   14 years stoecker applied #3832 - patch by ris - improve extrude action
(edit) @2412   14 years jttt Use refererrers in Draw, SplitWay and UnGlue actions
(edit) @2407   14 years jttt Added support for referrers
(edit) @2402   14 years jttt Remove some unnecessary calls to fireSelectionChanged()
(edit) @2401   14 years jttt Changes in selection handling: - selection is passed as PrimitiveId …
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2351   14 years Gubaer fixed #3813: Add mode is broken
(edit) @2348   14 years Gubaer applied #3780: patch by hansendc: Shift selection is broken
(edit) @2343   14 years Gubaer fixed #3792: NPE when deleting the data layer while the deletion tool …
(edit) @2339   14 years jttt Fixed #3785
(edit) @2310   14 years Gubaer fixed #3755: ctrl+drop node merging doesn't use destination node coords
(edit) @2308   14 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2264   15 years stoecker applied #3676 - patch by Dave Hansen - cleanup selection handling interface
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2120   15 years stoecker see #3475 - patch by Petr Dlouhý - code rework for display filtering
(edit) @2112   15 years Gubaer fixed #3472: Ctrl+drop node merging broken
(edit) @2110   15 years stoecker applied #2317 - patch by xeen - fix wrong calculation for angle display
(edit) @2095   15 years Gubaer rewrite of MergeNodesAction new: new conflict resolution dialog for …
(edit) @2031   15 years Gubaer applied #2905: patch by xeen: Add option to disable the new "Move …
(edit) @2026   15 years Gubaer applied #2163: patch by xeen: for delete-command mouse-icons
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @2009   15 years Gubaer applied #2595: patch by plaicy: Draw Mode: Click-to-Select fails under …
(edit) @1935   15 years Gubaer fixed #3203: pressing DEL deletes Layer instead of objects Enabled DEL …
(edit) @1912   15 years Gubaer Updated w.getNodes().contains(..) to w.containsNode(...)
(edit) @1899   15 years jttt Add setter/getter for OsmPrimitive.selected
(edit) @1898   15 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1862   15 years jttt Way refactoring - added method that will in future replace public …
(edit) @1858   15 years Gubaer fixed #3098 : Actions disabled by drawing closed way
(edit) @1856   15 years Gubaer improved deleting relations
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1844   15 years Gubaer fixed #3018 : Make sure tools menu entries (and actions) are …
(edit) @1842   15 years Gubaer removed global static variable replaced usage of JOptionPane by …
(edit) @1838   15 years Gubaer new: two utility classes in GUI subsystem: OptionPaneUtil and …
(edit) @1823   15 years stoecker some projection and zoom cleanups - projection classes still need …
(edit) @1821   15 years Gubaer fixed #3024: NPE on start on press of "N" key
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1725   15 years stoecker some cleanups
Note: See TracRevisionLog for help on using the revision log.