]> source.dussan.org Git - gwtquery.git/shortlog
gwtquery.git
2013-04-12 Manuel Carrasco... Fix NPE
2013-04-12 Manuel Carrasco... Fix NPE
2013-04-12 Manuel Carrasco... clean test
2013-04-12 Manuel CarrascoMerge pull request #27 from manolo/master
2013-04-12 Manuel Carrasco... Adding a new utility class to easily use pipelining...
2013-04-10 Manuel CarrascoMerge pull request #23 from manolo/master
2013-04-10 Manuel Carrasco... Deprecate gwtquery JsRegexp implementation in favor...
2013-04-10 Manuel Carrasco... Change some browser dependencies so as we can use Defer...
2013-04-10 Manuel Carrasco... Deferred object is not needed to be a plugin of gquery
2013-04-10 Manuel Carrasco... Fix casting exception
2013-04-09 Manuel CarrascoMerge pull request #22 from manolo/master
2013-04-09 Manuel Carrasco... cosmetic and formal change of string sum by string...
2013-04-09 Manuel Carrasco... Constants
2013-04-08 Manuel Carrasco... Naming int idexes, and adding a couple of comments...
2013-04-06 Manuel Carrasco... Fix pipelined promises when the function returned promi...
2013-04-03 Manuel Carrasco... Resolve referred with plain objects. Pass the same...
2013-04-02 Manuel Carrasco... remove null argument
2013-04-02 Manuel Carrasco... Implement promises for QueuePlugin (valid for GQuery...
2013-03-31 Manuel Carrasco... typo
2013-03-23 Manuel Carrasco... Fix Deferred.Promise.then() since it should pipeline...
2013-03-23 Manuel Carrasco... returned js values in runJavascriptFunctionImpl should...
2013-03-23 Manuel Carrasco... Configure core tests so as we can run with a browser
2013-03-23 Manuel CarrascoMerge pull request #21 from manolo/master
2013-03-23 Manuel Carrasco... typo
2013-03-21 Manuel Carrasco... NL
2013-03-19 Manuel Carrasco... Merge branch 'master' of github.com:gwtquery/gwtquery
2013-03-19 Manuel Carrasco... Support adding widgets to widgets which not override...
2013-03-18 Manuel Carrasco... Re-write Promise.then since it must return a new promis...
2013-03-18 Manuel Carrasco... Remove methods not used anymore
2013-03-18 Manuel Carrasco... Add copyright to new files
2013-03-18 Manuel Carrasco... Add two methods present in the jquery Promise object
2013-03-18 Manuel Carrasco... reduce visibility of DeferredPromiseImpl
2013-03-18 Manuel Carrasco... Extract helper classes from the Deferred class, so...
2013-03-18 Manuel Carrasco... Use RequestBuilder Deferred helpers in Ajax plugin...
2013-03-18 Manuel Carrasco... Fix NPE
2013-03-18 Manuel Carrasco... Promise helper for JsonpRequestBuilder
2013-03-18 Manuel CarrascoMerge pull request #20 from manolo/master
2013-03-18 Manuel Carrasco... javadoc typo
2013-03-17 Manuel Carrasco... use arguments
2013-03-17 Manuel Carrasco... Adding some utility classes to create Promises for...
2013-03-17 Manuel Carrasco... Test nested promises
2013-03-17 Manuel Carrasco... Implement Promises for GWT RPC services
2013-03-16 Manuel Carrasco... update archetype version
2013-03-16 Manuel Carrasco... Explain how to use superdev mode with maven
2013-03-15 Manuel Carrasco... Fix jsni syntax error after merging
2013-03-15 Manuel Carrasco... Merge latest changes in gquery-1.3.2
2013-03-15 Manuel Carrasco... set the new snapshot version
2013-03-15 Manuel Carrasco... update archetype versions
2013-03-15 Manuel Carrasco... Change constructors of DeferredPromiseImpl. Some cosmet...
2013-03-15 Manuel Carrasco... Removed unused maven plugin release-1.3.2
2013-03-15 Manuel Carrasco... Changing version so as we can release gquery 1.3.2
2013-03-15 Manuel CarrascoMerge pull request #19 from manolo/props
2013-03-15 Manuel Carrasco... Enclose println used warn the user in dev mode in a...
2013-03-15 Manuel Carrasco... use getArgument
2013-03-15 Manuel Carrasco... Use getArgument in the test
2013-03-15 Manuel Carrasco... Add a couple of missing methods
2013-03-15 Manuel Carrasco... small re-ractoring
2013-03-15 Manuel Carrasco... Make setters in function chainable. Deprecate setters...
2013-03-15 Manuel Carrasco... restore comment removed in a previous commit
2013-03-15 Manuel Carrasco... Create an interface for deferred. Create a utility...
2013-03-14 Manuel Carrasco... Remove comment
2013-03-14 Manuel Carrasco... This change should not be committed
2013-03-14 Manuel Carrasco... Implementation of prop methods so as we can read any...
2013-03-04 Manuel Carrasco... remove eclipse warnings
2013-03-04 Manuel Carrasco... We dont need to deal with XMLHttpRequest right now...
2013-03-04 Manuel Carrasco... undoing changes in DevTestRunner used while developing...
2013-03-04 Manuel Carrasco... Implementation of Deferred.when. Some changes and depre...
2013-03-03 Manuel Carrasco... First implementation of Deferred and Promises. Ajax...
2013-03-01 Manuel Carrasco... Bugfix: loop when calling ajax method. Fixes issue 174
2013-02-28 Manuel Carrasco... Merge branch 'master' of github.com:gwtquery/gwtquery
2013-02-28 Manuel Carrasco... little pom changes
2013-02-28 Manuel CarrascoMerge pull request #17 from manolo/master
2013-02-27 Manuel Carrasco... Dont add more callbacks when disabled
2013-02-27 Manuel Carrasco... Test callbacks disable method
2013-02-27 Manuel Carrasco... memory elements should be fired after adding new elemen...
2013-02-22 Manuel Carrasco... First step towards supporting Deferred: implementing...
2013-02-22 Manuel Carrasco... Fix null exception
2013-02-22 Manuel Carrasco... Fix edge case when properties string ends with coma
2013-02-20 Manuel Carrasco... Merge branch 'master' of github.com:gwtquery/gwtquery
2013-02-20 Manuel CarrascoMerge pull request #16 from manolo/master
2013-02-20 Manuel Carrasco... Implement some methods which are in jquery but they...
2013-02-14 Manuel Carrasco... The find/replace action set abstract to interfaces...
2013-02-14 Manuel Carrasco... Add TODO comment
2013-02-14 Manuel Carrasco... Change overlay class to abstract so as we dont need...
2013-02-12 Julien DramaixMerge pull request #15 from manolo/master
2013-02-12 Manuel Carrasco... Fixed jsni exception when running certain selectors...
2013-02-11 Julien DramaixMerge pull request #14 from manolo/master
2013-02-08 Manuel Carrasco... Remove unused import
2013-02-08 Manuel Carrasco... Adding a utility function to call external functions...
2013-02-08 Manuel Carrasco... Allow arbitrary string as parameter when adding new...
2013-02-07 Manuel Carrasco... Remove svn references in pom, since we are using git
2013-02-07 Manuel Carrasco... Change method signature
2013-02-07 Manuel Carrasco... Remove attribute after the property is set to null...
2013-02-07 Manuel Carrasco... Fixes issue 170
2013-02-07 Manuel Carrasco... Update javadocs so as we explain better the meaning...
2013-02-07 Manuel Carrasco... Setting version to next snapshot iteration
2013-02-07 Manuel Carrasco... Set archetype version to last stable deployed
2013-02-07 Manuel Carrasco... remove svn wagon
2013-02-07 Manuel Carrasco... Preparing archetype to deploy the release 1.3.1 to...
2013-02-07 Manuel Carrasco... Updating archetype versions
next