299 Commits (1e94c1d26b12e3dda974281b7e3cea3cc7a9e9da)
 

Author SHA1 Message Date
  Manolo Carrasco 4134949fd5 Replaced Sizzle port by a pure jsni sizzle implementation which performs better until SizzleGwt was finished. Added cache to CssToXPath selector. 14 years ago
  Manolo Carrasco b726695629 updated demos 14 years ago
  Manolo Carrasco 4554ca17fb Script to generate code of lazyInterfaces was removing some valid lines in javadocs 14 years ago
  Manolo Carrasco 2009570e93 removed unnecessary method 14 years ago
  Manolo Carrasco 2a4983d92a change empty method in order to handle iframe documents. 14 years ago
  Manolo Carrasco 22d0076750 - Added submit method to gquery, and handle submit events in the events plugins (fixes issue40) 14 years ago
  Manolo Carrasco 57480a4d76 allow document as a valid gquery context in order to handle correctly elements in iframes. Changed the return signature of set-data method (Fixes issue41) 14 years ago
  Manolo Carrasco 2ae8586c98 updated demos 14 years ago
  Manolo Carrasco c25ba851df removed some warning 14 years ago
  Manolo Carrasco 94d71126ab make GQueryQueue methods return the type of the plugin instead of itself 14 years ago
  Manolo Carrasco 1febf708e1 Use Utils class 14 years ago
  Manolo Carrasco 686cfd87e8 Use Utils class 14 years ago
  Manolo Carrasco 15c2fb1ad7 checkstyle fix in GQuery class. Moved or method to utils class 14 years ago
  Manolo Carrasco 4e8f9d97c4 updated maven snapshots, demos and javadocs 14 years ago
  Manolo Carrasco 695fd72a1f updated Lazy interface with new GQuery methods 14 years ago
  Manolo Carrasco bb60379df2 - domManip was modifying the set of noded passed. 14 years ago
  Manolo Carrasco 6cab544265 update deployed demos 14 years ago
  Manolo Carrasco f924370af5 updated javadoc 14 years ago
  Manolo Carrasco dbd292cbfa some changes to dev tests 14 years ago
  Manolo Carrasco b7e8d2ba74 14 years ago
  Manolo Carrasco 3cfcf82b46 - Added a customized linker which puts the doctype to the iframe with the gwt code 14 years ago
  Manolo Carrasco 2755f7fbbc updated deployed demos 14 years ago
  Manolo Carrasco 223de0ebfd New Sample Module (Image Zoom) to demostrate Effects plugin features. 14 years ago
  Manolo Carrasco bc0672c61b - Implemented the stop() method in queue 14 years ago
  Manolo Carrasco 35210485d5 fixed an issue in PropertiesAnimation with the width and height. Added tests for width and height calculations. Added tests for ClipAnimation effect 14 years ago
  Manolo Carrasco 649fd7a19d added a utility script to update demos in the svn repository 14 years ago
  Manolo Carrasco d027aac3f6 updated demos deployed in svn 14 years ago
  Manolo Carrasco 48c6868e02 fixed test 14 years ago
  Manolo Carrasco e1e0bd2f6b removed stuff committed by mistake 14 years ago
  Manolo Carrasco fba751ff0f updated Lazy interfaz for GQuery 14 years ago
  Manolo Carrasco 462b2c58cb - Select the appropriate DocumentStyleImpl and Selectors for ie8 in .gwt.xml. 14 years ago
  Manolo Carrasco 0908692795 fixes issue35 14 years ago
  Manolo Carrasco 0a43bbcad5 updated demos folder 14 years ago
  Manolo Carrasco ed6250fc26 fixed tests 14 years ago
  Manolo Carrasco bd4e166120 fixed a silly issue in the demo module 14 years ago
  Manolo Carrasco 406360bd9d moved style code from GQuery to appropriate implementation classes 14 years ago
  Manolo Carrasco fe797419ff svn property set for html files in javadoc 14 years ago
  Manolo Carrasco 0520c36511 deleted old files in javadoc folder 14 years ago
  Manolo Carrasco 8c3146f77d updated javadoc 14 years ago
  Manolo Carrasco 072fc50425 fix for effects tests 14 years ago
  Manolo Carrasco cab2af2f44 Many changes almost related with effects and the re-factor of plugins: 14 years ago
  Manolo Carrasco 95ddf5b769 Use className as type in queue 14 years ago
  Manolo Carrasco ef30c9b034 native engine uses xpath selector for css selectors not supported by the native css selector 14 years ago
  Manolo Carrasco a520b76c88 use the shorthand \w in css2xpat regex 14 years ago
  Manolo Carrasco 67de8dbfa4 fixed an issue when using pseudos selector in Css2Xpath engine 14 years ago
  Manolo Carrasco 0daa529f77 resolved an issue related to the context where a xpath selector produced with Css2Xpath was executed, and another problem with the handle of attributes when the tag was not given, and fixed the tests 14 years ago
  Manolo Carrasco bb2ec811cb added a new XPath engine based in Andrea Giammarchi Css2Xpath library 14 years ago
  Manolo Carrasco f47c9b3e43 fixed the test for HtmlUnit 14 years ago
  Manolo Carrasco 47cb10658e added new test to check the effects queue 14 years ago
  Manolo Carrasco b89f4d3fa1 moved especific FX queue methods to Effects class 14 years ago