Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -575/+0 |
| | | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 | ||||
* | selenium locator now works with subwindows | Matti Tahvonen | 2009-05-06 | 1 | -6/+24 |
| | | | | svn changeset:7639/svn branch:6.0 | ||||
* | fixes #2789, fixed IE width detection failure with some layout configurations | Matti Tahvonen | 2009-04-03 | 1 | -2/+22 |
| | | | | svn changeset:7297/svn branch:6.0 | ||||
* | fixes #2518, window resize listener | Matti Tahvonen | 2009-04-02 | 1 | -0/+15 |
| | | | | svn changeset:7285/svn branch:6.0 | ||||
* | fixes #2516 + "borders" | Matti Tahvonen | 2009-01-30 | 1 | -2/+22 |
| | | | | svn changeset:6680/svn branch:trunk | ||||
* | moded browser specific style names to body, see #1660 | Matti Tahvonen | 2008-12-18 | 1 | -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 #1660 | Marc Englund | 2008-11-25 | 1 | -4/+11 |
| | | | | svn changeset:5982/svn branch:trunk | ||||
* | fixes extra scrollbar issues in webkit based browsers | Matti Tahvonen | 2008-11-20 | 1 | -1/+2 |
| | | | | svn changeset:5934/svn branch:trunk | ||||
* | replaceChildComponent fixed for ↵ | Artur Signell | 2008-11-13 | 1 | -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 #2197 | Matti Tahvonen | 2008-11-12 | 1 | -5/+46 |
| | | | | svn changeset:5873/svn branch:trunk | ||||
* | #2061 related fix - Avoid flickering in firefox when resizing window | Artur Signell | 2008-10-31 | 1 | -7/+0 |
| | | | | svn changeset:5776/svn branch:trunk | ||||
* | fixes extra scrollbars sometimes shown in Safari | Matti Tahvonen | 2008-10-29 | 1 | -0/+3 |
| | | | | svn changeset:5763/svn branch:trunk | ||||
* | Fixed IView scrollbar issue | Artur Signell | 2008-10-16 | 1 | -3/+7 |
| | | | | svn changeset:5649/svn branch:trunk | ||||
* | Does not draw window contents if we're going to another URL. Fixes #2144 | Marc Englund | 2008-10-10 | 1 | -0/+6 |
| | | | | svn changeset:5620/svn branch:trunk | ||||
* | enabled scrolling in toolkit + some other minor changes | Matti Tahvonen | 2008-10-07 | 1 | -24/+45 |
| | | | | svn changeset:5602/svn branch:trunk | ||||
* | Fix for #2087: the same loading indicator is show at application start that ↵ | Jouni Koivuviita | 2008-10-06 | 1 | -0/+3 |
| | | | | | | is used for UIDL request indication. This can be overridden in theme. svn changeset:5598/svn branch:trunk | ||||
* | Fixed window resize problem | Artur Signell | 2008-10-01 | 1 | -2/+6 |
| | | | | svn changeset:5575/svn branch:trunk | ||||
* | Changed the way relative component sizes are handled. Relative sizes are now ↵ | Artur Signell | 2008-10-01 | 1 | -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 Tahvonen | 2008-09-30 | 1 | -1/+31 |
| | | | | svn changeset:5559/svn branch:trunk | ||||
* | Fix and test for #2117: It should be possible to create new windows on fly ↵ | Joonas Lehtinen | 2008-09-26 | 1 | -3/+7 |
| | | | | | | to new URL:s svn changeset:5520/svn branch:trunk | ||||
* | tuning tabIndex behavior | Matti Tahvonen | 2008-09-26 | 1 | -3/+5 |
| | | | | svn changeset:5519/svn branch:trunk | ||||
* | Fixes #1970 : Need for a safe way to use application from multiple windows ↵ | Joonas Lehtinen | 2008-09-17 | 1 | -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 Lehtinen | 2008-09-03 | 1 | -1/+24 |
| | | | | | | fire close-event svn changeset:5351/svn branch:trunk | ||||
* | Test case and fix for #2042 | Artur Signell | 2008-09-02 | 1 | -0/+9 |
| | | | | svn changeset:5329/svn branch:trunk | ||||
* | Fixes #2010 - Client classes renamed | Artur Signell | 2008-08-28 | 1 | -1/+1 |
| | | | | svn changeset:5285/svn branch:trunk | ||||
* | Test case and fix for #1924 | Matti Tahvonen | 2008-07-10 | 1 | -2/+16 |
| | | | | svn changeset:5076/svn branch:trunk | ||||
* | Fixed typos in Javadoc. | Jouni Koivuviita | 2008-07-04 | 1 | -2/+2 |
| | | | | svn changeset:5061/svn branch:trunk | ||||
* | fixes #1802 | Matti Tahvonen | 2008-06-12 | 1 | -1/+1 |
| | | | | svn changeset:4863/svn branch:trunk | ||||
* | fixes #1693 | Matti Tahvonen | 2008-06-11 | 1 | -1/+18 |
| | | | | svn changeset:4854/svn branch:trunk | ||||
* | fixes #1693 | Matti Tahvonen | 2008-06-10 | 1 | -1/+1 |
| | | | | svn changeset:4826/svn branch:trunk | ||||
* | fixes #1641 and some other random layout issues on FF and Safari | Matti Tahvonen | 2008-05-15 | 1 | -1/+8 |
| | | | | svn changeset:4505/svn branch:trunk | ||||
* | fixes #1412 | Matti Tahvonen | 2008-05-06 | 1 | -0/+18 |
| | | | | svn changeset:4345/svn branch:trunk | ||||
* | main window did not inject given stylenames as css names | Matti Tahvonen | 2008-04-17 | 1 | -0/+4 |
| | | | | svn changeset:4196/svn branch:trunk | ||||
* | commenting IE hack | Matti Tahvonen | 2008-03-10 | 1 | -0/+13 |
| | | | | svn changeset:4014/svn branch:trunk | ||||
* | Fixes major rendering bug (collapsed tab sheet content) in IE. Bug was ↵ | Matti Tahvonen | 2008-03-10 | 1 | -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 Englund | 2008-03-06 | 1 | -0/+6 |
| | | | | | | the API but not working. svn changeset:3989/svn branch:trunk | ||||
* | proper window closing via hide() method | Matti Tahvonen | 2008-03-06 | 1 | -1/+1 |
| | | | | svn changeset:3983/svn branch:trunk | ||||
* | renamed function (typo) | Matti Tahvonen | 2008-02-04 | 1 | -1/+1 |
| | | | | svn changeset:3707/svn branch:trunk | ||||
* | cleaned and fixed shortcuthandler code | Matti Tahvonen | 2008-01-30 | 1 | -5/+1 |
| | | | | svn changeset:3674/svn branch:trunk | ||||
* | refactored method signature | Matti Tahvonen | 2007-12-10 | 1 | -4/+4 |
| | | | | svn changeset:3210/svn branch:trunk | ||||
* | License header parametrized | Jani Laakso | 2007-12-04 | 1 | -14/+20 |
| | | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk | ||||
* | fixing some random layout problems on IE. | Matti Tahvonen | 2007-11-23 | 1 | -0/+7 |
| | | | | svn changeset:2892/svn branch:trunk | ||||
* | MASS REFORMAT. | Marc Englund | 2007-11-19 | 1 | -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 Englund | 2007-11-09 | 1 | -2/+12 |
| | | | | | | Width and height still not supported. svn changeset:2771/svn branch:trunk | ||||
* | fixed wrong function name + fixes to tabsheet | Matti Tahvonen | 2007-11-06 | 1 | -1/+1 |
| | | | | svn changeset:2717/svn branch:trunk | ||||
* | Renders Notifications. | Marc Englund | 2007-11-05 | 1 | -2/+24 |
| | | | | svn changeset:2713/svn branch:trunk | ||||
* | -All component stylenames now get prefixed with component base stylename. | Jouni Koivuviita | 2007-10-16 | 1 | -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 issues | Matti Tahvonen | 2007-10-12 | 1 | -4/+3 |
| | | | | svn changeset:2504/svn branch:trunk | ||||
* | Mass format based on eclipse build in formatting style. | Jani Laakso | 2007-10-09 | 1 | -29/+31 |
| | | | | svn changeset:2461/svn branch:trunk | ||||
* | ContainerResizedListener, ISplitPanel refactoring, ExpandLayout and test | Matti Tahvonen | 2007-10-05 | 1 | -2/+15 |
| | | | | svn changeset:2441/svn branch:trunk |