summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Change HSL scaling for color chooserRoman Hargrave2017-08-021-1/+9
| | | |
* | | | fixes the exclusion list for localized templatesMarc Jeanmougin2017-07-311-1/+1
| | | |
* | | | Fix translation of menus.xmlEduard Braun2017-07-301-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - prefix with underscores to make detectable by intltool-update (was lost with 78cebbf91af8d91681d4ff18b7c1a8b25f2c431a) - fix 'sp_ui_build_dyn_menus()' to account for this and stick with current project standards: translate '_name' but not 'name'
* | | | layers dialog: Gtk < 3.16 fallbackAlexander Valavanis2017-07-291-0/+4
| | | |
* | | | filter-effects-dialog: Avoid copy-constructorAlexander Valavanis2017-07-292-15/+15
| | | |
* | | | Show a control point for the center of a spiralAntonio Ospite2017-07-281-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spirals in Inkscape define a center point but the user cannot easily control the position of the center. Show a control point for the center so it's easier to move the shape around and snap it by its center.
* | | | UX compres document dialog from Ronaldo idea with target to backport to 0.92.2Jabier Arraiza2017-07-264-26/+43
| | | |
* | | | interface: add support for old Gtk+Alex Valavanis2017-07-251-0/+5
| | | |
* | | | Add C++ based Gtk::Action for choosing one item out of many.Tavmjong Bah2017-07-243-0/+372
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Options: Show icons and/or labels. Use combbox or radio buttons. Replacement for C based ege-select-one-action. Update text toolbar to use this class, allowing bar to be narrower.
* | | | Adjust the tooltip strings of the objects center pointAntonio Ospite2017-07-201-3/+3
| | | |
* | | | Show a control point for the center of a rectangleAntonio Ospite2017-07-201-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Other shapes like ellipses and stars now show a center point but the user still cannot easily control the position of a rectangle by using its center. Show a control point for the center so it's easier to move the shape around and snap it by its center.
* | | | Minor code cleanup after baeb92c8b275ada9a09187772e11f8b32b7ae6efEduard Braun2017-07-191-11/+1
| | | |
* | | | Merge branch 'shortcuts' (!41)Eduard Braun2017-07-117-51/+22
|\ \ \ \
| * | | | Only update shortcuts tree view once after updating (significantly reduces ↵Eduard Braun2017-07-091-1/+5
| | | | | | | | | | | | | | | | | | | | the time it takes to switch shortcut files or even set a shortcut)
| * | | | Merge branch 'master' into shortcutsEduard Braun2017-07-09123-2107/+2685
| |\ \ \ \
| * | | | | Allow to set shortcuts for characters that need to be escaped (e.g. "<>&")Eduard Braun2017-06-231-1/+1
| | | | | |
| * | | | | Improve and simplify shortcut handling.Eduard Braun2017-06-237-49/+16
| | |_|/ / | |/| | | | | | | | | | | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
* | | | | Use new GdkSeat API and update gimpcolorwheel commentsAlexander Valavanis2017-07-101-4/+36
| | | | |
* | | | | Drop obsolete SizeGroup::set_ignore_hiddenAlexander Valavanis2017-07-101-1/+0
| | | | |
* | | | | Drop obsolete resize_mode usageAlexander Valavanis2017-07-101-7/+0
| | | | |
* | | | | input devices: Update treeview usageAlexander Valavanis2017-07-101-54/+4
| | | | |
* | | | | Update GtkMenu usageAlexander Valavanis2017-07-102-20/+27
| | | | |
* | | | | Update popup menu usageAlexander Valavanis2017-07-091-1/+5
| | | | |
* | | | | SVGFountDrawingArea: handle draw signalAlexander Valavanis2017-07-092-5/+3
| | | | |
* | | | | Get rid of obsolete rules_hint in TreeViewAlexander Valavanis2017-07-091-1/+0
| | | | |
* | | | | Rm obsolete functionAlexander Valavanis2017-07-091-9/+0
| | | | |
* | | | | Update Gtk button press handlingAlexander Valavanis2017-07-092-6/+6
| | | | |
* | | | | Update GtkDialog usageAlexander Valavanis2017-07-095-6/+6
| | | | |
* | | | | Update Gtk margin handlingAlexander Valavanis2017-07-093-6/+53
| | | | |
* | | | | Update for Gtk alignment changesAlexander Valavanis2017-07-095-26/+27
| | | | |
* | | | | Drop GdkWindow update stuff. Now handled automaticallyAlexander Valavanis2017-07-091-1/+0
| |/ / / |/| | |
* | | | Fix Gtk alignment APIAlexander Valavanis2017-07-0821-55/+84
| | | |
* | | | Fix gtk margin APIAlexander Valavanis2017-07-061-0/+17
| | | |
* | | | Gtkmm deprecation fixesAlexander Valavanis2017-07-0610-84/+70
| | | |
* | | | Gtkmm deprecation fixesAlexander Valavanis2017-07-066-62/+59
| | | |
* | | | filter-effects-dialog: Set a fixed bg color to avoid deprecated Gtk API ↵Alexander Valavanis2017-07-061-3/+3
| | | | | | | | | | | | | | | | (theme could allow gradients/imgs)
* | | | Remove more checks if icon exists in default theme.Tavmjong Bah2017-07-064-33/+13
| | | |
* | | | Don't check if icon exists in default theme since that prevents use of ↵Tavmjong Bah2017-07-061-8/+2
| | | | | | | | | | | | | | | | fallback icons.
* | | | Upgrade dropper with fixed for each of the modesMartin Owens2017-07-052-106/+104
| | | |
* | | | cursors: rm deprecated gtkstyle custom black/whiteAlexander Valavanis2017-07-052-7/+5
| | | |
* | | | Use std::transform instead of a for loopTobias Ellinghaus2017-07-052-11/+14
| | | |
* | | | Clean up color profiles codeTobias Ellinghaus2017-07-053-20/+31
| | | | | | | | | | | | | | | | | | | | This is a late 2nd part for 86a74b4a93ab62c8ef7819dc549fe7b3ace24916 and gets rid of the non-descriptive std::pair<ustring, bool>
* | | | Fix a bug with select knots and modifiersJabier Arraiza2017-07-042-8/+6
| | | |
* | | | Prevent crash when get_primary_monitor() returns nullptr.Tavmjong Bah2017-07-041-1/+4
| | | |
* | | | Merge branch 'ccrb/inkscape-save-document-as-template'Martin Owens2017-07-023-0/+144
|\ \ \ \
| * | | | Skip empty template informationChristophe Lebras2017-07-021-4/+0
| | | | |
| * | | | Manage template informationsChristophe Lebras2017-07-021-19/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Template informations are added to the saved file. File name is is the same as template name Template is saved as default.svg only if requested by user.
| * | | | Add function to save templateChristophe Lebras2017-07-022-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Saves template as default. Does not save template informations yet.
| * | | | Add Save Template DialogChristophe Lebras2017-07-023-0/+158
| | | | | | | | | | | | | | | | | | | | This add just dialog widget only, don't save template yet.
* | | | | Fix windows builds with filename in symbols dialogMartin Owens2017-07-021-1/+1
| | | | |