aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui
Commit message (Expand)AuthorAgeFilesLines
* nullselect attribute in "natural" wayMatti Tahvonen2007-11-011-2/+2
* combobox select: adding new itemsMatti Tahvonen2007-10-312-16/+16
* Select in "filtering mode by default"Matti Tahvonen2007-10-311-1/+1
* fixed some bugs, filtering now works somehowMatti Tahvonen2007-10-311-4/+7
* Select refactor initial commit; not done.Marc Englund2007-10-3110-1773/+2107
* javadoc updateJoonas Lehtinen2007-10-301-0/+11
* removed @override (java 1.4 compliance) + added commentMatti Tahvonen2007-10-301-3/+6
* Some parts of slider component API hidden for now, theme doesn't support them...Jouni Koivuviita2007-10-291-9/+6
* get/setTemplateName. deprecated setTheme works as it did previouslyJoonas Lehtinen2007-10-291-0/+16
* Slider component finished, fixes #1030Jouni Koivuviita2007-10-261-2/+13
* CalendarDemo -> com.itmill.toolkit.demo.reservation (#1016)Marc Englund2007-10-221-315/+0
* setStyle() -> setStyleName() refactor (partial #890). Compromise: setStyle() ...Marc Englund2007-10-223-15/+45
* Deprecated dependency-framework. Fixes #871Joonas Lehtinen2007-10-212-75/+8
* Fixed #1024Jani Laakso2007-10-211-5/+13
* -All component stylenames now get prefixed with component base stylename.Jouni Koivuviita2007-10-163-1/+19
* added constructorsMatti Tahvonen2007-10-123-0/+66
* RichTextArea server side componentMatti Tahvonen2007-10-111-0/+19
* Added some server side components (which configure their superclass) and test.Matti Tahvonen2007-10-114-0/+106
* cleaned importsMatti Tahvonen2007-10-111-8/+0
* Eclipse/svn merge WTF commit.Marc Englund2007-10-101-1/+13
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-0924-462/+497
* -WidgetSet naming change: "paging"-style table should now be IPagingTable.java.Jouni Koivuviita2007-10-082-13/+28
* ContainerResizedListener, ISplitPanel refactoring, ExpandLayout and testMatti Tahvonen2007-10-054-10/+152
* small doc changesMatti Tahvonen2007-10-051-3/+3
* comments and example code for sliderMatti Tahvonen2007-10-021-0/+58
* fixes for windows size & implemented scroll positionsMatti Tahvonen2007-10-022-2/+71
* Fixes #950Joonas Lehtinen2007-10-012-1/+4
* Code cleanup and documentation. Ready for first code-review.Jouni Koivuviita2007-10-011-73/+194
* UIDL Caching system implemenatation. Closes #855Joonas Lehtinen2007-09-301-1/+9
* added getter for ProgressListener to make upload work in feature browserMatti Tahvonen2007-09-281-0/+9
* Streaming upload and client side implementation for upload + progressindicatorMatti Tahvonen2007-09-272-25/+240
* -New ITabsheet implementation using GWT TabBar and own custom DeckPanel (ITab...Jouni Koivuviita2007-09-251-8/+10
* Panel now supports all Sizeable units and sends width and height to client as...Jouni Koivuviita2007-09-201-4/+8
* requests more repaintsMarc Englund2007-09-121-2/+5
* added form layout component (can be used without form component)Matti Tahvonen2007-09-112-13/+10
* returned filter select demo to its original stateMatti Tahvonen2007-09-111-23/+42
* Filter select changes & client side implementationMatti Tahvonen2007-09-034-246/+137
* Event calendar supports title + description.Marc Englund2007-08-301-0/+16
* cleaned importsMatti Tahvonen2007-08-301-3/+0
* subwindows now send attach events & works with focus correctlyMatti Tahvonen2007-08-301-3/+6
* added initial support for keyboard shortcuts. Now only Panel supports them on...Matti Tahvonen2007-08-292-100/+98
* null check fixMarc Englund2007-08-271-1/+1
* fixed javadoc typoMarc Englund2007-08-271-1/+1
* Support for opening application level windows, opening urls, managing subwind...Joonas Lehtinen2007-08-262-13/+2
* API changes and most of the base library implementation needed for new Window...Joonas Lehtinen2007-08-241-8/+117
* -New style for Panel, now supports "highlight" and "emphasize" styles also.Jouni Koivuviita2007-08-241-1/+51
* cleaned importsMatti Tahvonen2007-08-241-5/+2
* using Sizeables UNIT_SYMBOLS, theoretically all units now supportedMatti Tahvonen2007-08-241-14/+5
* removed attributeMatti Tahvonen2007-08-241-5/+0
* implemented splitpanelMatti Tahvonen2007-08-231-0/+346