summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/implementation.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz2019-08-311-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-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 #include "config.h" wherever possibleEduard Braun2018-10-011-3/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Fixes to extension system and simplify the codeJabiertxo Arraiza Cenoz2018-06-061-17/+0
|
* Apply fixedJabier Arraiza2018-05-091-0/+17
|
* Reset old code to reaply fixedJabier Arraiza2018-05-091-17/+0
|
* fix compiling bugsJabier Arraiza2018-05-091-1/+1
|
* fix compiling bugsJabier Arraiza2018-05-091-0/+17
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Merged trunkAdrian Boguszewski2016-08-031-2/+1
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
| | | | | | (bzr r15025)
* | Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/ | | (bzr r14954.1.10)
* Remove unused header file.Tavmjong Bah2015-12-091-1/+0
| | | (bzr r14522)
* removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-271-1/+0
| | | (bzr r13922.1.16)
* more cast cleanupMarc Jeanmougin2015-02-271-1/+1
| | | (bzr r13922.1.11)
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | (bzr r13922.1.10)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-1/+1
| | | (bzr r13922.1.5)
* At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-4/+3
| | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-2/+2
| | | (bzr r13809)
* Remove NRRect use from the extension systemKrzysztof Kosi??ski2011-08-271-172/+2
| | | (bzr r10582.1.2)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-7/+10
| | | (bzr r10067)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-4/+4
| | | (bzr r10025)
* 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-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8408)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-5/+5
| | | (bzr r6612)
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-121-2/+2
| | | (bzr r6274)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-2/+2
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* r19083@shi: ted | 2008-04-21 16:09:24 -0700Ted Gould2008-04-221-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A directory for filter effects r19084@shi: ted | 2008-04-21 20:03:59 -0700 The basis for the filter interface for defining effects. r19085@shi: ted | 2008-04-21 20:59:04 -0700 Adding Sepia as an example r19086@shi: ted | 2008-04-21 23:25:57 -0700 Wiring everything in. Cleaning it up so that it looks nice. r19087@shi: ted | 2008-04-22 00:00:08 -0700 Completeing more of the guts. Not done, but the basic infrastructure is now in place. r19088@shi: ted | 2008-04-22 00:19:38 -0700 All the basic plumbing code. It seems to work, except the document is wrong from the controlling filter guy. That should be fixable. r19089@shi: ted | 2008-04-22 00:31:36 -0700 Whoo! Hoo! for simple stuff it seems to work. r19090@shi: ted | 2008-04-22 10:36:16 -0700 First pass at adding the filters from Mauve's example r19091@shi: ted | 2008-04-22 10:37:24 -0700 Fixing misspelling r19092@shi: ted | 2008-04-22 12:32:18 -0700 Should be appending instead of prepending these nodes. r19093@shi: ted | 2008-04-22 13:37:34 -0700 Basic filter with parameters working r19094@shi: ted | 2008-04-22 14:27:20 -0700 Changing it so that by default an effect will have a call to autogui that will work with live effects. Basically this involved migrating the implementation of prefs_effect up from script.cpp to implementation.cpp r19102@shi: ted | 2008-04-22 14:38:46 -0700 Better defaults r19103@shi: ted | 2008-04-22 14:42:07 -0700 Adding filter stuff to be translated (bzr r5490)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-4/+4
| | | (bzr r5149)
* Warning cleanupJon A. Cruz2007-11-101-28/+28
| | | (bzr r4052)
* r16893@shi: ted | 2007-10-30 07:31:04 -0700Ted Gould2007-10-301-2/+2
| | | | | | Wow, that wasn't as hard as I thought it would be. Changing away from SPDocument. Sounded like a good idea, but we need to be able to get selections in the document cache. (bzr r3979)
* r16677@shi: ted | 2007-10-17 19:31:04 -0700Ted Gould2007-10-301-3/+12
| | | | | | | Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from having to know if the document has changed, and keep track of that. This allows them to optimize their performance when doing things like live effects. (bzr r3977)
* r16676@shi: ted | 2007-10-12 21:09:50 -0700Ted Gould2007-10-301-4/+9
| | | | | Half fixed caching (bzr r3976)
* r16564@tres: ted | 2007-09-12 20:45:12 -0700Ted Gould2007-09-131-0/+5
| | | | | Final GSoC patch from Chris. I took too long to include it :( (bzr r3740)
* r15481@tres: ted | 2007-05-22 09:56:22 -0700Ted Gould2007-06-271-1/+1
| | | | | Switching to sigc::signal so it actually works. (bzr r3126)
* r15480@tres: ted | 2007-05-20 23:51:34 -0700Ted Gould2007-06-271-1/+1
| | | | | | | The basics are all working, no call back from the preferences yet. That's the next step. But the dialogs appear correctly, and it works in the background. (bzr r3125)
* r15379@tres: ted | 2007-05-09 19:13:37 -0700Ted Gould2007-06-271-0/+5
| | | | | Moving the dialog one step out and adding a cancel event. (bzr r3121)
* patch 1219308 for embedding type 1 fonts into ps/eps outputbulia byak2006-11-181-0/+13
| | | (bzr r1977)
* r11569@tres: ted | 2006-04-29 08:55:02 -0700Ted Gould2006-05-021-3/+3
| | | | | | | Pushing the document and node deeper into the code. This way parameters can be placed and edited on those. Mostly, this commit involves getting them into the autogui. (bzr r689)
* r11149@tres: ted | 2006-03-27 22:31:24 -0800Ted Gould2006-05-021-1/+1
| | | | | Change the prototype, need to change what you're doing with it. (bzr r662)
* r11138@tres: ted | 2006-03-27 21:15:14 -0800Ted Gould2006-05-021-0/+6
| | | | | | Switching things to be more Node based. This makes more sense as the parameters are really more node based. (bzr r656)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+181
(bzr r1)