| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add files missing in last commit (FontSelector). | Tavmjong Bah | 2018-04-13 | 2 | -8/+9 |
| | | |||||
| * | Replace C FontSelector by C++ FontSelector. | Tavmjong Bah | 2018-04-13 | 2 | -577/+0 |
| | | | | | | | Fix synchonization problems between users of FontLister (FontSelector/Text toolbar). Hide unused size widget in Glyphs dialog. Display style names in FontSelector using own style. | ||||
| * | Fix inconsistent signal disconnection in arc toolbar | Mikko Rasa | 2018-04-12 | 1 | -1/+3 |
| | | | | | | | Leaving the repr listener up while the selection signal was disconnected caused a crash when the attribute change callback was called with an old item pointer still stored in tbl. | ||||
| * | Code cleanup. | Tavmjong Bah | 2018-04-05 | 1 | -4/+3 |
| | | |||||
| * | Remove call to update font list when selection changes. | Tavmjong Bah | 2018-04-04 | 1 | -3/+0 |
| | | | | | | | A selection change does not alter the list of fonts in a docoument. This change fixes a bug in the Text and Font dialog where the font-family is unselected after the Apply button is pressed. | ||||
| * | Add lots of README's. | Tavmjong Bah | 2018-03-30 | 1 | -0/+11 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -4/+4 |
| | | |||||
| * | Removing sample meson build files. | Felipe Corrêa da Silva Sanches | 2018-03-17 | 2 | -154/+0 |
| | | | | | | | | | | | These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY | ||||
| * | [meson-build] libgimpwidgets | Felipe Corrêa da Silva Sanches | 2018-03-17 | 2 | -3/+26 |
| | | |||||
| * | [meson-build] libwidgets | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -0/+131 |
| | | |||||
| * | Remove ege-select-one-action. | Tavmjong Bah | 2018-02-04 | 3 | -1386/+0 |
| | | |||||
| * | Convert UnitTracker to use ink-select-one-action. | Tavmjong Bah | 2018-02-04 | 9 | -55/+53 |
| | | | | | Additional code clean up. | ||||
| * | Really convert LPEtool-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-02-03 | 1 | -40/+54 |
| | | |||||
| * | Remove unneeded header. | Tavmjong Bah | 2018-02-03 | 1 | -1/+0 |
| | | |||||
| * | Convert LPEtool-toobar to use ink-select-one-action. | Tavmjong Bah | 2018-02-01 | 1 | -32/+40 |
| | | |||||
| * | Remove unneeded header. | Tavmjong Bah | 2018-01-31 | 1 | -1/+0 |
| | | |||||
| * | Convert tweak tool to use ink-select-one-action. | Tavmjong Bah | 2018-01-31 | 1 | -122/+116 |
| | | |||||
| * | Convert bucket toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-31 | 1 | -46/+78 |
| | | |||||
| * | Fix setting active button (SP_GRADIENT_TYPE_LINEAR != 0). | Tavmjong Bah | 2018-01-31 | 1 | -2/+2 |
| | | |||||
| * | Convert pen/pencil toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-31 | 1 | -119/+138 |
| | | |||||
| * | Convert star-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-30 | 1 | -78/+93 |
| | | |||||
| * | Minor formatting cleanup. | Tavmjong Bah | 2018-01-30 | 1 | -61/+59 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 28 | -258/+372 |
| | | | | | A lot of header clean-up. | ||||
| * | 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 |
| | | |||||
