Difference between revisions of "Icons"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
== Overview == | == Overview == | ||
Inkscape's interface makes extensive use of custom icons, and now provides a few mechanisms and different code to handle them. Over the years this area has seen distinct approaches taken, and has needs to move completely away from legacy approaches. | |||
Aside from the state of the code, this section also covers some of the details on themes and how to and and implement icons, along with some of the internal details and design issues related to the implementation. | |||
== History == | == History == |
Revision as of 06:42, 17 April 2009
This pages is a collection of information regarding the implementation of icons inside of Inkscape.
Overview
Inkscape's interface makes extensive use of custom icons, and now provides a few mechanisms and different code to handle them. Over the years this area has seen distinct approaches taken, and has needs to move completely away from legacy approaches.
Aside from the state of the code, this section also covers some of the details on themes and how to and and implement icons, along with some of the internal details and design issues related to the implementation.
History
SPIcon
Stock Icons
Named Images
Design Goals
Current Code
Needed Improvements
Themes
References
Also see ApplicationIcons