Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow configuring the root class to use, remove RootLayout | Leif Åstrand | 2011-11-16 | 7 | -169/+102 |
| | |||||
* | Move functionality for opening resources from Window to Root | Leif Åstrand | 2011-11-16 | 3 | -222/+222 |
| | |||||
* | Handle null paths | Leif Åstrand | 2011-11-16 | 1 | -0/+3 |
| | |||||
* | Make Window.close public | Leif Åstrand | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | #7895 Provide ThreadLocal for the current Root | Leif Åstrand | 2011-11-14 | 4 | -0/+13 |
| | |||||
* | Don't require any application in web.xml if rootLayout is defined | Leif Åstrand | 2011-11-11 | 2 | -6/+41 |
| | |||||
* | Create Root initialized with RootLayout defined in web.xml | Leif Åstrand | 2011-11-10 | 3 | -89/+114 |
| | |||||
* | Pass around rootId instead of windowName and use it to find the Root | Leif Åstrand | 2011-11-10 | 6 | -55/+63 |
| | |||||
* | Moved Notification to its own file | Leif Åstrand | 2011-11-10 | 3 | -319/+322 |
| | |||||
* | Merge remote branch 'origin/master' into windowing | Leif Åstrand | 2011-11-10 | 35 | -616/+80 |
|\ | |||||
| * | Minor formatting changes | Leif Åstrand | 2011-11-10 | 1 | -6/+6 |
| | | |||||
| * | Minor formatting change | Leif Åstrand | 2011-11-10 | 1 | -1/+1 |
| | | |||||
| * | #7912 Remove support for IE6 | Leif Åstrand | 2011-11-09 | 35 | -609/+73 |
| | | |||||
| * | Formatting changes | Leif Åstrand | 2011-11-09 | 1 | -6/+6 |
| | | |||||
* | | Relentlessly remove the last traces of ParameterHandler | Leif Åstrand | 2011-11-09 | 3 | -93/+0 |
| | | |||||
* | | Relentlessly remove the last traces of URIHandler | Leif Åstrand | 2011-11-09 | 4 | -174/+2 |
| | | |||||
* | | Remove unused torToCloseStream method | Leif Åstrand | 2011-11-09 | 1 | -11/+0 |
| | | |||||
* | | Move code for writing a DownloadStream to a WrappedResponse | Leif Åstrand | 2011-11-09 | 2 | -74/+95 |
| | | |||||
* | | LoginForm now uses RequestHandler | Leif Åstrand | 2011-11-09 | 2 | -43/+37 |
| | | |||||
* | | Moved setting cache time and date headers to WrappedResponse | Leif Åstrand | 2011-11-09 | 4 | -26/+53 |
| | | |||||
* | | Merge branch 'master' into windowing | Leif Åstrand | 2011-11-08 | 10 | -126/+517 |
|\| | |||||
| * | Merge remote-tracking branch 'origin/6.8' into master | Leif Åstrand | 2011-11-08 | 10 | -126/+517 |
| |\ | |||||
| | * | Removed svn:executable property to avoid problems with Git on Windows | Artur Signell | 2011-11-08 | 2 | -0/+0 |
| | | | | | | | | | | | | svn changeset:21944/svn branch:6.7 | ||||
| | * | #7839 Corrected cases where pagelength=0 or where number of children > ↵ | Artur Signell | 2011-11-04 | 1 | -21/+29 |
| | | | | | | | | | | | | | | | | | | pagebuffer size svn changeset:21910/svn branch:6.7 | ||||
| | * | #7780 Don't do partial repaints if the item set has changed during an expand ↵ | Artur Signell | 2011-11-04 | 1 | -1/+21 |
| | | | | | | | | | | | | | | | | | | or collapse svn changeset:21901/svn branch:6.7 | ||||
| | * | #7839 Avoid discarding rows when updating rows as row indexes have not been ↵ | Artur Signell | 2011-11-04 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | updated yet causing wrong rows to be removed svn changeset:21894/svn branch:6.7 | ||||
| | * | #7839 Cleanup based on review | Artur Signell | 2011-11-04 | 1 | -14/+18 |
| | | | | | | | | | | | | svn changeset:21893/svn branch:6.7 | ||||
| | * | #7839 Out of Sync error when using Generated Columns with TreeTable - ↵ | Artur Signell | 2011-11-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | additional fix svn changeset:21892/svn branch:6.7 | ||||
| | * | #7839 Out of Sync error when using Generated Columns with TreeTable | Artur Signell | 2011-11-03 | 2 | -42/+226 |
| | | | | | | | | | | | | | | | | | | Fixed multiple indexing issues that could occur in partial updates in Table and TreeTable svn changeset:21889/svn branch:6.7 | ||||
| | * | Added javadoc and debug logging | Artur Signell | 2011-11-03 | 1 | -0/+32 |
| | | | | | | | | | | | | svn changeset:21888/svn branch:6.7 | ||||
| | * | #7790 Reverted sort methods to call refreshRenderedCells instead of ↵ | Artur Signell | 2011-11-03 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | refreshRowCache svn changeset:21887/svn branch:6.7 | ||||
| | * | Partly reverted [21883] as it caused unnecessary rendering in some cases | Artur Signell | 2011-11-03 | 1 | -14/+54 |
| | | | | | | | | | | | | svn changeset:21886/svn branch:6.7 | ||||
| | * | #7790 Renamed method to refreshRowCache, ensured it is used internally by ↵ | Artur Signell | 2011-11-03 | 1 | -33/+33 |
| | | | | | | | | | | | | | | | | | | Table aswell and made the method public svn changeset:21883/svn branch:6.7 | ||||
| | * | #7790 Added a method for forcing Table to repaint its rows | Artur Signell | 2011-11-03 | 1 | -38/+55 |
| | | | | | | | | | | | | svn changeset:21882/svn branch:6.7 | ||||
| | * | Corrected the Scrollable JavaDoc to correspond with the code. | Marko Grönroos | 2011-11-02 | 2 | -14/+76 |
| | | | | | | | | | | | | svn changeset:21864/svn branch:6.7 | ||||
| | * | #5562 Widgetset build throws an exception while throwing an exception | Artur Signell | 2011-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Changed getCanonicalPath to getPath to avoid exceptions in the exception handler svn changeset:21852/svn branch:6.7 | ||||
| | * | Test and fix for #7852 TreeTable partial update throws ↵ | Artur Signell | 2011-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | NegativeArraySizeException svn changeset:21840/svn branch:6.7 | ||||
| | * | #7836 Table repaint throws ArrayIndexOutOfBounds when using FileSystemContainer | Artur Signell | 2011-10-27 | 1 | -1/+16 |
| | | | | | | | | | | | | svn changeset:21825/svn branch:6.7 | ||||
| | * | #7698 FileSystemContainer throws NPE when a directory cannot be read | Artur Signell | 2011-10-27 | 1 | -0/+5 |
| | | | | | | | | | | | | svn changeset:21816/svn branch:6.7 | ||||
* | | | Added ThreadLocal for Application | Leif Åstrand | 2011-11-08 | 3 | -6/+26 |
| | | | |||||
* | | | Create wrapped requests and responses in service and handleRequest | Leif Åstrand | 2011-11-08 | 9 | -163/+96 |
| | | | |||||
* | | | Remove Callback.getRequestPathInfo (migrated to WrappedRequest) | Leif Åstrand | 2011-11-08 | 3 | -12/+0 |
| | | | |||||
* | | | Move servlet wrapper to AbstractApplicationServlet | Leif Åstrand | 2011-11-08 | 2 | -49/+53 |
| | | | |||||
* | | | Move PortletWrapper to AbstractApplicationPortlet | Leif Åstrand | 2011-11-08 | 2 | -44/+42 |
| | | | |||||
* | | | Extract WrappedPortletResponse to a separate class | Leif Åstrand | 2011-11-08 | 2 | -42/+50 |
| | | | |||||
* | | | Extract WrappedHttpServletResponse to a separate class | Leif Åstrand | 2011-11-08 | 2 | -46/+53 |
| | | | |||||
* | | | Use WrappedResponse instead of AbstractCommunicationManager.Response | Leif Åstrand | 2011-11-08 | 3 | -69/+34 |
| | | | |||||
* | | | Use WrappedRequest instead of CommunicationManager.Request | Leif Åstrand | 2011-11-08 | 6 | -286/+273 |
| | | | | | | | | | Move the WrappedRequest implementations to top level classes | ||||
* | | | Merge the functionality of the wrapped Session into WrappedRequest | Leif Åstrand | 2011-11-08 | 4 | -119/+37 |
| | | | |||||
* | | | Pass WrappedRequest to Root.init and RootLayout.init | Leif Åstrand | 2011-11-08 | 3 | -5/+8 |
| | | |