aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt
Commit message (Collapse)AuthorAgeFilesLines
...
* Test case and fix for #2459 - No scrollbars with CustomComponent of ↵Artur Signell2009-01-211-2/+28
| | | | | | undefined size svn changeset:6611/svn branch:trunk
* Use window.location.reload() instead of assigning window.location to itself ↵Marc Englund2009-01-211-1/+1
| | | | | | (fragment caused the page to not reload with old method). Fixes #2453 svn changeset:6607/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
* Removed debug messagesRisto Yrjänä2009-01-201-10/+0
| | | | svn changeset:6599/svn branch:trunk
* Behaviour is now more consistent + code cleanupRisto Yrjänä2009-01-191-31/+36
| | | | svn changeset:6593/svn branch:trunk
* Test case and fix for #2473Artur Signell2009-01-182-2/+14
| | | | svn changeset:6590/svn branch:trunk
* fixes #2447Matti Tahvonen2009-01-151-0/+1
| | | | svn changeset:6563/svn branch:trunk
* Fix for #2457 - Render header icons as HTML and not textArtur Signell2009-01-131-4/+10
| | | | svn changeset:6524/svn branch:trunk
* #2426 Re-added CONTENT_UIDL as deprecated Artur Signell2009-01-131-0/+2
| | | | svn changeset:6507/svn branch:trunk
* fixes #2447, now sinks tooltip events manuallyMatti Tahvonen2009-01-121-0/+2
| | | | svn changeset:6502/svn branch:trunk
* fixes #2441Matti Tahvonen2009-01-121-1/+12
| | | | svn changeset:6499/svn branch:trunk
* Test cases and fix for #2425/#2289 - Removing a Tab from TabSheet or ↵Artur Signell2009-01-114-39/+180
| | | | | | Accordion should now work properly and onAttach is not called before child is attached. svn changeset:6496/svn branch:trunk
* relocated uri handling logic to CommunicationManagerMatti Tahvonen2009-01-092-77/+83
| | | | svn changeset:6481/svn branch:trunk
* fixes #2440. Relocated handling of uris for browser level windows form ↵Matti Tahvonen2009-01-093-12/+60
| | | | | | application.handleURI to servlet, fixed ticket, cleaned some code svn changeset:6480/svn branch:trunk
* cleaningMatti Tahvonen2009-01-091-19/+13
| | | | svn changeset:6475/svn branch:trunk
* fixes #2432, AlignmentHandler methods now symmetric + saner usage overallMatti Tahvonen2009-01-092-23/+36
| | | | svn changeset:6473/svn branch:trunk
* Fixed problems with textfields reintroduced in [6470]Risto Yrjänä2009-01-091-1/+39
| | | | svn changeset:6472/svn branch:trunk
* Fixed #2436 + cleanupRisto Yrjänä2009-01-091-68/+31
| | | | svn changeset:6470/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
* genericsMatti Tahvonen2009-01-081-2/+2
| | | | svn changeset:6462/svn branch:trunk
* fixes #2424, our iView is nosdays positioned -> no calculations needed ↵Matti Tahvonen2009-01-081-6/+0
| | | | | | anymore. Now position can also be set in theme. svn changeset:6460/svn branch:trunk
* Fix for #2435 - Separate stylenames for VerticalLayout, HorizontalLayout and ↵Artur Signell2009-01-085-16/+58
| | | | | | OrderedLayout svn changeset:6457/svn branch:trunk
* fixes #2434, tbody element combined with offsetHeight property seems to work ↵Matti Tahvonen2009-01-081-2/+18
| | | | | | rather badly across the browsers. Using parent tables offsetheight instead svn changeset:6450/svn branch:trunk
* removed obsolete uidl mode from client sideMatti Tahvonen2009-01-081-2/+0
| | | | svn changeset:6444/svn branch:trunk
* fixes #2427, disabling link componentMatti Tahvonen2009-01-081-3/+6
| | | | svn changeset:6442/svn branch:trunk
* using setText instead of setHTML for preformatted text, see #2426Matti Tahvonen2009-01-081-1/+8
| | | | svn changeset:6440/svn branch:trunk
* isDebugMode() is now public in ApplicationConnection. Available for widget ↵Matti Tahvonen2009-01-071-1/+7
| | | | | | creators (they may want to build heavy debug data only in debug mode). svn changeset:6434/svn branch:trunk
* removed ugly obsolete debug codeMatti Tahvonen2009-01-071-39/+0
| | | | svn changeset:6433/svn branch:trunk
* fixes #2421, added some null checksMatti Tahvonen2009-01-071-1/+3
| | | | svn changeset:6432/svn branch:trunk
* fixes #2415Matti Tahvonen2009-01-071-7/+4
| | | | svn changeset:6427/svn branch:trunk
* Cleaned up the whole projectArtur Signell2009-01-0232-7/+87
| | | | svn changeset:6398/svn branch:trunk
* removed obsolete log messageMatti Tahvonen2009-01-021-2/+0
| | | | svn changeset:6394/svn branch:trunk
* fixes #2415, notifications now reacts all but key/mouse up eventsMatti Tahvonen2009-01-021-5/+11
| | | | svn changeset:6393/svn branch:trunk
* Fix for #2414Artur Signell2009-01-021-1/+1
| | | | svn changeset:6389/svn branch:trunk
* fixes maxlength on IE on single line input elementMatti Tahvonen2008-12-311-1/+1
| | | | svn changeset:6377/svn branch:trunk
* fixes #2410, converted IPanel to use the new tooltips (that handle errors also)Matti Tahvonen2008-12-301-39/+7
| | | | svn changeset:6372/svn branch:trunk
* update cached fragment value when adding history item from serverMatti Tahvonen2008-12-301-0/+1
| | | | svn changeset:6371/svn branch:trunk
* Test case and fix for #2411 - OrderedLayout extra pixel distribution Artur Signell2008-12-301-5/+9
| | | | svn changeset:6369/svn branch:trunk
* Test case and fix for #2406 - Sub window with undefined height and 100% high ↵Artur Signell2008-12-301-4/+24
| | | | | | layout svn changeset:6366/svn branch:trunk
* enhanced fix for #932Matti Tahvonen2008-12-291-1/+1
| | | | svn changeset:6361/svn branch:trunk
* fixes #932, implemented maxlength for textfieldMatti Tahvonen2008-12-293-2/+88
| | | | svn changeset:6360/svn branch:trunk
* javadocMatti Tahvonen2008-12-291-1/+1
| | | | svn changeset:6359/svn branch:trunk
* Fixed warnings, replaced deprecated layouts with new ones.Artur Signell2008-12-232-0/+4
| | | | svn changeset:6349/svn branch:trunk
* Test case and fix for #2405 - Dynamic height related issues in OrderedLayout ↵Artur Signell2008-12-232-8/+33
| | | | | | and Embedded svn changeset:6337/svn branch:trunk
* Removed extra class checkArtur Signell2008-12-221-6/+0
| | | | svn changeset:6332/svn branch:trunk
* fixes #2374Matti Tahvonen2008-12-221-1/+9
| | | | svn changeset:6329/svn branch:trunk
* Fixed layout analyzator messagesArtur Signell2008-12-222-21/+21
| | | | svn changeset:6327/svn branch:trunk
* fixes critical memory leakMatti Tahvonen2008-12-221-0/+2
| | | | svn changeset:6324/svn branch:trunk
* fixes #2373. refactored DOM structure of RTE toolbarMatti Tahvonen2008-12-221-8/+9
| | | | svn changeset:6319/svn branch:trunk
* Fix for #2396 - loading indicator stays on in IE7Artur Signell2008-12-191-1/+9
| | | | svn changeset:6308/svn branch:trunk