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-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
/
vaadin
/
terminal
/
gwt
/
client
/
ui
/
dd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved client files to a client src folder (#9299)
Artur Signell
2012-08-13
28
-2125
/
+0
*
Move classes common to client and server to com.vaadin.shared.* (#8934)
Leif Åstrand
2012-07-27
18
-54
/
+17
*
Add Java 6 @Override annotations to all methods from interfaces
Leif Åstrand
2012-07-23
8
-0
/
+18
*
Use class references instead of class names for AcceptCriterion (#8641)
Henri Sara
2012-06-21
14
-17
/
+31
*
Eliminate scanning for accept criteria by reversed annotation (#8641)
Henri Sara
2012-06-20
14
-1
/
+58
*
Merge commit 'ecd026'
Johannes Dahlström
2012-06-11
1
-7
/
+14
|
\
|
*
[merge from 6.7] Rename illogical local variable
Automerge
2012-05-16
1
-3
/
+3
|
*
[merge from 6.7] Take viewport scrolling into account when calculating drop p...
Automerge
2012-05-15
1
-5
/
+12
*
|
Moved each component to its own package on client side
Artur Signell
2012-04-12
1
-2
/
+2
*
|
Removed unnecessary deprecated getConnectorId methods.
Artur Signell
2012-03-27
7
-12
/
+10
*
|
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2012-03-23
1
-0
/
+4
|
\
|
|
*
[merge from 6.7] Fixed #8524 - properly update currentDrag elementOver in all...
Automerge
2012-03-22
1
-0
/
+4
*
|
Moved Connector -> Connector Id mapping to AbstractComponent
Artur Signell
2012-03-21
1
-1
/
+1
*
|
Separated construction of MouseEventDetails (depends on GWT classes) to
Artur Signell
2012-03-02
1
-2
/
+4
*
|
Organized imports and formatted all java files
Artur Signell
2012-02-28
5
-11
/
+11
*
|
#8434 Renamed *Paintable classes to *Connector and updated ConnectorMap
Artur Signell
2012-02-27
9
-33
/
+33
*
|
getWidgetForPaintable -> getWidget
Artur Signell
2012-02-27
1
-2
/
+2
*
|
Split Paintable from Widget so we have VPaintable (paintable without any
Artur Signell
2012-01-22
9
-35
/
+37
*
|
Split Paintable handling from ApplicationConnection to PaintableMap.
Artur Signell
2012-01-20
3
-8
/
+19
|
/
*
Merged #7354 IT Mill -> Vaadin find and replace
Artur Signell
2011-12-08
30
-30
/
+30
|
\
|
*
#7354 IT Mill -> Vaadin find and replace
Artur Signell
2011-12-08
30
-30
/
+30
*
|
dragandropwrapper can now initiate html5 drags, fixes #7833
Matti Tahvonen
2011-11-21
2
-5
/
+23
|
/
*
Made the LicenseInJavaFiles test pass
Jonatan Kronqvist
2011-08-24
2
-0
/
+6
*
fixes #6956
Matti Tahvonen
2011-05-10
1
-0
/
+1
*
fixes #6661
Matti Tahvonen
2011-04-19
1
-1
/
+3
*
#6813: cleanup: renamed a helper method to be symmetric to adder.
Matti Tahvonen
2011-04-18
1
-3
/
+3
*
merged [18283] from 6.5
Matti Tahvonen
2011-04-14
1
-1
/
+2
*
#6813: VDragAndDropManager now marks the source Paintable with a class name d...
Matti Tahvonen
2011-04-13
1
-2
/
+48
*
some work towards touch UI support
Matti Tahvonen
2011-02-28
3
-9
/
+60
*
NPE fix.
John Alhroos
2010-12-09
1
-5
/
+8
*
removed unused code from html5 file handling (old FF36 support via multipartr...
Matti Tahvonen
2010-10-15
1
-25
/
+0
*
#5692 Generics: VTargetDetailIs
Henri Sara
2010-10-04
1
-1
/
+1
*
#5613 Converted our own client side code to use VConsole instead of Applicati...
Matti Tahvonen
2010-09-17
1
-3
/
+2
*
Formatted using Eclipse Helios / Windows XP
Artur Signell
2010-08-16
2
-4
/
+4
*
Formatted /src using Vaadin Java Conventions 20071114
Artur Signell
2010-06-28
1
-2
/
+2
*
Formatted /src using Vaadin Java Conventions 20071114
Artur Signell
2010-06-28
3
-3
/
+2
*
fixes #4559. Sanity checks for event target + cleanup.
Matti Tahvonen
2010-05-03
1
-19
/
+24
*
fixes #4556
Matti Tahvonen
2010-04-26
1
-2
/
+1
*
enum type support for accept criteria
Matti Tahvonen
2010-04-13
1
-1
/
+5
*
cleaning up dd related debug code, fixes #4468
Matti Tahvonen
2010-04-07
2
-58
/
+24
*
fixes #4392
Matti Tahvonen
2010-03-30
1
-21
/
+43
*
fixes #4395
Matti Tahvonen
2010-03-26
1
-1
/
+1
*
fixed name and javadocs for gwt generator used to build criteria map
Matti Tahvonen
2010-03-24
1
-22
/
+6
*
removed obsolete todo
Matti Tahvonen
2010-03-24
1
-2
/
+2
*
renaming criteria
Matti Tahvonen
2010-03-24
1
-6
/
+6
*
renaming criteria
Matti Tahvonen
2010-03-24
1
-1
/
+1
*
renaming criteria
Matti Tahvonen
2010-03-24
1
-1
/
+1
*
fixes #4391 + optimization (store only one pending criteria check)
Matti Tahvonen
2010-03-23
1
-9
/
+10
*
refactored AbstractSelect criteria (hopefully better names now)
Matti Tahvonen
2010-03-23
2
-12
/
+32
*
finished rename
Matti Tahvonen
2010-03-23
1
-1
/
+1
[next]