| Commit message (Expand) | Author | Age | Files | Lines |
* | Corrected some javadoc | Marc Englund | 2010-03-24 | 1 | -8/+4 |
* | Changed visibility of the actionManager, still for #875 | Marc Englund | 2010-03-24 | 1 | -1/+1 |
* | Two small javadoc corrections | Henri Sara | 2010-03-24 | 2 | -2/+2 |
* | Some API changes for #875 as discussed at length. | Marc Englund | 2010-03-23 | 5 | -36/+59 |
* | fix | Matti Tahvonen | 2010-03-23 | 1 | -1/+1 |
* | new style name for whole table when drag is over it | Matti Tahvonen | 2010-03-23 | 1 | -0/+3 |
* | fixes #4391 + optimization (store only one pending criteria check) | Matti Tahvonen | 2010-03-23 | 3 | -18/+38 |
* | #4394 multiple value change events when setting field value | Henri Sara | 2010-03-23 | 1 | -2/+19 |
* | Used from the server side so must be Serializable | Artur Signell | 2010-03-23 | 1 | -1/+3 |
* | Typo fix | Artur Signell | 2010-03-23 | 1 | -1/+1 |
* | refactored AbstractSelect criteria (hopefully better names now) | Matti Tahvonen | 2010-03-23 | 3 | -28/+71 |
* | Refactored new actions api a little: removed mnemonics terminology, adding/re... | Marc Englund | 2010-03-23 | 9 | -72/+66 |
* | javadocs | Matti Tahvonen | 2010-03-23 | 1 | -2/+30 |
* | Easier keyboard shortcuts for #875 - includes shorthand notation for Shortcut... | Marc Englund | 2010-03-23 | 11 | -90/+693 |
* | finished rename | Matti Tahvonen | 2010-03-23 | 23 | -35/+36 |
* | Helping out: Uppercase -> lowercase rename did not work on Mac, Matti will fi... | Marc Englund | 2010-03-23 | 13 | -0/+0 |
* | refactoring (renaming) | Matti Tahvonen | 2010-03-22 | 32 | -41/+41 |
* | Suggestive api for basic html5 data types. | Matti Tahvonen | 2010-03-22 | 1 | -0/+18 |
* | Fix for #3492 - DateField should have an option to show week numbers | Artur Signell | 2010-03-22 | 4 | -60/+213 |
* | Fixed typo in fix for #3931 | Artur Signell | 2010-03-22 | 1 | -1/+1 |
* | fixes #4322 | Matti Tahvonen | 2010-03-19 | 2 | -17/+28 |
* | Fixes #4102: RichTextArea should provide feedback on current text format | Jouni Koivuviita | 2010-03-19 | 20 | -26/+22 |
* | #4370 HierarchicalContainer.setParent() removed children of the wrong node | Henri Sara | 2010-03-19 | 1 | -1/+1 |
* | Fix for #4373 - Menubar causes javascript exception in IE7 | Artur Signell | 2010-03-18 | 1 | -0/+6 |
* | Removed extra serialVersionUIDs | Artur Signell | 2010-03-18 | 9 | -31/+0 |
* | added TableDropCriterion, quite similar to TreeDropCriterion and uses same cl... | Matti Tahvonen | 2010-03-18 | 1 | -0/+98 |
* | Minor javadoc update | Artur Signell | 2010-03-18 | 1 | -3/+5 |
* | DD related refactorings and javadocs | Matti Tahvonen | 2010-03-18 | 1 | -5/+27 |
* | javadocs | Matti Tahvonen | 2010-03-18 | 1 | -3/+6 |
* | property id is now sent to server from table drag event + some javadocs and s... | Matti Tahvonen | 2010-03-18 | 3 | -10/+32 |
* | DD related refactorings and javadocs | Matti Tahvonen | 2010-03-18 | 4 | -21/+70 |
* | Fixed small typo in CssLayout javadoc | Henri Sara | 2010-03-18 | 1 | -2/+2 |
* | #4365 WrapperDropDetails had null drop target | Henri Sara | 2010-03-18 | 1 | -1/+1 |
* | some javadocs | Matti Tahvonen | 2010-03-17 | 2 | -14/+40 |
* | javadocs | Matti Tahvonen | 2010-03-17 | 2 | -7/+13 |
* | fixes #4362 + test case | Matti Tahvonen | 2010-03-17 | 1 | -8/+11 |
* | DD related javadocs, cleanup, small refactoring | Matti Tahvonen | 2010-03-17 | 8 | -40/+121 |
* | DD related javadocs, cleanup, small refactoring | Matti Tahvonen | 2010-03-17 | 6 | -55/+49 |
* | DD related javadocs, cleanup, small refactoring | Matti Tahvonen | 2010-03-17 | 8 | -82/+82 |
* | #4360 HierarchicalContainer.setParent() left container in inconsistent state | Henri Sara | 2010-03-17 | 1 | -2/+3 |
* | cross plat improvementes for html5 drags | Matti Tahvonen | 2010-03-16 | 1 | -2/+13 |
* | cross plat improvementes for html5 drags | Matti Tahvonen | 2010-03-16 | 5 | -41/+98 |
* | Added javadoc about the class being internal | Artur Signell | 2010-03-16 | 1 | -1/+4 |
* | #4284 - Add Chrome version parsing to BrowserInfo | Artur Signell | 2010-03-16 | 1 | -0/+4 |
* | Test case and fix for #3931 - Provide methods for browser detection in WebBro... | Artur Signell | 2010-03-16 | 3 | -106/+390 |
* | Fix for #4354 - SplitPanel setComponent methods should check if the component... | Artur Signell | 2010-03-16 | 1 | -0/+10 |
* | fixes #4351 (relative size changes don't propagate via csslayout) | Matti Tahvonen | 2010-03-16 | 1 | -0/+18 |
* | #4350 ContainerHierarchicalWrapper recursive root removal | Henri Sara | 2010-03-16 | 1 | -3/+1 |
* | Updated test case and fix for #4192 "HierarchicalContainer implements Contain... | Artur Signell | 2010-03-16 | 2 | -73/+257 |
* | IE now behaves with its text selection during drag and drop | Matti Tahvonen | 2010-03-15 | 1 | -0/+6 |