28 Commits (283134b5bc67925b0a61feaeb35eca737c26170b)

Author SHA1 Message Date
  Maxime Mériouma-Caron 283134b5bc Cleanup 8 years ago
  Manolo Carrasco cbacf2f217 Running maven java-formatter plugin to all sources 9 years ago
  Manolo Carrasco 8d6aa20dd0 Removing checkstyle errors 9 years ago
  Manolo Carrasco 74e91e7fc6 move jsni start marks to new line so as eclipse formatter ignores them 9 years ago
  Manolo Carrasco 791e62c0ad Organize imports, remove empty lines 9 years ago
  Manolo Carrasco 49431e9159 Reuse the same document style implementation. 9 years ago
  Manolo Carrasco 66b26fdbeb Replace arraylist by hashset in filter, which should improve better 9 years ago
  Manolo Carrasco 93ec3586ad Move filter from GQuery to SelectorEngine 9 years ago
  Manolo Carrasco b5f4b2e108 isVisible should use predicate in selectors 9 years ago
  Manuel Carrasco Moñino 83e2739c65 Use a hash to customize filters. Include more filters present in jquery. Fixes issues #230 #184 #220 10 years ago
  Manuel Carrasco Moñino e1df00dd99 Deprecate gwtquery JsRegexp implementation in favor of gwt RegExp which does exactly the same in client side, and works in jvm as well. Remove some imports 11 years ago
  Manuel Carrasco Moñino 1313f0c028 End lines with LF instead of CRLF 11 years ago
  Manolo Carrasco ae3821f146 improve performance in native selector generators 11 years ago
  Manolo Carrasco 6b56b6422b Use GWT.log instead of stdout when initializing selectors 12 years ago
  Manolo Carrasco eaa822694a Fix tests 12 years ago
  Manolo Carrasco 173cb815cf Many changes in the Ajax plugin, and fixes in order to release 1.1.0 soon 12 years ago
  Manolo Carrasco f30f1c4b15 Added GQ static class to house all static methods of the Api. It should be named $, but gwt compiler fails when a class contains the dollar. Added a simple implementation of the jquery Ajax API, text, html, xml and json responses are handle well by gquery. 12 years ago
  Manolo Carrasco 043676d4d7 Use IE9 optimizations, fixes issue103 12 years ago
  Manolo Carrasco 69febf399b implement has() method 12 years ago
  Manolo Carrasco 36ece6f6ed Fix cre tests: add method was broken because it was adding elements in the reverse order. 12 years ago
  Manolo Carrasco 6f5d12c061 support for :radio and :checkbox pseudoselectors. Fixes issue_100. 12 years ago
  Manolo Carrasco 9db75b2103 implement :hidden and :visible pseudo selectors, fixes issue86 13 years ago
  Manolo Carrasco 22079d84f5 xpath selectors available when using SelectorEngineCssToXPath 13 years ago
  Manolo Carrasco 42ff308211 querySelectorAll does not support numeric ids, so use getElementById 13 years ago
  Manolo Carrasco b519726e13 Accept xpath selectors and pass them to the native engine, it should work in most browsers, IE is not supported 13 years ago
  Manolo Carrasco 0446c76933 Refactoring of Lightweight JSO classes and more. 13 years ago
  Manolo Carrasco 1c7a59fe81 Re-factoring: moving classes from client package to specific packages. Improving javadocs 13 years ago
  Manolo Carrasco 310b687bea Standarizing Copyright headers in all source files 13 years ago
  Manolo Carrasco daf292dd12 removing an uggly alert 13 years ago
  Manolo Carrasco 5fa644614e first attemp to save the number of permutations. Optimized Sizzle selector for IE 13 years ago
  Manolo Carrasco 878690d15f adding a couple of selectors to benchmark module which were missing, and showing information about which class is being executed in each selector 14 years ago
  Manolo Carrasco a00d5c6a0c - Fixing FF to use Native implementation instead of IE8 14 years ago
  Manolo Carrasco 15c2fb1ad7 checkstyle fix in GQuery class. Moved or method to utils class 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 bc0672c61b - Implemented the stop() method 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 502cf8a7c5 applied patch in Issue_13 with fixes a bug when the node is in an iframe 14 years ago
  Manolo Carrasco fc2e2ea156 Make Selector instances root context sensitive, Issue_5 14 years ago
  Ray Cromwell 42ed8c73d5 Big update 15 years ago
  Ray Cromwell 6fe60be389 Checkstyle fixes. 15 years ago
  Ray Cromwell 96375a486a Refactored to com.google.gwt.query 15 years ago
  Ray Cromwell ba2b023d7c interrim commit 15 years ago
  Ray Cromwell e706b8b5da Refactoring for 0.2 release 16 years ago
  Ray Cromwell f4ed9dad47 16 years ago
  Ray Cromwell f90069409f First release of GwtQuery alpha 0.1 16 years ago