| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -2/+4 | |
| A lot of header clean-up. | |||||
| 2017-09-24 | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 1 | -2/+2 | |
| 2016-04-21 | minor warning cleanup. | Jon A. Cruz | 1 | -2/+6 | |
| (bzr r14861) | |||||
| 2015-10-29 | static code analysis | Kris De Gussem | 1 | -5/+5 | |
| (bzr r14436) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -5/+5 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -17/+19 | |
| (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 | -31/+26 | |
| 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-09-27 | Update to experimental r13565 | Liam P. White | 1 | -0/+1 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -0/+1 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2012-10-04 | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 1 | -9/+10 | |
| they are not used elsewhere. (bzr r11735) | |||||
| 2011-10-03 | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 1 | -2/+3 | |
| (bzr r10659) | |||||
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -2/+2 | |
| using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| 2011-07-17 | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 1 | -4/+4 | |
| item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466) | |||||
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -0/+1 | |
| (bzr r10347.1.2) | |||||
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -2/+2 | |
| (bzr r10067) | |||||
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r10025) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 1 | -1/+1 | |
| fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | |||||
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 1 | -6/+6 | |
| 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) | |||||
| 2010-03-02 | Cleanup on id access. | Jon A. Cruz | 1 | -17/+17 | |
| (bzr r9127) | |||||
| 2009-02-21 | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 1 | -0/+0 | |
| should be. Build libinkscape.a - should reduce link time. (bzr r7337) | |||||
| 2008-12-30 | get rid of a lot of no longer needed "libnr/nr-..." includes. | Johan B. C. Engelen | 1 | -1/+0 | |
| (bzr r7045) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -10/+18 | |
| (bzr r6891) | |||||
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -2/+2 | |
| (bzr r6884) | |||||
| 2008-09-18 | Yet another NR ==> Geom change | Maximilian Albert | 1 | -70/+70 | |
| (bzr r6840) | |||||
| 2008-08-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -6/+6 | |
| (bzr r6593) | |||||
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r6569) | |||||
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -4/+4 | |
| (bzr r5915) | |||||
| 2007-03-18 | add required includes for gcc 4.3 and fix a const issue -- patch #1675635 | MenTaLguY | 1 | -0/+1 | |
| from mellum (Falk Hueffner) (bzr r2696) | |||||
| 2007-03-04 | adapt code to new Maybe/bbox regime | MenTaLguY | 1 | -7/+16 | |
| (bzr r2538) | |||||
| 2007-03-04 | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 1 | -2/+2 | |
| rect handling, though) (bzr r2536) | |||||
