aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Collapse)AuthorAgeFilesLines
* added an archetype to create a gquery application from scratchManolo Carrasco2010-07-312-2/+2
|
* FF performs better with Sizzle in Dynamic modeManolo Carrasco2010-07-243-10/+7
|
* Generated Selector class names should consider outer-class name also. Fix ↵Manolo Carrasco2010-07-231-24/+38
| | | | issue42
* Replaced Sizzle port by a pure jsni sizzle implementation which performs ↵Manolo Carrasco2010-07-195-663/+1830
| | | | better until SizzleGwt was finished. Added cache to CssToXPath selector.
* Script to generate code of lazyInterfaces was removing some valid lines in ↵Manolo Carrasco2010-07-181-1/+6
| | | | javadocs
* removed unnecessary methodManolo Carrasco2010-07-182-34/+32
|
* change empty method in order to handle iframe documents.Manolo Carrasco2010-07-182-101/+114
|
* - Added submit method to gquery, and handle submit events in the events ↵Manolo Carrasco2010-07-176-72/+184
| | | | | | | | | plugins (fixes issue40) - Use the owner document to create new dom elements in order to write in iframes. - Many changes in gquery in order to handle correctly iframe manipulation. - Updated lazy interfaz for GQuery. - Added tests for iframe manipulation and submit events.
* allow document as a valid gquery context in order to handle correctly ↵Manolo Carrasco2010-07-161-24/+45
| | | | elements in iframes. Changed the return signature of set-data method (Fixes issue41)
* removed some warningManolo Carrasco2010-06-232-11/+13
|
* make GQueryQueue methods return the type of the plugin instead of itselfManolo Carrasco2010-06-232-10/+14
|
* Use Utils classManolo Carrasco2010-06-232-2/+2
|
* checkstyle fix in GQuery class. Moved or method to utils classManolo Carrasco2010-06-235-55/+68
|
* updated Lazy interface with new GQuery methodsManolo Carrasco2010-06-231-10/+54
|
* - domManip was modifying the set of noded passed.Manolo Carrasco2010-06-233-44/+160
| | | | | | | | - appendTo and prependTo was returning an incorrect gquery object. - overloaded the methods appendTo and prependTo in order to accept the same options other methods do. - allow document node to be used in append and prepend methods. - Fixed an issue in ClipAnimation when the element has an absolute position set by css.
* - Added a customized linker which puts the doctype to the iframe with the ↵Manolo Carrasco2010-06-2111-36/+178
| | | | | | | | | gwt code - Added new selector classes for Ie8. - Little re-factor in SelectorEngine. Thanks to @johnthuss who spoted out the issue and sent a great patch. Fixes issue37
* - Implemented the stop() method in queueManolo Carrasco2010-06-2118-409/+705
| | | | | | | | | - Fixed some issues in css (width, height, opacity) - Fix PropertiesAnimation to handle correctly non-px units - Fixed an NPE in getParent - Moved some useful static method into a new GQUtils class - More tests
* fixed an issue in PropertiesAnimation with the width and height. Added tests ↵Manolo Carrasco2010-06-163-3/+60
| | | | for width and height calculations. Added tests for ClipAnimation effect
* 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
|