aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Collapse)AuthorAgeFilesLines
...
* visibility should not be changed, and getComputedStyle could fail. Both ↵Manolo Carrasco2011-10-162-3/+4
| | | | cause problems with svg nodes
* fix issue 108 : typo in java docJulien Dramaix2011-10-051-1/+1
|
* lazy initialization for some static fieldsJulien Dramaix2011-09-301-54/+65
|
* First version of XmlBuilder generator, only getters work right nowManolo Carrasco2011-09-309-12/+350
|
* bad conditionManolo Carrasco2011-09-301-1/+1
|
* IE was raising exception when manipulating css attr in xml nodes. Do not ↵Manolo Carrasco2011-09-303-17/+15
| | | | print stacktraces in prod
* Handle window elements different to $wnd. Fix children method which was ↵Manolo Carrasco2011-09-285-9/+16
| | | | returning mor elements. We were using the new ONGESTUREEND value for ONSUBMIT
* remove printoutsManolo Carrasco2011-09-243-3/+0
|
* Fix testManolo Carrasco2011-09-241-1/+2
|
* Dollar is a char valid in property keysManolo Carrasco2011-09-232-4/+6
|
* use JSON.parse when available when parsing properties to avoid security issuesManolo Carrasco2011-09-233-33/+30
|
* Commit forgotten class, and fix namespaces in builder generatorManolo Carrasco2011-09-232-1/+168
|
* fix clone node issueManolo Carrasco2011-09-231-3/+2
|
* Adding Ajax abilities to Gquery, as a easy way to get and handle data from ↵Manolo Carrasco2011-09-2112-199/+503
| | | | non gwt servers. Added a generator to convert JSON objects to java builders/pojos
* Added GQ static class to house all static methods of the Api. It should be ↵Manolo Carrasco2011-09-1913-131/+551
| | | | named $, but gwt compiler fails when a class contains the dollar. Added a simple implementation of the jquery Ajax API, text, html, xml and json responses are handle well by gquery.
* Check if object is number in numbet gettersManolo Carrasco2011-09-162-11/+12
|
* Sort members, replace static constants by enum Manolo Carrasco2011-09-161-497/+517
|
* use attr(String,String) so as plugins could override it. Change visibility ↵Manolo Carrasco2011-09-161-25/+8
| | | | of implementations to be used in plugins if needed
* Add toJsonString and toQueryString methods to Properties object. Use ↵Manolo Carrasco2011-09-142-49/+81
| | | | generics in JsCache
* Make data available in FunctionManolo Carrasco2011-09-141-0/+18
|
* Fix default negative maxlengh in textboxManolo Carrasco2011-09-141-5/+3
|
* JsCache.isEmpty failed with empty string keys. Fix GQuery.toString in order ↵Manolo Carrasco2011-09-132-4/+9
| | | | not to fail with non printable elements
* removing redundant lines in deferred binding selectionsManolo Carrasco2011-09-071-25/+24
|
* Use IE9 optimizations, fixes issue103Manolo Carrasco2011-09-079-17/+102
|
* update lazy interfacesManolo Carrasco2011-09-061-7/+2
|
* typo makes the test always falseManolo Carrasco2011-09-061-1/+1
|
* fix for issue 97Julien Dramaix2011-09-056-50/+449
|
* Little changes to facilitate the export of gquery to javascript. Add ↵Manolo Carrasco2011-09-056-40/+47
| | | | snapshot suffix to version number
* Check nulls when creating propertiesManolo Carrasco2011-08-291-6/+8
|
* When setting attributes they should be hyphenized. Move Hyphenize and ↵Manolo Carrasco2011-08-293-51/+52
| | | | Camelize methods to JsUtils
* update lazy interfaceManolo Carrasco2011-08-291-5/+8
|
* resize method in GQuery was doing nothing. isEventCapable did not consider ↵Manolo Carrasco2011-08-292-3/+3
| | | | window object (fixes issue102), thanks for the patch to arny.ok
* [maven-release-plugin] prepare for next development iterationManolo Carrasco2011-08-281-1/+1
|
* [maven-release-plugin] prepare release gwtquery-project-1.1.0.rc1Manolo Carrasco2011-08-281-1/+1
|
* prepare 1.1.0.rc1 to be deployed to central maven repoManolo Carrasco2011-08-281-1/+1
|
* prepare version 1.1.0Manolo Carrasco2011-08-282-3/+1
|
* fix testManolo Carrasco2011-08-271-8/+8
|
* re-factoringManolo Carrasco2011-08-271-8/+9
|
* Revert r773, since we can override properties in dom, but preserving the ↵Manolo Carrasco2011-08-277-167/+164
| | | | method attr(string, boolean) as a way to set boolean attributes like "checked". The method css(HasValue) has to call to css(String, true): issue99
* Fixes issue99Manolo Carrasco2011-08-271-5/+8
|
* implement has() methodManolo Carrasco2011-08-274-2/+62
|
* Adding attributes to Function class, so as we can to get the element or ↵Manolo Carrasco2011-08-274-6/+58
| | | | index in any overriden f() method. Now GQuery $() accepts a Function to create a GQuery object, so as we can call $(this) inside a Function
* disable very slow testsManolo Carrasco2011-08-271-1/+5
|
* Fix cre tests: add method was broken because it was adding elements in the ↵Manolo Carrasco2011-08-273-19/+31
| | | | reverse order.
* support for :radio and :checkbox pseudoselectors. Fixes issue_100.Manolo Carrasco2011-08-262-8/+18
|
* update Lazy interfaceManolo Carrasco2011-08-261-4/+42
|
* Fix attr and removeAttr with checked, Fixes issue97. Thanks to @arny.ok for ↵Manolo Carrasco2011-08-262-7/+30
| | | | the code
* This change should not be committed in r771Manolo Carrasco2011-08-261-7/+0
|
* Fix val() methods to behave identical to jquery. This could break apps. ↵Manolo Carrasco2011-08-262-94/+189
| | | | Thanks to @arny.ok for realising the issue an sending code proposals
* Adding a test unit for issue97Manolo Carrasco2011-08-251-1/+10
|