| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | [meson-build] libx11 | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -2/+4 | |
| * | | | | | [meson-build] libwidgets | Felipe Corrêa da Silva Sanches | 2018-03-17 | 3 | -0/+133 | |
| * | | | | | [meson-build] libio + zlib | Felipe Corrêa da Silva Sanches | 2018-03-17 | 4 | -2/+48 | |
| * | | | | | [meson-build] libutil | Felipe Corrêa da Silva Sanches | 2018-03-17 | 3 | -8/+54 | |
| * | | | | | [meson-build] live path effects | Felipe Corrêa da Silva Sanches | 2018-03-17 | 3 | -0/+196 | |
| * | | | | | [meson-build] libsvg | Felipe Corrêa da Silva Sanches | 2018-03-17 | 3 | -1/+47 | |
| * | | | | | [meson-build] libdebug | Felipe Corrêa da Silva Sanches | 2018-03-17 | 3 | -1/+40 | |
| * | | | | | [meson-build] declare some more dependencies | Felipe Corrêa da Silva Sanches | 2018-03-17 | 2 | -5/+4 | |
| * | | | | | [meson-build] libvpsc | Felipe Corrêa da Silva Sanches | 2018-03-17 | 3 | -1/+36 | |
| * | | | | | [meson-build] libavoid | Felipe Corrêa da Silva Sanches | 2018-03-17 | 2 | -1/+68 | |
| * | | | | | [meson-build] libcola | Felipe Corrêa da Silva Sanches | 2018-03-17 | 2 | -1/+39 | |
| * | | | | | [meson-build] spobject filters | Felipe Corrêa da Silva Sanches | 2018-03-17 | 3 | -4/+68 | |
| * | | | | | [meson-build] xml | Felipe Corrêa da Silva Sanches | 2018-03-17 | 3 | -2/+67 | |
| * | | | | | [meson-build] display | Felipe Corrêa da Silva Sanches | 2018-03-17 | 2 | -1/+143 | |
| * | | | | | [meson-build] livarot | Felipe Corrêa da Silva Sanches | 2018-03-17 | 4 | -2/+60 | |
| * | | | | | [meson-build] libsrcdir | Felipe Corrêa da Silva Sanches | 2018-03-17 | 8 | -30/+301 | |
| * | | | | | [meson-build] wip: sp-object, sp-marshal and lib_helper | Felipe Corrêa da Silva Sanches | 2018-03-17 | 4 | -15/+288 | |
| * | | | | | [meson-build] 2geom | Felipe Corrêa da Silva Sanches | 2018-03-17 | 3 | -2/+150 | |
| * | | | | | [meson-build] declaring more libnrtype and libinkgc dependencies | Felipe Corrêa da Silva Sanches | 2018-03-17 | 3 | -7/+13 | |
| * | | | | | [meson-build] wip: inkgc + ui + libnrtype | Felipe Corrêa da Silva Sanches | 2018-03-17 | 5 | -1/+418 | |
| * | | | | | [meson-build] building the ui | Felipe Corrêa da Silva Sanches | 2018-03-17 | 4 | -23/+43 | |
| * | | | | | wip - meson build system | Felipe Corrêa da Silva Sanches | 2018-03-17 | 4 | -0/+354 | |
| * | | | | | make jemalloc optional at compile time | Marc Jeanmougin | 2018-03-17 | 2 | -3/+9 | |
| | |_|/ / |/| | | | ||||||
| * | | | | Add font styles that use font variations to style list. | Tavmjong Bah | 2018-03-15 | 2 | -25/+60 | |
| * | | | | Add 'font-variation-settings' to style query. | Tavmjong Bah | 2018-03-15 | 1 | -4/+6 | |
| * | | | | Code cleanup. | Tavmjong Bah | 2018-03-15 | 1 | -26/+27 | |
| * | | | | Remove duplicate code. | Tavmjong Bah | 2018-03-14 | 1 | -135/+6 | |
| * | | | | Fix bug in operator= for SPIFontVariableSettings. | Tavmjong Bah | 2018-03-14 | 2 | -2/+2 | |
| * | | | | CI/AppVeyor: Push link to latest build artifact to http://alpha.inkscape.org/... | Eduard Braun | 2018-03-14 | 2 | -1/+27 | |
| * | | | | Avoid crash when confirming new value in InkSpinScale with Keyboard | Eduard Braun | 2018-03-13 | 1 | -1/+1 | |
| * | | | | Work around possible Pango bug where an empty 'variations' generates a '@' in... | Tavmjong Bah | 2018-03-13 | 1 | -1/+4 | |
| * | | | | Remove duplicate code. | Tavmjong Bah | 2018-03-13 | 4 | -244/+156 | |
| * | | | | Remove unused functions and reformat section. | Tavmjong Bah | 2018-03-13 | 1 | -75/+17 | |
| * | | | | Update some debugging code for text layout. | Tavmjong Bah | 2018-03-13 | 1 | -2/+15 | |
| * | | | | Add 'font-variation-settings' support to FontFactory. | Tavmjong Bah | 2018-03-13 | 1 | -14/+35 | |
| * | | | | Pango requires different 'font-variation-settints' string. | Tavmjong Bah | 2018-03-13 | 1 | -3/+10 | |
| * | | | | Use upward pointing arrow cursor in InkSpinScale | Eduard Braun | 2018-03-12 | 1 | -1/+1 | |
| * | | | | Allow to constrain InkSpinScale slider values by pressing Ctrl key | Eduard Braun | 2018-03-12 | 2 | -5/+25 | |
| * | | | | Allow to constrain color slider values by pressing Ctrl key | Eduard Braun | 2018-03-12 | 3 | -5/+18 | |
| * | | | | Speed up removing items from SPCanvasGroup | Eduard Braun | 2018-03-12 | 1 | -2/+5 | |
| * | | | | Fixed more trivial typos | luz.paz | 2018-03-12 | 4 | -4/+4 | |
| * | | | | inkview: Add a little documentation | Alexander Valavanis | 2018-03-12 | 1 | -3/+21 | |
| * | | | | CSS property 'font-variation-settings' contains comma separated value pairs. | Tavmjong Bah | 2018-03-12 | 2 | -13/+16 | |
| * | | | | Fix bug that prevented changing 'font-variation-settings' setting. | Tavmjong Bah | 2018-03-12 | 1 | -2/+2 | |
| * | | | | Update attribute tables for 'font-variation-settings'. | Tavmjong Bah | 2018-03-10 | 6 | -1/+327 | |
| * | | | | Finish implementing reading/writing 'font-variation-settings' CSS property. | Tavmjong Bah | 2018-03-10 | 3 | -33/+74 | |
| * | | | | Merge branch 'master' of gitlab.com:hellozee/inkscape | Marc Jeanmougin | 2018-03-08 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge remote-tracking branch 'remote/master' | hellozee | 2018-03-06 | 10 | -80/+117 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Fix for Bug #1643260, Step size changed to 0.1% for Blur and Opacity Spin But... | hellozee | 2018-03-06 | 1 | -2/+2 | |
| * | | | | | | Improve EAN13 with guide mark and clean up a bit of code | Martin Owens | 2018-03-07 | 7 | -33/+40 | |
