| Commit message (Expand) | Author | Age | Files | Lines |
* | Added missing setters for communication error message, fixes #2521. Also fixe... | Marc Englund | 2009-01-30 | 1 | -0/+46 |
* | Added a communication error system-message that is written to the client when... | Marc Englund | 2009-01-23 | 1 | -12/+47 |
* | improving windowing javadocs | Matti Tahvonen | 2009-01-09 | 1 | -6/+15 |
* | fixes #2440. Relocated handling of uris for browser level windows form applic... | Matti Tahvonen | 2009-01-09 | 1 | -30/+6 |
* | removed obsolete method. | Matti Tahvonen | 2008-12-18 | 1 | -16/+0 |
* | debug flag on by default, will change later | Matti Tahvonen | 2008-12-16 | 1 | -1/+1 |
* | Fix for #2320 - web.xml debug parameter should enable debug mode in Application | Artur Signell | 2008-12-11 | 1 | -1/+4 |
* | Added isDebugMode() helper function (reads "Debug" parameter from context in ... | Matti Tahvonen | 2008-11-17 | 1 | -31/+20 |
* | Application div id now contains hashcode, classname contains themename and ap... | Marc Englund | 2008-11-10 | 1 | -4/+3 |
* | Declared Application.getSystemMessages() API as final: JavaDoc changed. | Joonas Lehtinen | 2008-09-26 | 1 | -13/+11 |
* | Fixed #2106 : Reviewed, tested, merged (and a bit fixed) Maunos patch for aut... | Joonas Lehtinen | 2008-09-26 | 1 | -5/+10 |
* | Fixes #2100 : Prevent window from being added to multiple places | Joonas Lehtinen | 2008-09-24 | 1 | -0/+7 |
* | Fixes #1970 : Need for a safe way to use application from multiple windows wi... | Joonas Lehtinen | 2008-09-17 | 1 | -17/+43 |
* | Fixed for #2006 - updated error handling | Artur Signell | 2008-08-28 | 1 | -75/+89 |
* | Made #1642 fix more generic by moving implementation to AbstractComponent | Artur Signell | 2008-08-25 | 1 | -4/+8 |
* | Fixes for #2002 and #1642 - improved exception handling in CommunicationManager | Artur Signell | 2008-08-22 | 1 | -2/+43 |
* | Documented; fixes #1768 | Marc Englund | 2008-06-05 | 1 | -11/+193 |
* | fixes #1730 | Matti Tahvonen | 2008-05-27 | 1 | -1/+5 |
* | fixes #1187, added some documentation to applications handleUri | Matti Tahvonen | 2008-05-16 | 1 | -1/+7 |
* | Implements SystemMessages, that can be customized. Replaces Application.get/s... | Marc Englund | 2008-05-08 | 1 | -23/+122 |
* | -Enhancement: Application.setSessionExpiredURL now allows the developer to se... | Jouni Koivuviita | 2008-04-07 | 1 | -3/+35 |
* | Fixed #1174: Where comes data for the Application.getProperty() | Jani Laakso | 2008-03-06 | 1 | -1/+13 |
* | Deprecated Application.setFocusedComponent and Application.consumeFocus(), th... | Jani Laakso | 2008-02-08 | 1 | -0/+7 |
* | javadoc fix | Jani Laakso | 2008-02-07 | 1 | -2/+2 |
* | Newbies can easily do bad code that throws exceptions but those are simply ig... | Jani Laakso | 2008-02-07 | 1 | -1/+4 |
* | setting main window in a cleaner manner when main window is not yet set | Matti Tahvonen | 2008-02-01 | 1 | -1/+1 |
* | added getVersion to Application and giving version info to TT | Matti Tahvonen | 2008-01-15 | 1 | -0/+11 |
* | License header parametrized | Jani Laakso | 2007-12-04 | 1 | -60/+36 |
* | MASS REFORMAT. | Marc Englund | 2007-11-19 | 1 | -976/+1007 |
* | Fixes missing license-class | Joonas Lehtinen | 2007-10-16 | 1 | -35/+0 |
* | Mass format based on eclipse build in formatting style. | Jani Laakso | 2007-10-09 | 1 | -10/+18 |
* | API changes and most of the base library implementation needed for new Window... | Joonas Lehtinen | 2007-08-24 | 1 | -36/+49 |
* | Fixed some typos in comments | Marc Englund | 2007-08-13 | 1 | -4/+4 |
* | fixes #510 | Matti Tahvonen | 2007-04-18 | 1 | -0/+22 |
* | Unified code style (indentation) based on default settings using Eclipse 3.2. | Jani Laakso | 2007-04-18 | 1 | -146/+189 |
* | Constructors documents changed. | Mohamed Atique | 2007-04-13 | 1 | -2/+2 |
* | Pulled changesets from branches/4.0.0-SRIT into trunk, done by | Jani Laakso | 2007-04-13 | 1 | -94/+136 |
* | Pulled changesets from branches/4.0.0-SRIT into trunk, done by | Jani Laakso | 2007-04-12 | 1 | -89/+190 |
* | piece forgot from last commit | Matti Tahvonen | 2007-03-30 | 1 | -0/+18 |
* | Better documentation for terminalError | Joonas Lehtinen | 2007-02-07 | 1 | -1/+6 |
* | Fixed comment. | Jani Laakso | 2007-02-06 | 1 | -23/+16 |
* | Fixed a bug in Application.setTheme | Joonas Lehtinen | 2007-01-29 | 1 | -1/+1 |
* | Fixed typo: "Intarfaces" => "Interfaces" | Jani Laakso | 2007-01-12 | 1 | -2/+2 |
* | Fixed typo: "Intarfaces" => "Interfaces" | Jani Laakso | 2007-01-12 | 1 | -1/+1 |
* | Comment updates | Joonas Lehtinen | 2006-12-28 | 1 | -192/+267 |
* | Changed API to avoid naming problems when inherited applications also have li... | Joonas Lehtinen | 2006-12-27 | 1 | -2/+2 |
* | Added license getter/setter for application | Joonas Lehtinen | 2006-12-27 | 1 | -0/+27 |
* | Removed unused private | Joonas Lehtinen | 2006-12-01 | 1 | -3/+0 |
* | Refactoring: Enably -> IT Mill Toolkit | Joonas Lehtinen | 2006-11-01 | 1 | -0/+767 |