summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'gdkmm' of gitlab.com:linkmauve/inkscapeMarc Jeanmougin2018-06-143-78/+60
|\
| * Make shutdown dialogs use gtkmm.Emmanuel Gil Peyrot2018-06-131-56/+37
| | | | | | | | | | Fixes a FIXME, by using g_markup_printf_escaped() we can make sure the filename won’t conflict with Pango markup and be wrongly interpreted.
| * Make info dialog use gtkmm.Emmanuel Gil Peyrot2018-06-131-11/+6
| |
| * Replace all deprecated gdk_keymap_get_default() with ↵Emmanuel Gil Peyrot2018-06-122-2/+4
| | | | | | | | Gdk::Display::get_default()->get_keymap().
| * Make SPDesktopWidget::window_get_pointer() use gdkmm.Emmanuel Gil Peyrot2018-06-121-9/+13
| |
* | Merge branch 'patch-1' of gitlab.com:Moini/inkscapeMarc Jeanmougin2018-06-141-1/+1
|\ \ | |/ |/|
| * Incorporate Eduard's suggestion for Ellipse Undo entry.Maren Hachmann2018-03-081-1/+1
| |
| * Suggestion for improved Undo string when changing radii of an ellipse, ↵Maren Hachmann2018-03-021-1/+1
| | | | | | | | consistent with other messages and more specific.
* | Source typosluz.paz2018-05-141-2/+2
| |
* | Misc. typosluz.paz2018-05-143-6/+6
| | | | | | Found via `codespell` and `grep`
* | Merge branch 'guidespanel' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2018-05-092-11/+0
|\ \
| * | Add global guide controls to guides panelGeoff Lankow2018-05-042-11/+0
| | |
* | | Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-0428-60/+60
| | | | | | | | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* | | Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-2928-60/+60
| | |
* | | Make the CMS toggle button update the canvasTobias Ellinghaus2018-04-281-12/+12
|/ /
* | 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
|