index
:
vaadin-framework.git
7-7-48-changelog
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-7.7.47-changes
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
changelog-8.28.1
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.eclipse.jgit-org.eclipse.jgit-7.2.1.202505142326-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
fileToFilesReplacement
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
/
ITabsheet.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
#2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"
Henri Sara
2009-05-11
1
-841
/
+0
*
Fixed #2659 and #2846 - TabSheet and Accordion now internally keeps caption/i...
Artur Signell
2009-05-08
1
-8
/
+1
*
Fix for #2880 - IE7: Tabsheet caption texts too short when using icons
Artur Signell
2009-05-04
1
-0
/
+23
*
Merged:
Artur Signell
2009-04-23
1
-0
/
+8
*
fixed a random safari bug
Matti Tahvonen
2009-02-06
1
-0
/
+12
*
fixes #2481
Matti Tahvonen
2009-02-06
1
-2
/
+5
*
fixes #2484 and most likely causes multiple regressions :-(
Matti Tahvonen
2009-02-05
1
-12
/
+19
*
fixes #2495, bad dimensions for contained component on initial paint
Matti Tahvonen
2009-02-02
1
-0
/
+1
*
fixes #2481, icon onloads now update tabsheet width
Matti Tahvonen
2009-02-02
1
-4
/
+20
*
Test case and fix for #2473
Artur Signell
2009-01-18
1
-1
/
+10
*
Test cases and fix for #2425/#2289 - Removing a Tab from TabSheet or Accordio...
Artur Signell
2009-01-11
1
-10
/
+55
*
generics
Matti Tahvonen
2009-01-08
1
-2
/
+2
*
Fix for #2301 - TabSheet tab width problem
Artur Signell
2008-12-08
1
-0
/
+8
*
Extended test case and fix for #2289 - Client does not remove removed tabs fr...
Artur Signell
2008-12-08
1
-2
/
+40
*
Fix for #2270 - TabSheet content height
Artur Signell
2008-12-02
1
-9
/
+20
*
Fixes IWindow height calculation (one extra pixel because of top border on co...
Jouni Koivuviita
2008-12-02
1
-2
/
+1
*
Fixed #2257 for Panel and TabSheet.
Artur Signell
2008-12-02
1
-0
/
+17
*
Fix for #2259 - Do not update cached TabSheet
Artur Signell
2008-12-02
1
-0
/
+3
*
resolved scrollbar issues in ITabSheet with 100% width components
Matti Tahvonen
2008-11-20
1
-0
/
+18
*
Fixed iLayout recursion problem.
Artur Signell
2008-11-17
1
-12
/
+23
*
Better replaceComponent for TabSheet (#2204)
Artur Signell
2008-11-13
1
-3
/
+2
*
Fixed replaceChildComponent for TabSheet and Accordion (#2204)
Artur Signell
2008-11-13
1
-6
/
+22
*
Fixed TabSheet size update problem
Artur Signell
2008-11-13
1
-3
/
+3
*
Fixed problem with TabSheet not always reacting correctly to resize events
Artur Signell
2008-11-10
1
-1
/
+2
*
Fix for #2195 - TabSheet problems in Safari
Artur Signell
2008-11-10
1
-19
/
+22
*
Fixed issues with tabsheets using dynamic height (related to #2061)
Artur Signell
2008-11-06
1
-17
/
+20
*
Fixes #2061 for Tabsheets - Changing tab should no longer flicker in FF
Artur Signell
2008-11-03
1
-6
/
+28
*
Fix for #2180 - Tabsheet with undefined width
Artur Signell
2008-10-30
1
-11
/
+54
*
Fix for #2181 - Caption update problems
Artur Signell
2008-10-27
1
-1
/
+1
*
Fix for #2172 - Tabsheet tab width
Artur Signell
2008-10-24
1
-0
/
+6
*
Major layout renewals. GridLayout now totally absolutely positioned, all scro...
Matti Tahvonen
2008-10-21
1
-0
/
+1
*
fixes #2138 Cleaning and fixing some scrollbar issues
Matti Tahvonen
2008-10-08
1
-17
/
+2
*
enabled scrolling in toolkit + some other minor changes
Matti Tahvonen
2008-10-07
1
-53
/
+68
*
Changed the way relative component sizes are handled. Relative sizes are now ...
Artur Signell
2008-10-01
1
-10
/
+49
*
Added method for a component to notify its parent container when its size change
Artur Signell
2008-09-19
1
-0
/
+5
*
Fix for #2029 - orderedlayout width calculations
Artur Signell
2008-09-18
1
-1
/
+5
*
sanity check for tabsheet height, fixes error in IE if becomes too small
Matti Tahvonen
2008-09-16
1
-1
/
+4
*
Mass format
Artur Signell
2008-09-02
1
-1
/
+1
*
Fixes #2010 - Client classes renamed
Artur Signell
2008-08-28
1
-8
/
+8
*
fixes #1969
Matti Tahvonen
2008-08-19
1
-2
/
+2
*
Small fixes to ITabSheet DOM-structure.
Jouni Koivuviita
2008-08-11
1
-1
/
+2
*
itabsheet fix
Matti Tahvonen
2008-08-11
1
-1
/
+1
*
itabsheet fix
Matti Tahvonen
2008-08-11
1
-0
/
+1
*
itabsheet fixes
Matti Tahvonen
2008-08-11
1
-1
/
+6
*
caption and icon setters to Paintable interface, major tabsheet refactoring, ...
Matti Tahvonen
2008-08-11
1
-58
/
+142
*
More for #1770; tabscrolling buttons clipped in some instances.
Marc Englund
2008-06-24
1
-7
/
+5
*
"Tab scrolling" now works in "all" browsers, fixes #1770
Marc Englund
2008-06-24
1
-1
/
+3
*
Even more for #959 (tab scrolling) (IE6&7 still broken)
Marc Englund
2008-06-04
1
-0
/
+9
*
Even more for #959 (tab scrolling) (IE6 still broken)
Marc Englund
2008-06-04
1
-10
/
+15
*
More for #959 (tab scrolling)
Marc Englund
2008-06-03
1
-1
/
+13
[next]