summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Alow shink in document dialog on expanders closeJabier Arraiza2017-08-152-4/+6
|
* Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵Jabier Arraiza2017-08-131-11/+25
| | | | previous width
* Merge branch 'jabiertxof/inkscape-inkscape.dev_power_clip_and_mask'Martin Owens2017-08-131-1/+4
|\
| * update to trunkJabier Arraiza2017-07-0192-1569/+2067
| |\
| * \ Updating to masterJabier Arraiza2017-06-243-10/+165
| |\ \
| * \ \ Update to trunkJabier Arraiza Cenoz2017-06-072-8/+14
| |\ \ \ | | | | | | | | | | (bzr r15721)
| | * | | Reorder hide and lock from context menuJabier Arraiza Cenoz2017-06-071-7/+7
| | | | | | | | | | | | | | | (bzr r15703.1.33)
| | * | | Strip comments when parsing CSS. Allow no space after an element name if ↵Tavmjong Bah2017-06-071-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | followed by '+', '>', or '~' when entering new selector. (bzr r15703.1.32)
| * | | | Update to trunkJabier Arraiza Cenoz2017-06-065-27/+159
| |\| | | | | | | | | | | | | (bzr r15715)
| | * | | Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof2017-06-063-2/+89
| | | | | | | | | | | | | | | (bzr r15703.1.29)
| | * | | Show glyphs with alternative styles in "Feature Settings" section of ↵Tavmjong Bah2017-06-052-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | "Variants" tab of "Text and Font" dialog. (bzr r15703.1.28)
| | * | | Add list of OpenType tables available in selected font.Tavmjong Bah2017-06-032-25/+35
| | | | | | | | | | | | | | | (bzr r15703.1.22)
| * | | | Working on hideJabier Arraiza Cenoz2017-05-291-1/+1
| | | | | | | | | | | | | | | (bzr r15711)
| * | | | Add toggle clip bisibility buttonJabier Arraiza Cenoz2017-05-291-1/+1
| | | | | | | | | | | | | | | (bzr r15709)
| * | | | Initial releaseJabiertxof2017-05-291-2/+5
| |/ / / | | | | | | | | (bzr r15704)
* | | | Add Alt modifier to allow move ultimate point in BSpline and Spiro pen toolsJabier Arraiza2017-08-132-47/+127
| | | |
* | | | fix set_set_Marc Jeanmougin2017-08-071-1/+1
| | | |
* | | | objects dialog: Gtk+ < 3.16 compatAlexander Valavanis2017-08-061-0/+4
| | | |
* | | | Add HSV picker mode to color scalesRoman Hargrave2017-08-023-4/+82
| | | |
* | | | Rename SP_COLOR_SCALES_MODE_HSV to SP_COLOR_SCALES_MODE_HSLRoman Hargrave2017-08-023-9/+9
| | | | | | | | | | | | | | | | SP_COLOR_SCALES_MODE_HSV was a bad name for HSL selection mode
* | | | 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
| | | | |