summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/server
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-1114-6291/+0
* Removed debug messages from ApplicationServlet (#2438)Artur Signell2009-05-051-4/+0
* Added javadocs for AbstractApplicationServletArtur Signell2009-05-051-0/+14
* Fix for #2438 - ApplicationServlet should allow extendingArtur Signell2009-05-055-1697/+2010
* Merged additional fix for #2847 - Problem running on Oracle OAS10g. Fixed typoArtur Signell2009-04-171-1/+1
* Paintable from client side can now be transmitted to server as a variable (wi...Matti Tahvonen2009-04-161-0/+3
* Merged fix for #2847 - Problem running on Oracle OAS10gArtur Signell2009-04-161-11/+34
* Workaround for #2835 - Force Google App Engine to re-serialize after each req...Artur Signell2009-04-131-0/+5
* Committing Arturs patch to #2840Joonas Lehtinen2009-04-121-11/+12
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-1212-102/+131
* Merged Testing Tools branchArtur Signell2009-04-031-46/+5
* Merge from 5.3 to 6.0:Henri Sara2009-03-252-2/+4
* Merged test case and fix for #2796: Throw an error if the same debugId is use...Artur Signell2009-03-241-1/+18
* fixes #2690, switched comma to ascii control character as an array separator ...Matti Tahvonen2009-03-181-1/+3
* Fix for #2662 - Form children size validationArtur Signell2009-02-221-0/+33
* improvements to "last-desperate-onunload-request" and security key handling. ...Matti Tahvonen2009-02-032-64/+73
* fixes #1816, paintReference should now does not mark paintable as cachedMatti Tahvonen2009-02-032-11/+28
* Fix for #2525 - NPE in WebApplicationContextArtur Signell2009-02-011-0/+7
* Fix for #2122 - Force IE8 to use IE7 compatibility mode in toolkit applicationsArtur Signell2009-01-301-0/+4
* Added a communication error system-message that is written to the client when...Marc Englund2009-01-231-3/+50
* relocated uri handling logic to CommunicationManagerMatti Tahvonen2009-01-092-77/+83
* fixes #2440. Relocated handling of uris for browser level windows form applic...Matti Tahvonen2009-01-091-12/+47
* Cleaned up the whole projectArtur Signell2009-01-023-0/+6
* Fixed warnings, replaced deprecated layouts with new ones.Artur Signell2008-12-231-0/+3
* Fixed layout analyzator messagesArtur Signell2008-12-221-11/+11
* Servlet 2.3 compatibility fix.Marc Englund2008-12-181-1/+1
* Changed seckey o that it does not use UUID, to be consistent with 5.2 that re...Marc Englund2008-12-181-6/+5
* Subwindow can define size of layout even though its width is undefinedArtur Signell2008-12-181-6/+8
* Refactored layout size checking method, related to #2139Artur Signell2008-12-182-48/+70
* fixed bug with json array creationMatti Tahvonen2008-12-171-1/+1
* relative size handling changes towards #2319Matti Tahvonen2008-12-172-66/+169
* Made productionMode -message more noticeable and changed it to System.err.Marc Englund2008-12-171-2/+2
* switched setCharacterEncoding to use servlet 2.3 style codeMatti Tahvonen2008-12-171-2/+1
* Added more instructions to debug-mode console-message.Joonas Lehtinen2008-12-161-1/+1
* Refactored DebugUtilities to fit better for #2319, not tested properly yetMatti Tahvonen2008-12-161-88/+138
* fixed validation problem (since [6219])Matti Tahvonen2008-12-161-2/+3
* Fixed #2340 : If widgetset is missing, an error should be shownJoonas Lehtinen2008-12-151-0/+9
* Fix for #2328 - Inverted debug mode into productionMode (defaults to false)Artur Signell2008-12-151-10/+26
* added null check that most likely fixes #2338Matti Tahvonen2008-12-151-2/+4
* added try catch block to rel size checks to avoid total crash in paint method...Matti Tahvonen2008-12-151-97/+106
* Moved Panel undefined width check to correct placeArtur Signell2008-12-121-0/+7
* Panels with 100% width layout now "legal" if caption is not emptyMatti Tahvonen2008-12-121-3/+8
* Fixed layout validation so only the invalid dimension is set to undefinedArtur Signell2008-12-111-8/+11
* Updated layout validity checker to support VerticalLayout+HorizontalLayoutArtur Signell2008-12-111-8/+12
* Updated layout validity checker to support VerticalLayout+HorizontalLayoutArtur Signell2008-12-111-16/+122
* fixes #2310. AbstarctComponent.isVisible is now recursive in component tree, ...Matti Tahvonen2008-12-101-2/+15
* avoid possibly invalid error message when 100% height component inside undefi...Matti Tahvonen2008-12-101-1/+1
* Fixed layout validation return valueArtur Signell2008-11-281-6/+3
* Fixed layout checking so main window is not shown as absolute -1 sizeArtur Signell2008-11-271-0/+4
* Timestamp parameter after .nocache.js to avoid caching. Fixes #2220Marc Englund2008-11-271-3/+5