aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui
Commit message (Expand)AuthorAgeFilesLines
* Changed the initial fragment post logic a bigMatti Tahvonen2008-12-171-5/+5
* fixes #2339 and renamed some util methodsMatti Tahvonen2008-12-164-5/+18
* better renderspace estimate on initial renderMatti Tahvonen2008-12-161-1/+2
* Fixed CustomLayout issue - IE requires position relative on root elementArtur Signell2008-12-151-23/+34
* Removed CoordinateLayout from trunk. This is the first part of #2346Joonas Lehtinen2008-12-151-1159/+0
* Fix for #2345 : Table should escape string contentsJoonas Lehtinen2008-12-151-2/+2
* Fix for #2325 - SubWindow with relative sized layout brokenArtur Signell2008-12-151-10/+21
* Fix for #2325 - SubWindow with relative sized layout brokenArtur Signell2008-12-151-5/+40
* The split element of a locked splitpanel was hidden but 6px wide (from the 'u...Marc Englund2008-12-121-2/+2
* Fixed undefined width RichTextArea width in IE6Artur Signell2008-12-111-4/+4
* Fix for #2183 - Do not show hidden errors in FormLayoutArtur Signell2008-12-111-1/+2
* Fix for #2315 - FF3 ComboBox rendering issueArtur Signell2008-12-111-3/+12
* Fix for #2312 - RichTextArea size in IE7Artur Signell2008-12-111-0/+8
* fixes #2316Matti Tahvonen2008-12-111-2/+2
* splitpanel now behaves on size changes that happen outside its own updateFrom...Matti Tahvonen2008-12-111-1/+14
* fixes relative size change propagation in OL if contained component have changedMatti Tahvonen2008-12-111-10/+9
* fixed custom layout resize issues due npeMatti Tahvonen2008-12-101-2/+2
* Fix for #2296 - CustomLayout shrinking problemArtur Signell2008-12-091-14/+108
* fixes #2304, panel without caption/custom stylesMatti Tahvonen2008-12-091-41/+42
* Refactored custom layout relative image prefixing to use regexp befor setting...Matti Tahvonen2008-12-091-15/+23
* fixes custom layout image prefixing. ImageElement.getSrc return parsed (not r...Matti Tahvonen2008-12-081-1/+1
* fixes #2297, #2287 and optimizes other onload event handlings.Matti Tahvonen2008-12-087-58/+79
* Fix for #2288 - GridLayout vertical spacing detection broken in IE7Artur Signell2008-12-081-0/+1
* Fix for #2301 - TabSheet tab width problemArtur Signell2008-12-081-0/+8
* Extended test case and fix for #2289 - Client does not remove removed tabs fr...Artur Signell2008-12-084-3/+69
* Fix for #2282 - FormLayout with undefined widthArtur Signell2008-12-081-4/+33
* fixes #2292. Onload size notification for IButton and some other componentsMatti Tahvonen2008-12-054-9/+41
* fixes #2267, bug with child size changes when cells had colspan/rowspanMatti Tahvonen2008-12-051-2/+2
* Fix for #2253 - Use getBoundingClientRect() for measuring elements when avail...Artur Signell2008-12-052-29/+4
* Fix for #2253 - Use getBoundingClientRect() for measuring elements when avail...Artur Signell2008-12-051-2/+29
* Fix for #2278 - MarginHandler refactoring.Artur Signell2008-12-035-14/+18
* Fix for #2270 - TabSheet content heightArtur Signell2008-12-021-9/+20
* Fixed #2257 for Accordion.Artur Signell2008-12-021-7/+31
* Fixes IWindow height calculation (one extra pixel because of top border on co...Jouni Koivuviita2008-12-021-2/+1
* Fixed #2257 for Panel and TabSheet.Artur Signell2008-12-022-1/+28
* Fixed FormLayout handling of relative sized fieldsArtur Signell2008-12-021-8/+15
* Fix for #2259 - Do not update cached TabSheetArtur Signell2008-12-022-1/+6
* Fix for #2254 - Form size problemsArtur Signell2008-12-022-94/+200
* Fix for #2202 - DateField skips a monthArtur Signell2008-12-011-2/+27
* Fix for #2250 - Avoid negative sizes in IOrderedLayoutArtur Signell2008-12-011-6/+21
* Fix for #2240 OrderedLayout size updatesArtur Signell2008-11-281-8/+39
* Fix for #2234 - IE ComboBox popup menu widthArtur Signell2008-11-281-0/+19
* fixes #2213, prefixed server side style names to suggest menuMatti Tahvonen2008-11-281-0/+15
* Fix for #2231 - Allow border and padding for LabelsArtur Signell2008-11-282-6/+22
* Code cleanupArtur Signell2008-11-271-7/+6
* Test case and fix for #2235 - OrderedLayout resize problemArtur Signell2008-11-271-14/+17
* fixes #2233. added a div around panel caption to help theming + some GWT 1.5 ...Matti Tahvonen2008-11-271-26/+23
* Take component margins into account when updating component container sizes i...Artur Signell2008-11-271-2/+8
* fixes #2232. Spacing can be now be adjusted, even if spacing is not set from ...Matti Tahvonen2008-11-272-21/+13
* Fix for #2221 IE position:relative issuesArtur Signell2008-11-273-10/+80