aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a minor hack to fix sampler scrollbar issuesMatti Tahvonen2009-02-061-1/+1
| | | | svn changeset:6760/svn branch:trunk
* Added a minor hack to fix sampler scrollbar issuesMatti Tahvonen2009-02-061-3/+16
| | | | svn changeset:6759/svn branch:trunk
* fixes #2503 and "broken shadow" issue in IE7, never add absolutely ↵Matti Tahvonen2009-02-061-5/+7
| | | | | | positioned element to dom in IE7 unless the parent size is defined svn changeset:6754/svn branch:trunk
* null check, don't fire tooltip action without the actual ownerMatti Tahvonen2009-02-061-1/+1
| | | | svn changeset:6753/svn branch:trunk
* Fix for #2541 - IToolkitOverlay offset in IE7Artur Signell2009-02-061-0/+8
| | | | svn changeset:6750/svn branch:trunk
* Fix for #2504 - IFilterSelect popup in wrong positionArtur Signell2009-02-061-3/+13
| | | | svn changeset:6748/svn branch:trunk
* Fix for #2501 - Changed notification event handling so it only reacts to the ↵Artur Signell2009-02-061-3/+12
| | | | | | events we know that should fade the notification svn changeset:6746/svn branch:trunk
* fixed a random safari bugMatti Tahvonen2009-02-061-0/+12
| | | | svn changeset:6745/svn branch:trunk
* fixes #2481Matti Tahvonen2009-02-061-2/+5
| | | | svn changeset:6744/svn branch:trunk
* fixes #2484 and most likely causes multiple regressions :-(Matti Tahvonen2009-02-052-12/+20
| | | | svn changeset:6738/svn branch:trunk
* fixes #2504, filterselect now compatible with ridiculous sized item iconsMatti Tahvonen2009-02-041-0/+32
| | | | svn changeset:6732/svn branch:trunk
* fixes #2536Matti Tahvonen2009-02-041-0/+11
| | | | svn changeset:6730/svn branch:trunk
* fixes #2512, vertical alignment for relative height componentsMatti Tahvonen2009-02-041-0/+1
| | | | svn changeset:6729/svn branch:trunk
* Removed redundant "icon" alt-text from icons.Jouni Koivuviita2009-02-041-1/+1
| | | | svn changeset:6728/svn branch:trunk
* fixes #2511, problem with fixed width columns. Also added some generics to ↵Matti Tahvonen2009-02-041-16/+15
| | | | | | improve readability svn changeset:6727/svn branch:trunk
* #fixes 2537, tooltips and errors now implemented in toolkit standard wayMatti Tahvonen2009-02-041-4/+10
| | | | svn changeset:6726/svn branch:trunk
* fixes #2514 and some cleaning in IOrderedLayoutMatti Tahvonen2009-02-042-10/+35
| | | | svn changeset:6720/svn branch:trunk
* minor optimizationMatti Tahvonen2009-02-041-1/+1
| | | | svn changeset:6719/svn branch:trunk
* Fixes #2534: PopupView stylename doesn't affect the actual popup element.Jouni Koivuviita2009-02-031-0/+17
| | | | svn changeset:6713/svn branch:trunk
* fixed typo, added type parametersMatti Tahvonen2009-02-032-8/+7
| | | | svn changeset:6712/svn branch:trunk
* improvements to "last-desperate-onunload-request" and security key handling. ↵Matti Tahvonen2009-02-033-70/+86
| | | | | | fixes #2513 svn changeset:6711/svn branch:trunk
* fixes #1816, paintReference should now does not mark paintable as cachedMatti Tahvonen2009-02-032-11/+28
| | | | svn changeset:6708/svn branch:trunk
* Fixed dimension calculations and a bug with hideOnMouseOutRisto Yrjänä2009-02-021-5/+29
| | | | svn changeset:6703/svn branch:trunk
* fixes #2510Matti Tahvonen2009-02-021-9/+18
| | | | svn changeset:6700/svn branch:trunk
* fixes #2495, bad dimensions for contained component on initial paintMatti Tahvonen2009-02-022-3/+15
| | | | svn changeset:6699/svn branch:trunk
* fixes #2481, icon onloads now update tabsheet widthMatti Tahvonen2009-02-021-4/+20
| | | | svn changeset:6698/svn branch:trunk
* fixes #2502, now notifies correctly of size changesMatti Tahvonen2009-02-021-9/+19
| | | | svn changeset:6694/svn branch:trunk
* Fixed render & sync orderRisto Yrjänä2009-02-021-3/+8
| | | | svn changeset:6693/svn branch:trunk
* Fix for #2525 - NPE in WebApplicationContextArtur Signell2009-02-011-0/+7
| | | | svn changeset:6692/svn branch:trunk
* fixes #2524 (regression)Matti Tahvonen2009-01-301-1/+2
| | | | svn changeset:6688/svn branch:trunk
* Fix for #2122 - Force IE8 to use IE7 compatibility mode in toolkit applicationsArtur Signell2009-01-301-0/+4
| | | | svn changeset:6686/svn branch:trunk
* refactored popupview not to have container interface in its popup that ↵Matti Tahvonen2009-01-301-47/+72
| | | | | | actually is not svn changeset:6685/svn branch:trunk
* Fixes #2522: Fix icon alignment in all componentsJouni Koivuviita2009-01-302-4/+1
| | | | | | Also one fix for IPopupView: NPE in ApplicationConnection after ComponentDetail etc. refactoring. svn changeset:6683/svn branch:trunk
* fixes #2472, error indicators now works more consistently with checkboxMatti Tahvonen2009-01-301-0/+3
| | | | svn changeset:6681/svn branch:trunk
* fixes #2516 + "borders"Matti Tahvonen2009-01-301-2/+22
| | | | svn changeset:6680/svn branch:trunk
* Added missing setters for communication error message, fixes #2521. Also ↵Marc Englund2009-01-301-4/+10
| | | | | | fixed a case where an empty notification was shown before forwarding to com-err-url. svn changeset:6679/svn branch:trunk
* #2519, #2520 optimized usage of hasmaps in ac + dom inserts in cellbasedlayoutMatti Tahvonen2009-01-294-62/+279
| | | | svn changeset:6676/svn branch:trunk
* added generics to remaining data structuresMatti Tahvonen2009-01-281-21/+23
| | | | svn changeset:6671/svn branch:trunk
* Fixes the last issue from #2455: ComboBox item icon does not display correctly.Jouni Koivuviita2009-01-281-17/+16
| | | | svn changeset:6670/svn branch:trunk
* Fixes #2505: global font styles for components inside PopupView.Jouni Koivuviita2009-01-281-1/+1
| | | | svn changeset:6663/svn branch:trunk
* null checkMatti Tahvonen2009-01-271-2/+1
| | | | svn changeset:6656/svn branch:trunk
* fixes #2491Matti Tahvonen2009-01-271-8/+10
| | | | svn changeset:6648/svn branch:trunk
* fixes #2491, #2392: tooltips and icon clicks for checkboxesMatti Tahvonen2009-01-271-0/+13
| | | | svn changeset:6647/svn branch:trunk
* Fixes #2455: ComboBox item icon does not display correctly.Jouni Koivuviita2009-01-271-18/+48
| | | | svn changeset:6645/svn branch:trunk
* removed obsolete ROWS (never used), fixes #2476Matti Tahvonen2009-01-271-9/+1
| | | | svn changeset:6640/svn branch:trunk
* Remove need for "NoEntry" widgetset definitions, fail if multiple widgetsets ↵Marc Englund2009-01-273-50/+58
| | | | | | get initialized. For #2494 svn changeset:6639/svn branch:trunk
* Test case and fix for #2478 - Label wrapping inconsistency in IOrderedLayoutArtur Signell2009-01-252-2/+9
| | | | svn changeset:6637/svn branch:trunk
* Added a communication error system-message that is written to the client ↵Marc Englund2009-01-233-9/+108
| | | | | | when the initial page is rendered. If any UIDL request fails, the message is shown. Fixes [2485] svn changeset:6624/svn branch:trunk
* Reuse img-element when repainting embedded image. Fixes #2471Marc Englund2009-01-232-11/+35
| | | | svn changeset:6621/svn branch:trunk
* Test case and fix for #2477 for IGridLayout - changing expand ratio on the ↵Artur Signell2009-01-211-1/+2
| | | | | | fly did not work svn changeset:6615/svn branch:trunk