summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #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
* Don't use overflow: hidden by default (#8313)Leif Åstrand2012-02-281-2/+0
* 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-28118-396/+348
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-27111-963/+967
* Update GridLayout to use its "margins" (#8313)Leif Åstrand2012-02-272-9/+25
* getWidgetForPaintable -> getWidgetArtur Signell2012-02-2777-1262/+1261
* 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-27102-5440/+2697
|\
| * Refactor #8313 based on API reviewLeif Åstrand2012-02-2731-389/+555
| * Compensate for (left) padding when setting size based on popup (#8313)Leif Åstrand2012-02-231-1/+19
| * Rename definedHeight/Width -> declaredHeight/Width (#8313)Leif Åstrand2012-02-234-19/+19
| * Rename deRegisterDependency -> unregisterDependencyLeif Åstrand2012-02-232-2/+2
| * Proper selector for defined sizing (#8313)Leif Åstrand2012-02-231-1/+1
| * Update some dom paths to reflect realityLeif Åstrand2012-02-2313-40/+40
| * Add license to new filesLeif Åstrand2012-02-239-0/+27
| * Update selectors now that the spacing element is at the end (#8313)Leif Åstrand2012-02-231-3/+3
| * Run insert to update index even if already attached (#8313)Leif Åstrand2012-02-231-6/+1
| * Reset row and col sizes for each pass (#8313)Leif Åstrand2012-02-231-0/+8
| * Merge remote branch 'origin/master' into layoutperformanceLeif Åstrand2012-02-232-0/+11
| |\
| * | Compensate height definition for border-box sizing (#8313)Leif Åstrand2012-02-231-1/+1
| * | Properly lock the width of the combo box text field (#8313)Leif Åstrand2012-02-231-3/+10
| * | Always use box-sizing for date text field (#8313)Leif Åstrand2012-02-231-6/+8
| * | Use different size for text fields with box-sizing (#8313)Leif Åstrand2012-02-231-2/+6
| * | Properly reserve room for captions to the right (#8313)Leif Åstrand2012-02-231-11/+22
| * | Don't use 100% sizing for undefined css layouts (#8313)Leif Åstrand2012-02-221-0/+6
| * | Further reduce the size calculations for VFilterSelect (#8313)Leif Åstrand2012-02-222-53/+11
| * | Use a more specific selector to override height in tables (#8313)Leif Åstrand2012-02-221-1/+2
| * | Update ComponentLocator for changed GridLayout widget structure (#8313)Leif Åstrand2012-02-221-3/+10
| * | New attempt at getting full width (#8313)Leif Åstrand2012-02-211-1/+4
| * | Always update the layout (#8313)Leif Åstrand2012-02-211-0/+3
| * | Use full width without messing with box-sizing (#8313)Leif Åstrand2012-02-211-7/+1
| * | Update GridLayout to use VLayoutSlot (#8313)Leif Åstrand2012-02-214-1405/+271
| * | Actually mark all widgets as dirty for forceLayout (#8313)Leif Åstrand2012-02-211-0/+9
| * | Don't remove widgets that are not there (#8313)Leif Åstrand2012-02-211-3/+29
| * | Keep children in the right order (#8313)Leif Åstrand2012-02-212-4/+16
| * | PopupDateField without size calculations (#8313)Leif Åstrand2012-02-204-101/+16
| * | Add stylenames to paintable if either dimension is undefined (#8313)Leif Åstrand2012-02-201-0/+3
| * | display: inline-block instead of float: right for popup opener (#8313)Leif Åstrand2012-02-201-1/+1
| * | Don't let icon affect undefined wide combo box (#8313)Leif Åstrand2012-02-201-0/+3