Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed test | Manolo Carrasco | 2010-06-14 | 1 | -10/+0 |
| | |||||
* | removed stuff committed by mistake | Manolo Carrasco | 2010-06-14 | 1 | -185/+0 |
| | |||||
* | updated Lazy interfaz for GQuery | Manolo Carrasco | 2010-06-14 | 2 | -129/+348 |
| | |||||
* | - Select the appropriate DocumentStyleImpl and Selectors for ie8 in .gwt.xml. | Manolo Carrasco | 2010-06-13 | 7 | -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 issue35 | Manolo Carrasco | 2010-06-12 | 1 | -3/+3 |
| | |||||
* | fixed tests | Manolo Carrasco | 2010-06-11 | 3 | -9/+9 |
| | |||||
* | fixed a silly issue in the demo module | Manolo Carrasco | 2010-06-11 | 2 | -21/+20 |
| | |||||
* | moved style code from GQuery to appropriate implementation classes | Manolo Carrasco | 2010-06-11 | 3 | -103/+129 |
| | |||||
* | fix for effects tests | Manolo Carrasco | 2010-06-11 | 1 | -9/+11 |
| | |||||
* | Many changes almost related with effects and the re-factor of plugins: | Manolo Carrasco | 2010-06-11 | 22 | -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 queue | Manolo Carrasco | 2010-06-05 | 3 | -52/+35 |
| | |||||
* | native engine uses xpath selector for css selectors not supported by the ↵ | Manolo Carrasco | 2010-06-02 | 4 | -23/+35 |
| | | | | native css selector | ||||
* | use the shorthand \w in css2xpat regex | Manolo Carrasco | 2010-06-02 | 1 | -20/+19 |
| | |||||
* | fixed an issue when using pseudos selector in Css2Xpath engine | Manolo Carrasco | 2010-06-02 | 4 | -21/+21 |
| | |||||
* | resolved an issue related to the context where a xpath selector produced ↵ | Manolo Carrasco | 2010-06-02 | 6 | -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 library | Manolo Carrasco | 2010-06-01 | 7 | -7/+398 |
| | |||||
* | fixed the test for HtmlUnit | Manolo Carrasco | 2010-05-30 | 1 | -37/+52 |
| | |||||
* | added new test to check the effects queue | Manolo Carrasco | 2010-05-30 | 3 | -12/+83 |
| | |||||
* | moved especific FX queue methods to Effects class | Manolo Carrasco | 2010-05-30 | 2 | -83/+78 |
| | |||||
* | added queue stuff to its own class, so as plugins using queue have to extend ↵ | Manolo Carrasco | 2010-05-30 | 5 | -158/+183 |
| | | | | this instead of GQuery | ||||
* | use the same "unique()" method in SelectorEngine and GQuery, this eliminates ↵ | Manolo Carrasco | 2010-05-29 | 5 | -61/+56 |
| | | | | the need of FastSet in favor of java.util.HashSet | ||||
* | fixes an issue with adding quotes to attribute values in selectors, issue12 | Manolo Carrasco | 2010-05-28 | 3 | -6/+34 |
| | |||||
* | fixed tests | Manolo Carrasco | 2010-05-28 | 1 | -2/+2 |
| | |||||
* | checkstyle warnings | Manolo Carrasco | 2010-05-28 | 3 | -1965/+1960 |
| | |||||
* | added a missed import | Manolo Carrasco | 2010-05-28 | 1 | -0/+1 |
| | |||||
* | uncommented test for JS selector, in order to increase coverage report | Manolo Carrasco | 2010-05-28 | 1 | -2/+2 |
| | |||||
* | added a pure javascript selector engine based in Sizzle, replaced EngineJS ↵ | Manolo Carrasco | 2010-05-27 | 6 | -54/+2897 |
| | | | | by EngineSizzle in gwt.xml, added tests units for dinamic and compiled selectors. | ||||
* | removed warning, fix checkstyle rules | Manolo Carrasco | 2010-05-27 | 1 | -15/+15 |
| | |||||
* | delegate calculation of offsets to the native methods present in the GWT ↵ | Manolo Carrasco | 2010-05-13 | 1 | -48/+4 |
| | | | | core library | ||||
* | applied patch in Issue_13 with fixes a bug when the node is in an iframe | Manolo Carrasco | 2010-05-13 | 1 | -1/+3 |
| | |||||
* | tests and fix for Issue_23 | Manolo Carrasco | 2010-05-13 | 2 | -0/+24 |
| | |||||
* | Fixes Issue_28 | Manolo Carrasco | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | Test to demonstrate that Issue_27 is fixed | Manolo Carrasco | 2010-05-13 | 1 | -0/+11 |
| | |||||
* | added a test to demonstrate that capitalLetters in Id works as expected, ↵ | Manolo Carrasco | 2010-05-12 | 1 | -0/+9 |
| | | | | Issue_17 | ||||
* | Fixes Issue_18 | Manolo Carrasco | 2010-05-12 | 3 | -2/+20 |
| | |||||
* | Fixed tests broken because of the workaround for Issue_20 | Manolo Carrasco | 2010-05-12 | 1 | -3/+5 |
| | |||||
* | Workaround to fix Issue_20 | Manolo Carrasco | 2010-05-12 | 1 | -0/+12 |
| | |||||
* | fixed a typo in SelectorGeneratorNative, Fixes Issue_6 | Manolo Carrasco | 2010-05-12 | 2 | -7/+18 |
| | |||||
* | Make Selector instances root context sensitive, Issue_5 | Manolo Carrasco | 2010-05-12 | 8 | -21/+120 |
| | |||||
* | Fixed an issue which happened in domManip when it received a list of nodes ↵ | Manolo Carrasco | 2010-05-12 | 2 | -10/+17 |
| | | | | with multiple elements | ||||
* | extracted effects tests to its own class, and renamed test classes | Manolo Carrasco | 2010-05-11 | 4 | -851/+115 |
| | |||||
* | ignore case when comparing property name exceptions | Manolo Carrasco | 2010-05-11 | 2 | -4/+4 |
| | |||||
* | Renamed test classes | Manolo Carrasco | 2010-05-09 | 1 | -2/+2 |
| | |||||
* | Renamed test classes | Manolo Carrasco | 2010-05-09 | 2 | -0/+785 |
| | |||||
* | messages in assertions | Manolo Carrasco | 2010-05-06 | 1 | -4/+4 |
| | |||||
* | Created missing methods in LazyGQuery, removed parameter warnings | Manolo Carrasco | 2010-05-06 | 4 | -208/+197 |
| | |||||
* | Set version number to 1.0.0. Deploy sites now are pointing to gwtquery ↵ | Manolo Carrasco | 2010-05-06 | 3 | -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 code | Manolo Carrasco | 2010-05-05 | 1 | -2/+2 |
| | |||||
* | running multiple tests in maven fails when all tests share the same module name | Manolo Carrasco | 2010-05-05 | 2 | -1/+4 |
| | |||||
* | Do not override original Gwt EventListeners, fixes Issue_10 | Manolo Carrasco | 2010-05-05 | 2 | -17/+49 |
| |