summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/server
Commit message (Expand)AuthorAgeFilesLines
* Portlet integration refactoring, ApplicationServlet changes.Marc Englund2008-04-151-4/+26
* fixes #1557, added check if TT has already created global itmill js namespaceMatti Tahvonen2008-04-141-7/+11
* Fixed #1558: ApplicationServlet: closeApplication closes Application twice (n...Jani Laakso2008-04-131-1/+0
* Fixed (partially) #1557: ApplicationServlet has broken javascriptJani Laakso2008-04-111-5/+5
* Modified to suit portal integration.Marc Englund2008-04-111-9/+10
* Needs to pass back application via request when producing fragment (i.e to po...Marc Englund2008-04-111-0/+3
* avoid all non alphanumeric chars in appIdMatti Tahvonen2008-04-111-1/+1
* refactored app init process (for multiple toolkits in portals/mash-ups), some...Matti Tahvonen2008-04-111-95/+70
* Added initial html-fragment support (for portlets).Marc Englund2008-04-101-53/+101
* fixes #1555Matti Tahvonen2008-04-091-0/+6
* fixes #1544Matti Tahvonen2008-04-081-9/+0
* TT backwards compatibility fix: adds old (pre-multiapp) versionInfo to js.Marc Englund2008-04-071-1/+11
* -Enhancement: Application.setSessionExpiredURL now allows the developer to se...Jouni Koivuviita2008-04-071-9/+60
* initial commit for #704Matti Tahvonen2008-04-041-2/+3
* Fixes #1514: Add src-attribute for __gwt_historyFrame IFRAME-element to preve...Jouni Koivuviita2008-03-271-2/+2
* svn changeset:4010/svn branch:trunkJani Laakso2008-03-101-2/+1
* Fixed NPE (warning message): for variable change requests which relate to non...Jani Laakso2008-03-101-4/+5
* Mainwindow (and theoretically other windows) can now be changed; fixes #1450Marc Englund2008-03-071-1/+13
* Continued fix for #1475: setReadOnly(true) fails for: Checkbox, Button, UploadJani Laakso2008-03-071-0/+4
* Fixed #1474: Security Issue: Variable changes are still handled for disabled ...Jani Laakso2008-03-071-1/+16
* doc updateJani Laakso2008-03-071-5/+16
* JSON UIDL change: ')/*{JSON' changed to 'for(;;);[{JSON}]'. Fixes #1247Marc Englund2008-03-072-8/+11
* Fixed (again) #1390: Application runner has class / resource loading issuesJani Laakso2008-03-061-12/+12
* Fixed #1390: Application runner has class / resource loading issuesJani Laakso2008-03-061-10/+19
* Title of generated page is no longer "IT Mill Toolkit 5" if the mainwindow ha...Marc Englund2008-03-031-1/+5
* fixes #1451Matti Tahvonen2008-02-281-20/+17
* removed unnecessary TTServerUriMatti Tahvonen2008-02-191-7/+3
* Does not write TestingTools TestCase script anymore - fetched directly from s...Marc Englund2008-02-151-62/+3
* slashes and no contexts. fixes #1369Matti Tahvonen2008-02-121-2/+3
* Removed unneeded ApplicationServlet reference from CommunicationManager as pr...Joonas Lehtinen2008-02-112-8/+4
* Added TODO ("security" and design related comment)Jani Laakso2008-02-111-0/+2
* Removed logging.Jani Laakso2008-02-111-5/+0
* Got rid of last WeakHashMap, should now be able to do TerracottaJani Laakso2008-02-081-44/+0
* table now refreshes its contents and does component attaching etc in right pl...Matti Tahvonen2008-02-082-3/+5
* JSONPaintTarget does not need to be class attribute.Jani Laakso2008-02-081-3/+2
* Fixed RestartApplication, now alsoJani Laakso2008-02-081-0/+3
* extracted alignments and spacing to layouts subinterfacesMatti Tahvonen2008-02-072-14/+13
* Added wwarning message to standard error stream if download fails.Jani Laakso2008-02-071-0/+3
* Another fix for #1384: Critical memory leak, every paintable/component/layout...Jani Laakso2008-02-071-14/+12
* Fixes (partially) #1384: Critical memory leak, every paintable/component/layo...Jani Laakso2008-02-071-7/+23
* Fixed #1380.Jani Laakso2008-02-063-13/+29
* Added stacktrace if getBaseResource fails. Doc fixes.Jani Laakso2008-02-061-4/+2
* fixes #1036 and removes some obsolete codeMatti Tahvonen2008-02-012-53/+1
* fixes #1332Matti Tahvonen2008-01-242-16/+34
* testcase is now JS objectMatti Tahvonen2008-01-161-3/+3
* added getVersion to Application and giving version info to TTMatti Tahvonen2008-01-151-3/+10
* fixed port typo, removed context from default TT serverMatti Tahvonen2008-01-101-2/+2
* new TT default port for TK5Matti Tahvonen2008-01-101-5/+3
* PID's are now assigned deterministic, fixes #1249Matti Tahvonen2008-01-091-15/+13
* simplified test case proxyMatti Tahvonen2008-01-021-33/+8