| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add paint server dialog. Currently handles patterns and hatches. GSOC 2019. | Valentin Ionita | 2019-08-19 | 1 | -26/+23 |
| | | |||||
| * | Refactoring: call setAttribute() directly. | Shlomi Fish | 2019-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission. | ||||
| * | 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 | ||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 1 | -1/+0 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | SP_ACTIVE_DESKTOP: check for NULL or eliminate | Thomas Holder | 2018-09-27 | 1 | -5/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -16/+16 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -4/+4 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -4/+4 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -4/+4 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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 ``` | ||||
| * | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -3/+3 |
| | | | | (bzr r14954.1.21) | ||||
| * | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -15/+15 |
| | | | | (bzr r14954.1.19) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | (bzr r13820) | ||||
| * | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 2014-11-26 | 1 | -2/+2 |
| | | | | (bzr r13768) | ||||
| * | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -1/+1 |
| |\ | | | | | (bzr r13341.5.17) | ||||
| | * | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.1.248) | ||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -2/+2 |
| |/ | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | cppcheck: Fix a couple of leaks | Alex Valavanis | 2012-10-28 | 1 | -0/+1 |
| | | | | (bzr r11845) | ||||
| * | code cleanup: make more functions static or include their own headers. | Campbell Barton | 2012-10-04 | 1 | -1/+1 |
| | | | | (bzr r11736) | ||||
| * | Fix for 165865 : markers must take object's stroke color | John Smith | 2012-08-20 | 1 | -4/+8 |
| | | | | (bzr r11614) | ||||
| * | Fix for 1030239 : Custom markers only added to the list in Stroke Style ↵ | John Smith | 2012-08-04 | 1 | -1/+3 |
| | | | | | | after reloading the file (bzr r11588) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -1/+3 |
| | | | | (bzr r11030) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -4/+4 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -11/+11 |
| | | | | (bzr r10067) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -24/+18 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -3/+3 |
| | | | | | | | (bzr r9546.1.4) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -8/+8 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -5/+5 |
| |/ | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 2010-03-09 | 1 | -1/+1 |
| | | | | (bzr r9169) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -11/+11 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -11/+11 |
| | | | | (bzr r8405) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -3/+6 |
| | | | | (bzr r2723) | ||||
| * | Renaming sp-marker.* to marker.* | Bryce Harrington | 2006-12-06 | 1 | -1/+1 |
| | | | | (bzr r2077) | ||||
| * | Added CREATE v0.1 support for gradients/swatches/patterns | Joshua L. Blocher | 2006-04-28 | 1 | -0/+12 |
| | | | | (bzr r601) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -2/+2 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+267 |
| (bzr r1) | |||||
