| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Allow multiple semi-colon separated entries in --export-id; each entry will ↵ | Tavmjong Bah | 2018-11-19 | 3 | -285/+349 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be exported to its own file. Using a semi-colon allows the future possibility of allowing the user to use a comma separated entry to select more than one object to export at the same time. | |||||
| | * | | | Fix resource file location | Alexander Valavanis | 2018-11-18 | 1 | -2/+7 | |
| | | | | | ||||||
| | * | | | Fix FTBFS with dbus | Alexander Valavanis | 2018-11-18 | 3 | -2/+6 | |
| | | | | | ||||||
| | * | | | Imlplement '--action-list' command line option. | Tavmjong Bah | 2018-11-18 | 1 | -2/+4 | |
| | | | | | ||||||
| | * | | | Rewrite of main.cpp using InkscapeApplication (Gtk::Application) | Tavmjong Bah | 2018-11-18 | 14 | -2255/+1859 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Gio::File for accessing files. Use Gio options to handle command line arguments. Use Gio::Actions for some command line arguments. Move file export code to src/io/file-export-cmd.h/.cpp. Make into class. | |||||
| * | | | | Add src/io/README | Tavmjong Bah | 2018-11-19 | 1 | -0/+32 | |
| |/ / / | ||||||
| * | | | Fix stream class locations | Alexander Valavanis | 2018-11-18 | 6 | -9/+7 | |
| | | | | ||||||
| * | | | Fix CMakeLists for stream classes | Alexander Valavanis | 2018-11-18 | 1 | -12/+12 | |
| | | | | ||||||
| * | | | Move i/o stream classes into own directory. Add README. | Tavmjong Bah | 2018-11-18 | 15 | -0/+13 | |
| | | | | ||||||
| * | | | Fix area on filtered elements, also force cache it for fast view | Jabiertxof | 2018-11-16 | 1 | -3/+5 | |
| | | | | ||||||
| * | | | Fix format string | Alexander Valavanis | 2018-11-16 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Rewrite of Gimp Color Wheel in C++. | Tavmjong Bah | 2018-11-16 | 8 | -1634/+786 | |
| | | | | ||||||
| * | | | Remove Adwaita-hicolor icon themes toggles making more compat | Jabier Arraiza | 2018-11-15 | 3 | -18/+8 | |
| | | | | ||||||
| * | | | Fix bug forcing symbolic system icons in hicolor theme | Jabiertxof | 2018-11-14 | 2 | -3/+15 | |
| | | | | ||||||
| * | | | Use better syntax, clean up before reloading and call SPObjet release | Martin Owens | 2018-11-14 | 1 | -4/+8 | |
| | | | | ||||||
| * | | | Move getStyles to styles and clean up on destruction. | Martin Owens | 2018-11-14 | 2 | -19/+20 | |
| | | | | ||||||
| * | | | Change preference to allow backward compatibility | Jabier Arraiza | 2018-11-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add capability to get style rulesets as SPStyle objects | Martin Owens | 2018-11-13 | 4 | -6/+37 | |
| | | | | ||||||
| * | | | Support multiple style sheets or style elements in an svg document | Martin Owens | 2018-11-12 | 2 | -20/+20 | |
| | | | | ||||||
| * | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Martin Owens | 2018-11-12 | 2 | -5/+5 | |
| |\ \ \ | ||||||
| | * | | | Explicitly stop inheritance of 'stop-color' per SVG spec. | Tavmjong Bah | 2018-11-12 | 2 | -5/+5 | |
| | | | | | ||||||
| * | | | | Rename add_style_sheet to reduce confusion with SVG/CSS | Martin Owens | 2018-11-12 | 3 | -4/+4 | |
| |/ / / | ||||||
| * | | | Fix encoding of "title" label in win32 native file dialog | Eduard Braun | 2018-11-11 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | Fixed bugs - https://bugs.launchpad.net/inkscape/+bug/1802726 | |||||
| * | | | Fix a bug icons dont show if no dialog open | Jabiertxof | 2018-11-10 | 2 | -8/+9 | |
| | | | | ||||||
| * | | | fix compiling on macOS | Thomas Holder | 2018-11-10 | 5 | -7/+7 | |
| | | | | ||||||
| * | | | cleanup StrokeStyle::updateAllMarkers | Thomas Holder | 2018-11-10 | 1 | -24/+30 | |
| | | | | | | | | | | | | | rearrange code to minimize redundant actions | |||||
| * | | | Fix Bug #1796261 update markers in groups | Samuel Buttigieg | 2018-11-10 | 1 | -22/+42 | |
| | | | | ||||||
| * | | | Chage std::cout to g_warning | Jabier Arraiza | 2018-11-10 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Fix codding style | Jabiertxof | 2018-11-09 | 36 | -60/+50 | |
| | | | | ||||||
| * | | | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 2018-11-09 | 51 | -54/+87 | |
| | | | | ||||||
| * | | | Fix compiling bug | Jabiertxof | 2018-11-09 | 4 | -10/+17 | |
| | | | | ||||||
| * | | | Fixing symbols icon size | Jabiertxof | 2018-11-09 | 2 | -1/+6 | |
| | | | | ||||||
| * | | | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 2018-11-09 | 27 | -131/+152 | |
| | | | | | | | | | | | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | |||||
| * | | | Add README to src/ui/view | Tavmjong Bah | 2018-11-09 | 1 | -0/+41 | |
| | | | | ||||||
| * | | | convert to unix line endings | Max Gaukler | 2018-11-08 | 2 | -193/+193 | |
| | | | | ||||||
| * | | | Relicense xverbs code to GPLv2+ | Max Gaukler | 2018-11-08 | 2 | -7/+5 | |
| | | | | | | | | | | | | | as permitted by Dmitry via email and by Tav in person. | |||||
| * | | | Clarify licenses | Max Gaukler | 2018-11-08 | 1715 | -2634/+5694 | |
| | | | | | | | | | | | | | | | | | | | - 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 | |||||
| * | | | Implement the remaining vector effects properties. | Tavmjong Bah | 2018-11-08 | 8 | -7/+183 | |
| | | | | ||||||
| * | | | fix bug 1793940 ODG image export | Thomas Holder | 2018-11-07 | 4 | -57/+38 | |
| | | | | | | | | | | | | | | | | Fixes handling of relative image URIs and data URIs for OpenDocument drawing (*.odg) export. | |||||
| * | | | fix clipboard URL rebasing | Thomas Holder | 2018-11-07 | 9 | -43/+34 | |
| | | | | ||||||
| * | | | Refactor rebase_hrefs with new URI API | Thomas Holder | 2018-11-07 | 1 | -119/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | - eliminates calls to Glib::path_is_absolute and Glib::build_filename with URI arguments. Those functions are only valid for filenames, not for URIs. - Adds support for constructing relative URIs into parent directories. | |||||
| * | | | Add missing change from last commit. | Tavmjong Bah | 2018-11-07 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Replace Broken Image xpm by SVG. | Tavmjong Bah | 2018-11-07 | 4 | -317/+31 | |
| | | | | ||||||
| * | | | Allow symbolic icons in default icon theme | Jabier Arraiza | 2018-11-06 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Fix icon loader to allow inverse color in symbolic icons. Also added ↵ | Jabier Arraiza | 2018-11-06 | 3 | -35/+44 | |
| | | | | | | | | | | | | | searching.svg for loading symbols | |||||
| * | | | Remove delete that is causing crash. | Tavmjong Bah | 2018-11-06 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Add knot to offset LPE on load in new documents | Jabier Arraiza | 2018-11-06 | 1 | -1/+7 | |
| | | | | ||||||
| * | | | C++ify SVGViewWidget. Remove unused code. | Tavmjong Bah | 2018-11-06 | 20 | -663/+448 | |
| | | | | ||||||
| * | | | Use C++11 raw string for embeded SVG. | Tavmjong Bah | 2018-11-06 | 1 | -25/+27 | |
| | | | | ||||||
| * | | | Remove unused widget. | Tavmjong Bah | 2018-11-06 | 5 | -570/+1 | |
| | | | | ||||||
