Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-12ClipboardField: add copy buttonfeatures/cguglielmo/copybuttonClaudio Guglielmo5-9/+130
2018-03-12ClipboardForm: use classic field style for clipboard fieldClaudio Guglielmo1-0/+5
2018-03-12Copy to clipboard does not work with iOSClaudio Guglielmo1-2/+21
2018-03-12Fix elusive cache bug in BasicCache.Reto Aschwanden2-4/+19
2018-03-11HierarchicalTable: Styling and expansion row access.Andreas Hoegger5-4/+17
2018-03-09Remove wrong margin for form-field-tile labelMatthias Villiger1-1/+0
2018-03-09Move tile-grid-layout-config to TileGrid.lessMatthias Villiger3-12/+12
2018-03-09FormFieldTile: tooltip arrow is not centeredClaudio Guglielmo1-4/+0
2018-03-09WizardProgressField: align content on topClaudio Guglielmo1-5/+2
2018-03-09StringField: use lighter background color for disabled styleClaudio Guglielmo2-0/+9
2018-03-09GroupBox: add possibility to redraw the bodyClaudio Guglielmo1-0/+16
2018-03-09Alternative field style: add some padding for fields with iconClaudio Guglielmo3-11/+28
2018-03-09Accordion.js: Removed unnecessary bind(this)Oli Schmid1-2/+2
2018-03-09TabBox Menubar: ensure dynamically add/remove menuItems.Andreas Hoegger1-0/+6
2018-03-09Menu visibility: add filter predicate to utility methodsMichi Schweizer1-5/+20
2018-03-09Create reply message consumer before sending requestRalph Steiner1-1/+5
2018-03-08Hierarchical TableAndreas Hoegger29-134/+672
2018-03-08Planner: use css property color instead of foreground-colorChristoph Bräunlich1-1/+1
2018-03-08Make test more robustBeat Schwarzentrub1-6/+6
2018-03-08TileGrid: add tileClick and tileAction eventsClaudio Guglielmo21-24/+1113
2018-03-08SimpleTabArea: prevent destruction of tab orderBeat Schwarzentrub2-2/+79
2018-03-08DoEntityBuilder: Added putList(V... values) methodPaolo Bazzi3-0/+46
2018-03-07Cleanup codeBeat Schwarzentrub1-11/+8
2018-03-07createInternetAddress should throw ProcessingException on invalid addr.Matthias Otterbach2-8/+17
2018-03-07Fix sonar issues in LESS codeBeat Schwarzentrub2-8/+5
2018-03-06New style for tilesMatthias Villiger16-77/+100
2018-03-06Improve LoginBox field stylesBeat Schwarzentrub2-2/+20
2018-03-05DateField: add note that execParseValue is never calledClaudio Guglielmo1-0/+11
2018-03-05MultilineSmartField: wrong border color on error with alternative styleClaudio Guglielmo1-1/+1
2018-03-05TagField: use new alternative styleClaudio Guglielmo8-99/+150
2018-03-05App: add fixme marker to handle unhandled promise rejectionsBeat Schwarzentrub1-3/+7
2018-03-05TableProposalChooser: allow custom column descriptors to use fixed widthBeat Schwarzentrub1-11/+8
2018-03-05RunContexts.copyCurrent adds cancellable which is never unregisteredMatthias Otterbach9-63/+515
2018-03-02Changed StaticLookupCall to return same result as Scout classicAndré Wegmüller5-3/+35
2018-03-02Table: fix auto optimize width measurement for cells with imagesClaudio Guglielmo7-37/+228
2018-03-02Directly throw errors instead of wrapping.Matthias Villiger1-4/+7
2018-03-02Fix for failing SmartFieldTest unit testAndré Wegmüller2-10/+11
2018-03-02Temporarily disable test to keep buildingMatthias Otterbach1-4/+6
2018-03-01Fix mobile transformationClaudio Guglielmo6-115/+19
2018-03-01Table: remove obsolete codeClaudio Guglielmo2-98/+0
2018-03-01Bugfix for SmartField issue with execValidateValue and exceptionsAndré Wegmüller8-26/+108
2018-03-01$.ajaxJson: reject promise on failure instead of throwing an ErrorBeat Schwarzentrub2-8/+60
2018-03-01Add support to exchange widgets to some wrapper fieldsClaudio Guglielmo6-18/+53
2018-03-01Improve loading behaviour for various widgetsClaudio Guglielmo14-25/+177
2018-03-01EventDelegator: fix property delegatingClaudio Guglielmo1-3/+3
2018-02-28ensure RadioButtonGroup is never clearable.Andreas Hoegger2-0/+15
2018-02-28Remove obsolete comment, group constantsBeat Schwarzentrub2-11/+0
2018-02-28Remove unnecessary function scout.strings.emptyIfNull()Beat Schwarzentrub1-4/+0
2018-02-28DoEntity: allow arbitrarily typed lists in putList()Beat Schwarzentrub4-6/+7
2018-02-28IFrame: only set location once while renderingChristoph Bräunlich1-1/+3

Back to the top