| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Re-Add blending modes UI using CSS instead filters | Jabier Arraiza | 2019-10-14 | 1 | -2/+0 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 1 | -4/+4 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -10/+10 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -3/+3 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -3/+5 |
| | | | | | A lot of header clean-up. | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -5/+0 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -5/+0 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+5 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -5/+0 |
| | | | | | | | (bzr r15025) | ||||
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -5/+5 |
| | | | | | | | (bzr r14954.1.21) | ||||
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -8/+6 |
| |/ | | | (bzr r14954.1.19) | ||||
| * | Fix build (not pretty). | Liam P. White | 2014-08-18 | 1 | -0/+2 |
| | | | | (bzr r13341.1.146) | ||||
| * | fix crash. If there are more crashes/issues related to references to ↵ | Johan B. C. Engelen | 2014-04-04 | 1 | -0/+5 |
| | | | | | | | | | | | undefined filters we should fix this in a more general way (e.g. not setting filter.set if invalid href) Note that the file is still in a weird state, the stylesheet is not altered... Fixed bugs: - https://launchpad.net/bugs/1301076 (bzr r13266) | ||||
| * | Merge in patch for Jabiertxo Arraiza Cenoz in bug lp:1127103 | Martin Owens | 2013-09-18 | 1 | -0/+18 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1127103 (bzr r12530) | ||||
| * | modify bbox width for Blur filter in Fill & Stroke (Bug 1171208) | Alvin Penner | 2013-04-26 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1171208 (bzr r12305) | ||||
| * | Add support for color-interpolation-filters = linearRGB. | Tavmjong Bah | 2012-12-22 | 1 | -1/+4 |
| | | | | (bzr r11972) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -1/+1 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -0/+1 |
| | | | | (bzr r11030) | ||||
| * | Add minimal support for reading color-interpolation and ↵ | Tavmjong Bah | 2011-08-29 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | color-interpolation-filters properties (however, Inkscape assumes sRGB everywhere at the moment). Change color-interpolation-filters from attribute to style property in sp-filter.cpp as it is not allowed as an attribute in a <filter> (it is only allowed as an attribute in filter primitives). Added color-interpolation-filters:sRGB to style when new filter is created in filter-chemistry.cpp. (bzr r10591) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+2 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Filters. More filters clean-up. | Nicolas Dufour | 2011-08-20 | 1 | -1/+1 |
| | | | | | | | Filters. New Outline filter (rewrite). Filters. Replace the default blend="normal" attribute with mode="normal" for the feBlend primitive. (bzr r10558) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -3/+3 |
| | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -4/+4 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -4/+4 |
| | | | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -22/+23 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 1 | -20/+21 |
| | | | | | | | (bzr r10066) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -2/+2 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -26/+23 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -26/+23 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | Yet mor in c++ification | Abhishek Sharma public | 2010-07-24 | 1 | -5/+10 |
| | | | | | | | | | | (bzr r9546.1.11) | ||||
| | | * | 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) | ||||
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r9546.1.4) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | | | | (bzr r9508.1.70) | ||||
| | * | | 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) | ||||
| * | | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -1/+0 |
| | | | | | | | (bzr r9508.1.45) | ||||
| * | | Merge redundant *-fns.h into respective filter headers. | Krzysztof Kosi??ski | 2010-07-14 | 1 | -1/+1 |
| |/ | | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -5/+5 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -5/+5 |
| | | | | (bzr r8404) | ||||
| * | Move filters into their own namespace Inkscape::Filters (from NR::) | Johan B. C. Engelen | 2009-01-02 | 1 | -17/+17 |
| | | | | (bzr r7058) | ||||
| * | 2geomify filter-chemistry | Johan B. C. Engelen | 2008-12-05 | 1 | -4/+4 |
| | | | | (bzr r6955) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -3/+3 |
| | | | | (bzr r6891) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -8/+8 |
| | | | | (bzr r6884) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -2/+2 |
| | | | | (bzr r6593) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -2/+2 |
| | | | | (bzr r6569) | ||||
| * | Fixed regression: changing blend mode in layers dialog didn't work | Niko Kiirala | 2008-07-24 | 1 | -1/+1 |
| | | | | (bzr r6409) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -2/+2 |
| | | | | (bzr r5915) | ||||
| * | Made possible to use blur on object that has a complex filter applied | Niko Kiirala | 2008-06-02 | 1 | -1/+1 |
| | | | | (bzr r5785) | ||||
