aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make clip-animation extend properties-animation, so as we can mix clip ↵Manuel Carrasco Moñino2013-11-091-28/+41
| | | | effects with any other property. Fixed some issues in this class as well
* Fix "or" tests. Remove javadoc lineManuel Carrasco Moñino2013-11-093-10/+3
|
* Fix "then()" method so as it behaves like jQuery breaking the flow if ↵Manuel Carrasco Moñino2013-11-093-41/+162
| | | | previous fails. Add convenient method "or()" to continue the flow when we have different options to resolve an asynchronous process. Add "and()" method as an alias to "then()". "and()" and "or()" makes gQuery promises much more useful and declarative.
* Remove useless method from Effects pluginManuel Carrasco Moñino2013-11-041-22/+0
|
* Remove transitions method from GQueryManuel Carrasco Moñino2013-11-041-35/+0
|
* Remove usage of deprecated classManuel Carrasco Moñino2013-11-042-35/+30
|
* Define Browser implementation in GQueryMin. Fix NPE when visiting ↵Manuel Carrasco Moñino2013-11-042-23/+30
| | | | BrowserGenerator multiple times with the same ua
* Update lazy interfacesManuel Carrasco Moñino2013-11-032-16/+76
|
* Support for transition chainning and queueingManuel Carrasco Moñino2013-11-032-15/+28
|
* Fix lenght check. Reflow before setting transitionManuel Carrasco Moñino2013-11-031-2/+4
|
* Use vendor names by default, otherwise certain chrome versions failManuel Carrasco Moñino2013-11-031-8/+9
|
* Force reflow instead of calling a timerManuel Carrasco Moñino2013-11-031-6/+10
|
* remove temporary data to avoid memory leaksManuel Carrasco Moñino2013-11-031-1/+3
|
* Add curly brackets. Remove static referenceManuel Carrasco Moñino2013-11-032-10/+10
|