summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Move script dialog from gtkmm to jvmBob Jamison2008-03-311-8/+8
| | | (bzr r5272)
* Adjustments to the lib directory Cmake filesJoshua L. Blocher2008-03-302-0/+14
| | | (bzr r5250)
* revert Makefile changes accidentally committed (sorry to make this mistake ↵Johan B. C. Engelen2008-03-301-107/+21
| | | | | again :( (bzr r5246)
* add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen2008-03-301-21/+107
| | | (bzr r5245)
* revert Makefile changes accidentally committedJohan B. C. Engelen2008-03-301-107/+21
| | | (bzr r5244)
* add CMakeLists.txt files for removeoverlap and svgJohan B. C. Engelen2008-03-301-21/+107
| | | (bzr r5243)
* fix compilebulia byak2008-03-281-1/+1
| | | (bzr r5215)
* Fixing as per discussion in LP # 179988Mike Pittman2008-03-281-13/+32
| | | (bzr r5212)
* handle (better) whitespaces in path namesAdib Taraben2008-03-281-4/+13
| | | (bzr r5210)
* Bug #204779 win32 crash on help menu - win32 spawn problemAdib Taraben2008-03-271-1/+1
| | | (bzr r5207)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-274-0/+85
| | | (bzr r5206)
* Indentation, warning cleanup.Maximilian Albert2008-03-261-25/+36
| | | (bzr r5198)
* Fixing localization issues (following a patch for 0.46 rev. 17583) where ↵Marcin Floryan2008-03-266-27/+29
| | | | | some messages for internal extensions were not being used as translated. (bzr r5197)
* system clipboard support (bug #170185) from Chris KosińskiMenTaLguY2008-03-265-9/+9
| | | (bzr r5190)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-2117-155/+149
| | | (bzr r5149)
* BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista ↵Albin Sunnanbo2008-03-132-5/+5
| | | | | tempfiles breaks some extensions (including Save as XAML) (bzr r5082)
* BUG 168896, fix init.cpp.patch Native windows dialogs breaks some extensions ↵Albin Sunnanbo2008-03-131-0/+22
| | | | | (including Save as XAML) (bzr r5081)
* tweaked patch from Ulf to make extension workingAdib Taraben2008-03-121-1/+1
| | | (bzr r5073)
* enable --export-id and --export-area-drawing for PDF exportbulia byak2008-03-122-10/+64
| | | (bzr r5063)
* Got initial JS execution workingBob Jamison2008-03-111-3/+3
| | | (bzr r5057)
* Put /bind references back inBob Jamison2008-03-101-8/+0
| | | (bzr r5025)
* Put it back :-)Bob Jamison2008-03-101-1/+0
| | | (bzr r5023)
* Update headerBob Jamison2008-03-101-5/+30
| | | (bzr r5021)
* Temporary kludge to permit linkingJon A. Cruz2008-03-101-2/+11
| | | (bzr r5020)
* clean up tabs and DOS-ishnessBob Jamison2008-03-102-30/+44
| | | (bzr r5018)
* Switch to newer binding stuffBob Jamison2008-03-1034-10206/+75
| | | (bzr r5016)
* patch from 168792bulia byak2008-03-071-0/+5
| | | (bzr r4982)
* r18294@shi: ted | 2008-03-03 15:11:22 -0800Ted Gould2008-03-031-2/+2
| | | | | Adding virtuals that got dropped somewhere along the path. (bzr r4946)
* r18238@shi: ted | 2008-03-01 14:46:00 -0800Ted Gould2008-03-031-2/+2
| | | | | Fixing it so that input/output have OK/Cancel like they used to. (bzr r4935)
* r18237@shi: ted | 2008-03-01 14:41:25 -0800Ted Gould2008-03-031-4/+1
| | | | | | | | Fix for LP: #191772 Makes it so that the response handler handles the DELETE_EVENT response also. Basically handled the same as close. (bzr r4934)
* Remove double unreffing of pointer in pdf-cairo.cpp. Fixes Bug #178985 with ↵Johan B. C. Engelen2008-03-021-2/+1
| | | | | the "quark-prueba.svg" file (bzr r4923)
* improved fix crash bug #197664Johan B. C. Engelen2008-03-021-5/+5
| | | (bzr r4922)