summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* FeaturesApplication now has required field for AbstractField typesMatti Tahvonen2008-05-151-4/+5
* fixes #1657Matti Tahvonen2008-05-151-0/+6
* fixed bad code code styleMatti Tahvonen2008-05-151-922/+926
* deprecated slider setSize (we can use setWidth/setHeight) as all component su...Matti Tahvonen2008-05-152-3/+18
* fixes #1641 and some other random layout issues on FF and SafariMatti Tahvonen2008-05-151-1/+8
* Removed unneeded importsJoonas Lehtinen2008-05-151-5/+0
* Removed Java 1.5 features, Removed unnecessary (potentially dangerous) codeJoonas Lehtinen2008-05-152-13/+3
* Quick fix for Java 1.4 incompatibilities introduced in [4488] for #846. Pleas...Marko Grönroos2008-05-142-3/+7
* Fixes #846Joonas Lehtinen2008-05-147-912/+944
* Testcase for #846Joonas Lehtinen2008-05-141-0/+58
* #1647Matti Tahvonen2008-05-141-10/+18
* Fixes #1373Joonas Lehtinen2008-05-145-2/+17
* fixes #1635Matti Tahvonen2008-05-141-13/+81
* fixing major issues in client side tabsheets (Widget structure, Paintable unr...Matti Tahvonen2008-05-143-56/+100
* alidator.Suggestive API was created in year 2002 to be able to create validat...Joonas Lehtinen2008-05-131-26/+0
* fixes #1601Matti Tahvonen2008-05-131-0/+4
* trying to fix #1625Matti Tahvonen2008-05-132-2/+2
* one javadoc fix (parameter name)Marc Englund2008-05-131-1/+1
* allowNull parameters and variable renamed to onlyAllowNull, so that the progr...Marc Englund2008-05-131-11/+12
* deleted testbench package (obsolete, used earlier as example in package)Matti Tahvonen2008-05-1313-1603/+0
* set/getProgressListener deprecated, replaced with remove/addListener(Progress...Marc Englund2008-05-132-4/+73
* If out-of-sync message (and caption) is null, we'll now repaint all (as oppos...Marc Englund2008-05-121-11/+31
* blocks tab changes, while still waiting for a response to another tab chance....Matti Tahvonen2008-05-121-2/+5
* updated testMatti Tahvonen2008-05-091-1/+2
* test case for 1632Matti Tahvonen2008-05-091-0/+64
* support for non-pixel sizes for window. Fixes #1619Matti Tahvonen2008-05-092-29/+28
* fixes #1634Matti Tahvonen2008-05-091-1/+4
* Fixed one potential class cast bug.Marc Englund2008-05-081-4/+2
* fixes #1631Matti Tahvonen2008-05-081-1/+1
* fixes #1520Matti Tahvonen2008-05-081-1/+6
* Implements SystemMessages, that can be customized. Replaces Application.get/s...Marc Englund2008-05-085-91/+283
* fixes #810Matti Tahvonen2008-05-081-0/+7
* Table editmode: textfield height now the same as plain string height -> switc...Jouni Koivuviita2008-05-081-1/+6
* removed unused fieldMatti Tahvonen2008-05-081-2/+0
* fixed in #1399Matti Tahvonen2008-05-071-1/+1
* test for #161Matti Tahvonen2008-05-071-0/+45
* fixes #1486Matti Tahvonen2008-05-072-2/+7
* fixex #1483Matti Tahvonen2008-05-071-1/+3
* test case for #1519Matti Tahvonen2008-05-071-0/+24
* Fixes #657 (throws if setArgs == null)Marc Englund2008-05-071-4/+9
* fixes #1618Matti Tahvonen2008-05-074-5/+30
* removing obsolete codeMatti Tahvonen2008-05-072-47/+1
* cleaning repaint listener also when purging detached components. Fixes #1518Matti Tahvonen2008-05-071-0/+1
* fixes #1412Matti Tahvonen2008-05-062-4/+20
* fixes #831Matti Tahvonen2008-05-063-8/+25
* Fixes various bugs where tabsheet didn't repaint itself correctlyMatti Tahvonen2008-05-061-0/+7
* Test case for #831Matti Tahvonen2008-05-061-0/+58
* fixes #1495Matti Tahvonen2008-05-052-0/+21
* enhanced test to enable modal windowMatti Tahvonen2008-05-051-0/+9
* fixes #1132 RTE now shows label instead of editor if disabledMatti Tahvonen2008-05-051-6/+25