summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/implementation.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-31Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz1-1/+1
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-3/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-06Fixes to extension system and simplify the codeJabiertxo Arraiza Cenoz1-17/+0
2018-05-09Apply fixedJabier Arraiza1-0/+17
2018-05-09Reset old code to reaply fixedJabier Arraiza1-17/+0
2018-05-09fix compiling bugsJabier Arraiza1-1/+1
2018-05-09fix compiling bugsJabier Arraiza1-0/+17
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
(bzr r15025)
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
(bzr r14954.1.10)
2015-12-09Remove unused header file.Tavmjong Bah1-1/+0
(bzr r14522)
2015-04-27removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin1-1/+0
(bzr r13922.1.16)
2015-02-27more cast cleanupMarc Jeanmougin1-1/+1
(bzr r13922.1.11)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-1/+1
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-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)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-2/+2
(bzr r13809)
2011-08-27Remove NRRect use from the extension systemKrzysztof Kosi??ski1-172/+2
(bzr r10582.1.2)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-7/+10
(bzr r10067)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
(bzr r10025)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-4/+4
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-4/+4
(bzr r8408)
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-5/+5
(bzr r6612)
2008-07-122geomify print, fill and stroke methods of extensionsJohan B. C. Engelen1-2/+2
(bzr r6274)
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen1-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)
2008-04-22r19083@shi: ted | 2008-04-21 16:09:24 -0700Ted Gould1-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)
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-4/+4
(bzr r5149)
2007-11-10Warning cleanupJon A. Cruz1-28/+28
(bzr r4052)
2007-10-30r16893@shi: ted | 2007-10-30 07:31:04 -0700Ted Gould1-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)
2007-10-30r16677@shi: ted | 2007-10-17 19:31:04 -0700Ted Gould1-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)
2007-10-30r16676@shi: ted | 2007-10-12 21:09:50 -0700Ted Gould1-4/+9
Half fixed caching (bzr r3976)
2007-09-13r16564@tres: ted | 2007-09-12 20:45:12 -0700Ted Gould1-0/+5
Final GSoC patch from Chris. I took too long to include it :( (bzr r3740)
2007-06-27r15481@tres: ted | 2007-05-22 09:56:22 -0700Ted Gould1-1/+1
Switching to sigc::signal so it actually works. (bzr r3126)
2007-06-27r15480@tres: ted | 2007-05-20 23:51:34 -0700Ted Gould1-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)
2007-06-27r15379@tres: ted | 2007-05-09 19:13:37 -0700Ted Gould1-0/+5
Moving the dialog one step out and adding a cancel event. (bzr r3121)
2006-11-18patch 1219308 for embedding type 1 fonts into ps/eps outputbulia byak1-0/+13
(bzr r1977)
2006-05-02r11569@tres: ted | 2006-04-29 08:55:02 -0700Ted Gould1-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)
2006-05-02r11149@tres: ted | 2006-03-27 22:31:24 -0800Ted Gould1-1/+1
Change the prototype, need to change what you're doing with it. (bzr r662)
2006-05-02r11138@tres: ted | 2006-03-27 21:15:14 -0800Ted Gould1-0/+6
Switching things to be more Node based. This makes more sense as the parameters are really more node based. (bzr r656)