aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Collapse)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
| | | | | | | | - Do not change overflow when it is not a resize animation - Restore correctly attibutes in show/hide animations - Restored the parameter force in css and curCSS methods - Changed the way show sets the display property in order to use block only when it is needed - change the parameter order of the setStyleProperty method
* 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
| | | | | | | | | | | | - Removed plugin stuff which already were moved to the plugins module - Moved all GQuery core plugin stuff into the plugins namespace - Redesign and recode of the Effects plugin using GWT animate as base - Documented many undocumented methods - Added a couple of scripts to generate Lazy interfaces from the class - Modifications to the effects sample to show the usage of the effects plugin - More tests cases in the devtest module. - Many other minor changes.
* Use className as type in queueManolo Carrasco2010-06-053-52/+35
|
* native engine uses xpath selector for css selectors not supported by the ↵Manolo Carrasco2010-06-024-23/+35
| | | | native css selector
* 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 ↵Manolo Carrasco2010-06-026-47/+95
| | | | with Css2Xpath was executed, and another problem with the handle of attributes when the tag was not given, and fixed the tests
* 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
| | | | this instead of GQuery
* use the same "unique()" method in SelectorEngine and GQuery, this eliminates ↵Manolo Carrasco2010-05-295-61/+56
| | | | the need of FastSet in favor of java.util.HashSet
* 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 ↵Manolo Carrasco2010-05-276-54/+2897
| | | | by EngineSizzle in gwt.xml, added tests units for dinamic and compiled selectors.
* removed warning, fix checkstyle rulesManolo Carrasco2010-05-271-15/+15
|
* delegate calculation of offsets to the native methods present in the GWT ↵Manolo Carrasco2010-05-131-48/+4
| | | | core library
* 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, ↵Manolo Carrasco2010-05-121-0/+9
| | | | Issue_17
* 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 ↵Manolo Carrasco2010-05-122-10/+17
| | | | with multiple elements
* 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 ↵Manolo Carrasco2010-05-063-7/+22
| | | | svn-repo. Added gcupload-maven-plugin to upload distribution file to google-code. Modified surefire configuration in order to run gwtTests which share the same module, and run emma goals
* 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
|