858 Commits (09473f748c9f098a7a86cc623adacdc32480953d)
 

Author SHA1 Message Date
  Manuel Carrasco Moñino 09473f748c Removed unused maven plugin 11 years ago
  Manuel Carrasco Moñino 61e090d43a Changing version so as we can release gquery 1.3.2 11 years ago
  Manuel Carrasco 7b9441681c Merge pull request #19 from manolo/props 11 years ago
  Manuel Carrasco Moñino 7915a9a2d2 Enclose println used warn the user in dev mode in a block so as it does not generates any code in production 11 years ago
  Manuel Carrasco Moñino db5fcdaa7c Remove comment 11 years ago
  Manuel Carrasco Moñino 739223f2c3 This change should not be committed 11 years ago
  Manuel Carrasco Moñino f5c751db24 Implementation of prop methods so as we can read any property from any JSO and not only boolean. The implementation uses java generics. Updated to gwt 2.5.1 11 years ago
  Manuel Carrasco Moñino d8103d128b Bugfix: loop when calling ajax method. Fixes issue 174 11 years ago
  Manuel Carrasco Moñino 6956ba09be Merge branch 'master' of github.com:gwtquery/gwtquery 11 years ago
  Manuel Carrasco Moñino 986102e120 little pom changes 11 years ago
  Manuel Carrasco 88cab57c85 Merge pull request #17 from manolo/master 11 years ago
  Manuel Carrasco Moñino 7bd17cc570 Dont add more callbacks when disabled 11 years ago
  Manuel Carrasco Moñino b53d0bf7af Test callbacks disable method 11 years ago
  Manuel Carrasco Moñino 21ebc50445 memory elements should be fired after adding new elements, and memory should be reset when a new fire comes. More tests 11 years ago
  Manuel Carrasco Moñino e7949180eb First step towards supporting Deferred: implementing Callbacks collections 11 years ago
  Manuel Carrasco Moñino 8670c59d18 Fix null exception 11 years ago
  Manuel Carrasco Moñino c36e403dc9 Fix edge case when properties string ends with coma 11 years ago
  Manuel Carrasco Moñino 4b54760eee Merge branch 'master' of github.com:gwtquery/gwtquery 11 years ago
  Manuel Carrasco 9e7a629e65 Merge pull request #16 from manolo/master 11 years ago
  Manuel Carrasco Moñino 995611e05a Implement some methods which are in jquery but they werent in jsquery and gquery 11 years ago
  Manuel Carrasco Moñino 3e22d9df50 The find/replace action set abstract to interfaces which actually dont need it 11 years ago
  Manuel Carrasco Moñino 225edd517a Add TODO comment 11 years ago
  Manuel Carrasco Moñino 8926c7f112 Change overlay class to abstract so as we dont need dummy implementation of methods 11 years ago
  Julien Dramaix 09cd400a27 Merge pull request #15 from manolo/master 11 years ago
  Manuel Carrasco Moñino afee9edcfe Fixed jsni exception when running certain selectors in IE8 11 years ago
  Julien Dramaix e83aa52268 Merge pull request #14 from manolo/master 11 years ago
  Manuel Carrasco Moñino 34c793e9f0 Remove unused import 11 years ago
  Manuel Carrasco Moñino 1006382857 Adding a utility function to call external functions from gwt without writing jsni 11 years ago
  Manuel Carrasco Moñino a4da20b42d Allow arbitrary string as parameter when adding new elements to dom. Fixes issue 128 11 years ago
  Manuel Carrasco Moñino 6a6c084f56 Remove svn references in pom, since we are using git 11 years ago
  Manuel Carrasco Moñino c2eba791ed Change method signature 11 years ago
  Manuel Carrasco Moñino 6c36a6ef22 Remove attribute after the property is set to null. Fixes issue 165 11 years ago
  Manuel Carrasco Moñino b678c4a1da Fixes issue 170 11 years ago
  Manuel Carrasco Moñino 11951bf30b Update javadocs so as we explain better the meaning of a dollar in the key part of animation parameters. Fixes issue 168 (google). Fixes issue #5 (github). 11 years ago
  Manuel Carrasco Moñino 52d60cb2fc Setting version to next snapshot iteration 11 years ago
  Manuel Carrasco Moñino ed3a53964d Set archetype version to last stable deployed 11 years ago
  Manuel Carrasco Moñino 36407bbd7b remove svn wagon 11 years ago
  Manuel Carrasco Moñino 9276a33e0c Preparing archetype to deploy the release 1.3.1 to central repos 11 years ago
  Manuel Carrasco Moñino f390606d5c Updating archetype versions 11 years ago
  Manuel Carrasco Moñino b9f01a1e0a Setting pom version to last stable one so as we can tag it 11 years ago
  Manuel Carrasco d3412c8671 Merge pull request #13 from gwtquery/jd_fix_31 11 years ago
  jdramaix 00eae04302 fix issue #12 11 years ago
  jdramaix 723156e45f fix issue #12 11 years ago
  Julien Dramaix 12ef96c7e5 Merge pull request #4 from gwtquery/jd_offset 11 years ago
  Julien Dramaix 57f7a1662b Merge pull request #6 from gwtquery/jd_issue168 11 years ago
  Julien Dramaix f3c350dc31 Merge pull request #7 from gwtquery/jd_event_delegation 11 years ago
  Julien Dramaix 4848cd15db Merge pull request #8 from gwtquery/jd_event_delegation_2 11 years ago
  Manuel Carrasco Moñino 3969bc8418 Fix NPE when passing null functions 11 years ago
  jdramaix 8b041045a5 handle special event mouseenter or mouseleave in live and die method 11 years ago
  jdramaix 1b23bbaa5a Add support for namespace/ multiple events in live and die methods 11 years ago