]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2012-03-16 Artur SignellMoved server side ResourceReference to gwt.server package
2012-03-16 Artur SignellConsistently use getSecondComponent instead of using...
2012-03-15 Artur SignellMerge branch 'master' into hierarchypaint
2012-03-15 Artur SignellCorrected locator strings
2012-03-15 Artur SignellMerge branch 'master' into hierarchypaint
2012-03-15 Artur SignellAlways paint child components as deferred to ensure...
2012-03-15 Artur SignellCorrected icon check for TabSheet captions
2012-03-15 Artur SignellAdded TODO note
2012-03-15 Leif ÅstrandEnsure layout -> caption dependencies are unregistered...
2012-03-15 Artur SignellAvoid ClassCastException if widget has been previously...
2012-03-15 Artur Signell#8500 Converted AbstractOrderedLayout to use hierarchy...
2012-03-15 Artur SignellJavadoc
2012-03-15 Artur SignellDocumented why the order should be hierarchy listener...
2012-03-15 Artur SignellFixed NPE when layout is empty
2012-03-15 Leif ÅstrandRestore webkit overflow fix (#8313)
2012-03-15 Leif ÅstrandCompensate for borders when size is not undefined ...
2012-03-15 Leif ÅstrandDon't determine row height before the contents are...
2012-03-14 Artur SignellReal fix for TabSheet TestBench compatibility
2012-03-14 Leif ÅstrandRun sizeInit when changing to undefined height (#8525)
2012-03-14 Artur SignellGet scroll position from state, where it is available
2012-03-14 Artur SignellDo not unregister open sub windows
2012-03-14 Artur SignellDo not create a new stack item on every tab change...
2012-03-14 Artur SignellMade TabSheet compatible with older TestBench scripts
2012-03-14 Artur SignellMade TabSheet work again and removed TabSheet tab cachi...
2012-03-14 Artur SignellAdded feature to debug window for dumping connector...
2012-03-14 Artur SignellFixed handling of null widgets in split panel
2012-03-14 Artur SignellFixed NPE when changing tab
2012-03-14 Artur SignellSeparated Component.isEnabled/isVisible from Connector...
2012-03-14 Artur SignellFixed compilation warning
2012-03-14 Artur SignellAdded missing license info
2012-03-14 Artur SignellTemporarily made logging go to system out aswell to...
2012-03-14 Artur SignellAdded sanity checks so communication error responses...
2012-03-14 Artur Signell#8500 Made SplitPanel use hierarchy change events
2012-03-14 Artur Signell#8504 Support passing Connector references to/from...
2012-03-14 Artur SignellMade TabSheet work again and removed TabSheet tab cachi...
2012-03-14 Artur Signell#8500 Updated Panel to no longer use child painted...
2012-03-14 Artur SignellBetter debug info for hierachy changes
2012-03-14 Artur Signell#8500 Allow component containers to hide their children...
2012-03-14 Artur Signell8500 Let the framework handle unregistration of Connectors
2012-03-14 Artur Signell#8500 Print an error message instead of throwing NPE...
2012-03-14 Artur Signell#8500 Made Form implement HasComponents to properly...
2012-03-14 Artur Signell#8500, #3557 Added HasComponents (Iterable<Component...
2012-03-14 Artur SignellNPE fix for getIcon()
2012-03-14 Artur SignellRemoved duplicate file (SourceFileChecker performs...
2012-03-14 Artur SignellAdded missing licenses
2012-03-14 Artur SignellBetter error reporting for anonymous classes
2012-03-14 Artur SignellAll components are RPCTargets
2012-03-14 Artur SignellConnector interface. Renamed getId() -> getConnectorId...
2012-03-14 Artur SignellConnector -> ServerConnector
2012-03-14 Artur SignellTemporary fix to make AbstractOrderedLayout work again
2012-03-14 Artur SignellUpdated Panel to no longer use child painted with the...
2012-03-14 Artur SignellAdded license and javadoc. Removed extra methods from...
2012-03-14 Artur SignellMoved styles list to shared state, replacing the previo...
2012-03-14 Leif ÅstrandPrevent margin collapse to make a hr visible in the...
2012-03-14 Leif ÅstrandFix a rounding problem with the positioning (#8313)
2012-03-13 Artur Signell#8515 Added serialization support for Lists containing...
2012-03-13 Artur SignellFixed readonly handling for fields (depends on property...
2012-03-13 Artur Signell#8510 Support using Resources through URLReference...
2012-03-13 Artur SignellUpdate documentation and add isEnabled as it is mandato...
2012-03-13 Artur Signell#8500 Initial implementation for sending component...
2012-03-13 Artur SignellUse ComponentState for storing the state, not just...
2012-03-13 Leif ÅstrandDon't need the overflow fix any more (#8313)
2012-03-13 Leif ÅstrandEnsure the height of both captions are take into accoun...
2012-03-13 Leif ÅstrandRestore lazy layout functionality (#8313)
2012-03-13 Leif ÅstrandRun a new layout phase after VScrollTable.sizeInit...
2012-03-13 Leif ÅstrandAlso limit error indicator width (#8313)
2012-03-12 Leif ÅstrandUse absolute positioning to avoid some scrollbars ...
2012-03-12 Leif ÅstrandUpdate paths to work with new GridLayout dom structure
2012-03-12 Leif ÅstrandUse 1px instead of 0 to avoid extra space in left col...
2012-03-12 Leif ÅstrandRevert to running updateWidth from layoutHorizontally...
2012-03-12 Leif ÅstrandOnly run sizeInit after the actual layout (#8313)
2012-03-12 Leif ÅstrandOnly use 100% width if parent width is defined (#8313)
2012-03-09 Leif ÅstrandUse 100% width to get all extra space for the content...
2012-03-09 Leif ÅstrandAdd java license
2012-03-09 Leif ÅstrandRecalculate widths after changing captions (#8313)
2012-03-09 Leif ÅstrandFix problem with space reserved for scrollbars (#8313)
2012-03-09 Leif ÅstrandDynamically adjust window content paddings (#8313)
2012-03-08 Leif ÅstrandUpdate dom selectors for window caption
2012-03-08 Leif ÅstrandUpdate TwinColSelect to update its sizes when needed...
2012-03-08 Leif ÅstrandMove panel background back to where it belongs. (#8313)
2012-03-08 Leif ÅstrandUpdate test to use new dom path for window close element
2012-03-08 Leif ÅstrandUpdate VWindow.setWidth/Height to set outer sizes ...
2012-03-08 Leif ÅstrandRemove debug output accidentally committed
2012-03-07 Leif ÅstrandWindow layouting changes attempt 2 (#8313)
2012-03-07 Leif ÅstrandRemove CSS hack for FF2 (#7981)
2012-03-05 Leif ÅstrandDon't assign any extra space to the width column (...
2012-03-05 Leif ÅstrandProperly update undefined width of tabsheet (#8313)
2012-03-05 Leif ÅstrandFix typo in comment
2012-03-05 Leif ÅstrandUpdate paths to work with new GridLayout dom structure
2012-03-05 Leif ÅstrandLet the contents of sized form layouts use its size...
2012-03-05 Leif ÅstrandDefine .v-has-width/height instead of v-undefined-width...
2012-03-04 Artur Signell#5890 Added getComponentCount to ComponentContainer
2012-03-02 Artur Signell#8429 Made shortcuts in sub window work again
2012-03-02 Leif ÅstrandRemove inline overflow: hidden from panel (#8478)
2012-03-02 Leif ÅstrandMeasure inner height as it isn't affected by margins...
2012-03-02 Johannes DahlströmMerge remote-tracking branch 'origin/6.8'
2012-03-02 Artur SignellSeparated construction of MouseEventDetails (depends...
2012-03-01 Artur SignellUse getId() instead of old API
2012-03-01 Artur SignellFixed javadoc
2012-03-01 Artur SignellVaadinSerializer -> JSONSerializer
next