summaryrefslogtreecommitdiffstats
path: root/src/document.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-05Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...Kris De Gussem1-0/+2
2012-03-07UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the tit...Nicolas Dufour1-3/+1
2012-02-15More header cleanup/fwd declarationsAlex Valavanis1-3/+0
2012-02-12Header cleaningAlex Valavanis1-4/+0
2011-12-11mixed usage of class and struct for same objectKris De Gussem1-2/+2
2011-10-04Purging some forward.h files.Jon A. Cruz1-0/+1
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-1/+0
2011-07-31Added overload for getObjectById(). Added safety by zeroing out invalid point...Jon A. Cruz1-0/+1
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-2/+13
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-28Applied fix for sp_document_maybe_done() that was holding pointers to interna...Jon A. Cruz1-1/+2
2010-07-28Safer fix for bug #579932 that won't leak memory.Jon A. Cruz1-1/+2
2010-07-27Duplicate the undo key passed to sp_document_maybe_done, instead of simplyKrzysztof Kosi??ski1-1/+1
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-0/+2
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-10/+14
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-29/+57
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-5/+10
2010-01-08Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler1-1/+1
2009-12-26Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert1-7/+20
2009-12-02Merge GSoC2009 Connectors into trunkArcadie M. Cracan1-0/+3
2009-10-04Patch to fix 205667 by Petteri AimonenJosh Andler1-0/+1
2009-09-05patch by Adrian Johnson for 166678bulia byak1-2/+0
2009-08-12Fix for Bug #166678 (Paper size or orientation are not used when printing) b...Nicolas Dufour1-0/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-53/+50
2009-08-05xml/Document -> DocumentTreejohnce1-1/+3
2009-08-05struct Document->class Documentjohnce1-0/+1
2009-08-05SPDocument->Documentjohnce1-49/+49
2009-04-07docPeter Moulder1-3/+3
2009-04-07sp_document_change_uri_and_hrefs: New function.Peter Moulder1-1/+3
2009-04-07noop: whitespacePeter Moulder1-47/+48
2009-01-21Fixed to not emit signals from deleted object. May fix 271621.Jon A. Cruz1-0/+2
2008-11-21Merge from fe-movedTed Gould1-5/+2
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-8/+12
2008-06-12Fixed uninitialized variables, including modified-since-save.Jon A. Cruz1-3/+3
2008-03-19Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert1-1/+0
2008-01-15stop toggling insensitive state for modification flag updates (fixes critical...MenTaLguY1-2/+5
2008-01-15abstract use of sodipodi:modifiedMenTaLguY1-0/+3
2008-01-15whitespace cleanupMenTaLguY1-56/+56
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-12/+19
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen1-3/+3
2007-10-08Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz1-0/+3
2007-08-09Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert1-0/+20
2007-05-20noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.Peter Moulder1-1/+1
2007-05-12Cleaned up test doc creationJon A. Cruz1-1/+0
2007-05-10add document serial numbersMenTaLguY1-0/+1
2007-04-12add method to select objects picked by a vector of pointsbulia byak1-1/+3
2007-03-17better way to deal with undo+id collisionsMenTaLguY1-0/+3
2006-10-01Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b1-2/+0
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan1-2/+2