| Commit message (Expand) | Author | Files | Lines |
| 2015-05-02 | Fixed comparison function used in sorts | Marc Jeanmougin | 1 | -1/+1 |
| 2015-02-27 | more cast cleanup | Marc Jeanmougin | 1 | -1/+1 |
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -5/+5 |
| 2015-02-26 | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 1 | -1/+1 |
| 2015-02-25 | Isolate components of libgc | Liam P. White | 1 | -1/+1 |
| 2015-02-21 | Fixes bug 1152657: "Paste selection with original+clone(s): Wrong placement ... | Marc Jeanmougin | 1 | -1/+9 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -10/+10 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -16/+17 |
| 2015-01-21 | Fix regression: pasted bitmaps should be embeded. (Bug #855440) | Tavmjong Bah | 1 | -2/+5 |
| 2015-01-15 | during copy and paste, scale stock symbols from units of 'px' to 'document-un... | Alvin Penner | 1 | -9/+20 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -1/+1 |
| 2014-12-21 | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 1 | -1/+1 |
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -4/+4 |
| 2014-12-19 | disable rev 13709, following Bug 1365451, comments 13-16 | Alvin Penner | 1 | -2/+2 |
| 2014-11-15 | scale symbols when changing document units (Bug 1365451) | Alvin Penner | 1 | -0/+7 |
| 2014-10-25 | Cleaned casts from sp-shape by fixing member type. | Jon A. Cruz | 1 | -0/+1 |
| 2014-10-24 | Initial removal of box3d outdated GTKish macros. | Jon A. Cruz | 1 | -53/+78 |
| 2014-10-05 | Move more UI code into ui/ | Liam P. White | 1 | -1/+1 |
| 2014-07-28 | Fix for copy&paste clone original with clip-path/mask | Liam P. White | 1 | -0/+9 |
| 2014-03-18 | Added in new toy effect "Taper Strokes," readded a missing header file, bugfixes | Liam P. White | 1 | -0/+9 |
| 2013-11-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -2/+2 |
| 2013-11-07 | First step of moving tools into appropriate namespaces. | Markus Engel | 1 | -3/+3 |
| 2013-10-04 | C++ | Johan B. C. Engelen | 1 | -2/+2 |
| 2013-09-25 | C++ify calling a few SPLPEItem functions, much more work than expected... slo... | Johan B. C. Engelen | 1 | -1/+1 |
| 2013-09-12 | fix Windows build | Johan B. C. Engelen | 1 | -3/+3 |
| 2013-09-02 | Allow EMF import from Wine apps on Linux | Krzysztof Kosi??ski | 1 | -14/+17 |
| 2013-08-28 | Improve code readability. | Matthew Petroff | 1 | -2/+2 |
| 2013-07-31 | Eliminate "unit-constants.h". | Matthew Petroff | 1 | -4/+4 |
| 2013-04-21 | Cleaned up a bit. | Markus Engel | 1 | -1/+2 |
| 2013-04-21 | Remove GLib error and remove some cruft | Martin Owens | 1 | -8/+4 |
| 2013-04-05 | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 1 | -3/+2 |
| 2013-03-25 | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 1 | -1/+1 |
| 2012-10-11 | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 1 | -0/+50 |
| 2012-06-09 | Use new form of set() method in Gtk::Clipboard | Alex Valavanis | 1 | -0/+6 |
| 2012-05-04 | Adding checks to prevent null pointer dereferences | Kris De Gussem | 1 | -11/+26 |
| 2012-04-05 | Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread... | Kris De Gussem | 1 | -180/+5 |
| 2012-03-18 | Import. Bitmap import improvements (see Bugs #171842 and #847374). | Nicolas Dufour | 1 | -4/+5 |
| 2012-02-21 | cppcheck: null pointer dereference fix | Kris De Gussem | 1 | -3/+3 |
| 2012-01-17 | add underscores to some member variables. | Johan B. C. Engelen | 1 | -2/+2 |
| 2012-01-13 | Fix for bug #496793 (ctrl c ctrl v of text in edit mode crashes inkscape) by ... | Nicolas Dufour | 1 | -3/+1 |
| 2012-01-07 | dropped deprecated function sp_repr_get_double_attribute | Kris De Gussem | 1 | -1/+3 |
| 2012-01-03 | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 1 | -1/+1 |
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -40/+41 |
| 2011-08-27 | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 1 | -2/+0 |
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -4/+4 |
| 2011-06-04 | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()... | Jon A. Cruz | 1 | -3/+3 |
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -16/+17 |
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -1/+1 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-08-11 | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 1 | -0/+1 |