aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/IView.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-575/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* selenium locator now works with subwindowsMatti Tahvonen2009-05-061-6/+24
| | | | svn changeset:7639/svn branch:6.0
* fixes #2789, fixed IE width detection failure with some layout configurationsMatti Tahvonen2009-04-031-2/+22
| | | | svn changeset:7297/svn branch:6.0
* fixes #2518, window resize listenerMatti Tahvonen2009-04-021-0/+15
| | | | svn changeset:7285/svn branch:6.0
* fixes #2516 + "borders"Matti Tahvonen2009-01-301-2/+22
| | | | svn changeset:6680/svn branch:trunk
* moded browser specific style names to body, see #1660Matti Tahvonen2008-12-181-4/+0
| | | | | | fixes issues with floating elements like tooltips or windows svn changeset:6288/svn branch:trunk
* Classnames to reflect which browser is in use. Implements #1660Marc Englund2008-11-251-4/+11
| | | | svn changeset:5982/svn branch:trunk
* fixes extra scrollbar issues in webkit based browsersMatti Tahvonen2008-11-201-1/+2
| | | | svn changeset:5934/svn branch:trunk
* replaceChildComponent fixed for ↵Artur Signell2008-11-131-1/+7
| | | | | | | | IFormLayout,IGridLayout,IPopupView,ISplitPanel,IView (#2204). Testcase for #2204. svn changeset:5892/svn branch:trunk
* implemented scroll listening and updating from UIDL, fixes #2197Matti Tahvonen2008-11-121-5/+46
| | | | svn changeset:5873/svn branch:trunk
* #2061 related fix - Avoid flickering in firefox when resizing windowArtur Signell2008-10-311-7/+0
| | | | svn changeset:5776/svn branch:trunk
* fixes extra scrollbars sometimes shown in SafariMatti Tahvonen2008-10-291-0/+3
| | | | svn changeset:5763/svn branch:trunk
* Fixed IView scrollbar issueArtur Signell2008-10-161-3/+7
| | | | svn changeset:5649/svn branch:trunk
* Does not draw window contents if we're going to another URL. Fixes #2144Marc Englund2008-10-101-0/+6
| | | | svn changeset:5620/svn branch:trunk
* enabled scrolling in toolkit + some other minor changesMatti Tahvonen2008-10-071-24/+45
| | | | svn changeset:5602/svn branch:trunk
* Fix for #2087: the same loading indicator is show at application start that ↵Jouni Koivuviita2008-10-061-0/+3
| | | | | | is used for UIDL request indication. This can be overridden in theme. svn changeset:5598/svn branch:trunk
* Fixed window resize problemArtur Signell2008-10-011-2/+6
| | | | svn changeset:5575/svn branch:trunk
* Changed the way relative component sizes are handled. Relative sizes are now ↵Artur Signell2008-10-011-4/+49
| | | | | | | | | | | converted into pixel sizes in ApplictionConnection. All containers MUST now implement Container which includes the getAllocatedSpace() method used by the relative size calculator. This also fixes OrderedLayout bugs #2021, #2034, #2030, #2102 Also fixes #2127 svn changeset:5570/svn branch:trunk
* fixes #1394 together with [5558]Matti Tahvonen2008-09-301-1/+31
| | | | svn changeset:5559/svn branch:trunk
* Fix and test for #2117: It should be possible to create new windows on fly ↵Joonas Lehtinen2008-09-261-3/+7
| | | | | | to new URL:s svn changeset:5520/svn branch:trunk
* tuning tabIndex behaviorMatti Tahvonen2008-09-261-3/+5
| | | | svn changeset:5519/svn branch:trunk
* Fixes #1970 : Need for a safe way to use application from multiple windows ↵Joonas Lehtinen2008-09-171-5/+14
| | | | | | | | without synchronization errors This is rather complex new feature that has a high risk of regressions. svn changeset:5425/svn branch:trunk
* Fixed #2053 : Closing browse-window should trigger submitting changes and ↵Joonas Lehtinen2008-09-031-1/+24
| | | | | | fire close-event svn changeset:5351/svn branch:trunk
* Test case and fix for #2042Artur Signell2008-09-021-0/+9
| | | | svn changeset:5329/svn branch:trunk
* Fixes #2010 - Client classes renamedArtur Signell2008-08-281-1/+1
| | | | svn changeset:5285/svn branch:trunk
* Test case and fix for #1924Matti Tahvonen2008-07-101-2/+16
| | | | svn changeset:5076/svn branch:trunk
* Fixed typos in Javadoc.Jouni Koivuviita2008-07-041-2/+2
| | | | svn changeset:5061/svn branch:trunk
* fixes #1802Matti Tahvonen2008-06-121-1/+1
| | | | svn changeset:4863/svn branch:trunk
* fixes #1693Matti Tahvonen2008-06-111-1/+18
| | | | svn changeset:4854/svn branch:trunk
* fixes #1693Matti Tahvonen2008-06-101-1/+1
| | | | svn changeset:4826/svn branch:trunk
* fixes #1641 and some other random layout issues on FF and SafariMatti Tahvonen2008-05-151-1/+8
| | | | svn changeset:4505/svn branch:trunk
* fixes #1412Matti Tahvonen2008-05-061-0/+18
| | | | svn changeset:4345/svn branch:trunk
* main window did not inject given stylenames as css namesMatti Tahvonen2008-04-171-0/+4
| | | | svn changeset:4196/svn branch:trunk
* commenting IE hackMatti Tahvonen2008-03-101-0/+13
| | | | svn changeset:4014/svn branch:trunk
* Fixes major rendering bug (collapsed tab sheet content) in IE. Bug was ↵Matti Tahvonen2008-03-101-6/+45
| | | | | | easily reproducible in WH. Also a huge optimization. svn changeset:4013/svn branch:trunk
* Documented Notification ( #1359 ) and implemented icon support that was i ↵Marc Englund2008-03-061-0/+6
| | | | | | the API but not working. svn changeset:3989/svn branch:trunk
* proper window closing via hide() methodMatti Tahvonen2008-03-061-1/+1
| | | | svn changeset:3983/svn branch:trunk
* renamed function (typo)Matti Tahvonen2008-02-041-1/+1
| | | | svn changeset:3707/svn branch:trunk
* cleaned and fixed shortcuthandler codeMatti Tahvonen2008-01-301-5/+1
| | | | svn changeset:3674/svn branch:trunk
* refactored method signatureMatti Tahvonen2007-12-101-4/+4
| | | | svn changeset:3210/svn branch:trunk
* License header parametrizedJani Laakso2007-12-041-14/+20
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* fixing some random layout problems on IE.Matti Tahvonen2007-11-231-0/+7
| | | | svn changeset:2892/svn branch:trunk
* MASS REFORMAT.Marc Englund2007-11-191-144/+144
| | | | | | According to http://toolkit.intra.itmill.com/trac/itmilltoolkit/wiki/CodingConventions svn changeset:2864/svn branch:trunk
* Window.open now opens in current window if no name (target) is given.Marc Englund2007-11-091-2/+12
| | | | | | Width and height still not supported. svn changeset:2771/svn branch:trunk
* fixed wrong function name + fixes to tabsheetMatti Tahvonen2007-11-061-1/+1
| | | | svn changeset:2717/svn branch:trunk
* Renders Notifications.Marc Englund2007-11-051-2/+24
| | | | svn changeset:2713/svn branch:trunk
* -All component stylenames now get prefixed with component base stylename.Jouni Koivuviita2007-10-161-1/+1
| | | | | | | | | | -runAnchestorsLayout -> runAncestorsLayout (grammar-fix). -IPanel stylename conventions changed (again). Now all additional stylenames are added to the panel, e.g. addStyleName("red") + addStyleName("green") -> .i-panel .i-panel-red .i-panel-green - ^ same for ITabsheet. -Layout padding convention changed (again). Now by default only Panels and TabSheets have padding, and they can remove that padding by using a constant stylename (Panel.STYLE_NO_PADDING and same for TabSheet). -IWindow styles altered a bit (now able to move Window in IE6 also :)). svn changeset:2527/svn branch:trunk
* fixed some caching issuesMatti Tahvonen2007-10-121-4/+3
| | | | svn changeset:2504/svn branch:trunk
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-29/+31
| | | | svn changeset:2461/svn branch:trunk
* ContainerResizedListener, ISplitPanel refactoring, ExpandLayout and testMatti Tahvonen2007-10-051-2/+15
| | | | svn changeset:2441/svn branch:trunk