aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Expand)AuthorAgeFilesLines
* Standarizing Copyright headers in all source filesManolo Carrasco2011-01-2286-103/+521
* fixing toggle method which was sharing the click counter for all elementsManolo Carrasco2011-01-221-8/+11
* fix for issue 60 and 63Julien Dramaix2011-01-181-25/+38
* correct implemenation of curCSS methodJulien Dramaix2011-01-182-8/+11
* -correct implementation of toggle. Julien Dramaix2011-01-182-21/+92
* correct javadocJulien Dramaix2011-01-181-3/+2
* correct javadocJulien Dramaix2011-01-181-4/+3
* Removed unused static variable.Manolo Carrasco2011-01-171-1/+12
* - Added QueryMin module thought to produce small javascript code although it ...Manolo Carrasco2011-01-1717-175/+407
* Remove @author @param @return. Add javadocsJulien Dramaix2011-01-163-123/+123
* adding Lazy interface for Widgets plugin. Fixing a testManolo Carrasco2011-01-162-4/+36
* Offset return methods needs package path so as script to extract lazy interfa...Manolo Carrasco2011-01-162-2/+2
* Update lazy interfacesManolo Carrasco2011-01-161-6/+6
* add GQueryUiImpl replacementJulien Dramaix2011-01-131-0/+10
* fix for issue 62Julien Dramaix2011-01-132-1/+20
* Fix issue 57Julien Dramaix2011-01-112-8/+59
* common-ui plugin classes moved to the trunkJulien Dramaix2011-01-113-0/+662
* checking nulls when creating or adding elements to JSArray. Added a couple of...Manolo Carrasco2010-12-217-8/+47
* updating to gwt 2.1.0 and fixing compilation (patch by julien.dramaix) and te...Manolo Carrasco2010-11-242-23/+28
* Adding a better way to handle when an element is already a widget and many me...Manolo Carrasco2010-11-247-72/+414
* adding a method to return the original gwt eventlistener of an elementManolo Carrasco2010-11-211-0/+10
* deploy to sonatype repoManolo Carrasco2010-11-041-2/+2
* added gquery constructor for widgets and basic element to widget methodsManolo Carrasco2010-10-253-14/+85
* white-space:nowrap should be called only with resize effects (fixes issue54)Manolo Carrasco2010-10-251-1/+1
* adding outerWidth and outerHeight methods which are in the jquery API. Patch ...Manolo Carrasco2010-10-252-1/+64
* fixing filter function throw exception if one element does not have parent in...Manolo Carrasco2010-10-252-0/+14
* fixes issue51Manolo Carrasco2010-10-251-2/+2
* fixes issue49Manolo Carrasco2010-10-251-1/+1
* fixing unbind with multiple events (fixes issue48)Manolo Carrasco2010-10-253-2/+30
* fixing testsManolo Carrasco2010-10-251-1/+1
* removing an uggly alertManolo Carrasco2010-10-252-2/+1
* fixing testsManolo Carrasco2010-10-251-2/+0
* first attemp to save the number of permutations. Optimized Sizzle selector fo...Manolo Carrasco2010-10-2514-142/+1129
* removed unnedded maven plugins and modulesManolo Carrasco2010-08-271-12/+1
* configuring pmdManolo Carrasco2010-08-271-11/+0
* fixing hudson buildManolo Carrasco2010-08-261-1/+1
* fixing hudson buildManolo Carrasco2010-08-261-1/+1
* fixing hudson buildManolo Carrasco2010-08-261-7/+9
* fixing hudson buildManolo Carrasco2010-08-262-3/+11
* fixing testsManolo Carrasco2010-08-262-10/+11
* adding parameter to stop meaning stop current and remove all functionsManolo Carrasco2010-08-131-7/+23
* adding a couple of selectors to benchmark module which were missing, and sho...Manolo Carrasco2010-08-082-1/+10
* - Fixing FF to use Native implementation instead of IE8 Manolo Carrasco2010-08-074-11/+42
* updated LazyEvents with new methodsManolo Carrasco2010-07-311-0/+46
* fixed events test for htmlunitManolo Carrasco2010-07-311-2/+2
* added namespaces to bind/unbind methods in the Events plugins, fixes issue43Manolo Carrasco2010-07-313-41/+197
* added an archetype to create a gquery application from scratchManolo Carrasco2010-07-312-2/+2
* FF performs better with Sizzle in Dynamic modeManolo Carrasco2010-07-243-10/+7
* Generated Selector class names should consider outer-class name also. Fix iss...Manolo Carrasco2010-07-231-24/+38
* Replaced Sizzle port by a pure jsni sizzle implementation which performs bett...Manolo Carrasco2010-07-195-663/+1830