index
:
gwtquery.git
gquery_1_4_release
jDramaix-patch-1
jd_fix_data_string
jd_off
master
mcm_fixes
release-1.3.3
A jQuery clone for GWT, and much more: https://github.com/gwtquery/gwtquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gwtquery-core
Commit message (
Expand
)
Author
Age
Files
Lines
*
FF performs better with Sizzle in Dynamic mode
Manolo Carrasco
2010-07-24
3
-10
/
+7
*
Generated Selector class names should consider outer-class name also. Fix iss...
Manolo Carrasco
2010-07-23
1
-24
/
+38
*
Replaced Sizzle port by a pure jsni sizzle implementation which performs bett...
Manolo Carrasco
2010-07-19
5
-663
/
+1830
*
Script to generate code of lazyInterfaces was removing some valid lines in ja...
Manolo Carrasco
2010-07-18
1
-1
/
+6
*
removed unnecessary method
Manolo Carrasco
2010-07-18
2
-34
/
+32
*
change empty method in order to handle iframe documents.
Manolo Carrasco
2010-07-18
2
-101
/
+114
*
- Added submit method to gquery, and handle submit events in the events plugi...
Manolo Carrasco
2010-07-17
6
-72
/
+184
*
allow document as a valid gquery context in order to handle correctly element...
Manolo Carrasco
2010-07-16
1
-24
/
+45
*
removed some warning
Manolo Carrasco
2010-06-23
2
-11
/
+13
*
make GQueryQueue methods return the type of the plugin instead of itself
Manolo Carrasco
2010-06-23
2
-10
/
+14
*
Use Utils class
Manolo Carrasco
2010-06-23
2
-2
/
+2
*
checkstyle fix in GQuery class. Moved or method to utils class
Manolo Carrasco
2010-06-23
5
-55
/
+68
*
updated Lazy interface with new GQuery methods
Manolo Carrasco
2010-06-23
1
-10
/
+54
*
- domManip was modifying the set of noded passed.
Manolo Carrasco
2010-06-23
3
-44
/
+160
*
- Added a customized linker which puts the doctype to the iframe with the gwt...
Manolo Carrasco
2010-06-21
11
-36
/
+178
*
- Implemented the stop() method in queue
Manolo Carrasco
2010-06-21
18
-409
/
+705
*
fixed an issue in PropertiesAnimation with the width and height. Added tests ...
Manolo Carrasco
2010-06-16
3
-3
/
+60
*
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
*
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
*
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 nati...
Manolo Carrasco
2010-06-02
4
-23
/
+35
*
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 with...
Manolo Carrasco
2010-06-02
6
-47
/
+95
*
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
*
use the same "unique()" method in SelectorEngine and GQuery, this eliminates ...
Manolo Carrasco
2010-05-29
5
-61
/
+56
*
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 by...
Manolo Carrasco
2010-05-27
6
-54
/
+2897
*
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 core...
Manolo Carrasco
2010-05-13
1
-48
/
+4
*
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
[next]