aboutsummaryrefslogtreecommitdiffstats
path: root/media
Commit message (Collapse)AuthorAgeFilesLines
* Adjust icon margins and roundingPierre Ossman2022-05-1116-1501/+620
| | | | | Reduce the icon margins a bit to conform better with other icons. Also dial back the rounding a bit, again to fit better with other programs.
* Automatically generate macOS icon filePierre Ossman2022-05-112-1/+18
|
* Automatically generate Windows icon filePierre Ossman2022-05-113-3/+19
|
* Add more Unix icon sizesPierre Ossman2022-05-113-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-118-1197/+1622
| | | | Have the padding included in the SVGs to make the rules less complex.
* Regenerate iconsPierre Ossman2020-10-295-0/+0
|
* 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.
* Fix size of 16x16 iconPierre Ossman2020-08-241-0/+0
| | | | For some reason it got generated at an incorrect 20x20 size last time.
* 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 secure/insecure imagesPierre Ossman2017-11-272-117/+68
| | | | | They were converted at the wrong resolution, and FLTK chokes on color names so make sure all colors are specified in hex.
* Display security state when asking for passwordPierre Ossman2017-09-014-0/+317
| | | | | Indicate to the user how secure the transport channel is so they can avoid entering their password for untrusted sites.
* Update the checked in copies of the generated icons. SomehowPierre Ossman2013-02-195-0/+0
| | | | | | | the previous versions were broken. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5046 3789f03b-4d11-0410-bbf8-ca57d06f2519
* 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-076-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-272-30/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4877 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Add some basic icon files.Pierre Ossman2009-03-048-0/+2187
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3632 3789f03b-4d11-0410-bbf8-ca57d06f2519