aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Collapse)AuthorAgeFilesLines
* squid:UselessParenthesesCheck Useless parentheses around expressions should ↵George Kankava2016-02-1012-26/+26
| | | | be removed to prevent any misunderstanding
* Run test only in ProdMaxime Mériouma-Caron2016-02-011-1/+2
|
* [maven-release-plugin] prepare for next development iterationMaxime Mériouma-Caron2016-02-011-1/+1
|
* [maven-release-plugin] prepare release gwtquery-project-1.5-beta1Maxime Mériouma-Caron2016-02-011-1/+1
|
* CleanupMaxime Mériouma-Caron2016-02-0123-47/+45
|
* Revert null when emptyMaxime Mériouma-Caron2016-01-272-3/+3
|
* Update for GWT-2.8Maxime Mériouma-Caron2016-01-271-9/+11
|
* Fix databindingMaxime Mériouma-Caron2015-12-012-2/+8
|
* Try fixMaxime Mériouma-Caron2015-12-011-1/+1
|
* Revert FFMaxime Mériouma-Caron2015-12-011-3/+3
|
* Fix databind testsMaxime Mériouma-Caron2015-12-014-7/+7
|
* Revert debugMaxime Mériouma-Caron2015-12-011-1/+0
|
* Fix lazy() ClassCastMaxime Mériouma-Caron2015-12-011-1/+2
|
* Fix testsMaxime Mériouma-Caron2015-11-261-1/+1
|
* Fix testsMaxime Mériouma-Caron2015-11-261-3/+3
|
* Fix #363 : form.submit()Maxime Mériouma-Caron2015-11-261-0/+3
|
* Merge pull request #349 from manolo/mcm_fixManuel Carrasco Moñino2015-07-207-103/+141
|\ | | | | Some fixes needed to run gquery with gwt-2.8.0-SNAPSHOT
| * Throw an exception when wrapped object is unknown.Manolo Carrasco2015-07-101-2/+1
| |
| * Fix JsInterop in 2.8-SNAPSHOTManolo Carrasco2015-05-231-4/+4
| |
| * HasAttribute should only check nullityManolo Carrasco2015-04-221-1/+1
| |
| * Fix a disanbiguity introduced with SafeHtml patchManolo Carrasco2015-03-102-8/+72
| | | | | | | | | | | | | | | | | | When using gwt-2.8.0 and java8 gwt compiler is more restrictive and when you override a method(Object) with certain classes like Interfaces or JSO, there is an error like: The method $(Object) is ambiguous for the type GQuery. Also updated lazy interface with new methods.
| * Merge branch 'master' into mcm_fixManolo Carrasco2015-03-091-0/+79
| |\
| * | Add utility method to run a native JS functionManolo Carrasco2015-03-091-0/+8
| | |
| * | Use absolute path to load library in JsniBundleRaphaël Garnier2015-02-271-3/+8
| | | | | | | | | | | | | | | As ClientBundle do, it's now possible to use relative or absolute path to load js libraries in JsniBundle.
| * | Simplify Json generated classes reusing common codeManolo Carrasco2015-02-263-12/+22
| | |
| * | Remove most of $ constructors in favour of $(Object) to avoid java8 ↵Manolo Carrasco2015-02-252-76/+33
| | | | | | | | | | | | disambiguation. Fixes issue 335
* | | Merge pull request #356 from apanizo/masterJulien Dramaix2015-07-202-3/+47
|\ \ \ | |_|/ |/| | Data binding over list attributes
| * | When doing data binding over a list attribute, return an empty list orapanizo2015-05-262-3/+47
| | | | | | | | | | | | null accordingly.
* | | Added SafeHtml as alternative to html string.Tercio Gaudencio Filho2015-03-041-0/+79
| | |
* | | Use absolute path to load library in JsniBundleRaphaël Garnier2015-02-231-3/+8
| |/ |/| | | | | | | As ClientBundle do, it's now possible to use relative or absolute path to load js libraries in JsniBundle.
* | Adding javadoc to new methodsManolo Carrasco2015-01-301-0/+13
| |
* | Fix testsManolo Carrasco2015-01-293-9/+8
| |
* | Handle JsonBuilder wrappers in $ methodManolo Carrasco2015-01-292-1/+4
| |
* | Ability to create new events with different typeManolo Carrasco2015-01-291-0/+7
| |
* | Fix event delegation in special eventsManolo Carrasco2015-01-291-8/+10
| |
* | Adding a couple of methods to import htmlManolo Carrasco2015-01-291-5/+44
|/
* [maven-release-plugin] prepare for next development iterationManolo Carrasco2015-01-151-1/+1
|
* [maven-release-plugin] prepare release gwtquery-project-1.4.3gwtquery-project-1.4.3Manolo Carrasco2015-01-151-2/+2
|
* Utility method to export a functionManolo Carrasco2015-01-142-9/+36
|
* Adding more testing and fixesManolo Carrasco2015-01-0710-81/+246
|
* Rebasing masterManolo Carrasco2015-01-044-6/+17
|\
| * Make checkstyle run when validating sourcesManolo Carrasco2015-01-022-3/+12
| |
* | Adding Julien review suggestions.Manolo Carrasco2015-01-046-74/+149
| | | | | | | | | | | | | | | | - Additionally, I have moved all remaining transform related stuff from transition plugin to transform class, and checked that regex are updated based on specification (it was a copy from original jQuery plugin). - Adding some tests.
* | Allow to use customized animations. And Fixes.Manolo Carrasco2015-01-0314-390/+463
|/ | | | | | | | In this patch there are many fixes found when playing with plugins. Also I have refactored Effects and Transitions plugins so as it is easier to extend and implement customized animations. Now we use properties instead of the Fx.css3 hack to disable modern animations.
* Merge branch 'master' into mcm_special_eventsManolo Carrasco2015-01-022-4/+7
|\
| * Make TC windows happyManolo Carrasco2015-01-023-8/+17
| |
* | Merge branch 'mcm_styling' into mcm_special_eventsManolo Carrasco2015-01-022-4/+10
|\ \
| * | Make TC windows happyManolo Carrasco2015-01-022-4/+10
| |/
* | Merge branch 'mcm_styling' into mcm_special_eventsManolo Carrasco2015-01-02145-1935/+2280
|\| | | | | | | | | | | | | | | Conflicts: gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Events.java gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyEvents.java gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/GqEvent.java
| * Merge branch 'master' into mcm_stylingManolo Carrasco2015-01-0210-254/+466
| |\ | | | | | | | | | | | | | | | Conflicts: gwtquery-core/src/main/java/com/google/gwt/query/client/IsProperties.java gwtquery-core/src/main/java/com/google/gwt/query/vm/JsonFactoryJre.java