summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Print stack traces to console when in GWT Dev ModeArtur Signell2012-04-101-0/+4
* | | | | | | | | | Fixed potential problem with file descriptors remaining in useArtur Signell2012-04-051-1/+21
* | | | | | | | | | Disable TreeTable partial updates until it is fixedArtur Signell2012-04-051-1/+3
* | | | | | | | | | Fixed importArtur Signell2012-04-051-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | More detailed tracing of slow operation in ApplicationConnection.Henri Sara2012-04-051-5/+82
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Removed unneeded code (TextField uses border box sizing)Artur Signell2012-04-051-71/+0
* | | | | | | | Actually use and update shared state variables on server sideArtur Signell2012-04-051-52/+15
* | | | | | | | Fixed GridLayout caption rendering Artur Signell2012-04-0512-20/+33
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Moved Collapsible and HierarchicalContainerOrderedWrapper to dataHenri Sara2012-04-053-11/+12
* | | | | | | Fixed spacing that was only partly moved to shared stateArtur Signell2012-04-055-58/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Refer to Connector instead of ClientConnectorArtur Signell2012-04-051-2/+2
* | | | | | Moved Form child component references to stateArtur Signell2012-04-052-63/+81
* | | | | | Removed unnecessary calls to unregisterPaintableArtur Signell2012-04-054-18/+0
* | | | | | Fixed GridLayout caption problem + small step towards away from UIDLArtur Signell2012-04-052-29/+59
* | | | | | Paintable -> ConnectorArtur Signell2012-04-052-11/+11
* | | | | | Increased logging to be able to see where time is spentArtur Signell2012-04-051-0/+4
* | | | | | Updated CustomLayout to use shared state and new eventsArtur Signell2012-04-053-145/+128
* | | | | | #8602 Added support for Map<Connector,?>Artur Signell2012-04-055-16/+75
* | | | | | Added missing licenseArtur Signell2012-04-051-0/+3
* | | | | | File moed -> 644Artur Signell2012-04-051-0/+0
* | | | | | Fixed FormLayoutConnector to use state and hierarchy listenersArtur Signell2012-04-054-113/+180
* | | | | | Moved ApplicationRunnerServlet to test folder and improved find methodArtur Signell2012-04-051-268/+0
* | | | | | Moved margins to AbstractLayoutStateArtur Signell2012-04-058-54/+51
* | | | | | Updated CssLayout to use new state and hierarchy change eventsArtur Signell2012-04-053-168/+142
* | | | | | Avoid adding empty id attributes to all connector widgetsArtur Signell2012-04-051-1/+1
* | | | | | Fixed typoArtur Signell2012-04-051-1/+1
* | | | | | CRLF -> LFArtur Signell2012-04-054-285/+285
* | | | | | Added missing licence infoArtur Signell2012-04-053-0/+9
* | | | | | ServerConnector is no longer a Paintable, components using updateFromUidl areArtur Signell2012-04-0535-125/+108
* | | | | | Removed unnecessary updateFromUidl calls from containersArtur Signell2012-04-0513-55/+6
* | | | | | Updated AbsoluteLayout to use hierarchy and state change eventsArtur Signell2012-04-055-173/+224
* | | | | | Avoid warning for RootConnector not having a parentArtur Signell2012-04-051-5/+3
* | | | | | Unregister event for ServerConnectorArtur Signell2012-04-054-13/+29
* | | | | | Changed ConnectorHierarchyChangeEvent to use the same mechanisms as Statechan...Artur Signell2012-04-0513-112/+163
* | | | | | Sub window can no longer 'open' other windowsArtur Signell2012-04-051-20/+0
* | | | | | Moved basic Window state attributes to WindowStateArtur Signell2012-04-052-55/+76
* | | | | | Created GridLayoutState with basic GridLayout stateArtur Signell2012-04-052-53/+92
* | | | | | Removed unused createState() from client sideArtur Signell2012-04-0510-75/+1
* | | | | | Automatically create state on server side based on getState return typeArtur Signell2012-04-056-29/+28
* | | | | | Generator to ease initialization of client to server rpc proxiesArtur Signell2012-04-0515-42/+207
* | | | | | Simplified Rpc registration on server side (#8591)Artur Signell2012-04-0511-12/+32
* | | | | | Log error for missing RPC manager or target (#8590)Artur Signell2012-04-052-9/+19
* | | | | | Log instead of using system.outArtur Signell2012-04-051-4/+3
* | | | | | Added timestamps to debug window outputArtur Signell2012-04-051-1/+13
* | | | | | Defined RPC in a field rather than inline for clarityArtur Signell2012-04-051-12/+13
* | | | | | AbstractComponent.updateFromUIDL moved to state change (#8436)Artur Signell2012-04-057-60/+117
| |_|_|_|/ |/| | | |
* | | | | Fixed problem with anonymous classes and with AbstractComponent mappingArtur Signell2012-04-043-16/+21
* | | | | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-04106-480/+448
* | | | | Do panel wrapper sizing with cssLeif Åstrand2012-04-031-13/+0
* | | | | Run onChildSizeChange for new childrenLeif Åstrand2012-04-031-4/+8
| |_|_|/ |/| | |