aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update archetype versionManuel Carrasco Moñino2013-03-162-1/+4
* Explain how to use superdev mode with mavenManuel Carrasco Moñino2013-03-163-30/+7
* Fix jsni syntax error after mergingManuel Carrasco Moñino2013-03-152-6/+39
* Merge latest changes in gquery-1.3.2Manuel Carrasco Moñino2013-03-1517-89/+202
|\
| * set the new snapshot versionManuel Carrasco Moñino2013-03-158-9/+9
| * update archetype versionsManuel Carrasco Moñino2013-03-152-3/+3
| * Removed unused maven pluginrelease-1.3.2Manuel Carrasco Moñino2013-03-151-15/+0
| * Changing version so as we can release gquery 1.3.2Manuel Carrasco Moñino2013-03-158-9/+9
| * Merge pull request #19 from manolo/propsManuel Carrasco2013-03-159-66/+197
| |\
| | * Enclose println used warn the user in dev mode in a block so as it does not g...Manuel Carrasco Moñino2013-03-153-5/+10
| | * Remove commentManuel Carrasco Moñino2013-03-141-1/+0
| | * This change should not be committedManuel Carrasco Moñino2013-03-141-1/+1
| | * Implementation of prop methods so as we can read any property from any JSO an...Manuel Carrasco Moñino2013-03-149-64/+191
| |/
* | Change constructors of DeferredPromiseImpl. Some cosmetic changesManuel Carrasco Moñino2013-03-152-29/+30
* | use getArgumentManuel Carrasco Moñino2013-03-151-1/+1
* | Use getArgument in the testManuel Carrasco Moñino2013-03-151-64/+60
* | Add a couple of missing methodsManuel Carrasco Moñino2013-03-153-5/+18
* | small re-ractoringManuel Carrasco Moñino2013-03-151-10/+10
* | Make setters in function chainable. Deprecate setters and getters in Function...Manuel Carrasco Moñino2013-03-151-12/+80
* | restore comment removed in a previous commitManuel Carrasco Moñino2013-03-151-1/+2
* | Create an interface for deferred. Create a utility abtract Promise to facilit...Manuel Carrasco Moñino2013-03-155-21/+138
* | remove eclipse warningsManuel Carrasco Moñino2013-03-042-4/+0
* | We dont need to deal with XMLHttpRequest right now, it is ok to continue usin...Manuel Carrasco Moñino2013-03-041-114/+0
* | undoing changes in DevTestRunner used while developing Deferred, and should n...Manuel Carrasco Moñino2013-03-041-88/+0
* | Implementation of Deferred.when. Some changes and deprecations in Function (n...Manuel Carrasco Moñino2013-03-047-111/+318
* | First implementation of Deferred and Promises. Ajax tests work. then implemen...Manuel Carrasco Moñino2013-03-0312-67/+542
|/
* Bugfix: loop when calling ajax method. Fixes issue 174Manuel Carrasco Moñino2013-03-011-1/+1
* Merge branch 'master' of github.com:gwtquery/gwtqueryManuel Carrasco Moñino2013-02-280-0/+0
|\
| * Merge pull request #17 from manolo/masterManuel Carrasco2013-02-2814-101/+550
| |\
* | | little pom changesManuel Carrasco Moñino2013-02-282-2/+3
| |/ |/|
* | Dont add more callbacks when disabledManuel Carrasco Moñino2013-02-271-9/+10
* | Test callbacks disable methodManuel Carrasco Moñino2013-02-272-1/+5
* | memory elements should be fired after adding new elements, and memory should ...Manuel Carrasco Moñino2013-02-272-27/+45
* | First step towards supporting Deferred: implementing Callbacks collectionsManuel Carrasco Moñino2013-02-226-3/+326
* | Fix null exceptionManuel Carrasco Moñino2013-02-221-1/+3
* | Fix edge case when properties string ends with comaManuel Carrasco Moñino2013-02-222-2/+3
* | Merge branch 'master' of github.com:gwtquery/gwtqueryManuel Carrasco Moñino2013-02-200-0/+0
|\|
| * Merge pull request #16 from manolo/masterManuel Carrasco2013-02-201-238/+246
| |\
| * \ Merge pull request #15 from manolo/masterJulien Dramaix2013-02-121-1/+1
| |\ \
* | | | Implement some methods which are in jquery but they werent in jsquery and gq...Manuel Carrasco Moñino2013-02-207-96/+196
| |_|/ |/| |
* | | The find/replace action set abstract to interfaces which actually dont need itManuel Carrasco Moñino2013-02-141-6/+6
* | | Add TODO commentManuel Carrasco Moñino2013-02-141-0/+1
* | | Change overlay class to abstract so as we dont need dummy implementation of m...Manuel Carrasco Moñino2013-02-141-244/+251
| |/ |/|
* | Fixed jsni exception when running certain selectors in IE8Manuel Carrasco Moñino2013-02-121-1/+1
|/
* Merge pull request #14 from manolo/masterJulien Dramaix2013-02-1114-74/+141
|\
| * Remove unused importManuel Carrasco Moñino2013-02-081-1/+0
| * Adding a utility function to call external functions from gwt without writing...Manuel Carrasco Moñino2013-02-083-5/+50
| * Allow arbitrary string as parameter when adding new elements to dom. Fixes is...Manuel Carrasco Moñino2013-02-082-2/+10
| * Remove svn references in pom, since we are using gitManuel Carrasco Moñino2013-02-071-20/+3
| * Change method signatureManuel Carrasco Moñino2013-02-071-1/+1