summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/DefaultWidgetSet.java
Commit message (Collapse)AuthorAgeFilesLines
* code splitting + client initializationMatti Tahvonen2010-06-111-130/+0
| | | | svn changeset:13652/svn branch:6.4
* initial implementation of code splitting #4408Matti Tahvonen2010-06-041-4/+6
| | | | svn changeset:13561/svn branch:6.4
* merged changes from 6.3 + some container related changesMatti Tahvonen2010-03-051-1/+8
|\ | | | | | | svn changeset:11664/svn branch:6.3_dd
| * Merged [11258] from 6.2 for #3974Marc Englund2010-02-101-1/+8
| | | | | | | | svn changeset:11259/svn branch:6.3
* | draft of DragAndDropWrapper + small changesMatti Tahvonen2010-02-161-0/+1
|/ | | | svn changeset:11349/svn branch:6.3_dd
* more information for VUnknownComponent (and uidl browser). Fixes #3831Matti Tahvonen2009-12-141-2/+4
| | | | svn changeset:10290/svn branch:6.2
* steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-251-227/+55
| | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* initial version of CssLayout (aka FlowLayout from FastLayouts) + sampler exampleMatti Tahvonen2009-08-281-0/+5
| | | | svn changeset:8579/svn branch:6.1
* The Button Component Strikes BackJouni Koivuviita2009-08-271-1/+6
| | | | | | | | | | | | Fixes many theme issues with Button (mostly Reindeer theme), including #3110, #3193, #3194, #3180 and 3079. Default button is now rendered on the client side with a DIV. Disabled buttons can now have descriptions, which fixes #2085. Added a "new" component, NativeButton, which uses native BUTTON element rendering on the client side. Theme compilation script now understands simple @import statements, which help keep things more organized in theme development. svn changeset:8558/svn branch:6.1
* #2904 Change client side class name prefixes I -> V (class names only, not ↵Henri Sara2009-05-111-169/+169
| | | | | | yet CSS prefixes) svn changeset:7742/svn branch:6.0
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+280
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0