summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Absolutelayout canvas now clips overflown content. Fixes #2913Matti Tahvonen2009-05-141-0/+1
* Fixed a bug which caused IE7 to fail rendering (tab caption not set).Jouni Koivuviita2009-05-141-1/+1
* removed comment from set zIndex line Matti Tahvonen2009-05-141-1/+1
* VScrollTable: scroll indicator now positioned just under the table header (to...Jouni Koivuviita2009-05-141-3/+6
* fixed IE6 bugs with both ends relativeMatti Tahvonen2009-05-141-7/+12
* Changed error indicator element from DIV to SPAN in Buttons and Panels - IE7 ...Jouni Koivuviita2009-05-142-2/+2
* Reformatted AddressBook PersonForm with Eclipse default formatting settings.Henri Sara2009-05-141-148/+148
* Use reflection in WidgetsetCompiler to remove GWT development version depende...Henri Sara2009-05-141-2/+11
* removed deprecated field factories from example codes, added licence tags, im...Matti Tahvonen2009-05-148-161/+205
* Fixes #2708: Sampler has no title.Jouni Koivuviita2009-05-131-0/+1
* VDateField classname updates: Jouni Koivuviita2009-05-134-114/+172
* More renaming itmill->vaadin for #2904Marc Englund2009-05-123-65/+38
* Renaming ITMILL/ -> VAADIN/ part 2 (for #2904)Marc Englund2009-05-1212-85/+81
* Renaming ITMILL/ -> VAADIN/ part 1 (for #2904)Marc Englund2009-05-1210-26/+26
* Extra @Override annotations caused errors, removed.Marc Englund2009-05-121-2/+0
* #2904 Renamed CSS prefix "i-" to "v-"Henri Sara2009-05-1258-212/+205
* fixes #2933, regression from #2823Matti Tahvonen2009-05-121-0/+20
* Split old FieldFactory into two smaller interfaces. #2499Matti Tahvonen2009-05-117-169/+330
* #2904 Change client side class name prefixes I -> V (class names only, not ye...Henri Sara2009-05-1185-741/+741
* Removed debug infoArtur Signell2009-05-111-6/+5
* Additional fix for - #2921: Window should be able to contain a ComponentConta...Artur Signell2009-05-112-2/+2
* #2904: Changed UIDL security header to "com.vaadin.seckey"Henri Sara2009-05-111-1/+1
* #2904 Toolkit -> Vaadin renames: external fileuploadHenri Sara2009-05-112-5/+6
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111038-6615/+6614
* Fixed - #2921: Window should be able to contain a ComponentContainer Artur Signell2009-05-112-58/+106
* Fixed #2860: Rename getter/setter of spacing Artur Signell2009-05-083-2/+31
* Fix for #2917 - BeanItemContainer.sort fails if property value is nullArtur Signell2009-05-081-6/+25
* Testcase and fix for #2917 - BeanItemContainer.sort fails if property value i...Artur Signell2009-05-082-0/+145
* Merge new theme branch to 6.0 branch.Jouni Koivuviita2009-05-083-26/+35
|\
| * Merges from 6.0 branch.Jouni Koivuviita2009-05-0814-132/+561
| * Merges from 6.0 branch.Jouni Koivuviita2009-05-0610-1714/+2168
| * Merges from 6.0 branch. Added i-pressed classname for IButton in IE (down sta...Jouni Koivuviita2009-05-043-6/+27
| * Merged a fix from 6.0 branch (unnecessary log message).Jouni Koivuviita2009-04-301-29/+0
| * Accidentally committed a modified version of HelloWorld. Reverted to proper v...Jouni Koivuviita2009-04-301-37/+1
| * Merges from 6.0 branch.Jouni Koivuviita2009-04-301-2/+7
| * Major theme refactoring:Jouni Koivuviita2009-04-29180-1149/+2533
| |\
| * | Merges from 6.0 branch.Jouni Koivuviita2009-04-097-12/+602
* | | removeComponent() does requestRepaint(), fixes #2915Marc Englund2009-05-081-0/+1
* | | TC for #2915Marc Englund2009-05-081-0/+50
* | | #2659 and #2846 - Added missing requestRepaints()Artur Signell2009-05-081-1/+6
* | | Fixed #2659 and #2846 - TabSheet and Accordion now internally keeps caption/i...Artur Signell2009-05-087-118/+362
* | | Test case for #2913Artur Signell2009-05-081-0/+42
* | | Fix for #2900 - Label.setContentMode() does not requestRepaint()Artur Signell2009-05-071-1/+3
* | | extended component locator to build forward compatible locators for context m...Matti Tahvonen2009-05-072-3/+58
* | | selenium locator now works with subwindowsMatti Tahvonen2009-05-062-11/+41
* | | Removed debug messages from ApplicationServlet (#2438)Artur Signell2009-05-051-4/+0
* | | #2891: make the GWT compiler wrapper GWT 1.5 -compatibleHenri Sara2009-05-051-4/+5
* | | #2891: wrapper for GWT compiler to enable compiling widgetsets using GWT 1.6 ...Henri Sara2009-05-051-0/+54
* | | Added javadocs for AbstractApplicationServletArtur Signell2009-05-051-0/+14
* | | Fix for #2438 - ApplicationServlet should allow extendingArtur Signell2009-05-055-1697/+2010