]> source.dussan.org Git - gwtquery.git/shortlog
gwtquery.git
2013-02-28 Manuel Carrasco... little pom changes
2013-02-27 Manuel Carrasco... Dont add more callbacks when disabled
2013-02-27 Manuel Carrasco... Test callbacks disable method
2013-02-27 Manuel Carrasco... memory elements should be fired after adding new elemen...
2013-02-22 Manuel Carrasco... First step towards supporting Deferred: implementing...
2013-02-22 Manuel Carrasco... Fix null exception
2013-02-22 Manuel Carrasco... Fix edge case when properties string ends with coma
2013-02-20 Manuel Carrasco... Merge branch 'master' of github.com:gwtquery/gwtquery
2013-02-20 Manuel CarrascoMerge pull request #16 from manolo/master
2013-02-20 Manuel Carrasco... Implement some methods which are in jquery but they...
2013-02-14 Manuel Carrasco... The find/replace action set abstract to interfaces...
2013-02-14 Manuel Carrasco... Add TODO comment
2013-02-14 Manuel Carrasco... Change overlay class to abstract so as we dont need...
2013-02-12 Julien DramaixMerge pull request #15 from manolo/master
2013-02-12 Manuel Carrasco... Fixed jsni exception when running certain selectors...
2013-02-11 Julien DramaixMerge pull request #14 from manolo/master
2013-02-08 Manuel Carrasco... Remove unused import
2013-02-08 Manuel Carrasco... Adding a utility function to call external functions...
2013-02-08 Manuel Carrasco... Allow arbitrary string as parameter when adding new...
2013-02-07 Manuel Carrasco... Remove svn references in pom, since we are using git
2013-02-07 Manuel Carrasco... Change method signature
2013-02-07 Manuel Carrasco... Remove attribute after the property is set to null...
2013-02-07 Manuel Carrasco... Fixes issue 170
2013-02-07 Manuel Carrasco... Update javadocs so as we explain better the meaning...
2013-02-07 Manuel Carrasco... Setting version to next snapshot iteration
2013-02-07 Manuel Carrasco... Set archetype version to last stable deployed
2013-02-07 Manuel Carrasco... remove svn wagon
2013-02-07 Manuel Carrasco... Preparing archetype to deploy the release 1.3.1 to...
2013-02-07 Manuel Carrasco... Updating archetype versions
2013-02-07 Manuel Carrasco... Setting pom version to last stable one so as we can...
2013-01-23 Manuel CarrascoMerge pull request #13 from gwtquery/jd_fix_31
2013-01-23 jdramaixfix issue #12
2013-01-23 jdramaixfix issue #12
2013-01-21 Julien DramaixMerge pull request #4 from gwtquery/jd_offset
2013-01-21 Julien DramaixMerge pull request #6 from gwtquery/jd_issue168
2013-01-21 Julien DramaixMerge pull request #7 from gwtquery/jd_event_delegation
2013-01-21 Julien DramaixMerge pull request #8 from gwtquery/jd_event_delegation_2
2013-01-20 Manuel Carrasco... Fix NPE when passing null functions
2013-01-07 jdramaix handle special event mouseenter or mouseleave in...
2013-01-07 jdramaixAdd support for namespace/ multiple events in live...
2013-01-07 jdramaixjavadoc correction : fix issue #5 (github)/ issue 168...
2013-01-07 jdramaiximplement other signature of offset() method. Fix for...
2012-12-17 Manuel Carrasco... Dont force position in animations when it is fixed...
2012-12-17 Manuel Carrasco... Handle attachment of widgets created with elements...
2012-12-17 Manuel Carrasco... use DOM class to manipulate the original gwt event...
2012-12-17 Manuel Carrasco... Enable the closure compiler via a maven profile
2012-12-10 Manuel Carrasco... javadoc for method Properties.set(T, Function). Related...
2012-12-10 Manuel Carrasco... Dont dispatch new added events when running the events...
2012-12-10 Manuel Carrasco... dont set tabIndex to window. Fixes issue 157
2012-12-10 Manuel Carrasco... Add @Shardable to linker. Fixes issue 159
2012-12-07 Manuel Carrasco... Fix isFunction in safari for ipad
2012-11-30 Manuel Carrasco... Merge branch 'master' of github.com:gwtquery/gwtquery
2012-11-30 Manuel Carrasco... Check filter parameter to avoid out of bound exception...
2012-11-26 jdramaixremove intellij idea generated file + ignore these...
2012-11-26 jdramaixMerge branch 'master' of github.com:gwtquery/gwtquery
2012-11-26 jdramaixfix gwt version to 2.5.0
2012-11-26 Manuel Carrasco... End lines with LF instead of CRLF
2012-11-26 Julien DramaixMerge pull request #2 from manolo/master
2012-11-26 Manuel Carrasco... Removing unneeded call to method $ in many places....
2012-11-26 Julien DramaixMerge pull request #1 from manolo/master
2012-11-26 Manuel Carrasco... enable default module to compile, so as it can be run...
2012-11-26 Manuel Carrasco... Removing GqUi to WidgetsUtils so as gquery doesnt have...
2012-11-26 Manuel Carrasco... Fix tests for htmlunit in 2.5.0 and for chrome-prod...
2012-11-26 Manuel Carrasco... Adding getTextAsBoolean and getTextAsEnum to xmlbuilders
2012-11-26 Manuel Carrasco... merge
2012-11-26 Manuel Carrasco... support IsWidget and List<IsWidget>
2012-11-18 jdramaixJava 1.5 doesn't support override annotation on method...
2012-11-07 Manuel Carrasco... Fix live() method failing when there were multiple...
2012-11-07 jdramaixMerge branch 'master' of github.com:gwtquery/gwtquery
2012-11-07 jdramaixhtml element is always considered as attached
2012-11-07 Manuel Carrasco... This class was used for debuging, it must not be in...
2012-11-07 Manuel Carrasco... Updating Lazy interfaces
2012-11-07 Manuel Carrasco... Adding a dollar method to handle any object and route...
2012-11-07 Manuel Carrasco... update poms to gwt 2.5.0
2012-11-07 Manuel Carrasco... Adding a couple of methods in xmlbuilders to parse...
2012-11-07 Manuel Carrasco... getText and setText in xml builders was not visible...
2012-11-05 jdramaixfix issue with size computing when element is not attached
2012-11-05 Manuel Carrasco... Ajax should handle statusCode == 0 as an error
2012-10-31 Manuel Carrasco... Fix a NPE in queue plugin
2012-10-19 Manolo CarrascoAdding a panel() method to widgets plugin so as gquery...
2012-10-19 Manolo Carrascore-use gwt dom methods to check whether a node is attac...
2012-10-17 Manolo CarrascoMerge branch 'master' of github.com:gwtquery/gwtquery
2012-10-17 Manolo Carrascoimprove performance in native selector generators
2012-10-17 Manolo CarrascoUse log instead of alert
2012-10-17 Manolo Carrascoremove was failing in mobile devices
2012-10-15 jdramaixMerge branch 'master' of github.com:gwtquery/gwtquery
2012-10-15 jdramaixfix bug in hide method
2012-10-12 Manolo CarrascoAppend temporary dettached elements to the document...
2012-10-12 Manolo CarrascoRemove temporary parent node when creating dom elements...
2012-10-09 jdramaixbest management of enum
2012-10-02 Manolo CarrascoRemove all references in the dataCache object whenever...
2012-10-01 Manolo CarrascoAdding support for wrapping gwt Functions as js-functio...
2012-10-01 Manolo CarrascoFix removeClass method, so as it remove all classes...
2012-10-01 jdramaixadd README.md
2012-10-01 jdramaixadd .gitginore file
2012-09-13 Manolo Carrascofixes issue143
2012-09-12 Manolo CarrascoSet gwt version to 2.5.0-rc1 which is the one we should...
2012-09-10 Manolo CarrascoRemove actual animation when it finishes, should fix...
2012-09-10 Manolo CarrascoUse native JSON.stringify when available. Fix to store...
2012-09-10 Manolo CarrascoSet snapshot version
next