Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-06Fix various releng issuesStéphane Bégaudeau10-0/+10
2016-05-04Fix releng issuesv1.6.0_M7Stéphane Bégaudeau3-3/+6
2016-05-04Remove useless APIsStéphane Bégaudeau4-40/+2
2016-05-04Fix an issue with quick fixesStéphane Bégaudeau5-11/+71
2016-05-04Improve the API of EvalStéphane Bégaudeau32-528/+412
2016-05-04Add NON-NLS marker on litteral string to avoid compilation errorPierre-Charles David1-2/+2
2016-05-03Add support for null values in combosPierre-Charles David1-4/+26
2016-05-03Add missing Javadoc to avoid CheckStyle errorPierre-Charles David1-0/+3
2016-05-03Fix radio group modification.Mélanie Bats1-6/+9
2016-05-03Fix reference widget actions to be executed in the editing domainMélanie Bats1-7/+14
2016-04-29Fix an issue with the compatibility with Java 7Stéphane Bégaudeau2-0/+43
2016-04-28Improve the APIsStéphane Bégaudeau42-634/+464
2016-04-28Remove references to the var: interpreter from Eclipse SiriusStéphane Bégaudeau3-23/+39
2016-04-28Add support for any object as the value of the textStéphane Bégaudeau3-11/+11
2016-04-28Improve the settings of the projectsStéphane Bégaudeau20-36/+184
2016-04-28Allow references to EPackages in dynamic modelsStéphane Bégaudeau1-1/+1
2016-04-28Fix an issue with single line text widgets which are multilinesStéphane Bégaudeau1-1/+1
2016-04-28Add a missing log and remove a useless TODOStéphane Bégaudeau4-3/+13
2016-04-28Add support for quick fixesStéphane Bégaudeau24-3/+972
2016-04-27Support styles on groupMélanie Bats30-54/+3403
2016-04-27Support hyperlink widget.Mélanie Bats29-89/+3462
2016-04-27Support for an enabled option on the widgets.Mélanie Bats16-270/+606
2016-04-26Support reference widget.Mélanie Bats36-109/+4196
2016-04-22Update the EEFViewFactory to require an interface of domain class testerStéphane Bégaudeau8-136/+123
2016-04-20Improve the layout of dynamic mappings directly under a groupStéphane Bégaudeau1-1/+22
2016-04-20Add support for layoutStéphane Bégaudeau62-835/+3226
2016-04-19Remove dependency to EMF TransactionPierre-Charles David28-333/+266
2016-04-13Make EEF 1.6 build on LunaPierre-Charles David9-7/+37
2016-04-11Support conditional stylesMélanie Bats72-37/+6746
2016-04-07Avoid flicker during refresh/input changePierre-Charles David1-0/+2
2016-04-07Add support for the number of columns of the Radio widgetStéphane Bégaudeau10-13/+171
2016-04-07Add support for a precondition for groups and pagesStéphane Bégaudeau13-50/+397
2016-04-07Contribute stylingMélanie Bats60-276/+5155
2016-03-31Remove ISuccessfulResultConsumer and replace it with IConsumerStéphane Bégaudeau13-106/+23
2016-03-31Add support for the image of the formStéphane Bégaudeau9-8/+190
2016-03-31Improve support for the evaluation of domainClassStéphane Bégaudeau6-89/+225
2016-03-31Contribute styling for text widgetMélanie Bats25-8/+2218
2016-03-30Improve the label of the formStéphane Bégaudeau7-29/+68
2016-03-30Improve the layout of the label and help of the text areaStéphane Bégaudeau1-2/+2
2016-03-29[489302] IllegalArgumentException when selecting the "Rulers and Grids"Stéphane Bégaudeau3-18/+30
2016-03-29Remove the dependency to o.e.eef.properties.ui from IDE UIStéphane Bégaudeau65-558/+1891
2016-03-25Add Abstract classes to the API.Stéphane Bégaudeau19-52/+57
2016-03-24Custom widgets support.Mélanie Bats59-4105/+1510
2016-03-22Execute EEFViewImpl#initialize() outside of a commandPierre-Charles David1-18/+0
2016-03-03Prevent 'direct edit' tools to be invoked on text widget during the rendering...Pierre-Charles David2-62/+85
2016-03-03Add missing 'icons' folder in the 'build.properties'Pierre-Charles David1-1/+2
2016-03-03Remove 'Modeling' nature from org.eclipse.eef projectPierre-Charles David1-1/+0
2016-03-03Add unit testsStéphane Bégaudeau2-10/+16
2016-03-03Remove useless executor services.Stéphane Bégaudeau3-81/+6
2016-03-03Fix some possible NPEs if computed expressions return null valuesPierre-Charles David9-13/+51

Back to the top