aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ApplicationConnection.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-1633/+0
* Paintable from client side can now be transmitted to server as a variable (wi...Matti Tahvonen2009-04-161-0/+6
* Merged Testing Tools branchArtur Signell2009-04-031-73/+37
* fixes #2690, switched comma to ascii control character as an array separator ...Matti Tahvonen2009-03-181-1/+3
* Merged fix for #2688Artur Signell2009-03-031-0/+10
* Added some debug info to catch possible problems with custom widgetsetsArtur Signell2009-02-171-2/+56
* Tooltip timer could cause "NPE" in some instances. Probably cause for #2567Marc Englund2009-02-161-1/+9
* Fixed #2564 - NPE in ICustomLayout and added a sensible error message if this...Artur Signell2009-02-091-0/+5
* minor optimizationMatti Tahvonen2009-02-041-1/+1
* improvements to "last-desperate-onunload-request" and security key handling. ...Matti Tahvonen2009-02-031-6/+13
* Added missing setters for communication error message, fixes #2521. Also fixe...Marc Englund2009-01-301-4/+10
* #2519, #2520 optimized usage of hasmaps in ac + dom inserts in cellbasedlayoutMatti Tahvonen2009-01-291-56/+83
* added generics to remaining data structuresMatti Tahvonen2009-01-281-21/+23
* Added a communication error system-message that is written to the client when...Marc Englund2009-01-231-6/+38
* Use window.location.reload() instead of assigning window.location to itself (...Marc Englund2009-01-211-1/+1
* fixes #2440. Relocated handling of uris for browser level windows form applic...Matti Tahvonen2009-01-091-0/+1
* fixes #2424, our iView is nosdays positioned -> no calculations needed anymor...Matti Tahvonen2009-01-081-6/+0
* isDebugMode() is now public in ApplicationConnection. Available for widget cr...Matti Tahvonen2009-01-071-1/+7
* removed ugly obsolete debug codeMatti Tahvonen2009-01-071-39/+0
* Fix for #2396 - loading indicator stays on in IE7Artur Signell2008-12-191-1/+9
* fixes #2370 : added additional client side checks for 0px size components Matti Tahvonen2008-12-181-3/+27
* Changed Util.notifyParentOfSizeChange and Util.componentSizeUpdated to accept...Artur Signell2008-12-181-30/+55
* relative size handling changes towards #2319Matti Tahvonen2008-12-171-3/+14
* added server visit time to debug consoleMatti Tahvonen2008-12-161-1/+7
* Fix for #2325 - Better url parsing for detecting debug modeArtur Signell2008-12-121-2/+2
* fixes missing client side size change "event" when component becomes visibleMatti Tahvonen2008-12-101-1/+4
* Fix for #2296 - CustomLayout shrinking problemArtur Signell2008-12-091-1/+1
* Fix for #2258 - Problems when changing component size relative<->absoluteArtur Signell2008-12-021-10/+15
* forceLayout() -function published to JavaScript; re-layouts everything.Marc Englund2008-12-011-0/+18
* style names set from server side, now added both with and without widget spec...Matti Tahvonen2008-11-241-0/+2
* ContainerResizedListeners should no longer run descendentsLayout so Applicati...Artur Signell2008-11-201-1/+3
* Fixed iLayout recursion problem.Artur Signell2008-11-171-3/+18
* Fix for double cookie submission native windowing problem, forgotten commit.Marc Englund2008-11-141-25/+5
* Updated double-cookie-submission pattern; works with IE6 and Liferay.Marc Englund2008-11-131-6/+34
* Container is no longer responsible for unregistering paintable in replaceChil...Artur Signell2008-11-131-12/+12
* fixes #2201Matti Tahvonen2008-11-111-3/+8
* Changed double cookie submission to use JSESSIONID, can be disabled, cleaned up.Marc Englund2008-11-111-1/+1
* Double cookie submit pattern impl; fixes #2198Marc Englund2008-11-101-1/+8
* bug fixMatti Tahvonen2008-11-101-4/+4
* Captions are now hidden when component is hiddenArtur Signell2008-11-071-0/+13
* fixes #2150, client side debug console now cannot be opened unless debug flag...Matti Tahvonen2008-11-041-4/+8
* avoiding obsolete request layout on paintMatti Tahvonen2008-10-311-1/+2
* size changes now propagates deeper through non Paintable HasWidgetsMatti Tahvonen2008-10-281-2/+5
* Fixed #2156 IE Panel problemsArtur Signell2008-10-211-0/+7
* New OrderedLayout implementation and related fixesArtur Signell2008-10-201-18/+52
* Fixes #2141: Subwindow rendering broken in IE6 and IE7Jouni Koivuviita2008-10-161-2/+17
* enabled scrolling in toolkit + some other minor changesMatti Tahvonen2008-10-071-36/+79
* Applications started in-order, one-at-a-time, to avoid session-id problems. F...Marc Englund2008-10-021-16/+31
* Changed the way relative component sizes are handled. Relative sizes are now ...Artur Signell2008-10-011-21/+147
* fixes #1394 together with [5558]Matti Tahvonen2008-09-301-26/+14