Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-14FormFieldLayout: remove read/write as far as possiblefeatures/cguglielmo/ui_performanceClaudio Guglielmo3-35/+43
2019-03-14Add layout cachingClaudio Guglielmo29-49/+159
2019-03-13Remove obsolete codeClaudio Guglielmo4-78/+0
2019-03-13Responsive: suppress invalidate on parent html comp while transformingClaudio Guglielmo1-0/+8
2019-03-13TreeBox/ListBox: don't render filter box when invisibleClaudio Guglielmo3-6/+20
2019-03-13Tree: improve render performanceClaudio Guglielmo1-46/+68
2019-03-13Patch jQuery to improve performanceClaudio Guglielmo2-1/+10368
2019-03-13Allow display parent to handle click on glass panesAndreas Hoegger2-0/+15
2019-03-13Fix possible NPEMatthias Villiger1-2/+8
2019-03-13Update license header to EPLMatthias Villiger3-7/+9
2019-03-13Explicitly remove data change listeners on disposeMatthias Villiger11-79/+79
2019-03-13Form XML import: Remove unnecessary check for matching form class namesThomas Siegrist1-6/+0
2019-03-13Remove deprecated methodBeat Schwarzentrub2-12/+0
2019-03-11Tree: wrong node width when rendered while invisibleClaudio Guglielmo5-0/+75
2019-03-11Improved error handling for loadTableDataAndré Wegmüller2-3/+26
2019-03-11Development scriptfile builder: Log level and thread name adjustmentsAndreas Hoegger2-4/+4
2019-03-11Compute display parent if given arg is a wrapped form.Andreas Hoegger1-2/+1
2019-03-11Remove previously deprecated codeBeat Schwarzentrub47-2399/+20
2019-03-11Make sure LabelField doesn't do anything in acceptInputAndré Wegmüller2-5/+26
2019-03-11Fix usage of deprecated methodBeat Schwarzentrub1-1/+1
2019-03-08Remove dependency to java.util.ResourceBundleRalph Steiner6-191/+221
2019-03-08TableHeader: prevent errors in event handlers when not rendered anymoreBeat Schwarzentrub1-15/+13
2019-03-08Optimal column width measurer: optimize performanceThomas Siegrist1-1/+9
2019-03-08Responsive: Changed to transformation typesThomas Siegrist3-78/+196
2019-03-08Disabled listbox/treebox does not show set valuesRoger Stebler8-27/+424
2019-03-08Prevent errors when renderValue is called while TagField is removedAndré Wegmüller2-1/+7
2019-03-08Script builder: build scripts only when changedAndreas Hoegger8-3/+694
2019-03-08Renamed '2' from classes related to SmartFieldAndré Wegmüller5-18/+18
2019-03-08TagField: only stopPropagation while user enters a new tagAndré Wegmüller1-0/+4
2019-03-08Add a replacement for WebElement#clear that doesn't cause focus lossAndré Wegmüller1-7/+50
2019-03-08Fix Sonar warningMatthias Villiger1-2/+2
2019-03-07Fix "Row order may not be updated because lengths of the arrays differ"Matthias Otterbach2-1/+89
2019-03-07JavaScript error in menu shortcutsRoger Stebler1-7/+3
2019-03-07TableRow: updates should not override row status INSERTEDBeat Schwarzentrub3-9/+13
2019-03-07Text filter on table cannot be applied multiple timesRoger Stebler1-0/+2
2019-03-07Fix for disabled/copy overlay for FirefoxAndré Wegmüller1-3/+6
2019-03-07Add helper classes for REST clientsBeat Schwarzentrub3-5/+113
2019-03-07TableRow: add row status to identify updated rowsBeat Schwarzentrub6-0/+104
2019-03-07Form: fix cached boundsBeat Schwarzentrub2-5/+14
2019-03-07Show a tooltip on a table in a tile if the cell content is truncatedDaniel Schmid5-2/+75
2019-03-07Selenium: fix assertCssClassClaudio Guglielmo3-5/+42
2019-03-07SeleniumDriver: fix arguments for ChromeDriverBeat Schwarzentrub1-11/+8
2019-03-06Carousel: support dark themeClaudio Guglielmo3-2/+6
2019-03-06Extracted function doNodeAction (analog Table.js)André Wegmüller1-4/+7
2019-03-05remove obsolete testIvan Motsch1-44/+0
2019-03-05Load tests with apache http may yield NoHttpResponseExceptionIvan Motsch2-16/+52
2019-03-05BrowserField: exception when calling prefSize with Internet ExplorerClaudio Guglielmo1-1/+2
2019-03-05Do not run tests in parallelArthur van Dorp1-1/+1
2019-03-05Do not run tests in parallelArthur van Dorp2-4/+3
2019-03-05Always execute activateDefaultView (even when already attached)André Wegmüller1-9/+9

Back to the top