| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -45/+77 |
| | | | | | 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 | 15 | -1126/+408 |
| | | |||||
| * | Reduce with of +/- buttons. Reduce width of Fill and Stroke dialog. | Tavmjong Bah | 2017-12-18 | 1 | -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. | ||||
| * | 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 | ||||
| * | 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 | 2 | -118/+114 |
| | | |||||
| * | Cleanup before GTK3 fixes. | Tavmjong Bah | 2017-12-12 | 2 | -77/+70 |
| | | |||||
| * | 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 |
| | | | |||||
| * | | 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 | ||||
| * | | Fix bug:#1713491: opening the 'Path Effects' dialog causes document to be ↵ | Jabier Arraiza | 2017-12-06 | 1 | -2/+4 |
| | | | | | | | | | marked as 'changed', even though nothing was changed | ||||
| * | | Fix bug#1643179. Guides lock lost on load. Patch proposed in #5 | Jabier Arraiza | 2017-12-05 | 6 | -15/+19 |
| | | | |||||
| * | | Fix bug:1695649 - Knot LPE has no effect after Simplify or B-Spline | Jabier Arraiza | 2017-12-05 | 1 | -6/+2 |
| | | | |||||
| * | | PDF+LaTeX export: do not apply style to newlines | Eduard Braun | 2017-12-05 | 1 | -25/+28 |
| | | | | | | | | | | | | | As the parser seems to wrap newlines into their own tspan which has the same style as the preceding tspan the latex-text renderer produced output like "\texbf{\\}" which broke compilation in LaTeX | ||||
| * | | PDF+LaTeX export: Fix multiline text | Eduard Braun | 2017-12-05 | 1 | -13/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | Wrap text in "\shortstack" to allow for newlines using "\\". The output extension already produced those but they are ignored in a "\smash" environment. Patch by Michael Jäntsch Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/771959 | ||||
| * | | PDF+LaTeX export: Avoid printing empty boxes | Eduard Braun | 2017-12-05 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This also fixes an issue with multipage PDF output where an empty string would have been assumed to require emission of the previous page when in fact the CairoRenderer does not produce a new page in this case resulting in another facet of https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1417470 Invisible characters might still cause this issue but it seems to be a very unlikely scenario and there's no way to know this without actually rendering the glyphs (which seems to be overkill here) | ||||
| * | | Merge branch 'master' into pen-tool-mode-fixes | Jabiertxo Arraiza Cenoz | 2017-12-05 | 13 | -57/+140 |
| |\ \ | |||||
| | * | | Attemp to fix compile bug | Jabiertxo Arraiza Cenoz | 2017-12-05 | 2 | -3/+2 |
| | | | | |||||
| | * | | Merge branch 'master' into fixSpinButtonAndSliderInLPE | Jabier Arraiza | 2017-12-05 | 3 | -4/+224 |
| | |\ \ | |||||
| | | * | | Add arc radius to toolbar | Geoff Lankow | 2017-12-04 | 3 | -34/+95 |
| | | | | | |||||
| | * | | | Working on compiling on linux problem. Another attemp to Eduard fix | Jabier Arraiza | 2017-12-05 | 2 | -1/+1 |
| | | | | | |||||
| | * | | | Add sugested header by Eduard Braun to allow compiling | Jabier Arraiza | 2017-12-04 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Working on compiling on linux problem | Jabier Arraiza | 2017-12-04 | 3 | -3/+7 |
| | | | | | |||||
| | * | | | Merge branch 'master' into fixSpinButtonAndSliderInLPE | Jabier Arraiza | 2017-12-04 | 7 | -131/+164 |
| | |\ \ \ | |||||
| | * | | | | Minor fixes to remove WIP | Jabier Arraiza | 2017-12-04 | 1 | -5/+5 |
| | | | | | | |||||
| | * | | | | Adding fix to sliders and spin buttons on LPE | Jabier Arraiza | 2017-12-04 | 10 | -24/+43 |
| | | | | | | |||||
| * | | | | | Add fix to problem switching pen tool modes | Jabier Arraiza | 2017-12-04 | 4 | -144/+115 |
| | |_|/ / |/| | | | | | | | | | | | Add fix to bspline when two cusp nodes arround a powered node | ||||
| * | | | | Add controls for rx/ry to arc toolbar | Eduard Braun | 2017-12-04 | 1 | -0/+159 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | Work by Geoff Lankow (!72) Also includes some fixes I found during review. | ||||
| | * | | | Change labels a bit for consistency with other UI strings | Eduard Braun | 2017-12-04 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Prevent setting zero radius | Eduard Braun | 2017-12-04 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the spec explicitly allows for that (and it should disable rendering of the element) Inkscape does not allow setting a zero radius at runtime (it works fine when opening an existing file). If we still force this during runtime we end up with a "ghost" ellipse on canvas which looks as if it had the old radius but has control points according to the zero radius and has the added bonus of not being movable (or rather being movable but snapping back back immediately when released) until updating the radius with a valid number again which finally moves the ellipse to wherever it should have been. | ||||
| | * | | | Account for Inkscape's custom arcs (which do not have cx/cy) | Eduard Braun | 2017-12-04 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | If an open arc is rendered we need to look at the prefixed values instead. | ||||
