Difference between revisions of "Inkscape"

From Inkscape Wiki
Jump to navigation Jump to search
(Remove boost::shared_ptr section; std::shared_ptr is now standard C++)
 
(21 intermediate revisions by 7 users not shown)
Line 7: Line 7:
* [http://www.inkscape.org/ Inkscape Homepage]
* [http://www.inkscape.org/ Inkscape Homepage]
* [[About Inkscape]]
* [[About Inkscape]]
* [[Features of Inkscape|Features]]
* [[FAQ]] — Frequently Asked Questions
* [[FAQ]] — Frequently Asked Questions
* [[Supported operating systems]]
* [[Tools]] — Supporting Tools and Applications
* [[Tools]] — Supporting Tools and Applications
* [[Galleries]]
* [[Galleries]]
Line 21: Line 19:
* [[Funded Project System Development]]
* [[Funded Project System Development]]
* [[:Category:Hackfest|Hackfests]]
* [[:Category:Hackfest|Hackfests]]
** upcoming/proposed events: [[Hackfest2023_Bensberg|2023 Bensberg]]
** upcoming/proposed events:
*** [[Inkscape Summit 2025 Nuremberg|2025 Nuremberg]]
** past events:
** past events:
::: [[Hackfest2019 SCALE|2019 Pasadena (SCALE)]], [[Hackfest2019 Saarbrücken|2019 Saarbrücken (LGM)]]
*** [[Hackfest2023_Bensberg|2023 Bensberg]]
::: [[Hackfest2018|2018 Boston]], [[Hackfest2018 LGM|2018 Seville (LGM)]], [[Hackfest2018 Kiel|2018 Kiel]]
*** [[Hackfest2019 SCALE|2019 Pasadena (SCALE)]], [[Hackfest2019 Saarbrücken|2019 Saarbrücken (LGM)]]
::: [[Hackfest2017|2017 Paris]]
*** [[Hackfest2018|2018 Boston]], [[Hackfest2018 LGM|2018 Seville (LGM)]], [[Hackfest2018 Kiel|2018 Kiel]]
::: [[Hackfest2016|2016 Leeds (LGM)]]
*** [[Hackfest2017|2017 Paris]]
::: [[Hackfest2015|2015 Toronto (LGM)]]
*** [[Hackfest2016|2016 Leeds (LGM)]]
*** [[Hackfest2015|2015 Toronto (LGM)]]


| style="width: 33%; padding: 1em;" |
| style="width: 33%; padding: 1em;" |
Line 35: Line 35:
* [[International and Local Communities]]
* [[International and Local Communities]]
* [[Inkscape glossary]]
* [[Inkscape glossary]]
* [[User manual information]] — Where to find the free Inkscape manual and how to contribute to it
* [[User manual information]] — Inkscape manual and how to contribute  
* [http://inkscape.org/en/learn/tutorials/ Tutorials]
* [http://inkscape.org/en/learn/tutorials/ Tutorials]
* [[Inkscape SVG vs. plain SVG]]
* [[Inkscape SVG vs. plain SVG]]
* [[Output format requirements]] — What's needed to save in some formats
* [[Output format requirements]]  
* [[Extension requirements]] — What's needed to use some extensions (slightly outdated)
* [[Extension requirements]] — (slightly outdated)
* [[Extension reference]] — What each extension does (slightly outdated)
* [[Extension reference]] — What each extension does (slightly outdated)
* [[Connector tool tutorial]]
* [[Installing fonts]]
* [[Installing fonts]]
* [[Emergency save]] — Recovery in case Inkscape crashed
* [[Emergency save]] — Recovery in case Inkscape crashed
* [[Release notes]]
* [[Release notes]]
** ''[[Release notes/1.3|Inkscape 1.3]]'' — ''development branch''
** ''[[Release notes/1.5|Inkscape 1.5]] — development branch''
** '''[[Release notes/1.2|Inkscape 1.2]]''' ([[Release notes/1.2.1|1.2.1]], [[Release_notes/1.2.2|1.2.2]]) — ''current stable release branch''
** '''[[Release notes/1.4|Inkscape 1.4]]''' — ''current stable release branch''
** [[Release notes/1.1|Inkscape 1.1]] ([[Release notes/1.1.1|1.1.1]], [[Release notes/1.1.2|1.1.2]])
***'''[[Release notes/1.4.1|Inkscape 1.4.1]]''' — future ''bug fix release branch''
* [[Announcing Releases]] (slightly outdated)
* [[Announcing Releases]] (slightly outdated)
* [[Release Process Debrief]] (slightly outdated)
* [[Release Process Debrief]] (slightly outdated)
* [[Tricks and tips]] — Miscellaneous advice, may be slightly outdated
* [[Tricks and tips]] — Miscellaneous advice (slightly outdated)
*[[Customizing Inkscape]] – Change icons, shortcuts, menus, toolbars and other parts of the user interface


| style="width: 33%; background: #EEE; padding: 1em;" |
| style="width: 33%; background: #EEE; padding: 1em;" |
Line 57: Line 57:
* [[Help wanted]]
* [[Help wanted]]
* [[Bug management]]
* [[Bug management]]
** [[Projects#Bug_Triage]]
** [[Projects #Bug_Triage]]
* [[Testing]]
* [[Testing]]
** [[macOS alpha]]
** [[macOS alpha|macOS]]
* [[Translation information]]
* [[Translation information]]
* [[WebSite]]
* [[WebSite]]
Line 66: Line 66:
* [[Fundraising Ideas]]
* [[Fundraising Ideas]]
* [[Creating Inkscape distributions]] — How to build packages
* [[Creating Inkscape distributions]] — How to build packages
* [[Stable branch updates]]
* [[Updating tracker items]]
* [[Updating tracker items]]
* [[Tutorials and help]]
* [[Tutorials and help]]
Line 109: Line 108:
* [[Adding interface verbs]]
* [[Adding interface verbs]]
*[[Accessible graphics]]
*[[Accessible graphics]]
* [[Object Manager]]
*[[Dialogs reorganization]]
*[[Dialogs reorganization]]
*[[Modal interfaces]]
*[[Modal interfaces]]
Line 123: Line 121:


===Development Discussion ===  
===Development Discussion ===  
*[[Roadmap]] — The main todo list
*[[Roadmap]] — Outdated
*[[Tracking Dependencies|Dependencies]] — What libs are needed to build Inkscape
*[[Tracking Dependencies|Dependencies]] — What libs are needed to build Inkscape
*[[C++11]] — Which C++11 features can be used
*[[C++20]] — Which C++20 features can be used
*[[New feature proposals]]
*[[New feature proposals]]
* [[Extension architecture proposals]]
* [[Extension architecture proposals]]
*[[Coding Style|Coding Style Discussion]]
*[[Coding Style|Coding Style Discussion]]
*[[File types]]
*[[File types]]
*[[Application icons]] — Application + Interface
*[[Creating a multicolor icon|Icons]]
*[[Icons]]
*[[Color management]]
*[[Color management]]
*[[Printing subsystem]]
*[[Printing subsystem]]
Line 149: Line 146:
*[[CMake Tasks]] — Converting the Inkscape build system to CMake
*[[CMake Tasks]] — Converting the Inkscape build system to CMake
*[[Bug Reporting Workflow]] — Options for improving Inkscape bug workflow from user to developer
*[[Bug Reporting Workflow]] — Options for improving Inkscape bug workflow from user to developer
*[[1.0 Release Bug Fix List]] — List of bugs that need to be fixed for 1.0
*[[1.0 Release Planning]] — Roadmap and planning for 1.0 Release


===Miscellaneous===
===Miscellaneous===
Line 158: Line 153:
*[[Related programs]]
*[[Related programs]]
*[[Sponsors list]]
*[[Sponsors list]]
*[[Contracting Process]]
*[[Wiki Playground]]
*[[Wiki Playground]]



Latest revision as of 08:50, 7 March 2025

This is a freeform area for Inkscape development and discussion. Curious about wiki syntax?

Project Info

User Documentation

Help Inkscape Without Coding

Developer Documentation

First Steps

Developer tutorials

User Interface Discussion

Development Discussion

Miscellaneous

Lib2geom

Historical pages

These pages are outdated, but linked here for posterity.

See also

Wiki Attic — Pages that are no longer relevant but kept for historical value