Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changing version so as we can release gquery 1.3.2 | Manuel Carrasco Moñino | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | little pom changes | Manuel Carrasco Moñino | 2013-02-28 | 1 | -1/+2 |
| | |||||
* | Implement some methods which are in jquery but they werent in jsquery and ↵ | Manuel Carrasco Moñino | 2013-02-20 | 1 | -30/+61 |
| | | | | gquery | ||||
* | The find/replace action set abstract to interfaces which actually dont need it | Manuel Carrasco Moñino | 2013-02-14 | 1 | -6/+6 |
| | |||||
* | Add TODO comment | Manuel Carrasco Moñino | 2013-02-14 | 1 | -0/+1 |
| | |||||
* | Change overlay class to abstract so as we dont need dummy implementation of ↵ | Manuel Carrasco Moñino | 2013-02-14 | 1 | -244/+251 |
| | | | | methods | ||||
* | Setting version to next snapshot iteration | Manuel Carrasco Moñino | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Setting pom version to last stable one so as we can tag it | Manuel Carrasco Moñino | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Enable the closure compiler via a maven profile | Manuel Carrasco Moñino | 2012-12-17 | 1 | -1/+9 |
| | |||||
* | End lines with LF instead of CRLF | Manuel Carrasco Moñino | 2012-11-26 | 10 | -88/+88 |
| | |||||
* | This class was used for debuging, it must not be in the gquery repository | Manuel Carrasco Moñino | 2012-11-07 | 1 | -834/+0 |
| | |||||
* | Adding a dollar method to handle any object and route it to the apropriate ↵ | Manuel Carrasco Moñino | 2012-11-07 | 2 | -28/+2 |
| | | | | constructor. Handle js functions and arrays like jquery does | ||||
* | update poms to gwt 2.5.0 | Manuel Carrasco Moñino | 2012-11-07 | 1 | -2/+2 |
| | |||||
* | Set gwt version to 2.5.0-rc1 which is the one we should develop for | Manolo Carrasco | 2012-09-12 | 1 | -2/+2 |
| | |||||
* | Set snapshot version | Manolo Carrasco | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | removing old stuff | Manolo Carrasco | 2012-03-18 | 6 | -647/+0 |
| | |||||
* | Big refactor in jsquery so as classes namespaces match gwtquery core and ↵ | Manolo Carrasco | 2012-03-18 | 25 | -6/+1523 |
| | | | | plugins packages | ||||
* | move the example plugin to the plugins namespace | Manolo Carrasco | 2012-03-17 | 10 | -17/+12 |
| | |||||
* | exporting $.isArray and using it in example plugin because ↵ | Manolo Carrasco | 2012-03-17 | 7 | -81/+107 |
| | | | | object.constructor == Array does not work when objects are in differen windows (gwt iframe) | ||||
* | JsQuery: Fix scrolls in JsMenu plugin | Manolo Carrasco | 2012-03-15 | 5 | -17/+28 |
| | |||||
* | method afterCreate calls the onload functions | Manolo Carrasco | 2012-03-15 | 3 | -11/+9 |
| | |||||
* | Rename class | Manolo Carrasco | 2012-03-15 | 4 | -13/+16 |
| | |||||
* | JsQuery: Fix inArray static method | Manolo Carrasco | 2012-03-15 | 5 | -52/+54 |
| | |||||
* | jsquery re-factoring | Manolo Carrasco | 2012-03-14 | 6 | -196/+250 |
| | |||||
* | Fixes in js-menu plugin and some code clean up | Manolo Carrasco | 2012-03-14 | 6 | -105/+90 |
| | |||||
* | This is the first jQuery plugin working with jsQuery. It needs cleanning and ↵ | Manolo Carrasco | 2012-03-12 | 13 | -20/+1840 |
| | | | | maybe BundleGenerators to have the js in an external file | ||||
* | fixes in exported api | Manolo Carrasco | 2011-10-26 | 1 | -40/+96 |
| | |||||
* | Strip js, first try to implement extend | Manolo Carrasco | 2011-10-19 | 3 | -11/+50 |
| | |||||
* | README changes | Manolo Carrasco | 2011-09-06 | 1 | -7/+15 |
| | |||||
* | attr signature changed in GQuery. Adding jsquery.js to the repo so as people ↵ | Manolo Carrasco | 2011-09-06 | 3 | -9/+9 |
| | | | | could test it from http://gwtquery.googlecode.com/api/jsquery.js | ||||
* | update lazy interfaces | Manolo Carrasco | 2011-09-06 | 1 | -2/+2 |
| | |||||
* | Adding an example which works with jsquery | Manolo Carrasco | 2011-09-05 | 11 | -0/+105 |
| | |||||
* | New gwt module to export gwtquery to javascript | Manolo Carrasco | 2011-09-05 | 9 | -0/+567 |