Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Trying to enable watcher for prod buildfeatures/cguglielmo/prod_watchClaudio Guglielmo7-26/+43
2020-03-27Remove old left-over commentsBeat Schwarzentrub4-23/+0
2020-03-27HtmlComponent: also delay layout if current element is being animatedBeat Schwarzentrub6-12/+58
2020-03-27Selenium: add scrollTreeToBottom utilityClaudio Guglielmo1-0/+8
2020-03-27Fix various issues concerning popups, page reload & glasspanesRalf Muri8-9/+70
2020-03-26New maven config master 3.12.0Ralph Steiner1-1/+1
2020-03-26Fix NPE in ApacheHttpResponseRalph Steiner1-1/+2
2020-03-26DoDateSerializer: add todo markerBeat Schwarzentrub2-0/+16
2020-03-25TileTable: exception when context menu key stroke is pressedClaudio Guglielmo3-10/+24
2020-03-25Update IntelliJ meta dataRalph Steiner43-235/+379
2020-03-25Fix Http non-repeatable POST redirect testAndi Bur1-8/+5
2020-03-25Adapt reflection code to updated ApacheConnector versionAndi Bur1-9/+35
2020-03-25owasp dependency-checkIvan Motsch1-4/+4
2020-03-25javax to jakarta name migrationIvan Motsch16-144/+206
2020-03-25New maven config master 3.11.0Ralph Steiner1-2/+3
2020-03-25Fix "Assertion error: Session is stopping"Claudio Guglielmo1-2/+4
2020-03-24TabItem: implement isFocused()Claudio Guglielmo5-7/+29
2020-03-24Form: initialFocus does not work for wrapped formsClaudio Guglielmo3-4/+49
2020-03-24DateUtility: Code cleanup, improve JavaDocBeat Schwarzentrub2-29/+42
2020-03-24Improved deep-link handlingAndré Wegmüller3-20/+67
2020-03-23SequenceBox: exception when menus are changedClaudio Guglielmo2-4/+40
2020-03-23FormField: update menus when visibility changesClaudio Guglielmo2-1/+118
2020-03-23Add new function to calculate hours in between two datesCyrill Wyss2-2/+67
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-21AjaxCall: fix rejection reasonBeat Schwarzentrub2-22/+31
2020-03-20ajax: add createCall() and createCallJson()Beat Schwarzentrub1-5/+30
2020-03-20ajax: move error handling to AjaxCallBeat Schwarzentrub4-18/+27
2020-03-20Fields in a JSON BinaryResource may not be setRalph Steiner3-16/+41
2020-03-20Fix for un-clickable ImageFieldAndré Wegmüller1-0/+5
2020-03-20265497 JSON charset field of a BinaryResource may not be setRalph Steiner3-0/+23
2020-03-20HttpProxy: prevent lost content for POST requests with query parametersBeat Schwarzentrub2-11/+49
2020-03-20Form: reset glassPaneRenderer completely on removeRalf Muri1-0/+1
2020-03-19Fix for compact-style of calendar component when mode switchesAndré Wegmüller1-8/+4
2020-03-18ClipboardField: screenshot is pasted twice (Safari)Claudio Guglielmo1-1/+24
2020-03-17Desktop: tab is not selected anymore when header is made visibleClaudio Guglielmo5-12/+44
2020-03-17Fix test - eliminate static variables that prevent parallel test runningIvan Motsch1-85/+112
2020-03-17config.properties paths - solve ambigous usageIvan Motsch5-44/+54
2020-03-17NlsFileWatcher: fix error when workspace path contains spacesThomas Siegrist1-1/+15
2020-03-16Fix potential race condition in UiSessionInitAndDisposeTestBeat Schwarzentrub1-22/+25
2020-03-12Added .pnpm-store as default exclude folderAndré Wegmüller1-1/+1
2020-03-12Table: fix cursor for checkable tables when table or row is disabledBeat Schwarzentrub1-2/+6
2020-03-11Fix testIvan Motsch1-5/+4
2020-03-11Fix warning and JavaDocBeat Schwarzentrub1-5/+6
2020-03-10WrappedFormField: Add getter for manage inner form life cycle propertyThomas Siegrist2-0/+11
2020-03-10StringUtility: add randomId()Beat Schwarzentrub2-0/+46
2020-03-09Tree: Nodes may be inserted at wrong position on a filter change eventRoger Stebler1-4/+4
2020-03-06Add new interface CloseableIteratorAndi Bur1-0/+19
2020-03-05Add newTransactionSupplier to RunContextAndi Bur5-3/+278
2020-03-05HtmlComponent: prevent unwanted modifications of prefSize cacheBeat Schwarzentrub1-2/+2

Back to the top