aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/DebugConsole.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #2010 - Client classes renamedArtur Signell2008-08-281-139/+0
| | | | svn changeset:5285/svn branch:trunk
* API changes:Jouni Koivuviita2008-08-211-1/+1
| | | | | | | | | Window.setResizable(boolean resizability) now allows to disable end-user sub-window resizing. Window.center() allows to request a sub-window to be centered on screen. Improved theming capabilities for IWindow: window borders are now calculated dynamically for every sub-window instance, previously only one final static was specified. svn changeset:5238/svn branch:trunk
* fixes #1733, version information is now printed on clients "DebugConsole"Matti Tahvonen2008-08-061-1/+28
| | | | svn changeset:5147/svn branch:trunk
* Changed debug consoles default position.Matti Tahvonen2008-03-141-3/+1
| | | | svn changeset:4052/svn branch:trunk
* debug console now does not send invalid variable changesMatti Tahvonen2008-03-141-0/+31
| | | | svn changeset:4048/svn branch:trunk
* License header parametrizedJani Laakso2007-12-041-2/+6
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* MASS REFORMAT.Marc Englund2007-11-191-57/+57
| | | | | | According to http://toolkit.intra.itmill.com/trac/itmilltoolkit/wiki/CodingConventions svn changeset:2864/svn branch:trunk
* -All component stylenames now get prefixed with component base stylename.Jouni Koivuviita2007-10-161-3/+6
| | | | | | | | | | -runAnchestorsLayout -> runAncestorsLayout (grammar-fix). -IPanel stylename conventions changed (again). Now all additional stylenames are added to the panel, e.g. addStyleName("red") + addStyleName("green") -> .i-panel .i-panel-red .i-panel-green - ^ same for ITabsheet. -Layout padding convention changed (again). Now by default only Panels and TabSheets have padding, and they can remove that padding by using a constant stylename (Panel.STYLE_NO_PADDING and same for TabSheet). -IWindow styles altered a bit (now able to move Window in IE6 also :)). svn changeset:2527/svn branch:trunk
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-11/+19
| | | | svn changeset:2461/svn branch:trunk
* scrolling to debug consoleMatti Tahvonen2007-10-051-2/+13
| | | | svn changeset:2439/svn branch:trunk
* System errors, UIDL.XML fix, made console static, allow html in debug ↵Matti Tahvonen2007-09-111-3/+4
| | | | | | windows messages, clickin error icon prints error to console svn changeset:2276/svn branch:trunk
* caption for debug windowMatti Tahvonen2007-08-271-0/+1
| | | | svn changeset:2132/svn branch:trunk
* client console into a window, removed need for trailing slash in uriMatti Tahvonen2007-08-171-0/+55
svn changeset:2035/svn branch:trunk