aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src
Commit message (Expand)AuthorAgeFilesLines
...
* - add prop() method (patch from Alessandro Bollini)Julien Dramaix2011-05-283-1/+139
* - Refactor cleanHtmlString method and fix issue 78Julien Dramaix2011-05-263-33/+150
* Fix issue 80 : remove references of gquery classes in GqUiJulien Dramaix2011-05-232-67/+63
* javadocManolo Carrasco2011-05-072-1/+13
* Accept xpath selectors and pass them to the native engine, it should work in ...Manolo Carrasco2011-05-074-16/+40
* Fixes special characters when they are in quoted string: fixes issue77Manolo Carrasco2011-05-072-1/+22
* Performance: the method element() was called in almost all other gquery metho...Manolo Carrasco2011-05-053-146/+181
* remove asArray methodJulien Dramaix2011-05-031-16/+8
* Fix testsManolo Carrasco2011-05-031-1/+1
* Prepare to release 1.0.0Manolo Carrasco2011-05-032-2/+1
* Revert Float classManolo Carrasco2011-05-023-29/+2
* fix for 2.2.0Manolo Carrasco2011-05-021-1/+2
* Add Float class in order to make gquery compatible with 2.0.0Manolo Carrasco2011-05-021-0/+28
* Add Float class in order to make gquery compatible with 2.0.0Manolo Carrasco2011-05-023-10/+9
* trying to fix hudson buildManolo Carrasco2011-05-021-1/+1
* remove printlnManolo Carrasco2011-05-021-1/+0
* Fixing a bug in Properties parser when the input string was an empty json. Re...Manolo Carrasco2011-05-024-41/+89
* remove deprecated methodsJulien Dramaix2011-05-011-26/+1
* transform TOBEFIXED in comment... Julien Dramaix2011-05-011-2/+2
* remove unused importManolo Carrasco2011-05-012-2/+0
* Add reference to core plugins in GQuery so as user just use "import static GQ...Manolo Carrasco2011-05-016-60/+58
* the EventsListener must be initialize itself when it is created.Julien Dramaix2011-04-261-12/+10
* context in testManolo Carrasco2011-04-261-1/+1
* Assure the order of Function.f() calls is correct and test itManolo Carrasco2011-04-265-33/+223
* typo which made test failManolo Carrasco2011-04-261-1/+1
* implement resize eventsManolo Carrasco2011-04-255-13/+102
* Fix $(window).width/heightManolo Carrasco2011-04-252-1/+17
* update animate javadocManolo Carrasco2011-04-254-48/+132
* This class should be committed in last commitManolo Carrasco2011-04-251-0/+244
* Adding the feature of handing animations in node attributes (useful for svg)....Manolo Carrasco2011-04-253-321/+127
* Adding isEmpty methodManolo Carrasco2011-04-252-18/+30
* remove GWT.logJulien Dramaix2011-04-231-14/+10
* remove unused importJulien Dramaix2011-04-231-1/+0
* more testsManolo Carrasco2011-04-232-2/+12
* remove unused importsManolo Carrasco2011-04-231-2/+0
* Fix for __gwt_ObjectId attribute in JsCache (chrome dev mode). Fix Properties...Manolo Carrasco2011-04-234-33/+53
* update javadocsJulien Dramaix2011-04-224-209/+432
* add color animationJulien Dramaix2011-04-223-35/+339
* this is experimental code committed by mistakeManolo Carrasco2011-04-201-23/+5
* widgets plugin has a just set of basic factories, the rest will be in the enh...Manolo Carrasco2011-04-1913-8/+462
* Remove HashMap and HashSet dependenciesManolo Carrasco2011-04-181-2/+2
* Remove HashMap and HashSet dependenciesManolo Carrasco2011-04-185-36/+38
* f(Widget, int) delagate call to f(Element) instead of f(Widget).Julien Dramaix2011-04-151-1/+1
* fix testsManolo Carrasco2011-04-152-19/+27
* Revert method f to return an object and avoid eclipse warnings. Accept either...Manolo Carrasco2011-04-154-13/+112
* add nextUntil, prevUntil, parentsUntil methods + testsJulien Dramaix2011-04-143-15/+123
* remove importManolo Carrasco2011-04-142-2/+0
* a better casting for the gwtc compilerManolo Carrasco2011-04-141-2/+1
* Do not return unparametrized array in listManolo Carrasco2011-04-143-9/+10
* add fadeToggle() shortcut method in GQuery classJulien Dramaix2011-04-132-0/+19