aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src
Commit message (Expand)AuthorAgeFilesLines
* these checks are not needed and could break nested collectionsManolo Carrasco2011-12-261-12/+7
* Fix a erroneous hardcoded key name in getFunctionBaseManolo Carrasco2011-12-231-1/+1
* properties toJsonString should not export gwt hashCodes. Fixes testsManolo Carrasco2011-12-231-0/+4
* Fix compilation. Last commit removed a used method by mistakeManolo Carrasco2011-12-231-0/+8
* Support for Functions in Json Generators, related with issue_116. Do not retu...Manolo Carrasco2011-12-233-11/+49
* possible fix for issue 116Julien Dramaix2011-12-221-33/+145
* JsonBuilder: Support of java.util.List and java.util.Date types. Fix arrays o...Manolo Carrasco2011-12-184-25/+111
* PMD warning: Avoid instantiating Boolean objectsManolo Carrasco2011-11-101-1/+1
* fix issue 110Julien Dramaix2011-11-061-0/+3
* fixes issue111Manolo Carrasco2011-11-042-26/+39
* fix tests, group them in a gwt-suite to run in a jvm instance and speed up ma...Manolo Carrasco2011-11-0319-194/+367
* node list in gquery should be updated each time, so the jsquery exported vers...Manolo Carrasco2011-11-032-1/+11
* typoManolo Carrasco2011-10-261-1/+1
* Adding indexOf method in JsCache. Fix a null case in jsniManolo Carrasco2011-10-262-1/+5
* Adds px to numeric css attributes, like jquery doesManolo Carrasco2011-10-241-0/+7
* Fix testsManolo Carrasco2011-10-193-10/+10
* Remove GQ classManolo Carrasco2011-10-192-140/+137
* setters in xml builders was not implementedManolo Carrasco2011-10-195-44/+80
* Many changes in the Ajax plugin, and fixes in order to release 1.1.0 soonManolo Carrasco2011-10-188-82/+238
* visibility should not be changed, and getComputedStyle could fail. Both cause...Manolo Carrasco2011-10-162-3/+4
* 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 prin...Manolo Carrasco2011-09-303-17/+15
* Handle window elements different to $wnd. Fix children method which was retur...Manolo Carrasco2011-09-285-9/+16
* 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 no...Manolo Carrasco2011-09-2112-199/+503
* Added GQ static class to house all static methods of the Api. It should be na...Manolo Carrasco2011-09-1913-131/+551
* 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 of...Manolo Carrasco2011-09-161-25/+8
* Add toJsonString and toQueryString methods to Properties object. Use generics...Manolo Carrasco2011-09-142-49/+81
* 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 n...Manolo Carrasco2011-09-132-4/+9
* 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 snapshot...Manolo Carrasco2011-09-056-40/+47
* Check nulls when creating propertiesManolo Carrasco2011-08-291-6/+8
* When setting attributes they should be hyphenized. Move Hyphenize and Cameliz...Manolo Carrasco2011-08-293-51/+52
* update lazy interfaceManolo Carrasco2011-08-291-5/+8