]> source.dussan.org Git - gwtquery.git/shortlog
gwtquery.git
2014-04-28 Manuel CarrascoMerge pull request #280 from gwtquery/mcm_fix
2014-04-21 Manolo CarrascoAdding missing methods
2014-04-21 Manolo CarrascoReflow is needed in FF.
2014-04-20 Manolo CarrascoFix infinite loop
2014-03-10 Manuel CarrascoMerge pull request #275 from gwtquery/mcm_ready_for_release
2014-03-10 Manuel Carrasco... Changing versio so as we can release 1.4.1
2014-03-10 Manuel Carrasco... Fixes issue #274
2014-03-05 Manuel CarrascoMerge pull request #273 from gwtquery/jd_fix_special_ev...
2014-03-05 Manuel CarrascoMerge pull request #272 from apanizo/master
2014-03-05 Adolfo PanizoMerge branch 'master' of github.com:apanizo/gwtquery
2014-03-05 Adolfo PanizoException when parsing empty response.getText(), and...
2014-03-04 jdramaixremove unused import
2014-03-04 jdramaixfix issue when unbind special events only with namespace
2014-03-04 Adolfo PanizoException when parsing empty response.getText(), and...
2014-03-03 Manuel CarrascoMerge pull request #270 from gwtquery/mcm_fix_null
2014-02-25 Manuel Carrasco... In java we should use unix separator always. Fixes...
2014-02-20 Manuel Carrasco... remove printstack
2014-02-18 Manuel Carrasco... Dont try to fix json strings by default, to avoiding...
2014-02-18 Manuel Carrasco... Fix bad parsing null in jre
2014-02-15 Manuel CarrascoMerge pull request #268 from gwtquery/mcm_fixes
2014-02-09 Manuel Carrasco... Return the String representation of the object like... 52/1952/1 mcm_fixes origin/pr/268
2014-02-09 Manuel Carrasco... JSONObjects are safe objects 51/1951/1
2014-02-08 Manuel Carrasco... Updating lazy interfaces 50/1950/1
2014-02-08 Manuel Carrasco... Bad arguments order 49/1949/1
2014-02-08 Manuel Carrasco... Merge branch 'master' into mcm_fixes 48/1948/1
2014-02-08 Manuel Carrasco... Adding support for triggering browser native events... 47/1947/1
2014-02-08 Manuel Carrasco... Closes issue #213 46/1946/1
2014-02-08 Manuel CarrascoMerge pull request #267 from gwtquery/mcm_fixes
2014-02-08 Manuel Carrasco... Fix filenotfound exception when the response is an...
2014-02-07 Manuel Carrasco... Dont define ajaxtransport static, so as we can override...
2014-02-03 Manuel CarrascoMerge pull request #264 from gwtquery/mcm_jsonbuilder_jvm
2014-02-02 Julien DramaixMerge pull request #266 from gwtquery/jd_fix_265
2014-02-02 jdramaixcode review comments
2014-02-02 Manolo CarrascoChanging script to generate lazy interfaces so as plugi...
2014-02-01 jdramaixFix issue #265
2014-01-27 Manuel Carrasco... javadoc in GQ class
2014-01-27 Manolo CarrascoUpdate lazy interfaces
2014-01-27 Manolo Carrascoupdate super and generator implementation with new...
2014-01-27 Manolo CarrascoRefactoring using more meaningful names for properties...
2014-01-27 Manolo Carrascomerge
2014-01-27 Manolo CarrascoDont set credentials by default for ajax requests....
2014-01-26 Manuel Carrasco... merge with master
2014-01-22 Manolo Carrascoadding some configuration flags
2014-01-22 Manuel Carrasco... Merge branch 'mcm_jsonbuilder_jvm' of github.com:gwtque...
2014-01-22 Manuel Carrasco... Support passing full url to cookie manager
2014-01-22 Manuel Carrasco... utility method to debug output request
2014-01-22 Manuel Carrasco... remove println
2014-01-21 Manolo Carrascosupport for urls when setting cookies
2014-01-21 Manolo CarrascoReturn double always when getting numbers like JS
2014-01-21 Manuel Carrasco... managing cookies
2014-01-20 Manolo CarrascoMerge branch 'mcm_jsonbuilder_jvm' of github.com:gwtque...
2014-01-20 Manolo Carrascomerge
2014-01-20 Manolo Carrascomerge
2014-01-20 Manuel Carrasco... select appropriate overloaded methods
2014-01-19 Manuel Carrasco... fix tests
2014-01-19 Manuel Carrasco... Use interface instead of properties implementation
2014-01-19 Manuel Carrasco... Fix get method in jre
2014-01-19 Manuel Carrasco... adjust generics
2014-01-19 Manuel Carrasco... Use Constants to set Json content-type and simply code
2014-01-18 Manolo CarrascoAdd new methods to generator
2014-01-18 Manolo CarrascoSafe type casting
2014-01-15 Manolo CarrascoPUT and POST should be handled in the same way
2014-01-07 Manuel CarrascoMerge pull request #259 from gwtquery/jd_fix_tests2
2014-01-07 jdramaixfix json test
2014-01-07 Manuel Carrasco... Fix setters with Binder objects
2014-01-07 Manuel Carrasco... Use gwtSetup instead of constructor in gwt test
2014-01-07 Manuel Carrasco... Implement as method to convert between types
2014-01-06 Manuel Carrasco... Test refactoring. Remove hacked classes used during...
2014-01-05 Manuel Carrasco... Fix tests, and clean servlet output
2014-01-05 Manolo CarrascoFix timeout and CORS implementation of JVM
2014-01-04 Manuel Carrasco... Implemented Ajax for JVM, and tests
2013-12-30 Manuel Carrasco... Remove method used for testing
2013-12-30 Manuel Carrasco... Fix some issues related with FormData submit
2013-12-28 Manuel Carrasco... Adding first stuff to implement ajax in js and jvm
2013-12-28 Manuel Carrasco... Using Binder interface in certain ajax properties
2013-12-28 Manuel Carrasco... Use getName makes more sense
2013-12-28 Manuel Carrasco... Implement generic interface for Binders so as we can...
2013-12-28 Manuel Carrasco... remove println
2013-12-28 Manuel Carrasco... Merge branch 'master' of github.com:gwtquery/gwtquery...
2013-12-28 Manolo Carrascotypo
2013-12-27 Manuel Carrasco... add new test to suite
2013-12-27 Manuel Carrasco... Implementation of JsonBuilders for the JVM. Moved tests...
2013-12-24 Manuel Carrasco... FallBack to dummy implementation in IE8 IE9, and fix...
2013-12-23 Manuel Carrasco... Fix merge issue
2013-12-23 Manuel Carrasco... Set credentials with gQuery utilities to avoid breaking...
2013-12-23 Manuel Carrasco... FallBack to dummy implementation in IE8 IE9
2013-12-23 Manuel Carrasco... Merge branch 'master' of github.com:gwtquery/gwtquery
2013-12-23 Manuel CarrascoMerge pull request #256 from gwtquery/mcm_ajax_progress
2013-12-20 Manuel Carrasco... Close string in test
2013-12-19 Manuel Carrasco... Merge branch 'master' into mcm_selector_filters
2013-12-19 Manuel Carrasco... Merge branch 'master' into mcm_ajax_progress
2013-12-19 Manuel Carrasco... Fix test
2013-12-19 Manuel CarrascoMerge pull request #255 from gwtquery/mcm_fix_issue_230
2013-12-19 Manuel Carrasco... prinln
2013-12-19 Manuel Carrasco... Use a hash to customize filters. Include more filters...
2013-12-18 Manolo CarrascoAdd support for Forms and progress in ajax. Fixes issue...
2013-12-18 Manolo CarrascoFix names in Data binder generators. Fixes issue #230
2013-12-18 Manolo CarrascoUpdating version to new snapshot
2013-12-16 Manolo CarrascoImplement index() without arguments. Fixes issue #225
2013-12-16 Manolo CarrascoDont change name annotation names. Fixes issue #230
next