summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better fix for Bug #911146 (Inkscape reads .eps files from /tmp instead of th...Nicolas Dufour2013-02-152-35/+8
* Build. Adding unistd header (fixes compilation on Win32 with OpenSuse cross-c...Nicolas Dufour2013-02-131-0/+1
* A couple of forward declarationsAlex Valavanis2013-02-115-1/+7
* cppcheckKris De Gussem2013-02-113-12/+3
* Add internal support for CorelDRAW files (import), based on libcdrFridrich Strba2013-02-015-2/+400
|\
| * libcdr, libvisio: fix compiler warnings (comparison between signed and unsign...su_v2013-02-012-4/+4
| * libcdr: add remaining CorelDRAW formats (CDT, CCX, CMX) to internal supportsu_v2013-01-281-0/+39
| * Add support for libcdrsu_v2013-01-244-0/+359
* | drop old, unused and error prone dxf2svg extensionKris De Gussem2013-01-3022-4001/+0
* | typoKris De Gussem2013-01-301-1/+1
* | Filters. New Shadow only mode for the Drop shadow filter.Nicolas Dufour2013-01-301-3/+10
* | Filters. New Nudge CMY custom predefined filter and modified Nudge RVB.Nicolas Dufour2013-01-242-57/+141
|/
* revert my revision 12053 (Bug #1103248 )Kris De Gussem2013-01-231-1/+1
* direct use of Glib::ustringKris De Gussem2013-01-221-1/+1
* Filters. Add missing inkscape namespace declaration for 'Channel Painting'su_v2013-01-221-1/+1
* Bitmap. Test for JPEG resolution reordered, and coding style corrected.Nicolas Dufour2012-12-261-179/+200
* Win32. Fixing invalid cast (introduced rev.11986).Nicolas Dufour2012-12-261-1/+1
* Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis2012-12-253-8/+8
* libvisio: raise required version to >=0.20 and add new file types (VDX, VSDX)su_v2012-12-161-0/+43
* GTK+ 3: Use orientable widgetsAlex Valavanis2012-12-161-0/+5
* Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook pag...Nicolas Dufour2012-12-161-8/+10
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-264-24/+0
* Update to current trunkTed Gould2012-11-2511-38/+59
|\
| * Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-251-1/+1
| * emf import. modify sequence of operations to load file EMF_Illustrator_a4.emf...Alvin Penner2012-11-111-9/+14
| * cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis2012-11-111-1/+1
| * fix margin for PDF exporting page areaJohan B. C. Engelen2012-10-281-10/+15
| * add bleed/margin to pdf exportJohan B. C. Engelen2012-10-287-16/+28
| * Filters. Fixing filters structure and typo.Nicolas Dufour2012-10-191-1/+0
* | Getting all the filter headersTed Gould2012-10-161-0/+14
* | Files in /src that no longer existTed Gould2012-10-152-3/+0
|/
* GTK+ 3: Fix crash with live-preview checkbox in extensions dialogAlex Valavanis2012-10-131-6/+4
* Fix for 426763 : Cancelling import leads to error messageJohn Smith2012-10-116-3/+22
* emf import. re-implement filtering of isolated control characters (Bug 217231)Alvin Penner2012-10-101-0/+4
* Typo fix by Yuri Chornoivan.Nicolas Dufour2012-10-071-1/+1
* emf import. support for PATCOPY in EMR_BITBLT (Bug 1060141)Alvin Penner2012-10-061-1/+1
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-0/+2
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-1/+1
* add missing source filesCampbell Barton2012-10-031-0/+4
* Filters. Some filters fixes, renaming and simplifications.Nicolas Dufour2012-09-282-62/+53
* Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith2012-09-222-24/+26
* merge lp:~inkscape.dev/inkscape/lp1015572Fridrich Strba2012-09-214-0/+354
|\
| * Added Visio FilesFridrich Strba2012-07-092-0/+343
| * Add support for libvisioFridrich Strba2012-07-092-0/+11
* | some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-6/+14
* | Preferences. New Bitmap Override file resolution option, by Daniel Wagenaar.Nicolas Dufour2012-09-201-4/+5
* | Fix for 818628 : DBUS Metadata for error domain warning when using File>NewJohn Smith2012-09-186-52/+61
* | pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)Alvin Penner2012-09-101-1/+2
* | Fix for 649441 : Extension dialogs without live preview should not be modalJohn Smith2012-09-101-0/+5
* | Fix for 499965 : PS Output : Convert export area to radio buttonsJohn Smith2012-09-052-89/+82