Commit Graph

252 Commits (master)

Author SHA1 Message Date
mlharvest 6a5d61b061 Merge pull request #464 from kristerkari/master
Fixes for gradients and Right to Left support
2012-02-03 12:59:59 -08:00
Krister Kari 75606a7434 Correctly working default cursor for .search-choice 2012-01-22 00:07:46 +02:00
Krister Kari 50e3db34ab Fix right to left in IE8 2012-01-21 23:58:35 +02:00
Krister Kari 4b6fe537d7 Fix gradients 2012-01-21 23:11:12 +02:00
mlharvest dc2eb014bd Merge pull request #457 from mlharvest/master
line-height: 24px
2012-01-20 07:23:59 -08:00
Matthew Lettini 7430fd54e4 single dropdown line-height 24px 2012-01-20 10:11:23 -05:00
Patrick Filler 5175cb809e Updating version numbers. 2012-01-19 17:52:30 -06:00
Patrick Filler c93a52b7e8 Version 0.9.7
- Package.json for node dependency dreaminess
- New lion-style design on single selects
2012-01-19 17:49:44 -06:00
Patrick Filler add519f2ad Merge branch 'master' of https://github.com/mlharvest/chosen into mlharvest-master
Conflicts:
	chosen/chosen.css
2012-01-19 17:44:39 -06:00
Patrick Filler dcbac1aba2 Merge branch 'cakephp-fork' of https://github.com/paulredmond/chosen into paulredmond-cakephp-fork
Conflicts:
	README.md
2012-01-19 16:41:26 -06:00
Patrick Filler 929253b6d9 Update package.json to latest versions of Coffeescript and Uglify 2012-01-19 16:14:38 -06:00
Matthew Lettini bd2cc547e4 remove trailing whitespace 2012-01-18 16:19:10 -05:00
Matthew Beale 5d23a35453 Update the README for package.json 2012-01-13 11:27:16 -05:00
Matthew Beale eb2b3285bc Update package.json to point at the older version of coffeescript (1.1.2) I believe @pfiller is using. 2012-01-13 11:13:54 -05:00
Matthew Beale 71c06c7da4 Add a package npm task and check in a generated file 2012-01-13 11:01:30 -05:00
Matthew Beale 04568d271e Merge remote branch 'snowfish/package.json' into package.json 2012-01-13 10:41:47 -05:00
Patrick Filler 8ce24bda89 Typo on Prototype example page 2012-01-12 17:17:57 -06:00
Patrick Filler 3b3eca5249 Merge branch 'master' of https://github.com/digger69/chosen into digger69-master
Conflicts:
	chosen/chosen.jquery.js
	chosen/chosen.jquery.min.js
	chosen/chosen.proto.js
	chosen/chosen.proto.min.js
2012-01-12 17:10:05 -06:00
Patrick Filler c9294d5943 Merge branch 'master' of https://github.com/mikefrey/chosen into mikefrey-master 2012-01-12 16:33:42 -06:00
Patrick Filler 0108f15866 Long overdue Version Update (0.0.6)
- Abstracted code for shared portions between Prototype/jQuery
- Trigger and event when Chosen is ready ("liszt:ready")
- Better performance for very large lists
2012-01-12 14:31:07 -06:00
Thomas Frössman 4f3a8bebdb package.json 2012-01-05 16:56:38 +01:00
Mark Nadig e400dc7a3a refs #404 - rebuilt js separately from change to .coffee for #403 - since many diffs in generated js. Want to see if harvest wants this. 2011-12-16 14:47:55 -07:00
Mark Nadig cf23dc522d resolves #403 - preventDefault for click on anchor 2011-12-16 14:32:32 -07:00
Mark Nadig 47bc14148f refs #191 - example $NODE_PATH 2011-12-16 14:30:28 -07:00
Mike Frey 5911d684f9 fixed esc keyup event propagation 2011-12-12 11:18:47 -06:00
Paul Redmond e85cf8481e Adding CakePHP plugin 2011-12-10 17:44:21 -07:00
Mike Frey a316ca88d6 Fixed: Esc key propagation stopped by implied return
https://github.com/harvesthq/chosen/issues/390
2011-12-09 16:39:35 -06:00
Patrick Filler 880a30dcb4 Change deselect icon position on Right-to-left selects.
Fixes #375
2011-12-08 12:26:21 -05:00
Matthew Lettini 7a0687e995 css for down/up arrows 2011-12-07 13:01:51 -05:00
Matthew Lettini 859425f782 updated chosen images 2011-12-07 12:20:50 -05:00
Matthew Lettini 50f2df47e7 taller default results 2011-12-06 18:04:05 -05:00
Matthew Lettini 89141f1493 update design of multi chosen, and dropdown list 2011-12-06 18:02:00 -05:00
Matthew Lettini 1ed5f7d5af update single chosen gradient and look 2011-12-06 17:37:45 -05:00
Patrick Filler 5808c97172 On container mousedown, make sure to compare the appropriate element.
Fixes #350.
2011-11-15 12:39:16 -05:00
Patrick Filler 31cd33f22b Change display property of groups to list-item when results match. Fixes #344 & Fixes #354. 2011-11-15 11:19:03 -05:00
Patrick Filler 16b6f5047a Use coffeescript existential operator and commit js changes. 2011-11-15 11:01:40 -05:00
Patrick Filler 9dd4fb51a8 Merge branch 'master' of https://github.com/jerrett/chosen into jerrett-master 2011-11-15 10:47:29 -05:00
Jerrett 5d0e5855c7 Revert "not explode on empty selects with allow_single_deselect"
This reverts commit 91502810c9.
2011-11-14 16:19:41 -08:00
Jerrett acf540ff21 changes to .coffee file instead 2011-11-14 16:18:18 -08:00
T.J. Schuck 875c800c7a Update README 2011-11-10 17:10:48 -05:00
Jerrett 91502810c9 not explode on empty selects with allow_single_deselect 2011-11-09 16:49:13 -08:00
Patrick Filler f87575cb75 Remove some old debugging code. 2011-11-04 15:51:16 -04:00
Patrick Filler f0a349d782 Remove condition made unnecessary by poorly written CoffeeScript. The text of an option was never matching this function, so why leave it there? 2011-11-04 15:48:50 -04:00
Patrick Filler 948fbcca11 Merge pull request #338 from grandall/master
JQuery performance improvements for long lists with option groups
2011-11-04 09:16:54 -07:00
Graham Randall 3ba2d65221 Fixed performance issues with large, grouped lists. 2011-11-03 18:21:02 -05:00
Patrick Filler a9d52581a5 Merge pull request #317 from kristerkari/master
Optimized Chosen sprite image 3.998 kb -> 0.396 kb
2011-11-02 12:01:02 -07:00
Patrick Filler 9bc5fdcfe0 Don't rely on jQuery's Attr function for disabled as it changes in 1.6 2011-11-02 12:41:54 -04:00
Patrick Filler 581f2073b5 Merge pull request #331 from Ownatik/master
Fixed disable_search_threshold being ignored when triggering a liszt:updated event
2011-11-02 09:22:55 -07:00
François Bernier 17c1e8e18e Fixed disable_search_threshold being ignored when triggering a liszt:updated event 2011-11-01 19:52:19 -04:00
Krister Kari 71b343ffd5 Optimize Chosen sprite 2011-10-25 00:52:10 +03:00