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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Started a major refactoring: removed terminal.web, added terminal.gwt.server....
Joonas Lehtinen
2007-07-17
33
-8091
/
+73
*
Totally useless decorations modified.
Jouni Koivuviita
2007-07-17
4
-6
/
+13
*
Totally useless decoration added to theme.
Jouni Koivuviita
2007-07-17
4
-10
/
+22
*
IScrollTable CSS classname conventions changed.
Jouni Koivuviita
2007-07-16
9
-118
/
+196
*
Better support for Table with widgets inside. (no row selects on widget clicks)
Matti Tahvonen
2007-07-13
1
-5
/
+11
*
fixed JS stylename "text-align" -> "textAlign"
Matti Tahvonen
2007-07-13
1
-5
/
+5
*
column widths, column aligns and some refactoring. State: ("Feature complete"...
Matti Tahvonen
2007-07-13
1
-63
/
+138
*
removed debug line
Matti Tahvonen
2007-07-13
1
-1
/
+0
*
Optimized Table uidl, fixed IScrollTable when attaching before initial uidl u...
Matti Tahvonen
2007-07-13
4
-127
/
+113
*
null check
Matti Tahvonen
2007-07-13
1
-5
/
+7
*
disabled reordering on row header column, fixed "slot indicator" for FF
Matti Tahvonen
2007-07-13
2
-9
/
+37
*
Fixed row context menu in IE
Matti Tahvonen
2007-07-12
1
-3
/
+3
*
fixed column ordering in IE
Matti Tahvonen
2007-07-12
1
-8
/
+8
*
now fetches proper content on first request when collapsing/hiding column
Matti Tahvonen
2007-07-12
1
-73
/
+81
*
fix for reordering logick
Matti Tahvonen
2007-07-12
1
-3
/
+5
*
lots of logick to make column collapsing and reordering work togethor.
Matti Tahvonen
2007-07-12
1
-74
/
+203
*
Implemented sizeable interface for IPanel and tweaked panel CSS for IE.
Jouni Koivuviita
2007-07-11
2
-20
/
+52
*
IDateField text style parsing more robust and supports more locales. Default ...
Jouni Koivuviita
2007-07-11
10
-53
/
+131
*
committing forgotten class
Matti Tahvonen
2007-07-11
1
-0
/
+65
*
Fixes Safari tabsheet render bug (additional one pixel table offset).
Jouni Koivuviita
2007-07-11
1
-3
/
+11
*
refactoring and first steps towars column collapsing
Matti Tahvonen
2007-07-11
4
-72
/
+165
*
Fixed selecting after changes aren't automatically updated from the server (c...
Jouni Koivuviita
2007-07-11
1
-12
/
+35
*
DateField default style (IPopupCalendar) implemented.
Jouni Koivuviita
2007-07-10
2
-17
/
+13
*
DateField text-style implemented.
Jouni Koivuviita
2007-07-10
10
-90
/
+880
*
Client side context menu implementation and context menus for scroll tables rows
Matti Tahvonen
2007-07-10
5
-24
/
+286
*
Fixed an exception with IE when clicking an empty table cell.
Jouni Koivuviita
2007-07-09
1
-1
/
+5
*
DateField calendar style client-side implemetation fully functional. DateFiel...
Jouni Koivuviita
2007-07-09
15
-127
/
+653
*
removed package and unused class
Matti Tahvonen
2007-07-09
3
-477
/
+3
*
moved IScrollTable's helper classes to inner classes, implemented row selection
Matti Tahvonen
2007-07-09
4
-326
/
+397
*
improved floating headers positioning
Matti Tahvonen
2007-07-09
1
-1
/
+2
*
added opaque floating copy of dragged header cell
Matti Tahvonen
2007-07-09
1
-17
/
+49
*
Localization services from serverside (AjaxApplicationManager), cached on cli...
Jouni Koivuviita
2007-07-05
12
-166
/
+723
*
re-enabled sorting
Matti Tahvonen
2007-06-29
1
-22
/
+18
*
implemented column ordrering, not even hitting server
Matti Tahvonen
2007-06-29
2
-65
/
+208
*
combined drawWidget into refactored headerCell + some work towards column reo...
Matti Tahvonen
2007-06-28
2
-96
/
+175
*
scrolling table: ordering implemented
Matti Tahvonen
2007-06-28
4
-17
/
+91
*
fixed headers width and added horizontal scrollhandler to adjust headers posi...
Matti Tahvonen
2007-06-28
1
-0
/
+8
*
Experimental patch to block sending back variables that are just updated. Now...
Joonas Lehtinen
2007-06-27
4
-19
/
+57
*
Column resizing enhancements
Matti Tahvonen
2007-06-27
1
-22
/
+54
*
Implemented missing features for Custom Layout, reviewed and commented code
Joonas Lehtinen
2007-06-27
1
-30
/
+102
*
Column resizing
Matti Tahvonen
2007-06-27
2
-7
/
+96
*
made body container fixed height
Matti Tahvonen
2007-06-27
1
-2
/
+3
*
better table css for IE6
Matti Tahvonen
2007-06-26
1
-3
/
+2
*
somewhat scrolling scrolltable
Matti Tahvonen
2007-06-26
5
-184
/
+470
*
row selecting to paging table
Matti Tahvonen
2007-06-21
2
-19
/
+164
*
Added a helper method to count uidl's children
Matti Tahvonen
2007-06-21
1
-0
/
+4
*
fixed np in embedded
Matti Tahvonen
2007-06-21
1
-1
/
+1
*
some fixes to paging table
Matti Tahvonen
2007-06-21
1
-3
/
+8
*
sorting to paging table
Matti Tahvonen
2007-06-21
2
-438
/
+45
*
Implemented simple paging table and forked scrolling table into "composition"...
Matti Tahvonen
2007-06-21
4
-2
/
+1131
[next]