Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+5 |
| | | | | svn changeset:22691/svn branch:6.8 | ||||
* | dragandropwrapper can now initiate html5 drags, fixes #7833 | Matti Tahvonen | 2011-11-21 | 1 | -0/+21 |
| | | | | svn changeset:22081/svn branch:6.8 | ||||
* | Removed svn:executable property to avoid problems with Git on Windows | Artur Signell | 2011-11-08 | 3 | -0/+0 |
| | | | | svn changeset:21944/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 | 10 | -133/+159 |
| | | | | | | | -Adjusted all themes to have even pixel caption height -Liferay theme doesn't support the connectors (#7682) svn changeset:21411/svn branch:6.7 | ||||
* | Corrections to table column reordering styles. | Jouni Koivuviita | 2011-09-27 | 1 | -4/+8 |
| | | | | | | 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 | ||||
* | #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 | ||||
* | #5780 TreeTable uses images that not display transparent in IE6 | Leif Åstrand | 2011-08-30 | 1 | -0/+24 |
| | | | | svn changeset:20720/svn branch:6.7 | ||||
* | #5608 Item icons do not work in OptionGroup | Leif Åstrand | 2011-08-25 | 1 | -0/+5 |
| | | | | svn changeset:20638/svn branch:6.7 | ||||
* | Barebones fix for #6745: Connectors for Tree, i.e. ugly but works. We can ↵ | Jouni Koivuviita | 2011-08-23 | 4 | -2/+16 |
| | | | | | | | | make it more pretty in future releases if necessary. Includes TestBench test for the feature. svn changeset:20577/svn branch:6.7 | ||||
* | Implemented row generation for Table and TreeTable #6720# | Jonatan Kronqvist | 2011-08-19 | 1 | -0/+4 |
| | | | | svn changeset:20495/svn branch:6.7 | ||||
* | Fix for #7388 | John Alhroos | 2011-08-17 | 1 | -0/+3 |
| | | | | svn changeset:20447/svn branch:6.7 | ||||
* | Optional expand and collapse animations for TreeTable (#6723) | Jonatan Kronqvist | 2011-08-17 | 2 | -1/+40 |
| | | | | svn changeset:20445/svn branch:6.7 | ||||
* | #7187 Allow HTML content in an MenuItem | Leif Åstrand | 2011-08-10 | 1 | -1/+1 |
| | | | | svn changeset:20245/svn branch:6.7 | ||||
* | Merged TreeTable into Vaadin core (#5371) | Jonatan Kronqvist | 2011-06-16 | 3 | -0/+20 |
| | | | | svn changeset:19416/svn branch:6.7 | ||||
* | Merge from 6.6 | Henri Sara | 2011-06-16 | 5 | -17/+16 |
|\ | | | | | | | svn changeset:19412/svn branch:6.7 | ||||
| * | merged fix for #6713 | Matti Tahvonen | 2011-04-15 | 1 | -1/+12 |
| | | | | | | | | svn changeset:18334/svn branch:6.5 | ||||
| * | #6731 - focus on the node's caption instead of the element in order to avoid ↵ | Jonatan Kronqvist | 2011-04-08 | 2 | -4/+4 |
| | | | | | | | | | | | | unnecessary scrolling svn changeset:18186/svn branch:6.5 | ||||
| * | #6367 - remove focus outline from table header cell | Jonatan Kronqvist | 2011-04-07 | 2 | -4/+6 |
| | | | | | | | | svn changeset:18146/svn branch:6.5 | ||||
| * | Cleaned up #6197 - moved keyboard handling from the table body to the table rows | Jonatan Kronqvist | 2011-04-06 | 2 | -2/+6 |
| | | | | | | | | svn changeset:18129/svn branch:6.5 | ||||
| * | Fixed #6731 - tree no longer scrolls when an item is selected. | Jonatan Kronqvist | 2011-04-06 | 2 | -2/+8 |
| | | | | | | | | svn changeset:18127/svn branch:6.5 | ||||
| * | Potential fix for #6685 High CPU usage for any Vaadin application in IE9 - ↵ | Artur Signell | 2011-03-24 | 2 | -2/+6 |
| | | | | | | | | | | | | Moved v-app-loading class to separate div inside v-app svn changeset:17907/svn branch:6.5 | ||||
| * | #6542 Tabsheet content sometimes not rendered in IE6/IE7 | Artur Signell | 2011-03-03 | 2 | -2/+10 |
| | | | | | | | | svn changeset:17566/svn branch:6.5 | ||||
* | | Fixes #6932 "Table rows shift a couple of pixels down when selecting a row ↵ | Jouni Koivuviita | 2011-05-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | in IE7" * Added negative margins to the cell content when the row is focused * Removed padding/line-height changes from all core themes that previously handled the focus state offset change svn changeset:18925/svn branch:6.6 | ||||
* | | Fixes #5535 "Clicking on a menubar show a visible focus" | Jouni Koivuviita | 2011-05-19 | 1 | -0/+1 |
| | | | | | | | | svn changeset:18908/svn branch:6.6 | ||||
* | | Fixes #6745 "Connectors for Tree" | Jouni Koivuviita | 2011-05-19 | 3 | -4/+16 |
| | | | | | | | | svn changeset:18907/svn branch:6.6 | ||||
* | | isolating #6911 related hack to only grid layout and ordered layouts which ↵ | Matti Tahvonen | 2011-05-06 | 1 | -1/+3 |
| | | | | | | | | | | | | are most likely to face the issue svn changeset:18657/svn branch:6.6 | ||||
* | | a possible fix for #6911 | Matti Tahvonen | 2011-05-05 | 1 | -0/+5 |
| | | | | | | | | svn changeset:18655/svn branch:6.6 | ||||
* | | removed automatically compiled css files from svn. Derived files and should ↵ | Matti Tahvonen | 2011-04-21 | 1 | -2284/+0 |
| | | | | | | | | | | | | thus not be in version control. core developers not need to build theme with ant script after core css files have been modified in the version control. svn changeset:18438/svn branch:6.6 | ||||
* | | merging fixes from 6.5 | Matti Tahvonen | 2011-04-20 | 2 | -2/+2 |
| | | | | | | | | svn changeset:18406/svn branch:6.6 | ||||
* | | merging fixes from 6.5 | Matti Tahvonen | 2011-04-20 | 2 | -2/+8 |
| | | | | | | | | svn changeset:18402/svn branch:6.6 | ||||
* | | fixes #6713 | Matti Tahvonen | 2011-04-15 | 1 | -1/+12 |
| | | | | | | | | svn changeset:18333/svn branch:6.6 | ||||
* | | Merged bugfixes and test updates from 6.5 | Artur Signell | 2011-03-25 | 2 | -2/+6 |
| | | | | | | | | svn changeset:17929/svn branch:6.6 | ||||
* | | Merged some changes from 6.5 | Henri Sara | 2011-03-16 | 2 | -2/+10 |
|/ | | | | svn changeset:17798/svn branch:6.6 | ||||
* | #6304 Moved display css rule to the base theme allowing it to be overridden | Jonatan Kronqvist | 2011-02-07 | 2 | -2/+13 |
| | | | | svn changeset:17187/svn branch:6.5 | ||||
* | #6086 Text selection does not work in link Buttons | Artur Signell | 2010-12-21 | 2 | -2/+10 |
| | | | | svn changeset:16592/svn branch:6.5 | ||||
* | #6041 The splitter in a disabled split panel can be moved | Artur Signell | 2010-12-21 | 2 | -2/+14 |
| | | | | svn changeset:16591/svn branch:6.5 | ||||
* | styles for debug console | Matti Tahvonen | 2010-12-16 | 2 | -2/+4 |
| | | | | svn changeset:16540/svn branch:6.5 | ||||
* | Fix for #6143 | Jonatan Kronqvist | 2010-12-13 | 1 | -2/+2 |
| | | | | svn changeset:16477/svn branch:6.5 | ||||
* | Fixed the table header styles in the liferay theme | Jonatan Kronqvist | 2010-12-09 | 1 | -2/+2 |
| | | | | svn changeset:16423/svn branch:6.5 | ||||
* | #6119 - ComboBox visually broken in iPhone/iPad | Artur Signell | 2010-12-08 | 2 | -2/+4 |
| | | | | svn changeset:16414/svn branch:6.5 | ||||
* | #2942 - Dual captions for TwinColSelect | Artur Signell | 2010-12-07 | 2 | -4/+4 |
| | | | | | | | Changed style names to be consistent with server side API Added test for caption style names svn changeset:16375/svn branch:6.5 | ||||
* | Recompiled theme | Artur Signell | 2010-12-07 | 1 | -0/+10 |
| | | | | svn changeset:16362/svn branch:6.5 | ||||
* | Fixed a theme bug in the Runo theme along with a vaadintunes theme bug ↵ | Jonatan Kronqvist | 2010-12-07 | 1 | -2/+2 |
| | | | | | | related to #5066 svn changeset:16337/svn branch:6.5 | ||||
* | Fixed the broken TableRowHeight2 & -3 tests | Jonatan Kronqvist | 2010-12-07 | 1 | -1/+0 |
| | | | | svn changeset:16336/svn branch:6.5 | ||||
* | #2942 - Dual captions for TwinColSelect | Artur Signell | 2010-12-03 | 1 | -0/+10 |
| | | | | svn changeset:16323/svn branch:6.5 | ||||
* | Reverted the margin->padding change in [16247] and fixed the ↵ | Jonatan Kronqvist | 2010-12-03 | 2 | -2/+11 |
| | | | | | | ie7-right-aligned-table-header problem specifically for ie7 svn changeset:16292/svn branch:6.5 |