summaryrefslogtreecommitdiffstats
path: root/src/svg-view.cpp (unfollow)
Commit message (Expand)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
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+9
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-4/+0
2016-04-11svg-view: Fix cursor APIAlex Valavanis1-1/+2
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-6/+7
2012-04-09Replace deprecated gdk_cursor_unrefAlex Valavanis1-0/+4
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
2012-01-04More GSEAL issuesAlex Valavanis1-2/+4
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-41/+20
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-2/+2
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-4/+5
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-4/+4
2011-06-27Inkview. Fix for bug #771365 (Inkview rendering with incorrect scaling when s...Nicolas Dufour1-2/+2
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-1/+0
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-6/+6
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-7/+6
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-07-16Implement guide behaviour as discussed on the mailing listMaximilian Albert1-1/+1
2008-10-27From trunkTed Gould1-1/+1
2008-10-11Merging from trunkTed Gould1-1/+1
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-1/+0
2007-11-02warning cleanupJon A. Cruz1-1/+1
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-6/+6
2006-02-14check for null spitem (fix for #1122875, patch by inkblotter)Ralf Stephan1-6/+16