Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -1001/+0 |
| | | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 | ||||
* | fixed regression from [7545] | Matti Tahvonen | 2009-04-28 | 1 | -3/+3 |
| | | | | svn changeset:7550/svn branch:6.0 | ||||
* | renamed setModal to setToolkitModality to avoid naming collision with GWT 1.6 | Matti Tahvonen | 2009-04-28 | 1 | -13/+13 |
| | | | | svn changeset:7545/svn branch:6.0 | ||||
* | fixes #2518, window resize listener | Matti Tahvonen | 2009-04-02 | 1 | -1/+5 |
| | | | | svn changeset:7285/svn branch:6.0 | ||||
* | Merge from 5.3 to 6.0: | Henri Sara | 2009-03-25 | 1 | -10/+34 |
| | | | | | | | | | [7150] Undefined-sized window now resizes if needed. Fixes #2738. [7161] NativeSelect width updated lazily in IE6. Fixes #2742. [7165] Fixed gwt link creation in the 'night' target (for TeamCity building). svn changeset:7171/svn branch:6.0 | ||||
* | Merged "Test case and fix for #2702 - Window.center() fails the first time ↵ | Artur Signell | 2009-03-20 | 1 | -15/+16 |
| | | | | | | in certain cases" svn changeset:7120/svn branch:6.0 | ||||
* | Testcase and fix for #2579 - Invalid window size calculation for small windows | Artur Signell | 2009-02-13 | 1 | -0/+6 |
| | | | | svn changeset:6830/svn branch:trunk | ||||
* | Test case and fix for #2406 - Sub window with undefined height and 100% high ↵ | Artur Signell | 2008-12-30 | 1 | -4/+24 |
| | | | | | | layout svn changeset:6366/svn branch:trunk | ||||
* | Fix for #2388 - Safari scrollbar issue in subwindows | Artur Signell | 2008-12-19 | 1 | -0/+2 |
| | | | | svn changeset:6296/svn branch:trunk | ||||
* | Fix for #2325 - SubWindow with relative sized layout broken | Artur Signell | 2008-12-15 | 1 | -10/+21 |
| | | | | svn changeset:6211/svn branch:trunk | ||||
* | Fix for #2325 - SubWindow with relative sized layout broken | Artur Signell | 2008-12-15 | 1 | -5/+40 |
| | | | | svn changeset:6210/svn branch:trunk | ||||
* | IWindow: more sane min size + check that IWindow never grows bigger than ↵ | Matti Tahvonen | 2008-11-04 | 1 | -33/+47 |
| | | | | | | browsers window svn changeset:5819/svn branch:trunk | ||||
* | refactored getAllocatedSpace in IWindow | Matti Tahvonen | 2008-11-04 | 1 | -43/+42 |
| | | | | svn changeset:5810/svn branch:trunk | ||||
* | added missing relative size handling | Matti Tahvonen | 2008-10-21 | 1 | -0/+1 |
| | | | | svn changeset:5689/svn branch:trunk | ||||
* | Small fix: update shadow size when window content changes size. | Jouni Koivuviita | 2008-10-16 | 1 | -0/+1 |
| | | | | svn changeset:5648/svn branch:trunk | ||||
* | Fixes #2141: Subwindow rendering broken in IE6 and IE7 | Jouni Koivuviita | 2008-10-16 | 1 | -86/+144 |
| | | | | | | Needed a bit more tweaking than simple themeing. IWindow not sets all its dimensions (those sent from server) as its outer width and height. Previously dimensions were set as "inner dimensions" i.e. content area width. svn changeset:5647/svn branch:trunk | ||||
* | enabled scrolling in toolkit + some other minor changes | Matti Tahvonen | 2008-10-07 | 1 | -1/+49 |
| | | | | svn changeset:5602/svn branch:trunk | ||||
* | New default theme for sub window. Shadow implementation much simplified, now ↵ | Jouni Koivuviita | 2008-10-03 | 1 | -16/+29 |
| | | | | | | | | we can have different kind of shadows in classes extending IToolkitOverlay. IWindow now extends IToolkitOverlay. svn changeset:5591/svn branch:trunk | ||||
* | Changed the way relative component sizes are handled. Relative sizes are now ↵ | Artur Signell | 2008-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | 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 #1235. setting subwindow subwindow readonly now disables client side ↵ | Matti Tahvonen | 2008-09-30 | 1 | -0/+19 |
| | | | | | | closing svn changeset:5552/svn branch:trunk | ||||
* | using size attributes instead of variables for reading size values. Gets ↵ | Matti Tahvonen | 2008-09-29 | 1 | -4/+4 |
| | | | | | | cleaner values via attributes. svn changeset:5537/svn branch:trunk | ||||
* | Fixes #2045: Modal window modality curtain now covers all previous sub ↵ | Jouni Koivuviita | 2008-09-15 | 1 | -1/+11 |
| | | | | | | windows as well. svn changeset:5400/svn branch:trunk | ||||
* | Fixes #2010 - Client classes renamed | Artur Signell | 2008-08-28 | 1 | -2/+2 |
| | | | | svn changeset:5285/svn branch:trunk | ||||
* | API changes: | Jouni Koivuviita | 2008-08-21 | 1 | -36/+73 |
| | | | | | | | | | Window.setResizable(boolean resizability) now allows to disable end-user sub-window resizing. Window.center() allows to request a sub-window to be centered on screen. Improved theming capabilities for IWindow: window borders are now calculated dynamically for every sub-window instance, previously only one final static was specified. svn changeset:5238/svn branch:trunk | ||||
* | added null check to live after gwt 1.5 upgrade | Matti Tahvonen | 2008-08-20 | 1 | -0/+4 |
| | | | | svn changeset:5222/svn branch:trunk | ||||
* | fixes #1988 (Window moving weirdness with undefined width) | Matti Tahvonen | 2008-08-18 | 1 | -12/+26 |
| | | | | svn changeset:5207/svn branch:trunk | ||||
* | fixes #1987 (bad variable names caused exceptions -> all sub windows not ↵ | Matti Tahvonen | 2008-08-18 | 1 | -4/+4 |
| | | | | | | rendered) svn changeset:5202/svn branch:trunk | ||||
* | fixes #1951 (stylenames in FF) | Matti Tahvonen | 2008-08-06 | 1 | -1/+3 |
| | | | | svn changeset:5145/svn branch:trunk | ||||
* | Fixed a possible security vulnerability in IWindow. The window caption ↵ | Jouni Koivuviita | 2008-07-24 | 1 | -1/+1 |
| | | | | | | string was not escaped, and any HTML could be passed and parsed inside it. svn changeset:5115/svn branch:trunk | ||||
* | Fixes #1905: Tooltips for components inside sub-windows we're not shown. | Jouni Koivuviita | 2008-07-04 | 1 | -2/+3 |
| | | | | svn changeset:5062/svn branch:trunk | ||||
* | Fixes #1837 : Window dragging (move and resize) bug in Mac Firefox 3 | Joonas Lehtinen | 2008-06-30 | 1 | -13/+27 |
| | | | | svn changeset:4978/svn branch:trunk | ||||
* | Now handles tooltips (description & error), fixes #1801 | Marc Englund | 2008-06-11 | 1 | -0/+6 |
| | | | | svn changeset:4856/svn branch:trunk | ||||
* | Window (caption) can have icon (fixes #1761) | Marc Englund | 2008-06-11 | 1 | -2/+12 |
| | | | | svn changeset:4855/svn branch:trunk | ||||
* | fixes #1091 | Matti Tahvonen | 2008-06-10 | 1 | -11/+13 |
| | | | | svn changeset:4827/svn branch:trunk | ||||
* | Removes FF2 caret fix while moving/resizing, making it much faster; fixes #1751 | Marc Englund | 2008-06-06 | 1 | -5/+21 |
| | | | | svn changeset:4773/svn branch:trunk | ||||
* | Resizing and moving does no longer loose event to iframes and such. | Marc Englund | 2008-06-06 | 1 | -0/+32 |
| | | | | | | Fixes #1765 svn changeset:4772/svn branch:trunk | ||||
* | fixes #1687 | Matti Tahvonen | 2008-05-28 | 1 | -0/+1 |
| | | | | svn changeset:4678/svn branch:trunk | ||||
* | fixed missing cursor problem in win and linux FF2 | Matti Tahvonen | 2008-05-19 | 1 | -1/+12 |
| | | | | svn changeset:4550/svn branch:trunk | ||||
* | support for non-pixel sizes for window. Fixes #1619 | Matti Tahvonen | 2008-05-09 | 1 | -6/+28 |
| | | | | svn changeset:4415/svn branch:trunk | ||||
* | fixes #1495 | Matti Tahvonen | 2008-05-05 | 1 | -0/+7 |
| | | | | svn changeset:4328/svn branch:trunk | ||||
* | IWindow now sizes itself respective to its content if no size is explicitly ↵ | Jouni Koivuviita | 2008-04-07 | 1 | -14/+5 |
| | | | | | | specified. Use "-1" to clear any previous size settings. svn changeset:4132/svn branch:trunk | ||||
* | FIX: IWindow style dependent names were assigned to the wrong DOM element. | Jouni Koivuviita | 2008-03-14 | 1 | -0/+7 |
| | | | | svn changeset:4051/svn branch:trunk | ||||
* | Documented Notification ( #1359 ) and implemented icon support that was i ↵ | Marc Englund | 2008-03-06 | 1 | -15/+28 |
| | | | | | | the API but not working. svn changeset:3989/svn branch:trunk | ||||
* | fixes #1202, #1465 | Matti Tahvonen | 2008-03-06 | 1 | -6/+60 |
| | | | | svn changeset:3984/svn branch:trunk | ||||
* | fixes #1403 | Matti Tahvonen | 2008-03-05 | 1 | -5/+10 |
| | | | | svn changeset:3975/svn branch:trunk | ||||
* | Added ShortcutActionHandler to IPanel. | Jouni Koivuviita | 2008-02-13 | 1 | -0/+4 |
| | | | | svn changeset:3787/svn branch:trunk | ||||
* | renamed function (typo) | Matti Tahvonen | 2008-02-04 | 1 | -2/+2 |
| | | | | svn changeset:3707/svn branch:trunk | ||||
* | fixed setting height for windows | Matti Tahvonen | 2008-02-01 | 1 | -3/+9 |
| | | | | svn changeset:3700/svn branch:trunk | ||||
* | cleaned and fixed shortcuthandler code | Matti Tahvonen | 2008-01-30 | 1 | -6/+2 |
| | | | | svn changeset:3674/svn branch:trunk | ||||
* | cleaning | Matti Tahvonen | 2007-12-27 | 1 | -7/+1 |
| | | | | svn changeset:3302/svn branch:trunk |