summaryrefslogtreecommitdiffstats
path: root/src/sp-style-elem.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-533/+0
A lot of header clean-up.
2017-10-25Add limited support for CSS 'font-face' rule.Tavmjong Bah1-1/+53
Basically, any ttf or otf file found will be loaded but no custom matching is done nor is the 'font-family' menu updated.
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
(bzr r14949.1.65)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-3/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+3
(bzr r15025)
2016-07-13Propagate changes to object tree with changes in style elementTavmjong Bah1-3/+22
(bzr r14949.1.46)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2014-12-24Remove sp_style_read_from_object()Tavmjong Bah1-6/+7
(bzr r13822.1.3)
2014-11-15Purged SP_STYLE_ELEM/SP_IS_STYLE_ELEM macro abuse.Jon A. Cruz1-32/+22
(bzr r13711)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-10/+7
(bzr r11608.1.86)
2013-04-06Merged more classes.Markus Engel1-37/+15
(bzr r11608.1.84)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+10
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-4/+10
(bzr r11608.1.67)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-11/+11
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-3/+3
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-14Various changes.Markus Engel1-1/+1
(bzr r11608.1.48)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-33/+7
(bzr r12064)
2012-08-20Added "virtual pad" to SPStyleElem.Markus Engel1-20/+49
(bzr r11608.1.32)
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-1/+1
(bzr r10064)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-2/+2
Privatisation tweaks (bzr r9546.1.6)
2010-07-06C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public1-1/+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)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-2/+2
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8404)
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+3
(bzr r5884)
2007-05-12Cleaned up test doc creationJon A. Cruz1-1/+3
(bzr r3007)
2007-03-11fix 1491639bulia byak1-0/+10
(bzr r2601)
2007-01-22continue switching sp_repr_new* over to XML::Document::create*Aaron Spike1-1/+1
(bzr r2258)
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY1-1/+2
create methods to match DOM (bzr r2253)
2006-08-25I peeled back my changes because of some deep error.Jon Phillips1-1/+1
(bzr r1636)
2006-08-24Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips1-1/+1
(bzr r1634)