aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Expand)AuthorAgeFilesLines
...
* Fix gQuery failing when managing non native element objectsManuel Carrasco Moñino2013-12-092-7/+7
* Allow custom replacers in jsni-bundle anotationsManuel Carrasco Moñino2013-12-092-11/+32
* Dont fail if method is not anotatedManuel Carrasco Moñino2013-12-091-1/+1
* JsniBundleGenerator: support for abstract classesManuel Carrasco Moñino2013-12-091-12/+15
* Fix issue in chrome refusing to set transition css property when an invalid k...Manuel Carrasco Moñino2013-12-081-4/+10
* Consider easing and duration passed in the properties object. Fix default dur...Manuel Carrasco Moñino2013-12-072-25/+32
* deprecate clip method in favour of the standard animate()Manuel Carrasco Moñino2013-12-071-52/+44
* Use ClipAnimations by default because they extends default ones. Add properti...Manuel Carrasco Moñino2013-12-073-11/+50
* LazyGenerator was failing if we were calling the f() signature of the impleme...Manuel Carrasco Moñino2013-12-071-14/+4
* Fix filter when element is window. A couple of format changes introduced by IDEManuel Carrasco Moñino2013-12-071-27/+31
* Should call other f signature in order to return an object to javaManuel Carrasco Moñino2013-12-071-1/+1
* Adding a method which facilitates exporting java methodsManuel Carrasco Moñino2013-12-071-10/+26
* Merge branch 'master' of github.com:gwtquery/gwtquery into jd_fix_event_1jdramaix2013-12-0616-55/+506
|\
| * Adding missing method in consoleManuel Carrasco Moñino2013-12-052-1/+15
| * update lazy interfacesManuel Carrasco Moñino2013-12-052-1/+21
| * Implementation of GQuery.consoleManuel Carrasco Moñino2013-12-056-19/+316
| * Merge branch 'mcm_issue_26'Manuel Carrasco Moñino2013-12-031-0/+6
| |\
| | * tests in jvmManuel Carrasco Moñino2013-12-031-0/+6
| * | Merge pull request #243 from manolo/mcm_cache_promisesManuel Carrasco2013-12-032-20/+106
| |\ \
| | * | FormattingManuel Carrasco Moñino2013-12-031-16/+26
| | * | Adding ability to cache promises.Manuel Carrasco Moñino2013-11-302-20/+96
| * | | Merge pull request #244 from manolo/mcm_issue_26Manuel Carrasco2013-12-022-13/+18
| |\ \ \ | | | |/ | | |/|
| | * | fixes issue #26Manuel Carrasco Moñino2013-12-022-13/+18
| | |/
| * | Merge pull request #242 from gwtquery/jd_fix_issue_211Julien Dramaix2013-12-012-2/+3
| |\ \
| | * | 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 #216jdramaix2013-11-291-0/+14
| | |/
| * / 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
|/
* Code review commentjdramaix2013-11-292-32/+6
* fix ie8 custom eventjdramaix2013-11-292-1/+33
* 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 reverse-slashes...Manuel Carrasco Moñino2013-11-261-3/+3
* info logsManuel Carrasco Moñino2013-11-261-0/+2
* Change PromiseRF namespace, so as we dont break the -strict flag. fixes issue...Manuel Carrasco Moñino2013-11-262-1/+101
* Allow embeding as JSNI libraries hosted in CDNs. Remove regular expressions b...Manuel Carrasco Moñino2013-11-261-24/+181
* 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
* Fix testsManuel Carrasco Moñino2013-11-222-1/+4
* 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
|\
| * 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