aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/IView.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-575/+0
* selenium locator now works with subwindowsMatti Tahvonen2009-05-061-6/+24
* fixes #2789, fixed IE width detection failure with some layout configurationsMatti Tahvonen2009-04-031-2/+22
* fixes #2518, window resize listenerMatti Tahvonen2009-04-021-0/+15
* fixes #2516 + "borders"Matti Tahvonen2009-01-301-2/+22
* moded browser specific style names to body, see #1660Matti Tahvonen2008-12-181-4/+0
* Classnames to reflect which browser is in use. Implements #1660Marc Englund2008-11-251-4/+11
* fixes extra scrollbar issues in webkit based browsersMatti Tahvonen2008-11-201-1/+2
* replaceChildComponent fixed for IFormLayout,IGridLayout,IPopupView,ISplitPane...Artur Signell2008-11-131-1/+7
* implemented scroll listening and updating from UIDL, fixes #2197Matti Tahvonen2008-11-121-5/+46
* #2061 related fix - Avoid flickering in firefox when resizing windowArtur Signell2008-10-311-7/+0
* fixes extra scrollbars sometimes shown in SafariMatti Tahvonen2008-10-291-0/+3
* Fixed IView scrollbar issueArtur Signell2008-10-161-3/+7
* Does not draw window contents if we're going to another URL. Fixes #2144Marc Englund2008-10-101-0/+6
* enabled scrolling in toolkit + some other minor changesMatti Tahvonen2008-10-071-24/+45
* Fix for #2087: the same loading indicator is show at application start that i...Jouni Koivuviita2008-10-061-0/+3
* Fixed window resize problemArtur Signell2008-10-011-2/+6
* Changed the way relative component sizes are handled. Relative sizes are now ...Artur Signell2008-10-011-4/+49
* fixes #1394 together with [5558]Matti Tahvonen2008-09-301-1/+31
* Fix and test for #2117: It should be possible to create new windows on fly to...Joonas Lehtinen2008-09-261-3/+7
* tuning tabIndex behaviorMatti Tahvonen2008-09-261-3/+5
* Fixes #1970 : Need for a safe way to use application from multiple windows wi...Joonas Lehtinen2008-09-171-5/+14
* Fixed #2053 : Closing browse-window should trigger submitting changes and fir...Joonas Lehtinen2008-09-031-1/+24
* Test case and fix for #2042Artur Signell2008-09-021-0/+9
* Fixes #2010 - Client classes renamedArtur Signell2008-08-281-1/+1
* Test case and fix for #1924Matti Tahvonen2008-07-101-2/+16
* Fixed typos in Javadoc.Jouni Koivuviita2008-07-041-2/+2
* fixes #1802Matti Tahvonen2008-06-121-1/+1
* fixes #1693Matti Tahvonen2008-06-111-1/+18
* fixes #1693Matti Tahvonen2008-06-101-1/+1
* fixes #1641 and some other random layout issues on FF and SafariMatti Tahvonen2008-05-151-1/+8
* fixes #1412Matti Tahvonen2008-05-061-0/+18
* main window did not inject given stylenames as css namesMatti Tahvonen2008-04-171-0/+4
* commenting IE hackMatti Tahvonen2008-03-101-0/+13
* Fixes major rendering bug (collapsed tab sheet content) in IE. Bug was easily...Matti Tahvonen2008-03-101-6/+45
* Documented Notification ( #1359 ) and implemented icon support that was i the...Marc Englund2008-03-061-0/+6
* proper window closing via hide() methodMatti Tahvonen2008-03-061-1/+1
* renamed function (typo)Matti Tahvonen2008-02-041-1/+1
* cleaned and fixed shortcuthandler codeMatti Tahvonen2008-01-301-5/+1
* refactored method signatureMatti Tahvonen2007-12-101-4/+4
* License header parametrizedJani Laakso2007-12-041-14/+20
* fixing some random layout problems on IE.Matti Tahvonen2007-11-231-0/+7
* MASS REFORMAT.Marc Englund2007-11-191-144/+144
* Window.open now opens in current window if no name (target) is given.Marc Englund2007-11-091-2/+12
* fixed wrong function name + fixes to tabsheetMatti Tahvonen2007-11-061-1/+1
* Renders Notifications.Marc Englund2007-11-051-2/+24
* -All component stylenames now get prefixed with component base stylename.Jouni Koivuviita2007-10-161-1/+1
* fixed some caching issuesMatti Tahvonen2007-10-121-4/+3
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-29/+31
* ContainerResizedListener, ISplitPanel refactoring, ExpandLayout and testMatti Tahvonen2007-10-051-2/+15