aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |\ \ | | | | | | | | Adding ability to cache promises.
| | * | 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
| |\ \ \ | | | |/ | | |/| Fix for issue 26
| | * | 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 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
| | |/
| * / 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 ↵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
|
* 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
| | |
| * | 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
| |/ |/|
* | 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
* split long lineManuel Carrasco Moñino2013-11-091-1/+2
|
* 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
|
* Some styling corrections, println and javadocManuel Carrasco Moñino2013-11-094-16/+16
|
* Adding a TransitionsAnimation class whish is like PropertiesAnimation but ↵Manuel Carrasco Moñino2013-11-094-34/+227
| | | | using CSS3
* Adding missing method in widgets, and javadocsManuel Carrasco Moñino2013-11-091-4/+16
|