aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* adding gwt-maven version to pomManolo Carrasco2011-03-021-0/+1
* gwt-2.2.0 artifacts are now in central reposManolo Carrasco2011-03-022-4/+2
* updated javadocsManolo Carrasco2011-03-020-0/+0
* elements field of GQuery class is now private !Julien Dramaix2011-03-012-2/+2
* remove $ classJulien Dramaix2011-03-011-103/+0
* updated javadocsManolo Carrasco2011-03-011-4/+5
* margin and padding shorthand properties can be defined with either one, two, ...Julien Dramaix2011-03-013-15/+83
* changes in r409 overrideJulien Dramaix2011-02-282-53/+23
* use new way to set CSSJulien Dramaix2011-02-283-16/+22
* finalize CSS partJulien Dramaix2011-02-2868-1411/+1263
* Remove redundant methodsManolo Carrasco2011-02-283-35/+9
* length should accept double and intJulien Dramaix2011-02-281-0/+64
* removing generics so as eclipse does not hide the type of the arrayManolo Carrasco2011-02-281-8/+2
* update lazy interface with last gquery new methodsManolo Carrasco2011-02-271-7/+15
* Adding a nice method able to look for widgeds of a specific class in the dom....Manolo Carrasco2011-02-272-19/+62
* add scrollTo and scrollIntoView methodsManolo Carrasco2011-02-252-4/+75
* implement Manolo's idea : use with() method to facilitate eclipse auto-comple...Julien Dramaix2011-02-241-8/+7
* implement Manolo's idea : use with() method to facilitate eclipse auto-comple...Julien Dramaix2011-02-2425-683/+608
* dom attr should not be camelized because there are dom elements using the hyp...Manolo Carrasco2011-02-241-4/+3
* $() must handle nullsManolo Carrasco2011-02-242-17/+37
* Does not die when properties syntax is wrongManolo Carrasco2011-02-231-6/+15
* reverting printlnManolo Carrasco2011-02-231-3/+1
* proof of conceptManolo Carrasco2011-02-236-6/+68
* proposal for Widgets pluginJulien Dramaix2011-02-209-18/+487
* finalize CSS2 part of gwtqueryJulien Dramaix2011-02-1751-429/+545
* svnignoreManolo Carrasco2011-02-160-0/+0
* [maven-release-plugin] prepare for next development iterationManolo Carrasco2011-02-161-4/+4
* [maven-release-plugin] prepare release gquery-archetype-0.4Manolo Carrasco2011-02-161-4/+4
* Archetype now generates gwt-2.2.0 projectsManolo Carrasco2011-02-162-4/+13
* disable unique version in snapshot repo, so as we can upload multiple classifierManolo Carrasco2011-02-162-16/+55
* change in margin and padding propertyJulien Dramaix2011-02-161-2/+27
* initial revisionJulien Dramaix2011-02-162-0/+75
* add possibility to specify a shorthand css property taking 4 valuesJulien Dramaix2011-02-152-4/+26
* finalize javadoc for CSS.javaJulien Dramaix2011-02-156-74/+891
* Do not compile samples by defaultManolo Carrasco2011-02-141-1/+1
* Produce a gwt artifact with different classifier for gwt-2.2.0. Fixes issue#66Manolo Carrasco2011-02-142-1/+82
* In order to compile with gwt-2.2.0, gwt-dev must be defined as a dependencyManolo Carrasco2011-02-141-2/+8
* Use gwt 2.2.0 to test issue#66Manolo Carrasco2011-02-141-2/+6
* Do not copy deprecated methods in lazy interfaces to avoid compiler warningsManolo Carrasco2011-02-142-11/+4
* start css javadocJulien Dramaix2011-02-104-32/+741
* add EmptyCells propertyJulien Dramaix2011-02-093-0/+67
* continue type safe css implementationJulien Dramaix2011-02-0851-221/+993
* add position propertiesJulien Dramaix2011-01-273-0/+66
* add clear, clip, top, left, bottom, right and overflow propertiesJulien Dramaix2011-01-276-30/+405
* add outline propertyJulien Dramaix2011-01-279-71/+316
* Refactoring of CSS part of GQuery. Add implementation of many css propertiesJulien Dramaix2011-01-2752-1252/+2815
* Fix detection of the window, before this fix f(Element e) did not work with w...Manolo Carrasco2011-01-251-6/+6
* removing usage of deprecated method in testsManolo Carrasco2011-01-232-4/+2
* adding innerWidth and innerHeight methods and deprecating contentWidth and co...Manolo Carrasco2011-01-232-10/+36
* Update javadoc of width and height methodsManolo Carrasco2011-01-232-0/+4