index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
itmill
/
toolkit
/
terminal
/
gwt
/
client
/
ui
/
IWindow.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
#2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"
Henri Sara
2009-05-11
1
-1001
/
+0
*
fixed regression from [7545]
Matti Tahvonen
2009-04-28
1
-3
/
+3
*
renamed setModal to setToolkitModality to avoid naming collision with GWT 1.6
Matti Tahvonen
2009-04-28
1
-13
/
+13
*
fixes #2518, window resize listener
Matti Tahvonen
2009-04-02
1
-1
/
+5
*
Merge from 5.3 to 6.0:
Henri Sara
2009-03-25
1
-10
/
+34
*
Merged "Test case and fix for #2702 - Window.center() fails the first time in...
Artur Signell
2009-03-20
1
-15
/
+16
*
Testcase and fix for #2579 - Invalid window size calculation for small windows
Artur Signell
2009-02-13
1
-0
/
+6
*
Test case and fix for #2406 - Sub window with undefined height and 100% high ...
Artur Signell
2008-12-30
1
-4
/
+24
*
Fix for #2388 - Safari scrollbar issue in subwindows
Artur Signell
2008-12-19
1
-0
/
+2
*
Fix for #2325 - SubWindow with relative sized layout broken
Artur Signell
2008-12-15
1
-10
/
+21
*
Fix for #2325 - SubWindow with relative sized layout broken
Artur Signell
2008-12-15
1
-5
/
+40
*
IWindow: more sane min size + check that IWindow never grows bigger than brow...
Matti Tahvonen
2008-11-04
1
-33
/
+47
*
refactored getAllocatedSpace in IWindow
Matti Tahvonen
2008-11-04
1
-43
/
+42
*
added missing relative size handling
Matti Tahvonen
2008-10-21
1
-0
/
+1
*
Small fix: update shadow size when window content changes size.
Jouni Koivuviita
2008-10-16
1
-0
/
+1
*
Fixes #2141: Subwindow rendering broken in IE6 and IE7
Jouni Koivuviita
2008-10-16
1
-86
/
+144
*
enabled scrolling in toolkit + some other minor changes
Matti Tahvonen
2008-10-07
1
-1
/
+49
*
New default theme for sub window. Shadow implementation much simplified, now ...
Jouni Koivuviita
2008-10-03
1
-16
/
+29
*
Changed the way relative component sizes are handled. Relative sizes are now ...
Artur Signell
2008-10-01
1
-1
/
+1
*
fixes #1235. setting subwindow subwindow readonly now disables client side cl...
Matti Tahvonen
2008-09-30
1
-0
/
+19
*
using size attributes instead of variables for reading size values. Gets clea...
Matti Tahvonen
2008-09-29
1
-4
/
+4
*
Fixes #2045: Modal window modality curtain now covers all previous sub window...
Jouni Koivuviita
2008-09-15
1
-1
/
+11
*
Fixes #2010 - Client classes renamed
Artur Signell
2008-08-28
1
-2
/
+2
*
API changes:
Jouni Koivuviita
2008-08-21
1
-36
/
+73
*
added null check to live after gwt 1.5 upgrade
Matti Tahvonen
2008-08-20
1
-0
/
+4
*
fixes #1988 (Window moving weirdness with undefined width)
Matti Tahvonen
2008-08-18
1
-12
/
+26
*
fixes #1987 (bad variable names caused exceptions -> all sub windows not rend...
Matti Tahvonen
2008-08-18
1
-4
/
+4
*
fixes #1951 (stylenames in FF)
Matti Tahvonen
2008-08-06
1
-1
/
+3
*
Fixed a possible security vulnerability in IWindow. The window caption string...
Jouni Koivuviita
2008-07-24
1
-1
/
+1
*
Fixes #1905: Tooltips for components inside sub-windows we're not shown.
Jouni Koivuviita
2008-07-04
1
-2
/
+3
*
Fixes #1837 : Window dragging (move and resize) bug in Mac Firefox 3
Joonas Lehtinen
2008-06-30
1
-13
/
+27
*
Now handles tooltips (description & error), fixes #1801
Marc Englund
2008-06-11
1
-0
/
+6
*
Window (caption) can have icon (fixes #1761)
Marc Englund
2008-06-11
1
-2
/
+12
*
fixes #1091
Matti Tahvonen
2008-06-10
1
-11
/
+13
*
Removes FF2 caret fix while moving/resizing, making it much faster; fixes #1751
Marc Englund
2008-06-06
1
-5
/
+21
*
Resizing and moving does no longer loose event to iframes and such.
Marc Englund
2008-06-06
1
-0
/
+32
*
fixes #1687
Matti Tahvonen
2008-05-28
1
-0
/
+1
*
fixed missing cursor problem in win and linux FF2
Matti Tahvonen
2008-05-19
1
-1
/
+12
*
support for non-pixel sizes for window. Fixes #1619
Matti Tahvonen
2008-05-09
1
-6
/
+28
*
fixes #1495
Matti Tahvonen
2008-05-05
1
-0
/
+7
*
IWindow now sizes itself respective to its content if no size is explicitly s...
Jouni Koivuviita
2008-04-07
1
-14
/
+5
*
FIX: IWindow style dependent names were assigned to the wrong DOM element.
Jouni Koivuviita
2008-03-14
1
-0
/
+7
*
Documented Notification ( #1359 ) and implemented icon support that was i the...
Marc Englund
2008-03-06
1
-15
/
+28
*
fixes #1202, #1465
Matti Tahvonen
2008-03-06
1
-6
/
+60
*
fixes #1403
Matti Tahvonen
2008-03-05
1
-5
/
+10
*
Added ShortcutActionHandler to IPanel.
Jouni Koivuviita
2008-02-13
1
-0
/
+4
*
renamed function (typo)
Matti Tahvonen
2008-02-04
1
-2
/
+2
*
fixed setting height for windows
Matti Tahvonen
2008-02-01
1
-3
/
+9
*
cleaned and fixed shortcuthandler code
Matti Tahvonen
2008-01-30
1
-6
/
+2
*
cleaning
Matti Tahvonen
2007-12-27
1
-7
/
+1
[next]