summaryrefslogtreecommitdiffstats
path: root/src/svg-view.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated gdk_cursor_unrefAlex Valavanis2012-04-091-0/+4
| | | (bzr r11196)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
| | | (bzr r11011)
* More GSEAL issuesAlex Valavanis2012-01-041-2/+4
| | | (bzr r10836)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-41/+20
| | | (bzr r10697)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-2/+2
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-4/+5
| | | (bzr r10347.1.21)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-4/+4
| | | (bzr r10461)
* Merge from trunkKrzysztof Kosi??ski2011-07-061-2/+2
|\ | | | | (bzr r10347.1.5)
| * Inkview. Fix for bug #771365 (Inkview rendering with incorrect scaling when ↵Nicolas Dufour2011-06-271-2/+2
| | | | | | | | | | slide showing multiple files). (bzr r10376)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
|/ | | (bzr r10347.1.2)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+0
| | | | | header. (bzr r9978.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-15/+14
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-6/+6
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8404)
* Implement guide behaviour as discussed on the mailing listMaximilian Albert2009-07-161-1/+1
| | | (bzr r8293)
* From trunkTed Gould2008-10-271-1/+1
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* remove extra unref; now ref/unref is done by show/hide; this used to stop ↵bulia byak2008-09-161-1/+0
| | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819)
* warning cleanupJon A. Cruz2007-11-021-1/+1
| | | (bzr r4012)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-6/+6
| | | (bzr r149)
* check for null spitem (fix for #1122875, patch by inkblotter)Ralf Stephan2006-02-141-6/+16
| | | (bzr r140)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+230
(bzr r1)