summaryrefslogtreecommitdiffstats
path: root/src/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-1942-2539/+1986
|\
| * Added runtime check in SP_-cast macros.Markus Engel2013-09-1521-21/+21
| * Modified SP_IS_ macros.Markus Engel2013-09-1421-24/+24
| * Replacement of unnecessary variables.Markus Engel2013-07-3132-839/+769
| * Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-3110-340/+330
| * Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-0726-74/+30
| * Merged FilterPrimitive and subclasses.Markus Engel2013-04-0732-1104/+407
| * Merged more classes.Markus Engel2013-04-0610-423/+133
| * Added virtual destructor to SPObject. Switched to new factory. Replaced some ...Markus Engel2013-04-021-1/+1
| * Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-0219-0/+190
| * Added constructors to SP classes.Markus Engel2013-04-0142-89/+262
| * Replaced all casting macros with glib-independent ones.Markus Engel2013-04-0121-88/+52
| * Prepared exchange of casting macros.Markus Engel2013-03-3121-0/+21
| * Renamed virtual function names.Markus Engel2013-03-2942-366/+366
| * merged from trunkMarkus Engel2013-03-2942-4346/+117
| |\
| * | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-2921-92/+92
| * | Replaced virtual function call to "build_renderer".Markus Engel2013-03-2916-16/+16
| * | Added "virtual pads" toMarkus Engel2013-03-2932-413/+3406
| * | Added "virtual pads" toMarkus Engel2013-03-291-0/+2
| * | Added "virtual pads" toMarkus Engel2013-03-2910-72/+943
| * | Various changes.Markus Engel2013-03-1421-81/+101
* | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-0/+2
| |/ |/|
* | Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
* | Fix even more forward declaration tagsAlex Valavanis2013-03-1517-47/+1
* | Fix another load of forward declaration tagsAlex Valavanis2013-03-146-11/+3
* | Filter color values always defined as sRGB (or ICC).Tavmjong Bah2013-01-294-5/+40
* | More GObject boilerplate reductionAlex Valavanis2013-01-2619-728/+217
* | Cleanup more GObject type definitionsAlex Valavanis2013-01-172-42/+19
* | Fix for 638943 : feComponentTransfer resource add causing CRITICAL messages i...John Smith2012-09-191-1/+1
|/
* fix regression introduced in revision 10987Kris De Gussem2012-02-161-3/+7
* cppcheckKris De Gussem2012-02-151-9/+5
* allow use of comma delimiter in filter table values array (Bug 511140)Alvin Penner2012-01-212-2/+2
* Removed outdated and undesired "I'm in this cpp, so change your behavior" mac...Jon A. Cruz2011-07-022-4/+0
* added missing headerCampbell Barton2011-07-021-0/+1
* get cmake working again.Campbell Barton2011-06-221-16/+3
* Merge from trunkKrzysztof Kosi??ski2011-06-191-24/+63
|\
| * cmake:Campbell Barton2011-06-131-1/+39
| * cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
| * cmake:Campbell Barton2011-06-131-2/+3
| * cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton2011-06-121-2/+2
| * work in progress cmake commit:Campbell Barton2011-06-121-24/+23
* | Merge from trunkKrzysztof Kosi??ski2011-04-0719-55/+104
|\|
| * Add handling filter primitive subregion to filter primitive classes.Tavmjong Bah2011-03-112-22/+72
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-2213-14/+14
| * Pass removing some outdated C-macro use.Jon A. Cruz2011-02-204-18/+17
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-1519-149/+136
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-1218-145/+133
| |\
| | * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-1217-97/+97
| | * C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public2010-07-063-3/+9
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-015-9/+9