aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/DefaultWidgetSet.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-280/+0
* new component, absolutelayout (aka coordinatelayout #1267) and simple test case Matti Tahvonen2009-04-091-0/+5
* Fix for #2435 - Separate stylenames for VerticalLayout, HorizontalLayout and ...Artur Signell2009-01-081-0/+10
* Cleaned up the whole projectArtur Signell2009-01-021-0/+1
* Removed CoordinateLayout from trunk. This is the first part of #2346Joonas Lehtinen2008-12-151-5/+0
* Fixed TODO: More efficient and less error prone widget set implementation. Po...Matti Tahvonen2008-11-131-133/+98
* Removed old OrderedLayoutArtur Signell2008-10-271-6/+0
* Major layout renewals. GridLayout now totally absolutely positioned, all scro...Matti Tahvonen2008-10-211-8/+1
* Removed old client side ExpandLayout implementationArtur Signell2008-10-211-14/+0
* New OrderedLayout implementation and related fixesArtur Signell2008-10-201-0/+6
* Applications started in-order, one-at-a-time, to avoid session-id problems. F...Marc Englund2008-10-021-12/+3
* Copied CoordinateLayout from incubator to trunkRisto Yrjänä2008-09-291-0/+6
* GWT 1.5:fied DefaultWidgetSet. Now not possible to use older GWT.Matti Tahvonen2008-09-021-2/+1
* Copied PopupView from incubator to trunkRisto Yrjänä2008-08-211-0/+6
* WidgetSet.createWidget() now returns Paintable, to indicate that that's requi...Marc Englund2008-08-201-1/+1
* IOrderedLayout implementation is now feature complete and thus horizontal and...Joonas Lehtinen2008-07-031-12/+4
* Now IOrderedLayout implements fixed width/height layouts directly. Removing I...Joonas Lehtinen2008-07-031-14/+2
* Copied the new MenuBar component from Incubator to Trunk. Fixes #1852.Marko Grönroos2008-06-261-0/+6
* fixes #1729, implemented height handling to IOrderedLayoutHorizontal and usin...Matti Tahvonen2008-06-161-6/+11
* initial commit for #704Matti Tahvonen2008-04-041-3/+11
* Refactored CustomComponent. Fixed possible NPE in Abstract component. Optimi...Matti Tahvonen2008-03-041-0/+6
* "Sizeable" Grid and OrderedLayoutMatti Tahvonen2008-02-061-2/+20
* New component: Accordion. Doesn't support sizing properly yet (only width).Jouni Koivuviita2007-12-141-0/+6
* License header parametrizedJani Laakso2007-12-041-3/+7
* Re-implemented IExpandLayout. Now supports all Layout interfaces methods and ...Matti Tahvonen2007-11-211-1/+9
* DateField styles ("calendar" etc) moved to subclasses. Fixes #890Marc Englund2007-11-191-4/+5
* DateField with arbitrary style (e.g. "foobar") now gets rendered as a default...Jouni Koivuviita2007-11-151-2/+1
* ISelect -> INativeSelectMarc Englund2007-11-141-4/+4
* select type "list" addedMarc Englund2007-11-141-218/+227
* re-eanabled multiselect (IFilterSelect don't support), added IListSelect to b...Matti Tahvonen2007-11-021-1/+8
* ICalendar -> demo.reservationMarc Englund2007-10-231-6/+0
* IDateFieldCalendar/ICalendar mixup fixMarc Englund2007-10-161-1/+1
* added RichTextEditor component.Matti Tahvonen2007-10-111-5/+11
* fixed selecting native select implementationMatti Tahvonen2007-10-111-1/+1
* Added some server side components (which configure their superclass) and test.Matti Tahvonen2007-10-111-4/+8
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-208/+208
* -WidgetSet naming change: "paging"-style table should now be IPagingTable.java.Jouni Koivuviita2007-10-081-6/+2
* ContainerResizedListener, ISplitPanel refactoring, ExpandLayout and testMatti Tahvonen2007-10-051-5/+6
* Streaming upload and client side implementation for upload + progressindicatorMatti Tahvonen2007-09-271-0/+7
* WidgetSet extending initial commitMarc Englund2007-09-181-0/+258