| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-09-19 | Extensions/grid2: fix header file location | Patrick Storz | 1 | -1/+2 | |
| 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-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2017-11-07 | Misc. typos | Unknown | 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 ``` | |||||
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r14954.1.10) | |||||
| 2016-06-01 | Replace two instances of getSVGUnit() by getDocumentScale(). | Tavmjong Bah | 1 | -9/+4 | |
| Simplify writing of style string. Switch 'pt' to 'px'. (bzr r14938) | |||||
| 2016-04-16 | Added an example plugin. | Moritz Eberl | 1 | -26/+9 | |
| (bzr r14761.1.8) | |||||
| 2015-12-09 | Remove unused header file. | Tavmjong Bah | 1 | -1/+0 | |
| (bzr r14522) | |||||
| 2015-04-27 | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 1 | -4/+0 | |
| ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | |||||
| 2015-04-27 | removed a few "using Inkscape::Util::GSListConstIterator" | Marc Jeanmougin | 1 | -2/+0 | |
| (bzr r13922.1.16) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.5) | |||||
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 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) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -1/+1 | |
| (bzr r13820) | |||||
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -1/+3 | |
| (bzr r13809) | |||||
| 2014-11-24 | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 1 | -1/+1 | |
| for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | |||||
| 2014-03-18 | Cleanup datatypes for detailed checking of C++11. Fixes Bug #1293295. | Jon A. Cruz | 1 | -19/+16 | |
| Fixed bugs: - https://launchpad.net/bugs/1293295 (bzr r13163) | |||||
| 2014-03-09 | Remove unused includes to tidy up the code. | Martin Owens | 1 | -0/+1 | |
| (bzr r13132) | |||||
| 2014-02-10 | Extensions->Render submenu. Scaling into document units for grid.cpp (Bug ↵ | Alvin Penner | 1 | -5/+7 | |
| 1240455) (bzr r13018) | |||||
| 2013-08-27 | Added viewBox implement document unit support. | Matthew Petroff | 1 | -2/+3 | |
| (bzr r12475.1.2) | |||||
| 2013-06-07 | Adding inclusion of config.h where needed for threads.h check. | Jon A. Cruz | 1 | -0/+4 | |
| (bzr r12355) | |||||
| 2013-06-06 | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 1 | -0/+2 | |
| has it. (bzr r12353) | |||||
| 2013-06-04 | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 1 | -0/+2 | |
| versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | |||||
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -1/+1 | |
| using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| 2011-03-30 | Extensions: | Nicolas Dufour | 1 | -1/+3 | |
| * New isometric grid. * All grids are now grouped in Render>Grids. Translations: * inkscape.pot update. (bzr r10135) | |||||
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -2/+3 | |
| (bzr r10067) | |||||
| 2010-09-10 | Extensions. Consistency fix and UI improvements (internal extensions and ↵ | Nicolas Dufour | 1 | -5/+5 | |
| filters). (bzr r9754) | |||||
| 2010-07-06 | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 1 | -1/+3 | |
| Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5) | |||||
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -2/+2 | |
| (bzr r9546.1.2) | |||||
| 2010-05-27 | Extensions. Localized float values in SVG due to internal extensions, %f in ↵ | Nicolas Dufour | 1 | -1/+3 | |
| printf (bug #586063) Fixed bugs: - https://launchpad.net/bugs/586063 (bzr r9456) | |||||
| 2010-04-21 | Extensions. Fix Render>Grid extension (Bug #401567). | Nicolas Dufour | 1 | -18/+20 | |
| Fixed bugs: - https://launchpad.net/bugs/401567 (bzr r9361) | |||||
| 2010-04-06 | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 1 | -6/+12 | |
| require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298) | |||||
| 2010-04-03 | Fix grid extension | Krzysztof Kosi??ski | 1 | -12/+6 | |
| (bzr r9281.1.10) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -2/+2 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -2/+2 | |
| (bzr r8408) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -1/+1 | |
| (bzr r6891) | |||||
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -2/+2 | |
| (bzr r6884) | |||||
| 2008-09-20 | release reprs properly | bulia byak | 1 | -0/+1 | |
| (bzr r6855) | |||||
| 2008-08-12 | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 1 | -11/+10 | |
| (bzr r6612) | |||||
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r6569) | |||||
| 2008-04-21 | r19076@shi: ted | 2008-04-21 15:42:45 -0700 | Ted Gould | 1 | -1/+1 | |
| Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483) | |||||
| 2007-11-10 | Warning cleanup | Jon A. Cruz | 1 | -6/+6 | |
| (bzr r4052) | |||||
| 2007-10-30 | r16677@shi: ted | 2007-10-17 19:31:04 -0700 | Ted Gould | 1 | -2/+2 | |
| Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from having to know if the document has changed, and keep track of that. This allows them to optimize their performance when doing things like live effects. (bzr r3977) | |||||
| 2007-06-27 | r15481@tres: ted | 2007-05-22 09:56:22 -0700 | Ted Gould | 1 | -1/+1 | |
| Switching to sigc::signal so it actually works. (bzr r3126) | |||||
| 2007-06-27 | r15480@tres: ted | 2007-05-20 23:51:34 -0700 | Ted Gould | 1 | -2/+2 | |
| The basics are all working, no call back from the preferences yet. That's the next step. But the dialogs appear correctly, and it works in the background. (bzr r3125) | |||||
| 2007-03-13 | extend the range of spacings | bulia byak | 1 | -4/+4 | |
| (bzr r2628) | |||||
| 2007-03-11 | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 1 | -1/+4 | |
| recent bbox regressions. (bzr r2604) | |||||
| 2007-01-24 | switch to using SVG::PathString for building paths | MenTaLguY | 1 | -12/+5 | |
| (bzr r2268) | |||||
