summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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)
* Drop deprecated GtkNotebookPage usageAlex Valavanis2012-05-221-2/+9
| | | (bzr r11401)
* Correct use of memcopy/sizeof on wrong type. Fixes bug #616178.Jon A. Cruz2012-05-181-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/616178 (bzr r11379)
* pdf import. set a default line width, see ↵Alvin Penner2012-05-151-1/+4
| | | | | http://thread.gmane.org/gmane.comp.graphics.inkscape.user/14539 (bzr r11364)
* A couple of simple Gtk3 fixesAlex Valavanis2012-05-061-0/+8
| | | (bzr r11342)
* improved workaround to prevent GfxRadialShading from getting corrupted ↵Alvin Penner2012-05-061-2/+15
| | | | | | | | during copy operation (Bug 919176 comment 8) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11340)
* Syntax of null pointer dereference checkingKris De Gussem2012-05-031-4/+6
| | | (bzr r11320)
* extensions: string class usageKris De Gussem2012-05-011-17/+7
| | | (bzr r11313)
* fix extension path scan (Bug #801568 ; patch of Patrick Monnerat)Kris De Gussem2012-05-011-4/+2
| | | (bzr r11312)
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-302-2/+0
| | | (bzr r11309)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-306-2/+56
| | | (bzr r11308)
* emf import. use EMR_EXTSELECTCLIPRGN to cancel clipping (Bug 990083)Alvin Penner2012-04-291-0/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/990083 (bzr r11307)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-285-3/+12
| | | (bzr r11304)
* C++ify syntax a bitJohan B. C. Engelen2012-04-281-7/+6
| | | (bzr r11300)
* fix paths when working with command line (Bug #695120 , patch by Patrick ↵Kris De Gussem2012-04-281-0/+26
| | | | | Monnerat) (bzr r11299)
* pdf import. modify criterion for applying scaling to gradientTransform (Bug ↵Alvin Penner2012-04-221-6/+8
| | | | | | | | 985182) Fixed bugs: - https://launchpad.net/bugs/985182 (bzr r11283)
* dropping some ghost code / probably fixing a memleak as wellKris De Gussem2012-04-211-4/+0
| | | (bzr r11273)
* cppcheck / fix issue in Dutch translationKris De Gussem2012-04-202-10/+5
| | | (bzr r11270)
* cppcheckKris De Gussem2012-04-201-3/+1
| | | (bzr r11269)
* Memory leak fix. (Bug #986271) Code supplied by David Mathog.Kris De Gussem2012-04-202-6/+23
| | | (bzr r11268)
* Warning cleanupJon A. Cruz2012-04-188-60/+42
| | | (bzr r11265)
* Fix for 169888 : Patch for HIG style frames for PDF import dialogsJohn Smith2012-04-184-76/+17
| | | (bzr r11263)
* Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis2012-04-172-0/+2
| | | | | gtkmm 3.4) (bzr r11261)
* pdf import. for radial gradient, approximate an ExponentialFunction using an ↵Alvin Penner2012-04-151-19/+18
| | | | | | | | extra stop (Bug 919176) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11256)
* Workaround for gtkmm build issue with dbus APIAlex Valavanis2012-04-141-2/+1
| | | (bzr r11243)
* Clean up a few Gtkmm orientablesAlex Valavanis2012-04-111-0/+5
| | | (bzr r11230)
* Removed unused function.Jon A. Cruz2012-04-111-15/+0
| | | (bzr r11218)
* cppcheck stuffKris De Gussem2012-04-091-2/+2
| | | (bzr r11201)
* pdf import. temporary workaround to prevent GfxRadialShading from getting ↵Alvin Penner2012-04-081-1/+2
| | | | | | | | corrupted during copy operation (Bug 919176 comment 8) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11184)
* Fix remaining GTKMM deprecation issuesAlex Valavanis2012-04-062-13/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943222 (bzr r11165)
* Warning cleanup.Jon A. Cruz2012-04-041-6/+6
| | | (bzr r11144)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-021-1/+1
| | | | | replaced with g_object_unref (bzr r11139)
* pdf import. improve upon rev 11094. transform four corners of bbox ↵Alvin Penner2012-03-211-8/+14
| | | | | | | | separately (Bug 919176) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11112)
* Extensions. Script parameters values can now be translated (see Bug #955798).Nicolas Dufour2012-03-191-1/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/955798 (bzr r11099)
* Import. Bitmap import improvements (see Bugs #171842 and #847374).Nicolas Dufour2012-03-182-15/+47
| | | (bzr r11097)
* pdf import. transform the bbox associated with a clip path (Bug 919176)Alvin Penner2012-03-181-0/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11094)