| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | 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 | |
| | | | ||||||
| * | | Fixes issue with extension not working in documents without a document ↵ | Maren Hachmann | 2017-11-28 | 1 | -1/+1 | |
| |/ | | | | height, see also https://answers.launchpad.net/inkscape/+question/631890 and https://answers.launchpad.net/inkscape/+question/661126 | |||||
| * | Merge branch 'doxygen-separate' of gitlab.com:monomon/inkscape | Marc Jeanmougin | 2017-11-22 | 1 | -0/+55 | |
| |\ | ||||||
| | * | Add configuration to build python extension docs with doxygen | Mois Moshev | 2017-11-14 | 1 | -0/+55 | |
| | | | | | | | | | | | | | * Build them separately from cpp sources - separate doxyfile, separate target directory * Also add a subpage linking to common python files | |||||
| * | | Remove invisible bitmap image in Tango color management icon | Maren Hachmann | 2017-11-17 | 1 | -8/+0 | |
| | | | ||||||
| * | | Break Tango icons into individual files and install in proper location. | Tavmjong Bah | 2017-11-17 | 260 | -8357/+43856 | |
| | | | | | | | | | | | Changing theme to Tango should change icons in Inkscape. Note, some icons are missing and Inkscape's Tango icons are rendered larger than stock Tango icons. | |||||
| * | | Move icons into hicolor subdirectory. Theming should work if other ↵ | Tavmjong Bah | 2017-11-15 | 390 | -7/+24 | |
| |/ | | | | directories added. | |||||
| * | Merge branch 'master' into powerpencil | Jabiertxo Arraiza Cenoz | 2017-11-10 | 40 | -6596/+8308 | |
| |\ | ||||||
| | * | Merge branch 'luzpaz/inkscape-typos' (!119) | Eduard Braun | 2017-11-07 | 36 | -57/+57 | |
| | |\ | ||||||
| | | * | Misc. typos | Unknown | 2017-11-07 | 36 | -57/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | |||||
| | * | | Update about screen from 0.91+devel to 0.92+devel SVG | Jabier Arraiza | 2017-11-05 | 1 | -6539/+8141 | |
| | | | | ||||||
| | * | | Merge branch 'master' into menuInverseClipMask | Jabier Arraiza | 2017-11-03 | 2 | -0/+108 | |
| | |\| | ||||||
| | | * | Add search and no results from stock icons. Improve text. Thanks Maren for ↵ | Jabier Arraiza | 2017-10-29 | 2 | -0/+108 | |
| | | | | | | | | | | | | | the inputs | |||||
| | * | | 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 | 11 | -240/+470 | |
| |\| | ||||||
| | * | 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 | |||||
| | * | Update properties for SVG 2 text. Partial work from Alex Roman | Tavmjong Bah | 2017-10-16 | 4 | -21/+31 | |
| | | | ||||||
| | * | Fix a few draw-geometry-* icons | Stefano Facchini | 2017-10-07 | 4 | -71/+276 | |
| | | | | | | | | | | | For some reason the actual drawing was translated well outside the document borders, making the icons effectively invisible. | |||||
| | * | Can now interpolate namespaced attributes, uses previously unused units ↵ | Maren Hachmann | 2017-10-03 | 1 | -141/+152 | |
| | | | | | | | | | field, improved whitespace, removes some duplication, can now use different color formats for start and end value, allows comma as decimal separator, fixes crash of extension when Other attribute is not specified. | |||||
| | * | Add some help texts, improve structure | Maren Hachmann | 2017-10-03 | 1 | -5/+8 | |
| | | | ||||||
| * | | 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 | |
| |/ | ||||||
| * | [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 | |
| | | | | ||||||
