Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-07POC: lazy loading outline (WIP)releafeatures/cgu/poc_lazy_outlinefeatures/cgu/poc_lazy_outlineClaudio Guglielmo4-7/+25
2021-06-07Add missing animationClaudio Guglielmo1-0/+19
2021-06-04WidgetPopup: adjust opening animationClaudio Guglielmo1-2/+2
2021-06-04Button: fix toggle state with popupClaudio Guglielmo4-4/+17
2021-06-04Improve some jsdocClaudio Guglielmo19-95/+113
2021-06-04Mobile: fix layout of selected itemClaudio Guglielmo1-0/+1
2021-06-04SimpleTabArea: fix error when tab is destroyed while area not renderedClaudio Guglielmo2-15/+12
2021-05-31JsonAdapter: add custom properties which are sent to the browserKevin Kirn2-0/+45
2021-05-31Reveal and focus first invalid elementFritz Schinkel12-26/+532
2021-05-31BrushUp: optimize hover colorsClaudio Guglielmo3-8/+9
2021-05-31BrushUp: rename colors active-inverted-* to selected-*Claudio Guglielmo8-48/+48
2021-05-31BrushUp: improve menu, context menu, menu bar, combo menu, buttonClaudio Guglielmo52-941/+898
2021-05-28DateUtility: support conversion from/to LocalDate and LocalDateTimeTimon Gygax2-0/+76
2021-05-28jquery-scout: fix oneAnimationEnd() for nested animationsBeat Schwarzentrub2-10/+25
2021-05-28Add responsive handling for RadioButtonGroupFritz Schinkel5-32/+76
2021-05-28Adds given common-name, localhost and localhost-ip to alternative namesAdrian Egloff1-3/+19
2021-05-27Lazily create detailForm and detailTable for Scout JS pagesMatthias Villiger9-77/+383
2021-05-27Fixed IntelliJ errors in JavaDocAndré Wegmüller1-6/+9
2021-05-26ChartJsRenderer: Add method to stop all current animationsTimon Gygax1-0/+6
2021-05-26Add attribute name constants to lookup entity data objectsRalph Steiner2-25/+43
2021-05-25Service tunnel: add support for IDoEntityStephan Merkli2-0/+49
2021-05-21ChartJsRenderer: Select relevant item for click eventTimon Gygax1-3/+32
2021-05-18Add direct dependency to JasmineMatthias Villiger3-1/+5
2021-05-18Improve widget return type definitionMatthias Villiger4-11/+20
2021-05-18Improve jquery code completionMatthias Villiger1-4/+4
2021-05-17ChartJsRenderer: Adjust handling of propertiesTimon Gygax1-0/+4
2021-05-14JsonFormMenuTest: fix testClaudio Guglielmo1-0/+1
2021-05-12Add open/close animation to ContextMenu, improve FormMenuClaudio Guglielmo17-179/+432
2021-05-12Widget: remove animation aborts if a child animation finishesClaudio Guglielmo2-3/+9
2021-05-12Widget: don't render property changes when removal is pendingClaudio Guglielmo4-27/+65
2021-05-07Table: pressing up/down in the filter should move the selection up/downClaudio Guglielmo2-7/+11
2021-05-07Table: don't fail if rows are filtered while table is detachedClaudio Guglielmo2-4/+27
2021-05-06BrowserField: add method to send messages to the embedded pageBeat Schwarzentrub14-51/+233
2021-05-05ChartJsRenderer: Show tooltip title only, if current tick has a labelTimon Gygax1-2/+9
2021-05-04Remove application_logo_largeClaudio Guglielmo3-4/+6
2021-05-04Improve desktop notificationsClaudio Guglielmo19-38/+277
2021-05-04BrushUp: redesign desktop layoutClaudio Guglielmo79-1765/+1704
2021-05-04Add CompositeTile.jsClaudio Guglielmo3-2/+44
2021-05-04Icon.js: properties are not appliedClaudio Guglielmo1-4/+5
2021-05-04Popup: fix initial focus on popups with an opening animationClaudio Guglielmo2-12/+17
2021-05-04Login: don't store path for unload requestsClaudio Guglielmo1-18/+28
2021-05-04OWASP Dependency CheckIvan Motsch1-1/+1
2021-05-03Remove obsolete codeBeat Schwarzentrub4-483/+0
2021-04-30DoStructureMigrationInventory: remove @CreateImmediatelyStephan Merkli2-3/+5
2021-04-30Make IFormField an IContextMenuOwnerFritz Schinkel36-1025/+346
2021-04-29Add final value IN_DEVELOPMENT_MODEClemens Stukenbrock1-3/+6
2021-04-29arrays: add insertBefore() and insertAfter()Beat Schwarzentrub2-0/+84
2021-04-29Data object migration support: add initial contributionStephan Merkli70-69/+5117
2021-04-27RadioButton: fix layout when useUiWidth=trueBeat Schwarzentrub1-1/+0
2021-04-21Add deserializer for Locale that handles Locale.ROOT correctlyMichael Iseli9-2/+185

Back to the top