summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Allow multiple semi-colon separated entries in --export-id; each entry will ↵Tavmjong Bah2018-11-193-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 locationAlexander Valavanis2018-11-181-2/+7
| | | |
| * | | Fix FTBFS with dbusAlexander Valavanis2018-11-183-2/+6
| | | |
| * | | Imlplement '--action-list' command line option.Tavmjong Bah2018-11-181-2/+4
| | | |
| * | | Rewrite of main.cpp using InkscapeApplication (Gtk::Application)Tavmjong Bah2018-11-1814-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/READMETavmjong Bah2018-11-191-0/+32
|/ / /
* | | Fix stream class locationsAlexander Valavanis2018-11-186-9/+7
| | |
* | | Fix CMakeLists for stream classesAlexander Valavanis2018-11-181-12/+12
| | |
* | | Move i/o stream classes into own directory. Add README.Tavmjong Bah2018-11-1815-0/+13
| | |
* | | Fix area on filtered elements, also force cache it for fast viewJabiertxof2018-11-161-3/+5
| | |
* | | Fix format stringAlexander Valavanis2018-11-161-1/+1
| | |
* | | Rewrite of Gimp Color Wheel in C++.Tavmjong Bah2018-11-168-1634/+786
| | |
* | | Remove Adwaita-hicolor icon themes toggles making more compatJabier Arraiza2018-11-153-18/+8
| | |
* | | Fix bug forcing symbolic system icons in hicolor themeJabiertxof2018-11-142-3/+15
| | |
* | | Use better syntax, clean up before reloading and call SPObjet releaseMartin Owens2018-11-141-4/+8
| | |
* | | Move getStyles to styles and clean up on destruction.Martin Owens2018-11-142-19/+20
| | |
* | | Change preference to allow backward compatibilityJabier Arraiza2018-11-131-1/+1
| | |
* | | Add capability to get style rulesets as SPStyle objectsMartin Owens2018-11-134-6/+37
| | |
* | | Support multiple style sheets or style elements in an svg documentMartin Owens2018-11-122-20/+20
| | |
* | | Merge branch 'master' of gitlab.com:inkscape/inkscapeMartin Owens2018-11-122-5/+5
|\ \ \
| * | | Explicitly stop inheritance of 'stop-color' per SVG spec.Tavmjong Bah2018-11-122-5/+5
| | | |
* | | | Rename add_style_sheet to reduce confusion with SVG/CSSMartin Owens2018-11-123-4/+4
|/ / /
* | | Fix encoding of "title" label in win32 native file dialogEduard Braun2018-11-111-1/+4
| | | | | | | | | | | | | | | Fixed bugs - https://bugs.launchpad.net/inkscape/+bug/1802726
* | | Fix a bug icons dont show if no dialog openJabiertxof2018-11-102-8/+9
| | |
* | | fix compiling on macOSThomas Holder2018-11-105-7/+7
| | |
* | | cleanup StrokeStyle::updateAllMarkersThomas Holder2018-11-101-24/+30
| | | | | | | | | | | | rearrange code to minimize redundant actions
* | | Fix Bug #1796261 update markers in groupsSamuel Buttigieg2018-11-101-22/+42
| | |
* | | Chage std::cout to g_warningJabier Arraiza2018-11-101-2/+2
| | |
* | | Fix codding styleJabiertxof2018-11-0936-60/+50
| | |
* | | Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-0951-54/+87
| | |
* | | Fix compiling bugJabiertxof2018-11-094-10/+17
| | |
* | | Fixing symbols icon sizeJabiertxof2018-11-092-1/+6
| | |
* | | This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-0927-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/viewTavmjong Bah2018-11-091-0/+41
| | |
* | | convert to unix line endingsMax Gaukler2018-11-082-193/+193
| | |
* | | Relicense xverbs code to GPLv2+Max Gaukler2018-11-082-7/+5
| | | | | | | | | | | | as permitted by Dmitry via email and by Tav in person.
* | | Clarify licensesMax Gaukler2018-11-081715-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 Bah2018-11-088-7/+183
| | |
* | | fix bug 1793940 ODG image exportThomas Holder2018-11-074-57/+38
| | | | | | | | | | | | | | | Fixes handling of relative image URIs and data URIs for OpenDocument drawing (*.odg) export.
* | | fix clipboard URL rebasingThomas Holder2018-11-079-43/+34
| | |
* | | Refactor rebase_hrefs with new URI APIThomas Holder2018-11-071-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 Bah2018-11-071-1/+0
| | |
* | | Replace Broken Image xpm by SVG.Tavmjong Bah2018-11-074-317/+31
| | |
* | | Allow symbolic icons in default icon themeJabier Arraiza2018-11-061-0/+5
| | |
* | | Fix icon loader to allow inverse color in symbolic icons. Also added ↵Jabier Arraiza2018-11-063-35/+44
| | | | | | | | | | | | searching.svg for loading symbols
* | | Remove delete that is causing crash.Tavmjong Bah2018-11-061-1/+0
| | |
* | | Add knot to offset LPE on load in new documentsJabier Arraiza2018-11-061-1/+7
| | |
* | | C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-0620-663/+448
| | |
* | | Use C++11 raw string for embeded SVG.Tavmjong Bah2018-11-061-25/+27
| | |
* | | Remove unused widget.Tavmjong Bah2018-11-065-570/+1
| | |