summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Accessibility for Notification (#11820)michaelvogt2013-07-033-1/+416
* Merge changes from origin/7.1Artur Signell2013-06-283-66/+55
|\
| * Remove sub window references from Window javadocs (#9892)Leif Åstrand2013-06-281-62/+51
| * Use varargs instead of array where appropriate (#4513)Artur Signell2013-06-262-4/+4
* | Add support for setId to TabSheet.Tab (#12064)tapio2013-06-242-5/+40
* | Merge changes from origin/7.1Leif Åstrand2013-06-131-13/+11
|\|
| * Using StringTokenizer instead of String.split() in AbstractComponent (#8759)Fabian Lange2013-06-121-12/+10
| * Add support for rem units (#11279)Leif Åstrand2013-06-121-1/+1
* | Merge changes from origin/7.1Leif Åstrand2013-06-127-43/+122
|\|
| * Added type parameter to converter methods (#11895)Artur Signell2013-06-112-9/+22
| * Move ClientConnector.setParent to Component and Extension (#11777)Artur Signell2013-06-113-11/+52
| * Allow using element resize listeners from javascript connectors (#11996)Leif Åstrand2013-06-101-0/+10
| * Pass ConversionException to getConversionError (#11960)Artur Signell2013-06-071-12/+25
| * Make UI.pushConnection transient to prevent null resource after deserializati...Johannes Dahlström2013-06-061-11/+13
* | Merge commit 'a9ff7993c2f0e3f3412ef68a236aa2eb02385c64'Leif Åstrand2013-06-121-1/+1
|\|
| * Don't use the broken {@value Type#CONSTANT} pattern in javadocsLeif Åstrand2013-06-051-1/+1
* | Merge changes from origin/7.1Leif Åstrand2013-06-0711-176/+671
|\|
| * Allow customizing client-side push config on server side (#11867)Artur Signell2013-06-052-46/+291
| * Change analyze layouts to use RPC (#11536)Artur Signell2013-06-051-0/+30
| * Send connector debug (highlight) using RPC (#11536)Artur Signell2013-06-051-0/+17
| * Move VaadinSession.runPendingAccessTasks to VaadinService (#11964)Leif Åstrand2013-06-051-1/+1
| * Enabled drag & drop to Calendar #11048John Ahlroos2013-06-031-1/+30
| * Fix stale info in javadoc for accessSynchronously (#11897)Leif Åstrand2013-05-311-4/+0
| * Extract ProgressBar and deprecate ProgressIndicator (#11925)Leif Åstrand2013-05-292-87/+170
| * Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-292-1/+25
| * Remove UI.runSafely and VaadinSession.runSafely (#11901)Leif Åstrand2013-05-291-10/+0
| * Remove ThreadLocal references from CurrentInstance (#11914)Leif Åstrand2013-05-281-2/+2
| * Define how CurrentInstance works with access() (#11897)Leif Åstrand2013-05-281-3/+8
| * Added ComponentConnector.isAttached (#11928)Artur Signell2013-05-283-3/+3
| * Make access() enqueue the runnable if the session is locked (#11897)Leif Åstrand2013-05-282-22/+98
| * Modified the logic in setPropertyDatasource which determines if a new convert...Artur Signell2013-05-222-12/+12
* | Merge changes from origin/7.1Leif Åstrand2013-05-172-6/+41
|\|
| * Merge changes from origin/7.0Leif Åstrand2013-05-171-3/+8
| |\
| | * Avoid marking AbstractField dirty in primitive getters (#11201)Artur Signell2013-05-171-3/+8
| * | Merge changes from origin/7.0Leif Åstrand2013-05-171-2/+2
| |\|
| * | Tooltip accessibility fixes (#11799)michaelvogt2013-05-171-0/+24
| * | Send browser window resizes if there is a listener (#10055)Henri Sara2013-05-171-3/+9
* | | Merge changes from origin/7.1Leif Åstrand2013-05-171-2/+2
|\ \ \ | | |/ | |/|
| * | Clear items in ComboBox only if changed (#10924)Henri Sara2013-05-141-2/+2
* | | Fixed a typo in UI class Javadoc. #11804Teemu Pöntelin2013-05-081-1/+1
| |/ |/|
* | Fix typo (#11754)Leif Åstrand2013-05-021-3/+3
* | Make access() throw if another session is already locked (#11757)Leif Åstrand2013-05-021-0/+10
* | Rename runSafely() to access() (#11756)Leif Åstrand2013-05-022-8/+26
* | Close push connection when UI is detached (#11596)Artur Signell2013-04-261-0/+16
* | Fixed incorrect assert (#11720)Artur Signell2013-04-251-1/+2
* | Verify CSRF token before accepting new CSRF connection (#11635)Leif Åstrand2013-04-251-4/+0
* | Global code clean upLeif Åstrand2013-04-252-4/+4
* | Update javadoc to reflect moved getPushMode method (#11506)Leif Åstrand2013-04-241-1/+1
* | Replaced Filterable.hasContainerFilters with getContainerFilters (#11234)Artur Signell2013-04-241-2/+2
* | Re-added Property.toString warning messages (#10916)Artur Signell2013-04-242-4/+67