summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/server
Commit message (Expand)AuthorAgeFilesLines
...
* Changed layout warnings to be more readable and include more information.Artur Signell2008-11-241-95/+231
* fixed a bug in height error detection, refined message Matti Tahvonen2008-11-241-5/+4
* Added better checks for relative size usage inside gridlayoutMatti Tahvonen2008-11-211-5/+40
* Fixed compile warningsArtur Signell2008-11-171-2/+3
* Relocated layout checks and fixed long variable handlingMatti Tahvonen2008-11-172-24/+45
* Fix for double cookie submission native windowing problem.Marc Englund2008-11-141-8/+15
* Updated double-cookie-submission pattern; works with IE6 and Liferay.Marc Englund2008-11-131-14/+20
* Changed double cookie submission to use JSESSIONID, can be disabled, cleaned up.Marc Englund2008-11-112-11/+17
* Double cookie submit pattern impl; fixes #2198Marc Englund2008-11-102-17/+58
* Application div id now contains hashcode, classname contains themename and ap...Marc Englund2008-11-101-1/+13
* do not warn about custom layout sizeMatti Tahvonen2008-11-041-1/+3
* In debug mode, toolkit now prints error to std err if component hierarchy has...Matti Tahvonen2008-11-042-2/+169
* fixes #2150, client side debug console now cannot be opened unless debug flag...Matti Tahvonen2008-11-041-30/+20
* Pass internal errors to application terminalError Artur Signell2008-10-211-0/+20
* Don't pass "APP" to getWindow(). Fixes #2146Marc Englund2008-10-101-1/+2
* Fix for #2087: the same loading indicator is show at application start that i...Jouni Koivuviita2008-10-061-1/+1
* Fixes #2087: added simple favicon support for themes.Jouni Koivuviita2008-10-061-0/+11
* Removed two invalid javadoc comments.Marc Englund2008-10-011-14/+0
* svn changeset:5558/svn branch:trunkMatti Tahvonen2008-09-301-9/+0
* removed obsolete javadocsMatti Tahvonen2008-09-301-5/+12
* Fixed #2106 : Reviewed, tested, merged (and a bit fixed) Maunos patch for aut...Joonas Lehtinen2008-09-261-0/+39
* tuning tabIndex behaviorMatti Tahvonen2008-09-261-4/+5
* Fixes #2089 : Warning: Ignoring variable change for non-existent component, V...Joonas Lehtinen2008-09-241-0/+10
* fixes #1589, default value for Content-Disposition http headerMatti Tahvonen2008-09-231-0/+11
* Fixes #1970 : Need for a safe way to use application from multiple windows wi...Joonas Lehtinen2008-09-172-182/+252
* Fixed #2053 : Closing browse-window should trigger submitting changes and fir...Joonas Lehtinen2008-09-171-246/+286
* Invalidates session after saying 'session expired'. Fixes #1979Marc Englund2008-09-151-0/+4
* Fixes #2007 : Application runner includes application-class-name in pathinfoJoonas Lehtinen2008-09-032-6/+21
* Fixed some code not to affect warning with java 1.5Matti Tahvonen2008-09-022-4/+5
* Mass formatArtur Signell2008-09-024-86/+86
* fixes #2003, an error message for browsers without scripting supportMatti Tahvonen2008-09-011-1/+9
* Fixes #2022 - UTF-8 is now always used for custom layoutsArtur Signell2008-09-011-1/+2
* Fixed for #2006 - updated error handlingArtur Signell2008-08-284-187/+238
* Made #1642 fix more generic by moving implementation to AbstractComponentArtur Signell2008-08-251-1/+1
* Fixes for #2002 and #1642 - improved exception handling in CommunicationManagerArtur Signell2008-08-222-253/+313
* Fix for #1925 Main window caption flashes at wrong charset in the application...Artur Signell2008-08-081-0/+2
* fixes #1733, version information is now printed on clients "DebugConsole"Matti Tahvonen2008-08-061-14/+10
* Better error message in case the user had not set main windowJoonas Lehtinen2008-07-111-0/+4
* Basic JBossPortal support: WAR deploys on JBossPortal, portlets show up; Fixe...Marc Englund2008-06-271-1/+1
* fixes #1835Matti Tahvonen2008-06-181-10/+19
* CommunicationManager now tells System.err where it's looking for missing Cust...Marc Englund2008-06-161-0/+4
* Fixes #1809 : Application doesn't load correctly when is server root directoryJoonas Lehtinen2008-06-141-0/+3
* Application runner was not adding a trailing slash to the applicationUrl, and...Marc Englund2008-06-101-2/+2
* Fixed #1673Joonas Lehtinen2008-05-301-20/+37
* Fixed double-scrollbar issue (IE,SA). Should now work as planned both w/ gene...Marc Englund2008-05-271-1/+2
* np check for browser and browsers string (needed for portlet integration)Matti Tahvonen2008-05-231-3/+5
* fixes #1636 (untested)Matti Tahvonen2008-05-161-40/+112
* Added support for Location http header for Download streamsMatti Tahvonen2008-05-161-0/+6
* If out-of-sync message (and caption) is null, we'll now repaint all (as oppos...Marc Englund2008-05-121-11/+31
* Fixed one potential class cast bug.Marc Englund2008-05-081-4/+2