aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/web/ApplicationServlet.java
Commit message (Expand)AuthorAgeFilesLines
* Remove com.itmill.toolkit.terminal.web.ApplicationServlet - this is a relic f...Joonas Lehtinen2008-09-051-32/+0
* License header parametrizedJani Laakso2007-12-041-0/+4
* MASS REFORMAT.Marc Englund2007-11-191-7/+7
* Removed log class, replaced with e.printstacktrace() or with System.err.print...Jani Laakso2007-11-151-4/+2
* Removed annotationMarc Englund2007-11-011-1/+0
* Added com.itmill.toolkit.terminal.web.ApplicationServlet which eases running ...Jani Laakso2007-10-311-0/+31
* Started a major refactoring: removed terminal.web, added terminal.gwt.server....Joonas Lehtinen2007-07-171-2186/+0
* Load theme-specific CSS in servletJoonas Lehtinen2007-06-151-2/+3
* Expanding consoleJoonas Lehtinen2007-06-131-2/+3
* Larget log consoleJoonas Lehtinen2007-06-131-1/+2
* small changesMatti Tahvonen2007-06-081-2/+1
* servlet now makes index pages. atm works only with trailing slashes ( tk/Hell...Matti Tahvonen2007-06-071-70/+71
* now from app/UIDL feeds JSONMatti Tahvonen2007-06-051-1/+1
* fixes #759, #758Matti Tahvonen2007-06-051-3/+6
* reverted to same state before 1531Matti Tahvonen2007-06-041-130/+55
* Fixed custom index.html pages. Broken after change [1531]Matti Tahvonen2007-05-301-4/+8
* fixes #760Matti Tahvonen2007-05-301-0/+5
* fixes #758, #759Matti Tahvonen2007-05-301-6/+7
* fixes #756, #757Matti Tahvonen2007-05-301-52/+117
* Fixed 742. Stress / robustness testing no longer provides erratic exceptions.Jani Laakso2007-05-301-84/+112
* fixed compile problemMatti Tahvonen2007-05-281-4/+0
* removed empty linesJani Laakso2007-05-251-3/+0
* Fixed #744Jani Laakso2007-05-241-0/+4
* Providing informative message on how to configure themes on warning and error...Jani Laakso2007-05-241-9/+9
* fixes #731Matti Tahvonen2007-05-231-4/+4
* Fix for #730Jani Laakso2007-05-221-7/+9
* Another fix for #723.Jani Laakso2007-05-221-28/+49
* Fixed #723 (Critical memory leak)Jani Laakso2007-05-151-16/+19
* Removed allWindows property and related code to it.Jani Laakso2007-05-151-12/+0
* Partial fix for #723 (Memory leak), Applications are still not GC'ed.Jani Laakso2007-05-151-6/+6
* = CustomLayout preloading =Joonas Lehtinen2007-04-221-1/+1
* JDK 1.4.x compatibility fix. Code did not work on JDK 1.4.x.Jani Laakso2007-04-201-1/+1
* Unified code style (indentation) based on default settings using Eclipse 3.2.Jani Laakso2007-04-181-130/+170
* Pulled changesets from branches/4.0.0-SRIT into trunk, done byJani Laakso2007-04-121-165/+288
* Fixed clazzName into classNameJani Laakso2007-04-041-2/+2
* Fixed NPE when theme name mismatch occurs between description.xml and Applica...Jani Laakso2007-04-031-14/+27
* Add full firebugLite only in debug modeMatti Tahvonen2007-03-261-5/+11
* fixes #468Matti Tahvonen2007-03-231-2/+6
* Fixes #519Joonas Lehtinen2007-03-141-1/+4
* Better exception reporting for first time users on cases where themes or lice...Jani Laakso2007-03-131-3/+13
* Fixed #83 (Server certificate test: Websphere).Jani Laakso2007-03-121-2/+5
* fix to rendering mode selection without parametersMatti Tahvonen2007-03-061-1/+1
* fixes #468Matti Tahvonen2007-03-061-3/+5
* Fixed #82 (Server certificate test: Weblogic), after this changeset test succ...Jani Laakso2007-03-041-81/+95
* Fixed #447Jani Laakso2007-02-271-1/+2
* removed lot of globals and refactored some components to work w/o themMatti Tahvonen2007-02-271-4/+5
* CleanupJoonas Lehtinen2007-02-201-4/+0
* fixes #432Matti Tahvonen2007-02-191-14/+18
* Modifications in detecting Ajax vs. Html mode. Should fix opening unwanted de...Matti Tahvonen2007-02-151-13/+34
* Fixed deployment to :80 with safari (again) Joonas Lehtinen2007-02-071-2/+6