Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-29Popup: fix JS error in getAnchorBounds() when $anchor is missingfeatures/pbazzi/u2019Beat Schwarzentrub1-0/+13
2019-10-28Calendar: set height of week-day elements calculated from parentAdrian Egloff1-4/+10
2019-10-28Form is scrolled sometimes right after openingClaudio Guglielmo1-2/+12
2019-10-28pom.xml: Fix wrong module version (9.0.0-SNAPSHOT -> 10.0.0-SNAPSHOT)Jeremie Miserez1-1/+1
2019-10-28Improve calendar layoutAdrian Egloff12-67/+129
2019-10-28add cleanup scriptDaniel Schmid7-6/+16
2019-10-28Add missing dependencyMatthias Villiger1-1/+2
2019-10-28Added JsDoc for LookupCall and I/O network errorsAndré Wegmüller1-1/+3
2019-10-25Allow to collapse group with a click on the group-headerAdrian Egloff2-2/+13
2019-10-25TableHeader: fix padding of last columnBeat Schwarzentrub4-1/+14
2019-10-25GroupBox, FormField: don't call revalidateLayout()Thomas Siegrist2-3/+2
2019-10-24File chooser button: suppress 'unchecked' warningsBeat Schwarzentrub2-0/+2
2019-10-24AbstractFileChooserButton ignores file extension model propertyMichael Rudolf4-8/+34
2019-10-24Minor code cleanupMatthias Villiger3-28/+27
2019-10-24TileGridLayout: prevent inappropriate animation during loadingBeat Schwarzentrub1-1/+1
2019-10-24don't show elipsis in an icon columnDaniel Schmid2-0/+13
2019-10-24Only create JS imports for working copies that have a JS fileMatthias Villiger2-1/+6
2019-10-24TestingUtility: mark bean-related methods as deprecatedStephan Merkli36-125/+146
2019-10-24Update IntelliJ meta dataMatthias Villiger23-22/+50
2019-10-24Fixed rounding issue which caused menu-bar to be invisibleAndré Wegmüller1-4/+4
2019-10-24Make sure check-box is never shrinked in check-box-fieldAndré Wegmüller1-1/+1
2019-10-24Move iCal and vCard related classes to org.eclipse.scout.rt.dataformatSamuel Keusch41-12/+3175
2019-10-24Fix compiler warningsMatthias Villiger6-20/+18
2019-10-24Improve migration messagesMatthias Villiger2-3/+2
2019-10-24Table with tiles: Use default job input if no parent tile grid availableMatthias Otterbach1-1/+4
2019-10-23Add Scout ESLint configMatthias Villiger8-1/+221
2019-10-23Include Scout SVG module in scout default chunkMatthias Villiger1-1/+1
2019-10-23Remove parentheses in less calculationsMatthias Villiger1-1/+1
2019-10-23Potential interrupt of not owned Thread (2)Ivan Motsch2-19/+6
2019-10-23Improved test: directly use Jobs.scheduleIvan Motsch1-13/+20
2019-10-23Potential interrupt of not owned ThreadIvan Motsch2-6/+118
2019-10-22Remove parentheses in less calculationsMatthias Villiger1-1/+1
2019-10-22Fix TAB key stroke for cell editorClaudio Guglielmo6-35/+65
2019-10-21PageTileGrid: compare value using '==='Beat Schwarzentrub1-1/+1
2019-10-21AbstractBeanTile: add possibility to provide initial bean valueBeat Schwarzentrub1-1/+11
2019-10-21Always use enabledComputedClaudio Guglielmo10-26/+20
2019-10-21Remove obsolete enabled propagation (ListBox, TreeField etc.)Claudio Guglielmo4-6/+0
2019-10-21Add manual fix for private element accessMatthias Villiger1-0/+4
2019-10-21Create imports after all tasksMatthias Villiger6-128/+70
2019-10-21AbstractBeanTile: add missing constructorBeat Schwarzentrub1-1/+14
2019-10-21AbstractTable: cleanup tile creationBeat Schwarzentrub2-17/+90
2019-10-18TileGrid: fix null pointer exceptionClaudio Guglielmo1-1/+1
2019-10-18TileGrid: support unfocusable classClaudio Guglielmo1-1/+4
2019-10-18Popup: ensure focus is correctly reverted when popup is closedClaudio Guglielmo5-18/+177
2019-10-18Fix possible deadlock in ServerSession creationMatthias Villiger2-11/+23
2019-10-18remove scribble fileIvan Motsch1-11/+0
2019-10-17OpenUriHandler: Add 'google.navigation' to externally handled protocolsMarcel Wismer1-1/+1
2019-10-17Events: add filter param for propagation listenerClaudio Guglielmo1-3/+7
2019-10-17es6: prepared files on external locationIvan Motsch1-0/+44
2019-10-16es6: prepared files on external locationIvan Motsch1-0/+180

Back to the top