summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
Commit message (Collapse)AuthorAgeFilesLines
* Use box-sizing: border-box for all paintables (#8313)Leif Åstrand2012-02-091-0/+4
|
* Update CssLayout to work with CalculatingLayotus (#8313)Leif Åstrand2012-02-091-0/+6
|
* Merge commit '98737932a588f1b4a8f8115f2545da63ae7f4e4a'Artur Signell2012-02-0310-488/+488
|\ | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/button/button.css WebContent/VAADIN/themes/runo/button/button.css tests/integration_tests.xml
| * #8311 Converted CRLF -> LF in css/html/xml filesArtur Signell2012-02-0210-521/+521
| | | | | | | | svn changeset:22852/svn branch:6.7
| * #8085 Apply style names to the popup in addition to the DateFieldArtur Signell2012-01-121-0/+8
| | | | | | | | svn changeset:22604/svn branch:6.7
| * #8085 Recalculate DateField width when enabled state changesArtur Signell2012-01-121-8/+0
| | | | | | | | svn changeset:22603/svn branch:6.7
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-278-6/+60
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/table/table.css WebContent/release-notes.html build/build.xml src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/ui/VFormLayout.java src/com/vaadin/terminal/gwt/client/ui/VPopupCalendar.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VSlider.java src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/Table.java tests/integration_tests.xml tests/test.xml tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java
| * #6718 Extend PopupDateField range - allow selection of the last days of theJohannes Dahlström2012-01-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preceding month and the first days of the following month without switching to that month Changes: - Internally use Date objects instead of day-of-month integers to track the selected and focused date - Keep track of the currently displayed month separately from the currently focused date - New CSS class for off-month dates: .v-datefield-calendarpanel-day-offmonth - Off-month days map to negative or past-the-end-of-month integer ids in getSubPart functions - The popup now always shows exactly 6 weeks, so that depending on the month, 1 to 7 days of the preceding month and 4 to 13 days of the following month are shown svn changeset:22758/svn branch:6.8
| * Merged patch from 6.7 for #5795 #5794 and #5788 (cursors for disabled table)Marc Englund2012-01-191-0/+12
| | | | | | | | svn changeset:22701/svn branch:6.8
| * Merged patch from 6.7 for #5093 and #5094 (cursors for dragging/resizing ↵Marc Englund2012-01-181-2/+13
| | | | | | | | | | | | subwindows) svn changeset:22695/svn branch:6.8
| * Merged patch for #6765 from 6.7 (disable TextArea resize handle)Marc Englund2012-01-181-0/+1
| | | | | | | | svn changeset:22693/svn branch:6.8
| * Merged patch found in #7111 from 6.7, also for #5095 #5096 #6996Marc Englund2012-01-183-3/+5
| | | | | | | | svn changeset:22691/svn branch:6.8
| * Merge from 6.7Johannes Dahlström2012-01-161-1/+26
| | | | | | | | svn changeset:22637/svn branch:6.8
* | Pass initial request details through the browser (#8232)Leif Åstrand2012-01-041-7/+10
| | | | | | | | | | | | | | By passing the details through the browser, we don't need any state mapped to a rootId that could be sent multiple times by caching in the browser Old test updated to test for this
* | Actually ignore subsequent defaults (#8226)Leif Åstrand2012-01-041-0/+1
| |
* | #8226 Don't throw exception when defaults are already definedLeif Åstrand2012-01-041-1/+1
| |
* | #8190 Recorder no longer waits for Vaadin application to loadLeif Åstrand2012-01-021-0/+9
| |
* | Merge remote branch 'origin/6.8'Henri Sara2011-12-221-2/+2
|\| | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/components/button/ButtonsInHorizontalLayout.java
| * Merged changes from 6.8Johannes Dahlström2011-12-221-1/+1
| | | | | | | | svn changeset:22469/svn branch:6.8
* | Add / to the base of the browser details request urlLeif Åstrand2011-12-201-1/+9
| |
* | Support the second bootstrap request in portlets (#8052)Leif Åstrand2011-12-191-1/+1
| |
* | Logging from bootstrap only if debug is enabledLeif Åstrand2011-12-191-2/+1
| |
* | Ensure WebBrowser is updated and available from BrowserDetails (#8098)Leif Åstrand2011-12-151-5/+73
| |
* | #8052 Restore Portlet supportLeif Åstrand2011-12-141-0/+1
| |
* | Merge remote branch 'origin/master' into windowingLeif Åstrand2011-12-083-13/+0
|\ \
| * | Remove the last simple ie6 hacks #7912Leif Åstrand2011-12-013-13/+0
| | |
* | | Pass window.name back to the browser to help detecting browser refreshLeif Åstrand2011-12-011-0/+8
| | |
* | | Merge remote branch 'origin/master' into windowingLeif Åstrand2011-11-2930-208/+8
|\| | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/ui/AbstractField.java tests/testbench/com/vaadin/tests/components/notification/NotificationsHtmlAllowed.java
| * | #7984 removed Firefox workaroundsArtur Signell2011-11-224-10/+3
| | |
| * | #7981 Removed Firefox 2 specific code and CSSArtur Signell2011-11-226-36/+1
| | |
| * | #7913 Removed IE7 specific CSS rulesArtur Signell2011-11-2225-162/+4
| | |
* | | Improved bootstrap loggingLeif Åstrand2011-11-291-5/+13
| | |
* | | Add support for deferred Root init and early widgetset loadingLeif Åstrand2011-11-281-8/+15
| | |
* | | Rework bootstrap to support loading widgetset without applicationLeif Åstrand2011-11-281-14/+19
| | |
* | | Initial support for lazy root creationLeif Åstrand2011-11-251-23/+67
| | |
* | | Set vaadin.debug to make ?debug in the URL workLeif Åstrand2011-11-241-0/+5
| | |
* | | Introduce vaadinBootstrap.js and use it to init the widgetsetLeif Åstrand2011-11-241-0/+115
|/ /
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-11-221-0/+21
|\| | | | | | | | | Conflicts: tests/integration_tests.xml
| * dragandropwrapper can now initiate html5 drags, fixes #7833Matti Tahvonen2011-11-211-0/+21
| | | | | | | | svn changeset:22081/svn branch:6.8
* | #7912 Remove support for IE6Leif Åstrand2011-11-0982-643/+7
|/
* Removed svn:executable property to avoid problems with Git on WindowsArtur Signell2011-11-0813-0/+0
| | | | svn changeset:21944/svn branch:6.7
* Theme for tickets, based on ReindeerArtur Signell2011-11-041-0/+4
| | | | svn changeset:21904/svn branch:6.7
* #6745: Connectors for TreeJouni Koivuviita2011-09-296-4/+15
| | | | | | -Added 8bit PNG's for IE6 svn changeset:21429/svn branch:6.7
* Final fix for #6745: Connectors for TreeJouni Koivuviita2011-09-2813-145/+180
| | | | | | | -Adjusted all themes to have even pixel caption height -Liferay theme doesn't support the connectors (#7682) svn changeset:21411/svn branch:6.7
* Removed height from a couple of Reindeer table selectors that weren't there ↵Jouni Koivuviita2011-09-271-4/+0
| | | | | | previously (because of a typo). svn changeset:21346/svn branch:6.7
* Corrections to table column reordering styles.Jouni Koivuviita2011-09-275-47/+42
| | | | | | Cleaned up table column drag styles for Reindeer (lost of duplication) svn changeset:21334/svn branch:6.7
* #5170 updated to use an additional css class when text input is disabled and ↵Leif Åstrand2011-09-271-0/+4
| | | | | | set the cursor using the theme css file svn changeset:21329/svn branch:6.7
* Fix for #7505John Alhroos2011-09-231-1/+1
| | | | svn changeset:21270/svn branch:6.7
* Fixed unwanted 24bit png gradients for IE6 (Chameleon theme)Jouni Koivuviita2011-08-305-1/+23
| | | | svn changeset:20732/svn branch:6.7
* #5780 TreeTable uses images that not display transparent in IE6 - reverted ↵Leif Åstrand2011-08-303-23/+7
| | | | | | previous fix causing problems with safari 4. Added new fix using gif-versions of the arrows in IE6 svn changeset:20726/svn branch:6.7