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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'sass'
John Ahlroos
2012-10-08
33
-165
/
+386
|
\
|
*
Fixed some issues found in review for #9724
John Ahlroos
2012-10-08
1
-7
/
+1
|
*
Merge branch 'master' into sass
Marc Englund
2012-10-04
8
-51
/
+209
|
|
\
|
*
|
Fixed Table to change child element style names when primary stylename is cha...
John Ahlroos
2012-10-02
1
-2
/
+14
|
*
|
Button now changes child element stylenames when primary style name is change...
John Ahlroos
2012-10-02
1
-0
/
+7
|
*
|
Merge branch 'master' into primary-stylename
John Ahlroos
2012-10-01
1
-6
/
+6
|
|
\
\
|
*
|
|
OrderedLayout now handles alignments for HorizontalLayouts correctly +
John Ahlroos
2012-09-28
3
-0
/
+11
|
*
|
|
Fixed typo in HorizontalLayout #9724
John Ahlroos
2012-09-27
1
-1
/
+1
|
*
|
|
Fixed issue with Table column alignment not updating correctly #9724
John Ahlroos
2012-09-27
1
-1
/
+1
|
*
|
|
Fixed NativeButton broken styles #9724
John Ahlroos
2012-09-27
1
-3
/
+3
|
*
|
|
Fixed layout primary stylenames #9724
John Ahlroos
2012-09-27
7
-37
/
+22
|
*
|
|
Added primary stylename to all component states #9724
John Ahlroos
2012-09-27
24
-11
/
+106
|
*
|
|
Added TableState with default primary style name #9724
John Ahlroos
2012-09-26
2
-4
/
+6
|
*
|
|
Primary stylename handling for Table #9724
John Ahlroos
2012-09-26
1
-1
/
+7
|
*
|
|
Primary stylename handling for Table #9724
John Ahlroos
2012-09-26
1
-26
/
+61
|
*
|
|
Primary stylename handling for Table #9724
John Ahlroos
2012-09-26
2
-102
/
+163
|
*
|
|
Primary stylename handling for button #9724
John Ahlroos
2012-09-26
1
-4
/
+9
|
*
|
|
Minor change to how the primary stylename gets applied to the widgets
John Ahlroos
2012-09-26
1
-4
/
+5
|
*
|
|
Widgets primary stylename is now set if the component state has defined
John Ahlroos
2012-09-25
1
-2
/
+8
|
*
|
|
Added primary stylename handling on server side #9724
John Ahlroos
2012-09-24
1
-1
/
+2
*
|
|
|
Bootstrap UI using relative URLs with servlets (#6771)
Leif Åstrand
2012-10-08
4
-48
/
+79
*
|
|
|
Add Page.getLocation() (#9249)
Johannes Dahlström
2012-10-05
2
-15
/
+11
|
|
_
|
/
|
/
|
|
*
|
|
Firefox now uses the overflow autofix + made sure we don't trigger a layout p...
John Ahlroos
2012-10-03
2
-3
/
+9
*
|
|
Fixes #9828 - ComponentLocator now makes use of debug IDs if present
Jonatan Kronqvist
2012-10-02
1
-2
/
+4
*
|
|
Moved ShortcutActionHandler constants to shared (#8484)
Artur Signell
2012-10-01
1
-18
/
+14
*
|
|
Merge "Fixed typo in method name"
John Ahlroos
2012-10-01
1
-9
/
+9
|
\
\
\
|
*
|
|
Fixed typo in method name
Artur Signell
2012-10-01
1
-9
/
+9
|
|
|
/
|
|
/
|
*
/
|
Merged shortcut action fix from 6.8 (#8484)
John Alhroos
2012-09-28
4
-37
/
+191
|
/
/
*
/
Global code cleanup
Leif Åstrand
2012-09-27
1
-6
/
+6
|
/
*
Replace onVaadinSessionStarted with a listener (#9635)
Leif Åstrand
2012-09-18
1
-1
/
+2
*
Reverted previous fix and fixed in a more compatible way (#9534)
Artur Signell
2012-09-18
1
-6
/
+39
*
Workaround for Firefox 15 element comparsion issue (#9534)
Artur Signell
2012-09-18
1
-17
/
+16
*
Added null checks for callbacks in BundleLoader (#9648)
Artur Signell
2012-09-18
2
-4
/
+10
*
Fixed issues found in review #9596
John Ahlroos
2012-09-13
1
-14
/
+11
*
Moved Vaadin-Widgetsets to client package where it belongs (#9593)
Artur Signell
2012-09-13
1
-0
/
+7
*
Ensures negative height is not returned in HorizontalLayout height calculatio...
John Ahlroos
2012-09-13
2
-9
/
+37
*
Fixed typo
Artur Signell
2012-09-13
1
-1
/
+1
*
Moved validation dependency and hack to client (#9551)
Artur Signell
2012-09-12
2
-5
/
+25
*
Fix error messages
Leif Åstrand
2012-09-12
1
-4
/
+4
*
Add some explanatory Javadoc
Leif Åstrand
2012-09-12
1
-0
/
+12
*
Properly resolve icon urls in ordered layout (#9555)
Leif Åstrand
2012-09-12
1
-1
/
+1
*
Update javadoc
Leif Åstrand
2012-09-11
1
-12
/
+16
*
Constants -> enums (#9072)
Pekka Hyvönen
2012-09-11
18
-162
/
+212
*
Fixed ComponentLocator to check for null paths. (fix for broken
John Ahlroos
2012-09-11
1
-4
/
+9
*
Improvements to #9087:
Johannes Dahlström
2012-09-11
2
-12
/
+12
*
Rename Vaadin6Connector -> LegacyConnector (#9536)
Leif Åstrand
2012-09-11
1
-1
/
+1
*
Re-added old DefaultWidgetSet which was accidentally deleted in a merge
Artur Signell
2012-09-10
1
-0
/
+9
*
Merge remote-tracking branch 'origin/master'
John Ahlroos
2012-09-10
1
-6
/
+0
|
\
|
*
Removed PortalDefaultWidgetSet (#9337)
Artur Signell
2012-09-10
1
-6
/
+0
*
|
Merge branch '6.8'
John Ahlroos
2012-09-10
2
-9
/
+22
|
/
[next]