summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add java licenseLeif Åstrand2012-03-092-0/+8
* Recalculate widths after changing captions (#8313)Leif Åstrand2012-03-091-0/+1
* Fix problem with space reserved for scrollbars (#8313)Leif Åstrand2012-03-091-0/+3
* Dynamically adjust window content paddings (#8313)Leif Åstrand2012-03-092-1/+14
* Update TwinColSelect to update its sizes when needed (#8313)Leif Åstrand2012-03-082-47/+49
* Update VWindow.setWidth/Height to set outer sizes (#8313)Leif Åstrand2012-03-082-28/+53
* Remove debug output accidentally committedLeif Åstrand2012-03-081-2/+0
* Window layouting changes attempt 2 (#8313)Leif Åstrand2012-03-074-273/+56
* Properly update undefined width of tabsheet (#8313)Leif Åstrand2012-03-051-0/+4
* Fix typo in commentLeif Åstrand2012-03-051-1/+1
* 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