Difference between revisions of "Inkscape"
Jump to navigation
Jump to search
(→User Documentation: Update for 0.92.1) |
(removing dead links) |
||
(66 intermediate revisions by 16 users not shown) | |||
Line 1: | Line 1: | ||
This is a freeform area for Inkscape development and discussion. | This is a freeform area for Inkscape development and discussion. Curious about [[wiki syntax]]? | ||
Curious about [[wiki syntax]]? | |||
{| style="width: 100%;" | {| style="width: 100%;" | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
| style="width: 33%; background: # | | style="width: 33%; background: #EEE; padding: 1em;" | | ||
== Project Info == | == Project Info == | ||
* [http://www.inkscape.org/ Inkscape Homepage] | * [http://www.inkscape.org/ Inkscape Homepage] | ||
Line 20: | Line 19: | ||
* [[Branding]] | * [[Branding]] | ||
* [[Travel Reimbursement Policy]] | * [[Travel Reimbursement Policy]] | ||
* [[ | * [[Funded Project System Development]] | ||
* [[:Category:Hackfest|Hackfests]] | |||
** upcoming/proposed events: | |||
** past events: | |||
::: [[Hackfest2023_Bensberg|2023 Bensberg]] | |||
::: [[Hackfest2019 SCALE|2019 Pasadena (SCALE)]], [[Hackfest2019 Saarbrücken|2019 Saarbrücken (LGM)]] | |||
::: [[Hackfest2018|2018 Boston]], [[Hackfest2018 LGM|2018 Seville (LGM)]], [[Hackfest2018 Kiel|2018 Kiel]] | |||
::: [[Hackfest2017|2017 Paris]] | |||
::: [[Hackfest2016|2016 Leeds (LGM)]] | |||
::: [[Hackfest2015|2015 Toronto (LGM)]] | |||
| style="width: 33%; padding: 1em;" | | | style="width: 33%; padding: 1em;" | | ||
== User Documentation == | == User Documentation == | ||
* [[Installing Inkscape|Installation]] | * [[Installing Inkscape|Installation]] | ||
Line 37: | Line 46: | ||
* [[Emergency save]] — Recovery in case Inkscape crashed | * [[Emergency save]] — Recovery in case Inkscape crashed | ||
* [[Release notes]] | * [[Release notes]] | ||
** ''[[Inkscape 1.5]] — development branch'' | |||
** | **[[Release notes/1.4|Inkscape 1.4]] — ''development branch'' | ||
** ''' | ** '''[[Release notes/1.3|Inkscape 1.3]]''' ([[Release notes/1.3.1|1.3.1]]) — ''current stable release branch'' | ||
** [[Release notes/1.2|Inkscape 1.2]] ([[Release notes/1.2.1|1.2.1]], [[Release notes/1.2.2|1.2.2]]) | |||
* [[ | * [[Announcing Releases]] (slightly outdated) | ||
* [[Release Process Debrief]] (slightly outdated) | |||
* [[Tricks and tips]] — Miscellaneous advice, may be slightly outdated | * [[Tricks and tips]] — Miscellaneous advice, may be slightly outdated | ||
*[[Customizing Inkscape]] Change icons, UI , Shorcuts, Menus, and toolbars | |||
| style="width: 33%; background: # | | style="width: 33%; background: #EEE; padding: 1em;" | | ||
== Help Inkscape Without Coding == | == Help Inkscape Without Coding == | ||
* [[Help wanted]] | * [[Help wanted]] | ||
* [[Bug management]] | * [[Bug management]] | ||
** [[ | ** [[Projects#Bug_Triage]] | ||
* [[Testing]] | * [[Testing]] | ||
** [[macOS alpha]] | |||
* [[Translation information]] | * [[Translation information]] | ||
* [[WebSite]] | * [[WebSite]] | ||
Line 57: | Line 69: | ||
* [[Fundraising Ideas]] | * [[Fundraising Ideas]] | ||
* [[Creating Inkscape distributions]] — How to build packages | * [[Creating Inkscape distributions]] — How to build packages | ||
* [[Updating tracker items]] | * [[Updating tracker items]] | ||
* [[Tutorials and help]] | * [[Tutorials and help]] | ||
Line 63: | Line 74: | ||
* [[Creating screencasts]] | * [[Creating screencasts]] | ||
* [[About-Screen contest]] | * [[About-Screen contest]] | ||
* [[social media|Participate in social media]] | |||
|} | |} | ||
<div style="margin-top: 1em; padding: .5em 1em 1em; border: 1px solid #62C012;"> | <div style="margin-top: 1em; padding: .5em 1em 1em; border: 1px solid #62C012;"> | ||
== Developer Documentation == | == Developer Documentation == | ||
{| style="width: 100%;" | {| style="width: 100%;" | ||
Line 71: | Line 84: | ||
| style="width: 50%; padding-right: 1em;" | | | style="width: 50%; padding-right: 1em;" | | ||
=== First Steps === | === First Steps === | ||
* [[Working with | * [[Working with Git]] — How to obtain the source code. A quick start on how to use our version control system. | ||
* [[Compiling Inkscape]] | |||
* [[Compiling Inkscape | |||
* [[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 | ||
* [[Janitorial tasks]] — Small tasks that need doing | * [[Janitorial tasks]] — Small tasks that need doing | ||
* [[Doxygen documentation]] | * [[Doxygen documentation]] | ||
Line 90: | Line 98: | ||
* Display subsystem — How to make things appear on the canvas | * Display subsystem — How to make things appear on the canvas | ||
* Tools subsystem — How to create a new tool --> | * Tools subsystem — How to create a new tool --> | ||
* Extensions | * Extensions | ||
** [[Extension subsystem]] — An overview of the functionality provided by extensions and the possible implementations | ** [[Extension subsystem]] — An overview of the functionality provided by extensions and the possible implementations | ||
Line 97: | Line 104: | ||
** [[INX extension descriptor format]] | ** [[INX extension descriptor format]] | ||
* [[Creating Live Path Effects]] | * [[Creating Live Path Effects]] | ||
* [[Using libsigc++ signals]] | * [[Using libsigc++ signals]] | ||
* [[Windows development on Linux]] | *[[Windows development on Linux]] | ||
=== User Interface Discussion=== | |||
*[[Interface translation]] | |||
=== User Interface Discussion === | |||
* [[Interface translation]] | |||
* [[Adding interface verbs]] | * [[Adding interface verbs]] | ||
* [[Accessible graphics | *[[Accessible graphics]] | ||
*[[Dialogs reorganization]] | |||
* [[Dialogs reorganization]] | *[[Modal interfaces]] | ||
* [[Modal interfaces]] | *[[Text usability]] — Text tool and dialog | ||
* [[Text usability]] — Text tool and dialog | *[[KeyboardShortcutsToDo]] | ||
* [[KeyboardShortcutsToDo]] | **[[Keyboard profiles]] — How you can help | ||
** [[Keyboard profiles]] — How you can help | *[[Statusbar API]] | ||
* [[Statusbar API]] | |||
* [[Animation-(Timeline)]] | * [[Animation-(Timeline)]] | ||
* [[Free Desktop Graphic Suite]] | *[[Free Desktop Graphic Suite]] | ||
*[[Skeletal Strokes]] — Brushes, Strokes, Pressure Sensibility... | |||
| style="width: 50%;" | | | style="width: 50%;" | | ||
=== Development Discussion === | |||
* [[Roadmap]] — The main todo list | ===Development Discussion === | ||
* [[Dependencies]] — What libs are needed to build Inkscape | *[[Roadmap]] — The main todo list | ||
* [[C++ | *[[Tracking Dependencies|Dependencies]] — What libs are needed to build Inkscape | ||
* [[New feature proposals]] | *[[C++20]] — Which C++20 features can be used | ||
*[[New feature proposals]] | |||
* [[Extension architecture proposals]] | * [[Extension architecture proposals]] | ||
* [[Coding Style|Coding Style Discussion]] | *[[Coding Style|Coding Style Discussion]] | ||
* [[File types]] | *[[File types]] | ||
* [[ | *[[Creating a multicolor icon|Icons]] | ||
*[[Color management]] | |||
* [[Color management]] | *[[Printing subsystem]] | ||
* [[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 Mockup Screenshots]] | *[[UI Mockup Screenshots]] | ||
* [[Swatch Book]] | * [[Swatch Book]] | ||
* [[Tablet Dialog]] | *[[Tablet Dialog]] | ||
* [[ViewBoxToDo]] — View box support info | *[[ViewBoxToDo]] — View box support info | ||
* [[Caching]] | * [[Caching]] | ||
* [[UI and Document coordinates]] | *[[Canvas Rendering Profiling]] | ||
*[[UI and Document coordinates]] | |||
* [[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 | |||
=== 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 | ||
* [[Extension repository]] — An Internet central for Inkscape extensions | *[[Environment variables]] — Overview of important environment variables that modify the behavior of Inkscape and its dependencies. | ||
* [[Related programs]] | *[[Extension repository]] — An Internet central for Inkscape extensions | ||
*[[Related programs]] | |||
*[[Sponsors list]] | |||
*[[Contracting Process]] | |||
*[[Wiki Playground]] | |||
===[[Lib2geom]]=== | |||
*[[Lib2geom]] | |||
*[[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. | |||
===Historical pages=== | |||
These pages are outdated, but linked here for posterity. | |||
*[[Working with Bazaar]] — Our former control version system, no longer used. See [[Working with Git]] for current instructions. | |||
* [[Creating a new SPObject]] | |||
|} | |} | ||
</div> | </div> | ||
== See also == | ==See also== | ||
* [[:Category:Wiki Attic|Wiki Attic]] — Pages that are no longer relevant but kept for historical value | * | ||
[[:Category:Wiki Attic|Wiki Attic]] — Pages that are no longer relevant but kept for historical value | |||
__NOTOC__ | __NOTOC__ | ||
[[Category:Top level categories]] | [[Category:Top level categories]] |
Revision as of 07:48, 16 May 2024
This is a freeform area for Inkscape development and discussion. Curious about wiki syntax?
Developer Documentation
First Steps
Developer tutorials
User Interface Discussion
|
Development Discussion
Miscellaneous
Lib2geom
Historical pagesThese pages are outdated, but linked here for posterity.
|
See also
Wiki Attic — Pages that are no longer relevant but kept for historical value