Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-30ProposalField: correctly update 'empty' flag after clearing textBeat Schwarzentrub2-0/+33
2018-10-29Table: trigger event startCellEditAndré Wegmüller2-0/+18
2018-10-29TabBox tab switch with focus in the previous tab scrolls topAndreas Hoegger1-5/+7
2018-10-29GroupBox: Do not show status menus when menubar is visible.Andreas Hoegger1-0/+9
2018-10-29StreamUtility: add convenience methods, cleanup JavaDocBeat Schwarzentrub1-21/+83
2018-10-26Remove misleading property 'scout.http.retryPost'Ivan Motsch2-35/+2
2018-10-26Scout apache http client with retryPost=trueIvan Motsch2-2/+2
2018-10-26LogicalGridLayout: centering an element does not work anymoreClaudio Guglielmo2-2/+73
2018-10-26Fix empty listbox tooltip. Add options for scout.strings.plainTextPatrick Bänziger3-12/+38
2018-10-24Fixed bug: not every IJsonObject is a JsonBeanAndré Wegmüller1-2/+11
2018-10-22Fix exception with firefox on touch deviceClaudio Guglielmo1-1/+1
2018-10-22Use scout.strings.plainText when generating truncated column tooltipPatrick Bänziger1-1/+1
2018-10-19Improve JavaDoc (minor)Beat Schwarzentrub1-40/+40
2018-10-19Form: initialFocus on a tab item failsClaudio Guglielmo3-4/+50
2018-10-19Require custom header for REST requests to prevent CSRF attacks.Matthias Villiger4-0/+201
2018-10-19TableHeaderMenu: don't show unnecessary scrollbars (IE)Claudio Guglielmo2-10/+8
2018-10-18HTML: add tag() method, improve JavaDocBeat Schwarzentrub2-294/+208
2018-10-18Firefox: fix that "Copy" menu on disabled fields is enabled againThomas Siegrist1-1/+2
2018-10-18Improved YUI error logging to system outAndré Wegmüller1-3/+3
2018-10-18Move row up/down hierarchical table fixedAndreas Hoegger3-32/+238
2018-10-18Table: don't show header tooltips while dragging a columnClaudio Guglielmo1-8/+29
2018-10-18MinifyJsWithYui: prevent NPE, instead throw EvaluatorException with msgBeat Schwarzentrub1-1/+1
2018-10-18Fix minifying errorClaudio Guglielmo1-4/+5
2018-10-17Scrollbars: improve hybrid scrollingClaudio Guglielmo6-3/+116
2018-10-17Scrolling: support hybrid devices like SurfaceClaudio Guglielmo5-78/+117
2018-10-17Cleanup JavaDocBeat Schwarzentrub2-20/+9
2018-10-17Tree: Make sure visible node list is updated on all filterStateChangedMichael Rudolf2-0/+21
2018-10-17ValueField: overloadable valueEquals methodOli Schmid2-2/+10
2018-10-17InteractiveTestSuite: Add support for executing single test methodsJeremie Miserez1-1/+39
2018-10-17Added function hasElements (returns the opposite of 'empty')André Wegmüller1-0/+10
2018-10-16Removed obsolete fixmesAndré Wegmüller2-2/+0
2018-10-15TagField: added lookupField.js and TagFieldAdapter.jsAndré Wegmüller8-114/+97
2018-10-12JettyServer: improve log messagesBeat Schwarzentrub1-8/+11
2018-10-11CollectionUtility: add hashMap() and hasElements(Map)Crispin Kirchner2-0/+46
2018-10-08Move SimpleLoadingSupport to correct folderBeat Schwarzentrub2-1/+1
2018-10-05Prevent JS errors in fonts.autoDetectFonts()Beat Schwarzentrub1-2/+16
2018-10-05Desktop: ensure F5 never reloads the browser windowBeat Schwarzentrub7-70/+48
2018-10-05models.js: support "after" position for insert operationsBeat Schwarzentrub1-7/+18
2018-10-05Generalize concept of DefaultAuthTokenRalph Steiner6-203/+382
2018-10-05MailHelper#collectMailParts: prevent exception in case of emptyStephan Merkli2-1/+29
2018-10-04Desktop.js: initialize model properties, add default valuesBeat Schwarzentrub3-35/+61
2018-10-03Picker: removed selectButtonByValue - does the same as setValueAndré Wegmüller2-6/+2
2018-10-03Added convenience functions to RadioButtonGroupAndré Wegmüller2-5/+35
2018-10-03optProperty function can now deal with a chain of propertiesAndré Wegmüller2-5/+59
2018-10-03Selenium: assertActiveElement should waitClaudio Guglielmo2-9/+25
2018-09-28Added abstract default implementation for ISmartColumn2ExtensionAndré Wegmüller1-0/+28
2018-09-28Fixed potential access to null propertyAndré Wegmüller1-1/+2
2018-09-28PageFieldTest: remove warningClaudio Guglielmo1-1/+1
2018-09-28Increase the session store housekeeping delay a littleClaudio Guglielmo1-2/+2
2018-09-28ComposerField: fix memory leakClaudio Guglielmo3-3/+87

Back to the top