summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Add Listing interface and minimalistic abstract implementationTeemu Suo-Anttila2016-08-181-0/+28
* Rename Grid into LegacyGridelmot2016-08-185-5/+6
* Update copyright year to 2016Artur Signell2016-08-18512-512/+512
* Remove trailing whitespace from code and javadocArtur Signell2016-08-18490-4645/+4645
* Format using Eclipse NeonArtur Signell2016-08-18252-3466/+3868
* Flush the active connector before executing a shortcut actionArtur Signell2016-08-174-136/+57
* Flush the active connector before closing a browser window/tabArtur Signell2016-08-171-32/+28
* Remove Form and FormFieldFactoryArtur Signell2016-08-172-375/+0
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-1716-585/+894
* Remove component dependencies from core framework classesArtur Signell2016-08-161-11/+13
* Move component drag'n'drop criteria to the correct packagesArtur Signell2016-08-164-21/+61
* Remove unused codeArtur Signell2016-08-161-35/+14
* Make OSGi work againArtur Signell2016-08-151-2/+2
* Update/remove empty @since for 7.7Henri Sara2016-08-152-8/+8
* Derive DateField from new AbstractField (#57).Denis Anisimov2016-08-156-40/+134
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-123-6/+6
* Update to GWT 2.8.0-rc2Artur Signell2016-08-121-1/+1
* Remove unused GWT dependenciesArtur Signell2016-08-121-1/+1
* Move multi-select mode to AbstractSelectStateHenri Sara2016-08-111-2/+1
* Use shared state for OptionGroup htmlContentAllowedHenri Sara2016-08-112-9/+12
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-111-0/+25
* Remove deprecated column based width support from selectsHenri Sara2016-08-113-28/+1
* Fix Grid height calculation when HeightMode.ROW (#20104, #20074)adam2016-08-115-1/+128
* Rename field in VFilterSelect.DataReceivedHandler for clarityHenri Sara2016-08-081-6/+6
* Update comment in VFilterSelect.resetSelection()Henri Sara2016-08-081-5/+3
* Clean javadoc/comments in ComboBoxConnectorHenri Sara2016-08-081-4/+1
* Moved ComboBox suggestion popup width to shared stateHenri Sara2016-08-081-7/+2
* Minor ComboBox client side cleanup (#19929)Henri Sara2016-08-082-27/+2
* Move combo box selection update logic to handler (#19929)Henri Sara2016-08-082-104/+142
* Move more combo logic to handler (#19929)Henri Sara2016-08-082-59/+63
* Use a separate data received handler in VFilterSelect (#19929)Henri Sara2016-08-082-121/+159
* Move combo popup opener clicked flag to connector (#19929)Henri Sara2016-08-082-37/+31
* Refactor ComboBox pending selection handling (#19929)Henri Sara2016-08-082-81/+62
* Use accessors for combo internal state (#19929)Henri Sara2016-08-082-25/+114
* Remove UIDL references in VFilterSelect (#19929)Henri Sara2016-08-082-17/+27
* Request ComboBox pages with RPC (#19929)Henri Sara2016-08-081-6/+2
* Move ComboBox filtering mode to state (#19929)Henri Sara2016-08-081-11/+2
* Move ComboBox pageLength to state (#19929)Henri Sara2016-08-082-6/+2
* Send ComboBox selection with RPC (#19929)Henri Sara2016-08-082-8/+6
* Send ComboBox focus/blur with RPC (#19929)Henri Sara2016-08-082-10/+52
* Create new items with RPC (#19929)Henri Sara2016-08-081-2/+1
* Move ComboBox communication to connector (#19929)Henri Sara2016-08-082-27/+95
* Create ComboBoxServerRpc stub (#19229)Henri Sara2016-08-081-0/+5
* Use shared state in ComboBox (#19229)Henri Sara2016-08-081-32/+29
* Update version number, use Java 8Teemu Suo-Anttila2016-08-031-1/+1
* Fixing TabSheet scrolling within SplitPanel (#20052)adam2016-08-031-3/+8
* Only trigger profiler after precondition checksLeif Åstrand2016-08-011-3/+3
* Fix disappearing ComboBox value (#19221)Matti Tahvonen2016-08-012-17/+79
* Use pure JS instead of JQuery JS for Atmosphere (#19396)Artur Signell2016-07-162-7/+6
* Added a null check to method 'setCellFocus' in grid.java in line with other c...7.7.0.beta1Dillion Bowman2016-07-151-1/+2