summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add files missing in last commit (FontSelector).Tavmjong Bah2018-04-132-8/+9
|
* Replace C FontSelector by C++ FontSelector.Tavmjong Bah2018-04-132-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 toolbarMikko Rasa2018-04-121-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 Bah2018-04-051-4/+3
|
* Remove call to update font list when selection changes.Tavmjong Bah2018-04-041-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 Bah2018-03-301-0/+11
|
* Base LPE refactorJabier Arraiza2018-03-261-4/+4
|
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-172-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] libgimpwidgetsFelipe Corrêa da Silva Sanches2018-03-172-3/+26
|
* [meson-build] libwidgetsFelipe Corrêa da Silva Sanches2018-03-171-0/+131
|
* Remove ege-select-one-action.Tavmjong Bah2018-02-043-1386/+0
|
* Convert UnitTracker to use ink-select-one-action.Tavmjong Bah2018-02-049-55/+53
| | | | Additional code clean up.
* Really convert LPEtool-toolbar to use ink-select-one-action.Tavmjong Bah2018-02-031-40/+54
|
* Remove unneeded header.Tavmjong Bah2018-02-031-1/+0
|
* Convert LPEtool-toobar to use ink-select-one-action.Tavmjong Bah2018-02-011-32/+40
|
* Remove unneeded header.Tavmjong Bah2018-01-311-1/+0
|
* Convert tweak tool to use ink-select-one-action.Tavmjong Bah2018-01-311-122/+116
|
* Convert bucket toolbar to use ink-select-one-action.Tavmjong Bah2018-01-311-46/+78
|
* Fix setting active button (SP_GRADIENT_TYPE_LINEAR != 0).Tavmjong Bah2018-01-311-2/+2
|
* Convert pen/pencil toolbar to use ink-select-one-action.Tavmjong Bah2018-01-311-119/+138
|
* Convert star-toolbar to use ink-select-one-action.Tavmjong Bah2018-01-301-78/+93
|
* Minor formatting cleanup.Tavmjong Bah2018-01-301-61/+59
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-3028-258/+372
| | | | A lot of header clean-up.
* Don't translate the empty string.Eduard Braun2018-01-294-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 Bah2018-01-221-617/+597
| | | | With lots of other clean-up.
* Add functions to return Gdk::Pixbuf's for gradients and gradient stops.Tavmjong Bah2018-01-222-0/+80
|
* Move general ellipsize text function out of gradient files.Tavmjong Bah2018-01-193-3/+4
|
* swatches: Code cleanupStefano Facchini2018-01-181-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 Bah2018-01-181-21/+34
|
* Convert mesh-toolbar to use ink-select-one-action.Tavmjong Bah2018-01-101-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 Bah2018-01-091-3/+3
|
* Misc. typosluz.paz2018-01-083-3/+3
| | | Found via `codespell`
* Restore ability to switch mode while using spray tool (is this even useful?).Tavmjong Bah2018-01-082-2/+7
|
* Convert arc-toolbar to use ink-select-one-action.Tavmjong Bah2018-01-081-49/+50
|
* onvert eraser and calligraphy tools to use ink-select-one-action.Tavmjong Bah2018-01-082-129/+124
|
* Fix minor typosYuri Chornoivan2018-01-011-2/+2
|
* Merge branch 'master' into powerpencilIIJabiertxo Arraiza Cenoz2017-12-278-5/+59
|\
| * Stop using deprecated gtk_adjustment_value_changedAlexander Valavanis2017-12-266-0/+42
| |
| * Fix Gtkmm widget margin deprecationAlexander Valavanis2017-12-261-4/+12
| |
| * GtkMM popup menu deprecation fixesAlexander Valavanis2017-12-261-1/+5
| |
* | Merge branch 'master' into powerpencilIIJabier Arraiza2017-12-257-1107/+55
|\|
| * Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2017-12-251-48/+45
| |\
| | * Convert spray tool to use ink-select-one-action.Tavmjong Bah2017-12-241-48/+45
| | |
| * | Use a macro for GtkMM version checksAlexander Valavanis2017-12-251-2/+2
| |/
| * Banish sliders from toolbars.Tavmjong Bah2017-12-181-1/+1
| |
| * Replace GimpSpinScale by InkSpinScale.Tavmjong Bah2017-12-184-1056/+7
| |
* | Fix start anchorsJabier Arraiza2017-12-251-2/+4
|/
* Name a few more widgets.Tavmjong Bah2017-12-111-0/+1
|
* Fix bug#1643179. Guides lock lost on load. Patch proposed in #5Jabier Arraiza2017-12-051-3/+3
|
* Add arc radius to toolbarGeoff Lankow2017-12-041-32/+25
|