aboutsummaryrefslogtreecommitdiffstats
path: root/media/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Automatically generate macOS icon filePierre Ossman2022-05-111-1/+18
|
* Automatically generate Windows icon filePierre Ossman2022-05-111-3/+19
|
* Add more Unix icon sizesPierre Ossman2022-05-111-3/+8
| | | | | Some desktop environment, like KDE, need more rastered sizes and cannot make use of the SVG.
* Avoid duplicating list of icon sizesPierre Ossman2022-05-111-41/+13
|
* Remove redundant icon installationPierre Ossman2022-05-111-10/+0
| | | | This is already done by vncviewer, so we don't need any rule here.
* Simplify icon generationPierre Ossman2022-05-111-20/+16
| | | | Have the padding included in the SVGs to make the rules less complex.
* Be explicit about SVG size when building iconsPierre Ossman2020-10-291-8/+8
| | | | | | Not sure how this has changed, but ImageMagick is now using the first -size to also determine how to scale the SVGs, which is not what we want.
* Generate icons with a depth of 8 bitsPierre Ossman2020-10-291-5/+5
| | | | Anything else is excessive.
* Use standard install dir variable namesPierre Ossman2020-03-121-2/+2
| | | | | This makes our builds directly compatible with most distributions without packagers/users having to specify extra flags.
* Fix bad circular dependency.Pierre Ossman2013-02-191-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5045 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Modern versions of ImageMagick properly respects the SVG defaultPierre Ossman2013-02-191-4/+8
| | | | | | | | DPI of 90, which causes unwanted scaling under ImageMagick's default 72. Force a 72 DPI to get pixel perfect matching. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5044 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Check the generated icons into the build tree. This solves a couple of ↵DRC2013-01-071-19/+22
| | | | | | issues: (1) it eliminates the build dependency on ImageMagick, which was not documented and which creates a hard-to-diagnose build failure on platforms on which it isn't available, and (2) the build was completely broken on Windows, because Windows has a convert.exe program that is part of the operating system, and the TigerVNC build system was finding this and attempting to use it to generate the icons. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5024 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Convert media Makefile to CMake.Pierre Ossman2012-03-271-0/+54
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4877 3789f03b-4d11-0410-bbf8-ca57d06f2519