| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -276/+0 |
| | | | | | A lot of header clean-up. | ||||
| * | Extract SPDimensions from spfilters | Shlomi Fish | 2017-10-05 | 1 | -19/+1 |
| | | |||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -5/+1 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -5/+1 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+5 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -5/+1 |
| | | | | | | | (bzr r15025) | ||||
| * | | Last part of new SPObject children list | Adrian Boguszewski | 2016-07-14 | 1 | -2/+4 |
| |/ | | | (bzr r14954.1.20) | ||||
| * | || | Liam P. White | 2015-07-27 | 1 | -1/+1 |
| | | | | (bzr r14267) | ||||
| * | + NULL check (fixes bug #1474011 : Segmentation fault in ↵ | Kris De Gussem | 2015-07-27 | 1 | -1/+3 |
| | | | | | | sp_filter_primitive_read_in) (bzr r14263) | ||||
| * | Fix build (not pretty). | Liam P. White | 2014-08-18 | 1 | -2/+3 |
| | | | | (bzr r13341.1.146) | ||||
| * | Use viewport when calculating filter primitive region when 'primitiveUnits' ↵ | Tavmjong Bah | 2014-03-01 | 1 | -0/+29 |
| | | | | | | set to "userSpaceOnUse". (bzr r13083) | ||||
| * | Code cleanup and indentation. | Tavmjong Bah | 2014-03-01 | 1 | -45/+28 |
| | | | | (bzr r13082) | ||||
| * | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 1 | -2/+2 |
| | | | | (bzr r11608.1.111) | ||||
| * | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -9/+6 |
| | | | | (bzr r11608.1.86) | ||||
| * | Merged FilterPrimitive and subclasses. | Markus Engel | 2013-04-07 | 1 | -66/+20 |
| | | | | (bzr r11608.1.85) | ||||
| * | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -4/+10 |
| | | | | (bzr r11608.1.67) | ||||
| * | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+1 |
| | | | | (bzr r11608.1.63) | ||||
| * | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -11/+11 |
| | | | | (bzr r11608.1.57) | ||||
| * | merged from trunk | Markus Engel | 2013-03-29 | 1 | -156/+11 |
| |\ | | | | | (bzr r11608.1.56) | ||||
| | * | Add support for color-interpolation-filters = linearRGB. | Tavmjong Bah | 2012-12-22 | 1 | -4/+11 |
| | | | | | | | (bzr r11972) | ||||
| * | | Removed function pointers from SPObject and subclasses. | Markus Engel | 2013-03-29 | 1 | -4/+4 |
| | | | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55) | ||||
| * | | Replaced virtual function call to "build_renderer". | Markus Engel | 2013-03-29 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.53) | ||||
| * | | Added "virtual pads" to | Markus Engel | 2013-03-29 | 1 | -23/+163 |
| | | | | | | | | | | | | | | | - SPFilterPrimitive and all subclasses All subclasses of SPObject now have got virtual pads. (bzr r11608.1.52) | ||||
| * | | Various changes. | Markus Engel | 2013-03-14 | 1 | -4/+5 |
| |/ | | | (bzr r11608.1.48) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-05 | 1 | -15/+10 |
| | | | | (bzr r10939) | ||||
| * | Add handling filter primitive subregion to filter primitive classes. | Tavmjong Bah | 2011-03-11 | 1 | -1/+38 |
| | | | | | | More correct handling of image placement in feImage filter primitive. (bzr r10092) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -1/+1 |
| | | | | (bzr r10067) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -7/+7 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -4/+4 |
| | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -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 Morgan | 2010-11-17 | 1 | -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 Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | Fixed several cases of bad SVG being written from filters | Niko Kiirala | 2009-05-17 | 1 | -9/+35 |
| | | | | (bzr r7900) | ||||
| * | Move filters into their own namespace Inkscape::Filters (from NR::) | Johan B. C. Engelen | 2009-01-02 | 1 | -14/+14 |
| | | | | (bzr r7058) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -5/+4 |
| | | | | (bzr r5884) | ||||
| * | first set of updates to headers for clean gcc 4.3 builds | Kees Cook | 2008-01-25 | 1 | -0/+2 |
| | | | | (bzr r4588) | ||||
| * | Using the blur slider no longer destroys filters already applied to the object | Niko Kiirala | 2007-06-23 | 1 | -7/+3 |
| | | | | (bzr r3086) | ||||
| * | Added support for in-parameter in filter primitives | Niko Kiirala | 2007-05-29 | 1 | -0/+80 |
| | | | | (bzr r3041) | ||||
| * | Refactoring work for filter effects renderer initialization | Niko Kiirala | 2007-05-21 | 1 | -1/+17 |
| | | | | (bzr r3035) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -1/+2 |
| | | | | (bzr r2723) | ||||
| * | Cleaned up DOS line ends that had snuck in. | Jon A. Cruz | 2007-02-19 | 1 | -175/+175 |
| | | | | (bzr r2399) | ||||
| * | Fixed unintialized variables and minor misc warnings | Jon A. Cruz | 2007-02-19 | 1 | -0/+1 |
| | | | | (bzr r2398) | ||||
| * | Fixed a crash in modifying filter parameters in XML editor. | Niko Kiirala | 2006-08-25 | 1 | -2/+4 |
| | | | | | | Fixed filters not appearing, when a file with filters is loaded. (bzr r1638) | ||||
| * | Object groups can be blurred. Blur slider updates when selection changes. ↵ | Hugo Rodrigues | 2006-08-20 | 1 | -27/+1 |
| | | | | | | Comments added/fixed. (bzr r1622) | ||||
| * | Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵ | Hugo Rodrigues | 2006-08-14 | 1 | -0/+198 |
| Fixed sp-object-repr.cpp typos (bzr r1598) | |||||
