summaryrefslogtreecommitdiffstats
path: root/src/document.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵Kris De Gussem2012-04-051-0/+2
| | | | | thread "Some clipboard functions") (bzr r11153)
* UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the ↵Nicolas Dufour2012-03-071-3/+1
| | | | | | | | titlebar). Fixed bugs: - https://launchpad.net/bugs/294354 (bzr r11054)
* More header cleanup/fwd declarationsAlex Valavanis2012-02-151-3/+0
| | | (bzr r10986)
* Header cleaningAlex Valavanis2012-02-121-4/+0
| | | (bzr r10963)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-2/+2
| | | (bzr r10766.1.1)
* Purging some forward.h files.Jon A. Cruz2011-10-041-0/+1
| | | (bzr r10664)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.5)
* Added overload for getObjectById(). Added safety by zeroing out invalid ↵Jon A. Cruz2011-07-311-0/+1
| | | | | points (prevents accidental use of stale pointers). (bzr r10521)
* Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-041-1/+0
|\ | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
* | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-2/+13
|/ | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-102/+77
|\ | | | | (bzr r9945.1.1)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-0/+2
| | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-10/+14
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-29/+57
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-5/+10
| | | | | | | | | | 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)
* | Safer fix for bug #579932 that won't leak memory.Jon A. Cruz2010-07-281-1/+2
| | | | | | (bzr r9662)
* | Duplicate the undo key passed to sp_document_maybe_done, instead of simplyKrzysztof Kosi??ski2010-07-271-1/+1
|/ | | | | | | | | | 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)
* Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-081-1/+1
| | | (bzr r8952)
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵Maximilian Albert2009-12-261-7/+20
| | | | | perspectives. (bzr r8910)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-0/+3
| | | (bzr r8855)
* Patch to fix 205667 by Petteri AimonenJosh Andler2009-10-041-0/+1
| | | (bzr r8712)
* patch by Adrian Johnson for 166678bulia byak2009-09-051-2/+0
| | | (bzr r8561)
* Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵Nicolas Dufour2009-08-121-0/+2
| | | | | by Adrian Johnson. (bzr r8473)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-53/+50
| | | | | which cannot be fixed easily. (bzr r8422)
* xml/Document -> DocumentTreejohnce2009-08-051-1/+3
| | | (bzr r8417)
* struct Document->class Documentjohnce2009-08-051-0/+1
| | | (bzr r8410)
* SPDocument->Documentjohnce2009-08-051-49/+49
| | | (bzr r8404)
* docPeter Moulder2009-04-071-3/+3
| | | (bzr r7655)
* sp_document_change_uri_and_hrefs: New function.Peter Moulder2009-04-071-1/+3
| | | (bzr r7654)
* noop: whitespacePeter Moulder2009-04-071-47/+48
| | | (bzr r7652)
* Fixed to not emit signals from deleted object. May fix 271621.Jon A. Cruz2009-01-211-0/+2
| | | | | Fixed to no longer emit signal from deleted instance. Might fix bug 271621 (bzr r7153)
* Merge from fe-movedTed Gould2008-11-211-5/+2
| | | (bzr r6891)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-8/+12
| | | (bzr r6839)
* Fixed uninitialized variables, including modified-since-save.Jon A. Cruz2008-06-121-3/+3
| | | (bzr r5897)
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-1/+0
| | | (bzr r5122)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-2/+5
| | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491)
* abstract use of sodipodi:modifiedMenTaLguY2008-01-151-0/+3
| | | (bzr r4490)
* whitespace cleanupMenTaLguY2008-01-151-56/+56
| | | (bzr r4489)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-12/+19
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-3/+3
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz2007-10-081-0/+3
| | | (bzr r3862)
* Hold perspectives on document level rather than globally; this corrects the ↵Maximilian Albert2007-08-091-0/+20
| | | | | changes made in commit #15681 (bzr r3445)
* noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.Peter Moulder2007-05-201-1/+1
| | | (bzr r3032)
* Cleaned up test doc creationJon A. Cruz2007-05-121-1/+0
| | | (bzr r3007)
* add document serial numbersMenTaLguY2007-05-101-0/+1
| | | (bzr r2989)
* add method to select objects picked by a vector of pointsbulia byak2007-04-121-1/+3
| | | (bzr r2864)
* better way to deal with undo+id collisionsMenTaLguY2007-03-171-0/+3
| | | (bzr r2680)
* Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b2006-10-011-2/+0
| | | | | | created when Inkscape is started in non-gui mode. Fixes a critical assertion caused by creation of a Gtk::TreeStore. (bzr r1749)