| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-18 | Rewrite of main.cpp using InkscapeApplication (Gtk::Application) | Tavmjong Bah | 1 | -2251/+0 | |
| 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. | |||||
| 2018-11-12 | Rewrite of main.cpp using InkscapeApplication (Gtk::Application) | Tavmjong Bah | 1 | -2251/+0 | |
| 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. | |||||
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - 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 | |||||
| 2018-10-13 | Move some files to 'io' directory. | Tavmjong Bah | 1 | -1/+1 | |
| 2018-10-10 | More minor cleanup to main.cpp. | Tavmjong Bah | 1 | -62/+53 | |
| 2018-10-10 | Minor cleanup of main.cc | Tavmjong Bah | 1 | -16/+12 | |
| 2018-10-01 | Avoid duplicating defines in config.h and on command line | Eduard Braun | 1 | -0/+4 | |
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -5/+0 | |
| 2018-10-01 | Use _WIN32 instead of WIN32 | Eduard Braun | 1 | -11/+11 | |
| The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | |||||
| 2018-09-22 | Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG | Jabier Arraiza | 1 | -7/+0 | |
| 2018-09-15 | Fix eaae266840146a0faa3332f253ba7bd63eecbb21 | Eduard Braun | 1 | -5/+2 | |
| (cherry picked from commit 11504fc9060729939703c380bcaa71cfc36ea351) | |||||
| 2018-09-15 | Support reading and writing pipes | Rainer Keller | 1 | -9/+60 | |
| This is useful when using inkscape from the terminal and piping the output to further programs. Example usage: cat vector.svg | inkscape --export-png - --file - | convert - out.jpg Fixes bug: 171016 (forward-ported from commit fdb3b41a37f5c37bbb8e49d59e7e6195d5363fcb) | |||||
| 2018-09-14 | Fix a bug opening SVG from comand lines related to the DPI changes done. ↵ | Jabiertxof | 1 | -3/+9 | |
| Thanks Mark for testing! | |||||
| 2018-07-31 | Remove XGD_DATA_DIR as sugestion of su_v | Jabier Arraiza | 1 | -25/+0 | |
| 2018-07-31 | Fixing enviroments in win | Jabier Arraiza | 1 | -3/+1 | |
| 2018-07-31 | Fixing enviroments in win | Jabier Arraiza | 1 | -7/+10 | |
| 2018-07-31 | Fixing compiling bug in win | Jabier Arraiza | 1 | -2/+6 | |
| 2018-07-31 | Fixing tests broken | Jabier Arraiza | 1 | -7/+8 | |
| 2018-07-31 | First try co fix icons bugs | Jabier Arraiza | 1 | -7/+7 | |
| 2018-07-27 | Refactor fo theme switcher | Jabier Arraiza | 1 | -7/+6 | |
| 2018-07-26 | working on symbolic | Jabier Arraiza | 1 | -1/+1 | |
| 2018-07-26 | Fixing coding style | Jabiertxo Arraiza Cenoz | 1 | -1/+1 | |
| 2018-07-26 | Fixing paths to allow themes and icons inside main inkscape instalation not ↵ | Jabier Arraiza | 1 | -5/+17 | |
| only at home | |||||
| 2018-07-25 | Fix codding style | Jabiertxo Arraiza Cenoz | 1 | -1/+1 | |
| 2018-07-25 | Add some Marting sugestions about main.cpp in MR | Jabiertxo Arraiza Cenoz | 1 | -53/+4 | |
| 2018-07-24 | Add themes inkscape folder abailable by the app | Jabiertxo Arraiza Cenoz | 1 | -0/+30 | |
| 2018-06-19 | Add command-line option to select PDF page | Joe Rabinoff | 1 | -0/+11 | |
| The optional argument "--pdf-page N" causes Inkscape to import page number N from the pdf document specified on the command line. This functionality is already available when importing via the GUI, but not when batch processing. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -118/+118 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -15/+15 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-30 | Add --export-xaml as option | Jesper Staun Hansen | 1 | -0/+30 | |
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -15/+15 | |
| 2018-03-27 | Minor cleanup of warnings. No functional change. | Felipe Corrêa da Silva Sanches | 1 | -1/+1 | |
| 2018-02-21 | Remove legacy code for setting PYTHONPATH on Windows | Eduard Braun | 1 | -55/+5 | |
| The added paths are not even valid in MSYS2 builds. Setting PYTHONPATH is not required. Likely fixes: - https://bugs.launchpad.net/inkscape/+bug/1518278 | |||||
| 2018-02-21 | Add Inkscape root dir to DLL search path | Eduard Braun | 1 | -0/+5 | |
| This avoids dynamically linked python modules searching for their libraries somewhere else on the PATH. The default search order is module directory -> system directories -> current working directory and only then the PATH is searched. The call to SetDllDirectory() adds the Inkscape root directory directly in second place instead. Details: https://github.com/numpy/numpy/wiki/windows-dll-notes Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1746092 | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -6/+7 | |
| A lot of header clean-up. | |||||
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2017-10-14 | Do not use GUI for --export-inkscape-svg | Eduard Braun | 1 | -0/+1 | |
| 2017-10-14 | Cleanup: rename sp_do_export_png for consistency | Eduard Braun | 1 | -7/+12 | |
| Also actually return non-zero if PNG could not be saved. | |||||
| 2017-10-14 | Some basic error handling for SVG export | Eduard Braun | 1 | -5/+16 | |
| 2017-10-14 | Refactoring: put SVG export into separate function | Eduard Braun | 1 | -59/+73 | |
| 2017-10-14 | Support --export-area-page when using --export-id to export to SVG | Eduard Braun | 1 | -1/+3 | |
| 2017-10-14 | Support --export-margin when exporting to SVG | Eduard Braun | 1 | -3/+15 | |
| 2017-10-14 | make --export-area-drawing work when exporting SVG | Eduard Braun | 1 | -0/+4 | |
| Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1597921 - https://bugs.launchpad.net/inkscape/+bug/1722844 | |||||
| 2017-10-12 | Do not force-disable CSD on Windows | Eduard Braun | 1 | -4/+0 | |
| The code introduced in 860d326a9ac03c2b1e0a3f45c3ed3d35f94c3d54 is no longer necessary as gtk3 client side decorations are now disabled by default in MSYS2's gtk3 builds, see upstream patch: https://github.com/Alexpux/MINGW-packages/commit/69f8e3294ec0d612d274f69e5e517026a8c340b6 To enable CSD on-the-fly set the environment variable `GTK_CSD` to 1 | |||||
| 2017-10-05 | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 1 | -3/+3 | |
| 2017-10-02 | Second batch | Marc Jeanmougin | 1 | -56/+24 | |
| 2017-08-04 | Fix inkscape --help appearance due to a too long line | Marc Jeanmougin | 1 | -2/+2 | |
| 2017-06-29 | Remove old icon handling code | Alexander Valavanis | 1 | -3/+0 | |
| 2017-06-23 | Improve and simplify shortcut handling. | Eduard Braun | 1 | -1/+1 | |
| Should fix many issues with unusuable keys, especially on non-English keyboard layouts. | |||||
