| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [LP:1634022] xcf export - Guides and grids wrongly positionned. Guides and ↵ | jazzynico | 2017-08-25 | 1 | -18/+63 |
| | | | | | grids now correctly support doc scaling (page size/viewbox ration) and export resolution. | ||||
| * | Merge branch 'alvinpenner/inkscape-master' | Martin Owens | 2017-08-13 | 2 | -0/+18 |
| |\ | |||||
| | * | Update summersnight.py for https://bugs.launchpad.net/inkscape/+bug/1653650. | Alvin Penner | 2017-07-08 | 1 | -0/+9 |
| | | | | | | | compensate for size of viewbox. | ||||
| | * | Update perspective.py for https://bugs.launchpad.net/inkscape/+bug/1653650. | Alvin Penner | 2017-07-08 | 1 | -0/+9 |
| | | | | | | | compensate for size of viewbox | ||||
| * | | Add flatten button to simplify, bspline and spiro. Need to rerun cmake ↵ | Jabier Arraiza | 2017-08-12 | 5 | -33/+27 |
| | | | | | | | | | 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' | ||||
| * | | More icon clean up (boundingbox). | Tavmjong Bah | 2017-07-30 | 9 | -215/+138 |
| | | | |||||
| * | | More icon clean up (distribute). | Tavmjong Bah | 2017-07-30 | 14 | -606/+489 |
| | | | |||||
| * | | More icon clean up (transforms). | Tavmjong Bah | 2017-07-29 | 7 | -273/+173 |
| | | | |||||
| * | | More icon clean up. | Tavmjong Bah | 2017-07-28 | 9 | -301/+67 |
| | | | |||||
| * | | Fixes bug https://bugs.launchpad.net/inkscape/+bug/1686551 | Jabier Arraiza | 2017-07-27 | 1 | -0/+4 |
| | | | |||||
| * | | More icon clean up. | Tavmjong Bah | 2017-07-27 | 5 | -218/+155 |
| | | | |||||
| * | | More icon clean up. | Tavmjong Bah | 2017-07-27 | 15 | -407/+184 |
| | | | |||||
| * | | 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. | ||||
| * | | Shortcuts: Fix "Tab" vs. "Shift + Tab" | Eduard Braun | 2017-07-18 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | The changes introduced in 46fd67ec49c3988db20db422061a2f52582c896c changed the behavior in this case: - pressing Tab produces a keyval with name "Tab" - pressing Shift+Tab produces a keyval with name "ISO_Left_Tab" the Shift modifier is removed in this case as a "consumed modifier", see commit mentioned above for details | ||||
| * | | root dir tidying: cleanup inkscape icons | Eduard Braun | 2017-07-16 | 3 | -65/+7 |
| | | | | | | | | | | | | | | | - move inkscape.ico -> share/branding (it's an icon but it should not end up in an icon theme in share/icons, so this seemed like a better choice) and update depentans (.rc files and NSIS installer) - remove inkscape.png as it was only used by Doxyfile and is mostly redundant to the files in share/icons/application (todo: maybe re-create those files and include a 64x64 size) - use inkscape.svg in Doxyfile (confirmed working). It's a bit too large but looks much nicer than any of the smaller icons in share/icons/application (the recommended maximum size is 55 px height which looks ugly though and is obviously too small, the optimum seems to be somewhere around 70 px) - also remove one of the two flat icons in share/branding which were duplicates (the smaller file was kept but renamed) | ||||
| * | | Shortcuts: remove default.xml from repo to resolve any confusion on what ↵ | Eduard Braun | 2017-07-09 | 3 | -900/+193 |
| | | | | | | | | | | | | | | | | | file to update (inkscape.xml is the primary shortcut file!) - default.xml will now be autogenerated during "cmake install" - the changes to inkscape.xml correspond to the changes from 72f835c00565835a536531cd81dc6d9a607b615a that were only applied to default.xml - for the error-prone case of running inkscape without installation 7d248fbba5b0c24d9a24cda8c3f2e79f96395553 should provide the proper fallback to inkscape.xml | ||||
| * | | More icon cleanup. | Tavmjong Bah | 2017-07-06 | 7 | -297/+138 |
| | | | |||||
| * | | More icons clean-up. | Tavmjong Bah | 2017-07-04 | 6 | -180/+104 |
| | | | |||||
| * | | More icon clean-up. | Tavmjong Bah | 2017-07-04 | 7 | -184/+79 |
| | | | |||||
| * | | Add icons.html to view icons sorted by menu/tools/dialogs. (Incomplete) | Tavmjong Bah | 2017-07-04 | 1 | -0/+342 |
| | | | |||||
| * | | Fix and cleanup icons. | Tavmjong Bah | 2017-07-02 | 4 | -184/+101 |
| | | | |||||
| * | | Add new verb "save template" | Christophe Lebras | 2017-07-02 | 1 | -48/+50 |
| | | | |||||
| * | | Merge branch 'master' of gitlab.com:walterbender/inkscape | Marc Jeanmougin | 2017-06-30 | 1 | -0/+5418 |
| |\ \ | |||||
| | * | | add Munsell palette formated to show hue pages | Walter Bender | 2017-06-23 | 1 | -0/+5418 |
| | | | | |||||
| | * | | Revert "add Munsell palette" | Walter Bender | 2017-06-23 | 1 | -3204/+0 |
| | | | | | | | | | | | | | This reverts commit 9692e3ea5b5a576e50eec1f398e10f06571ebfb2. | ||||
| | * | | add Munsell palette | Walter Bender | 2017-06-23 | 1 | -0/+3204 |
| | | | | |||||
| * | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-06-30 | 6 | -200/+151 |
| |\ \ \ | |||||
| | * | | | Fix and clean clean some icons. | Tavmjong Bah | 2017-06-30 | 6 | -200/+151 |
| | | | | | |||||
| * | | | | Use Meta for shortcuts on Mac OS | Marc Jeanmougin | 2017-06-30 | 1 | -183/+185 |
| |/ / / | |||||
| * | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-06-29 | 368 | -4354/+16586 |
| |\ \ \ | |||||
| | * \ \ | Hackfest icon work: restore selected menu icons and make theming easier | Alexander Valavanis | 2017-06-29 | 368 | -4354/+16586 |
| | |\ \ \ | |||||
| | | * | | | Add missing icon | Alexander Valavanis | 2017-06-29 | 1 | -0/+94 |
| | | | | | | |||||
| | | * | | | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 366 | -4340/+16478 |
| | | | | | | |||||
| | | * | | | 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 |
| | |/ |/| | |||||
| * | | Update dxf_input.py for LP Bug #1700582 | Alvin Penner | 2017-06-27 | 1 | -2/+2 |
| |/ | |||||
| * | 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 |
| | | |||||
| * | [Bug #1695016] Xaml export misses some radialGradients. | mgth | 2017-06-05 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1695016 (bzr r15730) | ||||
| * | Merge in render frame extension | Martin Owens | 2017-06-04 | 4 | -0/+389 |
| |\ | | | | | (bzr r15728) | ||||
| | * | Corrected frame extension inside option box size. | Richard White | 2016-05-19 | 1 | -1/+1 |
| | | | | | | | (bzr r14668.1.4) | ||||
| | * | Merge from Inkscape trunk. | Richard White | 2016-05-19 | 146 | -3542/+4733 |
| | |\ | | | | | | | (bzr r14668.1.3) | ||||
| | * | | Corrected frame extension stroke and fill values on 64 bit machine. | Richard White | 2016-05-18 | 2 | -4/+15 |
| | | | | | | | | | | | | | | | | The lack of L suffix in the represented hex value caused an improper interpretation. (bzr r14668.1.2) | ||||
