summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Define .v-has-width/height instead of v-undefined-width/height (#8313)Leif Åstrand2012-03-051-2/+2
* #5890 Added getComponentCount to ComponentContainerArtur Signell2012-03-043-0/+31
* #8429 Made shortcuts in sub window work againArtur Signell2012-03-021-5/+49
* Remove inline overflow: hidden from panel (#8478)Leif Åstrand2012-03-021-1/+0
* Measure inner height as it isn't affected by margins (#8313)Leif Åstrand2012-03-021-2/+2
* Merge remote-tracking branch 'origin/6.8'Johannes Dahlström2012-03-023-22/+221
|\
| * [merge from 6.7] #8077 restored accidentally deleted commentAutomerge2012-03-011-0/+2
| * [merge from 6.7] Fixed #8077: removed a buggy optimization that prevented the...Automerge2012-02-291-15/+1
| * #5100 Support for server-side focus/blur listeners; handle disabled tabs corr...Johannes Dahlström2012-02-272-55/+119
| * #5100 Use FocusImpl to handle focus; allow customization of shortcut keysJohannes Dahlström2012-02-171-7/+20
| * Patch for #5100 - TabSheet keyboard navigationJohannes Dahlström2012-02-162-9/+154
| * Reverted bad commit [23048]Johannes Dahlström2012-02-162-154/+9
| * #5100 test caseJohannes Dahlström2012-02-162-9/+154
* | Separated construction of MouseEventDetails (depends on GWT classes) toArtur Signell2012-03-0211-56/+84
* | Use getId() instead of old APIArtur Signell2012-03-011-2/+2
* | Fixed javadocArtur Signell2012-03-011-1/+1
* | VaadinSerializer -> JSONSerializerArtur Signell2012-03-016-13/+17
* | Fixed invalid return type in serializer generatorArtur Signell2012-03-011-2/+1
* | #8444 Generate serializers for classes used as parameters in ClientRPCArtur Signell2012-03-011-5/+7
* | #8426 Fixed bug with parameters in ClientRPC generator Artur Signell2012-03-011-1/+1
* | Removed executable flagArtur Signell2012-03-011-0/+0
* | #8444 Generate serializers for client to server RPCArtur Signell2012-03-0112-68/+255
* | ClientToServerRpc -> ServerRpcArtur Signell2012-03-016-14/+14
* | paintable -> connectorArtur Signell2012-03-011-4/+4
* | Clear the slot when removing a widgetLeif Åstrand2012-03-011-0/+1
* | Really don't layout the VView from updateFromUIDL (#8313)Leif Åstrand2012-03-011-2/+0
* | Don't layout the VView from updateFromUIDL (#8313)Leif Åstrand2012-03-011-0/+2
* | Use absolute positioning to avoid a scrollbar bug (#8313)Leif Åstrand2012-03-011-3/+21
* | Implement server to client RPC (#8426).Henri Sara2012-02-2922-69/+732
* | Organized imports and formatted all java filesArtur Signell2012-02-2882-510/+390
* | Corrected invalid method reference in javadocArtur Signell2012-02-281-2/+2
* | #8442 Serialize also nested beans, #8441 Allow using static innerArtur Signell2012-02-283-57/+178
* | Renamed ClientToServerRpc -> ServerRPCArtur Signell2012-02-285-12/+12
* | #8448 Re-added registration of event listeners which was removed in previous ...Artur Signell2012-02-281-0/+5
* | #8448 Replaced id and connection setters with parameters to the init method a...Artur Signell2012-02-287-116/+111
* | Improve positioning of captions (#8313)Leif Åstrand2012-02-281-14/+26
* | Add some missing dirty state updates (#8313)Leif Åstrand2012-02-282-0/+2
* | Enable changing size back to undefined (#8304)Leif Åstrand2012-02-281-1/+6
* | #8439 Deprecated ApplicationConnect.getPaintable(UIDL) and added getConnector...Artur Signell2012-02-281-31/+59
* | Renamed Paintable component classes to ConnectorArtur Signell2012-02-28115-392/+344
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-27108-957/+961
* | Update GridLayout to use its "margins" (#8313)Leif Åstrand2012-02-272-9/+25
* | getWidgetForPaintable -> getWidgetArtur Signell2012-02-2776-1259/+1258
* | Drop size calculations from Embeddable (#8312)Leif Åstrand2012-02-272-59/+11
* | Don't use max-width as it prevents widgets from growingLeif Åstrand2012-02-271-2/+0
* | Check for the only likely nullLeif Åstrand2012-02-271-2/+2
* | Add licenseLeif Åstrand2012-02-271-0/+3
* | Change internal naming for notifiable -> managedLeif Åstrand2012-02-271-10/+9
* | Merge branch 'layoutperformance'Leif Åstrand2012-02-2771-5362/+2451
|\ \
| * | Refactor #8313 based on API reviewLeif Åstrand2012-02-2730-389/+532