Commit Graph

64 Commits

Author SHA1 Message Date
Дилян Палаузов
827abdfccd
Demos: Optimize PNG files
Optimization done by calling:

    for i in `find -name '*.png'`; do optipng -o7 -zm9 $i; done

Closes gh-2132
2022-12-20 21:50:16 +01:00
Jo Liss
cc37fe76aa Themes: Optimize PNG files with zopflipng
Closes gh-1772
2016-11-29 09:42:36 -05:00
Ville Skyttä
d7ea031bd3 Demos: Optimize *.png with zopflipng
zopflipng -m, version 1.0.1.

Closes gh-1726
2016-08-24 12:01:45 -04:00
Peter Dave Hello
b7d0c701c7 All: Optimize png images losslessly using zopflipng
Closes gh-1710
2016-06-06 11:26:06 -04:00
Anne-Gaelle Colom
cde7a79b8f Selectmenu: Added missing semicolon
Closes gh-1689
2016-03-30 09:20:40 -04:00
Alexander Schmitz
0e8d871a26 Selectmenu: Update demos to use AMD
Ref #10119
2015-07-21 11:00:42 -04:00
Jörn Zaefferer
2d0f05b25d Selectmenu: Add a disabled-default option example to default demo
Ref gh-1520
2015-04-08 15:00:16 +02:00
Scott González
af4c35df9d Selectmenu: Support width: false and default to 14em
`width: null` still matches the width of the original element.
`width: false` prevents an inline style from being set for the width. This
makes it easy to set the width via a stylesheet and allows the use of any
unit for setting the width, such as the new default of `14em`.

Fixes #11198
Closes gh-1467
2015-03-05 11:42:49 -05:00
TJ VanToll
e9643f6bfc Selectmenu: Re-add wrappers to menu items 2014-10-25 10:10:38 -07:00
Scott González
6df127a0b5 Build: Reorganize external directory
Put each external library into its own directory.
Move jquery.js to external.

Ref gh-1266
2014-06-24 22:45:32 -04:00
Felix Nagel
8e9626393e Selectmenu: Add new production selection demo
Closes gh-1230
2014-05-05 21:47:19 +02:00
Scott González
9d78023e35 Selectemnu: Demo cleanup 2014-04-08 14:57:43 -04:00
Jörn Zaefferer
a40647f0e5 All: Rename jquery.js to exclude version in filename 2014-03-05 10:19:11 +01:00
Scott González
fa23894dff All: Quote CSS url() values
Closes gh-1172
2014-01-24 16:53:57 -05:00
Rafael Xavier de Souza
21154cfa2e All: Rename all files, removing the "jquery.ui." prefix;
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271;

Fixes #9464
Closes gh-1029
2014-01-24 18:22:49 -02:00
Felix Nagel
32b0936e40 Selectmenu: remove link element and adjust styles in custom renderer demo 2013-11-26 00:32:27 +01:00
Jörn Zaefferer
1bc5d08746 Demos: Add meta-viewport element for better 'mobile' testing 2013-11-25 14:24:19 +01:00
Felix Nagel
f2d06bf063 Selectmenu: add widthMenu and widthButton options 2013-09-29 15:33:14 +02:00
Felix Nagel
2290e30891 Selectmenu: Updating jQuery to 1.10.2. 2013-07-09 23:00:22 +02:00
Felix Nagel
255d4f6d0a Selectmenu; improve HTML building in custom render demo 2013-04-30 23:40:53 +02:00
Felix Nagel
666927ba91 Selectmenu: add renderItemData method similar to autocomplete 2013-04-29 23:05:07 +02:00
Felix Nagel
c0fa69d927 Selectmenu: clean up default demo 2013-04-29 20:22:15 +02:00
Felix Nagel
e1590c4f45 Selectmenu: clean up custom render demo 2013-04-29 20:21:59 +02:00
Felix Nagel
5a9a80f86c Selectmenu: improve custom render demo 2013-03-09 14:26:13 +01:00
Felix Nagel
e2235bd568 Selectmenu: simplify custom render demo inits 2013-03-09 14:24:12 +01:00
Felix Nagel
a6e2863a5c Selectmenu: simplify overflow selectmenu init in default demo 2013-03-09 14:18:48 +01:00
Felix Nagel
78f9362882 Selectmenu: Updating jQuery to 1.9.1. 2013-02-09 03:31:43 +01:00
Felix Nagel
de149c47d7 Selectmenu: Updating to jQuery 1.9.0 2013-01-18 19:28:13 +01:00
Felix Nagel
a787d52d4a Selectmenu: make dropdown style default and remove option dropdown 2012-12-20 00:10:06 +01:00
Felix Nagel
2ab514fcd6 Selectmenu: improved custom render demo CGL 2012-12-19 00:20:12 +01:00
Jörn Zaefferer
15032d17d9 Selectmenu: Remove colons from labels, annoying for screenreader-users. Cleanup whitespace. 2012-12-09 12:36:35 +01:00
Jörn Zaefferer
7a05c65644 Selectmenu: Cleanup demo markup 2012-12-07 16:20:18 +01:00
Felix Nagel
40b8567526 Selectmenu: fix jQuery UI framework icon demo 2012-12-03 23:13:26 +01:00
Felix Nagel
dec83993fc Selectmenu: Upgrade jQuery to 1.8.3 2012-11-23 13:44:50 +01:00
Felix Nagel
b7ee7b235e Selectmenu: lint fixes 2012-11-13 22:27:50 +01:00
Felix Nagel
41609789fa Selectmenu: CSS fix for gravatar demo 2012-11-13 22:22:40 +01:00
Felix Nagel
967e2b74b2 Selectmenu: fix doctype declaration 2012-11-12 23:08:38 +01:00
Felix Nagel
86f4c2f4ed Selectmenu: follow-up to "Fix data naming" 2012-10-25 20:29:24 +02:00
Felix Nagel
fc729a8c8e Selectmenu: Upgrade jQuery to 1.8.2. 2012-10-03 22:43:03 +02:00
Felix Nagel
66156aa36b Selectmenu: Upgrade jQuery to 1.8.0. 2012-08-30 23:00:54 +02:00
Felix Nagel
31a38e972e Selectmenu: Upgrade jQuery to 1.7.2. 2012-05-14 12:25:52 +02:00
Felix Nagel
e299e9ad66 Selectmenu: added empty.html visual test, small improvements in html files 2012-02-26 02:52:23 +01:00
Felix Nagel
156d0fbf09 Selectmenu: fix for IEs item hover problem, overflow CSS properties now included 2012-02-26 02:16:50 +01:00
Felix Nagel
29effb38eb Selectmenu: removed Button widget dependency 2012-02-23 23:25:03 +01:00
Jörn Zaefferer
59d15809a3 Selectmenu: Introduce menuWidget method, to get access to the menu element. Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling. 2012-02-21 20:22:13 +01:00
Jörn Zaefferer
d5c74f77c8 Selectmenu: Reorder default demo to reduce the odd top-margin (still needed to fully show the popup menu) 2012-02-21 17:56:04 +01:00
Jörn Zaefferer
aa84b39ccd Selectmenu: Simplify id-selectors, no need for element-selector 2012-02-21 17:52:58 +01:00
Jörn Zaefferer
769abbabc3 Upgrade jQuery to 1.7.1. 2011-11-24 11:27:35 +01:00
Felix Nagel
0d064bba4e Selectmenu: fixed jQuery version 2011-11-21 21:43:52 +01:00
Felix Nagel
02ac48f18e Selectmenu: fixed default.html demo 2011-10-27 19:35:56 +02:00