aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/server
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-1114-6291/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Removed debug messages from ApplicationServlet (#2438)Artur Signell2009-05-051-4/+0
| | | | svn changeset:7627/svn branch:6.0
* Added javadocs for AbstractApplicationServletArtur Signell2009-05-051-0/+14
| | | | svn changeset:7619/svn branch:6.0
* Fix for #2438 - ApplicationServlet should allow extendingArtur Signell2009-05-055-1697/+2010
| | | | | | | Fix for #2890 - Split ApplicationRunner into own servlet svn changeset:7618/svn branch:6.0
* Merged additional fix for #2847 - Problem running on Oracle OAS10g. Fixed typoArtur Signell2009-04-171-1/+1
| | | | svn changeset:7455/svn branch:6.0
* Paintable from client side can now be transmitted to server as a variable ↵Matti Tahvonen2009-04-161-0/+3
| | | | | | (will map to corresponding server side component) svn changeset:7439/svn branch:6.0
* Merged fix for #2847 - Problem running on Oracle OAS10gArtur Signell2009-04-161-11/+34
| | | | svn changeset:7430/svn branch:6.0
* Workaround for #2835 - Force Google App Engine to re-serialize after each ↵Artur Signell2009-04-131-0/+5
| | | | | | request. svn changeset:7391/svn branch:6.0
* Committing Arturs patch to #2840Joonas Lehtinen2009-04-121-11/+12
| | | | svn changeset:7389/svn branch:6.0
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-1212-102/+131
| | | | svn changeset:7387/svn branch:6.0
* Merged Testing Tools branchArtur Signell2009-04-031-46/+5
| | | | svn changeset:7298/svn branch:6.0
* Merge from 5.3 to 6.0:Henri Sara2009-03-252-2/+4
| | | | | | | | | [7128] Fixes to merge tool. [7129] Merge from branches/manual_2009_03 to versions/5.3 (multiple changesets) [7131] Fixed language problems in the section on layout cell spacing. [7132] Use 24 hour format instead of 12 hour for Eclipse Manual plugin timestamp. svn changeset:7169/svn branch:6.0
* Merged test case and fix for #2796: Throw an error if the same debugId is ↵Artur Signell2009-03-241-1/+18
| | | | | | | | used for multiple components http://dev.itmill.com/ticket/2796 svn changeset:7139/svn branch:6.0
* fixes #2690, switched comma to ascii control character as an array separator ↵Matti Tahvonen2009-03-181-1/+3
| | | | | | in variable posts svn changeset:7100/svn branch:6.0
* Fix for #2662 - Form children size validationArtur Signell2009-02-221-0/+33
| | | | svn changeset:6929/svn branch:trunk
* improvements to "last-desperate-onunload-request" and security key handling. ↵Matti Tahvonen2009-02-032-64/+73
| | | | | | fixes #2513 svn changeset:6711/svn branch:trunk
* fixes #1816, paintReference should now does not mark paintable as cachedMatti Tahvonen2009-02-032-11/+28
| | | | svn changeset:6708/svn branch:trunk
* Fix for #2525 - NPE in WebApplicationContextArtur Signell2009-02-011-0/+7
| | | | svn changeset:6692/svn branch:trunk
* Fix for #2122 - Force IE8 to use IE7 compatibility mode in toolkit applicationsArtur Signell2009-01-301-0/+4
| | | | svn changeset:6686/svn branch:trunk
* Added a communication error system-message that is written to the client ↵Marc Englund2009-01-231-3/+50
| | | | | | when the initial page is rendered. If any UIDL request fails, the message is shown. Fixes [2485] svn changeset:6624/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-091-12/+47
| | | | | | application.handleURI to servlet, fixed ticket, cleaned some code svn changeset:6480/svn branch:trunk
* Cleaned up the whole projectArtur Signell2009-01-023-0/+6
| | | | svn changeset:6398/svn branch:trunk
* Fixed warnings, replaced deprecated layouts with new ones.Artur Signell2008-12-231-0/+3
| | | | svn changeset:6349/svn branch:trunk
* Fixed layout analyzator messagesArtur Signell2008-12-221-11/+11
| | | | svn changeset:6327/svn branch:trunk
* Servlet 2.3 compatibility fix.Marc Englund2008-12-181-1/+1
| | | | svn changeset:6282/svn branch:trunk
* Changed seckey o that it does not use UUID, to be consistent with 5.2 that ↵Marc Englund2008-12-181-6/+5
| | | | | | requires java 1.4 svn changeset:6270/svn branch:trunk
* Subwindow can define size of layout even though its width is undefinedArtur Signell2008-12-181-6/+8
| | | | svn changeset:6269/svn branch:trunk
* Refactored layout size checking method, related to #2139Artur Signell2008-12-182-48/+70
| | | | svn changeset:6264/svn branch:trunk
* fixed bug with json array creationMatti Tahvonen2008-12-171-1/+1
| | | | svn changeset:6253/svn branch:trunk
* relative size handling changes towards #2319Matti Tahvonen2008-12-172-66/+169
| | | | svn changeset:6252/svn branch:trunk
* Made productionMode -message more noticeable and changed it to System.err.Marc Englund2008-12-171-2/+2
| | | | svn changeset:6243/svn branch:trunk
* switched setCharacterEncoding to use servlet 2.3 style codeMatti Tahvonen2008-12-171-2/+1
| | | | svn changeset:6240/svn branch:trunk
* Added more instructions to debug-mode console-message.Joonas Lehtinen2008-12-161-1/+1
| | | | svn changeset:6236/svn branch:trunk
* Refactored DebugUtilities to fit better for #2319, not tested properly yetMatti Tahvonen2008-12-161-88/+138
| | | | svn changeset:6231/svn branch:trunk
* fixed validation problem (since [6219])Matti Tahvonen2008-12-161-2/+3
| | | | svn changeset:6223/svn branch:trunk
* Fixed #2340 : If widgetset is missing, an error should be shownJoonas Lehtinen2008-12-151-0/+9
| | | | svn changeset:6219/svn branch:trunk
* Fix for #2328 - Inverted debug mode into productionMode (defaults to false)Artur Signell2008-12-151-10/+26
| | | | svn changeset:6213/svn branch:trunk
* added null check that most likely fixes #2338Matti Tahvonen2008-12-151-2/+4
| | | | svn changeset:6207/svn branch:trunk
* added try catch block to rel size checks to avoid total crash in paint ↵Matti Tahvonen2008-12-151-97/+106
| | | | | | method, see #2338 svn changeset:6206/svn branch:trunk
* Moved Panel undefined width check to correct placeArtur Signell2008-12-121-0/+7
| | | | svn changeset:6188/svn branch:trunk
* Panels with 100% width layout now "legal" if caption is not emptyMatti Tahvonen2008-12-121-3/+8
| | | | svn changeset:6187/svn branch:trunk
* Fixed layout validation so only the invalid dimension is set to undefinedArtur Signell2008-12-111-8/+11
| | | | svn changeset:6173/svn branch:trunk
* Updated layout validity checker to support VerticalLayout+HorizontalLayoutArtur Signell2008-12-111-8/+12
| | | | svn changeset:6167/svn branch:trunk
* Updated layout validity checker to support VerticalLayout+HorizontalLayoutArtur Signell2008-12-111-16/+122
| | | | svn changeset:6166/svn branch:trunk
* fixes #2310. AbstarctComponent.isVisible is now recursive in component tree, ↵Matti Tahvonen2008-12-101-2/+15
| | | | | | documentation more specific. Communication manager postpones changes in invisible components until they are visible again. svn changeset:6157/svn branch:trunk
* avoid possibly invalid error message when 100% height component inside ↵Matti Tahvonen2008-12-101-1/+1
| | | | | | undefined size custom layout svn changeset:6155/svn branch:trunk
* Fixed layout validation return valueArtur Signell2008-11-281-6/+3
| | | | svn changeset:6025/svn branch:trunk
* Fixed layout checking so main window is not shown as absolute -1 sizeArtur Signell2008-11-271-0/+4
| | | | svn changeset:6021/svn branch:trunk
* Timestamp parameter after .nocache.js to avoid caching. Fixes #2220Marc Englund2008-11-271-3/+5
| | | | svn changeset:6019/svn branch:trunk