| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add missing xml file. | Tavmjong Bah | 2018-11-18 | 1 | -0/+31 | |
| | | ||||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 icons | Eduard Braun | 2018-11-05 | 1 | -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 Yorgason | 2018-10-18 | 1 | -1/+1 | |
| | | | | | clearer. | |||||
| * | New "Outline thin strokes" view mode which draws thin strokes in outline ↵ | Rick Yorgason | 2018-10-18 | 1 | -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. typos | luz.paz | 2018-10-06 | 1 | -1/+1 | |
| | | | | Found via `codespell` | |||||
| * | Allow symbols dialog on dark theme | Jabiertxof | 2018-09-13 | 1 | -13/+5 | |
| | | ||||||
| * | Fix bug pointed by moini in ↵ | Jabiertxof | 2018-08-09 | 1 | -1/+18 | |
| | | | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271 | |||||
| * | DropperToolbar: GtkAction migration | Alexander Valavanis | 2018-07-29 | 1 | -6/+0 | |
| | | ||||||
| * | ZoomToolbar: C++ify and GtkAction migration | Alexander Valavanis | 2018-06-17 | 1 | -17/+0 | |
| | | ||||||
| * | Update style.css to improve margin and padding in #InkSpinScale | Gemy Cédric | 2018-04-29 | 1 | -7/+21 | |
| | | ||||||
| * | Convert gradient-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-22 | 1 | -2/+2 | |
| | | | | | With lots of other clean-up. | |||||
| * | Really update style sheet for recent Swatches dialog changes. | Tavmjong Bah | 2018-01-18 | 1 | -1/+7 | |
| | | ||||||
| * | Revert "Update style sheet for recent Swatches dialog changes." | Tavmjong Bah | 2018-01-18 | 1 | -2/+1 | |
| | | | | | This reverts commit a2784fd9c376c07ffc71391c39e5b39b555c7d24. | |||||
| * | Update style sheet for recent Swatches dialog changes. | Tavmjong Bah | 2018-01-18 | 1 | -1/+2 | |
| | | ||||||
| * | Convert arc-toolbar to use ink-select-one-action. | Tavmjong Bah | 2018-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | Replace the Gtk::Range by Gtk::Scale in the InkSpinScale widget. | Tavmjong Bah | 2017-12-19 | 1 | -0/+20 | |
| | | | | | The Gtk::Scale is more likely to produce a satisfactory result independent of theme. | |||||
| * | Replace GimpSpinScale by InkSpinScale. | Tavmjong Bah | 2017-12-18 | 1 | -0/+21 | |
| | | ||||||
| * | Reduce with of +/- buttons. Reduce width of Fill and Stroke dialog. | Tavmjong Bah | 2017-12-18 | 1 | -1/+13 | |
| | | ||||||
| * | Fix scrollbar overlapping palette. | Tavmjong Bah | 2017-12-13 | 1 | -0/+5 | |
| | | ||||||
| * | Fix bug 1692377 - | Jabier Arraiza | 2017-12-06 | 1 | -2/+0 | |
| | | ||||||
| * | Toolbar: Some minor consistency fixes | Eduard Braun | 2017-12-05 | 1 | -10/+3 | |
| | | | | | Drop some unnecessary separators add a few new ones | |||||
| * | Add controls for rx/ry to arc toolbar | Eduard Braun | 2017-12-04 | 1 | -0/+4 | |
| |\ | | | | | | | | | | | Work by Geoff Lankow (!72) Also includes some fixes I found during review. | |||||
| | * | Add arc radius to toolbar | Geoff Lankow | 2017-11-25 | 1 | -0/+4 | |
| | | | ||||||
| * | | Add canvas flipping/rotation reset to the menu, improve strings | Moini | 2017-12-03 | 1 | -0/+7 | |
| | | | ||||||
| * | | Optionaly measure only selected elements | Jabier Arraiza | 2017-12-02 | 1 | -0/+1 | |
| |/ | ||||||
| * | Merge branch 'master' into powerpencil | Jabiertxo Arraiza Cenoz | 2017-11-10 | 1 | -0/+2 | |
| |\ | ||||||
| | * | Add widget to color and some refactoring | Jabier Arraiza | 2017-11-01 | 1 | -0/+2 | |
| | | | ||||||
| * | | Merge branch 'master' into powerpencil | Jabier Arraiza | 2017-11-03 | 1 | -2/+3 | |
| |\| | ||||||
| | * | UI: Fix canvas scrollbar width a little | Eduard Braun | 2017-10-23 | 1 | -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 spiro | Jabier Arraiza | 2017-08-28 | 1 | -2/+3 | |
| | | | ||||||
| * | | Working on preview over powerpencil | Jabier Arraiza | 2017-08-27 | 1 | -0/+3 | |
| |/ | ||||||
| * | Add flatten button to simplify, bspline and spiro. Need to rerun cmake ↵ | Jabier Arraiza | 2017-08-12 | 1 | -0/+4 | |
| | | | | | because file changed | |||||
| * | Add GUI and code to implement "Line Spacing Modes". | Tavmjong Bah | 2017-08-05 | 1 | -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 menu | Marc Jeanmougin | 2017-07-31 | 1 | -0/+1 | |
| | | ||||||
| * | Fix translation of menus.xml | Eduard Braun | 2017-07-30 | 1 | -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 Bah | 2017-07-24 | 1 | -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/inkscape | Marc Jeanmougin | 2017-06-29 | 1 | -14/+14 | |
| |\ | ||||||
| | * | Hackfest icon work: restore selected menu icons and make theming easier | Alexander Valavanis | 2017-06-29 | 1 | -14/+14 | |
| | |\ | ||||||
| | | * | Add a show-icon attribute to menu XML | Alexander Valavanis | 2017-06-28 | 1 | -14/+14 | |
| | | | | ||||||
| * | | | glade WIP | Marc Jeanmougin | 2017-06-29 | 2 | -1/+382 | |
| |/ / | ||||||
| * / | Remove menus-bars.xml since it's a duplicate file | Martin Owens | 2017-06-28 | 1 | -276/+0 | |
| |/ | ||||||
| * | Add menus xml in preparation to cleanup | Martin Owens | 2017-06-23 | 1 | -0/+304 | |
| | | ||||||
| * | Fix err leaking and cmake | Martin Owens | 2017-06-16 | 1 | -1/+1 | |
| | | ||||||
| * | Make sure CMake can find the new ui files | Martin Owens | 2017-06-16 | 1 | -1/+1 | |
| | | ||||||
| * | Complete to move to using ui files instead of compiled in xml | Martin Owens | 2017-06-16 | 3 | -0/+449 | |
| | | ||||||
| * | Use user interface files for the user interface | Martin Owens | 2017-06-15 | 1 | -0/+39 | |
| | | ||||||
| * | CMake: Add ${INKSCAPE_SHARE_INSTALL} | Eduard Braun | 2016-11-26 | 1 | -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 Bah | 2016-11-25 | 1 | -2/+0 | |
| | | | | (bzr r15272) | |||||
| * | Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20. | Tavmjong Bah | 2016-11-25 | 1 | -2/+0 | |
| | | | | (bzr r15271) | |||||
