summaryrefslogtreecommitdiffstats
path: root/src/sp-style-elem.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-533/+0
| | | | A lot of header clean-up.
* Add limited support for CSS 'font-face' rule.Tavmjong Bah2017-10-251-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.
* Save decl list for 'font-face' rule. Micro-step in supporting rule.Tavmjong Bah2017-10-231-19/+48
|
* Remove usage of GString in sp-style-elem.cppJan Lingscheid2017-09-211-6/+6
|
* Fix crash in style dialog (double deletion of document->style_sheet).Tavmjong Bah2017-09-041-5/+8
|
* Add support for imported style sheets via @import to Inkscape.Tavmjong Bah2017-08-071-53/+118
|
* Add changes for compilation with trunkTavmjong Bah & Kamalpreet Grewal2016-08-151-2/+2
| | | (bzr r14949.1.65)
* Propagate changes to object tree with changes in style elementTavmjong Bah2016-07-131-3/+22
| | | (bzr r14949.1.46)
* create SPObject factoryLiam P. White2015-02-251-10/+0
| | | (bzr r13939.1.1)
* Remove sp_style_read_from_object()Tavmjong Bah2014-12-241-6/+7
| | | (bzr r13822.1.3)
* Purged SP_STYLE_ELEM/SP_IS_STYLE_ELEM macro abuse.Jon A. Cruz2014-11-151-32/+22
| | | (bzr r13711)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-10/+7
| | | (bzr r11608.1.86)
* Merged more classes.Markus Engel2013-04-061-37/+15
| | | (bzr r11608.1.84)
* Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel2013-04-021-0/+10
| | | | | rewritten, as they aren't real classes. (bzr r11608.1.69)
* Added constructors to SP classes.Markus Engel2013-04-011-4/+10
| | | (bzr r11608.1.67)
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | | (bzr r11608.1.63)
* Renamed virtual function names.Markus Engel2013-03-291-11/+11
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-64/+7
|\ | | | | (bzr r11608.1.56)
| * More GObject boilerplate reductionAlex Valavanis2013-01-261-33/+7
| | | | | | (bzr r12064)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-3/+3
| | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
* | Various changes.Markus Engel2013-03-141-1/+1
| | | | | | (bzr r11608.1.48)
* | Added "virtual pad" to SPStyleElem.Markus Engel2012-08-201-20/+49
|/ | | (bzr r11608.1.32)
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-1/+1
| | | (bzr r10064)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+4
|\ | | | | (bzr r9945.1.1)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-2/+2
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-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)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)
* Cleaned up test doc creationJon A. Cruz2007-05-121-1/+3
| | | (bzr r3007)
* fix 1491639bulia byak2007-03-111-0/+10
| | | (bzr r2601)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-221-1/+1
| | | (bzr r2258)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+2
| | | | | create methods to match DOM (bzr r2253)
* I peeled back my changes because of some deep error.Jon Phillips2006-08-251-1/+1
| | | (bzr r1636)
* Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips2006-08-241-1/+1
| | | (bzr r1634)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+407
(bzr r1)