source: josm/trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
(edit) @5382   12 years Don-vip Small code cleanup/refactorization in shortcut unregistration
(edit) @5378   12 years bastiK fixed #7032 - can't easily add tags to recently drawn way
(edit) @5282   12 years akks Fix #7751: allow to disable angle snapping toggle on repeating A
(edit) @5223   12 years Don-vip should fix #7620 - NPE in unknown conditions (not reproduced)
(edit) @5191   12 years akks fix #7566: Angle snapping: show 30 instead of 330
(edit) @5137   12 years akks Andle Snapping improvements: activation on A (Tab can be disabled, see …
(edit) @5106   12 years xeen fix parts of draw mode which broke in r5099 (fixes #7524)
(edit) @5104   12 years xeen fix #7523 (thanks Daeron)
(edit) @5100   12 years xeen fix highlights still being drawn in draw mode when cursor exited the …
(edit) @5099   12 years xeen flip default value for wayIsFinished variable when entering drawMode …
(edit) @5098   12 years xeen Reduce repaints required when in draw mode. This should improve …
(edit) @5053   12 years akks style fix, removed one patch committed by mistake
(edit) @5050   12 years akks UrlLabel class simplification by Zverik, better label layout in …
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(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) @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) @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) @4643   13 years Don-vip fix #7118 - Deleting a way in Draw mode leads to …
(edit) @4611   13 years stoecker fix #6730 - patch by akks - add backspace in draw mode to undo last …
(edit) @4539   13 years bastiK applied #6853 - In draw mode, select the way to be extended …
(edit) @4327   13 years xeen updates visual appearance of highlights and adds them to select and …
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4086   13 years bastiK new follow line action (author: Germán Márquez Mejía) fixes #4190
(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) @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) @3252   14 years jttt Fix #2234: Translation can cause JosmActions to illegally handle shortcuts
(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) @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   15 years bastiK fix #3838 - DrawAction: Wrong start point for helper line after adding …
(edit) @2528   15 years Gubaer see #3838: Selection behaves weird when adding nodes with double-click
(edit) @2450   15 years jttt Added parameter Bounds to MapView, draw only currently visible …
(edit) @2412   15 years jttt Use refererrers in Draw, SplitWay and UnGlue actions
(edit) @2407   15 years jttt Added support for referrers
(edit) @2402   15 years jttt Remove some unnecessary calls to fireSelectionChanged()
(edit) @2401   15 years jttt Changes in selection handling: - selection is passed as PrimitiveId …
(edit) @2381   15 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2351   15 years Gubaer fixed #3813: Add mode is broken
(edit) @2348   15 years Gubaer applied #3780: patch by hansendc: Shift selection is broken
(edit) @2339   15 years jttt Fixed #3785
(edit) @2264   15 years stoecker applied #3676 - patch by Dave Hansen - cleanup selection handling interface
(edit) @2120   15 years stoecker see #3475 - patch by Petr Dlouhý - code rework for display filtering
(edit) @2110   15 years stoecker applied #2317 - patch by xeen - fix wrong calculation for angle display
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(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) @1858   15 years Gubaer fixed #3098 : Actions disabled by drawing closed way
(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
(edit) @1722   15 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(edit) @1636   15 years stoecker fix #2302 - patch by jttt - some code cleanup for better encapsulation
(edit) @1545   15 years framm re-instate old "shift" behaviour when drawing (shift can now, again, …
(edit) @1517   15 years stoecker close #2345 - Draw mode reactivated after applying preset to node - …
(edit) @1503   15 years stoecker fixed #2313. draw mode start wrong when last node was double clicked
(edit) @1459   15 years stoecker fix translation
(edit) @1458   15 years stoecker fixed SHIFT handling in add mode
(edit) @1457   15 years stoecker added alt-gr as second alt modifier
(edit) @1448   15 years stoecker close #2249. patch by xeen
(edit) @1447   15 years stoecker fix #2240 and #2241. patch by xeen
(edit) @1444   15 years stoecker close #2233 and some minor fixes. patch by xeen
(edit) @1443   15 years stoecker fix helper line
(edit) @1438   15 years stoecker close #383. patch by xeen
(edit) @1430   15 years stoecker fixed #2168. patch by xeen
(edit) @1412   15 years stoecker close #2179
(edit) @1409   15 years stoecker close #1902. Patch by xeen
(edit) @1405   15 years stoecker final patch for modeless drawing by xeen. Closes #1937
(edit) @1400   15 years stoecker first patch for #1937. patch by xeen. In draw mode double clicking …
(edit) @1379   15 years stoecker apply #2127. patch by xeen
(edit) @1317   15 years stoecker fix #2025. Patch by xeen. Hopefully this has no side effects
(edit) @1313   15 years stoecker fix #2047
(edit) @1287   15 years stoecker close #381 and #696. Patch by xeen
(edit) @1262   15 years stoecker fix #1914. slightly modified patch by xeen
(edit) @1245   15 years stoecker added link to presets, fix #1675
(edit) @1221   15 years stoecker cleanup color handling
Note: See TracRevisionLog for help on using the revision log.