summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-242-27/+1
| | | (bzr r6046)
* add todo comment to make code prettierJohan B. C. Engelen2008-06-201-0/+1
| | | (bzr r6011)
* sp_shape_render for cairo-renderer extension now uses 2geom for marker positionsJohan B. C. Engelen2008-06-201-6/+63
| | | (bzr r6009)
* remove not used variableJohan B. C. Engelen2008-06-201-1/+0
| | | (bzr r6008)
* use INKSCAPE_VERSION rather than VERSION, to help cmakeBob Jamison2008-06-181-7/+8
| | | (bzr r5987)
* disable unused pdf-input-cairobulia byak2008-06-141-1/+1
| | | (bzr r5923)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-126-13/+12
| | | (bzr r5915)
* Fix to work with a changed api for 0.8.3's GfxFont::getNextChar(). many ↵Bob Jamison2008-06-121-0/+148
| | | | | thanks to <tsdgeos>. (bzr r5909)
* prevent crashing by not running prefs dialog when in command line modebulia byak2008-06-121-7/+16
| | | (bzr r5907)
* patch 181692bulia byak2008-06-122-2/+12
| | | (bzr r5893)
* fix crashing on additional data dialog when running input or effect ↵bulia byak2008-06-111-1/+4
| | | | | extension from command line (bzr r5890)
* fix bug #239092MenTaLguY2008-06-111-2/+2
| | | (bzr r5886)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-1/+1
| | | (bzr r5884)
* Removing cast and replacing with a proper definition.Ted Gould2008-06-062-3/+3
| | | (bzr r5829)
* remove const assignment errorBob Jamison2008-06-061-1/+1
| | | (bzr r5826)
* a couple of trivial %d -> %u changes.Peter Moulder2008-06-051-3/+3
| | | | | snprintf size arg includes \0, so pass sizeof(buf) instead of that minus 1. (bzr r5812)
* 2 new filters sent by Chrisdesign Felipe Corr??a da Silva Sanches2008-05-314-0/+99
| | | | | (http://chrisdesign.wordpress.com/filter-effects/) (bzr r5775)
* Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵Bob Jamison2008-05-291-20/+0
| | | | | BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762)
* Added an 'appearance' hint to .inx optiongroups to allow for dropdowns ↵Jon A. Cruz2008-05-243-31/+112
| | | | | instead of radio buttons. (bzr r5748)
* Improved emf handlingUlf Erikson2008-05-224-207/+850
| | | (bzr r5734)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-0916-32/+32
| | | | | 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)
* fix enumsbulia byak2008-05-091-2/+2
| | | (bzr r5639)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-1/+1
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* Cmake: Fix some undefined function callsJoshua L. Blocher2008-05-062-0/+32
| | | (bzr r5611)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-052-2/+2
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Cmake: Add missing CmakeLists.txtJoshua L. Blocher2008-05-033-0/+46
| | | (bzr r5586)
* Cmake: Fix some double linking flagsJoshua L. Blocher2008-05-031-2/+29
| | | (bzr r5584)
* Change in stdarg calls, to correct for const-nessBob Jamison2008-04-292-25/+8
| | | (bzr r5550)
* Uniconvertor import extension changes for Win32 - Fixes LP# 197617Mike Pittman2008-04-291-2/+14
| | | (bzr r5546)
* r19136@shi: ted | 2008-04-24 19:44:01 -0700Ted Gould2008-04-267-7/+230
| | | | | | | | | | | | | | | | | | | | | | | Basis for reading filters out of SVG files in system and personal directories. r19137@shi: ted | 2008-04-24 20:45:27 -0700 Removing a TODO r19138@shi: ted | 2008-04-24 20:55:50 -0700 Filling this out some. Now we're looking through the files and finding the filters in it. r19139@shi: ted | 2008-04-24 22:07:55 -0700 Changing to build filename, really amazing that it's worked before. r19140@shi: ted | 2008-04-24 22:43:57 -0700 My own crazy writer. Output streams are stupid C++-isms. char * works just fine. r19154@shi: ted | 2008-04-24 22:56:05 -0700 Cleaning up the XML transfer. Pretty happy with it now. r19155@shi: ted | 2008-04-24 23:00:11 -0700 Don't need to set up that string for translation because it's getting placed inside a structure that gets thrown gettext already. r19156@shi: ted | 2008-04-25 17:12:40 -0700 OMG! Stacking seems to be working. Now it's very easy to test the cooling on your CPU using Inkscape. That's going to have to be a feature in the release notes. r19166@shi: ted | 2008-04-25 21:00:34 -0700 Adding in filter-file.cpp (bzr r5522)
* r19125@shi: ted | 2008-04-23 23:32:56 -0700Ted Gould2008-04-242-23/+48
| | | | | | | | | | Cleaning up a couple things. Making sure we don't leak memory through the destructor (rarely used in reality, but we should be clean about these things, that's what destructors are for). r19126@shi: ted | 2008-04-23 23:33:30 -0700 Making it so that snow has a parameter for drift size. It seems like that is what most people would want to change on this relatively complex filter. (bzr r5506)
* Fixed some further issues with Internal extensions after the introduction of ↵Marcin Floryan2008-04-2310-20/+20
| | | | | schema for INX files (the boolean values now spelled in lower case). This fixes an intermediate problem of Inkscape concerning its native SVG files as a loosy format. (bzr r5496)
* r19083@shi: ted | 2008-04-21 16:09:24 -0700Ted Gould2008-04-2234-42/+1552
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-2169-94/+121
| | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
* allow inx to suppress live preview checkboxbulia byak2008-04-183-1/+6
| | | (bzr r5469)
* provide a parent for the working-please-wait message so it does not sinkbulia byak2008-04-181-1/+9
| | | (bzr r5468)
* A small step towards making the inx files fully XML / schema compliantMarcin Floryan2008-04-172-3/+3
| | | (bzr r5464)
* make sure --export-area-canvas works for pdf export toobulia byak2008-04-162-14/+36
| | | (bzr r5455)
* Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscapeJoshua L. Blocher2008-04-161-1/+6
| | | (bzr r5454)
* Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also ↵Marcin Floryan2008-04-153-1/+14
| | | | | implements max_length attribute for string parameters in inx files. (bzr r5450)
* fix include pathJohan B. C. Engelen2008-04-151-1/+1
| | | (bzr r5447)
* fix include pathsJohan B. C. Engelen2008-04-152-2/+2
| | | (bzr r5446)
* translator commentArpad Biro2008-04-131-0/+1
| | | (bzr r5421)
* cmake: exclude /src/dom/work/.* and /src/extension/dxf2svg/.* that are also ↵Johan B. C. Engelen2008-04-101-9/+9
| | | | | excluded from build in build.xml (bzr r5402)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-103-32/+1
| | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397)
* Following this thread: ↵Marcin Floryan2008-04-094-21/+39
| | | | | http://www.nabble.com/Extension-parameters-td9064285.html#a9064285 cleaned up python webbrowser_* scripts by replacing with one generic launch_webbrowser.py. This required a bit of work with extensions to handle hidden GUI parameters better. URLs are now in the inkscape_help_*.inx files. (bzr r5390)
* cmake: move extension param files to their own CMakeLists.txtJohan B. C. Engelen2008-04-042-10/+14
| | | (bzr r5326)
* r18381@shi: ted | 2008-03-07 20:11:34 -0800Ted Gould2008-04-0423-179/+173
| | | | | | | | | | | | | | | New work branch r18391@shi: ted | 2008-03-08 21:36:03 -0800 Moving the parameters around to clean up the directories. r18392@shi: ted | 2008-03-08 21:57:14 -0800 Moving the 'get' function to cpp r18870@shi: ted | 2008-04-03 21:10:20 -0700 Adding in to the parameter prototype the ability to have a gui-tip and a gui-hidden parameter r18871@shi: ted | 2008-04-03 21:17:39 -0700 Using the _gui-hidden parameter to block the creation of the widget if set. r18890@shi: ted | 2008-04-03 21:53:55 -0700 Merge from r18024 which got lost in the shuffle. (bzr r5322)
* delete remaining .cvsignore filesAdib Taraben2008-04-013-15/+0
| | | (bzr r5299)
* reproduce the ancestors transform when exporting a single objectbulia byak2008-04-011-3/+23
| | | (bzr r5290)