aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Reverted [5566]. Committed unwanted file when reverting [5565].Marko Grönroos2008-09-301-9/+10
| | | | svn changeset:5567/svn branch:trunk
* Reverted [5565]. Had committed extra files.Marko Grönroos2008-09-301-10/+9
| | | | svn changeset:5566/svn branch:trunk
* JavaDoc fix for #1968. XHTML templates, not XSL. Also a bit more cleanup. ↵Marko Grönroos2008-09-301-9/+10
| | | | | | Would need more work. svn changeset:5565/svn branch:trunk
* svn changeset:5558/svn branch:trunkMatti Tahvonen2008-09-304-10/+46
|
* fixes #1235. setting subwindow subwindow readonly now disables client side ↵Matti Tahvonen2008-09-301-4/+6
| | | | | | closing svn changeset:5552/svn branch:trunk
* Copied CoordinateLayout from incubator to trunkRisto Yrjänä2008-09-291-0/+768
| | | | svn changeset:5542/svn branch:trunk
* removed obsolete panel width/height variables from uidl (size is define in ↵Matti Tahvonen2008-09-291-10/+0
| | | | | | attributes also) svn changeset:5539/svn branch:trunk
* cleaned (removed) documentation in abstractcomponent, Sizeable methods ↵Matti Tahvonen2008-09-291-34/+62
| | | | | | documented in interface svn changeset:5538/svn branch:trunk
* added CSS formatting for sizes, so we don't get decimals for pixel sizesMatti Tahvonen2008-09-291-4/+28
| | | | svn changeset:5536/svn branch:trunk
* ColumnGenerator now kept in order; fixes #2124Marc Englund2008-09-291-1/+2
| | | | svn changeset:5532/svn branch:trunk
* Fixed #2090 and added test : width/height can be floatJoonas Lehtinen2008-09-263-106/+91
| | | | svn changeset:5527/svn branch:trunk
* Select first visible tab if selected tab hidden. Fixes #2098 (testcase improved)Marc Englund2008-09-251-0/+3
| | | | svn changeset:5518/svn branch:trunk
* One more thing for #677Marc Englund2008-09-251-0/+2
| | | | svn changeset:5515/svn branch:trunk
* setEnabled(false) disables visible sub-components; Fixes #677 (together with ↵Marc Englund2008-09-251-0/+31
| | | | | | [5513]) svn changeset:5514/svn branch:trunk
* setEnable(false) also disables descendants, for #677 - Table still not fixed.Marc Englund2008-09-256-57/+62
| | | | svn changeset:5513/svn branch:trunk
* fixes #1973, also makes uidl with table more efficient. Table should now ↵Matti Tahvonen2008-09-251-24/+36
| | | | | | comfort with subtree caching and no hacky requestRepaints are needed for child components. May cause regressions. svn changeset:5510/svn branch:trunk
* Fixes #2100 : Prevent window from being added to multiple placesJoonas Lehtinen2008-09-241-4/+10
| | | | svn changeset:5507/svn branch:trunk
* Fixing a documentation bug #1670Joonas Lehtinen2008-09-241-8/+8
| | | | svn changeset:5506/svn branch:trunk
* Reviewed #1397 and did the following changes/corrections:Joonas Lehtinen2008-09-241-32/+23
| | | | | | | | | - paintContent() does not trigged creation of new editors anymore (if not needed) - existing editors are used, if assigned to component - popupVisibility is changed to be variable (not attribute) - removed setAnimation(). Now allways animates svn changeset:5501/svn branch:trunk
* Javadoc update for AbstractComponent errorHandlerJoonas Lehtinen2008-09-241-0/+9
| | | | svn changeset:5494/svn branch:trunk
* Fix and testcase for #2107 : Field on client may not allways repaint when ↵Joonas Lehtinen2008-09-231-1/+17
| | | | | | status changes from invalid to valid. svn changeset:5490/svn branch:trunk
* Added requestRepaint() to two setters. Fixes #2105Marc Englund2008-09-231-2/+5
| | | | svn changeset:5484/svn branch:trunk
* Changed to comply to Java 1.5 and GWT 1.5, added setAnimation(boolean)Risto Yrjänä2008-09-161-5/+25
| | | | svn changeset:5416/svn branch:trunk
* Deprecates TextField.setFormat() (and also fixes one bug in setFormat at the ↵Joonas Lehtinen2008-09-161-0/+3
| | | | | | same time) svn changeset:5415/svn branch:trunk
* Fixes #2076 : TextField.getValue() does not use formatJoonas Lehtinen2008-09-151-10/+21
| | | | svn changeset:5403/svn branch:trunk
* Fixes #2065 - TextField.getValue() violates Property-interface by returning ↵Joonas Lehtinen2008-09-111-8/+29
| | | | | | incompatible types svn changeset:5390/svn branch:trunk
* Force-table-to-recalculate-column-widths feature. Fixes #1983 (see ticket ↵Marc Englund2008-09-111-0/+13
| | | | | | for more) svn changeset:5389/svn branch:trunk
* Rewrote documentation. Highlights the 100%-default pitfall a bit better (IMHO).Marc Englund2008-09-081-11/+9
| | | | svn changeset:5372/svn branch:trunk
* Fixed typo in size string parsingArtur Signell2008-09-081-1/+1
| | | | svn changeset:5369/svn branch:trunk
* Javadocced set-method deprecation; Fixes #2023.Marc Englund2008-09-081-8/+18
| | | | svn changeset:5366/svn branch:trunk
* Stricter size-string parsing, for #2023. Still needs javadoc improvements.Marc Englund2008-09-051-40/+38
| | | | svn changeset:5364/svn branch:trunk
* Bugfix: Also sending close-events for the main-window.Joonas Lehtinen2008-09-031-4/+0
| | | | svn changeset:5354/svn branch:trunk
* Changed window close behavior to not disable browser-level windows when ↵Joonas Lehtinen2008-09-031-5/+16
| | | | | | closing them. This does not affect the past behavior as the close has not been working before #2053. svn changeset:5353/svn branch:trunk
* Fixed #2053 : Closing browse-window should trigger submitting changes and ↵Joonas Lehtinen2008-09-031-1/+6
| | | | | | fire close-event svn changeset:5351/svn branch:trunk
* fixes #2050, Tree cannot send only partial update if items are expanded from ↵Matti Tahvonen2008-09-031-1/+3
| | | | | | server side svn changeset:5342/svn branch:trunk
* Mass formatArtur Signell2008-09-0225-350/+360
| | | | svn changeset:5331/svn branch:trunk
* fixed item set change listening. Broken since [5281]Matti Tahvonen2008-09-021-66/+64
| | | | svn changeset:5320/svn branch:trunk
* Fixes #2022 - UTF-8 is now always used for custom layoutsArtur Signell2008-09-011-14/+15
| | | | svn changeset:5310/svn branch:trunk
* #2009 change click handling order (compared to other variables) in TableMatti Tahvonen2008-08-291-8/+3
| | | | svn changeset:5299/svn branch:trunk
* #2009, ItemClickEventsMatti Tahvonen2008-08-292-92/+198
| | | | svn changeset:5298/svn branch:trunk
* Added null checks, refactoringRisto Yrjänä2008-08-281-22/+48
| | | | svn changeset:5290/svn branch:trunk
* Fixed out of sync bug + refactoringRisto Yrjänä2008-08-281-7/+14
| | | | svn changeset:5288/svn branch:trunk
* Fixed for #2006 - updated error handlingArtur Signell2008-08-2816-602/+616
| | | | svn changeset:5281/svn branch:trunk
* enabled editable mode in table (broken since [5243]Matti Tahvonen2008-08-271-12/+18
| | | | svn changeset:5277/svn branch:trunk
* Fixes #1975 - CustomLayout template can be specified in javaArtur Signell2008-08-251-3/+46
| | | | svn changeset:5261/svn branch:trunk
* Fixed #677 for FormArtur Signell2008-08-251-4/+28
| | | | svn changeset:5253/svn branch:trunk
* Fixed #677 disabling components inside a disabled containerArtur Signell2008-08-252-3/+46
| | | | svn changeset:5252/svn branch:trunk
* Made #1642 fix more generic by moving implementation to AbstractComponentArtur Signell2008-08-252-52/+52
| | | | svn changeset:5250/svn branch:trunk
* Fixes #1230 - NPE in AbstractSelect.select and allow selecting null -> ↵Artur Signell2008-08-251-10/+11
| | | | | | NullSelectionItem svn changeset:5249/svn branch:trunk
* setPageLength() no longer resets scroll position (fixes #1952), ↵Marc Englund2008-08-221-2/+4
| | | | | | setCurrentPageFirst*() resets page buffer. svn changeset:5243/svn branch:trunk