summaryrefslogtreecommitdiffstats
path: root/src/svg-view.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-06C++ify SVGViewWidget. Remove unused code.Tavmjong Bah1-227/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+9
A lot of header clean-up.
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-4/+0
(bzr r15023.2.8)
2016-04-11svg-view: Fix cursor APIAlex Valavanis1-1/+2
(bzr r14783)
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-6/+7
(bzr r12475.1.2)
2012-04-09Replace deprecated gdk_cursor_unrefAlex Valavanis1-0/+4
(bzr r11196)
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
(bzr r11011)
2012-01-04More GSEAL issuesAlex Valavanis1-2/+4
(bzr r10836)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-41/+20
(bzr r10697)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-2/+2
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-4/+5
(bzr r10347.1.21)
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-4/+4
(bzr r10461)
2011-06-27Inkview. Fix for bug #771365 (Inkview rendering with incorrect scaling when ↵Nicolas Dufour1-2/+2
slide showing multiple files). (bzr r10376)
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
(bzr r10347.1.2)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-1/+0
header. (bzr r9978.1.1)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-6/+6
(bzr r9546.1.2)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-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-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8404)
2009-07-16Implement guide behaviour as discussed on the mailing listMaximilian Albert1-1/+1
(bzr r8293)
2008-10-27From trunkTed Gould1-1/+1
(bzr r6885)
2008-10-11Merging from trunkTed Gould1-1/+1
(bzr r6884)
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop ↵bulia byak1-1/+0
this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819)
2007-11-02warning cleanupJon A. Cruz1-1/+1
(bzr r4012)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
one major janitorial task we identified.... (bzr r1633)
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-6/+6
(bzr r149)
2006-02-14check for null spitem (fix for #1122875, patch by inkblotter)Ralf Stephan1-6/+16
(bzr r140)