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
/
com
/
itmill
/
toolkit
/
data
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for #2585 - NullPointerException when detaching an item in HierarchicalCo...
Artur Signell
2009-02-13
1
-1
/
+1
*
Fix and testcases for #2466 and #2532 - commit now throws InvalidValueException
Artur Signell
2009-02-03
1
-2
/
+10
*
fixes ##2462 + removed lot of obsolete copy pasted docs + cleaning docs
Matti Tahvonen
2009-01-19
1
-254
/
+187
*
fixes #2452, invalid javadoc
Matti Tahvonen
2009-01-19
1
-8
/
+8
*
Fix for #2439 - Inconsistent JavaDoc for Hierarchical container
Artur Signell
2009-01-10
1
-8
/
+7
*
Cleaned up the whole project
Artur Signell
2009-01-02
11
-2
/
+35
*
fixes #2398
Matti Tahvonen
2008-12-21
1
-5
/
+37
*
Published MethodProperty.fireValueChange(). This makes possible to force even...
Joonas Lehtinen
2008-10-24
1
-1
/
+1
*
Fixes #1900
Joonas Lehtinen
2008-10-24
1
-1
/
+2
*
Fixes #2179
Joonas Lehtinen
2008-10-24
1
-0
/
+20
*
Proposal for better formatting API replacing TextField.setFormatter()
Joonas Lehtinen
2008-09-16
1
-0
/
+388
*
documentation fix
Joonas Lehtinen
2008-09-11
1
-1
/
+2
*
Mass format
Artur Signell
2008-09-02
16
-519
/
+509
*
Fix for #2036
Artur Signell
2008-09-02
1
-6
/
+7
*
Fixed for #2006 - updated error handling
Artur Signell
2008-08-28
1
-50
/
+54
*
Fixes #1995: Cannot add items to IndexedContainer when using filters
Joonas Lehtinen
2008-08-21
1
-92
/
+92
*
Unified constructors + getter required, setter not; fixes #1998 and really-fi...
Marc Englund
2008-08-21
1
-32
/
+8
*
Now implements ValueChangeNotifier. Fixes #1978.
Marc Englund
2008-08-20
1
-1
/
+78
*
removed IndexedContainer.equals + hashCode. fixes #1980 with [5181],[5182],[5...
Matti Tahvonen
2008-08-15
1
-96
/
+4
*
Optimizing IndexedContainerItem hashCode (or making it practical)
Matti Tahvonen
2008-08-14
1
-1
/
+1
*
Optimizing IndexedContainerProperty hashCode (or making it practical)
Matti Tahvonen
2008-08-14
1
-9
/
+13
*
Fixed #1867 further.
Marko Grönroos
2008-07-03
1
-0
/
+12
*
Fixed #1046 : Removed references to non-existing Container.Managed
Joonas Lehtinen
2008-06-14
1
-13
/
+4
*
Added a convenience constructor for BeanItem
Joonas Lehtinen
2008-05-19
1
-0
/
+48
*
Fixes #1373
Joonas Lehtinen
2008-05-14
5
-2
/
+17
*
alidator.Suggestive API was created in year 2002 to be able to create validat...
Joonas Lehtinen
2008-05-13
1
-26
/
+0
*
one javadoc fix (parameter name)
Marc Englund
2008-05-13
1
-1
/
+1
*
allowNull parameters and variable renamed to onlyAllowNull, so that the progr...
Marc Englund
2008-05-13
1
-11
/
+12
*
Fixes #657 (throws if setArgs == null)
Marc Englund
2008-05-07
1
-4
/
+9
*
Does not choke on null:s anymore, fixes #151
Marc Englund
2008-02-25
1
-8
/
+16
*
trying to fix table issues
Matti Tahvonen
2008-02-11
1
-3
/
+3
*
updateHierarchicalWrapper() produced duplicate nodes when setting parent for ...
Marc Englund
2008-02-11
1
-5
/
+6
*
table now refreshes its contents and does component attaching etc in right pl...
Matti Tahvonen
2008-02-08
1
-11
/
+26
*
Fixed PiggybackListener.equals()
Marc Englund
2008-01-31
2
-10
/
+12
*
Fixed two NPE situations.
Marc Englund
2008-01-31
1
-0
/
+6
*
Wrapper now piggybacks on listeners in order to update content as appropriate...
Marc Englund
2008-01-31
1
-10
/
+51
*
ContainerHierarchicalWrapper now notices changes to the wrapped container by ...
Marc Englund
2008-01-31
1
-5
/
+47
*
replaced bad javadoc comments with non-javadocs
Matti Tahvonen
2007-12-28
1
-5
/
+9
*
replaced bad javadoc comments with non-javadocs
Matti Tahvonen
2007-12-28
1
-3
/
+9
*
replaced bad javadoc comments with non-javadocs
Matti Tahvonen
2007-12-28
1
-11
/
+27
*
replaced bad javadoc comments with non-javadocs
Matti Tahvonen
2007-12-28
1
-8
/
+16
*
refactored method name to correspond to the one (setDebugId) to be added to G...
Matti Tahvonen
2007-12-14
2
-4
/
+4
*
added testingId field to Paintable
Matti Tahvonen
2007-12-14
2
-0
/
+19
*
License header parametrized
Jani Laakso
2007-12-04
20
-763
/
+284
*
Fixed NPE in filtering (property.toString() can be null)
Marc Englund
2007-11-27
1
-1
/
+1
*
MASS REFORMAT.
Marc Englund
2007-11-19
20
-7941
/
+8278
*
Fixed #1079. It appears that no-one in R&D knows any reason for NULL_ITEM_ID....
Joonas Lehtinen
2007-11-02
1
-2
/
+0
*
Fixed #1076 BeanItem fails if getter not defined
Jani Laakso
2007-11-02
1
-3
/
+5
*
Removing filters didn't fireContentsChange()
Matti Tahvonen
2007-11-02
1
-1
/
+4
*
Container.Filterable implementation in IndexedContainer. Test-class for it.
Joonas Lehtinen
2007-11-01
1
-10
/
+203
[next]