summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit
Commit message (Collapse)AuthorAgeFilesLines
* Removed not-well-working demos to fix #195 (they can be restored when we ↵Joonas Lehtinen2007-01-127-1117/+0
| | | | | | have time to polish them) svn changeset:250/svn branch:toolkit
* fix to #57Joonas Lehtinen2007-01-121-4/+6
| | | | svn changeset:246/svn branch:toolkit
* small typoJani Laakso2007-01-121-1/+1
| | | | svn changeset:244/svn branch:toolkit
* refactoring...Joonas Lehtinen2007-01-121-91/+94
| | | | svn changeset:243/svn branch:toolkit
* javascript namespace change: itmill.toolkit -> itmillJoonas Lehtinen2007-01-121-2/+2
| | | | svn changeset:242/svn branch:toolkit
* Fixed typo: "Intarfaces" => "Interfaces"Jani Laakso2007-01-12135-135/+135
| | | | svn changeset:238/svn branch:toolkit
* Refactoring ajax theme to include real inheritance and conform to OpenAjax ↵Joonas Lehtinen2007-01-111-8/+13
| | | | | | Alliance best practices svn changeset:236/svn branch:toolkit
* Millstone -> IT Mill ToolkitJoonas Lehtinen2007-01-0324-74/+45
| | | | svn changeset:220/svn branch:toolkit
* Millstone -> IT Mill toolkitJoonas Lehtinen2007-01-036-15/+12
| | | | svn changeset:218/svn branch:toolkit
* changed logoJoonas Lehtinen2007-01-032-1/+1
| | | | svn changeset:217/svn branch:toolkit
* Millstone -> IT Mill ToolkitJoonas Lehtinen2007-01-0319-163/+22
| | | | svn changeset:216/svn branch:toolkit
* javadoc updatesJoonas Lehtinen2007-01-035-47/+47
| | | | svn changeset:214/svn branch:toolkit
* Did not compile, fixedJoonas Lehtinen2007-01-021-1/+1
| | | | svn changeset:212/svn branch:toolkit
* Added serials for fix #131Joonas Lehtinen2007-01-024-0/+25
| | | | svn changeset:208/svn branch:toolkit
* Removed unused code and filed bug #174 insteadJoonas Lehtinen2007-01-021-5/+0
| | | | svn changeset:207/svn branch:toolkit
* Fixed a warnJoonas Lehtinen2007-01-021-2/+0
| | | | svn changeset:206/svn branch:toolkit
* fidex a warnJoonas Lehtinen2007-01-021-7/+6
| | | | svn changeset:205/svn branch:toolkit
* bugfix in forcing to non-debug modeJoonas Lehtinen2007-01-021-4/+6
| | | | svn changeset:204/svn branch:toolkit
* Added support for opening debug window from get parameters and web.xml. Also ↵Joonas Lehtinen2007-01-026-58/+79
| | | | | | not it is possible to disable debug-mode alltogether from web.xml. svn changeset:203/svn branch:toolkit
* Removed unnecessary logs from browser version decetionJoonas Lehtinen2007-01-021-6/+0
| | | | svn changeset:200/svn branch:toolkit
* Added IE 7 decetion from Millstone Web AdapterJoonas Lehtinen2007-01-022-1/+9
| | | | svn changeset:199/svn branch:toolkit
* new component ProgressIndicator and ajax version of chat that uses itMatti Tahvonen2007-01-022-0/+389
| | | | svn changeset:198/svn branch:toolkit
* Fixed jetty related bugJoonas Lehtinen2006-12-291-2/+3
| | | | svn changeset:195/svn branch:toolkit
* Fixed OR rule checking in description.xml parsingJoonas Lehtinen2006-12-291-2/+2
| | | | svn changeset:194/svn branch:toolkit
* - Renamed default theme to baseJoonas Lehtinen2006-12-295-146/+240
| | | | | | | | | - Merged XSLT and AJAX -based themes - Added automatic browser detection and mode selection - Added automatic ajax-html page generation - Added automatic XSLT theme header generation (no more window template modifications needed!) svn changeset:187/svn branch:toolkit
* New theme description format that supports combined ajax-xsl themes. This is ↵Joonas Lehtinen2006-12-297-672/+862
| | | | | | | | not yet forced by default and it should be backwards compatible with old ajax and xsl-themes. svn changeset:184/svn branch:toolkit
* Comment updatesJoonas Lehtinen2006-12-281-192/+267
| | | | svn changeset:181/svn branch:toolkit
* Comment updatesJoonas Lehtinen2006-12-281-35/+41
| | | | svn changeset:180/svn branch:toolkit
* removed version debugsJoonas Lehtinen2006-12-281-3/+1
| | | | svn changeset:179/svn branch:toolkit
* Now version info is automatically included from build-system. Removed ↵Joonas Lehtinen2006-12-281-16/+22
| | | | | | support for SNAPSHOT theme jars, as they are not needed anymore. svn changeset:175/svn branch:toolkit
* Fixed bug #117Joonas Lehtinen2006-12-281-11/+8
| | | | svn changeset:173/svn branch:toolkit
* Fixed bug #117Joonas Lehtinen2006-12-281-63/+119
| | | | svn changeset:172/svn branch:toolkit
* Fixed a lot of warns about unused codeJoonas Lehtinen2006-12-274-11/+1
| | | | svn changeset:168/svn branch:toolkit
* Fixed a lot of warns about unused codeJoonas Lehtinen2006-12-271-1/+0
| | | | svn changeset:167/svn branch:toolkit
* Fixed a lot of warns about unused codeJoonas Lehtinen2006-12-277-47/+10
| | | | svn changeset:166/svn branch:toolkit
* Removed tons of unnecessary codeJoonas Lehtinen2006-12-271-576/+0
| | | | svn changeset:165/svn branch:toolkit
* Fixed bugs found in license mechanism testingJoonas Lehtinen2006-12-271-5/+35
| | | | | | Implemented server-wide active users check svn changeset:164/svn branch:toolkit
* Fixed bugs found in license mechanism testingJoonas Lehtinen2006-12-271-6/+7
| | | | svn changeset:163/svn branch:toolkit
* Added license checks to ApplicationServletJoonas Lehtinen2006-12-271-72/+186
| | | | svn changeset:161/svn branch:toolkit
* Minor correctionsJoonas Lehtinen2006-12-271-1/+2
| | | | svn changeset:160/svn branch:toolkit
* License decsription is now feature complete. Class is untested.Joonas Lehtinen2006-12-271-16/+72
| | | | svn changeset:157/svn branch:toolkit
* Changed API to avoid naming problems when inherited applications also have ↵Joonas Lehtinen2006-12-271-2/+2
| | | | | | licenses svn changeset:156/svn branch:toolkit
* Added license getter/setter for applicationJoonas Lehtinen2006-12-271-0/+27
| | | | svn changeset:155/svn branch:toolkit
* Added license validity checks and description printing (still a bit incomplete)Joonas Lehtinen2006-12-271-47/+382
| | | | svn changeset:154/svn branch:toolkit
* started work for #45Matti Tahvonen2006-12-271-0/+4
| | | | svn changeset:152/svn branch:toolkit
* fixed bug with IE and multiselect + added twincol style for selectMatti Tahvonen2006-12-151-0/+4
| | | | svn changeset:143/svn branch:toolkit
* Properly emit readonly status changesJoonas Lehtinen2006-12-011-1/+4
| | | | svn changeset:141/svn branch:toolkit
* removed unneeded importsJoonas Lehtinen2006-12-011-3/+1
| | | | svn changeset:140/svn branch:toolkit
* Properly emit readonly status changesJoonas Lehtinen2006-12-011-0/+5
| | | | svn changeset:139/svn branch:toolkit
* Removed unused privateJoonas Lehtinen2006-12-011-3/+0
| | | | svn changeset:138/svn branch:toolkit