summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* Change testing portlet parameter to use root instead of applicationLeif Åstrand2012-07-231-2/+2
|
* Add test for JavaScript component fundamentals (#8888)Leif Åstrand2012-07-051-13/+0
|
* Minor release notes updateArtur Signell2012-06-291-19/+5
|
* Updated Release Notes for Vaadin 7.0.0.alpha3.Marko Gronroos2012-06-291-22/+26
|
* Rename getWidgetElement() -> getElement() (#8888)Leif Åstrand2012-06-281-1/+1
|
* Merge branch '6.8'Johannes Dahlström2012-06-191-4/+5
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/draganddropwrapper/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/form/VForm.java src/com/vaadin/terminal/gwt/client/ui/window/VWindow.java tests/server-side/com/vaadin/tests/VaadinClasses.java Removed Java5-incompatible @Override annotations
| * #8949 Make sure a drag image always has absolute positionJohannes Dahlström2012-06-151-4/+5
| | | | | | | | svn changeset:23944/svn branch:6.8
| * Updated changelog. Changed formatting of enhancements list.Marko Grönroos2012-06-081-19/+32
| | | | | | | | svn changeset:23921/svn branch:6.8
| * Added more highlighted features to the release notesJohannes Dahlström2012-06-081-1/+19
| | | | | | | | svn changeset:23918/svn branch:6.8
| * Fixed non-matching header close tags, added link to classloader workaroundJohannes Dahlström2012-06-071-15/+12
| | | | | | | | svn changeset:23912/svn branch:6.8
* | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-152-6/+18
|\ \ | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/DragAndDropService.java
| * | Implement js rpc proxy objects and wildcard rpc support (#8888)Leif Åstrand2012-06-142-4/+7
| | |
| * | Use callbacks directly as fields in connector object (#8888)Leif Åstrand2012-06-142-0/+9
| | |
| * | Rename Javascript -> JavaScriptLeif Åstrand2012-06-142-5/+5
| | |
| * | Change package name in js file not changed by previous refactoringLeif Åstrand2012-06-141-3/+3
| | |
* | | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-132-0/+25
|\| | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/DragAndDropService.java
| * | Initial support for javascript components (#8888)Leif Åstrand2012-06-112-0/+25
| | |
* | | Merge commit 'abdc1'Johannes Dahlström2012-06-121-4/+14
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: WebContent/release-notes.html src/com/vaadin/terminal/gwt/client/ui/slider/VSlider.java
| * | Update supported platforms to include Firefox 12, Android 4Johannes Dahlström2012-06-011-2/+2
| | | | | | | | | | | | svn changeset:23874/svn branch:6.8
| * | Updated Release Notes for Vaadin 6.8 RC1. Cleanup of the invalid HTML ↵Marko Grönroos2012-05-301-319/+437
| | | | | | | | | | | | | | | | | | formatting. svn changeset:23853/svn branch:6.8
* | | Merge commit 'bec62'Johannes Dahlström2012-06-111-1/+0
|\| | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.css src/com/vaadin/terminal/gwt/client/ui/button/VButton.java src/com/vaadin/ui/Button.java
| * | Remove -webkit-overflow-scrolling from .v-scrollable for now - caused a ↵Johannes Dahlström2012-05-211-1/+0
| | | | | | | | | | | | | | | | | | weird iOS 5 bug in Accordion touch support (#8723 #8792) svn changeset:23770/svn branch:6.8
* | | Merge commit '239aad'Johannes Dahlström2012-06-113-3/+0
|\| | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/panel/panel.css
| * | #8763 Removed overflow: auto from v-panel-content, v-accordion-item-content, ↵Johannes Dahlström2012-05-113-3/+0
| | | | | | | | | | | | | | | | | | and v-view classes; use v-scrollable class in elements that should scroll instead svn changeset:23718/svn branch:6.8
* | | Merge commit '0bcee'Johannes Dahlström2012-06-111-0/+0
|\| |
| * | [merge from 6.7] Test case for #8781Automerge2012-05-091-0/+0
| | | | | | | | | | | | svn changeset:23699/svn branch:6.8
* | | Merge commit '63dc0'Johannes Dahlström2012-06-111-1/+6
|\| | | |/ |/| | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.css
| * Add new CSS class to the base theme enabling (touch) scrolling of the ↵Johannes Dahlström2012-05-041-0/+5
| | | | | | | | | | | | element (#8716 #8720 #8721 #8722 #8723 #8724 #8725) svn changeset:23677/svn branch:6.8
| * Removed old info and added mention of #4296Artur Signell2012-04-101-171/+8
| | | | | | | | svn changeset:23425/svn branch:6.8
* | Fixed header height by taking padding into account (box sizing change)Artur Signell2012-05-311-1/+1
| |
* | A fix to release notes for 7.0.alpha2.Marko Gronroos2012-04-201-1/+1
| |
* | Added release notes for 7.0.alpha2.Marko Gronroos2012-04-201-9/+16
| |
* | Added release notes for 7.0.alpha2.Marko Gronroos2012-04-201-6/+27
| |
* | Refine box-sizing: border-box styles (#8682)Leif Åstrand2012-04-2011-12/+24
| |
* | Add test for detecting scrollbar quirks in different browsersLeif Åstrand2012-04-191-0/+59
| |
* | Revert "Reduce tree node caption padding to make room for focus border"Leif Åstrand2012-04-182-2/+6
| | | | | | | | | | | | | | This reverts commit 64f34f1c6ed5f910d5bf401a573d6b72539a437b. The fix is not needed to prevent scrolling any more now that margin is used instead of padding for reserving room for the layout's "margin".
* | Reduce tree node caption padding to make room for focus borderLeif Åstrand2012-04-172-6/+2
| |
* | Add overflow: hidden to v-label to prevent margins from escaping (#8671)Leif Åstrand2012-04-161-0/+3
| |
* | Rename v-paintable -> v-connector (#8652)Leif Åstrand2012-04-123-6/+6
| |
* | Include ApplicationRunnerServlet in test.warArtur Signell2012-04-051-5/+1
| |
* | Do panel wrapper sizing with cssLeif Åstrand2012-04-031-0/+6
| |
* | Use overflow: hidden to remove scrollbars in IE8 (#8313)Leif Åstrand2012-03-231-0/+1
| |
* | Merge commit '0b46687ab0cedb3523321854b52d988dae18452a' from origin/6.8Artur Signell2012-03-231-1/+1
|\|
| * [merge from 6.7] #7904 Fixed typo in Reindeer panel themeAutomerge2012-03-021-1/+1
| | | | | | | | svn changeset:23169/svn branch:6.8
* | Prevent properly sized button element from causing scrolling in IE8Leif Åstrand2012-03-211-0/+3
| |
* | Hide log by setting width/height to 0 so that the same spacing is usedArtur Signell2012-03-211-0/+4
| | | | | | | | as in Vaadin 6 (to ease screenshot migration)
* | Ensure AbsoluteLayout wrappers have the rigth size (#8313)Leif Åstrand2012-03-211-1/+11
| |
* | Only prevent margin collapse if embeddedLeif Åstrand2012-03-161-3/+4
| |
* | Remove old hack that nowadays just seems to cause problems (#7984)Leif Åstrand2012-03-161-3/+0
| |
* | Use box-sizing for v-view (#8313)Leif Åstrand2012-03-161-0/+2
| |