aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* 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-0611-49/+415
|\
| * 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 pull request #243 from manolo/mcm_cache_promisesManuel Carrasco2013-12-031-20/+53
| |\
| | * Adding ability to cache promises.Manuel Carrasco Moñino2013-11-301-20/+53
| * | Merge pull request #244 from manolo/mcm_issue_26Manuel Carrasco2013-12-021-7/+8
| |\ \
| | * | fixes issue #26Manuel Carrasco Moñino2013-12-021-7/+8
| | |/
| * / fix issue 211jdramaix2013-11-292-2/+3
| |/
* / fix issue 25 + another small issue when we bind both bitless and bit eventsjdramaix2013-12-062-12/+27
|/
* 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-261-7/+12
* 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-221-0/+3
* code review part3jdramaix2013-11-221-16/+20
* code review part2jdramaix2013-11-222-26/+12
* code reviewjdramaix2013-11-222-35/+31
* 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
| * | Fix getScript so as once it is downloaded it is executed like in jQuery. Move...Manuel Carrasco Moñino2013-11-162-3/+27
| * | Implementation of JsniBundles, a generator which allows jsni methods which ha...Manuel Carrasco Moñino2013-11-164-0/+253
* | | code reviewjdramaix2013-11-213-18/+14
* | | fix bug with event delegationjdramaix2013-11-211-5/+6
* | | add bitless event support + custom event.jdramaix2013-11-217-192/+269
| |/ |/|
* | 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 param...Manuel Carrasco Moñino2013-11-093-14/+60
|/
* split long lineManuel Carrasco Moñino2013-11-091-1/+2
* Some styling corrections, println and javadocManuel Carrasco Moñino2013-11-094-16/+16