Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a read-only RichTextArea scrollable (#7036) | Johannes Dahlström | 2012-07-25 | 1 | -1/+8 |
| | | | | svn changeset:24024/svn branch:6.8 | ||||
* | #9064 Render checkboxes in a Table as display: inline-block like TreeTable ↵ | Johannes Dahlström | 2012-07-09 | 1 | -0/+5 |
| | | | | | | already does svn changeset:24002/svn branch:6.8 | ||||
* | #7387 Render block elements in TreeTable hierarchy column correctly: draw ↵ | Johannes Dahlström | 2012-07-09 | 2 | -8/+12 |
| | | | | | | the expand/collapse arrow as position: absolute and use padding for indentation. Also fix typo "ident" -> "indent". svn changeset:23994/svn branch:6.8 | ||||
* | #8949 Make sure a drag image always has absolute position | Johannes Dahlström | 2012-06-15 | 1 | -4/+5 |
| | | | | svn changeset:23944/svn branch:6.8 | ||||
* | Remove -webkit-overflow-scrolling from .v-scrollable for now - caused a ↵ | Johannes Dahlström | 2012-05-21 | 1 | -1/+0 |
| | | | | | | weird iOS 5 bug in Accordion touch support (#8723 #8792) svn changeset:23770/svn branch:6.8 | ||||
* | #8763 Removed overflow: auto from v-panel-content, v-accordion-item-content, ↵ | Johannes Dahlström | 2012-05-11 | 3 | -3/+0 |
| | | | | | | and v-view classes; use v-scrollable class in elements that should scroll instead svn changeset:23718/svn branch:6.8 | ||||
* | Add new CSS class to the base theme enabling (touch) scrolling of the ↵ | Johannes Dahlström | 2012-05-04 | 1 | -0/+5 |
| | | | | | | element (#8716 #8720 #8721 #8722 #8723 #8724 #8725) svn changeset:23677/svn branch:6.8 | ||||
* | [merge from 6.7] #7904 Fixed typo in Reindeer panel theme | Automerge | 2012-03-02 | 1 | -1/+1 |
| | | | | svn changeset:23169/svn branch:6.8 | ||||
* | #5100 Support for server-side focus/blur listeners; handle disabled tabs ↵ | Johannes Dahlström | 2012-02-27 | 1 | -0/+3 |
| | | | | | | correctly; handle tab scrolling correctly; removed debug messages svn changeset:23113/svn branch:6.8 | ||||
* | [merge from 6.7] #8369 Fixed absolute path in Chameleon CSS | Automerge | 2012-02-21 | 1 | -1/+1 |
| | | | | svn changeset:23069/svn branch:6.8 | ||||
* | [merge from 6.7] #8398 drag image of table header cell in too high in ↵ | Automerge | 2012-02-16 | 1 | -0/+1 |
| | | | | | | reindeer when rearranging columns svn changeset:23049/svn branch:6.8 | ||||
* | #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 | ||||
* | #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 | ||||
* | Merged changes from 6.8 | Johannes Dahlström | 2011-12-22 | 1 | -1/+1 |
| | | | | svn changeset:22469/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 | 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 | ||||
* | Fixes zero width buttons inside segment compound style for IE7 | Jouni Koivuviita | 2011-08-30 | 1 | -2/+11 |
| | | | | svn changeset:20724/svn branch:6.7 | ||||
* | #7496 Undo r20719 as the additional '{' and '}' in the css causes Safari 4 ↵ | Leif Åstrand | 2011-08-30 | 1 | -1/+9 |
| | | | | | | to stop parsing the rest of the css svn changeset:20723/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 | ||||
* | #7496 Theme files loaded from a css file using AlphaImageLoader only works ↵ | Leif Åstrand | 2011-08-30 | 1 | -9/+1 |
| | | | | | | in the root context svn changeset:20719/svn branch:6.7 | ||||
* | Fixes #7490: Multi-line text fields visual and height issues in Chameleon theme | Jouni Koivuviita | 2011-08-29 | 1 | -0/+4 |
| | | | | svn changeset:20708/svn branch:6.7 | ||||
* | Chameleon theme fixes | Jouni Koivuviita | 2011-08-26 | 7 | -5/+77 |
| | | | | | | | | * Button with explicit width now behaves similarly across browsers, either clipping the text or ellipticizing it * DateField popup button now same height as the input field * Minor stylistic changes svn changeset:20673/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 | ||||
* | Small bugfix related to #6745: Connectors for Tree | Jouni Koivuviita | 2011-08-24 | 1 | -3/+6 |
| | | | | | | | -Tree root nodes received a wrong classname if they had childnodes (the last root node was always treated as a leaf) -Fixed hover styles in Reindeer svn changeset:20605/svn branch:6.7 | ||||
* | Barebones fix for #6745: Connectors for Tree, i.e. ugly but works. We can ↵ | Jouni Koivuviita | 2011-08-23 | 11 | -2/+25 |
| | | | | | | | | make it more pretty in future releases if necessary. Includes TestBench test for the feature. svn changeset:20577/svn branch:6.7 | ||||
* | Fixes for issues found during review of #6720 | Jonatan Kronqvist | 2011-08-23 | 1 | -1/+5 |
| | | | | | | | - Don't statically set row height - Table.RowGenerator and Table.GeneratedRow made Serializable svn changeset:20561/svn branch:6.7 | ||||
* | Hide focus outline on NativeButton in sidebar in chameleon theme | Henri Sara | 2011-08-22 | 1 | -0/+5 |
| | | | | svn changeset:20531/svn branch:6.7 | ||||
* | Implemented row generation for Table and TreeTable #6720# | Jonatan Kronqvist | 2011-08-19 | 5 | -0/+34 |
| | | | | svn changeset:20495/svn branch:6.7 | ||||
* | Added some ugly styles so that the feature can be visually verified | Artur Signell | 2011-08-18 | 1 | -0/+23 |
| | | | | svn changeset:20478/svn branch:6.7 | ||||
* | Specify color for even rows in the liferay theme (#6723) | Jonatan Kronqvist | 2011-08-18 | 1 | -0/+4 |
| | | | | svn changeset:20450/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 | 3 | -1/+45 |
| | | | | svn changeset:20445/svn branch:6.7 | ||||
* | #7178 eliminated "example" theme | Henri Sara | 2011-08-13 | 11 | -131/+0 |
| | | | | svn changeset:20370/svn branch:6.7 | ||||
* | #7178 removed AddressBook, demo themes and many other demo related files | Henri Sara | 2011-08-12 | 61 | -399/+0 |
| | | | | svn changeset:20359/svn branch:6.7 |