summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-12fix crash 1544495 when closing a document with mask/clippath: it makes no sen...bulia byak1-1/+1
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan1-3/+3
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
2006-07-29remove GObject signals from SPObjectMenTaLguY1-20/+8
2006-07-21sp_object_invoke_release -> SPObject::releaseReferences, plus the introductio...MenTaLguY1-26/+27
2006-07-20marker refactoring workBryce Harrington1-19/+44
2006-05-08use c++filt for symbol demangling if availableMenTaLguY1-1/+2
2006-05-02r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould1-35/+11
2006-05-02(bzr r690)Ted Gould1-11/+35
2006-04-29switch everyone to simpler debug event APIMenTaLguY1-49/+27
2006-04-29make refcount logging a little more useful by including the relevent class nameMenTaLguY1-11/+10
2006-03-15shared_ptr -> ptr_sharedMenTaLguY1-6/+6
2006-03-12experiment with moving release beofre extraction of object from document treeMenTaLguY1-4/+2
2006-03-05Add signal for notification of object position changesMenTaLguY1-0/+3
2006-02-15bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan1-49/+49
2006-02-08share_static -> share_static_stringMenTaLguY1-2/+2
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY1-8/+8