| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More document.h cleanup. | Tavmjong Bah | 2019-04-06 | 1 | -1/+1 |
| | | |||||
| * | script.cpp: more cleanup | Patrick Storz | 2019-03-29 | 1 | -32/+19 |
| | | |||||
| * | script.cpp: Glib::spawn_async_with_pipes actually wants UTF-8 | Patrick Storz | 2019-03-29 | 1 | -7/+0 |
| | | |||||
| * | Drop "RegistryTool" which is no longer in use. | Patrick Storz | 2019-03-29 | 1 | -1/+0 |
| | | |||||
| * | Extensions: Use wperl as default perl interpreter on Windows | Patrick Storz | 2019-02-26 | 1 | -1/+2 |
| | | | | | | | | | | | | This is the "GUI" version of the executable that does not have a console attached to itself and therefore doesn't flash a terminal whenever it's called by an extension. Functionality should be identical otherwise. Fixed issues: - https://gitlab.com/inkscape/inkscape/issues/66 | ||||
| * | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 1 | -1/+1 |
| | | | | | Makes searching through code for them easier. | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -2/+2 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Move some files to 'io' directory. | Tavmjong Bah | 2018-10-13 | 1 | -1/+1 |
| | | |||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -2/+2 |
| | | | | | | | | | 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 | ||||
| * | Fix for bug 1777530 on master | Jabier Arraiza | 2018-06-25 | 1 | -12/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -29/+29 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Fixes to extension system and simplify the code | Jabiertxo Arraiza Cenoz | 2018-06-06 | 1 | -7/+11 |
| | | |||||
| * | Source typos | luz.paz | 2018-05-14 | 1 | -11/+11 |
| | | |||||
| * | Apply fixed | Jabier Arraiza | 2018-05-09 | 1 | -99/+20 |
| | | |||||
| * | Reset old code to reaply fixed | Jabier Arraiza | 2018-05-09 | 1 | -20/+102 |
| | | |||||
| * | Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688 | Jabier Arraiza | 2018-05-09 | 1 | -19/+2 |
| | | |||||
| * | Start migrating 0.92 patch to master | Jabier Arraiza | 2018-05-09 | 1 | -101/+36 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -14/+14 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -14/+14 |
| | | |||||
| * | Improve/fix error reporting when executing script extensions | Eduard Braun | 2018-02-04 | 1 | -9/+28 |
| | | | | | | | | | | | It could happen that we attempted to spawn "", see https://bugs.launchpad.net/inkscape/+bug/1747103 which obviously failed but did not explain why. While extensions still fail silently (UI-wise) if the interpreter can not be located a useful error message should now be output on console. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+2 |
| | | | | | A lot of header clean-up. | ||||
| * | Make script warnings transient for "Working..." dialog | Eduard Braun | 2017-12-20 | 1 | -5/+13 |
| | | | | | | | | | | | | This turned out to be a bit of a mess due to the interplay between the classes Script / ExecutionEnv / Effect / PrefDialog. (Basically they don't talk to each other much but all want to contribute to the GUI) Likely "Script" (and possibly "ExecutionEnv") should be refactored to let the other classes handle UI exclusively and throw errors where suitable. | ||||
| * | Add a warning dialog for previous commit | Eduard Braun | 2017-11-30 | 1 | -1/+5 |
| | | |||||
| * | Extensions: Don't crash on invalid effect extension output | Eduard Braun | 2017-11-30 | 1 | -3/+8 |
| | | |||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -4/+4 |
| | | | | | | | | | | | | | 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 ``` | ||||
| * | Drop obsolete wrapper around Glib::file_open_tmp | Stefano Facchini | 2017-10-19 | 1 | -11/+10 |
| | | |||||
| * | Move directory scanners to new get_filenames(...) calls | Martin Owens | 2017-07-02 | 1 | -19/+3 |
| | | |||||
| * | fix two memory leaks | peregrine | 2017-02-07 | 1 | -0/+3 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1662686 - https://launchpad.net/bugs/1662683 (bzr r15493) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -5/+1 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | extensions: Drop GTKMM2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -5/+1 |
| | | | | | | | (bzr r15023.2.5) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -2/+2 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -1/+1 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | Fix guide placement when guides are generated by a template with ↵ | Tavmjong Bah | 2016-06-03 | 1 | -24/+27 |
| | | | | | | width/height/viewBox different from default SVG file. (bzr r14947) | ||||
| * | [Bug #1558160] Move Script::file_listener methods to script.cpp source file. | raphael0202 | 2016-03-20 | 1 | -0/+38 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1558160 (bzr r14727) | ||||
| * | [Bug #1558177] Simplify if conditions in Script.cpp. | raphael0202 | 2016-03-18 | 1 | -5/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1558177 (bzr r14715) | ||||
| * | [Bug #1558153] Typos and tabs instead of spaces in extension module. | raphael0202 | 2016-03-16 | 1 | -9/+9 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1558153 (bzr r14713) | ||||
| * | Allow python extensions to get the list of selected nodes | Marc Jeanmougin | 2016-02-09 | 1 | -3/+53 |
| | | | | | | | | | | format : --selected-nodes=id:subpath:position cf https://bugs.launchpad.net/inkscape/+bug/171640 for a debug test extension Fixed bugs: - https://launchpad.net/bugs/171640 (bzr r14641) | ||||
| * | Remove unused header file. | Tavmjong Bah | 2015-12-09 | 1 | -1/+0 |
| | | | | (bzr r14522) | ||||
| * | static code analysis | Kris De Gussem | 2015-12-07 | 1 | -1/+1 |
| | | | | (bzr r14510) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -6/+10 |
| | | | | (bzr r14126) | ||||
| * | merge with trunk | Marc Jeanmougin | 2015-04-27 | 1 | -1/+4 |
| |\ | | | | | (bzr r13922.1.18) | ||||
| | * | Mainloop fix for possible data loss if closing before save has completed. | Mark Harmer | 2015-04-27 | 1 | -1/+4 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/967416 (bzr r14060) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -2/+2 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -4/+3 |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
