Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -280/+0 |
| | | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 | ||||
* | new component, absolutelayout (aka coordinatelayout #1267) and simple test case | Matti Tahvonen | 2009-04-09 | 1 | -0/+5 |
| | | | | svn changeset:7374/svn branch:6.0 | ||||
* | Fix for #2435 - Separate stylenames for VerticalLayout, HorizontalLayout and ↵ | Artur Signell | 2009-01-08 | 1 | -0/+10 |
| | | | | | | OrderedLayout svn changeset:6457/svn branch:trunk | ||||
* | Cleaned up the whole project | Artur Signell | 2009-01-02 | 1 | -0/+1 |
| | | | | svn changeset:6398/svn branch:trunk | ||||
* | Removed CoordinateLayout from trunk. This is the first part of #2346 | Joonas Lehtinen | 2008-12-15 | 1 | -5/+0 |
| | | | | svn changeset:6214/svn branch:trunk | ||||
* | Fixed TODO: More efficient and less error prone widget set implementation. ↵ | Matti Tahvonen | 2008-11-13 | 1 | -133/+98 |
| | | | | | | Possible since gwt 1.5. Fixes #2188 svn changeset:5884/svn branch:trunk | ||||
* | Removed old OrderedLayout | Artur Signell | 2008-10-27 | 1 | -6/+0 |
| | | | | svn changeset:5738/svn branch:trunk | ||||
* | Major layout renewals. GridLayout now totally absolutely positioned, all ↵ | Matti Tahvonen | 2008-10-21 | 1 | -8/+1 |
| | | | | | | scrollable areas position: relative due IE. Still some broken scrollbars, IE6 issues and dev inconveniences. svn changeset:5690/svn branch:trunk | ||||
* | Removed old client side ExpandLayout implementation | Artur Signell | 2008-10-21 | 1 | -14/+0 |
| | | | | svn changeset:5687/svn branch:trunk | ||||
* | New OrderedLayout implementation and related fixes | Artur Signell | 2008-10-20 | 1 | -0/+6 |
| | | | | svn changeset:5671/svn branch:trunk | ||||
* | Applications started in-order, one-at-a-time, to avoid session-id problems. ↵ | Marc Englund | 2008-10-02 | 1 | -12/+3 |
| | | | | | | Fixes #2134. svn changeset:5584/svn branch:trunk | ||||
* | Copied CoordinateLayout from incubator to trunk | Risto Yrjänä | 2008-09-29 | 1 | -0/+6 |
| | | | | svn changeset:5542/svn branch:trunk | ||||
* | GWT 1.5:fied DefaultWidgetSet. Now not possible to use older GWT. | Matti Tahvonen | 2008-09-02 | 1 | -2/+1 |
| | | | | svn changeset:5327/svn branch:trunk | ||||
* | Copied PopupView from incubator to trunk | Risto Yrjänä | 2008-08-21 | 1 | -0/+6 |
| | | | | svn changeset:5240/svn branch:trunk | ||||
* | WidgetSet.createWidget() now returns Paintable, to indicate that that's ↵ | Marc Englund | 2008-08-20 | 1 | -1/+1 |
| | | | | | | required. Fixes #1974. svn changeset:5223/svn branch:trunk | ||||
* | IOrderedLayout implementation is now feature complete and thus horizontal ↵ | Joonas Lehtinen | 2008-07-03 | 1 | -12/+4 |
| | | | | | | and vertical variants have become unnecessary. Removing. Also fixed couple of layouting issues. svn changeset:5047/svn branch:trunk | ||||
* | Now IOrderedLayout implements fixed width/height layouts directly. Removing ↵ | Joonas Lehtinen | 2008-07-03 | 1 | -14/+2 |
| | | | | | | ISizeableOrderedLayout. Fixes #1887 svn changeset:5046/svn branch:trunk | ||||
* | Copied the new MenuBar component from Incubator to Trunk. Fixes #1852. | Marko Grönroos | 2008-06-26 | 1 | -0/+6 |
| | | | | svn changeset:4955/svn branch:trunk | ||||
* | fixes #1729, implemented height handling to IOrderedLayoutHorizontal and ↵ | Matti Tahvonen | 2008-06-16 | 1 | -6/+11 |
| | | | | | | using it if height but not width set for horizontal ordered layout svn changeset:4900/svn branch:trunk | ||||
* | initial commit for #704 | Matti Tahvonen | 2008-04-04 | 1 | -3/+11 |
| | | | | svn changeset:4127/svn branch:trunk | ||||
* | Refactored CustomComponent. Fixed possible NPE in Abstract component. ↵ | Matti Tahvonen | 2008-03-04 | 1 | -0/+6 |
| | | | | | | Optimization for AbstractComponent. svn changeset:3963/svn branch:trunk | ||||
* | "Sizeable" Grid and OrderedLayout | Matti Tahvonen | 2008-02-06 | 1 | -2/+20 |
| | | | | svn changeset:3714/svn branch:trunk | ||||
* | New component: Accordion. Doesn't support sizing properly yet (only width). | Jouni Koivuviita | 2007-12-14 | 1 | -0/+6 |
| | | | | | | -ITabsheet refactored: new superclass for different kinds of tabs, ITabsheetBase. Use this when you want to create some sort of tabbable component. svn changeset:3242/svn branch:trunk | ||||
* | License header parametrized | Jani Laakso | 2007-12-04 | 1 | -3/+7 |
| | | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk | ||||
* | Re-implemented IExpandLayout. Now supports all Layout interfaces methods and ↵ | Matti Tahvonen | 2007-11-21 | 1 | -1/+9 |
| | | | | | | horizontal orientation. svn changeset:2873/svn branch:trunk | ||||
* | DateField styles ("calendar" etc) moved to subclasses. Fixes #890 | Marc Englund | 2007-11-19 | 1 | -4/+5 |
| | | | | | | | (style = "text" removed, we'll implement a sane alternative sometime in the future) svn changeset:2863/svn branch:trunk | ||||
* | DateField with arbitrary style (e.g. "foobar") now gets rendered as a ↵ | Jouni Koivuviita | 2007-11-15 | 1 | -2/+1 |
| | | | | | | default calendar (popup calendar). Previously user only got an error for an unknown component. svn changeset:2823/svn branch:trunk | ||||
* | ISelect -> INativeSelect | Marc Englund | 2007-11-14 | 1 | -4/+4 |
| | | | | svn changeset:2812/svn branch:trunk | ||||
* | select type "list" added | Marc Englund | 2007-11-14 | 1 | -218/+227 |
| | | | | svn changeset:2807/svn branch:trunk | ||||
* | re-eanabled multiselect (IFilterSelect don't support), added IListSelect to ↵ | Matti Tahvonen | 2007-11-02 | 1 | -1/+8 |
| | | | | | | be later enhanced to support icons etc svn changeset:2696/svn branch:trunk | ||||
* | ICalendar -> demo.reservation | Marc Englund | 2007-10-23 | 1 | -6/+0 |
| | | | | svn changeset:2581/svn branch:trunk | ||||
* | IDateFieldCalendar/ICalendar mixup fix | Marc Englund | 2007-10-16 | 1 | -1/+1 |
| | | | | svn changeset:2530/svn branch:trunk | ||||
* | added RichTextEditor component. | Matti Tahvonen | 2007-10-11 | 1 | -5/+11 |
| | | | | svn changeset:2494/svn branch:trunk | ||||
* | fixed selecting native select implementation | Matti Tahvonen | 2007-10-11 | 1 | -1/+1 |
| | | | | svn changeset:2489/svn branch:trunk | ||||
* | Added some server side components (which configure their superclass) and test. | Matti Tahvonen | 2007-10-11 | 1 | -4/+8 |
| | | | | svn changeset:2487/svn branch:trunk | ||||
* | Mass format based on eclipse build in formatting style. | Jani Laakso | 2007-10-09 | 1 | -208/+208 |
| | | | | svn changeset:2461/svn branch:trunk | ||||
* | -WidgetSet naming change: "paging"-style table should now be IPagingTable.java. | Jouni Koivuviita | 2007-10-08 | 1 | -6/+2 |
| | | | | | | | | | | | -FilterSelect styles 60% done. -Panel sizing (iLayout) refactored (again). -Tabsheet sizing now done before content rendering. -Util.isIE refactored to isIE6. -ExpandLayout(int orientation) constructor added. -API change: Select now has setColumns(). svn changeset:2454/svn branch:trunk | ||||
* | ContainerResizedListener, ISplitPanel refactoring, ExpandLayout and test | Matti Tahvonen | 2007-10-05 | 1 | -5/+6 |
| | | | | svn changeset:2441/svn branch:trunk | ||||
* | Streaming upload and client side implementation for upload + progressindicator | Matti Tahvonen | 2007-09-27 | 1 | -0/+7 |
| | | | | svn changeset:2381/svn branch:trunk | ||||
* | WidgetSet extending initial commit | Marc Englund | 2007-09-18 | 1 | -0/+258 |
svn changeset:2308/svn branch:trunk |