Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Remove bintray maven repositoryreleases/8.0.xRalph Steiner2-32/+15
2020-11-12OWASP dependency checkIvan Motsch1-1/+1
2020-11-02SmtpConnectionPool - Improve exception handlingMichael Iseli2-4/+5
2020-10-23Table: html is accidentally interpreted when tooltip is shownClaudio Guglielmo1-1/+1
2020-09-23suspend the wizard instead of finishing it when logging offHannes Mueller1-1/+1
2020-09-17Enhance aggregated rows on tablesFritz Schinkel3-6/+72
2020-08-26IFrame: added 100% height on iPhones to fix layout issuesAndré Wegmüller3-2/+21
2020-06-23Changed deep-link log message from warn to infoAndré Wegmüller1-1/+1
2020-05-15Fix testBeat Schwarzentrub1-3/+0
2020-05-15Improve JavaDocBeat Schwarzentrub3-6/+11
2020-05-11Restore modal views when switching outline 2Ralf Muri1-5/+0
2020-05-11fix DesktopSpecRalf Muri1-1/+4
2020-05-11Restore modal views when switching outlineRalf Muri2-3/+52
2020-05-07TreeEventBuffer: don't remove deleted nodes from ORDER_CHANGED eventBeat Schwarzentrub2-10/+67
2020-04-30Session.js: keep clientSessionId in sync with web storageBeat Schwarzentrub1-1/+2
2020-04-24NumberField: add lenient parsingRalf Muri6-4/+368
2020-04-22Fix ProcessingExceptionTestRalph Steiner1-0/+4
2020-04-22Add maven property scout.excludeTestCategoriesRalph Steiner3-0/+35
2020-04-22Mark slow and resource intensive tests with a JUnit test categoryRalph Steiner10-0/+55
2020-04-20Use Introspector.decapitalize instead of similar codeIvan Motsch1-8/+9
2020-04-08Fix animations of ContextMenuPopupFritz Schinkel1-5/+21
2020-04-07TileGrid: error when context menu keystroke is used but tile not in viewClaudio Guglielmo2-2/+32
2020-04-07Fix GlassPane animationFritz Schinkel1-5/+11
2020-04-03Table: remove grouping, when table switches into hierarchical mode.Thomas Siegrist1-2/+24
2020-04-02Form: initialFocus does not work for wrapped formsClaudio Guglielmo3-3/+49
2020-04-02HtmlComponent: prevent wrong size measurements during CSS animationBeat Schwarzentrub6-21/+109
2020-04-02Correct French translation of ui.OtherValuesNicola Steger1-1/+1
2020-04-02Only render/remove submenus when menu is rendered or renderingRalf Muri2-18/+13
2020-03-31DateField: JS error on addition with large numberRoger Stebler2-0/+7
2020-03-27Remove old left-over commentsBeat Schwarzentrub4-23/+0
2020-03-26Fix NPE in ApacheHttpResponseRalph Steiner1-1/+2
2020-03-26Fix various issues concerning popups, page reload & glasspanesRalf Muri8-8/+67
2020-03-25Fix "Assertion error: Session is stopping"Claudio Guglielmo1-2/+4
2020-03-23Open BinaryResource in a consistent wayFritz Schinkel4-1/+118
2020-03-23StringColumn: Changing displayText to null does not workRoger Stebler1-1/+1
2020-03-20Fields in a JSON BinaryResource may not be setRalph Steiner3-16/+41
2020-03-20265497 JSON charset field of a BinaryResource may not be setRalph Steiner3-7/+25
2020-03-19Fix for compact-style of calendar component when mode switchesAndré Wegmüller1-4/+2
2020-03-18Backport calendar layout fix for chrome browser from scout 10Adrian Egloff2-7/+29
2020-03-16Fix potential race condition in UiSessionInitAndDisposeTestBeat Schwarzentrub1-10/+26
2020-03-12Table: fix cursor for checkable tables when table or row is disabledBeat Schwarzentrub1-0/+5
2020-03-10Revert "HtmlComponent: prevent wrong size measurements during CSS animation"Beat Schwarzentrub4-95/+19
2020-03-09HtmlComponent: prevent wrong size measurements during CSS animationBeat Schwarzentrub4-19/+95
2020-03-09StringUtility: add randomId()Beat Schwarzentrub2-0/+46
2020-03-06WrappedFormField: Add getter for manage inner form life cycle propertyThomas Siegrist2-0/+11
2020-03-05Cannot apply bugfix for undo/redo on IE11, because IE11 is brokenAndré Wegmüller1-0/+7
2020-03-05HtmlComponent: prevent unwanted modifications of prefSize cacheBeat Schwarzentrub1-2/+2
2020-03-05GroupBox: remove obsolete styles for group-box-control elementBeat Schwarzentrub1-12/+0
2020-03-05Add newTransactionSupplier to RunContextAndi Bur5-2/+326
2020-03-05Remove unused function argumentBeat Schwarzentrub1-2/+2

Back to the top