Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-19[579948] Avoid exceptions while closing project with opened sequencev7.0.1rc3v7.0.1Laurent Redor1-2/+13
2022-02-08[577299] Allow resize and move of an inner fragmentMaxime Porhel1-1/+1
2021-12-23[cleanup] Replace bounds modifications by explicit methods callsLaurent Redor5-18/+18
2021-10-27[538910] Remove usage of Guava's Preconditions.checkNotNullPierre-Charles David18-65/+68
2021-08-30[531282] Move SiriusPlugin in a different packageMaxime Porhel2-108/+59
2021-08-18[531282] Remove DiagramDescription allTools and allEdgeMappingsMaxime Porhel2-16/+13
2021-07-05[531282] Move Sequence meta-model into its own plug-inMaxime Porhel79-1324/+353
2021-04-08[571826] Add a cache for CombinedFragment <-> Operand referencesMaxime Porhel3-76/+110
2021-02-05[570523] Correct cache initialization errorsMaxime Porhel1-5/+5
2020-10-23[567517] Optimize SequenceMessageRouter.routeMaxime Porhel1-9/+21
2020-10-23[567517] Activate layout optimizations during arrange allMaxime Porhel1-2/+25
2020-10-23[567517] Add a cache for SequenceDiagram.getAllDelimitedEvents()Maxime Porhel1-8/+28
2020-10-23[567517] Add a cache for EventEndHelper.findISequenceEvent(SEE, ISE)Maxime Porhel2-2/+28
2020-10-23[567517] Refactor CacheHelperMaxime Porhel10-120/+83
2020-10-23[567517] Add additional structural cachesMaxime Porhel3-2/+87
2020-10-23[567517] Optimize Sequence Observation LayoutMaxime Porhel1-5/+7
2020-10-23[567517] Optimize Sequence Horizontal LayoutMaxime Porhel2-35/+38
2020-10-23[567517] Optimize event ends computationMaxime Porhel4-86/+60
2020-10-23[567517] Activate caches for layout refreshNathalie Lepine5-12/+63
2020-10-23[567517] Add a cache for ISequenceElement.getDiagramMaxime Porhel1-4/+12
2020-10-23[567517] Add a cache for ISequenceEvent.getLifelineNathalie Lepine2-33/+38
2020-10-23[567517] Reorganize ISequenceElement implementationsMaxime Porhel6-291/+165
2020-10-23[567517] Add a cache for execution compound messagesNathalie Lepine2-49/+87
2020-10-23[567517] Disable cache if RangeSetter.setVerticalRange is called.Maxime Porhel1-22/+38
2020-10-23[567517] Add a cache for vertical rangeMaxime Porhel4-75/+102
2020-10-23[567517] Add a cache for getSubEvents()Nathalie Lepine2-0/+23
2020-10-23[567517] Add a cache for abstract frames coverageNathalie Lepine2-7/+37
2020-10-23[567517] Add a cache in SiriusDragEditPartsTrackerExNathalie Lepine1-0/+73
2020-10-23[567517] Add a cache for EventEndHelper.findEndsFromSemanticOrderingMaxime Porhel2-32/+94
2020-10-23[567517] Better performance for EventFinder.findMostSpecificEventNathalie Lepine1-21/+36
2020-10-23[567517] Remove some Lists.newArrayListNathalie Lepine2-24/+23
2020-10-23[567517] Only trigger SequenceCanonicalSynchronizerAdapter for modifiedMaxime Porhel1-14/+30
2020-10-23[567517] Do not trigger Sequence layout for non impacted diagramsMaxime Porhel1-44/+87
2020-10-23[567517] Create predecessors setsMaxime Porhel1-8/+5
2020-10-23[567517] Optimize Sequence Layout when orderings are sync.Maxime Porhel3-47/+74
2020-10-07[567517] Sequence Diagram Performance issuesNathalie Lepine1-18/+53
2019-07-03[cleanup] Reduce dependencies to diagram.ui pluginsMaxime Porhel1-17/+15
2019-07-03[cleanup] Remove overriden method which only calls its super methodMaxime Porhel1-6/+0
2019-01-28[543177] Allow vertical spaces removal for sequence diagramPierre Guilet5-96/+202
2019-01-23[cleanup] Fix broken Javadoc formattingPierre-Charles David2-2/+6
2019-01-08[538853] Clear diagram dependencies to sirius custom code.jmallet15-1385/+14
2018-10-02[527277] Update Java filesPierre-Charles David124-372/+620
2018-08-20[537414] Isolate Draw2D figuresjmallet1-4/+1
2018-07-23[514546] Replace some Guava factory methods by pure Java equivalents -jmallet6-24/+21
2018-04-23[432400] Remove DRefreshable.refresh()Pierre-Charles David1-83/+1
2018-02-05[530306] Fix typo in documentation and code.pguilet1-12/+12
2017-12-29[514546] Replace some Guava factory methods by pure Java equivalentspguilet33-167/+174
2017-10-12[525511] Avoid CCE when source/target anchor are proxies.Maxime Porhel1-19/+29
2017-09-01Revert "[521356] Fix bug when resizing an Execution to the parent limitLaurent Redor2-22/+3
2017-08-31[518246] Complete resize in bottom direction from all operandLaurent Redor2-12/+34

Back to the top