summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | Force not original-d if the clip-path or mask has not a LPE allowed to change itJabiertxof2017-05-284-64/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15703.1.4)
| | * | | | | | | | | Allow LPE clip or mask hasent effect appliedJabiertxof2017-05-271-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15703.1.3)
| | * | | | | | | | | More fixes to LPEJabiertxof2017-05-2714-88/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15703.1.2)
| | * | | | | | | | | Change bad named varsJabiertxof2017-05-2713-24/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15703.1.1)
| * | | | | | | | | | Initial releaseJabiertxof2017-05-2927-183/+588
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | (bzr r15704)
* | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compensate for size of viewbox.
| * | | | | | | | | | Update perspective.py for https://bugs.launchpad.net/inkscape/+bug/1653650.Alvin Penner2017-07-081-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compensate for size of viewbox
* | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are some inconsistencies when displaying the _norm, _grip, and rotation center handles: 1. _norm and rotation center are not displayed on a black background; 2. _grip is never displayed, even though the code updates its position and even changes its shape depending on the operation performed. Fix these issues by using the XOR blending mode and, since the handles are only visible when dragging, set their color to 0xff0000b0 which is the color used by other handles when they are in the SP_KNOT_STATE_DRAGGING state. Moreover to have _grip properly blended when HANDLE_CENTER is moved _norm must be hidden, otherwise the two control point would overlap (both in shape and position) and the XOR blending would produce an unintuitive result. Finally, to effectively hide _norm, move forcing handles visibility _after_ grab() because grab() shows both _norm and _grip by default. Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1707250
* | | | | | | | | | | | Remove Info.plist.inTim Sheridan2017-08-131-555/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Leftover file from old Mac packaging system that was removed
* | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We added the cups-control interface for getting and adjusting a printer. And added the network interface for the OCAL lookup and grabbing of graphics.
* | | | | | | | | | | | Add flatten button to simplify, bspline and spiro. Need to rerun cmake ↵Jabier Arraiza2017-08-126-38/+102
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because file changed
* | | | | | | | | | | shortcuts: comp function should take values of input variables (attempt to ↵Alex Valavanis2017-08-101-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix Trusty build)
* | | | | | | | | | Fix keyboard shortcuts for changing line spacing.Tavmjong Bah2017-08-092-112/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many bug fixes to ensure proper behavior for the different line spacing modes. Return focus to canvas when buttons are pushed in text tool bar. Change step size to a reasonable value for line height when unit not percent. Fix some issues with history for changes to line spacing in flowed text.
* | | | | | | | | | 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 ↵Tavmjong Bah2017-08-073-48/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sheets.
* | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Selecting a Line Spacing Mode allows a user to quickly pick an algorithm for consistant line spacing.
* | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SP_COLOR_SCALES_MODE_HSV was a bad name for HSL selection mode
| * | | | | | | | | | Change HSL scaling for color chooserRoman Hargrave2017-08-021-1/+9
| | | | | | | | | | |
* | | | | | | | | | | Fixing deprecation warningsTed Gould2017-08-052-5/+5
| | | | | | | | | | |
* | | | | | | | | | | Remove the setup directoryTed Gould2017-08-053-526/+2
| | | | | | | | | | |
* | | | | | | | | | | Include the prefix.h defines in gettext configTed Gould2017-08-051-1/+5
| | | | | | | | | | |
* | | | | | | | | | | Grab new dependenciesTed Gould2017-08-051-0/+2
| | | | | | | | | | |
* | | | | | | | | | | Fix the name of a README fileTed Gould2017-08-051-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Put the snapcraft.yaml into a more readable locationTed Gould2017-08-051-0/+0
| | | | | | | | | | |
* | | | | | | | | | | Update the desktop part nameTed Gould2017-08-051-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Fix inkscape --help appearance due to a too long lineMarc Jeanmougin2017-08-041-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Do not scale font-size when set to a relative unitEduard Braun2017-08-021-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relative units already respect the transform of parents and don't have to be recalculated when set to relative unit from inside the UI It's actually not possible to set relative font-sizes anywhere in the UI except when setting sub/superscripts (sets font-size to 65%) Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1658029
* | | | | | | | | | Remove unused files.Tavmjong Bah2017-08-0116-1665/+3
| | | | | | | | | |
* | | | | | | | | | Fix layer traversingTobias Ellinghaus2017-08-011-29/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes two bugs: - A crash when moving an object away from the root layer - An inconsistency when going through the layers with {ctrl,shift}-Pg{Up,Down}: Going to the previous layer worked fine while going to the next layer only went up the hierarchy but never into sub layers. Now both directions visit the same layers in the same (just reversed) order.
* | | | | | | | | | Expand io api for tav, resolve filename to local directoryMartin Owens2017-07-312-0/+27
| | | | | | | | | |
* | | | | | | | | | bring back the FileSaveTemplate in the menuMarc Jeanmougin2017-07-311-0/+1
| | | | | | | | | |
* | | | | | | | | | fixes the exclusion list for localized templatesMarc Jeanmougin2017-07-311-1/+1
| | | | | | | | | |
* | | | | | | | | | Update Russian translationAlexandre Prokoudine2017-07-301-5030/+6028
| | | | | | | | | |
* | | | | | | | | | Translations: Add a _README file with some very basic instructionsEduard Braun2017-07-302-1067/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - generating the inkscape.pot file still seems to be a bit of a mystery to developers, especially adding new source files is often neglected or done manually (instead of using generate_POTFILES.sh) - Add a "Todo": besides documentation and automation we should probably consider dropping intltool-update and all custom scripts completely and use xgettext with proper options exlusively - Remove the ChangeLog (it wasn't updated since 2008)
* | | | | | | | | | Translations: Update inkscape.pot and POTFILES maintenanceEduard Braun2017-07-304-4812/+5265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - move generate_POTFILES.sh to /po folder - update POTFILES.in - remove deleted files from POTFILES.skip
* | | | | | | | | | Fix translation of menus.xmlEduard Braun2017-07-302-22/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - prefix with underscores to make detectable by intltool-update (was lost with 78cebbf91af8d91681d4ff18b7c1a8b25f2c431a) - fix 'sp_ui_build_dyn_menus()' to account for this and stick with current project standards: translate '_name' but not 'name'
* | | | | | | | | | More icon clean up (boundingbox).Tavmjong Bah2017-07-309-215/+138
| | | | | | | | | |
* | | | | | | | | | More icon clean up (distribute).Tavmjong Bah2017-07-3014-606/+489
| | | | | | | | | |
* | | | | | | | | | MSYS2: disable use of bitmap fonts in fontconfigEduard Braun2017-07-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bitmap fonts are currently unusable by Inkscape but still show up in the font list (https://bugs.launchpad.net/inkscape/+bug/714859) Even worse: If a bitmap font is present Inkscape won't be able to use it but also substitution rules for this font family won't work causing Pango to fall back to "Sans" instead of a proper replacement (e.g. https://bugs.launchpad.net/inkscape/+bug/1429793)
* | | | | | | | | | layers dialog: Gtk < 3.16 fallbackAlexander Valavanis2017-07-291-0/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2017-07-299-4/+149
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | *Actually* run tests out of sourceMarc Jeanmougin2017-07-291-10/+11
| | | | | | | | | | |