aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ICaption.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-443/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Fix for #2880 - IE7: Tabsheet caption texts too short when using iconsArtur Signell2009-05-041-0/+4
| | | | svn changeset:7608/svn branch:6.0
* Fix for #2592 - Tabsheet icons sometimes disappear in IEArtur Signell2009-02-151-1/+1
| | | | svn changeset:6840/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 #2483 - Changed the way ICaption calculates required space to fix ↵Artur Signell2009-01-201-29/+29
| | | | | | Firefox caption wrapping issue svn changeset:6606/svn branch:trunk
* fixes #2437, regression due changes in ICaption. Most likely visible in ↵Matti Tahvonen2009-01-081-1/+9
| | | | | | other places too, hopefully those are now fixed too. svn changeset:6463/svn branch:trunk
* Fix for #2348 - Disable caption when component is disabledArtur Signell2008-12-181-2/+5
| | | | svn changeset:6272/svn branch:trunk
* Changed Util.notifyParentOfSizeChange and Util.componentSizeUpdated to ↵Artur Signell2008-12-181-5/+5
| | | | | | accept Paintables instead of Widgets as non-Paintable widgets passed to the method will cause a ClassCastException svn changeset:6262/svn branch:trunk
* fixes somewhat invalid size change notification (ICaption notified as ↵Matti Tahvonen2008-12-171-2/+10
| | | | | | changed, but should be the actual paintable) svn changeset:6251/svn branch:trunk
* fixes #2297, #2287 and optimizes other onload event handlings.Matti Tahvonen2008-12-081-8/+1
| | | | svn changeset:6121/svn branch:trunk
* fixes #2292. Onload size notification for IButton and some other componentsMatti Tahvonen2008-12-051-1/+1
| | | | svn changeset:6104/svn branch:trunk
* fixes #2236, ICaption elements now add server side added class names to ↵Matti Tahvonen2008-11-271-6/+9
| | | | | | caption with i-caption- prefix svn changeset:6018/svn branch:trunk
* ICaption getHeight improvement, Igridlayout cleaning and enhancementsMatti Tahvonen2008-11-121-1/+29
| | | | svn changeset:5879/svn branch:trunk
* Less flicker for captions in SafariArtur Signell2008-11-121-10/+5
| | | | svn changeset:5875/svn branch:trunk
* Fix for #2181 - Caption update problemsArtur Signell2008-10-271-93/+145
| | | | svn changeset:5740/svn branch:trunk
* Fixes #1900Joonas Lehtinen2008-10-241-1/+2
| | | | svn changeset:5720/svn branch:trunk
* Caption width calculation fixArtur Signell2008-10-211-0/+4
| | | | svn changeset:5682/svn branch:trunk
* Fixed #2156 IE Panel problemsArtur Signell2008-10-211-8/+24
| | | | | | | | | Added caption size change detection Fixed caption width calculation and clipping svn changeset:5679/svn branch:trunk
* New OrderedLayout implementation and related fixesArtur Signell2008-10-201-19/+124
| | | | svn changeset:5671/svn branch:trunk
* Changed the way relative component sizes are handled. Relative sizes are now ↵Artur Signell2008-10-011-0/+43
| | | | | | | | | | | converted into pixel sizes in ApplictionConnection. All containers MUST now implement Container which includes the getAllocatedSpace() method used by the relative size calculator. This also fixes OrderedLayout bugs #2021, #2034, #2030, #2102 Also fixes #2127 svn changeset:5570/svn branch:trunk
* Events needed for tooltip no more sunk by default in GWT 1.5Matti Tahvonen2008-09-161-1/+1
| | | | svn changeset:5405/svn branch:trunk
* Events needed for tooltip no more sunk by default in GWT 1.5Matti Tahvonen2008-09-161-0/+1
| | | | svn changeset:5404/svn branch:trunk
* Fixes #2010 - Client classes renamedArtur Signell2008-08-281-0/+179
svn changeset:5285/svn branch:trunk