aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/IWindow.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-1001/+0
* fixed regression from [7545]Matti Tahvonen2009-04-281-3/+3
* renamed setModal to setToolkitModality to avoid naming collision with GWT 1.6Matti Tahvonen2009-04-281-13/+13
* fixes #2518, window resize listenerMatti Tahvonen2009-04-021-1/+5
* Merge from 5.3 to 6.0:Henri Sara2009-03-251-10/+34
* Merged "Test case and fix for #2702 - Window.center() fails the first time in...Artur Signell2009-03-201-15/+16
* Testcase and fix for #2579 - Invalid window size calculation for small windowsArtur Signell2009-02-131-0/+6
* Test case and fix for #2406 - Sub window with undefined height and 100% high ...Artur Signell2008-12-301-4/+24
* Fix for #2388 - Safari scrollbar issue in subwindowsArtur Signell2008-12-191-0/+2
* Fix for #2325 - SubWindow with relative sized layout brokenArtur Signell2008-12-151-10/+21
* Fix for #2325 - SubWindow with relative sized layout brokenArtur Signell2008-12-151-5/+40
* IWindow: more sane min size + check that IWindow never grows bigger than brow...Matti Tahvonen2008-11-041-33/+47
* refactored getAllocatedSpace in IWindowMatti Tahvonen2008-11-041-43/+42
* added missing relative size handlingMatti Tahvonen2008-10-211-0/+1
* Small fix: update shadow size when window content changes size.Jouni Koivuviita2008-10-161-0/+1
* Fixes #2141: Subwindow rendering broken in IE6 and IE7Jouni Koivuviita2008-10-161-86/+144
* enabled scrolling in toolkit + some other minor changesMatti Tahvonen2008-10-071-1/+49
* New default theme for sub window. Shadow implementation much simplified, now ...Jouni Koivuviita2008-10-031-16/+29
* Changed the way relative component sizes are handled. Relative sizes are now ...Artur Signell2008-10-011-1/+1
* fixes #1235. setting subwindow subwindow readonly now disables client side cl...Matti Tahvonen2008-09-301-0/+19
* using size attributes instead of variables for reading size values. Gets clea...Matti Tahvonen2008-09-291-4/+4
* Fixes #2045: Modal window modality curtain now covers all previous sub window...Jouni Koivuviita2008-09-151-1/+11
* Fixes #2010 - Client classes renamedArtur Signell2008-08-281-2/+2
* API changes:Jouni Koivuviita2008-08-211-36/+73
* added null check to live after gwt 1.5 upgradeMatti Tahvonen2008-08-201-0/+4
* fixes #1988 (Window moving weirdness with undefined width)Matti Tahvonen2008-08-181-12/+26
* fixes #1987 (bad variable names caused exceptions -> all sub windows not rend...Matti Tahvonen2008-08-181-4/+4
* fixes #1951 (stylenames in FF)Matti Tahvonen2008-08-061-1/+3
* Fixed a possible security vulnerability in IWindow. The window caption string...Jouni Koivuviita2008-07-241-1/+1
* Fixes #1905: Tooltips for components inside sub-windows we're not shown.Jouni Koivuviita2008-07-041-2/+3
* Fixes #1837 : Window dragging (move and resize) bug in Mac Firefox 3Joonas Lehtinen2008-06-301-13/+27
* Now handles tooltips (description & error), fixes #1801Marc Englund2008-06-111-0/+6
* Window (caption) can have icon (fixes #1761)Marc Englund2008-06-111-2/+12
* fixes #1091Matti Tahvonen2008-06-101-11/+13
* Removes FF2 caret fix while moving/resizing, making it much faster; fixes #1751Marc Englund2008-06-061-5/+21
* Resizing and moving does no longer loose event to iframes and such.Marc Englund2008-06-061-0/+32
* fixes #1687Matti Tahvonen2008-05-281-0/+1
* fixed missing cursor problem in win and linux FF2Matti Tahvonen2008-05-191-1/+12
* support for non-pixel sizes for window. Fixes #1619Matti Tahvonen2008-05-091-6/+28
* fixes #1495Matti Tahvonen2008-05-051-0/+7
* IWindow now sizes itself respective to its content if no size is explicitly s...Jouni Koivuviita2008-04-071-14/+5
* FIX: IWindow style dependent names were assigned to the wrong DOM element.Jouni Koivuviita2008-03-141-0/+7
* Documented Notification ( #1359 ) and implemented icon support that was i the...Marc Englund2008-03-061-15/+28
* fixes #1202, #1465Matti Tahvonen2008-03-061-6/+60
* fixes #1403Matti Tahvonen2008-03-051-5/+10
* Added ShortcutActionHandler to IPanel.Jouni Koivuviita2008-02-131-0/+4
* renamed function (typo)Matti Tahvonen2008-02-041-2/+2
* fixed setting height for windowsMatti Tahvonen2008-02-011-3/+9
* cleaned and fixed shortcuthandler codeMatti Tahvonen2008-01-301-6/+2
* cleaningMatti Tahvonen2007-12-271-7/+1