Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove temporary parent node when creating dom elements from html string | Manolo Carrasco | 2012-10-12 | 1 | -2/+9 | |
|/ | ||||||
* | best management of enum | jdramaix | 2012-10-09 | 1 | -11/+13 | |
| | ||||||
* | Remove all references in the dataCache object whenever any queued function ↵ | Manolo Carrasco | 2012-10-02 | 6 | -41/+127 | |
| | | | | finishes. Remove empty references as well. Fixes issue132. | |||||
* | Adding support for wrapping gwt Functions as js-functions and viceversa in ↵ | Manolo Carrasco | 2012-10-01 | 5 | -19/+57 | |
| | | | | properties and json objects | |||||
* | Fix removeClass method, so as it remove all classes when argument is empty ↵ | Manolo Carrasco | 2012-10-01 | 1 | -2/+8 | |
| | | | | (like jquery does) | |||||
* | add README.md | jdramaix | 2012-10-01 | 1 | -0/+11 | |
| | ||||||
* | add .gitginore file | jdramaix | 2012-10-01 | 2 | -9/+18 | |
| | ||||||
* | fixes issue143 | Manolo Carrasco | 2012-09-13 | 1 | -0/+7 | |
| | ||||||
* | Set gwt version to 2.5.0-rc1 which is the one we should develop for | Manolo Carrasco | 2012-09-12 | 4 | -7/+11 | |
| | ||||||
* | Remove actual animation when it finishes, should fix issue_132 | Manolo Carrasco | 2012-09-10 | 2 | -1/+5 | |
| | ||||||
* | Use native JSON.stringify when available. Fix to store native js numbers in ↵ | Manolo Carrasco | 2012-09-10 | 6 | -79/+141 | |
| | | | | Properties instead of gwt types. Handle char and byte types | |||||
* | Set snapshot version | Manolo Carrasco | 2012-09-10 | 5 | -6/+6 | |
| | ||||||
* | Fix null exceptions | Manolo Carrasco | 2012-09-10 | 1 | -2/+2 | |
| | ||||||
* | Fix width/height methods, fixes ISSUE 145 (thanks to Wanjunfeng) | Manolo Carrasco | 2012-09-10 | 3 | -20/+80 | |
| | ||||||
* | test for issue 149 | Julien Dramaix | 2012-08-27 | 1 | -0/+25 | |
| | ||||||
* | fix for issue 149 | Julien Dramaix | 2012-08-27 | 1 | -2/+2 | |
| | ||||||
* | implements mouseleave mouseenter special events + bug fixing on event mechanism | Julien Dramaix | 2012-08-22 | 5 | -1827/+1965 | |
| | ||||||
* | force the returning value to be a String object (avoid error during dev mode) | Julien Dramaix | 2012-08-20 | 1 | -1/+1 | |
| | ||||||
* | fix issue 147 | Julien Dramaix | 2012-08-20 | 1 | -0/+2 | |
| | ||||||
* | bug in nextAll(String filter) method | Julien Dramaix | 2012-08-17 | 1 | -7/+19 | |
| | ||||||
* | implement other signatures of nextAll and nextUntil methods | Julien Dramaix | 2012-07-28 | 2 | -13/+109 | |
| | ||||||
* | implement other signatures of prevAll and prevUntil methods | Julien Dramaix | 2012-07-25 | 2 | -26/+131 | |
| | ||||||
* | reduce permutations when using QueryMin.gwt.xml | Manolo Carrasco | 2012-07-17 | 1 | -1/+10 | |
| | ||||||
* | http error starts from 400 error codes | Julien Dramaix | 2012-07-06 | 1 | -1/+1 | |
| | ||||||
* | best handling of data for PUT method | Julien Dramaix | 2012-07-06 | 1 | -1/+1 | |
| | ||||||
* | allows more http methods | Julien Dramaix | 2012-07-06 | 1 | -0/+10 | |
| | ||||||
* | This was making the "-XenableClosureCompiler" option fail with the error ↵ | Manolo Carrasco | 2012-06-30 | 3 | -3/+3 | |
| | | | | "java.lang.IllegalStateException: Expected non-empty string. Reference node STRING" | |||||
* | fixe live() so as it behaves the same than jquery | Manolo Carrasco | 2012-06-21 | 1 | -8/+8 | |
| | ||||||
* | fix issue 140 + support Long, Double, Integer, Float and Byte objects | Julien Dramaix | 2012-06-19 | 2 | -7/+25 | |
| | ||||||
* | (no commit message) | Julien Dramaix | 2012-06-19 | 0 | -0/+0 | |
| | ||||||
* | Break all loops when a live event is handled and return false | Manolo Carrasco | 2012-06-07 | 1 | -5/+5 | |
| | ||||||
* | best handling of binding/unbinding string events with or whithout namespace | Julien Dramaix | 2012-05-18 | 2 | -41/+172 | |
| | ||||||
* | better management of binding/unbinding multiple events at once / fix the ↵ | Julien Dramaix | 2012-05-18 | 2 | -268/+370 | |
| | | | | issue 134 | |||||
* | Fixes issue_135 | Manolo Carrasco | 2012-05-18 | 1 | -2/+6 | |
| | ||||||
* | Commenting a bit the test runner class | Manolo Carrasco | 2012-05-15 | 3 | -139/+65 | |
| | ||||||
* | Adding a couple of methods to JsonBuilders, usetul to inspect objects in ↵ | Manolo Carrasco | 2012-05-15 | 2 | -24/+72 | |
| | | | | client side | |||||
* | Fix NPE when calling styleImpl before it was initialized. Fix tests | Manolo Carrasco | 2012-05-15 | 3 | -11/+105 | |
| | ||||||
* | fix problem for supporting touch events in iOS. | Julien Dramaix | 2012-05-09 | 1 | -2/+10 | |
| | | | | touches array seems to be shared between events. Keep in memory the original touch point. | |||||
* | Touch support. Don't call preventDefault on TouchStart event, otherwise the ↵ | Julien Dramaix | 2012-04-22 | 1 | -11/+5 | |
| | | | | click event is not triggered at the end. | |||||
* | support of touch events in Mouse plugin | Julien Dramaix | 2012-04-22 | 2 | -89/+147 | |
| | ||||||
* | fix testAttr_Issue97 in prod-mode | Manolo Carrasco | 2012-03-20 | 1 | -2/+6 | |
| | ||||||
* | remove empty folders | Manolo Carrasco | 2012-03-20 | 0 | -0/+0 | |
| | ||||||
* | update pom versions | Manolo Carrasco | 2012-03-20 | 4 | -3/+8 | |
| | ||||||
* | add fail method to the dev-mode test environment | Manolo Carrasco | 2012-03-20 | 1 | -0/+4 | |
| | ||||||
* | Fix regular expression which only work in jvm (dev mode) | Manolo Carrasco | 2012-03-19 | 1 | -4/+7 | |
| | ||||||
* | removing old stuff | Manolo Carrasco | 2012-03-18 | 6 | -647/+0 | |
| | ||||||
* | Big refactor in jsquery so as classes namespaces match gwtquery core and ↵ | Manolo Carrasco | 2012-03-18 | 25 | -6/+1523 | |
| | | | | plugins packages | |||||
* | Fix computing of width and height in inline elements so as gquery behaves ↵ | Manolo Carrasco | 2012-03-18 | 2 | -0/+19 | |
| | | | | the same than jquery | |||||
* | move the example plugin to the plugins namespace | Manolo Carrasco | 2012-03-17 | 10 | -17/+12 | |
| | ||||||
* | exporting $.isArray and using it in example plugin because ↵ | Manolo Carrasco | 2012-03-17 | 7 | -81/+107 | |
| | | | | object.constructor == Array does not work when objects are in differen windows (gwt iframe) |