summaryrefslogtreecommitdiffstats
path: root/src/document.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-25/+19
| | | (bzr r10582.1.5)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-7/+7
|\ | | | | (bzr r10579)
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-7/+7
| | | | | | (bzr r10347.1.21)
* | Refactored createnewDocFromMem() to be C++ instead of C, removing potential ↵Jon A. Cruz2011-07-311-18/+14
| | | | | | | | | | for memory leaks. (bzr r10523)
* | Added overload for getObjectById(). Added safety by zeroing out invalid ↵Jon A. Cruz2011-07-311-0/+8
| | | | | | | | | | points (prevents accidental use of stale pointers). (bzr r10521)
* | Memory leaks fix / code cleanupKris De Gussem2011-07-301-1/+10
|/ | | (bzr r10519)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+2
| | | (bzr r10347.1.2)
* Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-041-1/+1
|\ | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-32/+30
|/ | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Fix setting canvas margins when using "Resize page to drawing or selection"Martin Sucha2011-04-021-3/+3
| | | (bzr r10145)
* D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵Nicolas Dufour2011-03-181-1/+5
| | | | | Bug #707054 and Bug #707364). (bzr r10114)
* Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-3/+3
| | | (bzr r10059)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-308/+246
|\ | | | | (bzr r9945.1.1)
| * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-12/+23
| | | | | | (bzr r9546.1.12)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-8/+8
| | | | | | (bzr r9546.1.4)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-38/+38
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-94/+92
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-13/+13
| | | | | | | | | | 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)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-13/+5
| | | | | | (bzr r9828)
* | Safer fix for bug #579932 that won't leak memory.Jon A. Cruz2010-07-281-6/+2
| | | | | | (bzr r9662)
* | Duplicate the undo key passed to sp_document_maybe_done, instead of simplyKrzysztof Kosi??ski2010-07-271-1/+4
|/ | | | | | | | | | assigning it. Allows the function to be used with dynamically created keys and fixes undo stack spam when adjusting filter parameter values (LP #579932). Fixed bugs: - https://launchpad.net/bugs/579932 (bzr r9661)
* Makes the "Fit Page to Selection" margin options load from the opened file. ↵Alex Leone2010-06-011-1/+1
| | | | | | | | (Bug #499942) Fixed bugs: - https://launchpad.net/bugs/499942 (bzr r9462)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-5/+8
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Coords: fix guidelinesKrzysztof Kosi??ski2010-04-041-1/+1
| | | (bzr r9281.1.14)
* Fix canvas resizeKrzysztof Kosi??ski2010-04-031-7/+4
| | | (bzr r9281.1.8)
* Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-081-7/+82
| | | (bzr r8952)
* Correcting initialization order in ctor.Jon A. Cruz2009-12-271-2/+2
| | | (bzr r8914)
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵Maximilian Albert2009-12-261-20/+43
| | | | | perspectives. (bzr r8910)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-20/+78
| | | (bzr r8855)
* Patch to fix 205667 by Petteri AimonenJosh Andler2009-10-041-5/+13
| | | (bzr r8712)
* two safe changes: 1) increase the arbitrary limit on the number of update ↵bulia byak2009-09-141-3/+3
| | | | | iterations - it is very possible in a complex document to have more than 32 chained gradients or patterns, and each step requires an iteration; 2) fix crash when this limit is reached for a clipboard document that has no URI (bzr r8584)
* patch by Adrian Johnson for 166678bulia byak2009-09-051-19/+0
| | | (bzr r8561)
* Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵Nicolas Dufour2009-08-121-0/+19
| | | | | by Adrian Johnson. (bzr r8473)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-77/+77
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8416)
* SPDocument->Documentjohnce2009-08-051-76/+76
| | | (bzr r8404)
* Removed sodipodi:versionJon A. Cruz2009-06-091-8/+4
| | | (bzr r8029)
* oops, fix a bug in that last commit (revealed by eps import; I don't think ↵Peter Moulder2009-04-071-2/+2
| | | | | this bug occurred with skencil import). (bzr r7659)
* sp_document_change_uri_and_hrefs: New function.Peter Moulder2009-04-071-26/+56
| | | (bzr r7654)
* functional noop: Change prepend_current_dir_if_relative to return the result ↵Peter Moulder2009-04-071-2/+2
| | | | | rather than taking a pointer to where to put the result. (Clarifies that the existing value isn't used.) (bzr r7653)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-1/+1
| | | (bzr r7380)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-15/+13
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Fixed to not emit signals from deleted object. May fix 271621.Jon A. Cruz2009-01-211-3/+12
| | | | | Fixed to no longer emit signal from deleted instance. Might fix bug 271621 (bzr r7153)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-2/+2
| | | | | version string on Linux. (bzr r7123)
* fixed: getting pagecolor for bordercolorThomas Holder2008-12-121-1/+1
| | | (bzr r6991)
* Bug #167682 (resizing page must also resize viewBox)Thomas Holder2008-12-071-0/+8
| | | (bzr r6968)