| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-06 | C++ify SVGViewWidget. Remove unused code. | Tavmjong Bah | 1 | -227/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -8/+8 | |
| 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 | -4/+9 | |
| A lot of header clean-up. | |||||
| 2016-07-28 | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 1 | -4/+0 | |
| (bzr r15023.2.8) | |||||
| 2016-04-11 | svg-view: Fix cursor API | Alex Valavanis | 1 | -1/+2 | |
| (bzr r14783) | |||||
| 2013-08-27 | Added viewBox implement document unit support. | Matthew Petroff | 1 | -6/+7 | |
| (bzr r12475.1.2) | |||||
| 2012-04-09 | Replace deprecated gdk_cursor_unref | Alex Valavanis | 1 | -0/+4 | |
| (bzr r11196) | |||||
| 2012-02-25 | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 1 | -1/+1 | |
| (bzr r11011) | |||||
| 2012-01-04 | More GSEAL issues | Alex Valavanis | 1 | -2/+4 | |
| (bzr r10836) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -41/+20 | |
| (bzr r10697) | |||||
| 2011-08-07 | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 1 | -2/+2 | |
| methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | |||||
| 2011-08-06 | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 1 | -4/+5 | |
| (bzr r10347.1.21) | |||||
| 2011-07-16 | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 1 | -4/+4 | |
| (bzr r10461) | |||||
| 2011-06-27 | Inkview. Fix for bug #771365 (Inkview rendering with incorrect scaling when ↵ | Nicolas Dufour | 1 | -2/+2 | |
| slide showing multiple files). (bzr r10376) | |||||
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -0/+1 | |
| (bzr r10347.1.2) | |||||
| 2010-12-23 | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 1 | -1/+0 | |
| header. (bzr r9978.1.1) | |||||
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -6/+6 | |
| (bzr r9546.1.2) | |||||
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 1 | -7/+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) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -1/+1 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 | |
| (bzr r8404) | |||||
| 2009-07-16 | Implement guide behaviour as discussed on the mailing list | Maximilian Albert | 1 | -1/+1 | |
| (bzr r8293) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -1/+1 | |
| (bzr r6885) | |||||
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -1/+1 | |
| (bzr r6884) | |||||
| 2008-09-16 | remove extra unref; now ref/unref is done by show/hide; this used to stop ↵ | bulia byak | 1 | -1/+0 | |
| this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819) | |||||
| 2007-11-02 | warning cleanup | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r4012) | |||||
| 2006-08-25 | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 1 | -1/+1 | |
| need to rethink and incrementally change gbooleans to bools (bzr r1637) | |||||
| 2006-08-23 | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 1 | -1/+1 | |
| one major janitorial task we identified.... (bzr r1633) | |||||
| 2006-02-15 | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 1 | -6/+6 | |
| (bzr r149) | |||||
| 2006-02-14 | check for null spitem (fix for #1122875, patch by inkblotter) | Ralf Stephan | 1 | -6/+16 | |
| (bzr r140) | |||||
