summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Update to trunkJabier Arraiza Cenoz2017-05-312-3/+80
| |\| | | | | | | |
| | * | | | | | | | Add 4k, 5k, and 8k screen sizes.Tavmjong Bah2017-05-311-0/+3
| | * | | | | | | | Sort File Save and File Input file type menus.Tavmjong Bah2017-05-311-3/+77
| * | | | | | | | | Update to trunkJabier Arraiza Cenoz2017-05-303-5/+8
| |\| | | | | | | |
| | * | | | | | | | Fix broken fix for bug pointed by parclytaxel in IRCJabier Arraiza Cenoz2017-05-301-0/+3
| | * | | | | | | | Fix bug pointed by parclytaxel in IRCJabier Arraiza Cenoz2017-05-301-3/+2
| | * | | | | | | | cmake/MSYS2: install python2-pillowEduard Braun2017-05-292-2/+3
| * | | | | | | | | Working on hideJabier Arraiza Cenoz2017-05-291-1/+1
| * | | | | | | | | Update to trunkJabier Arraiza Cenoz2017-05-290-0/+0
| |\| | | | | | | |
| | * | | | | | | | Alow write to repr on hidden LPE parametersJabier Arraiza Cenoz2017-05-292-2/+5
| * | | | | | | | | Add toggle clip bisibility buttonJabier Arraiza Cenoz2017-05-296-59/+99
| * | | | | | | | | Update to trunkJabier Arraiza Cenoz2017-05-293-9/+15
| |\| | | | | | | |
| | * | | | | | | | Fix PDF export with respect to 'image-rendering'.Tavmjong Bah2017-05-291-5/+5
| | * | | | | | | | Update for CSS 3 'image-rendering'.Tavmjong Bah2017-05-292-4/+10
| * | | | | | | | | Allow temp hide clipJabier Arraiza Cenoz2017-05-293-25/+23
| * | | | | | | | | Handling hideJabiertxof2017-05-293-19/+39
| * | | | | | | | | update to trunkJabiertxof2017-05-2911-42/+58
| |\| | | | | | | |
| | * | | | | | | | Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are im...Jabiertxof2017-05-2911-37/+55
| | * | | | | | | | Fix bug on crash if undefined LPE loadJabiertxof2017-05-281-1/+3
| | * | | | | | | | Add a new value to LPE 'is_load' to know the lpe is just load, no previous v...Jabiertxof2017-05-284-0/+5
| | * | | | | | | | Allow doOnRemove in all LPEJabiertxof2017-05-281-6/+1
| | * | | | | | | | Remove dabug lineJabiertxof2017-05-281-1/+0
| | * | | | | | | | Remove original-d from clip and mask LPE if keep pathsJabiertxof2017-05-281-20/+20
| | * | | | | | | | Force not original-d if the clip-path or mask has not a LPE allowed to change itJabiertxof2017-05-284-64/+140
| | * | | | | | | | Allow LPE clip or mask hasent effect appliedJabiertxof2017-05-271-1/+5
| | * | | | | | | | More fixes to LPEJabiertxof2017-05-2714-88/+47
| | * | | | | | | | Change bad named varsJabiertxof2017-05-2713-24/+27
| * | | | | | | | | Initial releaseJabiertxof2017-05-2927-183/+588
| |/ / / / / / / /
* | | | | | | | | Merge branch 'alvinpenner/inkscape-master'Martin Owens2017-08-132-0/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update summersnight.py for https://bugs.launchpad.net/inkscape/+bug/1653650.Alvin Penner2017-07-081-0/+9
| * | | | | | | | | Update perspective.py for https://bugs.launchpad.net/inkscape/+bug/1653650.Alvin Penner2017-07-081-0/+9
* | | | | | | | | | Merge branch 'ao2/inkscape-seltrans-fix-norm-grip-and-rotation-center'Martin Owens2017-08-131-5/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SelTrans: fix inconsistencies with _norm, _grip, and rotation centerAntonio Ospite2017-08-091-5/+7
* | | | | | | | | | | Remove Info.plist.inTim Sheridan2017-08-131-555/+0
* | | | | | | | | | | Add Alt modifier to allow move ultimate point in BSpline and Spiro pen toolsJabier Arraiza2017-08-132-47/+127
* | | | | | | | | | | Add interfaces for networking and printingTed Gould2017-08-131-1/+1
* | | | | | | | | | | Add flatten button to simplify, bspline and spiro. Need to rerun cmake becaus...Jabier Arraiza2017-08-126-38/+102
* | | | | | | | | | | shortcuts: comp function should take values of input variables (attempt to fi...Alex Valavanis2017-08-101-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Fix keyboard shortcuts for changing line spacing.Tavmjong Bah2017-08-092-112/+221
* | | | | | | | | | packaging: Convert mkNEWS from perl to pythonBryce Harrington2017-08-071-22/+30
* | | | | | | | | | Add support for imported style sheets via @import to Inkscape.Tavmjong Bah2017-08-073-53/+123
* | | | | | | | | | Add support for more than one style sheet in a document and imported style sh...Tavmjong Bah2017-08-073-48/+183
* | | | | | | | | | fix set_set_Marc Jeanmougin2017-08-071-1/+1
* | | | | | | | | | objects dialog: Gtk+ < 3.16 compatAlexander Valavanis2017-08-061-0/+4
* | | | | | | | | | Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah2017-08-056-11/+316
* | | | | | | | | | Merge branch 'feature_hslInDegrees' of gitlab.com:RomanHargrave/inkscapeMarc Jeanmougin2017-08-053-12/+98
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add HSV picker mode to color scalesRoman Hargrave2017-08-023-4/+82
| * | | | | | | | | | Rename SP_COLOR_SCALES_MODE_HSV to SP_COLOR_SCALES_MODE_HSLRoman Hargrave2017-08-023-9/+9
| * | | | | | | | | | Change HSL scaling for color chooserRoman Hargrave2017-08-021-1/+9
* | | | | | | | | | | Fixing deprecation warningsTed Gould2017-08-052-5/+5