summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Minor IScrolltable fixes. Extra scrollbar space in some situations and table ...Matti Tahvonen2009-04-291-10/+7
* | | sanity check to Notification animation, GWT 1.6 regressionMatti Tahvonen2009-04-281-7/+9
* | | refactored notification fading, avoids regression when updating to GWT 1.6. A...Matti Tahvonen2009-04-281-16/+25
* | | recatored shadow position handling, avoids regression when updating to GWT 1.6Matti Tahvonen2009-04-281-6/+18
* | | fixed regression from [7545]Matti Tahvonen2009-04-281-3/+3
* | | renamed setModal to setToolkitModality to avoid naming collision with GWT 1.6Matti Tahvonen2009-04-281-13/+13
* | | added svg mime type for minetyperesolverMatti Tahvonen2009-04-281-0/+1
* | | AutoGenerated annotation type for WYSIWYG editor and more.Henri Sara2009-04-281-0/+15
* | | Test case for #2864Artur Signell2009-04-271-0/+60
* | | Merged:Artur Signell2009-04-271-5/+32
* | | fixed invalid test case: column width pixels define the area available for co...Matti Tahvonen2009-04-241-3/+12
* | | scrolltable theme refactoring: cleaning, fixing regressionsMatti Tahvonen2009-04-241-13/+12
* | | removed accidetally added cell border from default themeMatti Tahvonen2009-04-242-4/+2
* | | fixed minor regression with undefined width tables with height defined. Added...Matti Tahvonen2009-04-231-13/+31
* | | more cleaning for scroll table. Fixed npe on empty table (regression). Now de...Matti Tahvonen2009-04-231-23/+55
* | | major refactoring and cleaning related to column width handling in scrolltabl...Matti Tahvonen2009-04-234-174/+269
* | | fixed test description and enhanced testMatti Tahvonen2009-04-231-2/+3
* | | Removed old, unnecessary testsArtur Signell2009-04-232-89/+0
* | | Merged:Artur Signell2009-04-231-0/+8
* | | Test case for #2861Artur Signell2009-04-231-0/+60
* | | Test case for #2853Artur Signell2009-04-231-0/+28
* | | Test case for #2862Artur Signell2009-04-231-0/+91
* | | Merged:Artur Signell2009-04-231-0/+11
* | | generics for string array setMatti Tahvonen2009-04-221-2/+2
* | | fixes #2859Matti Tahvonen2009-04-211-27/+52
* | | Merged:Artur Signell2009-04-211-0/+1
* | | Merged:Artur Signell2009-04-212-16/+103
* | | Merged ComponentLocator javadocs.Artur Signell2009-04-211-2/+43
* | | Merged all 5.4 build script and testing tools related changes to 6.0Artur Signell2009-04-204-28/+55
* | | Removed serialVersionUIDs, added serial warning suppressionArtur Signell2009-04-1718-62/+23
* | | Additional fix for #695 - Serialization support: Fixed NPE in MethodPropertyArtur Signell2009-04-171-6/+24
* | | Merged additional fix for #2847 - Problem running on Oracle OAS10g. Fixed typoArtur Signell2009-04-171-1/+1
* | | BeanItemContainer javadoc merge to 6.0.Henri Sara2009-04-171-11/+50
* | | Paintable from client side can now be transmitted to server as a variable (wi...Matti Tahvonen2009-04-162-0/+9
* | | absolutelayout now updates relative component sizes properly on size changesMatti Tahvonen2009-04-161-5/+27
* | | minor changes to open client side for extensionMatti Tahvonen2009-04-161-3/+2
* | | symmetric api for position informationMatti Tahvonen2009-04-161-20/+156
* | | Merged fix for #2847 - Problem running on Oracle OAS10gArtur Signell2009-04-161-11/+34
* | | fixes #2850 react only on login handler requests, now supports reloadingMatti Tahvonen2009-04-151-7/+11
* | | Fix for #2848 - Sampler descriptions are not visible when running in GAEArtur Signell2009-04-141-0/+14
* | | Merged test case for #2813Artur Signell2009-04-141-0/+28
* | | Merged fix for #2813 - The DateField with RESOLUTION_YEAR or RESOLUTION_MONTH...Artur Signell2009-04-141-0/+3
* | | Changed versions to development so built packages are not confused with the r...Artur Signell2009-04-141-1/+1
* | | Merged test case for #2846Artur Signell2009-04-141-0/+44
* | | Merged fix for #2837 - Added SPACEBAR key code to ShortcutAction.KeyCodeArtur Signell2009-04-141-0/+2
* | | Merged fix for #2819 - Updated build.xml to remove .gwt-tmp when a widgetset ...Artur Signell2009-04-141-1/+11
* | | Workaround for #2835 - Force Google App Engine to re-serialize after each req...Artur Signell2009-04-131-0/+5
* | | Committing Arturs patch to #2840Joonas Lehtinen2009-04-121-11/+12
* | | Added serialization-time measurement to Ticket695Joonas Lehtinen2009-04-121-26/+29
* | | Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-12150-743/+939