summaryrefslogtreecommitdiffstats
path: root/share/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing xml file.Tavmjong Bah2018-11-181-0/+31
|
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Add a preference to force enable/disable menu iconsEduard Braun2018-11-051-19/+14
| | | | | | | | | By default the theme decides whether it wants to display icons or not by using the "show-icons" attribute in the menus.xml file. This attribute is properly inherited an can therefore be used to selectively enable and disable icons globally (by setting it on the root element), in certain submenus, or individually per menu item.
* Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵Rick Yorgason2018-10-181-1/+1
| | | | clearer.
* New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason2018-10-181-0/+1
| | | | mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters.
* Misc. typosluz.paz2018-10-061-1/+1
| | | Found via `codespell`
* Allow symbols dialog on dark themeJabiertxof2018-09-131-13/+5
|
* Fix bug pointed by moini in ↵Jabiertxof2018-08-091-1/+18
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271
* DropperToolbar: GtkAction migrationAlexander Valavanis2018-07-291-6/+0
|
* ZoomToolbar: C++ify and GtkAction migrationAlexander Valavanis2018-06-171-17/+0
|
* Update style.css to improve margin and padding in #InkSpinScaleGemy Cédric2018-04-291-7/+21
|
* Convert gradient-toolbar to use ink-select-one-action.Tavmjong Bah2018-01-221-2/+2
| | | | With lots of other clean-up.
* Really update style sheet for recent Swatches dialog changes.Tavmjong Bah2018-01-181-1/+7
|
* Revert "Update style sheet for recent Swatches dialog changes."Tavmjong Bah2018-01-181-2/+1
| | | | This reverts commit a2784fd9c376c07ffc71391c39e5b39b555c7d24.
* Update style sheet for recent Swatches dialog changes.Tavmjong Bah2018-01-181-1/+2
|
* Convert arc-toolbar to use ink-select-one-action.Tavmjong Bah2018-01-081-1/+1
|
* Replace the Gtk::Range by Gtk::Scale in the InkSpinScale widget.Tavmjong Bah2017-12-191-0/+20
| | | | The Gtk::Scale is more likely to produce a satisfactory result independent of theme.
* Replace GimpSpinScale by InkSpinScale.Tavmjong Bah2017-12-181-0/+21
|
* Reduce with of +/- buttons. Reduce width of Fill and Stroke dialog.Tavmjong Bah2017-12-181-1/+13
|
* Fix scrollbar overlapping palette.Tavmjong Bah2017-12-131-0/+5
|
* Fix bug 1692377 -Jabier Arraiza2017-12-061-2/+0
|
* Toolbar: Some minor consistency fixesEduard Braun2017-12-051-10/+3
| | | | Drop some unnecessary separators add a few new ones
* Add controls for rx/ry to arc toolbarEduard Braun2017-12-041-0/+4
|\ | | | | | | | | | | Work by Geoff Lankow (!72) Also includes some fixes I found during review.
| * Add arc radius to toolbarGeoff Lankow2017-11-251-0/+4
| |
* | Add canvas flipping/rotation reset to the menu, improve stringsMoini2017-12-031-0/+7
| |
* | Optionaly measure only selected elementsJabier Arraiza2017-12-021-0/+1
|/
* Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-11-101-0/+2
|\
| * Add widget to color and some refactoringJabier Arraiza2017-11-011-0/+2
| |
* | Merge branch 'master' into powerpencilJabier Arraiza2017-11-031-2/+3
|\|
| * UI: Fix canvas scrollbar width a littleEduard Braun2017-10-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | The underlying issue are the three icons that are squished into the corners of scrollbars/rulers: - in gtk2 they where shrunk down till they fit into the available space (which probably wasn't a great solution either) - in gtk3 they blow up the container till it fits A proper fix would probably be to either a) moving those buttons elsewhere or b) specifically design small buttons/icons for this purpose
* | Allow pressure in pencil in the tree modes, bezier, bspline and spiroJabier Arraiza2017-08-281-2/+3
| |
* | Working on preview over powerpencilJabier Arraiza2017-08-271-0/+3
|/
* Add flatten button to simplify, bspline and spiro. Need to rerun cmake ↵Jabier Arraiza2017-08-121-0/+4
| | | | because file changed
* Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah2017-08-051-0/+1
| | | | | Selecting a Line Spacing Mode allows a user to quickly pick an algorithm for consistant line spacing.
* bring back the FileSaveTemplate in the menuMarc Jeanmougin2017-07-311-0/+1
|
* Fix translation of menus.xmlEduard Braun2017-07-301-21/+21
| | | | | | | - 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'
* Add C++ based Gtk::Action for choosing one item out of many.Tavmjong Bah2017-07-241-2/+0
| | | | | | | | | | 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.
* Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-06-291-14/+14
|\
| * Hackfest icon work: restore selected menu icons and make theming easierAlexander Valavanis2017-06-291-14/+14
| |\
| | * Add a show-icon attribute to menu XMLAlexander Valavanis2017-06-281-14/+14
| | |
* | | glade WIPMarc Jeanmougin2017-06-292-1/+382
|/ /
* / Remove menus-bars.xml since it's a duplicate fileMartin Owens2017-06-281-276/+0
|/
* Add menus xml in preparation to cleanupMartin Owens2017-06-231-0/+304
|
* Fix err leaking and cmakeMartin Owens2017-06-161-1/+1
|
* Make sure CMake can find the new ui filesMartin Owens2017-06-161-1/+1
|
* Complete to move to using ui files instead of compiled in xmlMartin Owens2017-06-163-0/+449
|
* Use user interface files for the user interfaceMartin Owens2017-06-151-0/+39
|
* CMake: Add ${INKSCAPE_SHARE_INSTALL}Eduard Braun2016-11-261-1/+1
| | | | | This is set to "share/inkscape" by default, on Windows we need to be able to install directly into "share" however (bzr r15278)
* Remove deprecated GtkWidget-separator-height, ignored as of 3.20.Tavmjong Bah2016-11-251-2/+0
| | | (bzr r15272)
* Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20.Tavmjong Bah2016-11-251-2/+0
| | | (bzr r15271)