Difference between revisions of "Inkscape"

From Inkscape Wiki
Jump to navigation Jump to search
(Cleaning)
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Main_Page/Localized_versions}}
This is a freeform area for Inkscape development and discussion. Curious about [[wiki syntax]]?


 
{| style="width: 100%;"
This is a freeform area for Inkscape development and discussion. 
Curious about [[wiki syntax]]?
 
{| style="width: 100%; border-spacing: 1em;"
|- style="vertical-align: top;"
|- style="vertical-align: top;"
| style="width: 33%; background: #EAEAEA; padding: .5em;" |
| style="width: 33%; background: #EEE; padding: 1em;" |
=== Project Info ===
== Project Info ==
* [http://www.inkscape.org/ Inkscape Homepage]
* [http://www.inkscape.org/ Inkscape Homepage]
* [[About Inkscape]]
* [[About Inkscape]]
Line 18: Line 14:
* [[Inkscape coverage|Coverage]] — Awards, articles, presentations, books about Inkscape
* [[Inkscape coverage|Coverage]] — Awards, articles, presentations, books about Inkscape
* [[Inkscape popularity|Popularity]]
* [[Inkscape popularity|Popularity]]
* [[InkscapeInvariants|Inkscape's Mission]]
* [[Inkscape invariants|Inkscape's Mission]]
* [[CommunicationChannels|Communication Channels]] — How to reach us
* [https://inkscape.org/en/community/ Communication] — How to reach us
* [[AnnouncementToSodipodi|Announcement to Sodipodi]] — This started it all
* [[Announcement to Sodipodi]] — This started it all
* [[Branding]]
* [[Branding]]
* [[Travel Reimbursement Policy]]
* [[Travel Reimbursement Policy]]
* [[FundedProjectSystemDevelopment|Funded Project System Development]]
* [[Funded Project System Development]]
* Hackfests: [[Hackfest2018 LGM|2018 LGM]], [[Hackfest2018|2018]], [[Hackfest2017|2017]], [[Hackfest2016|2016]], [[Hackfest2015|2015]]


| style="width: 33%; padding: .5em;" |
| style="width: 33%; padding: 1em;" |
=== User Documentation ===
== User Documentation ==
* [[Installing Inkscape|Installation]]
* [[Installing Inkscape|Installation]]
* [[International and Local Communities]]
* [[International and Local Communities]]
Line 40: Line 37:
* [[Emergency save]] — Recovery in case Inkscape crashed
* [[Emergency save]] — Recovery in case Inkscape crashed
* [[Release notes]]
* [[Release notes]]
** '''for version [[Release notes/0.92|0.92]] (active development)'''
<!-- ** '''for version [[|]] (active development)''' -->
** '''for version [[Release notes/0.91|0.91]] (current release)'''
** '''for versions [[Release notes/0.92.3|0.92.3]] (current bugfix release) and [[Release notes/0.92|0.92]] (current major release)'''
** older versions: [[Release notes/0.48.5|0.48.5]], [[Release notes/0.48.4|0.48.4]], [[Release notes/0.48.3|0.48.3]], [[Release notes/0.48.2|0.48.2]], [[Release notes/0.48.1|0.48.1]], [[Release notes/0.48|0.48]], [[Release notes/0.47|0.47]]
** older versions: [[Release notes/0.92.2|0.92.2]], [[Release notes/0.92.1|0.92.1]], [[Release notes/0.91|0.91]], [[Release notes/0.48.5|0.48.5]], [[Release notes/0.48.4|0.48.4]], [[Release notes/0.48.3|0.48.3]], [[Release notes/0.48.2|0.48.2]], [[Release notes/0.48.1|0.48.1]], [[Release notes/0.48|0.48]], [[Release notes/0.47|0.47]]
* [[Announcing Releases]]
* [[Announcing Releases]]
* [[Release Process Debrief]]
* [[Tricks and tips]] — Miscellaneous advice, may be slightly outdated
* [[Tricks and tips]] — Miscellaneous advice, may be slightly outdated


| style="width: 33%; background: #EAEAEA; padding: .5em;" |
| style="width: 33%; background: #EEE; padding: 1em;" |
=== Help Inkscape Without Coding ===
 
== Help Inkscape Without Coding ==
* [[Help wanted]]
* [[Bug management]]
* [[Bug management]]
** [[Projects#Bug_Triage]]
* [[Testing]]
* [[Testing]]
* [[Translation information]]
* [[Translation information]]
Line 55: Line 56:
* [[Conferences]]
* [[Conferences]]
* [[Fundraising Ideas]]
* [[Fundraising Ideas]]
 
* [[Creating Inkscape distributions]] — How to build packages
 
* [[Stable branch updates]]
* [[HelpWanted]]
* [[Updating tracker items]]
* [[BugTriageProjects]]
* [[Tutorials and help]]
* [[CreatingDists]] — How to build packages
* [[StableBranchUpdates]]
* [[UpdatingTrackerItems]]
* [[TutorialsAndHelp]]
* [[How to start a page]] — How to use the wiki
* [[How to start a page]] — How to use the wiki
* [[CreatingScreencasts]]
* [[Creating screencasts]]
* [[About-Screen contest]]
* [[About-Screen contest]]
* [[social media|Participate in social media]]
|}
|}


<div style="background: white; border: 1px solid #62C012; padding: .5em 1em 1em;">
<div style="margin-top: 1em; padding: .5em 1em 1em; border: 1px solid #62C012;">
=== Developer Documentation ===
 
{| style="width: 100%; border-spacing: 1em;"
== Developer Documentation ==
{| style="width: 100%;"
|- style="vertical-align: top;"
|- style="vertical-align: top;"
| style="width: 50%;" |
| style="width: 50%; padding-right: 1em;" |
==== First Steps ====
=== First Steps ===
* [[Working with Bazaar]] — How to obtain the source code. A quick start on how to use our version control system.
* [[Working with Git]] — How to obtain the source code. A quick start on how to use our version control system.
* [[Working with Git]]
* [[Working with Bazaar]] — Our former control version system.
* [[Compiling Inkscape|Compilation]]
* [[Compiling Inkscape|Compilation]]
* [[Compiling Inkscape on Windows]]
* [[Compiling Inkscape on Windows]]
Line 87: Line 86:
* [[Working with CMake]] — Getting started with CMake coding for configuring and building Inkscape
* [[Working with CMake]] — Getting started with CMake coding for configuring and building Inkscape


==== Developer tutorials ====
=== Developer tutorials ===
* [[Architectural overview]] — A high-level look at Inkscape
* [[Architectural overview]] — A high-level look at Inkscape
* [[Preferences subsystem]] — Creating and using preference values
* [[Preferences subsystem]] — Creating and using preference values
* XML subsystem (WIP) — How to manipulate the XML representation of a document
<!-- * XML subsystem — How to manipulate the XML representation of a document
* Display subsystem (WIP) — How to make things appear on the canvas
* Display subsystem — How to make things appear on the canvas
* Tools subsystem (WIP) — How to create a new tool
* Tools subsystem — How to create a new tool -->
* [[Creating a new SPObject]]
* [[Creating a new SPObject]]
* Extensions
* Extensions
Line 104: Line 103:
* [[Windows development on Linux]]
* [[Windows development on Linux]]


==== Miscellaneous ====
=== User Interface Discussion ===
* [[Inkscape-specific XML attributes]] — Documentation of attributes from Inkscape's XML namespace
* [[Interface translation]]
* [[Extension repository]] — An Internet central for Inkscape extensions
* [[Adding interface verbs]]
* [[Related programs]]
* [[Accessible graphics]]
* [[Object Manager]]
* [[Dialogs reorganization]]
* [[Modal interfaces]]
* [[Text usability]] — Text tool and dialog
* [[KeyboardShortcutsToDo]]
** [[Keyboard profiles]] — How you can help
* [[Statusbar API]]
* [[Animation-(Timeline)]]
* [[Free Desktop Graphic Suite]]
* [[Skeletal Strokes]] — Brushes, Strokes, Pressure Sensibility...


==== Continuous Integration (Automated testing) ====
| style="width: 50%;" |
* [http://jenkins.inkscape.org Our main testing website (Jenkins)]
* [[How to contribute to automated tests]]
* [[Jenkins server setup]]


| style="width: 50%;" |
=== Development Discussion ===
==== Development Discussion ====
* [[Roadmap]] — The main todo list
* [[Roadmap]] — The main todo list
* [[Dependencies]] — What libs are needed to build Inkscape
* [[Dependencies]] — What libs are needed to build Inkscape
* [[C++11]] — Which C++11 features can be used
* [[C++11]] — Which C++11 features can be used
* [[NewFeatureProposals]]
* [[New feature proposals]]
* [[ExtensionArchitectureProposals]]
* [[Extension architecture proposals]]
* [[Coding Style|Coding Style Discussion]]
* [[Coding Style|Coding Style Discussion]]
* [[FileTypes]]
* [[File types]]
* [[ApplicationIcons]] — Application + Interface
* [[Application icons]] — Application + Interface
* [[Icons]]
* [[Icons]]
* [[InkscapeColor]]
* [[Color management]]
* [[PrintingSubsystem]]
* [[Printing subsystem]]
* [[SVG Tiny Compliance]]
* [[SVG Tiny Compliance]]
* [[SVG Test Suite Compliance]] — [[W3C]] full test suite
* [[SVG Test Suite Compliance]] — [[W3C]] full test suite
* [[CSS Support]]
* [[CSS Support]]
* [[Google Summer Of Code]]
* [[Google Summer of Code]]
* [[Improved Media Management]]
* [[Improved Media Management]]
* [[UI MockupScreenshots]]
* [[UI Mockup Screenshots]]
* [[Swatch Book]]
* [[Swatch Book]]
* [[Tablet Dialog]]
* [[Tablet Dialog]]
Line 140: Line 145:
* [[GtkMMification]] — Replace C boilerplate with gtkmm objects
* [[GtkMMification]] — Replace C boilerplate with gtkmm objects
* [[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
* [[1.0 Release Bug Fix List]] — List of bugs that need to be fixed for 1.0


==== User Interface Discussion ====
=== Miscellaneous ===
* [[Translation information]]
* [[Inkscape-specific XML attributes]] — Documentation of attributes from Inkscape's XML namespace
* [[AddingInterfaceVerbs]]
* [[Extension repository]] — An Internet central for Inkscape extensions
* [[AccessibleGraphics]]
* [[Related programs]]
* [[ObjectManager]]
* [[Sponsors list]]
* [[DialogsReorganization]]
* [[ModalInterfaces]]
* [[TextUsability]] — Text tool and dialog
* [[KeyboardShortcutsToDo]]
** [[KeyboardProfiles]] — How you can help
* [[StatusbarAPI]]
* [[Animation-(Timeline)]]
* [[Free Desktop Graphic Suite]]


=== Lib2Geom ===
=== [[Lib2geom]] ===
* [[lib2geom]]
* [[Lib2geom Goals]]
* [[lib2geom Goals]]
* [[Lib2geom FAQ]]
* [[lib2geom FAQ]]
* [[Lib2geom SVN Repository Guide]]
* [[lib2geom SVN Repository Guide]]
* [[Working with 2Geom FAQ]] — Real-life questions answered about using 2Geom in real code
* [[WorkingWith2GeomFAQ]] — Real-life questions answered about using 2Geom in real code
* [[Lib2geom py2geom]] — Python bindings to 2geom. With this you can use the power of 2geom in Python scripts.
* [[lib2geom py2geom]] — Python bindings to 2geom. With this you can use the power of 2geom in Python scripts.
|}
|}
</div>
</div>
Line 170: Line 168:
__NOTOC__
__NOTOC__


[[Category:About Inkscape]]
[[Category:Top level categories]]
[[Category:User Documentation]]

Revision as of 12:06, 11 July 2018

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

See also

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