aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Expand)AuthorAgeFilesLines
* fixed testManolo Carrasco2010-06-141-10/+0
* removed stuff committed by mistakeManolo Carrasco2010-06-141-185/+0
* updated Lazy interfaz for GQueryManolo Carrasco2010-06-142-129/+348
* - Select the appropriate DocumentStyleImpl and Selectors for ie8 in .gwt.xml.Manolo Carrasco2010-06-137-94/+120
* fixes issue35Manolo Carrasco2010-06-121-3/+3
* fixed testsManolo Carrasco2010-06-113-9/+9
* fixed a silly issue in the demo moduleManolo Carrasco2010-06-112-21/+20
* moved style code from GQuery to appropriate implementation classesManolo Carrasco2010-06-113-103/+129
* fix for effects testsManolo Carrasco2010-06-111-9/+11
* Many changes almost related with effects and the re-factor of plugins:Manolo Carrasco2010-06-1122-2009/+2012
* Use className as type in queueManolo Carrasco2010-06-053-52/+35
* native engine uses xpath selector for css selectors not supported by the nati...Manolo Carrasco2010-06-024-23/+35
* use the shorthand \w in css2xpat regexManolo Carrasco2010-06-021-20/+19
* fixed an issue when using pseudos selector in Css2Xpath engineManolo Carrasco2010-06-024-21/+21
* resolved an issue related to the context where a xpath selector produced with...Manolo Carrasco2010-06-026-47/+95
* added a new XPath engine based in Andrea Giammarchi Css2Xpath libraryManolo Carrasco2010-06-017-7/+398
* fixed the test for HtmlUnitManolo Carrasco2010-05-301-37/+52
* added new test to check the effects queueManolo Carrasco2010-05-303-12/+83
* moved especific FX queue methods to Effects classManolo Carrasco2010-05-302-83/+78
* added queue stuff to its own class, so as plugins using queue have to extend ...Manolo Carrasco2010-05-305-158/+183
* use the same "unique()" method in SelectorEngine and GQuery, this eliminates ...Manolo Carrasco2010-05-295-61/+56
* fixes an issue with adding quotes to attribute values in selectors, issue12Manolo Carrasco2010-05-283-6/+34
* fixed testsManolo Carrasco2010-05-281-2/+2
* checkstyle warningsManolo Carrasco2010-05-283-1965/+1960
* added a missed importManolo Carrasco2010-05-281-0/+1
* uncommented test for JS selector, in order to increase coverage reportManolo Carrasco2010-05-281-2/+2
* added a pure javascript selector engine based in Sizzle, replaced EngineJS by...Manolo Carrasco2010-05-276-54/+2897
* removed warning, fix checkstyle rulesManolo Carrasco2010-05-271-15/+15
* delegate calculation of offsets to the native methods present in the GWT core...Manolo Carrasco2010-05-131-48/+4
* applied patch in Issue_13 with fixes a bug when the node is in an iframeManolo Carrasco2010-05-131-1/+3
* tests and fix for Issue_23Manolo Carrasco2010-05-132-0/+24
* Fixes Issue_28Manolo Carrasco2010-05-131-1/+1
* Test to demonstrate that Issue_27 is fixedManolo Carrasco2010-05-131-0/+11
* added a test to demonstrate that capitalLetters in Id works as expected, Issu...Manolo Carrasco2010-05-121-0/+9
* Fixes Issue_18Manolo Carrasco2010-05-123-2/+20
* Fixed tests broken because of the workaround for Issue_20Manolo Carrasco2010-05-121-3/+5
* Workaround to fix Issue_20Manolo Carrasco2010-05-121-0/+12
* fixed a typo in SelectorGeneratorNative, Fixes Issue_6Manolo Carrasco2010-05-122-7/+18
* Make Selector instances root context sensitive, Issue_5Manolo Carrasco2010-05-128-21/+120
* Fixed an issue which happened in domManip when it received a list of nodes wi...Manolo Carrasco2010-05-122-10/+17
* extracted effects tests to its own class, and renamed test classesManolo Carrasco2010-05-114-851/+115
* ignore case when comparing property name exceptionsManolo Carrasco2010-05-112-4/+4
* Renamed test classesManolo Carrasco2010-05-091-2/+2
* Renamed test classesManolo Carrasco2010-05-092-0/+785
* messages in assertionsManolo Carrasco2010-05-061-4/+4
* Created missing methods in LazyGQuery, removed parameter warningsManolo Carrasco2010-05-064-208/+197
* Set version number to 1.0.0. Deploy sites now are pointing to gwtquery svn-re...Manolo Carrasco2010-05-063-7/+22
* call local method to remove repeated codeManolo Carrasco2010-05-051-2/+2
* running multiple tests in maven fails when all tests share the same module nameManolo Carrasco2010-05-052-1/+4
* Do not override original Gwt EventListeners, fixes Issue_10Manolo Carrasco2010-05-052-17/+49