index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
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
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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Form without own measuring (#8313)
Leif Åstrand
2012-02-14
2
-140
/
+22
*
Update Window to work with MeasureManager (#8313)
Leif Åstrand
2012-02-13
2
-48
/
+22
*
Refactor to calculate heights and widths separately (#8313)
Leif Åstrand
2012-02-13
5
-94
/
+149
*
CustomLayout without size calculations (#8313)
Leif Åstrand
2012-02-10
2
-84
/
+10
*
Merge branch 'master' into layoutperformance
Leif Åstrand
2012-02-10
1
-8
/
+17
|
\
|
*
Also find paintables inside HasOneWidget widgets (#8323)
Leif Åstrand
2012-02-10
1
-8
/
+17
*
|
CustomComponent without size calculations (#8313)
Leif Åstrand
2012-02-10
3
-149
/
+3
*
|
Update CssLayout to work with CalculatingLayotus (#8313)
Leif Åstrand
2012-02-10
2
-45
/
+45
*
|
Remove almost unused CellBasedLayout (#8313)
Leif Åstrand
2012-02-10
4
-433
/
+9
*
|
Update CssLayout to use MeasureManager (#8313)
Leif Åstrand
2012-02-10
5
-279
/
+121
*
|
Use minWidth to make room for caption reducing the size (#8313)
Leif Åstrand
2012-02-10
1
-2
/
+4
*
|
Set some basic styles in css (#8313)
Leif Åstrand
2012-02-10
1
-5
/
+0
*
|
Simplify size handling in VView (#8313)
Leif Åstrand
2012-02-09
2
-209
/
+3
*
|
Use box-sizing: border-box for all paintables (#8313)
Leif Åstrand
2012-02-09
2
-5
/
+1
*
|
Update CssLayout to work with CalculatingLayotus (#8313)
Leif Åstrand
2012-02-09
2
-109
/
+1
*
|
Avoid setting margin styles to spacing element (#8313)
Leif Åstrand
2012-02-09
1
-1
/
+1
*
|
Update AbsoluteLayout to be a CalculatingLayout (#8313)
Leif Åstrand
2012-02-09
2
-105
/
+74
*
|
Merge branch 'master' into layoutperformance
Leif Åstrand
2012-02-09
7
-75
/
+30
|
\
|
|
*
Remove paintableToId now that each VPaintable knows its own pid (#8323)
Leif Åstrand
2012-02-09
1
-6
/
+4
|
*
Remove support for Select in multi-select mode (#8169, #8326).
Henri Sara
2012-02-08
6
-68
/
+25
*
|
Refactor to use LayoutSlot for children (#8313)
Leif Åstrand
2012-02-09
4
-362
/
+491
*
|
Cleanup and refactoring (#8313)
Leif Åstrand
2012-02-08
6
-307
/
+295
*
|
Measure borders, margins and paddings (#8313)
Leif Åstrand
2012-02-08
3
-145
/
+320
*
|
Use the more generic GWT Element class
Leif Åstrand
2012-02-08
1
-1
/
+1
*
|
Remove unused ApplicationConnection.updateComponentSize (#8313)
Leif Åstrand
2012-02-08
1
-33
/
+0
*
|
Provide sizing information for paintables (#8313)
Leif Åstrand
2012-02-08
2
-2
/
+109
*
|
Merge remote branch 'origin/master' into layoutperformance
Leif Åstrand
2012-02-08
45
-273
/
+382
|
\
|
|
*
getParent() shouldn't throw npe when widget's parent is null (#8323)
Leif Åstrand
2012-02-08
1
-5
/
+5
|
*
Avoid caching parent for now as the cache is never cleared
Artur Signell
2012-02-07
1
-7
/
+1
|
*
#8325 Move ApplicationConnection.updateComponent to
Artur Signell
2012-02-07
45
-273
/
+388
*
|
Make container instead of child depend on child caption (#8313)
Leif Åstrand
2012-02-07
1
-13
/
+6
*
|
Store MeasuredSize instance in VAbstractPaintableWidget (#8313)
Leif Åstrand
2012-02-07
7
-43
/
+24
*
|
getParent() shouldn't throw npe when widget's parent is null
Leif Åstrand
2012-02-07
1
-7
/
+10
*
|
Use one MeasureManager per ApplicationConnection
Leif Åstrand
2012-02-07
2
-11
/
+3
*
|
Remove some references to Container
Leif Åstrand
2012-02-07
3
-77
/
+5
*
|
Use VPaintableWidgetContainer.getChildren() instead of static helper
Leif Åstrand
2012-02-07
2
-33
/
+2
*
|
Merge branch 'master' into layoutperformance
Leif Åstrand
2012-02-07
2
-1
/
+37
|
\
|
|
*
Fix file that was accidentally emptied in previous commit
Leif Åstrand
2012-02-07
1
-0
/
+51
|
*
Fix broken newlines from previous commit
Leif Åstrand
2012-02-07
1
-51
/
+0
|
*
Add VPaintableWidgetContainer.getChildren() (#8323)
Leif Åstrand
2012-02-07
2
-18
/
+54
*
|
Split measuring ordered layout to paintable and widget (#8324)
Leif Åstrand
2012-02-07
6
-487
/
+497
*
|
Merge remote branch 'origin/master' into layoutperformance
Leif Åstrand
2012-02-07
200
-15262
/
+16069
|
\
|
|
*
#8323 Renamed getParentPaintable to getParent and cache the
Artur Signell
2012-02-07
3
-17
/
+13
|
*
#8324 Automatically set paintable id when paintable is created
Artur Signell
2012-02-07
3
-30
/
+36
|
*
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2012-02-06
1
-64
/
+42
|
|
\
|
|
*
#6718 Fixed more regressions, refactored a bit
Johannes Dahlström
2012-02-06
1
-64
/
+42
|
*
|
Fixed compilation errors introduced by merge from 6.8
Artur Signell
2012-02-06
2
-4
/
+4
|
*
|
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2012-02-03
5
-25
/
+105
|
|
\
|
|
|
*
#8345, #8346 Window drag and resize are now activated only by the left mouse ...
Artur Signell
2012-02-03
1
-1
/
+5
|
|
*
#8343, #8344 Column resize and sort are now activated only by the left mouse ...
Artur Signell
2012-02-03
1
-2
/
+11
[next]