aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/placeholder.js
Commit message (Collapse)AuthorAgeFilesLines
* [Avatars] Calculate 'sane' hue precissionsRoeland Jago Douma2015-12-241-2/+2
| | | | | | | | | | We used to get the numeric value of the entrire md5 string which is a 128bit integer. We would then devide this by the maxval of a 128bit int. There is no need for such huge computations. As we just require a value between 0 and 255. Thus using two 16 bit values is more than enough to get the precision we need. By just taking the MSB we get nearly identical results.
* Add a default size to the avatar placeholdersRoeland Jago Douma2015-12-171-2/+6
| | | | | This removed the need to do an avatar request on the "empty" row in the user settings.
* use normal font weight instead of bold for image placeholdersJan-Christoph Borchardt2015-05-221-1/+1
|
* Renamed current placeholder jquery plugin to imageplaceholderVincent Petry2013-10-231-3/+3
| | | | | This is to prevent conflicts with jquery libs that handle text placeholders in IE8
* Shorten optional text-argument processingkondou2013-09-251-3/+2
|
* Make it possible to have a different color than the username for placeholderkondou2013-09-251-2/+14
|
* placeholder.js: fix typoJan-Christoph Borchardt2013-09-021-1/+1
|
* placeholder.js: adjust saturation and lightness valuesJan-Christoph Borchardt2013-09-021-2/+2
|
* RGB -> HSLMorris Jobke2013-09-021-7/+4
|
* fixing typoThomas Müller2013-08-281-1/+1
|
* calculate fontsize and line-heightMorris Jobke2013-08-281-2/+7
|
* reviewers commentsMorris Jobke2013-08-281-0/+60