Difference between revisions of "Inkscape"

From Inkscape Wiki
Jump to navigation Jump to search
(7 intermediate revisions by 4 users not shown)
Line 54: Line 54:
** [[Projects#Bug_Triage]]
** [[Projects#Bug_Triage]]
* [[Testing]]
* [[Testing]]
** [[macOS alpha]]
* [[Translation information]]
* [[Translation information]]
* [[WebSite]]
* [[WebSite]]
Line 77: Line 78:
=== First Steps ===
=== First Steps ===
* [[Working with Git]] — 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.
* [[Compiling Inkscape|Compilation]]
* [[Compiling Inkscape]]
* [[Compiling Inkscape on Windows]]
* [[Using Eclipse]] — Debug Inkscape on Windows using Eclipse (outdated)
* [[Using Eclipse]] — Debug Inkscape on Windows using Eclipse (outdated)
* [[Using Visual Studio]] — Debug Inkscape on Windows using Microsoft Visual Studio
* [[Using Visual Studio]] — Debug Inkscape on Windows using Microsoft Visual Studio
* [[Developer manual]] — Various important information, be sure to read this before coding
* [[Developer manual]] — Various important information, be sure to read this before coding
* [[Debugging Inkscape|Debugging]] — Random tips to help debug problems
* [[Debugging Inkscape|Debugging]] — Random tips to help debug problems
* [[Project organization]] — Procedures, hierarchy, developer roles and the likes
* [[Janitorial tasks]] — Small tasks that need doing
* [[Janitorial tasks]] — Small tasks that need doing
* [[Doxygen documentation]]
* [[Doxygen documentation]]
Line 123: Line 122:
=== Development Discussion ===
=== Development Discussion ===
* [[Roadmap]] — The main todo list
* [[Roadmap]] — The main todo list
* [[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++11]] — Which C++11 features can be used
* [[New feature proposals]]
* [[New feature proposals]]
Line 143: Line 142:
* [[ViewBoxToDo]] — View box support info
* [[ViewBoxToDo]] — View box support info
* [[Caching]]
* [[Caching]]
* [[Canvas Rendering Profiling]]
* [[UI and Document coordinates‎]]
* [[UI and Document coordinates‎]]
* [[GtkMMification]] — Replace C boilerplate with gtkmm objects
* [[GtkMMification]] — Replace C boilerplate with gtkmm objects
Line 152: Line 152:
=== Miscellaneous ===
=== Miscellaneous ===
* [[Inkscape-specific XML attributes]] — Documentation of attributes from Inkscape's XML namespace
* [[Inkscape-specific XML attributes]] — Documentation of attributes from Inkscape's XML namespace
* [[Environment variables]] — Overview of important environment variables that modify the behavior of Inkscape and its dependencies.
* [[Extension repository]] — An Internet central for Inkscape extensions
* [[Extension repository]] — An Internet central for Inkscape extensions
* [[Related programs]]
* [[Related programs]]
Line 158: Line 159:
=== [[Lib2geom]] ===
=== [[Lib2geom]] ===
* [[Lib2geom]]
* [[Lib2geom]]
* [[Lib2geom Goals]]
* [[Lib2geom FAQ]]
* [[Lib2geom SVN Repository Guide]]
* [[Working with 2Geom FAQ]] — Real-life questions answered about using 2Geom in real code
* [[Working with 2Geom FAQ]] — 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.

Revision as of 18:18, 10 October 2019

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