aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed layout warnings to be more readable and include more information.Artur Signell2008-11-241-95/+231
| | | | svn changeset:5963/svn branch:trunk
* fixed a bug in height error detection, refined message Matti Tahvonen2008-11-241-5/+4
| | | | svn changeset:5960/svn branch:trunk
* Added better checks for relative size usage inside gridlayoutMatti Tahvonen2008-11-211-5/+40
| | | | svn changeset:5951/svn branch:trunk
* Fixed compile warningsArtur Signell2008-11-171-2/+3
| | | | svn changeset:5909/svn branch:trunk
* Relocated layout checks and fixed long variable handlingMatti Tahvonen2008-11-172-24/+45
| | | | svn changeset:5907/svn branch:trunk
* Fix for double cookie submission native windowing problem.Marc Englund2008-11-141-8/+15
| | | | svn changeset:5900/svn branch:trunk
* Updated double-cookie-submission pattern; works with IE6 and Liferay.Marc Englund2008-11-131-14/+20
| | | | svn changeset:5894/svn branch:trunk
* Changed double cookie submission to use JSESSIONID, can be disabled, cleaned up.Marc Englund2008-11-112-11/+17
| | | | svn changeset:5863/svn branch:trunk
* Double cookie submit pattern impl; fixes #2198Marc Englund2008-11-102-17/+58
| | | | svn changeset:5855/svn branch:trunk
* Application div id now contains hashcode, classname contains themename and ↵Marc Englund2008-11-101-1/+13
| | | | | | appname classes. Fixes #2196 svn changeset:5836/svn branch:trunk
* do not warn about custom layout sizeMatti Tahvonen2008-11-041-1/+3
| | | | svn changeset:5808/svn branch:trunk
* In debug mode, toolkit now prints error to std err if component hierarchy ↵Matti Tahvonen2008-11-042-2/+169
| | | | | | has invalid combination of layouts and relative sizes. svn changeset:5807/svn branch:trunk
* fixes #2150, client side debug console now cannot be opened unless debug ↵Matti Tahvonen2008-11-041-30/+20
| | | | | | flag is set in app init svn changeset:5804/svn branch:trunk
* Pass internal errors to application terminalError Artur Signell2008-10-211-0/+20
| | | | svn changeset:5677/svn branch:trunk
* Don't pass "APP" to getWindow(). Fixes #2146Marc Englund2008-10-101-1/+2
| | | | svn changeset:5622/svn branch:trunk
* Fix for #2087: the same loading indicator is show at application start that ↵Jouni Koivuviita2008-10-061-1/+1
| | | | | | is used for UIDL request indication. This can be overridden in theme. svn changeset:5598/svn branch:trunk
* Fixes #2087: added simple favicon support for themes.Jouni Koivuviita2008-10-061-0/+11
| | | | svn changeset:5597/svn branch:trunk
* Removed two invalid javadoc comments.Marc Englund2008-10-011-14/+0
| | | | svn changeset:5572/svn branch:trunk
* svn changeset:5558/svn branch:trunkMatti Tahvonen2008-09-301-9/+0
|
* removed obsolete javadocsMatti Tahvonen2008-09-301-5/+12
| | | | svn changeset:5557/svn branch:trunk
* Fixed #2106 : Reviewed, tested, merged (and a bit fixed) Maunos patch for ↵Joonas Lehtinen2008-09-261-0/+39
| | | | | | automatic expiration forward when the session ends. svn changeset:5528/svn branch:trunk
* tuning tabIndex behaviorMatti Tahvonen2008-09-261-4/+5
| | | | svn changeset:5519/svn branch:trunk
* Fixes #2089 : Warning: Ignoring variable change for non-existent component, ↵Joonas Lehtinen2008-09-241-0/+10
| | | | | | VAR_PID=PID0 svn changeset:5493/svn branch:trunk
* fixes #1589, default value for Content-Disposition http headerMatti Tahvonen2008-09-231-0/+11
| | | | svn changeset:5481/svn branch:trunk
* Fixes #1970 : Need for a safe way to use application from multiple windows ↵Joonas Lehtinen2008-09-172-182/+252
| | | | | | | | without synchronization errors This is rather complex new feature that has a high risk of regressions. svn changeset:5425/svn branch:trunk
* Fixed #2053 : Closing browse-window should trigger submitting changes and ↵Joonas Lehtinen2008-09-171-246/+286
| | | | | | fire close-event svn changeset:5419/svn branch:trunk
* Invalidates session after saying 'session expired'. Fixes #1979Marc Englund2008-09-151-0/+4
| | | | svn changeset:5396/svn branch:trunk
* Fixes #2007 : Application runner includes application-class-name in pathinfoJoonas Lehtinen2008-09-032-6/+21
| | | | svn changeset:5352/svn branch:trunk
* Fixed some code not to affect warning with java 1.5Matti Tahvonen2008-09-022-4/+5
| | | | svn changeset:5333/svn branch:trunk
* Mass formatArtur Signell2008-09-024-86/+86
| | | | svn changeset:5331/svn branch:trunk
* fixes #2003, an error message for browsers without scripting supportMatti Tahvonen2008-09-011-1/+9
| | | | svn changeset:5312/svn branch:trunk
* Fixes #2022 - UTF-8 is now always used for custom layoutsArtur Signell2008-09-011-1/+2
| | | | svn changeset:5310/svn branch:trunk
* Fixed for #2006 - updated error handlingArtur Signell2008-08-284-187/+238
| | | | svn changeset:5281/svn branch:trunk
* Made #1642 fix more generic by moving implementation to AbstractComponentArtur Signell2008-08-251-1/+1
| | | | svn changeset:5250/svn branch:trunk
* Fixes for #2002 and #1642 - improved exception handling in CommunicationManagerArtur Signell2008-08-222-253/+313
| | | | svn changeset:5242/svn branch:trunk
* Fix for #1925 Main window caption flashes at wrong charset in the ↵Artur Signell2008-08-081-0/+2
| | | | | | application restart svn changeset:5160/svn branch:trunk
* fixes #1733, version information is now printed on clients "DebugConsole"Matti Tahvonen2008-08-061-14/+10
| | | | svn changeset:5147/svn branch:trunk
* Better error message in case the user had not set main windowJoonas Lehtinen2008-07-111-0/+4
| | | | svn changeset:5097/svn branch:trunk
* Basic JBossPortal support: WAR deploys on JBossPortal, portlets show up; ↵Marc Englund2008-06-271-1/+1
| | | | | | Fixes #1851 svn changeset:4963/svn branch:trunk
* fixes #1835Matti Tahvonen2008-06-181-10/+19
| | | | svn changeset:4916/svn branch:trunk
* CommunicationManager now tells System.err where it's looking for missing ↵Marc Englund2008-06-161-0/+4
| | | | | | CustomLayouts svn changeset:4894/svn branch:trunk
* Fixes #1809 : Application doesn't load correctly when is server root directoryJoonas Lehtinen2008-06-141-0/+3
| | | | svn changeset:4882/svn branch:trunk
* Application runner was not adding a trailing slash to the applicationUrl, ↵Marc Englund2008-06-101-2/+2
| | | | | | and thus getURL() returned invalid url. Fixed, fixes #1659 svn changeset:4823/svn branch:trunk
* Fixed #1673Joonas Lehtinen2008-05-301-20/+37
| | | | svn changeset:4720/svn branch:trunk
* Fixed double-scrollbar issue (IE,SA). Should now work as planned both w/ ↵Marc Englund2008-05-271-1/+2
| | | | | | generated body and embedded. svn changeset:4643/svn branch:trunk
* np check for browser and browsers string (needed for portlet integration)Matti Tahvonen2008-05-231-3/+5
| | | | svn changeset:4624/svn branch:trunk
* fixes #1636 (untested)Matti Tahvonen2008-05-161-40/+112
| | | | svn changeset:4527/svn branch:trunk
* Added support for Location http header for Download streamsMatti Tahvonen2008-05-161-0/+6
| | | | svn changeset:4517/svn branch:trunk
* If out-of-sync message (and caption) is null, we'll now repaint all (as ↵Marc Englund2008-05-121-11/+31
| | | | | | opposed to reloading the page) - much faster and more transparent. svn changeset:4430/svn branch:trunk
* Fixed one potential class cast bug.Marc Englund2008-05-081-4/+2
| | | | svn changeset:4397/svn branch:trunk