Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-08Bug 516017: Implement Drag and Drop using DNDEventPatrick Tasse1-24/+12
2017-04-26Fix missing @Override warningsPatrick Tasse3-0/+3
2017-04-25Bug 515781: Wrong coordinates in table/tree selection mouse eventsPatrick Tasse3-11/+11
2017-04-24Bug 508710: Fix asyncExec handling and SWTBotTreeItem.select(...)Patrick Tasse1-3/+4
2017-04-21Bug 508710: SWTBotTable, SWTBotTree's select and unselect improvementsAparna Argade2-14/+132
2017-04-17Bug 509723: SWTBotTextBox should not set/type text if Read-onlyAparna Argade1-1/+32
2017-04-14Bug 510835: SWTBotList should send more realistic events and check styleAparna Argade1-8/+99
2017-04-13Bug 496519: waitForEnabled in SWTBotTreeItem, SWTBotTableItemAparna Argade1-7/+52
2017-04-12Bug 337548: Fix SWTBotLink.click()Patrick Tasse1-9/+53
2017-04-11Add property to control GTK versionMarc-Andre Laperle1-1/+6
2016-11-06Bug 506674: Add doubleClick method to SWTBotCanvasMarc-Andre Laperle1-0/+14
2016-11-06Fix SWTBotLinkTest. Resize ControlExample shell to a reasonable sizeMarc-Andre Laperle1-0/+1
2016-09-28Up to 2.6.0Patrick Tasse2-3/+3
2016-09-02Add support for click(int) and doubleClick() to SWTBotTableItem2.5.0Patrick Tasse1-4/+73
2016-09-02Bug 498373: SWTBotTreeItem.doubleClick doesn't always have an effectPatrick Tasse2-16/+69
2016-08-23Bug 498905: Add menuItems() method to SWTBotMenu and SWTBotRootMenuPatrick Tasse2-4/+31
2016-06-11Bug 495360: Remove "incubation" from Bundle-NamePatrick Tasse1-1/+1
2016-04-27[477727] NPE on ToolItemStephane Bouchet3-1/+106
2016-04-20Up to 2.5.0 releaseMickael Istria2-2/+2
2016-03-16Add support for SWTBotCanvasPatrick Tasse1-0/+61
2016-01-25[484783] Clicking on an table/tree item doesn't select itMarc-Andre Laperle2-3/+18
2015-10-06Bug 479091: Improve SWTBot menu API and implementationPatrick Tasse5-116/+327
2015-09-28Up to 2.4.0Patrick Tasse2-6/+11
2015-09-23Test dynamic menus in SWTBotPopupMenuTestPatrick Tasse1-33/+62
2015-08-28Bug 474747 - Widgets do not always get appropriate SWT.MenuDetect using conte...Marc-Andre Laperle1-0/+147
2015-06-18Support contextMenu() on table and tree column headersPatrick Tasse2-2/+49
2015-06-16Up to 2.3.1Mickael Istria2-2/+2
2015-05-28Bug 451126: Fix click() behavior on SWTBotMenu radio menu itemPatrick Tasse1-1/+28
2015-05-27Support click() with modifiers in SWTBotToolbarButtonPatrick Tasse5-17/+59
2015-05-27Fix click() behavior on SWTBotToolbarRadioButtonPatrick Tasse1-11/+45
2015-05-12Move to version 2.3.0Lorenzo Bettini2-2/+2
2015-04-15464687: Allow for non recursive WaitForMenuLorenzo Bettini2-1/+21
2015-04-09Remove unnecessary SuppressWarnings.Alexander Kurtakov8-25/+0
2015-04-09Remove unused imports.Alexander Kurtakov2-4/+0
2015-04-02Get rid of JUnit related deprecations.Alexander Kurtakov2-2/+2
2015-04-01Build with Tycho 0.22 and CBI 1.1.1.Alexander Kurtakov1-8/+15
2014-02-28Up to 2.2.2Mickael Istria2-2/+2
2014-01-13Up to 2.2.1Mickael Istria2-2/+2
2013-12-18Up to version 2.2.0Mickael Istria2-2/+2
2013-12-10Merge "Bug 259908: Double click listeners are notified now on table.doublecli...Mickael Istria2-0/+206
2013-12-09Bug 259908: Double click listeners are notified now onKristine Jetzke2-0/+206
2013-11-29Bug 422458: Fix some WidgetNotFound messagesMickael Istria1-2/+2
2013-11-04Bug 379185: Added isGrayed() method to SWTBotTreeItem and added unitkristine.jetzke@gmx.de2-6/+47
2013-10-25Avoid starting workbench in SWT Finder testMickael Istria1-3/+1
2013-10-24Bug 420121: SWTBotTree.select(String...) now fails if an item does notkristine.jetzke@gmx.de1-1/+11
2013-09-26Ignore Drag and Drop tests when using XvncMickael Istria1-3/+20
2013-09-16Bug 285271 : Drag and Droprohit21agrawal1-0/+42
2013-07-22Bug 413401: Add SWTBotTreeColumn for interacting with tree columsRobin Stocker1-0/+57
2013-07-12Next version is SWTBot 2.1.2Mickael Istria2-2/+2
2013-07-04Warning hunt + project metadata to force usage of FindBugsMickael Istria1-0/+4

Back to the top