299 Commit (1e94c1d26b12e3dda974281b7e3cea3cc7a9e9da)
 

Autore SHA1 Messaggio Data
  Manolo Carrasco 1e94c1d26b updated javadocs 13 anni fa
  Julien Dramaix c7e822557f margin and padding shorthand properties can be defined with either one, two, three or four Length 13 anni fa
  Julien Dramaix b5e24c5b18 changes in r409 override 13 anni fa
  Julien Dramaix c6b2acfae7 use new way to set CSS 13 anni fa
  Julien Dramaix b49ba264f6 finalize CSS part 13 anni fa
  Manolo Carrasco 0a6c4e34c4 Remove redundant methods 13 anni fa
  Julien Dramaix 4f667da72f length should accept double and int 13 anni fa
  Manolo Carrasco d48ac1ce70 removing generics so as eclipse does not hide the type of the array 13 anni fa
  Manolo Carrasco 8f5cdc0b82 update lazy interface with last gquery new methods 13 anni fa
  Manolo Carrasco e12772a3f3 Adding a nice method able to look for widgeds of a specific class in the dom. Restoring css method removed in a previous release and deprecating it, in order to avoid to break existing apps using it. 13 anni fa
  Manolo Carrasco 84811d17bf add scrollTo and scrollIntoView methods 13 anni fa
  Julien Dramaix 45de091200 implement Manolo's idea : use with() method to facilitate eclipse auto-completion 13 anni fa
  Julien Dramaix bafd66b4af implement Manolo's idea : use with() method to facilitate eclipse auto-completion 13 anni fa
  Manolo Carrasco 07fe84a2e8 dom attr should not be camelized because there are dom elements using the hyphen (ex svg nodes) 13 anni fa
  Manolo Carrasco fafbe1f7e7 $() must handle nulls 13 anni fa
  Manolo Carrasco 742e3c11e3 Does not die when properties syntax is wrong 13 anni fa
  Manolo Carrasco 0554fadd30 reverting println 13 anni fa
  Manolo Carrasco 8b2bf6272d proof of concept 13 anni fa
  Julien Dramaix a2215bc08f proposal for Widgets plugin 13 anni fa
  Julien Dramaix 4a98a73baf finalize CSS2 part of gwtquery 13 anni fa
  Manolo Carrasco d34d0fbc42 svnignore 13 anni fa
  Manolo Carrasco ce2d7de487 [maven-release-plugin] prepare for next development iteration 13 anni fa
  Manolo Carrasco d795479958 [maven-release-plugin] prepare release gquery-archetype-0.4 13 anni fa
  Manolo Carrasco a47dc70ba3 Archetype now generates gwt-2.2.0 projects 13 anni fa
  Manolo Carrasco 1478ca2cd8 disable unique version in snapshot repo, so as we can upload multiple classifier 13 anni fa
  Julien Dramaix c354738b9a change in margin and padding property 13 anni fa
  Julien Dramaix df9139b32b initial revision 13 anni fa
  Julien Dramaix 24e2433c7e add possibility to specify a shorthand css property taking 4 values 13 anni fa
  Julien Dramaix cf8ee00441 finalize javadoc for CSS.java 13 anni fa
  Manolo Carrasco 38607c9c8a Do not compile samples by default 13 anni fa
  Manolo Carrasco 583dc3fed4 Produce a gwt artifact with different classifier for gwt-2.2.0. Fixes issue#66 13 anni fa
  Manolo Carrasco 036bd1f793 In order to compile with gwt-2.2.0, gwt-dev must be defined as a dependency 13 anni fa
  Manolo Carrasco 923adcedf3 Use gwt 2.2.0 to test issue#66 13 anni fa
  Manolo Carrasco 8948f8d8b3 Do not copy deprecated methods in lazy interfaces to avoid compiler warnings 13 anni fa
  Julien Dramaix 65b737758e start css javadoc 13 anni fa
  Julien Dramaix 4b3e9b4f41 add EmptyCells property 13 anni fa
  Julien Dramaix da27cf1923 continue type safe css implementation 13 anni fa
  Julien Dramaix d2e8b8f25d add position properties 13 anni fa
  Julien Dramaix 3759cf6961 add clear, clip, top, left, bottom, right and overflow properties 13 anni fa
  Julien Dramaix ee7b59d4c8 add outline property 13 anni fa
  Julien Dramaix 8a45280e01 Refactoring of CSS part of GQuery. Add implementation of many css properties 13 anni fa
  Manolo Carrasco 4be89bfb71 Fix detection of the window, before this fix f(Element e) did not work with when adding scroll binding to the window $(window).scroll(Function ) 13 anni fa
  Manolo Carrasco ee56fc3038 removing usage of deprecated method in tests 13 anni fa
  Manolo Carrasco f3effb9bce adding innerWidth and innerHeight methods and deprecating contentWidth and contentHeight to have the same names that jQuery 13 anni fa
  Manolo Carrasco 695b51d4c7 Update javadoc of width and height methods 13 anni fa
  Manolo Carrasco fea1ce68af Update to jquery-1.4.4 in benchmark aplication. Added to SampleModule a check of how jquery computes width and height to comparate with gquery. 13 anni fa
  Manolo Carrasco 4ef249884a Return 0 in method cur when the elements list is empty 13 anni fa
  Manolo Carrasco a496abb882 update benchmark demo 13 anni fa
  Julien Dramaix 5e02b65eb4 -correct testWidthHeight 13 anni fa
  Manolo Carrasco 898aec79c1 recompiled demos 13 anni fa