summaryrefslogtreecommitdiffstats
path: root/src/extension/init.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image).Nicolas Dufour2011-08-181-0/+2
| | | (bzr r10554)
* No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-151-2/+0
| | | (bzr r9508.1.82)
* add pdf import filter via poppler-cairoAdib Taraben2011-01-221-2/+2
| | | (bzr r10014)
* 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)
* Merge from trunkTed Gould2010-03-261-7/+7
|\ | | | | (bzr r8254.1.53)
| * Cleanup on id access.Jon A. Cruz2010-03-021-8/+8
| | | | | | (bzr r9127)
* | Added code to initialize DBus (if enabled.)Soren Berg2009-07-121-0/+7
|/ | | (bzr r8254.1.4)
* Warning cleanupJon A. Cruz2009-05-031-5/+2
| | | (bzr r7813)
* Merge from fe-movedTed Gould2008-11-211-16/+2
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-7/+7
| | | (bzr r6885)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-5/+8
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* enable EPS export via cairo, use it instead of the old native onebulia byak2008-09-011-1/+2
| | | (bzr r6743)
* disable old non-cairo ps export via printbulia byak2008-08-311-1/+1
| | | (bzr r6741)
* temporarily, make pdf exporters switchable for testingbulia byak2008-08-291-1/+4
| | | (bzr r6725)
* add placeholder for expert contributorsBob Jamison2008-07-301-0/+2
| | | (bzr r6474)
* disable unused pdf-input-cairobulia byak2008-06-141-1/+1
| | | (bzr r5923)
* 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)
* r19136@shi: ted | 2008-04-24 19:44:01 -0700Ted Gould2008-04-261-2/+3
| | | | | | | | | | | | | | | | | | | | | | | 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)
* r19083@shi: ted | 2008-04-21 16:09:24 -0700Ted Gould2008-04-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* BUG 168896, fix init.cpp.patch Native windows dialogs breaks some extensions ↵Albin Sunnanbo2008-03-131-0/+22
| | | | | (including Save as XAML) (bzr r5081)
* Removing a few more debug statementsBryce Harrington2008-01-061-6/+0
| | | (bzr r4403)
* Fixing up a few more filesBryce Harrington2008-01-051-0/+5
| | | (bzr r4391)
* r16914@shi: ted | 2007-10-30 21:58:05 -0700Ted Gould2007-10-311-0/+4
| | | | | Switching everything over to a linked in libwpg (bzr r3992)
* r16895@shi: ted | 2007-10-30 09:35:24 -0700Ted Gould2007-10-301-0/+2
| | | | | Adding in Chris' downsample patch. (bzr r3981)
* r16616@tres: ted | 2007-09-18 20:59:55 -0700Ted Gould2007-09-191-6/+0
| | | | | Removing GNOME Print (bzr r3770)
* r16593@tres: ted | 2007-09-18 09:16:31 -0700Ted Gould2007-09-191-4/+0
| | | | | Commenting out convolve completely and removing flop. (bzr r3768)
* r16564@tres: ted | 2007-09-12 20:45:12 -0700Ted Gould2007-09-131-4/+4
| | | | | Final GSoC patch from Chris. I took too long to include it :( (bzr r3740)
* r16217@tres: ted | 2007-08-10 10:36:27 -0700Ted Gould2007-08-101-0/+77
| | | | | | ImageMagick effects patch from Chris Brown. Google Summer of Code project. (bzr r3450)
* Use popplerBob Jamison2007-07-151-1/+1
| | | (bzr r3243)
* switch back to cairo pdf importer temporarilybulia byak2007-07-121-2/+2
| | | (bzr r3235)
* Enable the poppler-based PDF import extension by default.miklosh2007-07-121-1/+3
| | | (bzr r3231)
* Initial commit of native poppler-based PDF import.miklosh2007-07-121-0/+6
| | | (bzr r3230)
* Added missing #ifdefs for HAVE_POPPLER_GLIBmiklosh2007-07-041-1/+5
| | | (bzr r3182)
* Initial commit of Cairo-based PDF import using libpopplermiklosh2007-07-041-0/+2
| | | (bzr r3175)
* cairo ps output patchtheAdib2007-05-091-0/+2
| | | (bzr r2987)
* patch for emf export on win32bulia byak2006-11-131-0/+4
| | | (bzr r1947)
* disable "experimental" Cairo PDF output for nowMenTaLguY2006-11-101-0/+2
| | | (bzr r1934)
* jettison old PDF exportMenTaLguY2006-11-101-4/+0
| | | (bzr r1930)
* PNG output for Cairo renderermiklosh2006-10-011-0/+2
| | | (bzr r1743)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+2
| | | (bzr r1739)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-2/+2
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-2/+2
| | | | | one major janitorial task we identified.... (bzr r1633)
* see, if someone else with actual time had done this they probably wouldn't ↵MenTaLguY2006-08-171-2/+8
| | | | | be tired and in a hurry and making stupid mistakes (bzr r1609)
* r13108@tres: ted | 2006-07-30 12:27:51 -0700Ted Gould2006-07-311-0/+2
| | | | | Builds and links. Doesn't work, but builds and links. (bzr r1525)
* Add Miklos's new Cairo PDF renderingBob Jamison2006-07-281-0/+4
| | | (bzr r1502)
* PDF export patch by Ulf Eriksonbulia byak2006-05-191-0/+4
| | | (bzr r885)
* add odfBob Jamison2006-02-161-2/+4
| | | (bzr r152)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+243
(bzr r1)