aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
Commit message (Collapse)AuthorAgeFilesLines
* Added PopupDateField keyboard navigation sample + icon #5230John Alhroos2010-06-211-0/+0
| | | | svn changeset:13827/svn branch:6.4
* Added icon for MenuBar keyboard navigation sample.John Alhroos2010-06-211-0/+0
| | | | svn changeset:13824/svn branch:6.4
* Added icon for PopupDateField input prompt sampleJohn Alhroos2010-06-211-0/+0
| | | | svn changeset:13821/svn branch:6.4
* Added icon for OptionGroup disabled items.John Alhroos2010-06-211-0/+0
| | | | svn changeset:13820/svn branch:6.4
* Added icon for Slider keyboard navigation.John Alhroos2010-06-211-0/+0
| | | | svn changeset:13817/svn branch:6.4
* Added keyboard navigation to PopupDateField #4506John Alhroos2010-06-111-0/+3
| | | | svn changeset:13650/svn branch:6.4
* Merged fix and sample for #2855 - "Implement input prompt for DateField" ↵Artur Signell2010-06-116-6/+44
| | | | | | from /branches/6.4-minor-features svn changeset:13646/svn branch:6.4
* Hide webkit textarea resize handles for disabled & readonly textfieldsJouni Koivuviita2010-06-044-0/+20
| | | | svn changeset:13548/svn branch:6.4
* Small fixes to table row selection styles.Jouni Koivuviita2010-05-266-54/+44
| | | | svn changeset:13363/svn branch:6.4
* Fixes #4993: Icon for Tree - Keyboard Navigation sampleJouni Koivuviita2010-05-251-0/+0
| | | | svn changeset:13350/svn branch:6.4
* * Fixes #4543: Icon for Table - CTRL & Shift selection sampleJouni Koivuviita2010-05-252-0/+0
| | | | | | * Fixes #4613: Icon for Table - Keyboard Navigation sample svn changeset:13348/svn branch:6.4
* Fixes #4572: Icon for Header click handler sampleJouni Koivuviita2010-05-251-0/+0
| | | | svn changeset:13345/svn branch:6.4
* Fixes #4571: Icon for Table Footer sampleJouni Koivuviita2010-05-256-22/+86
| | | | | | Additional style fixes as well for table footers. svn changeset:13344/svn branch:6.4
* Fixes #3161: Reindeer black window rounded borders look pixelated in ChromeJouni Koivuviita2010-05-242-14/+32
| | | | svn changeset:13327/svn branch:6.4
* merged bug fixes from 6.3 to 6.4Matti Tahvonen2010-05-214-2/+14
|\ | | | | | | svn changeset:13304/svn branch:6.4
| * Fix for #4161John Alhroos2010-05-202-0/+12
| | | | | | | | svn changeset:13271/svn branch:6.3
| * Fixes IE6 problem with #4582John Alhroos2010-05-202-6/+2
| | | | | | | | svn changeset:13264/svn branch:6.3
| * Fix for #4582John Alhroos2010-05-171-1/+5
| | | | | | | | svn changeset:13200/svn branch:6.3
| * Sandboxed some Liferay-only styles for only Liferay (for real).Jouni Koivuviita2010-04-272-12/+12
| | | | | | | | svn changeset:12858/svn branch:6.3
| * More fixes for #4547Jouni Koivuviita2010-04-263-0/+16
| | | | | | | | svn changeset:12846/svn branch:6.3
| * Fixes #4547: Vaadin theme in Liferay 6.0 theme has extra space and different ↵Jouni Koivuviita2010-04-2610-12/+76
| | | | | | | | | | | | | | | | | | | | | | | | color from Liferay theme * Most critical issues fixed, among which: ** Default background color differed from Liferay's bg ** Checkboxes and radio buttons having too little space between the input and caption ** Nativebutton's have a default look inside Liferay. Fixed Sampler buttons, but Runo will not work inside Liferay. ** Sampler breadcrumbs are centered vertically again svn changeset:12841/svn branch:6.3
| * Release Notes for 6.3.0 release. For #4511.Marko Grönroos2010-04-137-6/+6
| | | | | | | | svn changeset:12513/svn branch:6.3
* | Added keyboard navigation to Tree #1086John Alhroos2010-05-103-0/+26
| | | | | | | | svn changeset:13109/svn branch:6.4
* | Ported Liferay CSS style sandboxing fix to 6.4Jouni Koivuviita2010-05-047-12/+12
| | | | | | | | svn changeset:13027/svn branch:6.4
* | New Runo theme demo application and Runo theme style constants.Jouni Koivuviita2010-05-0411-0/+0
| | | | | | | | svn changeset:13026/svn branch:6.4
* | Dozens of enhancements and fixes to Runo theme, containing new sub-styles ↵Jouni Koivuviita2010-05-0440-353/+1256
| | | | | | | | | | | | for several components such as buttons, tables, accordions, windows, layouts, splitpanels and others. svn changeset:13024/svn branch:6.4
* | Changes in Table: John Alhroos2010-05-044-12/+41
| | | | | | | | | | | | | | | | - Changed keyboard selection mechanism - Added keyboard control with Home,End,Page Up and Page Down - Added focus outline svn changeset:13023/svn branch:6.4
* | Merged remaining 6.3.1 fixesArtur Signell2010-04-306-8/+88
| | | | | | | | svn changeset:12947/svn branch:6.4
* | Added keyboard navigation to Table #2390John Alhroos2010-04-294-6/+38
| | | | | | | | svn changeset:12925/svn branch:6.4
* | Fixed IE6&7 Footer cell width and height problem.John Alhroos2010-04-261-3/+2
| | | | | | | | svn changeset:12848/svn branch:6.4
* | IE6 resize fix for Table footersJohn Alhroos2010-04-204-30/+26
| | | | | | | | svn changeset:12696/svn branch:6.4
* | Added footer to Table #1553John Alhroos2010-04-165-6/+156
| | | | | | | | svn changeset:12613/svn branch:6.4
* | Implemented windows like ctrl+shift-clicking in Table #3520John Alhroos2010-04-151-2/+2
|/ | | | svn changeset:12568/svn branch:6.4
* Minor fix to panel style (reindeer)Jouni Koivuviita2010-04-122-12/+16
| | | | svn changeset:12464/svn branch:6.3
* Opera doesn't support col-resize/row-resize cursor, added fallback for it in ↵Jouni Koivuviita2010-04-124-6/+14
| | | | | | splitpanel styles. svn changeset:12463/svn branch:6.3
* sampler icons now theme resources and cached only once per applicationMatti Tahvonen2010-04-09113-0/+0
| | | | svn changeset:12449/svn branch:6.3
* Fix for #4348John Alhroos2010-04-094-14/+18
| | | | svn changeset:12443/svn branch:6.3
* #4500 move Reservr outside Vaadin coreHenri Sara2010-04-096-62/+1
| | | | svn changeset:12426/svn branch:6.3
* Small fix to Reindeer tabsheet style on white background.Jouni Koivuviita2010-04-083-8/+16
| | | | svn changeset:12398/svn branch:6.3
* Small fix to tabsheet style on blue background (border color on IE etc.)Jouni Koivuviita2010-04-082-18/+22
| | | | svn changeset:12394/svn branch:6.3
* Loads of small fixes to Base and Reindeer themes: contains bugfixes for ↵Jouni Koivuviita2010-04-0821-334/+598
| | | | | | issues found during developing the new Reindeer theme demo, plus a couple of new styles for Reindeer. svn changeset:12389/svn branch:6.3
* Removed Coverflow demo theme from 6.3 branch.John Alhroos2010-04-0843-8/+0
| | | | svn changeset:12378/svn branch:6.3
* Added clickable layout sample. #3773John Alhroos2010-04-062-1/+7
| | | | svn changeset:12306/svn branch:6.3
* Fixes #3505 Sample: AbsoluteLayoutJouni Koivuviita2010-04-012-0/+5
| | | | svn changeset:12269/svn branch:6.3
* Fixes #4435: Readonly textareas are not rendered as readonlyJouni Koivuviita2010-03-305-10/+50
| | | | svn changeset:12211/svn branch:6.3
* Fixed textfield read-only styles (regression).Jouni Koivuviita2010-03-295-10/+6
| | | | svn changeset:12180/svn branch:6.3
* disable unused prominent css (sample currently not enabled)Matti Tahvonen2010-03-241-1/+5
| | | | svn changeset:12082/svn branch:6.3
* Small fix to drag-n-drop styles.Jouni Koivuviita2010-03-244-0/+24
| | | | svn changeset:12065/svn branch:6.3
* Fixes #3492: DateField should have an option to show week numbersJouni Koivuviita2010-03-242-12/+22
| | | | svn changeset:12061/svn branch:6.3
* Drag-n-drop related styles.Jouni Koivuviita2010-03-2418-324/+1063
| | | | svn changeset:12056/svn branch:6.3