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) @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   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) @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
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1084   16 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1054   16 years stoecker fixed a lot of the shortcut related translations
(edit) @1047   16 years cbrill [Cleanup] Remove unused imports and unused variables, part 2 This …
(edit) @1029   16 years framm - introduced new config option snap-intersection-threshold …
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(edit) @845   16 years stoecker Prevent editing inactive layer. Fix layer oder and display order. …
(edit) @804   16 years stoecker cleanup color preferences a lot
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @644   16 years david Allow SHIFT+CLICK in Draw Nodes mode to select node whether or not …
(edit) @642   16 years framm - small drawing performance speedup by Daniel Naber …
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @618   16 years gebner Remove annoying exception in DrawAction when activating the draw …
(edit) @616   16 years framm - fix typo in help text
(edit) @608   16 years framm - new extrude mode allows creation of rectangular shapes - new …
(edit) @484   16 years tabacha put some strings e.g. status bar messages in tr() to translate it
(edit) @468   17 years gebner Define the extra 'u' shortcut for unselect all in UnselectAllAction …
(edit) @437   17 years gebner Fix selection inconsistencies in DrawMode
(edit) @429   17 years gebner Add a generic pair class.
(edit) @409   17 years framm - when drawing a way, select the way and not the last node - when …
(edit) @408   17 years framm - do not extend incomplete or deleted ways; fixes bug reported on …
(edit) @400   17 years gebner Add extra shortcut A for the draw mapmode.
(edit) @394   17 years gebner Don't create zero length way segments.
(edit) @389   17 years framm - when new node inserted in exactly two segments at the same time, …
(edit) @388   17 years gebner When inserting node into a way segment, move it to lie on the former …
(edit) @387   17 years gebner Remove debugging output.
(edit) @386   17 years gebner Allow splitting multiple way segments connecting the same nodes.
(edit) @375   17 years framm - in draw mode, use alt modifier to start new way instead of …
(edit) @373   17 years framm - introduced various modifier keys to existing modes (for add node …
(edit) @359   17 years gebner Insert a node into multiple ways.
(add) @358   17 years gebner Beginnings of the implementation of ticket #11.
Note: See TracRevisionLog for help on using the revision log.