summaryrefslogtreecommitdiffstats
path: root/src/document.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Purging some forward.h files.Jon A. Cruz2011-10-041-0/+1
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-1/+0
* Added overload for getObjectById(). Added safety by zeroing out invalid point...Jon A. Cruz2011-07-311-0/+1
* Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...Jon A. Cruz2011-06-041-1/+0
|\
* | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-2/+13
|/
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-102/+77
|\
| * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-061-0/+2
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-10/+14
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-29/+57
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-5/+10
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Safer fix for bug #579932 that won't leak memory.Jon A. Cruz2010-07-281-1/+2
* | Duplicate the undo key passed to sp_document_maybe_done, instead of simplyKrzysztof Kosi??ski2010-07-271-1/+1
|/
* Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-081-1/+1
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert2009-12-261-7/+20
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-0/+3
* Patch to fix 205667 by Petteri AimonenJosh Andler2009-10-041-0/+1
* patch by Adrian Johnson for 166678bulia byak2009-09-051-2/+0
* Fix for Bug #166678 (Paper size or orientation are not used when printing) b...Nicolas Dufour2009-08-121-0/+2
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-53/+50
* xml/Document -> DocumentTreejohnce2009-08-051-1/+3
* struct Document->class Documentjohnce2009-08-051-0/+1
* SPDocument->Documentjohnce2009-08-051-49/+49
* docPeter Moulder2009-04-071-3/+3
* sp_document_change_uri_and_hrefs: New function.Peter Moulder2009-04-071-1/+3
* noop: whitespacePeter Moulder2009-04-071-47/+48
* Fixed to not emit signals from deleted object. May fix 271621.Jon A. Cruz2009-01-211-0/+2
* Merge from fe-movedTed Gould2008-11-211-5/+2
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-8/+12
* Fixed uninitialized variables, including modified-since-save.Jon A. Cruz2008-06-121-3/+3
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-1/+0
* stop toggling insensitive state for modification flag updates (fixes critical...MenTaLguY2008-01-151-2/+5
* abstract use of sodipodi:modifiedMenTaLguY2008-01-151-0/+3
* whitespace cleanupMenTaLguY2008-01-151-56/+56
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-12/+19
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-041-3/+3
* Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz2007-10-081-0/+3
* Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert2007-08-091-0/+20
* noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.Peter Moulder2007-05-201-1/+1
* Cleaned up test doc creationJon A. Cruz2007-05-121-1/+0
* add document serial numbersMenTaLguY2007-05-101-0/+1
* add method to select objects picked by a vector of pointsbulia byak2007-04-121-1/+3
* better way to deal with undo+id collisionsMenTaLguY2007-03-171-0/+3
* Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b2006-10-011-2/+0
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-261-2/+2
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-7/+7
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-7/+7
* Forced redraw of canvas upon document commit to work around event starvation ...John Bintz2006-07-231-0/+2
* marker refactoring workBryce Harrington2006-07-201-0/+2