summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
...
* | #8500 Allow component containers to hide their children even thoughArtur Signell2012-03-146-6/+47
* | 8500 Let the framework handle unregistration of ConnectorsArtur Signell2012-03-145-101/+96
* | #8500 Print an error message instead of throwing NPE if parent cannot beArtur Signell2012-03-141-1/+8
* | #8500 Made Form implement HasComponents to properly support sendingArtur Signell2012-03-141-1/+64
* | #8500, #3557 Added HasComponents (Iterable<Component>) that must beArtur Signell2012-03-145-22/+48
* | NPE fix for getIcon()Artur Signell2012-03-141-1/+6
* | Added missing licensesArtur Signell2012-03-146-0/+18
* | All components are RPCTargetsArtur Signell2012-03-143-5/+5
* | Connector interface. Renamed getId() -> getConnectorId() to avoid mixupsArtur Signell2012-03-1411-38/+52
* | Connector -> ServerConnectorArtur Signell2012-03-1413-40/+40
* | Temporary fix to make AbstractOrderedLayout work againArtur Signell2012-03-141-4/+10
* | Updated Panel to no longer use child painted with the UIDLArtur Signell2012-03-1411-262/+178
* | Added license and javadoc. Removed extra methods from AbstractConnector.Artur Signell2012-03-143-24/+51
* | Moved styles list to shared state, replacing the previous String hack.Artur Signell2012-03-1414-93/+83
* | #8515 Added serialization support for Lists containing supported types.Artur Signell2012-03-137-40/+78
* | Fixed readonly handling for fields (depends on property readonlyArtur Signell2012-03-1328-86/+231
* | #8510 Support using Resources through URLReference/ResourceReference inArtur Signell2012-03-1330-95/+251
* | Update documentation and add isEnabled as it is mandatory at least onArtur Signell2012-03-131-8/+12
* | #8500 Initial implementation for sending component hierarchyArtur Signell2012-03-139-169/+531
* | Use ComponentState for storing the state, not just as a communicationArtur Signell2012-03-1318-109/+74
|/
* Don't need the overflow fix any more (#8313)Leif Åstrand2012-03-131-4/+0
* Ensure the height of both captions are take into account (#8313)Leif Åstrand2012-03-131-6/+1
* Restore lazy layout functionality (#8313)Leif Åstrand2012-03-131-1/+2
* Run a new layout phase after VScrollTable.sizeInit (#8313)Leif Åstrand2012-03-133-8/+32
* Use absolute positioning to avoid some scrollbars (#8313)Leif Åstrand2012-03-121-3/+32
* Revert to running updateWidth from layoutHorizontally (#8313)Leif Åstrand2012-03-122-10/+1
* Only run sizeInit after the actual layout (#8313)Leif Åstrand2012-03-122-17/+25
* 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