Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-14*** TMP *** Fix decimalformatfeatures/bschwarzent/decimalformatBeat Schwarzentrub3-61/+152
2016-11-14ValueField: Don't call setDisplayText() while typingBeat Schwarzentrub1-6/+4
2016-11-14Added null/undefined check in CodeColumn.André Wegmüller4-2/+19
2016-11-14Fix exception in value fields with displayText=nullBeat Schwarzentrub2-2/+2
2016-11-14JsonStringField: Use getInt() instead of (int) castBeat Schwarzentrub1-2/+2
2016-11-14models.extend now supports multiple extensions per insert operation.Cyrill Wyss4-3/+53
2016-11-14Temp. removed check if treeNode is destroyed more than onceAndré Wegmüller1-1/+3
2016-11-11FormField._renderGridData() should invalidate layout treeBeat Schwarzentrub6-3/+8
2016-11-11ValueField.js: Fix/cleanup acceptInput() Beat Schwarzentrub6-34/+50
2016-11-11Mediate rowsDeleted event between Outline/PageWithTableAndré Wegmüller7-13/+60
2016-11-11Eagerly consume bit positionsMatthias Villiger17-63/+114
2016-11-11Make mandatory indicator invisible when field is read-onlyAndré Wegmüller3-1/+3
2016-11-11Bugfix: Fixed typo in forEachCyrill Wyss1-2/+2
2016-11-11Fixed problem with touch smartfield popup.André Wegmüller1-1/+1
2016-11-11Remove TokenBased classes (statement builder, search filter, ...)Stephan Merkli5-1168/+0
2016-11-11Handle HTTP status 502 (Bad Gateway) like 503 and 504Beat Schwarzentrub2-1/+3
2016-11-10Code cleanupMatthias Villiger3-1/+11
2016-11-10Enable IButton.setVisibleGranted(false) for close and cancel buttonsBeat Schwarzentrub2-8/+9
2016-11-10Fixed problem with invalid DateFieldAndré Wegmüller1-10/+10
2016-11-10Add extension support for a yet unsupported caseStephan Merkli5-0/+92
2016-11-10Add test case for move into empty boxMatthias Villiger1-0/+21
2016-11-10Added parameter updateChildren to Form#setEnabledAndré Wegmüller2-4/+9
2016-11-10Fixed wrong parameter for onLoadTableDataFailAndré Wegmüller1-2/+2
2016-11-10Add support for extending data model attribute operatorsStephan Merkli12-2256/+2410
2016-11-09Widget: setParent must not be allowed if parent is being removedClaudio Guglielmo1-1/+12
2016-11-09Add property PROP_DISABLED_STYLE to IFormFieldBeat Schwarzentrub5-2/+47
2016-11-09Button: Don't use default style by defaultClaudio Guglielmo1-1/+1
2016-11-09TouchPopup: Fix field layoutClaudio Guglielmo3-9/+14
2016-11-09Mobile: Dialog is too large, does not fit into screenClaudio Guglielmo1-2/+6
2016-11-09Fix preferred size of DesktopNavigationLayoutBeat Schwarzentrub1-1/+1
2016-11-09cleanup and update javadocJudith Gull2-4/+10
2016-11-09Fix encoding issue for resource loadersClaudio Guglielmo3-5/+14
2016-11-08Added CSS class for early startup errors (used in briefcase index.js)André Wegmüller1-0/+8
2016-11-08Inject style sheet using style tags (and content).Matthias Otterbach1-17/+8
2016-11-08Add setEnabled convenience method to JSMatthias Villiger2-0/+46
2016-11-08Fixed bug when table has rowIconVisible set to trueAndré Wegmüller2-16/+38
2016-11-08Deleted Table Rows don't get removed in TYPE_REQUEST_FOCUS_IN_CELL EventMichael Schmuki3-20/+153
2016-11-08Improve extensibility of HtmlScoutClipboardServiceRalf Muri1-1/+4
2016-11-08Resolve styleTag after style sheet has been loaded.Matthias Otterbach1-2/+4
2016-11-07Cleaned-up usage of deprecated methodsAndi Bur72-193/+194
2016-11-07Add AbstractIntegerConfigPropertyBeat Schwarzentrub3-1/+111
2016-11-07Table: Fix icon columnClaudio Guglielmo5-21/+14
2016-11-07Fix table specClaudio Guglielmo1-0/+3
2016-11-07Do not throw an error for all code types.Matthias Otterbach1-2/+2
2016-11-07App: Bootstrap functions should return promises instead of deferredsClaudio Guglielmo3-24/+20
2016-11-07Desktop: drop shadow not rendered during animationClaudio Guglielmo4-1/+14
2016-11-07processing should be enabled initiallyMatthias Villiger1-0/+1
2016-11-07Added $.injectStyle function.Matthias Otterbach1-0/+34
2016-11-07fixed transaction handling in testsAndi Bur5-6/+304
2016-11-07JSON marshalling: Unit test for JandexTypeIdResolverPaolo Bazzi3-23/+196

Back to the top