| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | sp-marshal: fix deprecation | Alexander Valavanis | 2017-12-25 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2017-12-25 | 3 | -55/+63 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Convert spray tool to use ink-select-one-action. | Tavmjong Bah | 2017-12-24 | 1 | -48/+45 | |
| | | | | | | | | ||||||
| | | * | | | | | Bug fixes for radio action mode. | Tavmjong Bah | 2017-12-24 | 2 | -7/+18 | |
| | | | | | | | | ||||||
| | * | | | | | | Use a macro for GtkMM version checks | Alexander Valavanis | 2017-12-25 | 14 | -3199/+3621 | |
| | |/ / / / / | ||||||
| | * | | | | | Name a few more widgets. Minor cleanup. | Tavmjong Bah | 2017-12-24 | 8 | -25/+29 | |
| | | | | | | | ||||||
| | * | | | | | Show appropriate warning if non-existent export ID is specified | Eduard Braun | 2017-12-22 | 5 | -1/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1739497 | |||||
| | * | | | | | Allow extensions to throw more fine-grained exceptions | Eduard Braun | 2017-12-22 | 2 | -7/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to tell the user something more helpful than "File could not be saved" (leaving the reason open for speculation). The former implementation somehow grew to only ever throw Inkscape::Extension::Output::save_failed for any exception that occurred (which did not really matter as we did not throw anything else but certainly wasn't very useful either). Questionable throwing behavior was introduced in commits trying to workaround other issues: - output.cpp a874b82b41c08fc1738b449d400fcc6aeb85d72a - system.cpp d8d60c60ebeeefb068d9b68bf7d96f1f1f88518a | |||||
| | * | | | | | Remove inkscape.file.svg (and inkscape.file.png) | Eduard Braun | 2017-12-22 | 3 | -183/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was added in 8aeb053f557456d83b60acdcf1446a6825a5aef6 but seems to have never been used. It was only referenced in inkscape.nsi (where it's not required) which broke when the file was moved in ce456d55bb3deee828dad9cdaf1f530194cae93c | |||||
| | * | | | | | Packaging/NSIS: Add Korean installer translation | Eduard Braun | 2017-12-22 | 3 | -0/+150 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1739035 | |||||
| | * | | | | | Minor cleanup (remove some unimplemented methods) | Eduard Braun | 2017-12-20 | 1 | -5/+0 | |
| | | | | | | | ||||||
| | * | | | | | Make script warnings transient for "Working..." dialog | Eduard Braun | 2017-12-20 | 7 | -5/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This turned out to be a bit of a mess due to the interplay between the classes Script / ExecutionEnv / Effect / PrefDialog. (Basically they don't talk to each other much but all want to contribute to the GUI) Likely "Script" (and possibly "ExecutionEnv") should be refactored to let the other classes handle UI exclusively and throw errors where suitable. | |||||
| | * | | | | | Effects: make "Working..." dialog transient for preferences dialog | Eduard Braun | 2017-12-20 | 3 | -2/+18 | |
| | | | | | | | ||||||
| | * | | | | | Replace the Gtk::Range by Gtk::Scale in the InkSpinScale widget. | Tavmjong Bah | 2017-12-19 | 3 | -45/+97 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The Gtk::Scale is more likely to produce a satisfactory result independent of theme. | |||||
| | * | | | | | Enable SimpleFilterModifier to handle blend and blur filter primitives at ↵ | Tavmjong Bah | 2017-12-19 | 8 | -173/+129 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs. | |||||
| | * | | | | | Banish sliders from toolbars. | Tavmjong Bah | 2017-12-18 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Replace GimpSpinScale by InkSpinScale. | Tavmjong Bah | 2017-12-18 | 16 | -1126/+429 | |
| | | | | | | | ||||||
| | * | | | | | Reduce with of +/- buttons. Reduce width of Fill and Stroke dialog. | Tavmjong Bah | 2017-12-18 | 2 | -1/+15 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Fix start anchors | Jabier Arraiza | 2017-12-25 | 8 | -386/+400 | |
| | | | | | | ||||||
| * | | | | | Refactoring pencil powerstroke | Jabier Arraiza | 2017-12-21 | 3 | -70/+103 | |
| | | | | | | ||||||
| * | | | | | Tiny fix to improbe release pentool | Jabier Arraiza | 2017-12-18 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into powerpencilII | Jabier Arraiza | 2017-12-18 | 2 | -0/+2 | |
| |\| | | | | ||||||
| | * | | | | Add README's so I don't have to figure out what these libraries are used for ↵ | Tavmjong Bah | 2017-12-17 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | again. | |||||
| * | | | | | Working on powerstroke fixes to pentool | Jabier Arraiza | 2017-12-18 | 7 | -379/+147 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into powerpencilII | Jabier Arraiza | 2017-12-15 | 4 | -10/+26 | |
| |\| | | | | ||||||
| | * | | | | Fix typos | Jabier Arraiza | 2017-12-14 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Add break apart. Thanks Maren | Jabier Arraiza | 2017-12-14 | 3 | -4/+3 | |
| | | | | | | ||||||
| | * | | | | Fix strings, thanks Maren | Jabier Arraiza | 2017-12-14 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Make optional convert clone to path by a prefs option | Jabier Arraiza | 2017-12-14 | 3 | -3/+18 | |
| | | | | | | ||||||
| | * | | | | This commit: | Jabiertxo Arraiza Cenoz | 2017-12-14 | 2 | -10/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *Allow boolops operation with non paths converting them to path first *Allow convert to stroke non paths converting previously to paths *Allow combine with use elements converting it to paths first *Allow convert to curves use/clone elements converting to curves | |||||
| * | | | | | Merge branch 'master' into powerpencilII | Jabier Arraiza | 2017-12-14 | 9 | -178/+173 | |
| |\| | | | | ||||||
| | * | | | | Minor header cleanup. Add a few class names. | Tavmjong Bah | 2017-12-13 | 6 | -7/+8 | |
| | | | | | | ||||||
| | * | | | | Fix scrollbar overlapping palette. | Tavmjong Bah | 2017-12-13 | 3 | -118/+119 | |
| | | | | | | ||||||
| | * | | | | Cleanup before GTK3 fixes. | Tavmjong Bah | 2017-12-12 | 2 | -77/+70 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into powerpencilII | Jabier Arraiza | 2017-12-12 | 24 | -231/+479 | |
| |\| | | | | ||||||
| | * | | | | Name a few more widgets. | Tavmjong Bah | 2017-12-11 | 4 | -0/+5 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'hidpi_canvas' | Tavmjong Bah | 2017-12-11 | 19 | -230/+472 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | Fixes for rendering canvas and controls on high DPI monitors. | |||||
| | | * | | | | Fix rendering of controls that don't invert color. | Tavmjong Bah | 2017-12-11 | 1 | -2/+3 | |
| | | | | | | | ||||||
| | | * | | | | Support device scale in filters. | Tavmjong Bah | 2017-11-30 | 12 | -40/+127 | |
| | | | | | | | ||||||
| | | * | | | | Store device-scale and propogate value where necessary. | Tavmjong Bah | 2017-11-30 | 4 | -34/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids reliance on cairo_surface_get_device_scale. Also necessary for filters. | |||||
| | | * | | | | Adapt control shapes for hi DPI displays. | Tavmjong Bah | 2017-11-27 | 1 | -167/+182 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Rework how shapes are generated to simplify code. | |||||
| | | * | | | | Simple scaling of controls for high DPI screens (nodes, arrows, etc.). | Tavmjong Bah | 2017-11-26 | 1 | -4/+23 | |
| | | | | | | | ||||||
| | | * | | | | Remove debugging code and other cleanup. | Tavmjong Bah | 2017-11-24 | 3 | -128/+25 | |
| | | | | | | | ||||||
| | | * | | | | Fix repainting. | Tavmjong Bah | 2017-11-24 | 1 | -3/+21 | |
| | | | | | | | ||||||
| | | * | | | | First attempt at supporting HiDPI on canvas. | Tavmjong Bah | 2017-11-23 | 4 | -33/+218 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rendering seems to work but has not been fully tested. Editting does not work. | |||||
| | * | | | | | Prevent snapping while space-panning | Duncan | 2017-12-08 | 1 | -1/+2 | |
| | | | | | | | ||||||
| * | | | | | | Moving tolerance | Jabier Arraiza | 2017-12-08 | 3 | -4/+16 | |
| | | | | | | | ||||||
| * | | | | | | Mege trunk into powerpencilII | Jabier Arraiza | 2017-12-07 | 31 | -290/+564 | |
| |\| | | | | | ||||||
| | * | | | | | Fix bug 1733422 - Bezier and pencil tool don't work form: from clipboard | Jabier Arraiza | 2017-12-07 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/1733422 Also allow using all shapes in "from clipboard" pen/cil shapes drop down | |||||
| | * | | | | | Fix bug 1735316 - Pattern Along Path: Option to hide the new handler | Jabier Arraiza | 2017-12-06 | 4 | -31/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/1735316 | |||||
