summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
* Fixed regression where range selection stopped working after the range start ...merged-6.8John Alhroos2013-10-041-0/+6
* Restored a previously removed deferred command due to regressions #12407John Alhroos2013-10-011-2/+11
* Fixed another regression for #12407John Alhroos2013-09-301-1/+2
* Fixed regression where scrolling position changed unintentionally after #12407John Alhroos2013-09-301-2/+6
* Added horizontal scrollbar hack also for Opera, bugs in same manner recent ve...Matti Tahvonen2013-09-271-3/+4
* Backported #12324 to Vaadin 6.8 (#12662)John Alhroos2013-09-261-6/+3
* Backported #12295 to Vaadin 6.8 (#12662)John Alhroos2013-09-261-6/+12
* Backported #12149 to Vaadin 6.8 (#12662)John Alhroos2013-09-262-3/+11
* Horizontal scrollbar for Panel now properly appear in webkit browsers (#10255)Matti Tahvonen2013-09-251-1/+18
* Fixed comment related to #12635John Alhroos2013-09-251-2/+1
* Make IE11 use IE9 compatibility mode #12635John Alhroos2013-09-252-7/+32
* Refining solution for ios 5.1 workaround to be safer for regressions. (#9424)Matti Tahvonen2013-09-251-2/+2
* Refining solution for ios 5.1 workaround to be safer for regressions. (#9424)Matti Tahvonen2013-09-251-2/+2
* Saner amount of pixels in a tab hiding hack. Now iPad v1 with iOS5 don't brea...Matti Tahvonen2013-09-241-2/+3
* Added comment about why currentPageFirstItemIndexOnLastPage only is updated w...John Alhroos2013-09-191-0/+9
* Fixed issues found in review for #12407John Alhroos2013-09-192-17/+21
* Fixes issue with Table not scrolling completely to the end #12407John Alhroos2013-09-182-8/+16
* Don't show vertical scrollbars in an embedded app (#12336)Henrik Paul2013-08-231-0/+25
* Escape markup in CustomLayout's JavaDoc (#12398)Henrik Paul2013-08-201-2/+2
* Fix formattingLeif Åstrand2013-07-161-1/+1
* Prevent Button from being highlighted when dragging mouse over it #10917John Alhroos2013-06-051-1/+1
* Fixed lost focus in VScrollTable when row cache was redrawn (#11788 and #11797)Tapio Aali2013-05-241-2/+13
* Added server-side check for dragging _from_ disabled component #11801Marc Englund2013-05-241-0/+11
* Disabled DragAndDropWrapper no longer receives drops #11801Marc Englund2013-05-232-1/+21
* Change field types from LinkedHashSet back to HashSet to retain binary compat...Johannes Dahlström2013-05-161-4/+9
* Properly focus clicked input element in Webkit (#11854, #11297)Johannes Dahlström2013-05-153-4/+19
* Fixed positioning of the popup in a PopupView when the application has been e...John Alhroos2013-05-151-14/+15
* Remade fix for #11267 to not cause changes in other casesMarc Englund2013-05-151-8/+14
* SQLContainer.indexOfId() also searches backwards (#10376)Henri Sara2013-05-141-3/+5
* Fix CustomComponent resizing broken by [25925] (#6880)Johannes Dahlström2013-05-131-0/+13
* Addition to fix for #11267 - explicit call to updateRootWidth() makes it more...Marc Englund2013-05-101-0/+1
* Fix CustomComponent size calculation with padding or border (#6880)Johannes Dahlström2013-05-101-8/+19
* Fixes #11267 (theme breaks if dynamically adding border to ComboBox) by recal...Marc Englund2013-05-101-0/+8
* Liferay 6.2 compatibility (#11751)Henri Sara2013-05-101-21/+68
* Change VScrollTable.contextMenu back to package protected just in case (#11441)Johannes Dahlström2013-05-081-1/+1
* Clean up Table popup menu close handler to prevent a memory leak (#11441)Johannes Dahlström2013-05-081-21/+25
* More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203)Leif Åstrand2013-05-071-4/+36
* Prevent TextField/TextArea focus stylename from being overwritten in updateFr...Johannes Dahlström2013-05-021-0/+6
* Instead of applying workaround to the root panel, apply it to the sub window ...John Alhroos2013-04-301-12/+12
* Fixed wrong indentation #11641John Alhroos2013-04-251-1/+1
* Ensure integer return values from Util and MouseEventDetails methods #11641John Alhroos2013-04-252-29/+33
* Ensure actions are handled in a deterministic order (#11432)Johannes Dahlström2013-04-191-41/+31
* Changed accordion tab stylename to be prefixed with the tabs stylename rather...John Alhroos2013-04-121-6/+9
* Fixed Accordion tab stylenames which never got applied on the tab widgets #10605John Alhroos2013-04-123-3/+38
* Remove resource related code in AbstractApplicationPortlet (#11526)Henri Sara2013-04-081-29/+3
* Fix typo in javadoc (#9774)Leif Åstrand2013-04-041-3/+3
* Refine backwards compatibility measures to avoid undesired behavior if a prox...Leif Åstrand2013-04-041-41/+49
* Revert fix to #9203 as it causes regressions.Leif Åstrand2013-03-181-28/+4
* Workaround for no rows in TreeTable with pagelenght = 0 (#9203)Leif Åstrand2013-03-151-4/+28
* Add bootstrap performance measuring support (#11188)Leif Åstrand2013-02-281-0/+23