source: josm/trunk/src/org/openstreetmap/josm/gui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12518   7 years Don-vip see #11924 - use ListenerList, fix javadoc
(edit) @12517   7 years Don-vip see #11924 - use extended event modifiers, deprecate old methods - see …
(edit) @12515   7 years Don-vip see #5869 - javadoc
(edit) @12514   7 years Don-vip see #15035 - add new at(lat,lon) MapCSS selector function
(edit) @12511   7 years Don-vip fix #12545 - catch IAE when displaying history with version number not …
(edit) @12506   7 years michael2402 Fix #15006: Make text-offset-y work on long line segments.
(edit) @12505   7 years michael2402 Add a method that allows traversing an offset version of a MapViewPath
(edit) @12504   7 years Don-vip see #11924 - fix one deprecation warning for InputEvent.ALT_GRAPH_MASK
(edit) @12499   7 years Don-vip findbugs:IS2_INCONSISTENT_SYNC
(edit) @12498   7 years Don-vip fix #15056 - NPE
(edit) @12497   7 years Don-vip fix #8340 - shortcuts using up/down/left/right arrows not reassignable
(edit) @12496   7 years Don-vip fix #15055 - add synchronization to conflict dialog
(edit) @12495   7 years Don-vip fix #5869 - Download dialog, bookmarks: add "home location" bookmark …
(edit) @12494   7 years Don-vip add Changeset.getComment()
(edit) @12492   7 years Don-vip simplify equals
(edit) @12490   7 years Don-vip simplify equals
(edit) @12486   7 years bastiK see #15013, see #14877 - remember projection when session is saved to …
(edit) @12485   7 years bastiK remember projection choice sub-preferences (e.g. last selected UTM …
(edit) @12480   7 years Don-vip see #14997 - checkstyle
(edit) @12477   7 years michael2402 See #15006: Fix sign issue (wrong direction) for text-offset-y on …
(edit) @12476   7 years michael2402 Fix #15006: Separate offset handling for ways, areas and node. Handle …
(edit) @12474   7 years Don-vip fix #14997 - fix reported issues for autofilter buttons
(edit) @12471   7 years Don-vip fix #15016 - NPE
(edit) @12460   7 years bastiK see #14794 - javadoc
(edit) @12455   7 years michael2402 Fix #14926: Preserve image phase when clamping a line.
(edit) @12452   7 years bastiK see #14794 - javadoc for the josm.gui.io package
(edit) @12450   7 years bastiK revert [12399], fixes #14980, reopens #14926
(edit) @12445   7 years Don-vip update to error-prone 2.0.21, groovy 2.4.12
(edit) @12433   7 years Don-vip findbugs - IS2_INCONSISTENT_SYNC
(edit) @12432   7 years Don-vip see #14929 - remember button pressed state
(edit) @12420   7 years Don-vip fix #14956 - wrong link to taginfo if key/value contains space character
(edit) @12419   7 years michael2402 GPX color selector: Highlight current color.
(edit) @12414   7 years Don-vip fix more SonarQube issues
(edit) @12413   7 years Don-vip fix some SonarQube issues
(edit) @12410   7 years Don-vip fix #14945 - InvalidPathException at startup when invalid URL is …
(edit) @12407   7 years Don-vip see #14929 - add support for numeric ranges + unit test
(edit) @12405   7 years Don-vip fix #14938 - robustness to system date changing during startup
(edit) @12403   7 years Don-vip see #14929 - findbugs
(edit) @12402   7 years Don-vip checkstyle
(edit) @12401   7 years Don-vip see #14929 - fix NPE in unit tests
(edit) @12400   7 years Don-vip see #14929 - Automatic filters on numeric tag values (level, …
(edit) @12399   7 years bastiK fixed #14926 - repeat-image-phase: does not work
(edit) @12396   7 years michael2402 LayerVisibilityAction: Align the texts more nicely.
(edit) @12395   7 years michael2402 Add GPS colors to layer visibility panel
(edit) @12393   7 years michael2402 Hide color filter sliders if no image layer is selected.
(edit) @12392   7 years michael2402 Unify handling of visibility checkbox and opacity slider
(edit) @12391   7 years michael2402 See #14794: Documentation for the gui package
(edit) @12389   7 years Don-vip see #14929 - extract OSDLabel from FilterTableModel
(edit) @12387   7 years Don-vip see #14929 - filter dialog: invalidate only edit layer instead of …
(edit) @12384   7 years michael2402 Doument the gui.tagging package
(edit) @12381   7 years michael2402 More documentation for the gui.mappaint package
(edit) @12380   7 years Don-vip remove deprecated MapView.viewportFollowing public field
(edit) @12379   7 years michael2402 Document the gui.mappaint.mapcss package
(edit) @12378   7 years michael2402 Document the gui.mappaint package
(edit) @12377   7 years michael2402 See #14794: Document the layer.gpx package
(edit) @12373   7 years michael2402 Fix listener leak in ChangesetDialog and migrate …
(edit) @12372   7 years michael2402 See #14794: Document package gui.dialogs.changeset
(edit) @12371   7 years michael2402 See #14794: Class comment for ChangesetInSelectionListModel
(edit) @12370   7 years michael2402 Document upload dialog classes
(edit) @12369   7 years michael2402 Javadoc for gui.progress package
(edit) @12368   7 years michael2402 Fix checkstyle
(edit) @12367   7 years michael2402 Document GPX color scale
(edit) @12361   7 years michael2402 Fix #14916: Remove the unused ToggleGPXLinesAction
(edit) @12360   7 years Don-vip see #14929 - filter dialog: invalidate only edit layer instead of …
(edit) @12355   7 years michael2402 DownloadWmsAlongTrackAction: Do not require main window to be …
(edit) @12353   7 years michael2402 ConflictDialog: Do not refresh twice during show
(edit) @12352   7 years michael2402 Use new selection interface in ConflictDialog The dialog is now not …
(edit) @12347   7 years michael2402 Use preferences to store modeless setting and toggle dialog widht
(edit) @12343   7 years michael2402 Add the ability to listen to NoteData changes and use it to repaint …
(edit) @12342   7 years michael2402 Change MapPaintStyles listener to use a ListenerList
(edit) @12341   7 years michael2402 Move common style update code to new method in map paint styles.
(edit) @12340   7 years michael2402 Fix #14893: Invalidate geo image / marker layer instead of repainting …
(edit) @12339   7 years michael2402 Add javadoc to SlippyMapBBoxChooser
(edit) @12338   7 years michael2402 Sonar squid:S1125 - simplify condition.
(edit) @12332   7 years Don-vip sonar - squid:RightCurlyBraceStartLineCheck - A close curly brace …
(edit) @12328   7 years Don-vip fix #2089 - Add support for MP3, AIFF and AAC audio codecs (.mp3, …
(edit) @12326   7 years Don-vip see #2089 - move audio classes to their own package (more to come) - …
(edit) @12317   7 years michael2402 Remove dupplicate code/state in MapMover
(edit) @12310   7 years Don-vip fix #14890 - drop HistoryChangedListener
(edit) @12306   7 years bastiK fixed #14877 - make projection setting transient
(edit) @12304   7 years michael2402 Javadoc for public methods / classes in gui.util and gui.widgets
(edit) @12303   7 years michael2402 Javadoc for package org.openstreetmap.josm.gui.mappaint.styleelement
(edit) @12302   7 years michael2402 Invalidate the validator layer after repairing the errors. Remove …
(edit) @12301   7 years michael2402 Add missing javadoc in the org.openstreetmap.josm.gui.dialogs package.
(edit) @12300   7 years michael2402 See #14794: Add class javadoc for MenuItemSearchDialog
(edit) @12299   7 years michael2402 Move OSD label field to the beginning of the class.
(edit) @12298   7 years michael2402 Rename one character variables in filter dialog, add javadoc.
(edit) @12297   7 years michael2402 Javadoc for the changeset dialogs.
(edit) @12296   7 years bastiK respect default preferences when writing preset/style/rule entries …
(edit) @12293   7 years bastiK deprecate CustomProjection constructor + change removal date for …
(edit) @12292   7 years Don-vip sonar - squid:CommentedOutCodeLine - Sections of code should not be …
(edit) @12291   7 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
(edit) @12290   7 years Don-vip sonar - squid:S1199 - Nested code blocks should not be used
(edit) @12289   7 years Don-vip sonar - squid:CallToDeprecatedMethod - "@Deprecated" code should not …
(edit) @12288   7 years Don-vip sonar - squid:S3516 - Methods returns should not be invariant
(edit) @12285   7 years Don-vip remove some deprecated code, unused by now
(edit) @12282   7 years Don-vip move Swing action to gui package (causes failure when running …
(edit) @12281   7 years Don-vip sonar - squid:S1602 - Lamdbas containing only one statement should not …
(edit) @12280   7 years Don-vip drop remaining png extensions from few icons in java code so we can …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
Note: See TracRevisionLog for help on using the revision log.