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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '63dc0'
Johannes Dahlström
2012-06-11
1
-1
/
+6
|
\
|
*
Add new CSS class to the base theme enabling (touch) scrolling of the element...
Johannes Dahlström
2012-05-04
1
-0
/
+5
*
|
Merge commit '2a72a'
Johannes Dahlström
2012-06-11
3
-1
/
+61
|
\
|
|
*
[merge from 6.7] Blur the combo box before swapping data source to avoid rand...
Automerge
2012-05-04
1
-0
/
+5
|
*
[merge from 6.7] Fixed #8589: Permit XHTML content in UserError
Automerge
2012-05-03
1
-1
/
+1
|
*
New helper class handling touch scrolling either natively or with TouchScroll...
Johannes Dahlström
2012-05-03
1
-1
/
+46
*
|
Fix broken error tooltips in FormLayout (#8794)
Leif Åstrand
2012-06-08
3
-2
/
+81
*
|
Use generic parameter types for server->client RPC
Leif Åstrand
2012-06-08
2
-4
/
+5
*
|
Don't expect type info for Lists, Sets and Arrays (#8879)
Leif Åstrand
2012-06-08
1
-3
/
+2
*
|
Don't fail if opening tooltip for disappeared component
Leif Åstrand
2012-06-08
1
-2
/
+10
*
|
Made it possible to override the type of wrapped request used in portals
Artur Signell
2012-06-07
1
-18
/
+29
*
|
Fix broken enums in UIDL message (#8878)
Leif Åstrand
2012-06-07
1
-9
/
+4
*
|
Use camelCase field names -> JSON more suitable for javascript (#8888)
Leif Åstrand
2012-06-07
3
-12
/
+50
*
|
Use update from deserialize instead of generating the same code again
Leif Åstrand
2012-06-06
1
-17
/
+11
*
|
Remove redundant ConnectorMap from JsonEncoder.encode
Leif Åstrand
2012-06-06
5
-56
/
+33
*
|
Change map serialization to use same scheme as GWT AutoBean (#8602)
Leif Åstrand
2012-06-06
3
-49
/
+290
*
|
Don't send type info from server to client (#8879)
Leif Åstrand
2012-06-06
7
-94
/
+52
*
|
Pass declared types to JsonDecoder and use them (#8677)
Leif Åstrand
2012-06-06
5
-78
/
+95
*
|
Add DiffJSONSerializer for updating existing objects (#8879)
Leif Åstrand
2012-06-06
6
-79
/
+107
*
|
Refactor RpcManager to provide info about parameter types (#8879)
Leif Åstrand
2012-06-06
6
-67
/
+217
*
|
Extract duplicated code for decoding collections
Leif Åstrand
2012-06-06
1
-6
/
+9
*
|
Drop explicit type info from client -> server communication (#8879)
Leif Åstrand
2012-06-06
3
-86
/
+47
*
|
Use UidlValue for sending legacy maps and arrays (#8878)
Leif Åstrand
2012-06-06
3
-30
/
+25
*
|
Wrap variable change data in UidlValue wrapper with type info (#8878)
Leif Åstrand
2012-06-06
5
-2
/
+69
*
|
Add missing call to super.detach() (#6690)
Leif Åstrand
2012-06-06
1
-0
/
+1
*
|
Change widget -> connector in some places
Leif Åstrand
2012-06-06
2
-15
/
+15
*
|
Fix missing licenses and Serializable (#6690)
Leif Åstrand
2012-06-06
4
-16
/
+37
*
|
Redefine isVisible to not paint dirty detached component (#6690)
Leif Åstrand
2012-06-06
1
-2
/
+10
*
|
Fix some broken hierarchies (#6690)
Leif Åstrand
2012-06-06
2
-5
/
+12
*
|
Fix accidental invalid cast (#6690)
Leif Åstrand
2012-06-06
1
-2
/
+1
*
|
Initial extension support (#6690)
Leif Åstrand
2012-06-06
67
-1179
/
+1352
*
|
Deprecate WidgetSetCompiler, not needed with Java6 (but used in Eclipse)
Henri Sara
2012-06-05
1
-0
/
+3
*
|
Repaint when contents changes (#8735)
Artur Signell
2012-06-01
1
-0
/
+1
*
|
Repaint when contents changes (#8832)
Artur Signell
2012-06-01
1
-0
/
+2
*
|
Updated to be Root-based and added debug ids to ease testing
Artur Signell
2012-05-31
1
-16
/
+21
*
|
Added generic test for FormLayout
Artur Signell
2012-05-31
1
-0
/
+16
*
|
Fixed header height by taking padding into account (box sizing change)
Artur Signell
2012-05-31
1
-1
/
+1
*
|
Support for additional build time non-Ivy JARs in build.xml .
Henri Sara
2012-05-30
1
-3
/
+20
*
|
Reduce number of local workers to avoid synchronization problems
Leif Åstrand
2012-05-30
1
-1
/
+1
*
|
Ignore some temp files created when running TestBench tests locally
Leif Åstrand
2012-05-30
1
-0
/
+3
*
|
Missing test script contents (#7885)
Leif Åstrand
2012-05-30
1
-0
/
+36
*
|
Remove Table.setLazyLoading (#6010)
Leif Åstrand
2012-05-30
1
-13
/
+0
*
|
Make clean-all remove screenshot errors
Leif Åstrand
2012-05-30
1
-0
/
+5
*
|
Move dependency to the target that is not run in parallel
Leif Åstrand
2012-05-30
1
-3
/
+3
*
|
Test Vaadin 7 using Chrome 19
Leif Åstrand
2012-05-29
1
-1
/
+1
*
|
Verify that @Widgetset loads the right widgetset (#7885)
Leif Åstrand
2012-05-29
5
-3
/
+64
*
|
Add support for building TestingWidgetSet (#8469)
Leif Åstrand
2012-05-29
2
-9
/
+31
*
|
Implement first version of view and navigation APIs (#8859).
Henri Sara
2012-05-24
9
-0
/
+1316
*
|
Made it possible to override the type of wrapped request used in portals
Artur Signell
2012-05-22
1
-18
/
+29
*
|
Test app and script for #8804
Leif Åstrand
2012-05-15
2
-0
/
+110
[next]