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) @5016   12 years akks Patch by JoshDoe [Faster relation selection with Alt+click and …
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4957   12 years stoecker some shortcut fixes
(edit) @4956   12 years stoecker shortcut fixes, a lot of code cleanup in DrawAction
(edit) @4954   12 years akks Tab in draw mode allows snapping to current way point projections ant …
(edit) @4934   12 years xeen likely fix #7315’s cursor issues and related target-highlight ones
(edit) @4924   12 years akks fix #7380: "Angle snapping" repeated entry in Edit menu
(edit) @4917   12 years akks AngleSnapping mode: precize intersections, Tab key customizable, …
(edit) @4904   12 years stoecker proper help page name
(edit) @4855   12 years simon04 see #7184 - remap shortcuts of ImproveWayAccuracyAction ([W]), …
(edit) @4851   12 years stoecker allow automatic parsing of shortcuts see #7226
(edit) @4850   12 years bastiK change shortcut for improvewayaccuracy from K to I …
(edit) @4847   12 years simon04 see #7184 - ImproveWayAccuracyAction: rename mapmode button
(edit) @4846   12 years simon04 see #7184 - Added ImproveWayAccuracy plugin to josm core. This plugin …
(edit) @4836   12 years stoecker make Shortcut parsing easier
(edit) @4805   12 years stoecker fix typo
(edit) @4803   12 years akks Context menu for "Angle" status panel (Angle snap configuration), see …
(edit) @4785   12 years akks Tab button issue, see #7250
(edit) @4782   12 years akks Angle snapping shown in Edit menu, holding TAB fixes the angle etc. - …
(edit) @4776   12 years akks fix #7233:"Backspace" does not work for closed ways
(edit) @4768   12 years akks Add aligned segments by TAB and right-clicks in drawing mode, see #6694
(edit) @4767   12 years akks Option "Highlight target ways and nodes" in preferences, see #7190
(edit) @4643   12 years Don-vip fix #7118 - Deleting a way in Draw mode leads to …
(edit) @4620   12 years Don-vip fix #7055 - NPE
(edit) @4617   12 years Don-vip fix #7078 - Closing element history dialog moves objects
(edit) @4611   12 years stoecker fix #6730 - patch by akks - add backspace in draw mode to undo last …
(edit) @4562   12 years stoecker fix #7018 - Drag selection does not work when releasing mouse button …
(edit) @4539   13 years bastiK applied #6853 - In draw mode, select the way to be extended …
(edit) @4527   13 years Don-vip fix #6950 - Parallel way mode snap distance broken for non-metric units
(edit) @4509   13 years Don-vip fix #6890 - Dragging map is considered moving objects
(edit) @4475   13 years Don-vip fix #6707 - Removing a empty polygon (removed shape first, then on …
(edit) @4441   13 years xeen fix exception related to new highlighting feature (fixes #6818, …
(edit) @4412   13 years xeen probably fix #6806
(edit) @4396   13 years xeen several more fixes regarding the new selection highlighting introduced …
(edit) @4360   13 years xeen fix #6739
(edit) @4348   13 years xeen fix #6737
(edit) @4327   13 years xeen updates visual appearance of highlights and adds them to select and …
(edit) @4251   13 years bastiK applied #6598 - Parallelway mode reports wrong offset distance in …
(edit) @4191   13 years stoecker remove old debug stuff
(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   14 years bastiK fixed #5561 (patch by cmuelle8) - wrong node selected after "unglue way"
(edit) @3634   14 years bastiK applied #5560 (patch by extropy) - Extrude does not work with multiple …
(edit) @3631   14 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
Note: See TracRevisionLog for help on using the revision log.