aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-1821-42/+158
|\
| * Allow captions to contain HTML (#9426)Artur Signell2014-12-1812-28/+137
| * Missing @since for 7.4Leif Åstrand2014-12-182-0/+6
| * Revert "TextField's input prompt is now disabled properly (#15144)"Artur Signell2014-12-181-11/+4
| * Add missing @since for 7.3.7.Sauli Tähkäpää2014-12-183-1/+3
| * Enable Atmosphere client side debug logging with ?debug=push (#14534)Artur Signell2014-12-171-0/+5
| * Empty since tags -> 7.4Artur Signell2014-12-172-3/+3
* | Heights are now double precision floats (#13334)Henrik Paul2014-12-184-42/+50
* | Change "editor row" to "editor" in style names (#13334)Johannes Dahlström2014-12-181-3/+3
* | Stops non-scrolling scrollbars from interfering with pointing eventsHenrik Paul2014-12-182-54/+90
* | Fix ClickableRenderers to use CellReferences (#13334)Teemu Suo-Anttila2014-12-185-20/+56
* | Fixes an issue where IE8 refused to fire one scroll event (#13334)Henrik Paul2014-12-182-6/+72
* | replace com.google.gwt.json.* usages with elemental.json.* (#8942)Leif Åstrand2014-12-1823-320/+351
* | Use CellReferences everywhere in Renderer APIs (#13334)Teemu Suo-Anttila2014-12-186-30/+63
* | Use CellReference in Grid events and event handling (#13334)Teemu Suo-Anttila2014-12-189-50/+119
* | Add missing @since and @author to RendererCellReference (#13334)Teemu Suo-Anttila2014-12-181-0/+2
* | Use CellReference instead of FlyweightCell in Grid APIs (#13334)Leif Åstrand2014-12-1814-36/+145
* | Moves Escalator.getPrecise* to Util.getRequired*BoundingClientRect (#13334)Henrik Paul2014-12-172-29/+66
* | Make editor request API easier to use (#13334)Johannes Dahlström2014-12-173-33/+100
* | Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-173-129/+127
* | Rename "active" row/cell to "focused" (#13334)Johannes Dahlström2014-12-171-6/+2
* | Grid theme API changes and style fixesJouni Koivuviita2014-12-172-21/+20
* | Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-175-5/+5
* | Merge "Merge remote-tracking branch 'origin/master' into grid" into gridHenrik Paul2014-12-171-14/+1
|\ \
| * | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-171-14/+1
| |\|
| | * Delayed column layouting is visible (#15189)Anna Miroshnik2014-12-151-14/+1
* | | Fix keyboard navigation from footer/header to body (#13334)Teemu Suo-Anttila2014-12-171-2/+2
|/ /
* | Fixes an issue with Escalator.getVisibleRowRange() if it's emptyHenrik Paul2014-12-162-8/+13
* | Remove unused "header-active" classname and style (#13334)Johannes Dahlström2014-12-161-9/+0
* | Fix IE8 exceptions when setting width to negative value (#13334)Teemu Suo-Anttila2014-12-152-4/+12
* | Fix EditorRow not displaying widgets when opened for the first time (#13334)Johannes Dahlström2014-12-151-4/+23
* | Fixes removing Widgets from Grid header/footerTeemu Suo-Anttila2014-12-121-1/+78
* | Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-1282-651/+588
* | Fixes a bug in Grid expand logic (#13334)Henrik Paul2014-12-121-3/+25
* | Rename client side SelectionChangeEvent (#13334)Teemu Suo-Anttila2014-12-128-45/+44
* | Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-126-62/+359
* | Add expand and min/max width for GridColumns (#13334)Henrik Paul2014-12-123-97/+555
* | Remove SortEventOriginator and replace it with a boolean (#13334)Teemu Suo-Anttila2014-12-123-28/+11
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1215-251/+520
|\|
| * Revert "Notify server side component about clicks in form layout (#6346)."Markus Koivisto2014-12-111-24/+0
| * VBrowserDetails fails to detect Android when using Firefox (#15183)Sergey Budkin2014-12-111-0/+10
| * Reset tabsheet scroller when unhiding leftmost tab (#14644)Alexey Fansky2014-12-111-2/+25
| * Notify server side component about clicks in form layout (#6346).Denis Anisimov2014-12-101-0/+24
| * Fix CustomLayout child rendering when template is missing (#8696)Teemu Pöntelin2014-12-101-6/+17
| * Horizontal split panel height shouldn't ignore second component (#15149)Denis Anisimov2014-12-101-91/+103
| * Set explicit calculated size for drag image element (#14617).Denis Anisimov2014-12-101-0/+5
| * always retry a status code 0 uidl request (#15254)Fabian Lange2014-12-101-24/+38
| * TextField's input prompt is now disabled properly (#15144)Sara Seppola2014-12-101-4/+11
| * Accordion causes SEVERE error in browser console (#15182)Sergey Budkin2014-12-102-19/+24
| * DateField popup doesn't close when popup button is clicked (#14857)Anna Miroshnik2014-12-101-10/+41