| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | 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 | |
| | | | | | | | | | | | | | | | | | Must be linked against Pango >- 1.41.1 to show these style. | |||||
| * | | | | 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 ↵ | Eduard Braun | 2018-03-14 | 2 | -1/+27 | |
| | | | | | | | | | | | | | | | | | http://alpha.inkscape.org/snapshots/ | |||||
| * | | | | Avoid crash when confirming new value in InkSpinScale with Keyboard | Eduard Braun | 2018-03-13 | 1 | -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 Bah | 2018-03-13 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | in font description string. | |||||
| * | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | Downward pointing cursors are confusing. Also this restores consistency with the replaced GimpSpinScale. | |||||
| * | | | | Allow to constrain InkSpinScale slider values by pressing Ctrl key | Eduard Braun | 2018-03-12 | 2 | -5/+25 | |
| | | | | | | | | | | | | | | | | | Some common and useful step intervals are hardcoded. | |||||
| * | | | | Allow to constrain color slider values by pressing Ctrl key | Eduard Braun | 2018-03-12 | 3 | -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 SPCanvasGroup | Eduard Braun | 2018-03-12 | 1 | -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 typos | luz.paz | 2018-03-12 | 4 | -4/+4 | |
| | | | | | | | | | | | | | Via `codespell` and `grep` | |||||
| * | | | | 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 | |
| | | | | | | | | | | | | | | | | | Previous version assumed no commas. Fix reading and writing property. Update test. | |||||
| * | | | | 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 | |
| | | | | | | | | | | | | | | | | | Also add SVG 1.1 specification files used by scripts. | |||||
| * | | | | Finish implementing reading/writing 'font-variation-settings' CSS property. | Tavmjong Bah | 2018-03-10 | 3 | -33/+74 | |
| | | | | | | | | | | | | | | | | | Fix some bugs in previously implemented code. Add tests. | |||||
| * | | | | 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 ↵ | hellozee | 2018-03-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Buttons. | |||||
| * | | | | | | Improve EAN13 with guide mark and clean up a bit of code | Martin Owens | 2018-03-07 | 7 | -33/+40 | |
| | | | | | | | ||||||
| * | | | | | | Promote the path 'd' attribute to a property per SVG 2. Try 2. | Tavmjong Bah | 2018-03-07 | 8 | -22/+91 | |
| | |/ / / / |/| | | | | | | | | | | | | | | See e88644b0 for first attempt and for comments. | |||||
| * | | | | | Remove unused includes, etc. | Tavmjong Bah | 2018-03-06 | 3 | -10/+1 | |
| | | | | | | ||||||
| * | | | | | Inkview: Split options code out | Alexander Valavanis | 2018-03-04 | 4 | -65/+97 | |
| | | | | | | ||||||
| * | | | | | ui/monitor: Fix const qualification | Alexander Valavanis | 2018-03-04 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Fix broken comment | Alexander Valavanis | 2018-03-04 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Fix GTKMM version check macro | Alexander Valavanis | 2018-03-04 | 2 | -4/+18 | |
| |/ / / / | ||||||
| * | | | | Export to plotter via the parallel port | Arnout Engelen | 2018-03-03 | 2 | -31/+51 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested with a Roland Camm-1 CX-24 on Linux via a USB-to-parallel cable. Will also test with a Silhouette Portrait, however for that plotter our HPGL export currently does not yet work (http://www.inkscapeforum.com/viewtopic.php?f=31&t=33405&sid=fcb7fd452c2bc29863eec6d6ff6e030b). | |||||
| * | | | | snapcraft.yaml: Fix new-line formatting of description | Adam Collard | 2018-03-03 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | If available, run 'background' inkscape inside xvfb-run (!201) | Arnout Engelen | 2018-03-03 | 1 | -1/+7 | |
| | | | | | ||||||
| * | | | | Source typos | luz.paz | 2018-03-03 | 2 | -4/+4 | |
| | | | | | | | | | | | | | Please review | |||||
| * | | | | Merge from trunk | Jabier Arraiza | 2018-03-02 | 8 | -4/+558 | |
| |\ \ \ \ | | |_|/ | |/| | | ||||||
| | * | | | Live effect: Ellipse from Points | Markus Schwienbacher | 2018-03-01 | 6 | -1/+546 | |
| | | | | | ||||||
| | * | | | Allow to align multiple objects as group relatively to a single object | Eduard Braun | 2018-02-28 | 1 | -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. | |||||
| | * | | | doxygen: include ifdef'd code | Eduard Braun | 2018-02-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1736532 | |||||
| * | | | | Migrate launchpad offset branch to git | Jabier Arraiza | 2018-02-27 | 3 | -38/+406 | |
| |/ / / | ||||||
| * | | | Add new scale option for Inkview to Inkview man page, see ↵ | Maren Hachmann | 2018-02-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | https://bugs.launchpad.net/inkscape-docs/+bug/1550897 | |||||
| * | | | fix potfile | Marc Jeanmougin | 2018-02-22 | 2 | -5704/+5730 | |
| | | | | ||||||
| * | | | Remove legacy code for setting PYTHONPATH on Windows | Eduard Braun | 2018-02-21 | 1 | -55/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The added paths are not even valid in MSYS2 builds. Setting PYTHONPATH is not required. Likely fixes: - https://bugs.launchpad.net/inkscape/+bug/1518278 | |||||
| * | | | Add Inkscape root dir to DLL search path | Eduard Braun | 2018-02-21 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids dynamically linked python modules searching for their libraries somewhere else on the PATH. The default search order is module directory -> system directories -> current working directory and only then the PATH is searched. The call to SetDllDirectory() adds the Inkscape root directory directly in second place instead. Details: https://github.com/numpy/numpy/wiki/windows-dll-notes Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1746092 | |||||
| * | | | CI/AppVeyor: add new dependency | Eduard Braun | 2018-02-21 | 2 | -1/+2 | |
| | | | | ||||||
| * | | | Update name as per suggestion from Maren | Martin Owens | 2018-02-20 | 2 | -2/+2 | |
| | | | | ||||||
