| Commit message (Expand) | Author | Age | Files | Lines |
* | adding gwt-maven version to pom | Manolo Carrasco | 2011-03-02 | 1 | -0/+1 |
* | gwt-2.2.0 artifacts are now in central repos | Manolo Carrasco | 2011-03-02 | 2 | -4/+2 |
* | updated javadocs | Manolo Carrasco | 2011-03-02 | 0 | -0/+0 |
* | elements field of GQuery class is now private ! | Julien Dramaix | 2011-03-01 | 2 | -2/+2 |
* | remove $ class | Julien Dramaix | 2011-03-01 | 1 | -103/+0 |
* | updated javadocs | Manolo Carrasco | 2011-03-01 | 1 | -4/+5 |
* | margin and padding shorthand properties can be defined with either one, two, ... | Julien Dramaix | 2011-03-01 | 3 | -15/+83 |
* | changes in r409 override | Julien Dramaix | 2011-02-28 | 2 | -53/+23 |
* | use new way to set CSS | Julien Dramaix | 2011-02-28 | 3 | -16/+22 |
* | finalize CSS part | Julien Dramaix | 2011-02-28 | 68 | -1411/+1263 |
* | Remove redundant methods | Manolo Carrasco | 2011-02-28 | 3 | -35/+9 |
* | length should accept double and int | Julien Dramaix | 2011-02-28 | 1 | -0/+64 |
* | removing generics so as eclipse does not hide the type of the array | Manolo Carrasco | 2011-02-28 | 1 | -8/+2 |
* | update lazy interface with last gquery new methods | Manolo Carrasco | 2011-02-27 | 1 | -7/+15 |
* | Adding a nice method able to look for widgeds of a specific class in the dom.... | Manolo Carrasco | 2011-02-27 | 2 | -19/+62 |
* | add scrollTo and scrollIntoView methods | Manolo Carrasco | 2011-02-25 | 2 | -4/+75 |
* | implement Manolo's idea : use with() method to facilitate eclipse auto-comple... | Julien Dramaix | 2011-02-24 | 1 | -8/+7 |
* | implement Manolo's idea : use with() method to facilitate eclipse auto-comple... | Julien Dramaix | 2011-02-24 | 25 | -683/+608 |
* | dom attr should not be camelized because there are dom elements using the hyp... | Manolo Carrasco | 2011-02-24 | 1 | -4/+3 |
* | $() must handle nulls | Manolo Carrasco | 2011-02-24 | 2 | -17/+37 |
* | Does not die when properties syntax is wrong | Manolo Carrasco | 2011-02-23 | 1 | -6/+15 |
* | reverting println | Manolo Carrasco | 2011-02-23 | 1 | -3/+1 |
* | proof of concept | Manolo Carrasco | 2011-02-23 | 6 | -6/+68 |
* | proposal for Widgets plugin | Julien Dramaix | 2011-02-20 | 9 | -18/+487 |
* | finalize CSS2 part of gwtquery | Julien Dramaix | 2011-02-17 | 51 | -429/+545 |
* | svnignore | Manolo Carrasco | 2011-02-16 | 0 | -0/+0 |
* | [maven-release-plugin] prepare for next development iteration | Manolo Carrasco | 2011-02-16 | 1 | -4/+4 |
* | [maven-release-plugin] prepare release gquery-archetype-0.4 | Manolo Carrasco | 2011-02-16 | 1 | -4/+4 |
* | Archetype now generates gwt-2.2.0 projects | Manolo Carrasco | 2011-02-16 | 2 | -4/+13 |
* | disable unique version in snapshot repo, so as we can upload multiple classifier | Manolo Carrasco | 2011-02-16 | 2 | -16/+55 |
* | change in margin and padding property | Julien Dramaix | 2011-02-16 | 1 | -2/+27 |
* | initial revision | Julien Dramaix | 2011-02-16 | 2 | -0/+75 |
* | add possibility to specify a shorthand css property taking 4 values | Julien Dramaix | 2011-02-15 | 2 | -4/+26 |
* | finalize javadoc for CSS.java | Julien Dramaix | 2011-02-15 | 6 | -74/+891 |
* | Do not compile samples by default | Manolo Carrasco | 2011-02-14 | 1 | -1/+1 |
* | Produce a gwt artifact with different classifier for gwt-2.2.0. Fixes issue#66 | Manolo Carrasco | 2011-02-14 | 2 | -1/+82 |
* | In order to compile with gwt-2.2.0, gwt-dev must be defined as a dependency | Manolo Carrasco | 2011-02-14 | 1 | -2/+8 |
* | Use gwt 2.2.0 to test issue#66 | Manolo Carrasco | 2011-02-14 | 1 | -2/+6 |
* | Do not copy deprecated methods in lazy interfaces to avoid compiler warnings | Manolo Carrasco | 2011-02-14 | 2 | -11/+4 |
* | start css javadoc | Julien Dramaix | 2011-02-10 | 4 | -32/+741 |
* | add EmptyCells property | Julien Dramaix | 2011-02-09 | 3 | -0/+67 |
* | continue type safe css implementation | Julien Dramaix | 2011-02-08 | 51 | -221/+993 |
* | add position properties | Julien Dramaix | 2011-01-27 | 3 | -0/+66 |
* | add clear, clip, top, left, bottom, right and overflow properties | Julien Dramaix | 2011-01-27 | 6 | -30/+405 |
* | add outline property | Julien Dramaix | 2011-01-27 | 9 | -71/+316 |
* | Refactoring of CSS part of GQuery. Add implementation of many css properties | Julien Dramaix | 2011-01-27 | 52 | -1252/+2815 |
* | Fix detection of the window, before this fix f(Element e) did not work with w... | Manolo Carrasco | 2011-01-25 | 1 | -6/+6 |
* | removing usage of deprecated method in tests | Manolo Carrasco | 2011-01-23 | 2 | -4/+2 |
* | adding innerWidth and innerHeight methods and deprecating contentWidth and co... | Manolo Carrasco | 2011-01-23 | 2 | -10/+36 |
* | Update javadoc of width and height methods | Manolo Carrasco | 2011-01-23 | 2 | -0/+4 |