summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel2013-04-0840-208/+1226
* Reactivated independent reference counting in the SPObject tree.Markus Engel2013-04-085-6/+23
* Added exception to SPFactory / basic handling to SPObject.Markus Engel2013-04-073-39/+87
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-07112-532/+251
* Merged FilterPrimitive and subclasses.Markus Engel2013-04-0735-1193/+431
* Merged more classes.Markus Engel2013-04-0644-1656/+523
* Merged ObjectGroup and subclasses.Markus Engel2013-04-068-309/+123
* Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-0535-2336/+1262
* Merged Item.Markus Engel2013-04-0543-277/+182
* merged from trunk (r12265)Markus Engel2013-04-0510-692/+414
|\
| * Fix for Bug #1163759 (Mouse selection ignores transform).Nicolas Dufour2013-04-041-6/+6
| * odf export: code clean up and preparatory work to allow gradients in export. ...Kris De Gussem2013-04-032-665/+376
| * Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...Kris De Gussem2013-04-035-17/+28
| * Fix copyright email for Martin OwensMartin Owens2013-03-311-1/+1
| * Translations. Fix for Bug #1162137 (Untranslatable strings in cdr, vsd and pd...Nicolas Dufour2013-03-301-3/+3
* | Merged FlowX classes.Markus Engel2013-04-059-864/+479
* | Merged more classes.Markus Engel2013-04-0531-976/+599
* | Merged Group and subclasses.Markus Engel2013-04-0515-962/+764
* | Merged Shape and subclasses. Cleaned up a bit.Markus Engel2013-04-0524-447/+452
* | Combined some classes.Markus Engel2013-04-0416-966/+896
* | Merged SPSpiral and CSpiral.Markus Engel2013-04-042-106/+104
* | Combined SPRect and CRect.Markus Engel2013-04-022-151/+129
* | Cleaned up a bit. Uses some C++11 features.Markus Engel2013-04-0229-693/+325
* | Replaced some forgotten old casting macros.Markus Engel2013-04-027-106/+95
* | Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel2013-04-0223-128/+257
* | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-0263-76/+766
* | Added new factory for SPObject tree objects.Markus Engel2013-04-023-0/+51
* | Added constructors to SP classes.Markus Engel2013-04-01148-404/+1085
* | Added experimental constructor to SPRect. Memory leaks because of non-virtual...Markus Engel2013-04-0110-29/+88
* | Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel2013-04-0111-46/+46
* | Replaced all casting macros with glib-independent ones.Markus Engel2013-04-0180-359/+219
* | Prepared exchange of casting macros.Markus Engel2013-03-3176-0/+97
* | Added TypeInfo class.Markus Engel2013-03-313-0/+81
* | Turned all functions concerning SPSpiral into member functions.Markus Engel2013-03-304-110/+70
* | Turned all functions concerning SPRect into member functions.Markus Engel2013-03-307-162/+148
* | Removed unused function definitionsMarkus Engel2013-03-301-32/+0
* | merged from trunkMarkus Engel2013-03-2918-65/+33
|\|
| * Header cleanupAlex Valavanis2013-03-2917-59/+23
| * Fix for Bug #1161205 (Font substitution dialog appears when generic font fami...Nicolas Dufour2013-03-281-1/+5
| * Fix for Bug #1161197 (Untranslatable string in Font substitution dialog) by M...Nicolas Dufour2013-03-281-1/+1
| * Fix for Bug #648233 (Measure Path extension doesn't use real superscript) by ...Nicolas Dufour2013-03-281-2/+2
| * fix buildJohan B. C. Engelen2013-03-281-3/+3
* | Renamed virtual function names.Markus Engel2013-03-29158-1609/+1609
* | merged from trunkMarkus Engel2013-03-29926-32116/+24392
|\|
| * Stop using top-level glibmm headerAlex Valavanis2013-03-264-19/+17
| * Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis2013-03-2626-32/+66
| * Revert r12183 and replace with better work-around for Pango bug (incorrectTavmjong Bah2013-03-261-16/+24
| * Fixed broken logic in zoom history to fix bug 1106031 (and removed some unrel...Craig Marshall2013-03-262-2/+1
| * Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-2585-145/+111
| * Fixed uninitialized variables & misc warnings.Jon A. Cruz2013-03-254-59/+61