| Commit message (Expand) | Author | Age | Files | Lines |
* | #7369 Removed "final" to enable CDI compatibility and added javadoc that expl... | Artur Signell | 2011-08-19 | 1 | -4/+13 |
* | #6097 Inversed the logic of the uidl attribute to avoid sending additional da... | Leif Åstrand | 2011-08-12 | 1 | -2/+2 |
* | #6097 Window.showNotification should support plain text in addition to Html | Leif Åstrand | 2011-08-10 | 1 | -0/+106 |
* | #6715 Added option for enabling/disabling lazy resize mode. | Artur Signell | 2011-04-26 | 1 | -0/+35 |
* | fixes #6815 | Matti Tahvonen | 2011-04-18 | 1 | -2/+2 |
* | Merged some changes from 6.5 | Henri Sara | 2011-03-16 | 1 | -2/+26 |
* | bring to front now somewhat supports several updating order of several window... | Matti Tahvonen | 2010-12-20 | 1 | -6/+14 |
* | removed method stub | Matti Tahvonen | 2010-12-17 | 1 | -9/+0 |
* | #5039: introduced focus/blur events for (sub)window, client side support and ... | Matti Tahvonen | 2010-12-17 | 1 | -1/+56 |
* | fixes #5037 and modifies a test case to cover it and #6161 | Matti Tahvonen | 2010-12-15 | 1 | -0/+36 |
* | #6023 - Window overrides setParent for no reason | Artur Signell | 2010-11-25 | 1 | -10/+0 |
* | Test and fix update for #5989 - Removing a sub window from another window tha... | Artur Signell | 2010-11-16 | 1 | -1/+1 |
* | Test and fix update for #5989 - Removing a sub window from another window tha... | Artur Signell | 2010-11-16 | 1 | -6/+7 |
* | Fix for #5989 - Removing a sub window from another window than its parent clo... | Artur Signell | 2010-11-15 | 1 | -2/+9 |
* | #3865 closing sub-windows from code should send close event, test for window ... | Henri Sara | 2010-10-28 | 1 | -10/+11 |
* | #5692 Generics: server-side changes for changeVariables() and some component ... | Henri Sara | 2010-10-04 | 1 | -1/+1 |
* | Formatted using Eclipse Helios / Windows XP | Artur Signell | 2010-08-16 | 1 | -15/+15 |
* | a more specific return type (parent of window is always window or null) | Matti Tahvonen | 2010-07-15 | 1 | -10/+10 |
* | Reverted constructor visibility changes, will use isSynthetic() test instead | Henri Sara | 2010-07-06 | 1 | -1/+1 |
* | Make private nested class constructor visibility public or package to prevent... | Henri Sara | 2010-07-06 | 1 | -1/+1 |
* | Set VWindow instead of VView for client widget for window. Fixes NPE when add... | Matti Tahvonen | 2010-06-24 | 1 | -2/+2 |
* | Additional javadoc for #4991 | Artur Signell | 2010-06-16 | 1 | -127/+196 |
* | Merged changes from 6.3 to 6.4 | Henri Sara | 2010-05-31 | 1 | -4/+43 |
|\ |
|
| * | Fix for #4427 - Updating sub-window position information back to server shoul... | Artur Signell | 2010-05-25 | 1 | -4/+43 |
* | | Initial update for #4991 | Artur Signell | 2010-05-25 | 1 | -65/+119 |
|/ |
|
* | fixes #1847 | Matti Tahvonen | 2010-05-07 | 1 | -1/+25 |
* | Javadocced shortcuts | Marc Englund | 2010-04-09 | 1 | -5/+67 |
* | Refactored new actions api a little: removed mnemonics terminology, adding/re... | Marc Englund | 2010-03-23 | 1 | -9/+9 |
* | Easier keyboard shortcuts for #875 - includes shorthand notation for Shortcut... | Marc Englund | 2010-03-23 | 1 | -0/+45 |
* | Merged [11391],[11473],[11474],[11475],[11477] from 6.2 | Artur Signell | 2010-02-23 | 1 | -5/+40 |
* | added generics to ParameterHandler | Matti Tahvonen | 2009-12-16 | 1 | -1/+1 |
* | Test case and fix for #3133 - Window draggability disabling feature | Artur Signell | 2009-12-15 | 1 | -3/+37 |
* | Fix for #3120 - Add Window.setClosable() | Artur Signell | 2009-12-15 | 1 | -1/+40 |
* | replaced(depracated) paintReference with addAttribute(String,Paintable) and a... | Matti Tahvonen | 2009-12-14 | 1 | -1/+1 |
* | fixes #3782, a better exception when trying to add Window via addComponent | Matti Tahvonen | 2009-11-30 | 1 | -0/+10 |
* | Fix for #3589 - Window.executeJavaScript(). Removed DOM reference possibility. | Artur Signell | 2009-11-12 | 1 | -70/+10 |
* | #3589 : Fixed document and window references for the script executed with exe... | Joonas Lehtinen | 2009-11-09 | 1 | -6/+18 |
* | Cleaned a javascript temp variable from window. Added use warning to javadocs. | Joonas Lehtinen | 2009-11-06 | 1 | -0/+8 |
* | Merged implementation for #3589 | Joonas Lehtinen | 2009-11-06 | 1 | -0/+88 |
* | merged [9511] from 6.1 | Matti Tahvonen | 2009-10-30 | 1 | -1/+1 |
* | merged [9432] from 6.1 | Matti Tahvonen | 2009-10-28 | 1 | -0/+8 |
* | Merged: Fix for #3592 - Javadoc refers to Toolkit 5 | Artur Signell | 2009-10-26 | 1 | -1/+1 |
* | "removed" (finalized + deprecated) getTag from AbstractComponent | Matti Tahvonen | 2009-10-06 | 1 | -10/+0 |
* | steps toward simpler widgetset creation. Still needs a lot of cleaning and re... | Matti Tahvonen | 2009-09-25 | 1 | -4/+11 |
* | fixes #3363. Subwindows order now forced to be the same in which they are add... | Matti Tahvonen | 2009-09-16 | 1 | -16/+18 |
* | Fixes #3147: Modal Window cannot be positioned. | Jouni Koivuviita | 2009-07-17 | 1 | -0/+2 |
* | Incomplete - task#2904 Toolkit -> Vaadin renames | Henri Sara | 2009-05-18 | 1 | -6/+5 |
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -0/+1627 |