Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-12WIP: Fix recomputeEnabled() for EllipsisMenufeatures/bschwarzent/recomputeEnabledBeat Schwarzentrub4-5/+90
2018-09-12CancelMenu, CloseMenu: disable inheritAccessibilityBeat Schwarzentrub2-0/+2
2018-09-12Adapt to Scout change: New DoList.updateAll() methodPaolo Bazzi13-76/+63
2018-09-12DoList: Added updateAll(array) / updateAll(collection) methodPaolo Bazzi2-9/+112
2018-09-12Change copyright headers where neededArthur van Dorp196-331/+1809
2018-09-12TileGrid Virtual Scrolling: improve tile accordionClaudio Guglielmo7-16/+70
2018-09-12TileGrid Virtual Scrolling: support placeholders and Scout ClassicClaudio Guglielmo9-76/+121
2018-09-12TileGrid Virtual Scrolling: improve performance of non virtual modeClaudio Guglielmo2-8/+69
2018-09-12TileGrid: implement virtual scrollingClaudio Guglielmo16-138/+1656
2018-09-11BrowserField: IE does not show scrollbars sometimesClaudio Guglielmo1-0/+7
2018-09-11Added missing setFixturesAndré Wegmüller1-0/+4
2018-09-07Collapsible property on groups.Oli Schmid3-4/+19
2018-09-07Fixed order of menus/buttons in group-box menubarAndré Wegmüller2-2/+55
2018-09-07DoList: Use upper-bounded wildcard on collection-typed with methodAndi Bur14-22/+22
2018-09-07Resolve constants in Action.jsAndré Wegmüller1-0/+7
2018-09-06Add form event TYPE_RESET_COMPLETERalf Muri4-1/+24
2018-09-06Resolve constants in JSON models.André Wegmüller4-0/+94
2018-09-05TableField: rename validate to getValidationResultSamuel Keusch1-2/+2
2018-09-04Enable external link protectionMatthias Villiger9-68/+100
2018-09-03Performance improvement for PROP_ENABLED_COMPUTED propagationMatthias Villiger1-1/+2
2018-08-29TreeAdapter: copy htmlEnabled flag from cell to nodeBeat Schwarzentrub1-0/+1
2018-08-29Value Data Objects: Added byte[] and List<IDoEntity> value DOsPaolo Bazzi2-0/+93
2018-08-29Add IDoEntity#removeIfRalph Steiner4-0/+42
2018-08-27FileChooser: fix widthBeat Schwarzentrub2-2/+6
2018-08-27HtmlDocumentParser: fix external path conversionBeat Schwarzentrub3-7/+4
2018-08-27Add imap helper and mail bounce detectorStephan Merkli12-16/+843
2018-08-27FormField: fix JS error in _linkWithLabel() when field has no $fieldBeat Schwarzentrub1-1/+1
2018-08-24REST exception mapper: validate attached entity "ErrorResponse"Paolo Bazzi4-11/+43
2018-08-24EnumerationUtility: Add asEnumeration(Iterator<T>) methodJeremie Miserez2-0/+35
2018-08-24Add ValueDo to wrap objects along with their Java typeBeat Schwarzentrub13-0/+694
2018-08-24MailHelper: add methods getHtmlBody, readContentAsString andStephan Merkli3-55/+301
2018-08-23SequenceBox with SmartField correct from/to validationAndreas Hoegger1-0/+5
2018-08-23remove dead desktop cleanup codeMichael Rudolf1-103/+0
2018-08-23Table: do not uncheck row on right-click when it's already checkedSamuel Keusch1-3/+6
2018-08-22SmartField: don't perform lookup when field is blurredAndré Wegmüller3-12/+64
2018-08-22StreamUtility: Add not(Predicate)Jeremie Miserez1-0/+10
2018-08-21RadioButtonGroup: radio buttons not displayed when loaded asyncSamuel Keusch3-33/+84
2018-08-17Widget: cleanup remove handler properlyClaudio Guglielmo1-3/+8
2018-08-17Widget: preserving scroll positions decreases performanceClaudio Guglielmo2-10/+159
2018-08-17correct tooltip position of GroupBox statusAndreas Hoegger1-0/+5
2018-08-17Data Object Serialization: Allow custom date pattern within DoList<>Paolo Bazzi7-30/+86
2018-08-16Remove html-tags from column-title if html-formatting is enabledAdrian Egloff3-0/+13
2018-08-16Add IPrettyPrintDataObjectMapper to pretty print JSONBeat Schwarzentrub2-0/+37
2018-08-15Enhance error logging for showing modal formsMichael Rudolf4-4/+39
2018-08-15Data Objects: Extended DoValue/DoList.toString() with exists()Paolo Bazzi2-2/+2
2018-08-15Added IUuidProvider to make random UUIDs predictable in unit testsAndré Wegmüller3-0/+90
2018-08-14Fix JavaDocBeat Schwarzentrub2-2/+2
2018-08-13BeanTestingHelper: remove methods registerWithReplace andStephan Merkli4-38/+15
2018-08-13MailHelper: extract getMessageId to own methodStephan Merkli1-15/+26
2018-08-10ButtonAdapterMenu: ensure 'action' event fired on doAction()Beat Schwarzentrub1-2/+6

Back to the top