aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/IconBuilder.php
Commit message (Expand)AuthorAgeFilesLines
* Fix Psalm code scanning alertsMichaIng2021-07-121-6/+9
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-2/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-6/+5
* Update license headersChristoph Wurst2019-12-051-1/+1
* Minor fixes and cleanupJulius Härtl2018-06-061-2/+7
* Theming: Fix tests for favicon containing multiple sizesJulius Härtl2017-11-131-0/+3
* Theming: Generate favicon sizes to avoid resizing issues done by the browserJulius Härtl2017-11-131-2/+23
* Update license headersMorris Jobke2017-11-061-10/+12
* Theming: Invert app icon in favicon for bright backgroundsJulius Härtl2017-09-121-0/+11
* Theming: Use png32 for generated iconsJulius Härtl2017-09-121-4/+2
* Merge pull request #4888 from nextcloud/theming-fallback-iconsLukas Reschke2017-05-181-12/+20
|\
| * Fallback to default faviconJulius Härtl2017-05-171-12/+20
* | Use appdata logo when generating iconsJulius Härtl2017-05-171-8/+12
|/
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-291-2/+2
* Merge pull request #2588 from nextcloud/theming-check-emptyBjörn Schießle2016-12-091-1/+1
|\
| * Check if image files for theming are emptyJulius Haertl2016-12-091-1/+1
* | Add fallback to FILTER_LANCZOS for icon resizingJulius Haertl2016-12-091-1/+6
|/
* Fix transparency of iconsJulius Haertl2016-12-041-0/+1
* Fix background border radiusJulius Haertl2016-12-041-1/+1
* Move sizing to renderAppIcon methodJulius Haertl2016-12-041-5/+6
* Use IAppManager instead of OC_AppJulius Haertl2016-11-181-3/+13
* Error handling and tests if file was not foundJulius Haertl2016-11-181-6/+19
* Fix svg resizing and remove deprecated method callJulius Haertl2016-11-181-2/+9
* Improve cachingJulius Haertl2016-11-181-1/+3
* Caching for icon files using AppDataJulius Haertl2016-11-181-4/+14
* Theming: Code cleanup and cache buster for mime iconsJulius Haertl2016-11-181-3/+3
* Add IconBuilder class to encapsulate icon generationJulius Haertl2016-11-181-0/+140