]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
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
2012-03-01 Artur SignellFixed invalid return type in serializer generator
2012-03-01 Artur Signell#8444 Generate serializers for classes used as paramete...
2012-03-01 Artur Signell#8426 Fixed bug with parameters in ClientRPC generator
2012-03-01 Artur SignellRemoved executable flag
2012-03-01 Artur Signell#8444 Generate serializers for client to server RPC
2012-03-01 Artur SignellClientToServerRpc -> ServerRpc
2012-03-01 Artur Signellpaintable -> connector
2012-03-01 Automerge[merge from 6.7] #8077 restored accidentally deleted...
2012-03-01 Automerge[merge from 6.7] TestBench test for #8077
2012-03-01 Leif ÅstrandClear the slot when removing a widget
2012-03-01 Leif ÅstrandAdjust test css for new layout structure (#8085)
2012-03-01 Leif ÅstrandReally don't layout the VView from updateFromUIDL ...
2012-03-01 Leif ÅstrandUpdate dom structures in test
2012-03-01 Leif ÅstrandDon't layout the VView from updateFromUIDL (#8313)
2012-03-01 Leif ÅstrandUse absolute positioning to avoid a scrollbar bug ...
2012-02-29 Henri SaraImplement server to client RPC (#8426).
2012-02-29 Automerge[merge from 6.7] Report the correct port when starting...
2012-02-29 Automerge[merge from 6.7] Fixed #8077: removed a buggy optimizat...
2012-02-29 Leif ÅstrandIgnore *.DS_Store (OS X metadata)
2012-02-28 Artur SignellOrganized imports and formatted all java files
2012-02-28 Artur SignellCorrected invalid method reference in javadoc
2012-02-28 Artur Signell#8442 Serialize also nested beans, #8441 Allow using...
2012-02-28 Artur SignellRenamed ClientToServerRpc -> ServerRPC
2012-02-28 Artur Signell#8448 Re-added registration of event listeners which...
2012-02-28 Artur Signell#8448 Replaced id and connection setters with parameter...
2012-02-28 Leif ÅstrandImprove positioning of captions (#8313)
2012-02-28 Leif ÅstrandDon't use overflow: hidden by default (#8313)
2012-02-28 Leif ÅstrandAdd some missing dirty state updates (#8313)
2012-02-28 Leif ÅstrandEnable changing size back to undefined (#8304)
2012-02-28 Artur Signell#8439 Deprecated ApplicationConnect.getPaintable(UIDL...
2012-02-28 Artur SignellRenamed Paintable component classes to Connector
2012-02-27 Johannes Dahlström#5100 Support for server-side focus/blur listeners...
2012-02-27 Artur Signell#8434 Renamed *Paintable classes to *Connector and...
2012-02-27 Leif ÅstrandUpdate GridLayout to use its "margins" (#8313)
2012-02-27 Artur SignellgetWidgetForPaintable -> getWidget
2012-02-27 Leif ÅstrandDrop size calculations from Embeddable (#8312)
2012-02-27 Leif ÅstrandDon't use max-width as it prevents widgets from growing
2012-02-27 Leif ÅstrandCheck for the only likely null
2012-02-27 Leif ÅstrandAdd license
2012-02-27 Leif ÅstrandChange internal naming for notifiable -> managed
2012-02-27 Leif ÅstrandMerge branch 'layoutperformance'
2012-02-27 Leif ÅstrandRefactor #8313 based on API review
2012-02-27 Artur SignellIgnore Eclipse generated .externalToolBuilders
2012-02-27 Artur SignellRemoved extra "Widget" prefix from ApplicationConnectio...
2012-02-27 Henri SaraRename and clean-up AbstractCommunicationManager.writeU...
2012-02-23 Leif ÅstrandCompensate for (left) padding when setting size based...
2012-02-23 Leif ÅstrandRename definedHeight/Width -> declaredHeight/Width...
2012-02-23 Artur Signell#8278 Added helper for RPC initialization and moved...
2012-02-23 Leif ÅstrandRename deRegisterDependency -> unregisterDependency
2012-02-23 Artur SignellRemoved old FIXME
2012-02-23 Leif ÅstrandProper selector for defined sizing (#8313)
2012-02-23 Leif ÅstrandUpdate some dom paths to reflect reality
2012-02-23 Artur SignellMerge remote-tracking branch 'origin/rpc'
2012-02-23 Henri SaraCommunicate caption of components in shared state ...
2012-02-23 Leif ÅstrandChange click target to not depend on dom structure
2012-02-23 Leif ÅstrandRemove java envelope from test script
2012-02-23 Leif ÅstrandAdd license to new files
2012-02-23 Artur SignellRenamed VButtonState to ButtonState as it is a server...
2012-02-23 Leif ÅstrandUpdate selectors now that the spacing element is at...
2012-02-23 Henri SaraCommunicate component description (tooltip) in shared...
2012-02-23 Leif ÅstrandRun insert to update index even if already attached...
2012-02-23 Henri SaraCommunicate disabled flag in shared state (#8304).
2012-02-23 Leif ÅstrandReset row and col sizes for each pass (#8313)
2012-02-23 Henri SaraCommunicate component style names in shared state ...
2012-02-23 Leif ÅstrandMerge remote branch 'origin/master' into layoutperformance
2012-02-23 Leif ÅstrandCompensate height definition for border-box sizing...
2012-02-23 Leif ÅstrandProperly lock the width of the combo box text field...
2012-02-23 Leif ÅstrandAlways use box-sizing for date text field (#8313)
2012-02-23 Leif ÅstrandUse different size for text fields with box-sizing...
2012-02-23 Leif ÅstrandProperly reserve room for captions to the right (#8313)
2012-02-22 Henri SaraMerge branch 'master' into rpc
2012-02-22 Henri SaraTransfer read-only and immediate flags via shared state...
2012-02-22 Leif ÅstrandDon't use 100% sizing for undefined css layouts (#8313)
2012-02-22 Leif ÅstrandFurther reduce the size calculations for VFilterSelect...
2012-02-22 Henri SaraUse constants for some more UIDL attribute names.
2012-02-22 Henri SaraProcess also fields from shared state superclasses...
2012-02-22 Leif ÅstrandUse a more specific selector to override height in...
2012-02-22 Henri SaraConvert CRLF to LF.
2012-02-22 Leif ÅstrandUpdate ComponentLocator for changed GridLayout widget...
2012-02-22 Henri SaraCleanup, javadoc etc. for shared state serialization...
2012-02-21 Artur Signell#8304 Generator for Serializers
2012-02-21 Artur Signell#8304 Generator for Serializer mappings
2012-02-21 Artur Signell#8304 Changed Button to solely use shared state
2012-02-21 Leif ÅstrandNew attempt at getting full width (#8313)
2012-02-21 Leif ÅstrandAlways update the layout (#8313)
2012-02-21 Leif ÅstrandUse full width without messing with box-sizing (#8313)
2012-02-21 Artur Signell#8304 First steps towards supporting serialization...
2012-02-21 Leif ÅstrandUpdate GridLayout to use VLayoutSlot (#8313)
2012-02-21 Leif ÅstrandActually mark all widgets as dirty for forceLayout...
2012-02-21 Henri SaraUse String instead of char as type tag in JSON (#8304...
2012-02-21 Automerge[merge from 6.7] Fixed typo causing one DateField to...
2012-02-21 Artur Signell#8324 Made Label tooltips work again using the old...
2012-02-21 Automerge[merge from 6.7] Included touch device information...
2012-02-21 Automerge[merge from 6.7] #8369 Fixed absolute path in Chameleon CSS
2012-02-21 Henri SaraConvert some literal strings of UIDL attributes to...
next