Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-20[580408] Avoid NPE in title builder job when closing SMV too fastMartin Fleck1-33/+43
2022-03-22Remove log4j 1 dependencylgoubet10-20/+20
2022-01-28[578422] Extend subscriber retrieval through extension pointsMartin Fleck7-82/+493
2021-10-19Allow configuration of the model provider's cache expiration timeout3.3.16RC23.3.16lgoubet3-1/+11
2021-07-20change visibility of the resolution context3.3.15lgoubet1-1/+1
2021-07-16Fix delete-change conflict detection (at file level)lgoubet1-5/+12
2021-07-16Prevent NPE from the title builder job if run during/after disposallgoubet1-7/+10
2021-01-07Fix potential NPEAxel RICHARD1-3/+19
2021-01-05Potential NPElgoubet1-3/+5
2020-01-06Prevent NPE from the closing of a Comparison Dialoglgoubet1-1/+3
2019-11-05Potential NPE when switching files in the compare dialog3.3.9M33.3.9lgoubet2-7/+15
2019-11-05Switch EMF Compare to Guava 27lgoubet1-3/+3
2019-09-19Potential race condition when loading EPackages for comparisonlgoubet1-0/+21
2019-09-19Potential NPE with some implementations of the property sheet pageslgoubet1-1/+5
2019-09-19Some implementations of Resource.Diagnostic may return null locationslgoubet1-1/+2
2019-09-18Open the compare navigatable as internal APIlgoubet1-1/+1
2019-09-18Register the navigatable so that the toolbar actions worklgoubet1-0/+1
2019-09-17The navigatable's cache needs to be cleared when we refresh the viewerlgoubet1-0/+10
2019-09-10Behavior change in 2019-06 - Exceptions are now in the diagnosticlgoubet1-30/+31
2019-09-04Make sure the UI won't try to compute the LCS for huge listslgoubet2-15/+6
2019-08-30The "accept/reject" all non-conflicting action shouldn't touch conflilts3.3.8M6lgoubet2-3/+7
2019-08-22regression - right-click actions on single diff selections not shownlgoubet1-0/+2
2019-08-06Open SMV API to allow implementers to access the raw list of children3.3.8M4lgoubet1-3/+29
2019-08-06Prevents exceptions from being thrown from the viewer refreshlgoubet1-20/+151
2019-08-05Performance - use streams instead of guava iterations/concatenationlgoubet7-118/+72
2019-08-05Performance - remove useless guava transformationlgoubet1-59/+13
2019-07-22[549463] Save fails when content merge viewer swappedChristian W. Damus1-3/+4
2019-07-16Regression on the group/match right-click actions in SMWlgoubet1-2/+2
2019-07-16Properly describe what the conflict resolving actions will do.lgoubet1-2/+2
2019-07-16[506928] ComparisonScopeEditorInput does not respect configuration3.3.8M2Martin Fleck1-3/+8
2019-07-16Add StructureMergeViewer customization optionslgoubet2-38/+70
2019-07-16Prevent NPE from overriden Resource implementationslgoubet1-6/+11
2019-07-04Enabled "accept change" action on multiple diff selectionWilliam Piers1-9/+28
2019-05-29Enable users to merge all conflicts at once through right-click action3.3.7RC13.3.7lgoubet1-2/+17
2019-05-09[547139] [i18n] Missing externalizations of stringsChristian W. Damus3-9/+24
2019-04-25Prevent duplicate insertion points to be shown in tree viewers3.3.7M4lgoubet1-1/+1
2019-04-22Prevent CMV disposal when user selects multiple elements in the SMWlgoubet1-0/+51
2019-04-09Prevent OutOfMemoryErrors from the UI when switching CMV3.3.7M3lgoubet1-0/+16
2019-04-01Fixed ArrayOutOfBounds in case of empty lists3.3.7M2William Piers1-5/+10
2019-03-22Make sure we hook the UI when users provide a precomputed comparisonlgoubet1-2/+18
2019-03-21Disposing of the comparison shouldn't be done by the SMVlgoubet2-2/+3
2019-03-01Allowed customization of content merge viewersWilliam Piers2-4/+4
2019-02-26Suppress guava nested concatenationslgoubet1-10/+6
2019-02-25Opened EMF Compare APIWilliam Piers2-2/+11
2019-02-11Remove accidental use of Guavalgoubet1-2/+1
2019-02-11SWTException when switching comparisons in a compare dialoglgoubet6-17/+52
2019-02-11Allow clients to provide pre-computed comparisons to the compare UIlgoubet2-9/+43
2018-12-11[527567] Provide support for a general property merge viewer3.3.5Philip Langer16-1/+3014
2018-12-11[514079] Improve mirroring supportPhilip Langer28-828/+661
2018-11-30[541730] Reverts d59c924 due to an UI freezelgoubet1-4/+0

Back to the top