summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | [meson-build] libsvgFelipe Corrêa da Silva Sanches2018-03-173-1/+47
| |
* | [meson-build] libdebugFelipe Corrêa da Silva Sanches2018-03-173-1/+40
| |
* | [meson-build] declare some more dependenciesFelipe Corrêa da Silva Sanches2018-03-172-5/+4
| |
* | [meson-build] libvpscFelipe Corrêa da Silva Sanches2018-03-173-1/+36
| |
* | [meson-build] libavoidFelipe Corrêa da Silva Sanches2018-03-172-1/+68
| |
* | [meson-build] libcolaFelipe Corrêa da Silva Sanches2018-03-172-1/+39
| |
* | [meson-build] spobject filtersFelipe Corrêa da Silva Sanches2018-03-173-4/+68
| |
* | [meson-build] xmlFelipe Corrêa da Silva Sanches2018-03-172-1/+65
| |
* | [meson-build] displayFelipe Corrêa da Silva Sanches2018-03-172-1/+143
| |
* | [meson-build] livarotFelipe Corrêa da Silva Sanches2018-03-173-2/+58
| |
* | [meson-build] libsrcdirFelipe Corrêa da Silva Sanches2018-03-177-17/+289
| |
* | [meson-build] wip: sp-object, sp-marshal and lib_helperFelipe Corrêa da Silva Sanches2018-03-173-0/+258
| |
* | [meson-build] 2geomFelipe Corrêa da Silva Sanches2018-03-172-1/+147
| |
* | [meson-build] declaring more libnrtype and libinkgc dependenciesFelipe Corrêa da Silva Sanches2018-03-172-2/+5
| |
* | [meson-build] wip: inkgc + ui + libnrtypeFelipe Corrêa da Silva Sanches2018-03-174-0/+411
| |
* | [meson-build] building the uiFelipe Corrêa da Silva Sanches2018-03-172-5/+2
| |
* | wip - meson build systemFelipe Corrêa da Silva Sanches2018-03-172-0/+41
| |
* | Add font styles that use font variations to style list.Tavmjong Bah2018-03-152-25/+60
| | | | | | | | Must be linked against Pango >- 1.41.1 to show these style.
* | Add 'font-variation-settings' to style query.Tavmjong Bah2018-03-151-4/+6
| |
* | Code cleanup.Tavmjong Bah2018-03-151-26/+27
| |
* | Remove duplicate code.Tavmjong Bah2018-03-141-135/+6
| |
* | Fix bug in operator= for SPIFontVariableSettings.Tavmjong Bah2018-03-142-2/+2
| |
* | Avoid crash when confirming new value in InkSpinScale with KeyboardEduard Braun2018-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | It seems "InkSpinScale::set_focus_widget()" is never called, so "_focus_widget" is never initialized and has an arbitrary value. Avoid this by initializing to zero. Why we never call set_focus_widget() is TBD... Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1755464
* | Work around possible Pango bug where an empty 'variations' generates a '@' ↵Tavmjong Bah2018-03-131-1/+4
| | | | | | | | in font description string.
* | Remove duplicate code.Tavmjong Bah2018-03-134-244/+156
| |
* | Remove unused functions and reformat section.Tavmjong Bah2018-03-131-75/+17
| |
* | Update some debugging code for text layout.Tavmjong Bah2018-03-131-2/+15
| |
* | Add 'font-variation-settings' support to FontFactory.Tavmjong Bah2018-03-131-14/+35
| |
* | Pango requires different 'font-variation-settints' string.Tavmjong Bah2018-03-131-3/+10
| |
* | Use upward pointing arrow cursor in InkSpinScaleEduard Braun2018-03-121-1/+1
| | | | | | | | | | Downward pointing cursors are confusing. Also this restores consistency with the replaced GimpSpinScale.
* | Allow to constrain InkSpinScale slider values by pressing Ctrl keyEduard Braun2018-03-122-5/+25
| | | | | | | | Some common and useful step intervals are hardcoded.
* | Allow to constrain color slider values by pressing Ctrl keyEduard Braun2018-03-123-5/+18
| | | | | | | | | | | | | | Currently - steps of 16 (for sliders with 0-255 range) and - steps of 10 (for all other cases) are hardcoded but could be made a preference if there's demand for it.
* | Speed up removing items from SPCanvasGroupEduard Braun2018-03-121-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | This shortcut is possible as there are no duplicate items in SPCanvasGroup. It reverts to the behavior before ab7cc89c4f9f938575e777530c31312cde116208 which introduced a severe performance regression when deselecting paths with many nodes while the node tool is active. Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1652100 - https://bugs.launchpad.net/inkscape/+bug/1745763
* | Fixed more trivial typosluz.paz2018-03-123-3/+3
| | | | | | Via `codespell` and `grep`
* | inkview: Add a little documentationAlexander Valavanis2018-03-121-3/+21
| |
* | CSS property 'font-variation-settings' contains comma separated value pairs.Tavmjong Bah2018-03-121-12/+15
| | | | | | | | Previous version assumed no commas. Fix reading and writing property. Update test.
* | Fix bug that prevented changing 'font-variation-settings' setting.Tavmjong Bah2018-03-121-2/+2
| |
* | Finish implementing reading/writing 'font-variation-settings' CSS property.Tavmjong Bah2018-03-102-31/+63
| | | | | | | | Fix some bugs in previously implemented code. Add tests.
* | Merge branch 'master' of gitlab.com:hellozee/inkscapeMarc Jeanmougin2018-03-081-2/+2
|\ \
| * \ Merge remote-tracking branch 'remote/master'hellozee2018-03-068-76/+99
| |\ \
| * | | Fix for Bug #1643260, Step size changed to 0.1% for Blur and Opacity Spin ↵hellozee2018-03-061-2/+2
| | | | | | | | | | | | | | | | Buttons.
* | | | Promote the path 'd' attribute to a property per SVG 2. Try 2.Tavmjong Bah2018-03-078-22/+91
| |/ / |/| | | | | | | | See e88644b0 for first attempt and for comments.
* | | Remove unused includes, etc.Tavmjong Bah2018-03-063-10/+1
| | |
* | | Inkview: Split options code outAlexander Valavanis2018-03-044-65/+97
| | |
* | | ui/monitor: Fix const qualificationAlexander Valavanis2018-03-041-1/+1
|/ /
* | Source typosluz.paz2018-03-032-4/+4
| | | | | | Please review
* | Merge from trunkJabier Arraiza2018-03-026-3/+556
|\|
| * Live effect: Ellipse from PointsMarkus Schwienbacher2018-03-015-1/+545
| |
| * Allow to align multiple objects as group relatively to a single objectEduard Braun2018-02-281-2/+11
| | | | | | | | | | | | | | This makes "treat selection as group" useful with the selections "Last selected / First selected / Biggest object / Smallest object" in which case all elements will be moved as a group relative to the "focused" element which will be kept fixed.
* | Migrate launchpad offset branch to gitJabier Arraiza2018-02-273-38/+406
|/