summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Allow configuring the root class to use, remove RootLayoutLeif Åstrand2011-11-167-169/+102
|
* Move functionality for opening resources from Window to RootLeif Åstrand2011-11-163-222/+222
|
* Handle null pathsLeif Åstrand2011-11-161-0/+3
|
* Make Window.close publicLeif Åstrand2011-11-141-1/+1
|
* #7895 Provide ThreadLocal for the current RootLeif Åstrand2011-11-144-0/+13
|
* Don't require any application in web.xml if rootLayout is definedLeif Åstrand2011-11-112-6/+41
|
* Create Root initialized with RootLayout defined in web.xmlLeif Åstrand2011-11-103-89/+114
|
* Pass around rootId instead of windowName and use it to find the RootLeif Åstrand2011-11-106-55/+63
|
* Moved Notification to its own fileLeif Åstrand2011-11-103-319/+322
|
* Merge remote branch 'origin/master' into windowingLeif Åstrand2011-11-1035-616/+80
|\
| * Minor formatting changesLeif Åstrand2011-11-101-6/+6
| |
| * Minor formatting changeLeif Åstrand2011-11-101-1/+1
| |
| * #7912 Remove support for IE6Leif Åstrand2011-11-0935-609/+73
| |
| * Formatting changesLeif Åstrand2011-11-091-6/+6
| |
* | Relentlessly remove the last traces of ParameterHandlerLeif Åstrand2011-11-093-93/+0
| |
* | Relentlessly remove the last traces of URIHandlerLeif Åstrand2011-11-094-174/+2
| |
* | Remove unused torToCloseStream methodLeif Åstrand2011-11-091-11/+0
| |
* | Move code for writing a DownloadStream to a WrappedResponseLeif Åstrand2011-11-092-74/+95
| |
* | LoginForm now uses RequestHandlerLeif Åstrand2011-11-092-43/+37
| |
* | Moved setting cache time and date headers to WrappedResponseLeif Åstrand2011-11-094-26/+53
| |
* | Merge branch 'master' into windowingLeif Åstrand2011-11-0810-126/+517
|\|
| * Merge remote-tracking branch 'origin/6.8' into masterLeif Åstrand2011-11-0810-126/+517
| |\
| | * Removed svn:executable property to avoid problems with Git on WindowsArtur Signell2011-11-082-0/+0
| | | | | | | | | | | | svn changeset:21944/svn branch:6.7
| | * #7839 Corrected cases where pagelength=0 or where number of children > ↵Artur Signell2011-11-041-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 Signell2011-11-041-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 Signell2011-11-041-4/+6
| | | | | | | | | | | | | | | | | | updated yet causing wrong rows to be removed svn changeset:21894/svn branch:6.7
| | * #7839 Cleanup based on reviewArtur Signell2011-11-041-14/+18
| | | | | | | | | | | | svn changeset:21893/svn branch:6.7
| | * #7839 Out of Sync error when using Generated Columns with TreeTable - ↵Artur Signell2011-11-041-2/+2
| | | | | | | | | | | | | | | | | | additional fix svn changeset:21892/svn branch:6.7
| | * #7839 Out of Sync error when using Generated Columns with TreeTableArtur Signell2011-11-032-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 loggingArtur Signell2011-11-031-0/+32
| | | | | | | | | | | | svn changeset:21888/svn branch:6.7
| | * #7790 Reverted sort methods to call refreshRenderedCells instead of ↵Artur Signell2011-11-031-4/+6
| | | | | | | | | | | | | | | | | | refreshRowCache svn changeset:21887/svn branch:6.7
| | * Partly reverted [21883] as it caused unnecessary rendering in some casesArtur Signell2011-11-031-14/+54
| | | | | | | | | | | | svn changeset:21886/svn branch:6.7
| | * #7790 Renamed method to refreshRowCache, ensured it is used internally by ↵Artur Signell2011-11-031-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 rowsArtur Signell2011-11-031-38/+55
| | | | | | | | | | | | svn changeset:21882/svn branch:6.7
| | * Corrected the Scrollable JavaDoc to correspond with the code.Marko Grönroos2011-11-022-14/+76
| | | | | | | | | | | | svn changeset:21864/svn branch:6.7
| | * #5562 Widgetset build throws an exception while throwing an exceptionArtur Signell2011-11-011-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 Signell2011-10-311-1/+1
| | | | | | | | | | | | | | | | | | NegativeArraySizeException svn changeset:21840/svn branch:6.7
| | * #7836 Table repaint throws ArrayIndexOutOfBounds when using FileSystemContainerArtur Signell2011-10-271-1/+16
| | | | | | | | | | | | svn changeset:21825/svn branch:6.7
| | * #7698 FileSystemContainer throws NPE when a directory cannot be readArtur Signell2011-10-271-0/+5
| | | | | | | | | | | | svn changeset:21816/svn branch:6.7
* | | Added ThreadLocal for ApplicationLeif Åstrand2011-11-083-6/+26
| | |
* | | Create wrapped requests and responses in service and handleRequestLeif Åstrand2011-11-089-163/+96
| | |
* | | Remove Callback.getRequestPathInfo (migrated to WrappedRequest)Leif Åstrand2011-11-083-12/+0
| | |
* | | Move servlet wrapper to AbstractApplicationServletLeif Åstrand2011-11-082-49/+53
| | |
* | | Move PortletWrapper to AbstractApplicationPortletLeif Åstrand2011-11-082-44/+42
| | |
* | | Extract WrappedPortletResponse to a separate classLeif Åstrand2011-11-082-42/+50
| | |
* | | Extract WrappedHttpServletResponse to a separate classLeif Åstrand2011-11-082-46/+53
| | |
* | | Use WrappedResponse instead of AbstractCommunicationManager.ResponseLeif Åstrand2011-11-083-69/+34
| | |
* | | Use WrappedRequest instead of CommunicationManager.RequestLeif Åstrand2011-11-086-286/+273
| | | | | | | | | Move the WrappedRequest implementations to top level classes
* | | Merge the functionality of the wrapped Session into WrappedRequestLeif Åstrand2011-11-084-119/+37
| | |
* | | Pass WrappedRequest to Root.init and RootLayout.initLeif Åstrand2011-11-083-5/+8
| | |