summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bitmap. Test for JPEG resolution reordered, and coding style corrected.Nicolas Dufour2012-12-261-179/+200
| | | (bzr r11992)
* Win32. Fixing invalid cast (introduced rev.11986).Nicolas Dufour2012-12-261-1/+1
| | | (bzr r11989)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-253-8/+8
| | | | | christmas\!) (bzr r11986)
* libvisio: raise required version to >=0.20 and add new file types (VDX, VSDX)su_v2012-12-161-0/+43
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1086504 (bzr r11961)
* GTK+ 3: Use orientable widgetsAlex Valavanis2012-12-161-0/+5
| | | (bzr r11959)
* Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook ↵Nicolas Dufour2012-12-161-8/+10
| | | | | page triggers crash). (bzr r11956)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-264-24/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Update to current trunkTed Gould2012-11-2511-38/+59
|\ | | | | (bzr r11804.1.8)
| * Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-251-1/+1
| | | | | | (bzr r11895)
| * emf import. modify sequence of operations to load file ↵Alvin Penner2012-11-111-9/+14
| | | | | | | | | | EMF_Illustrator_a4.emf (Bug 988601) (bzr r11871)
| * cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis2012-11-111-1/+1
| | | | | | (bzr r11867)
| * fix margin for PDF exporting page areaJohan B. C. Engelen2012-10-281-10/+15
| | | | | | (bzr r11849)
| * add bleed/margin to pdf exportJohan B. C. Engelen2012-10-287-16/+28
| | | | | | (bzr r11847)
| * Filters. Fixing filters structure and typo.Nicolas Dufour2012-10-191-1/+0
| | | | | | (bzr r11809)
* | Getting all the filter headersTed Gould2012-10-161-0/+14
| | | | | | (bzr r11804.1.7)
* | Files in /src that no longer existTed Gould2012-10-152-3/+0
|/ | | (bzr r11804.1.2)
* GTK+ 3: Fix crash with live-preview checkbox in extensions dialogAlex Valavanis2012-10-131-6/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1012741 (bzr r11792)
* Fix for 426763 : Cancelling import leads to error messageJohn Smith2012-10-116-3/+22
| | | (bzr r11777)
* emf import. re-implement filtering of isolated control characters (Bug 217231)Alvin Penner2012-10-101-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/217231 (bzr r11775)
* Typo fix by Yuri Chornoivan.Nicolas Dufour2012-10-071-1/+1
| | | (bzr r11750)
* emf import. support for PATCOPY in EMR_BITBLT (Bug 1060141)Alvin Penner2012-10-061-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1060141 (bzr r11743)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-0/+2
| | | (bzr r11737)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-1/+1
| | | (bzr r11736)
* add missing source filesCampbell Barton2012-10-031-0/+4
| | | (bzr r11727)
* Filters. Some filters fixes, renaming and simplifications.Nicolas Dufour2012-09-282-62/+53
| | | (bzr r11713)
* Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith2012-09-222-24/+26
| | | (bzr r11691)
* merge lp:~inkscape.dev/inkscape/lp1015572Fridrich Strba2012-09-214-0/+354
|\ | | | | | | | | | | | | | | Add support for Visio files, by Fridrich Strba Fixed bugs: - https://launchpad.net/bugs/1015572 (bzr r11688)
| * Added Visio FilesFridrich Strba2012-07-092-0/+343
| | | | | | (bzr r11533.1.2)
| * Add support for libvisioFridrich Strba2012-07-092-0/+11
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1015572 (bzr r11533.1.1)
* | some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-6/+14
| | | | | | (bzr r11686)
* | Preferences. New Bitmap Override file resolution option, by Daniel Wagenaar.Nicolas Dufour2012-09-201-4/+5
| | | | | | (bzr r11681)
* | Fix for 818628 : DBUS Metadata for error domain warning when using File>NewJohn Smith2012-09-186-52/+61
| | | | | | (bzr r11674)
* | pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)Alvin Penner2012-09-101-1/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/219709 (bzr r11661)
* | Fix for 649441 : Extension dialogs without live preview should not be modalJohn Smith2012-09-101-0/+5
| | | | | | (bzr r11660)
* | Fix for 499965 : PS Output : Convert export area to radio buttonsJohn Smith2012-09-052-89/+82
| | | | | | (bzr r11654)
* | revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵Kris De Gussem2012-09-031-7/+3
| | | | | | | | | | not enabled) and other issues (bzr r11649)
* | converted some c-string usage to c++ string class usage: should fix some ↵Kris De Gussem2012-09-021-3/+7
| | | | | | | | | | memory leaks (bzr r11646)
* | emf import. add support for EMR_PIE element (Bug 1040339)Alvin Penner2012-09-011-0/+43
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1040339 (bzr r11638)
* | round-off incoming png resolution to 0.1 dpi (Bug 165952 comment 20)Alvin Penner2012-08-191-2/+2
| | | | | | (bzr r11613)
* | Extensions. Better fix for Bug #944077 (inkscape crashed with SIGSEGV in ↵Nicolas Dufour2012-07-311-2/+1
| | | | | | | | | | Inkscape::Extension::Implementation::Script::effect()). (bzr r11576)
* | Add missing files and add Daniel Wagenaar to AuthorsJosh Andler2012-07-232-0/+358
| | | | | | (bzr r11568)
* | Bitmap. Fix for Bug #165952 (png resolution not imported) by Daniel Wagenaar.Nicolas Dufour2012-07-232-5/+33
| | | | | | (bzr r11567)
* | Fix for Bug #1022719 (Inkscape fails to open file from the web (via URL) on ↵Nicolas Dufour2012-07-191-0/+10
| | | | | | | | | | the command line) by Patrick Monnerat. (bzr r11556)
* | Translations. Fix for Bug #425202 (Script messages not translated).Nicolas Dufour2012-07-121-7/+1
|/ | | (bzr r11546)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-057-36/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* emf import. missing tick marks (Bug 715692)Alvin Penner2012-07-021-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/715692 (bzr r11521)
* Fix building with Poppler 0.20 (LP: #1005565)Luca Bruno2012-06-302-16/+209
| | | | | | | | Poppler >= 0.20 has a new internal API for errors and other miscellanea. As we are abusing these internal functionalities, they broke from time to time. Fixing it for now with a new conditional build flag. This fixes https://bugs.launchpad.net/inkscape/+bug/1005565 (bzr r11518)
* Gtk+ 3 drawing fixes for PDF input dialogsAlex Valavanis2012-06-094-22/+33
| | | (bzr r11481)
* cppcheckKris De Gussem2012-06-071-3/+7
| | | (bzr r11465)
* emf import/export. patch by David Mathog for setmiterlimit (Bug 1004084)Alvin Penner2012-05-272-12/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1004084 (bzr r11427)