Difference between revisions of "Inkscape"

From Inkscape Wiki
Jump to navigation Jump to search
m
 
(40 intermediate revisions by 13 users not shown)
Line 20: Line 20:
* [[Travel Reimbursement Policy]]
* [[Travel Reimbursement Policy]]
* [[Funded Project System Development]]
* [[Funded Project System Development]]
* Hackfests
* [[:Category:Hackfest|Hackfests]]
** upcoming/proposed events: [[Hackfest2019 Saarbrücken|2019 Saarbrücken (LGM)]], [[Hackfest2019 SCALE|2019 Pasadena (SCALE)]]
** upcoming/proposed events:
** past events: [[Hackfest2018 Kiel|2018 Kiel]], [[Hackfest2018 LGM|2018 Seville (LGM)]], [[Hackfest2018|2018 Boston]], [[Hackfest2017|2017 Paris]], [[Hackfest2016|2016 Leeds (LGM)]], [[Hackfest2015|2015 Toronto (LGM)]]
** 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 39: Line 46:
* [[Emergency save]] — Recovery in case Inkscape crashed
* [[Emergency save]] — Recovery in case Inkscape crashed
* [[Release notes]]
* [[Release notes]]
<!-- ** '''for version [[|]] (active development)''' -->
** ''[[Release notes/1.4|Inkscape 1.4]]'' &mdash; ''development branch''
** '''for versions [[Release notes/0.92.3|0.92.3]] (current bugfix release) and [[Release notes/0.92|0.92]] (current major release)'''
** '''[[Release notes/1.3|Inkscape 1.3]]''' ([[Release notes/1.3.1|1.3.1]]) &mdash; ''current stable release branch''
** 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]]
** [[Release notes/1.2|Inkscape 1.2]] ([[Release notes/1.2.1|1.2.1]], [[Release notes/1.2.2|1.2.2]])
** future versions: [[Release notes/0.92.4|0.92.4]] (upcoming bugfix release) and [[Release notes/1.0|1.0]] (upcoming major release)
* [[Announcing Releases]] (slightly outdated)
* [[Announcing Releases]]
* [[Release Process Debrief]] (slightly outdated)
* [[Release Process Debrief]]
* [[Tricks and tips]] — Miscellaneous advice, may be slightly outdated
* [[Tricks and tips]] — Miscellaneous advice, may be slightly outdated


Line 54: Line 60:
** [[Projects#Bug_Triage]]
** [[Projects#Bug_Triage]]
* [[Testing]]
* [[Testing]]
** [[macOS alpha]]
* [[Translation information]]
* [[Translation information]]
* [[WebSite]]
* [[WebSite]]
Line 77: Line 84:
=== 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.
* [[Working with Bazaar]] — Our former control version system.
* [[Compiling Inkscape]]
* [[Compiling Inkscape|Compilation]]
* [[Compiling Inkscape on Windows]]
* [[Using Eclipse]] — Debug Inkscape on Windows using Eclipse (outdated)
* [[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 95: Line 97:
* 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 -->
* [[Creating a new SPObject]]
* 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 102: Line 103:
** [[INX extension descriptor format]]
** [[INX extension descriptor format]]
* [[Creating Live Path Effects]]
* [[Creating Live Path Effects]]
* [[Boost shared pointers]]
* [[Using libsigc++ signals]]
* [[Using libsigc++ signals]]
* [[Windows development on Linux]]
*[[Windows development on Linux]]


=== User Interface Discussion ===
=== User Interface Discussion===
* [[Interface translation]]
*[[Interface translation]]
* [[Adding interface verbs]]
* [[Adding interface verbs]]
* [[Accessible graphics]]
*[[Accessible graphics]]
* [[Object Manager]]
* [[Object Manager]]
* [[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...
*[[Skeletal Strokes]] — Brushes, Strokes, Pressure Sensibility...


| style="width: 50%;" |
| 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
*[[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]]
* [[Extension architecture proposals]]
* [[Extension architecture proposals]]
* [[Coding Style|Coding Style Discussion]]
*[[Coding Style|Coding Style Discussion]]
* [[File types]]
*[[File types]]
* [[Application icons]] — Application + Interface
*[[Application icons]] — Application + Interface
* [[Icons]]
*[[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
*[[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 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===
*[[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
*[[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.


=== Miscellaneous ===
===Historical pages===
* [[Inkscape-specific XML attributes]] — Documentation of attributes from Inkscape's XML namespace
These pages are outdated, but linked here for posterity.
* [[Extension repository]] — An Internet central for Inkscape extensions
 
* [[Related programs]]
*[[Working with Bazaar]] — Our former control version system, no longer used. See [[Working with Git]] for current instructions.
* [[Sponsors list]]
* [[Creating a new SPObject]]


=== [[Lib2geom]] ===
* [[Lib2geom Goals]]
* [[Lib2geom FAQ]]
* [[Lib2geom SVN Repository Guide]]
* [[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.
|}
|}
</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]]

Latest revision as of 23:06, 23 July 2023

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

Project Info

2023 Bensberg
2019 Pasadena (SCALE), 2019 Saarbrücken (LGM)
2018 Boston, 2018 Seville (LGM), 2018 Kiel
2017 Paris
2016 Leeds (LGM)
2015 Toronto (LGM)

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