aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix logic error in initialPath handling (#9747)Leif Åstrand2012-09-251-1/+1
|
* Restored content:"" for layout slots which fixes #9736John Ahlroos2012-09-251-1/+1
|
* Show internal error reponses for browser details request (#8243)Artur Signell2012-09-241-0/+2
|
* Only use UI from web.xml for requests without additional path (#9722)Leif Åstrand2012-09-241-1/+4
|
* Caption text should be middle aligned #8294John Ahlroos2012-09-241-1/+1
|
* Merge branch 'html5-doctype'John Ahlroos2012-09-249-9/+14
|\
| * Revert "Fixed different spacing height in IE and Opera #8294". Was causing ↵John Ahlroos2012-09-241-5/+0
| | | | | | | | too many other tests to fail.
| * Fixed different spacing height in IE and Opera #8294John Ahlroos2012-09-241-0/+5
| |
| * Revert "Restored table row heights #8294".John Ahlroos2012-09-211-2/+2
| |
| * Restored table row heights #8294John Ahlroos2012-09-211-2/+2
| |
| * Fixed panel caption height causing 1px jump #8294John Ahlroos2012-09-201-0/+1
| |
| * Fixed select row height changes #8294John Ahlroos2012-09-201-0/+4
| |
| * Revert "Fixed NativeButton 1px caption jump #8294"John Ahlroos2012-09-201-2/+1
| |
| * Fixed NativeButton 1px caption jump #8294John Ahlroos2012-09-201-1/+2
| |
| * Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-202-0/+118
| |\
| * | Fixed 1px jump in caption #8294John Ahlroos2012-09-191-1/+1
| | |
| * | Trying again, this time making layouts block elements #8294John Ahlroos2012-09-191-2/+2
| | |
| * | Fixed issue where layouts with empty slots gets line height. #8294John Ahlroos2012-09-191-0/+1
| | |
| * | Removed empty content: in css rules since they generate a empty line with ↵John Ahlroos2012-09-186-7/+6
| | | | | | | | | | | | html5 content type
* | | Allow specifying UIProvider using a servlet parameter (#9628)Leif Åstrand2012-09-211-0/+17
| | |
* | | Refactor UIProvider management and fix multi-servlet (#9619, #9637)Leif Åstrand2012-09-211-1/+1
| |/ |/|
* | Test which embeds two UIs on the same page (#9619)Artur Signell2012-09-182-0/+118
|/
* themes-compiled -> themesArtur Signell2012-09-141-3/+3
|
* Moved grid layout margin and spacing fixes from reindeer to base theme #9559John Ahlroos2012-09-132-18/+20
|
* Fixed previously broken gridlayout margins and spacings.John Ahlroos2012-09-121-5/+5
|
* Use LegacyVaadinPortlet for now (#9566)Artur Signell2012-09-121-2/+2
|
* Moved background-position before sprite so sprite generator can override itArtur Signell2012-09-111-1/+1
|
* Fixed combobox item selector offset bug John Ahlroos2012-09-111-0/+1
|
* Updated Release Notes for Vaadin 7.0.0.beta1: various fixes.Marko Grönroos2012-09-111-42/+49
|
* Add missing closing brace to @mixin base-commonJohannes Dahlström2012-09-101-0/+2
|
* Updated Release Notes for Vaadin 7.0.0.beta1. Some fixes.Marko Gronroos2012-09-102-9/+27
|
* Updated Release Notes for Vaadin 7.0.0.beta1.Marko Gronroos2012-09-101-58/+89
|
* Moved layout-resize-text.html to statictestfilesJohn Ahlroos2012-09-101-0/+0
|
* Merge remote-tracking branch 'origin/master'John Ahlroos2012-09-101-1/+1
|\
| * Removed PortalDefaultWidgetSet (#9337)Artur Signell2012-09-101-1/+1
| |
* | Merge branch '6.8'John Ahlroos2012-09-101-0/+3
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.scss server/src/com/vaadin/server/VaadinServlet.java server/src/com/vaadin/ui/AbstractField.java src/com/vaadin/terminal/gwt/client/ui/VUriFragmentUtility.java tests/testbench/com/vaadin/tests/components/datefield/DateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/table/TableReduceContainerSize.java tests/testbench/com/vaadin/tests/tickets/Ticket8291.java uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.html uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java uitest/src/com/vaadin/tests/tickets/Ticket8291.java uitest/test.xml
| * Enable (hopefully this time for real) native touch scrolling on Mobile ↵Johannes Dahlström2012-09-041-1/+5
| | | | | | | | | | | | Safari 6+ (#8792) svn changeset:24300/svn branch:6.8
* | Support running JUnit tests (#9299)Artur Signell2012-09-091-20/+0
| |
* | Fixing 1px caption jump in tabsheet and accordion after switching toJohn Ahlroos2012-09-072-0/+6
| | | | | | HTML5 doctype
* | Fix for 1px button caption jump after changing to HTML5 doctypeJohn Ahlroos2012-09-071-1/+1
| |
* | Merge branch 'master' of ssh://dev.vaadin.com/vaadinMarko Gronroos2012-09-073-3/+4
|\ \
| * | Removed paintable.scssJouni Koivuviita2012-09-071-12/+0
| | |
| * | Fixed 5px gaps between vertical layout slots (Firefox/Opera) after doctype ↵Jouni Koivuviita2012-09-073-2/+15
| | | | | | | | | | | | was changed to HTML5 (#8294). Refactored paintable.scss to widget.scss (this time for real)
* | | Updated Release Notes for 7.0.0.beta1 release. Fixed some merge conflicts ↵Marko Gronroos2012-09-071-61/+60
|/ / | | | | | | that had been left in the release notes.
* | Minor fix to CSS selectorJohn Ahlroos2012-09-061-3/+3
| |
* | Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-067-187/+37
| | | | | | selector to all layouts
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-032-4/+4
|\ \
| * | Combine ApplicationPortlet and AAP and rename to VaadinPortlet (#9460)Leif Åstrand2012-09-031-2/+2
| | |
| * | Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460)Leif Åstrand2012-09-031-2/+2
| | |
* | | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-031-6/+2
|\| | | | | | | | | | | | | | Conflicts: shared/src/com/vaadin/shared/ComponentState.java