aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/ITabsheet.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-841/+0
* Fixed #2659 and #2846 - TabSheet and Accordion now internally keeps caption/i...Artur Signell2009-05-081-8/+1
* Fix for #2880 - IE7: Tabsheet caption texts too short when using iconsArtur Signell2009-05-041-0/+23
* Merged:Artur Signell2009-04-231-0/+8
* fixed a random safari bugMatti Tahvonen2009-02-061-0/+12
* fixes #2481Matti Tahvonen2009-02-061-2/+5
* fixes #2484 and most likely causes multiple regressions :-(Matti Tahvonen2009-02-051-12/+19
* fixes #2495, bad dimensions for contained component on initial paintMatti Tahvonen2009-02-021-0/+1
* fixes #2481, icon onloads now update tabsheet widthMatti Tahvonen2009-02-021-4/+20
* Test case and fix for #2473Artur Signell2009-01-181-1/+10
* Test cases and fix for #2425/#2289 - Removing a Tab from TabSheet or Accordio...Artur Signell2009-01-111-10/+55
* genericsMatti Tahvonen2009-01-081-2/+2
* 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-081-2/+40
* Fix for #2270 - TabSheet content heightArtur Signell2008-12-021-9/+20
* 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-021-0/+17
* Fix for #2259 - Do not update cached TabSheetArtur Signell2008-12-021-0/+3
* resolved scrollbar issues in ITabSheet with 100% width componentsMatti Tahvonen2008-11-201-0/+18
* Fixed iLayout recursion problem.Artur Signell2008-11-171-12/+23
* Better replaceComponent for TabSheet (#2204)Artur Signell2008-11-131-3/+2
* Fixed replaceChildComponent for TabSheet and Accordion (#2204)Artur Signell2008-11-131-6/+22
* Fixed TabSheet size update problemArtur Signell2008-11-131-3/+3
* Fixed problem with TabSheet not always reacting correctly to resize eventsArtur Signell2008-11-101-1/+2
* Fix for #2195 - TabSheet problems in SafariArtur Signell2008-11-101-19/+22
* Fixed issues with tabsheets using dynamic height (related to #2061)Artur Signell2008-11-061-17/+20
* Fixes #2061 for Tabsheets - Changing tab should no longer flicker in FFArtur Signell2008-11-031-6/+28
* Fix for #2180 - Tabsheet with undefined widthArtur Signell2008-10-301-11/+54
* Fix for #2181 - Caption update problemsArtur Signell2008-10-271-1/+1
* Fix for #2172 - Tabsheet tab widthArtur Signell2008-10-241-0/+6
* Major layout renewals. GridLayout now totally absolutely positioned, all scro...Matti Tahvonen2008-10-211-0/+1
* fixes #2138 Cleaning and fixing some scrollbar issuesMatti Tahvonen2008-10-081-17/+2
* enabled scrolling in toolkit + some other minor changesMatti Tahvonen2008-10-071-53/+68
* Changed the way relative component sizes are handled. Relative sizes are now ...Artur Signell2008-10-011-10/+49
* Added method for a component to notify its parent container when its size changeArtur Signell2008-09-191-0/+5
* Fix for #2029 - orderedlayout width calculationsArtur Signell2008-09-181-1/+5
* sanity check for tabsheet height, fixes error in IE if becomes too smallMatti Tahvonen2008-09-161-1/+4
* Mass formatArtur Signell2008-09-021-1/+1
* Fixes #2010 - Client classes renamedArtur Signell2008-08-281-8/+8
* fixes #1969Matti Tahvonen2008-08-191-2/+2
* Small fixes to ITabSheet DOM-structure.Jouni Koivuviita2008-08-111-1/+2
* itabsheet fixMatti Tahvonen2008-08-111-1/+1
* itabsheet fixMatti Tahvonen2008-08-111-0/+1
* itabsheet fixesMatti Tahvonen2008-08-111-1/+6
* caption and icon setters to Paintable interface, major tabsheet refactoring, ...Matti Tahvonen2008-08-111-58/+142
* More for #1770; tabscrolling buttons clipped in some instances.Marc Englund2008-06-241-7/+5
* "Tab scrolling" now works in "all" browsers, fixes #1770Marc Englund2008-06-241-1/+3
* Even more for #959 (tab scrolling) (IE6&7 still broken)Marc Englund2008-06-041-0/+9
* Even more for #959 (tab scrolling) (IE6 still broken)Marc Englund2008-06-041-10/+15
* More for #959 (tab scrolling)Marc Englund2008-06-031-1/+13