aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Beautified form example styles.Jouni Koivuviita2008-10-031-3/+7
* fixes #2133, context menu event from gwt 1.5 + some other gwt 1.5 dependent c...Matti Tahvonen2008-10-032-71/+25
* Rewrote the calculator example in clearer way. Now it could be used as the fi...Joonas Lehtinen2008-10-021-115/+53
* Update test and code to handle nested coordinatelayoutsRisto Yrjänä2008-10-022-38/+23
* Applications started in-order, one-at-a-time, to avoid session-id problems. F...Marc Englund2008-10-023-29/+78
* fixes #2132, margin where reduced two times from the size given to children i...Matti Tahvonen2008-10-021-10/+3
* refactored Table sizing.Matti Tahvonen2008-10-023-156/+86
* Fixed ScrollTable relative height calculationArtur Signell2008-10-011-8/+1
* Fixed debug console restartApplication problemArtur Signell2008-10-011-4/+4
* Fix OrderedLayout problem with IE6Artur Signell2008-10-011-2/+6
* Fixed IScrollTable size problemArtur Signell2008-10-011-38/+68
* Fixed window resize problemArtur Signell2008-10-011-2/+6
* Fixed splitPanel allocated space calculationArtur Signell2008-10-011-2/+2
* Fixed TestBench layout problemArtur Signell2008-10-011-1/+1
* Removed two invalid javadoc comments.Marc Englund2008-10-011-14/+0
* Fix for #1939Artur Signell2008-10-011-5/+11
* Changed the way relative component sizes are handled. Relative sizes are now ...Artur Signell2008-10-0131-465/+1185
* JavaDoc fix for #1968 (again). XHTML templates, not XSL. Also a bit more clea...Marko Grönroos2008-09-301-9/+10
* Reverted [5565] again. Had committed extra files.Marko Grönroos2008-09-303-15/+11
* Reverted [5566]. Committed unwanted file when reverting [5565].Marko Grönroos2008-09-304-39/+16
* Reverted [5565]. Had committed extra files.Marko Grönroos2008-09-304-16/+39
* JavaDoc fix for #1968. XHTML templates, not XSL. Also a bit more cleanup. Wou...Marko Grönroos2008-09-303-11/+15
* fixed bug with ExpandLayout FF hackMatti Tahvonen2008-09-301-2/+2
* Better handling when user quickly enters invalid stuff & tabs out. Fixes #2120Marc Englund2008-09-301-1/+2
* small enhancement to print stylesheetMatti Tahvonen2008-09-302-0/+10
* simple css print instructions, to bypass our overflow hacks during print processMatti Tahvonen2008-09-302-1/+45
* fixes #2128, implemented Focusable for some client side selectsMatti Tahvonen2008-09-305-1/+22
* fixes #1394 together with [5558]Matti Tahvonen2008-09-302-27/+45
* svn changeset:5558/svn branch:trunkMatti Tahvonen2008-09-305-19/+46
* removed obsolete javadocsMatti Tahvonen2008-09-301-5/+12
* test for focusing componentsMatti Tahvonen2008-09-301-0/+65
* fixes #1235. setting subwindow subwindow readonly now disables client side cl...Matti Tahvonen2008-09-302-4/+25
* test case and fix for #2014 (toggling empty container in table)Matti Tahvonen2008-09-292-2/+66
* #2083 test caseArtur Signell2008-09-291-0/+27
* Copied CoordinateLayout from incubator to trunkRisto Yrjänä2008-09-296-0/+2436
* #1973 fix now gwt 1.4 compatibleMatti Tahvonen2008-09-291-2/+2
* removed obsolete panel width/height variables from uidl (size is define in at...Matti Tahvonen2008-09-291-10/+0
* cleaned (removed) documentation in abstractcomponent, Sizeable methods docume...Matti Tahvonen2008-09-291-34/+62
* using size attributes instead of variables for reading size values. Gets clea...Matti Tahvonen2008-09-292-7/+7
* added CSS formatting for sizes, so we don't get decimals for pixel sizesMatti Tahvonen2008-09-291-4/+28
* IScrollTable styles cell also when it contains a component (+better tc). Fixe...Marc Englund2008-09-292-6/+9
* Test case for #2125Marc Englund2008-09-291-0/+60
* fixes #2121 (Mac subwindow theme issue)Matti Tahvonen2008-09-292-20/+2
* ColumnGenerator now kept in order; fixes #2124Marc Englund2008-09-291-1/+2
* updated gwt-maps.jarMatti Tahvonen2008-09-291-4/+4
* Print a message to system out after default theme css has been combinedJoonas Lehtinen2008-09-261-0/+3
* Declared Application.getSystemMessages() API as final: JavaDoc changed.Joonas Lehtinen2008-09-261-13/+11
* Fixed #2106 : Reviewed, tested, merged (and a bit fixed) Maunos patch for aut...Joonas Lehtinen2008-09-264-6/+104
* Fixed #2090 and added test : width/height can be floatJoonas Lehtinen2008-09-267-122/+197
* Fixes #2051 (components fit table better)Marc Englund2008-09-263-15/+20