summaryrefslogtreecommitdiffstats
path: root/src/object/sp-style-elem.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-08Use correct function to add additional style sheets to style sheet list.Tavmjong Bah1-1/+1
2019-08-28Fix issues pointed by @ede123 and cssinateJabiertxof1-5/+8
2019-07-08Fix coding styleJabiertxof1-3/+3
2019-07-08Improvements to temming allow diferent on dark themesJabiertxof1-3/+3
2019-06-23Remove experimental code to work in MR and fixes for selectorsJabier Arraiza1-5/+9
2019-04-06More document.h cleanup.Tavmjong Bah1-7/+7
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-4/+4
2018-11-14Use better syntax, clean up before reloading and call SPObjet releaseMartin Owens1-4/+8
2018-11-14Move getStyles to styles and clean up on destruction.Martin Owens1-17/+17
2018-11-13Add capability to get style rulesets as SPStyle objectsMartin Owens1-0/+17
2018-11-12Support multiple style sheets or style elements in an svg documentMartin Owens1-20/+17
2018-11-08Clarify licensesMax Gaukler1-0/+9
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-26/+26
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-6/+6
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-6/+6
2018-04-29moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin1-1/+1
2018-03-27a few more fixes to build warnings related to libnrtypeFelipe Corrêa da Silva Sanches1-2/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
2017-10-25Add limited support for CSS 'font-face' rule.Tavmjong Bah1-1/+53
2017-10-23Save decl list for 'font-face' rule. Micro-step in supporting rule.Tavmjong Bah1-19/+48
2017-09-21Remove usage of GString in sp-style-elem.cppJan Lingscheid1-6/+6
2017-09-04Fix crash in style dialog (double deletion of document->style_sheet).Tavmjong Bah1-5/+8
2017-08-07Add support for imported style sheets via @import to Inkscape.Tavmjong Bah1-53/+118
2016-08-15Add changes for compilation with trunkTavmjong Bah & Kamalpreet Grewal1-2/+2
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-3/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+3
2016-07-13Propagate changes to object tree with changes in style elementTavmjong Bah1-3/+22
2015-02-25create SPObject factoryLiam P. White1-10/+0
2014-12-24Remove sp_style_read_from_object()Tavmjong Bah1-6/+7
2014-11-15Purged SP_STYLE_ELEM/SP_IS_STYLE_ELEM macro abuse.Jon A. Cruz1-32/+22
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-10/+7
2013-04-06Merged more classes.Markus Engel1-37/+15
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+10
2013-04-01Added constructors to SP classes.Markus Engel1-4/+10
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-11/+11
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-3/+3
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-26More GObject boilerplate reductionAlex Valavanis1-33/+7
2012-08-20Added "virtual pad" to SPStyleElem.Markus Engel1-20/+49
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-2/+2
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-1/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+3
2007-05-12Cleaned up test doc creationJon A. Cruz1-1/+3