aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #242 from gwtquery/jd_fix_issue_211Julien Dramaix2013-12-012-2/+3
|\ \ \ | | | | | | | | fix issue 211
| * | | fix issue 211jdramaix2013-11-292-2/+3
| |/ /
* | | Merge pull request #241 from gwtquery/jd_add_test_issue216Julien Dramaix2013-12-011-0/+14
|\ \ \ | | | | | | | | add test for issue #216
| * | | add test for issue #216jdramaix2013-11-291-0/+14
| |/ /
* | | Merge pull request #240 from gwtquery/jd_test_issue_226Julien Dramaix2013-12-011-0/+8
|\ \ \ | |/ / |/| | test for issue #226
| * | test issue 226jdramaix2013-11-291-0/+8
|/ /
| * fix issue 25 + another small issue when we bind both bitless and bit eventsjdramaix2013-12-063-12/+114
|/
* Merge pull request #239 from gwtquery/jd_custom_event_fix_ie8Julien Dramaix2013-11-291-2/+8
|\ | | | | fix ie8 custom event
| * Code review commentjdramaix2013-11-292-32/+6
| |
| * fix ie8 custom eventjdramaix2013-11-292-1/+33
|/
* Merge pull request #238 from manolo/masterManuel Carrasco2013-11-266-38/+208
|\ | | | | done
| * replace characterManuel Carrasco Moñino2013-11-271-1/+1
| |
| * use replace instead of replaceAll because they are fixed conditionsManuel Carrasco Moñino2013-11-261-3/+3
| |
| * forgot delete this fileManuel Carrasco Moñino2013-11-261-99/+0
| |
| * Fix handling of inlined regexp since we have to double escape ↵Manuel Carrasco Moñino2013-11-261-3/+3
| | | | | | | | reverse-slashes, and consider more cases where inlined regex could be
| * info logsManuel Carrasco Moñino2013-11-261-0/+2
| |
| * Change PromiseRF namespace, so as we dont break the -strict flag. fixes ↵Manuel Carrasco Moñino2013-11-262-1/+101
| | | | | | | | issue 237
| * Allow embeding as JSNI libraries hosted in CDNs. Remove regular expressions ↵Manuel Carrasco Moñino2013-11-261-24/+181
| | | | | | | | by a faster and a more reliable parser
| * Test for bitless rebinding when a widget is attached/dettatchedManuel Carrasco Moñino2013-11-262-7/+20
| |
| * Use GWT way to get $wnd instead of maintain our own jsni codeManuel Carrasco Moñino2013-11-261-5/+2
| |
* | Merge pull request #236 from manolo/masterJulien Dramaix2013-11-222-1/+4
|\| | | | | Fix tests
| * Fix testsManuel Carrasco Moñino2013-11-222-1/+4
|/
* Merge pull request #235 from gwtquery/jd_eventJulien Dramaix2013-11-227-174/+534
|\ | | | | Refactor event to accept bitless events and custom events.
| * code review part3jdramaix2013-11-221-16/+20
| |
| * code review part2jdramaix2013-11-222-26/+12
| |
| * code reviewjdramaix2013-11-223-39/+50
| |
| * Merge branch 'master' of github.com:gwtquery/gwtquery into jd_eventjdramaix2013-11-226-3/+286
| |\ | |/ |/|
* | Merge pull request #233 from manolo/JsniBundleManuel Carrasco2013-11-219-46/+302
|\ \ | | | | | | done
| * | Updating Lazy interfacesManuel Carrasco Moñino2013-11-213-43/+16
| | |
| * | Merge branch 'master' of github.com:manolo/gquery into JsniBundleManuel Carrasco Moñino2013-11-216-107/+224
| |\ \ | |/ / |/| |
| * | 3party -> third-partyManuel Carrasco Moñino2013-11-182-7/+6
| | |
| * | Better and faster regexManuel Carrasco Moñino2013-11-181-1/+1
| | |
| * | Replace "js" word with "javascript". Improve javadoc wording.Manuel Carrasco Moñino2013-11-181-6/+13
| | |
| * | Fix getScript so as once it is downloaded it is executed like in jQuery. ↵Manuel Carrasco Moñino2013-11-162-3/+27
| | | | | | | | | | | | Move loadScript from JsUtils to Ajax
| * | Implementation of JsniBundles, a generator which allows jsni methods which ↵Manuel Carrasco Moñino2013-11-164-0/+253
| | | | | | | | | | | | have javascript in external files.
| | * code reviewjdramaix2013-11-213-18/+14
| | |
| | * fix bug with event delegationjdramaix2013-11-212-24/+151
| | |
| | * add bitless event support + custom event.jdramaix2013-11-219-218/+427
| |/ |/|
* | Merge pull request #234 from manolo/masterManuel Carrasco2013-11-176-107/+224
|\ \ | |/ |/| done
| * Remove method used during developing to inspect objectsManuel Carrasco Moñino2013-11-181-4/+0
| |
| * Use CSS3 animations when available.Manuel Carrasco Moñino2013-11-176-85/+165
| |
| * Some refactoring in GQuery Animation classes, to reuse code from super classesManuel Carrasco Moñino2013-11-114-18/+13
| |
| * Add a constructor to all GQ animation implementations so as we can pass ↵Manuel Carrasco Moñino2013-11-093-14/+60
|/ | | | parameters in the properties object. Fix a couple of issues which were preventing to reuse GQ animations multiple times
* Merge pull request #232 from manolo/masterManuel Carrasco2013-11-098-71/+288
|\ | | | | Adding TransitionsAnimation
| * split long lineManuel Carrasco Moñino2013-11-091-1/+2
| |
| * set source/target java to java-6Manuel Carrasco Moñino2013-11-091-3/+3
| |
| * remove importManuel Carrasco Moñino2013-11-091-2/+0
| |
| * Fixing test so as they run with java 1.6Manuel Carrasco Moñino2013-11-091-2/+2
| |
| * Merge branch 'master' of github.com:gwtquery/gwtqueryManuel Carrasco Moñino2013-11-090-0/+0
| |\ | |/ |/|
* | Merge pull request #231 from manolo/masterManuel Carrasco2013-11-094-63/+155
|\ \ | | | | | | "or" and "and" methods in promisses