| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changed layout warnings to be more readable and include more information. | Artur Signell | 2008-11-24 | 1 | -95/+231 |
* | fixed a bug in height error detection, refined message | Matti Tahvonen | 2008-11-24 | 1 | -5/+4 |
* | Added better checks for relative size usage inside gridlayout | Matti Tahvonen | 2008-11-21 | 1 | -5/+40 |
* | Fixed compile warnings | Artur Signell | 2008-11-17 | 1 | -2/+3 |
* | Relocated layout checks and fixed long variable handling | Matti Tahvonen | 2008-11-17 | 2 | -24/+45 |
* | Fix for double cookie submission native windowing problem. | Marc Englund | 2008-11-14 | 1 | -8/+15 |
* | Updated double-cookie-submission pattern; works with IE6 and Liferay. | Marc Englund | 2008-11-13 | 1 | -14/+20 |
* | Changed double cookie submission to use JSESSIONID, can be disabled, cleaned up. | Marc Englund | 2008-11-11 | 2 | -11/+17 |
* | Double cookie submit pattern impl; fixes #2198 | Marc Englund | 2008-11-10 | 2 | -17/+58 |
* | Application div id now contains hashcode, classname contains themename and ap... | Marc Englund | 2008-11-10 | 1 | -1/+13 |
* | do not warn about custom layout size | Matti Tahvonen | 2008-11-04 | 1 | -1/+3 |
* | In debug mode, toolkit now prints error to std err if component hierarchy has... | Matti Tahvonen | 2008-11-04 | 2 | -2/+169 |
* | fixes #2150, client side debug console now cannot be opened unless debug flag... | Matti Tahvonen | 2008-11-04 | 1 | -30/+20 |
* | Pass internal errors to application terminalError | Artur Signell | 2008-10-21 | 1 | -0/+20 |
* | Don't pass "APP" to getWindow(). Fixes #2146 | Marc Englund | 2008-10-10 | 1 | -1/+2 |
* | Fix for #2087: the same loading indicator is show at application start that i... | Jouni Koivuviita | 2008-10-06 | 1 | -1/+1 |
* | Fixes #2087: added simple favicon support for themes. | Jouni Koivuviita | 2008-10-06 | 1 | -0/+11 |
* | Removed two invalid javadoc comments. | Marc Englund | 2008-10-01 | 1 | -14/+0 |
* | svn changeset:5558/svn branch:trunk | Matti Tahvonen | 2008-09-30 | 1 | -9/+0 |
* | removed obsolete javadocs | Matti Tahvonen | 2008-09-30 | 1 | -5/+12 |
* | Fixed #2106 : Reviewed, tested, merged (and a bit fixed) Maunos patch for aut... | Joonas Lehtinen | 2008-09-26 | 1 | -0/+39 |
* | tuning tabIndex behavior | Matti Tahvonen | 2008-09-26 | 1 | -4/+5 |
* | Fixes #2089 : Warning: Ignoring variable change for non-existent component, V... | Joonas Lehtinen | 2008-09-24 | 1 | -0/+10 |
* | fixes #1589, default value for Content-Disposition http header | Matti Tahvonen | 2008-09-23 | 1 | -0/+11 |
* | Fixes #1970 : Need for a safe way to use application from multiple windows wi... | Joonas Lehtinen | 2008-09-17 | 2 | -182/+252 |
* | Fixed #2053 : Closing browse-window should trigger submitting changes and fir... | Joonas Lehtinen | 2008-09-17 | 1 | -246/+286 |
* | Invalidates session after saying 'session expired'. Fixes #1979 | Marc Englund | 2008-09-15 | 1 | -0/+4 |
* | Fixes #2007 : Application runner includes application-class-name in pathinfo | Joonas Lehtinen | 2008-09-03 | 2 | -6/+21 |
* | Fixed some code not to affect warning with java 1.5 | Matti Tahvonen | 2008-09-02 | 2 | -4/+5 |
* | Mass format | Artur Signell | 2008-09-02 | 4 | -86/+86 |
* | fixes #2003, an error message for browsers without scripting support | Matti Tahvonen | 2008-09-01 | 1 | -1/+9 |
* | Fixes #2022 - UTF-8 is now always used for custom layouts | Artur Signell | 2008-09-01 | 1 | -1/+2 |
* | Fixed for #2006 - updated error handling | Artur Signell | 2008-08-28 | 4 | -187/+238 |
* | Made #1642 fix more generic by moving implementation to AbstractComponent | Artur Signell | 2008-08-25 | 1 | -1/+1 |
* | Fixes for #2002 and #1642 - improved exception handling in CommunicationManager | Artur Signell | 2008-08-22 | 2 | -253/+313 |
* | Fix for #1925 Main window caption flashes at wrong charset in the application... | Artur Signell | 2008-08-08 | 1 | -0/+2 |
* | fixes #1733, version information is now printed on clients "DebugConsole" | Matti Tahvonen | 2008-08-06 | 1 | -14/+10 |
* | Better error message in case the user had not set main window | Joonas Lehtinen | 2008-07-11 | 1 | -0/+4 |
* | Basic JBossPortal support: WAR deploys on JBossPortal, portlets show up; Fixe... | Marc Englund | 2008-06-27 | 1 | -1/+1 |
* | fixes #1835 | Matti Tahvonen | 2008-06-18 | 1 | -10/+19 |
* | CommunicationManager now tells System.err where it's looking for missing Cust... | Marc Englund | 2008-06-16 | 1 | -0/+4 |
* | Fixes #1809 : Application doesn't load correctly when is server root directory | Joonas Lehtinen | 2008-06-14 | 1 | -0/+3 |
* | Application runner was not adding a trailing slash to the applicationUrl, and... | Marc Englund | 2008-06-10 | 1 | -2/+2 |
* | Fixed #1673 | Joonas Lehtinen | 2008-05-30 | 1 | -20/+37 |
* | Fixed double-scrollbar issue (IE,SA). Should now work as planned both w/ gene... | Marc Englund | 2008-05-27 | 1 | -1/+2 |
* | np check for browser and browsers string (needed for portlet integration) | Matti Tahvonen | 2008-05-23 | 1 | -3/+5 |
* | fixes #1636 (untested) | Matti Tahvonen | 2008-05-16 | 1 | -40/+112 |
* | Added support for Location http header for Download streams | Matti Tahvonen | 2008-05-16 | 1 | -0/+6 |
* | If out-of-sync message (and caption) is null, we'll now repaint all (as oppos... | Marc Englund | 2008-05-12 | 1 | -11/+31 |
* | Fixed one potential class cast bug. | Marc Englund | 2008-05-08 | 1 | -4/+2 |