Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use box-sizing: border-box for all paintables (#8313) | Leif Åstrand | 2012-02-09 | 1 | -0/+4 |
| | |||||
* | Update CssLayout to work with CalculatingLayotus (#8313) | Leif Åstrand | 2012-02-09 | 1 | -0/+6 |
| | |||||
* | Merge commit '98737932a588f1b4a8f8115f2545da63ae7f4e4a' | Artur Signell | 2012-02-03 | 10 | -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 files | Artur Signell | 2012-02-02 | 10 | -521/+521 |
| | | | | | | | | svn changeset:22852/svn branch:6.7 | ||||
| * | #8085 Apply style names to the popup in addition to the DateField | Artur Signell | 2012-01-12 | 1 | -0/+8 |
| | | | | | | | | svn changeset:22604/svn branch:6.7 | ||||
| * | #8085 Recalculate DateField width when enabled state changes | Artur Signell | 2012-01-12 | 1 | -8/+0 |
| | | | | | | | | svn changeset:22603/svn branch:6.7 | ||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-01-27 | 8 | -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 the | Johannes Dahlström | 2012-01-25 | 1 | -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 Englund | 2012-01-19 | 1 | -0/+12 |
| | | | | | | | | svn changeset:22701/svn branch:6.8 | ||||
| * | Merged patch from 6.7 for #5093 and #5094 (cursors for dragging/resizing ↵ | Marc Englund | 2012-01-18 | 1 | -2/+13 |
| | | | | | | | | | | | | subwindows) svn changeset:22695/svn branch:6.8 | ||||
| * | Merged patch for #6765 from 6.7 (disable TextArea resize handle) | Marc Englund | 2012-01-18 | 1 | -0/+1 |
| | | | | | | | | svn changeset:22693/svn branch:6.8 | ||||
| * | Merged patch found in #7111 from 6.7, also for #5095 #5096 #6996 | Marc Englund | 2012-01-18 | 3 | -3/+5 |
| | | | | | | | | svn changeset:22691/svn branch:6.8 | ||||
| * | Merge from 6.7 | Johannes Dahlström | 2012-01-16 | 1 | -1/+26 |
| | | | | | | | | svn changeset:22637/svn branch:6.8 | ||||
* | | Pass initial request details through the browser (#8232) | Leif Åstrand | 2012-01-04 | 1 | -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 Åstrand | 2012-01-04 | 1 | -0/+1 |
| | | |||||
* | | #8226 Don't throw exception when defaults are already defined | Leif Åstrand | 2012-01-04 | 1 | -1/+1 |
| | | |||||
* | | #8190 Recorder no longer waits for Vaadin application to load | Leif Åstrand | 2012-01-02 | 1 | -0/+9 |
| | | |||||
* | | Merge remote branch 'origin/6.8' | Henri Sara | 2011-12-22 | 1 | -2/+2 |
|\| | | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/components/button/ButtonsInHorizontalLayout.java | ||||
| * | Merged changes from 6.8 | Johannes Dahlström | 2011-12-22 | 1 | -1/+1 |
| | | | | | | | | svn changeset:22469/svn branch:6.8 | ||||
* | | Add / to the base of the browser details request url | Leif Åstrand | 2011-12-20 | 1 | -1/+9 |
| | | |||||
* | | Support the second bootstrap request in portlets (#8052) | Leif Åstrand | 2011-12-19 | 1 | -1/+1 |
| | | |||||
* | | Logging from bootstrap only if debug is enabled | Leif Åstrand | 2011-12-19 | 1 | -2/+1 |
| | | |||||
* | | Ensure WebBrowser is updated and available from BrowserDetails (#8098) | Leif Åstrand | 2011-12-15 | 1 | -5/+73 |
| | | |||||
* | | #8052 Restore Portlet support | Leif Åstrand | 2011-12-14 | 1 | -0/+1 |
| | | |||||
* | | Merge remote branch 'origin/master' into windowing | Leif Åstrand | 2011-12-08 | 3 | -13/+0 |
|\ \ | |||||
| * | | Remove the last simple ie6 hacks #7912 | Leif Åstrand | 2011-12-01 | 3 | -13/+0 |
| | | | |||||
* | | | Pass window.name back to the browser to help detecting browser refresh | Leif Åstrand | 2011-12-01 | 1 | -0/+8 |
| | | | |||||
* | | | Merge remote branch 'origin/master' into windowing | Leif Åstrand | 2011-11-29 | 30 | -208/+8 |
|\| | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/ui/AbstractField.java tests/testbench/com/vaadin/tests/components/notification/NotificationsHtmlAllowed.java | ||||
| * | | #7984 removed Firefox workarounds | Artur Signell | 2011-11-22 | 4 | -10/+3 |
| | | | |||||
| * | | #7981 Removed Firefox 2 specific code and CSS | Artur Signell | 2011-11-22 | 6 | -36/+1 |
| | | | |||||
| * | | #7913 Removed IE7 specific CSS rules | Artur Signell | 2011-11-22 | 25 | -162/+4 |
| | | | |||||
* | | | Improved bootstrap logging | Leif Åstrand | 2011-11-29 | 1 | -5/+13 |
| | | | |||||
* | | | Add support for deferred Root init and early widgetset loading | Leif Åstrand | 2011-11-28 | 1 | -8/+15 |
| | | | |||||
* | | | Rework bootstrap to support loading widgetset without application | Leif Åstrand | 2011-11-28 | 1 | -14/+19 |
| | | | |||||
* | | | Initial support for lazy root creation | Leif Åstrand | 2011-11-25 | 1 | -23/+67 |
| | | | |||||
* | | | Set vaadin.debug to make ?debug in the URL work | Leif Åstrand | 2011-11-24 | 1 | -0/+5 |
| | | | |||||
* | | | Introduce vaadinBootstrap.js and use it to init the widgetset | Leif Åstrand | 2011-11-24 | 1 | -0/+115 |
|/ / | |||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2011-11-22 | 1 | -0/+21 |
|\| | | | | | | | | | Conflicts: tests/integration_tests.xml | ||||
| * | dragandropwrapper can now initiate html5 drags, fixes #7833 | Matti Tahvonen | 2011-11-21 | 1 | -0/+21 |
| | | | | | | | | svn changeset:22081/svn branch:6.8 | ||||
* | | #7912 Remove support for IE6 | Leif Åstrand | 2011-11-09 | 82 | -643/+7 |
|/ | |||||
* | Removed svn:executable property to avoid problems with Git on Windows | Artur Signell | 2011-11-08 | 13 | -0/+0 |
| | | | | svn changeset:21944/svn branch:6.7 | ||||
* | Theme for tickets, based on Reindeer | Artur Signell | 2011-11-04 | 1 | -0/+4 |
| | | | | svn changeset:21904/svn branch:6.7 | ||||
* | #6745: Connectors for Tree | Jouni Koivuviita | 2011-09-29 | 6 | -4/+15 |
| | | | | | | -Added 8bit PNG's for IE6 svn changeset:21429/svn branch:6.7 | ||||
* | Final fix for #6745: Connectors for Tree | Jouni Koivuviita | 2011-09-28 | 13 | -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 Koivuviita | 2011-09-27 | 1 | -4/+0 |
| | | | | | | previously (because of a typo). svn changeset:21346/svn branch:6.7 | ||||
* | Corrections to table column reordering styles. | Jouni Koivuviita | 2011-09-27 | 5 | -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 Åstrand | 2011-09-27 | 1 | -0/+4 |
| | | | | | | set the cursor using the theme css file svn changeset:21329/svn branch:6.7 | ||||
* | Fix for #7505 | John Alhroos | 2011-09-23 | 1 | -1/+1 |
| | | | | svn changeset:21270/svn branch:6.7 | ||||
* | Fixed unwanted 24bit png gradients for IE6 (Chameleon theme) | Jouni Koivuviita | 2011-08-30 | 5 | -1/+23 |
| | | | | svn changeset:20732/svn branch:6.7 | ||||
* | #5780 TreeTable uses images that not display transparent in IE6 - reverted ↵ | Leif Åstrand | 2011-08-30 | 3 | -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 |