]> source.dussan.org Git - gwtquery.git/commit
- Implemented the stop() method in queue
authorManolo Carrasco <manolo@apache.org>
Mon, 21 Jun 2010 09:10:09 +0000 (09:10 +0000)
committerManolo Carrasco <manolo@apache.org>
Mon, 21 Jun 2010 09:10:09 +0000 (09:10 +0000)
commitbc0672c61b193b477a5fadadf52fb9eb1e9c916b
treece5fb47701579ed05616b79bc7637fec9c697e61
parent35210485d54ee77ba847fcb5102bf97c66e6d116
- Implemented the stop() method in queue
- 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
18 files changed:
gwtquery-core/src/main/java/com/google/gwt/query/client/Function.java
gwtquery-core/src/main/java/com/google/gwt/query/client/GQUtils.java [new file with mode: 0644]
gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java
gwtquery-core/src/main/java/com/google/gwt/query/client/SelectorEngine.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/DocumentStyleImpl.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/DocumentStyleImplIE.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineCssToXPath.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineImpl.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineJS.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineSizzle.java
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/SelectorEngineXPath.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/Effects.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/GQueryQueue.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/LazyEffects.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/PropertiesAnimation.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEffectsTest.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQuerySelectorsTest.java