aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into gridLeif Åstrand2014-07-2270-732/+2517
|\
| * Simulate @RunLocally using eclipse-run-selected-test.properties (#14272)Leif Åstrand2014-07-225-15/+72
| * Remove obsolete TB2 tooltip test, update TB4 test (#14019)Juuso Valli2014-07-213-49/+16
| * Improves performance of VaadinService.requestEnd(). (#14218)Fabian Lange2014-07-212-130/+124
| * Fixed javadoc for Upload class (#14266)Heikki Ohinmaa2014-07-211-80/+80
| * Fix web.xml element order issue (#14257)Juuso Valli2014-07-211-2/+2
| * Omit BOM when parsing issue list for release notesJuuso Valli2014-07-181-3/+7
| * Explain what to do if chrome.driver.path is needed but missing (#14231)Leif Åstrand2014-07-171-5/+19
| * Add asserts checking for negative container sizes (#14232)Leif Åstrand2014-07-176-2/+69
| * Fixes memory leak in VScrollTable (#14159)Dmitrii Rogozin2014-07-174-6/+209
| * Update Atmosphere runtime to 2.1.2.vaadin3 (#13971)Sauli Tähkäpää2014-07-163-3/+3
| * Improve error message if @RunLocally is committed (#14216)Leif Åstrand2014-07-151-0/+4
| * Mention Date serialization in javadocs related to JavaScript (#14143)Leif Åstrand2014-07-152-0/+4
| * Remove csrfToken if disable-xsrf-protection is true (#14111)Bogdan Udrescu2014-07-1515-117/+903
| * Allow customizing DeploymentConfiguration for test UIs (#14215)Leif Åstrand2014-07-154-0/+267
| * Fix Tabsheet scrollbutton by css position in Chameleon theme (#12154)Johannes Tuikkala2014-07-143-0/+123
| * Adds a scrollbar to table column drop down (#14156).Felype Santiago Ferreira2014-07-144-0/+119
| * Optimizes initial sizes of frequently used Collections. (#14223)Fabian Lange2014-07-145-195/+205
| * Optimize CurrentInstance.set(UI) and .set(VaadinSession). (#14220)Fabian Lange2014-07-141-54/+40
| * removes extra VaadinSession.setCurrent() from PushHandler. (#14222)Fabian Lange2014-07-141-9/+11
| * Fix for drag-and-drop text to TextField in Firefox (#14056)Anthony Guerreiro2014-07-111-8/+49
| * Remove extra shadow from combobox popup for IE9 and IE10.(#14195)Dmitrii Rogozin2014-07-101-0/+8
| * Fix overwrite mechanism for web.xml atmosphere init params (#14196).Fabian Lange2014-07-101-7/+8
| * Cache sass output compiled on the fly by VaadinServlet (#9532)Leif Åstrand2014-07-101-26/+108
| * Box and unbox long values in state fields (#14176)Leif Åstrand2014-07-094-20/+44
| * Fix box shadow bug with resizing elements in IE9 and IE10.(#14173)Dmitrii Rogozin2014-07-082-1/+22
| * Fix regression in notification for chameleon caused by 13885.(#14172)Dmitrii Rogozin2014-07-081-0/+1
* | Client-side Grid header/footer rewrite: add add/remove rows support (#13334)Johannes Dahlström2014-07-228-66/+382
* | Optimize ActiveCellHandler.updateActiveCellStyle (#13334)Teemu Suo-Anttila2014-07-211-10/+16
* | Client-side Grid header/footer rewrite: add simple footer support (#13334)Johannes Dahlström2014-07-218-116/+427
* | Implement active cell keyboard navigation for Grid (#13334)Teemu Suo-Anttila2014-07-182-61/+292
* | Start rewrite of client-side Grid header/footer API (#13334)Johannes Dahlström2014-07-179-163/+228
* | Add pure client-side test application for Grid (#13334)Patrik Lindström2014-07-178-2/+747
* | Generate type data for AbstractRendererConnector.decode (#13334)Johannes Dahlström2014-07-1710-90/+163
* | Add GridRowElement and GridCellElement (#13334)Teemu Suo-Anttila2014-07-152-28/+60
* | Refactor GridKeyboardNavigationTestTeemu Suo-Anttila2014-07-151-12/+3
* | Split GridBasicFeaturesTest to sub testsTeemu Suo-Anttila2014-07-155-278/+362
* | Implement active cell painting and mouse interaction (#13334)Teemu Suo-Anttila2014-07-156-12/+172
* | Rename scrollToItem to scrollTo (#13334)Leif Åstrand2014-07-152-4/+4
* | Add TestCategory annotation for GridClientRenderers testTeemu Suo-Anttila2014-07-101-0/+2
* | Generate type data for AbstractRendererConnector.createRenderer (#13334)Johannes Dahlström2014-07-107-16/+79
* | Server-side programmatic sort updates sort indicators in the UI (#13334)Leif Åstrand2014-07-104-1/+60
* | Add server-side SortOrderChangeEvent support (#13334)Leif Åstrand2014-07-107-5/+226
* | GridConnector sends user sort events to the server (#13334)Leif Åstrand2014-07-104-1/+90
* | Update sorting indicators when sorting through the API (#13334)Leif Åstrand2014-07-101-9/+10
* | Position sorting indicators correctly in both Chrome and FF (#13334)Leif Åstrand2014-07-101-2/+8
* | Fix modifying rows in GridBasicFeaturesTeemu Suo-Anttila2014-07-101-5/+16
* | Server-side sorting updates data on client-side (#13334)Teemu Suo-Anttila2014-07-103-11/+97
* | Implement Grid server-side Sorting API (#13334)Patrik Lindström2014-07-095-5/+544
* | Fix unpinning in DataProviderKeyMapper (#13334)Teemu Suo-Anttila2014-07-091-3/+3