| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Don't translate the empty string. | Eduard Braun | 2018-01-29 | 4 | -10/+10 | |
| | | | | | | | | Really, please don't do it! - in the best case it shows a wall of useless text to the user - in the worst case it causes strange crashes for users with non-English locale | |||||
| * | Convert gradient-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-22 | 1 | -617/+597 | |
| | | | | | With lots of other clean-up. | |||||
| * | Add functions to return Gdk::Pixbuf's for gradients and gradient stops. | Tavmjong Bah | 2018-01-22 | 2 | -0/+80 | |
| | | ||||||
| * | Move general ellipsize text function out of gradient files. | Tavmjong Bah | 2018-01-19 | 3 | -3/+4 | |
| | | ||||||
| * | swatches: Code cleanup | Stefano Facchini | 2018-01-18 | 1 | -1/+0 | |
| | | | | | | | | | | Now that all our code in a single file, it can be consolidated and cleaned up. The widgetry should be functionally identical to the previous one, with one exception: a Gtk::MenuButton replaces the old menu popper made up with an EventBox. | |||||
| * | Minor cleanup. | Tavmjong Bah | 2018-01-18 | 1 | -21/+34 | |
| | | ||||||
| * | Convert mesh-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-10 | 1 | -81/+109 | |
| | | | | | | | Separate new gradient on fill or stroke preference for meshes from linear/radial gradients. This fixes a bug where changing the choice for the gradient tool is not reflected in the mesh toolbar properly (and visa-versa). | |||||
| * | Fix sensitivity for arc toolbar controls. | Tavmjong Bah | 2018-01-09 | 1 | -3/+3 | |
| | | ||||||
| * | Misc. typos | luz.paz | 2018-01-08 | 3 | -3/+3 | |
| | | | | Found via `codespell` | |||||
| * | Restore ability to switch mode while using spray tool (is this even useful?). | Tavmjong Bah | 2018-01-08 | 2 | -2/+7 | |
| | | ||||||
| * | Convert arc-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-08 | 1 | -49/+50 | |
| | | ||||||
| * | onvert eraser and calligraphy tools to use ink-select-one-action. | Tavmjong Bah | 2018-01-08 | 2 | -129/+124 | |
| | | ||||||
| * | Fix minor typos | Yuri Chornoivan | 2018-01-01 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'master' into powerpencilII | Jabiertxo Arraiza Cenoz | 2017-12-27 | 8 | -5/+59 | |
| |\ | ||||||
| | * | Stop using deprecated gtk_adjustment_value_changed | Alexander Valavanis | 2017-12-26 | 6 | -0/+42 | |
| | | | ||||||
| | * | Fix Gtkmm widget margin deprecation | Alexander Valavanis | 2017-12-26 | 1 | -4/+12 | |
| | | | ||||||
| | * | GtkMM popup menu deprecation fixes | Alexander Valavanis | 2017-12-26 | 1 | -1/+5 | |
| | | | ||||||
| * | | Merge branch 'master' into powerpencilII | Jabier Arraiza | 2017-12-25 | 7 | -1107/+55 | |
| |\| | ||||||
| | * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2017-12-25 | 1 | -48/+45 | |
| | |\ | ||||||
| | | * | Convert spray tool to use ink-select-one-action. | Tavmjong Bah | 2017-12-24 | 1 | -48/+45 | |
| | | | | ||||||
| | * | | Use a macro for GtkMM version checks | Alexander Valavanis | 2017-12-25 | 1 | -2/+2 | |
| | |/ | ||||||
| | * | Banish sliders from toolbars. | Tavmjong Bah | 2017-12-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | Replace GimpSpinScale by InkSpinScale. | Tavmjong Bah | 2017-12-18 | 4 | -1056/+7 | |
| | | | ||||||
| * | | Fix start anchors | Jabier Arraiza | 2017-12-25 | 1 | -2/+4 | |
| |/ | ||||||
| * | Name a few more widgets. | Tavmjong Bah | 2017-12-11 | 1 | -0/+1 | |
| | | ||||||
| * | Fix bug#1643179. Guides lock lost on load. Patch proposed in #5 | Jabier Arraiza | 2017-12-05 | 1 | -3/+3 | |
| | | ||||||
| * | Add arc radius to toolbar | Geoff Lankow | 2017-12-04 | 1 | -32/+25 | |
| | | ||||||
| * | 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. | |||||
| | * | Do not reset rx/cx to zero when resetting arc to whole ellipse | Eduard Braun | 2017-12-04 | 1 | -7/+0 | |
| | | | ||||||
| | * | Add arc radius to toolbar | Geoff Lankow | 2017-11-25 | 1 | -0/+155 | |
| | | | ||||||
| * | | Optionaly measure only selected elements | Jabier Arraiza | 2017-12-02 | 1 | -0/+30 | |
| |/ | ||||||
| * | Add missing mappings. | Tavmjong Bah | 2017-11-17 | 1 | -1/+13 | |
| | | | | | | | Note: This file does not appear to be used but is useful for scripts that extract icons from old files which contain the entire set of icons. Actual mapping is handled in 0.92.x and earlier by the now removed src/widgets/icon.cpp file. | |||||
| * | Unset the current tool early on shutdown. | Stefano Facchini | 2017-11-13 | 1 | -2/+1 | |
| | | | | | | | | | | | | Before this commit, when the application is terminated we call the ::finish() method for the current tool, only after deleting the selection and other objects. But it may happen that the tool's finish() assume that the selection is still alive, making the application crash. (For instance, with the Bezier tool when the path is still not closed). Instead, unset the current tool early, when the Desktop object is removed from the application, before calling its ::destroy() method. | |||||
| * | Merge branch 'master' into powerpencil | Jabiertxo Arraiza Cenoz | 2017-11-10 | 9 | -10/+10 | |
| |\ | ||||||
| | * | Merge branch 'luzpaz/inkscape-typos' (!119) | Eduard Braun | 2017-11-07 | 9 | -9/+9 | |
| | |\ | ||||||
| | | * | Misc. typos | Unknown | 2017-11-07 | 9 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | |||||
| | * | | Fix typo in line spacing tool tip | Maren Hachmann | 2017-11-04 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Merge branch 'master' into powerpencil | Jabier Arraiza | 2017-11-03 | 20 | -442/+217 | |
| |\| | ||||||
| | * | Remove unused functions. | Tavmjong Bah | 2017-10-26 | 2 | -129/+0 | |
| | | | ||||||
| | * | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 1 | -17/+0 | |
| | | | ||||||
| | * | Remove unused icon-size.h | Stefano Facchini | 2017-10-19 | 6 | -7/+2 | |
| | | | ||||||
| | * | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 2017-10-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | removed GList in ruler.cpp | Marc Jeanmougin | 2017-10-03 | 1 | -9/+15 | |
| | | | ||||||
| | * | First batch | Marc Jeanmougin | 2017-10-01 | 3 | -100/+48 | |
| | | | ||||||
| | * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 2 | -32/+18 | |
| | | | ||||||
| | * | Hunted every GList to the last (except in libnrtype and libcroco) | Marc Jeanmougin | 2017-09-30 | 7 | -147/+133 | |
| | | | ||||||
| * | | Merge branch 'master' into powerpencil | Jabiertxo Arraiza Cenoz | 2017-08-29 | 1 | -3/+6 | |
| |\| | ||||||
