Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -1633/+0 |
| | | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 | ||||
* | Paintable from client side can now be transmitted to server as a variable ↵ | Matti Tahvonen | 2009-04-16 | 1 | -0/+6 |
| | | | | | | (will map to corresponding server side component) svn changeset:7439/svn branch:6.0 | ||||
* | Merged Testing Tools branch | Artur Signell | 2009-04-03 | 1 | -73/+37 |
| | | | | svn changeset:7298/svn branch:6.0 | ||||
* | fixes #2690, switched comma to ascii control character as an array separator ↵ | Matti Tahvonen | 2009-03-18 | 1 | -1/+3 |
| | | | | | | in variable posts svn changeset:7100/svn branch:6.0 | ||||
* | Merged fix for #2688 | Artur Signell | 2009-03-03 | 1 | -0/+10 |
| | | | | svn changeset:7013/svn branch:6.0 | ||||
* | Added some debug info to catch possible problems with custom widgetsets | Artur Signell | 2009-02-17 | 1 | -2/+56 |
| | | | | svn changeset:6869/svn branch:trunk | ||||
* | Tooltip timer could cause "NPE" in some instances. Probably cause for #2567 | Marc Englund | 2009-02-16 | 1 | -1/+9 |
| | | | | svn changeset:6855/svn branch:trunk | ||||
* | Fixed #2564 - NPE in ICustomLayout and added a sensible error message if ↵ | Artur Signell | 2009-02-09 | 1 | -0/+5 |
| | | | | | | this happens again for some reason. svn changeset:6772/svn branch:trunk | ||||
* | minor optimization | Matti Tahvonen | 2009-02-04 | 1 | -1/+1 |
| | | | | svn changeset:6719/svn branch:trunk | ||||
* | improvements to "last-desperate-onunload-request" and security key handling. ↵ | Matti Tahvonen | 2009-02-03 | 1 | -6/+13 |
| | | | | | | fixes #2513 svn changeset:6711/svn branch:trunk | ||||
* | Added missing setters for communication error message, fixes #2521. Also ↵ | Marc Englund | 2009-01-30 | 1 | -4/+10 |
| | | | | | | fixed a case where an empty notification was shown before forwarding to com-err-url. svn changeset:6679/svn branch:trunk | ||||
* | #2519, #2520 optimized usage of hasmaps in ac + dom inserts in cellbasedlayout | Matti Tahvonen | 2009-01-29 | 1 | -56/+83 |
| | | | | svn changeset:6676/svn branch:trunk | ||||
* | added generics to remaining data structures | Matti Tahvonen | 2009-01-28 | 1 | -21/+23 |
| | | | | svn changeset:6671/svn branch:trunk | ||||
* | Added a communication error system-message that is written to the client ↵ | Marc Englund | 2009-01-23 | 1 | -6/+38 |
| | | | | | | when the initial page is rendered. If any UIDL request fails, the message is shown. Fixes [2485] svn changeset:6624/svn branch:trunk | ||||
* | Use window.location.reload() instead of assigning window.location to itself ↵ | Marc Englund | 2009-01-21 | 1 | -1/+1 |
| | | | | | | (fragment caused the page to not reload with old method). Fixes #2453 svn changeset:6607/svn branch:trunk | ||||
* | fixes #2440. Relocated handling of uris for browser level windows form ↵ | Matti Tahvonen | 2009-01-09 | 1 | -0/+1 |
| | | | | | | application.handleURI to servlet, fixed ticket, cleaned some code svn changeset:6480/svn branch:trunk | ||||
* | fixes #2424, our iView is nosdays positioned -> no calculations needed ↵ | Matti Tahvonen | 2009-01-08 | 1 | -6/+0 |
| | | | | | | anymore. Now position can also be set in theme. svn changeset:6460/svn branch:trunk | ||||
* | isDebugMode() is now public in ApplicationConnection. Available for widget ↵ | Matti Tahvonen | 2009-01-07 | 1 | -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 code | Matti Tahvonen | 2009-01-07 | 1 | -39/+0 |
| | | | | svn changeset:6433/svn branch:trunk | ||||
* | Fix for #2396 - loading indicator stays on in IE7 | Artur Signell | 2008-12-19 | 1 | -1/+9 |
| | | | | svn changeset:6308/svn branch:trunk | ||||
* | fixes #2370 : added additional client side checks for 0px size components | Matti Tahvonen | 2008-12-18 | 1 | -3/+27 |
| | | | | svn changeset:6276/svn branch:trunk | ||||
* | Changed Util.notifyParentOfSizeChange and Util.componentSizeUpdated to ↵ | Artur Signell | 2008-12-18 | 1 | -30/+55 |
| | | | | | | accept Paintables instead of Widgets as non-Paintable widgets passed to the method will cause a ClassCastException svn changeset:6262/svn branch:trunk | ||||
* | relative size handling changes towards #2319 | Matti Tahvonen | 2008-12-17 | 1 | -3/+14 |
| | | | | svn changeset:6252/svn branch:trunk | ||||
* | added server visit time to debug console | Matti Tahvonen | 2008-12-16 | 1 | -1/+7 |
| | | | | svn changeset:6226/svn branch:trunk | ||||
* | Fix for #2325 - Better url parsing for detecting debug mode | Artur Signell | 2008-12-12 | 1 | -2/+2 |
| | | | | svn changeset:6203/svn branch:trunk | ||||
* | fixes missing client side size change "event" when component becomes visible | Matti Tahvonen | 2008-12-10 | 1 | -1/+4 |
| | | | | svn changeset:6154/svn branch:trunk | ||||
* | Fix for #2296 - CustomLayout shrinking problem | Artur Signell | 2008-12-09 | 1 | -1/+1 |
| | | | | svn changeset:6146/svn branch:trunk | ||||
* | Fix for #2258 - Problems when changing component size relative<->absolute | Artur Signell | 2008-12-02 | 1 | -10/+15 |
| | | | | svn changeset:6062/svn branch:trunk | ||||
* | forceLayout() -function published to JavaScript; re-layouts everything. | Marc Englund | 2008-12-01 | 1 | -0/+18 |
| | | | | svn changeset:6054/svn branch:trunk | ||||
* | style names set from server side, now added both with and without widget ↵ | Matti Tahvonen | 2008-11-24 | 1 | -0/+2 |
| | | | | | | specific prefix svn changeset:5961/svn branch:trunk | ||||
* | ContainerResizedListeners should no longer run descendentsLayout so ↵ | Artur Signell | 2008-11-20 | 1 | -1/+3 |
| | | | | | | ApplicationConnection must do it for them svn changeset:5933/svn branch:trunk | ||||
* | Fixed iLayout recursion problem. | Artur Signell | 2008-11-17 | 1 | -3/+18 |
| | | | | | | | | Fixed iLayout in several components so it does not run iLayout for its children (this is done automatically by runDescendentsLayout). svn changeset:5910/svn branch:trunk | ||||
* | Fix for double cookie submission native windowing problem, forgotten commit. | Marc Englund | 2008-11-14 | 1 | -25/+5 |
| | | | | svn changeset:5901/svn branch:trunk | ||||
* | Updated double-cookie-submission pattern; works with IE6 and Liferay. | Marc Englund | 2008-11-13 | 1 | -6/+34 |
| | | | | svn changeset:5894/svn branch:trunk | ||||
* | Container is no longer responsible for unregistering paintable in ↵ | Artur Signell | 2008-11-13 | 1 | -12/+12 |
| | | | | | | replaceChildComponent (#2204) svn changeset:5890/svn branch:trunk | ||||
* | fixes #2201 | Matti Tahvonen | 2008-11-11 | 1 | -3/+8 |
| | | | | svn changeset:5864/svn branch:trunk | ||||
* | Changed double cookie submission to use JSESSIONID, can be disabled, cleaned up. | Marc Englund | 2008-11-11 | 1 | -1/+1 |
| | | | | svn changeset:5863/svn branch:trunk | ||||
* | Double cookie submit pattern impl; fixes #2198 | Marc Englund | 2008-11-10 | 1 | -1/+8 |
| | | | | svn changeset:5855/svn branch:trunk | ||||
* | bug fix | Matti Tahvonen | 2008-11-10 | 1 | -4/+4 |
| | | | | svn changeset:5839/svn branch:trunk | ||||
* | Captions are now hidden when component is hidden | Artur Signell | 2008-11-07 | 1 | -0/+13 |
| | | | | svn changeset:5831/svn branch:trunk | ||||
* | fixes #2150, client side debug console now cannot be opened unless debug ↵ | Matti Tahvonen | 2008-11-04 | 1 | -4/+8 |
| | | | | | | flag is set in app init svn changeset:5804/svn branch:trunk | ||||
* | avoiding obsolete request layout on paint | Matti Tahvonen | 2008-10-31 | 1 | -1/+2 |
| | | | | svn changeset:5777/svn branch:trunk | ||||
* | size changes now propagates deeper through non Paintable HasWidgets | Matti Tahvonen | 2008-10-28 | 1 | -2/+5 |
| | | | | svn changeset:5750/svn branch:trunk | ||||
* | Fixed #2156 IE Panel problems | Artur Signell | 2008-10-21 | 1 | -0/+7 |
| | | | | | | | | | Added caption size change detection Fixed caption width calculation and clipping svn changeset:5679/svn branch:trunk | ||||
* | New OrderedLayout implementation and related fixes | Artur Signell | 2008-10-20 | 1 | -18/+52 |
| | | | | svn changeset:5671/svn branch:trunk | ||||
* | Fixes #2141: Subwindow rendering broken in IE6 and IE7 | Jouni Koivuviita | 2008-10-16 | 1 | -2/+17 |
| | | | | | | Needed a bit more tweaking than simple themeing. IWindow not sets all its dimensions (those sent from server) as its outer width and height. Previously dimensions were set as "inner dimensions" i.e. content area width. svn changeset:5647/svn branch:trunk | ||||
* | enabled scrolling in toolkit + some other minor changes | Matti Tahvonen | 2008-10-07 | 1 | -36/+79 |
| | | | | svn changeset:5602/svn branch:trunk | ||||
* | Applications started in-order, one-at-a-time, to avoid session-id problems. ↵ | Marc Englund | 2008-10-02 | 1 | -16/+31 |
| | | | | | | Fixes #2134. svn changeset:5584/svn branch:trunk | ||||
* | Changed the way relative component sizes are handled. Relative sizes are now ↵ | Artur Signell | 2008-10-01 | 1 | -21/+147 |
| | | | | | | | | | | | converted into pixel sizes in ApplictionConnection. All containers MUST now implement Container which includes the getAllocatedSpace() method used by the relative size calculator. This also fixes OrderedLayout bugs #2021, #2034, #2030, #2102 Also fixes #2127 svn changeset:5570/svn branch:trunk | ||||
* | fixes #1394 together with [5558] | Matti Tahvonen | 2008-09-30 | 1 | -26/+14 |
| | | | | svn changeset:5559/svn branch:trunk |