summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
* emf import/export. patch by David Mathog for setmiterlimit (Bug 1004084)Alvin Penner2012-05-272-12/+7
* Correct use of memcopy/sizeof on wrong type. Fixes bug #616178.Jon A. Cruz2012-05-181-2/+4
* pdf import. set a default line width, see http://thread.gmane.org/gmane.comp....Alvin Penner2012-05-151-1/+4
* improved workaround to prevent GfxRadialShading from getting corrupted during...Alvin Penner2012-05-061-2/+15
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-302-2/+0
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-304-0/+28
* emf import. use EMR_EXTSELECTCLIPRGN to cancel clipping (Bug 990083)Alvin Penner2012-04-291-0/+6
* pdf import. modify criterion for applying scaling to gradientTransform (Bug 9...Alvin Penner2012-04-221-6/+8
* dropping some ghost code / probably fixing a memleak as wellKris De Gussem2012-04-211-4/+0
* cppcheck / fix issue in Dutch translationKris De Gussem2012-04-202-10/+5
* cppcheckKris De Gussem2012-04-201-3/+1
* Memory leak fix. (Bug #986271) Code supplied by David Mathog.Kris De Gussem2012-04-202-6/+23
* Warning cleanupJon A. Cruz2012-04-188-60/+42
* Fix for 169888 : Patch for HIG style frames for PDF import dialogsJohn Smith2012-04-184-76/+17
* pdf import. for radial gradient, approximate an ExponentialFunction using an ...Alvin Penner2012-04-151-19/+18
* Removed unused function.Jon A. Cruz2012-04-111-15/+0
* pdf import. temporary workaround to prevent GfxRadialShading from getting cor...Alvin Penner2012-04-081-1/+2
* Fix remaining GTKMM deprecation issuesAlex Valavanis2012-04-062-13/+18
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith2012-04-021-1/+1
* pdf import. improve upon rev 11094. transform four corners of bbox separately...Alvin Penner2012-03-211-8/+14
* Import. Bitmap import improvements (see Bugs #171842 and #847374).Nicolas Dufour2012-03-181-15/+31
* pdf import. transform the bbox associated with a clip path (Bug 919176)Alvin Penner2012-03-181-0/+11
* cppcheckKris De Gussem2012-03-072-2/+15
* various minor thingsKris De Gussem2012-03-012-2/+2
* fix issues introduced with revision 10932Kris De Gussem2012-03-011-1/+1
* cppcheckKris De Gussem2012-02-292-0/+14
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-295-20/+5
* Fix build failure in extensionsAlex Valavanis2012-02-2837-1/+42
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-2715-0/+18
|\
* | header cleaningAlex Valavanis2012-02-261-1/+2
* | Header cleaningAlex Valavanis2012-02-252-17/+30
* | (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
* | cppcheckKris De Gussem2012-02-151-1/+1
* | More header cleanup/fwd declarationsAlex Valavanis2012-02-151-0/+9
* | cppcheckKris De Gussem2012-02-153-84/+79
* | Header cleaningAlex Valavanis2012-02-122-0/+3
* | (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-083-46/+32
* | Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2012-02-072-0/+16
* | Extensions: replace deprecated gtkmm symbolsAlex Valavanis2012-02-062-24/+22
* | Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
* | initialisationKris De Gussem2012-02-042-14/+12
* | cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem2012-02-041-12/+7
* | emf export. change text height property lfHeight from + to - (Bug 919728)Alvin Penner2012-01-241-1/+1
* | memleak / header stuff / unused variable.Kris De Gussem2012-01-221-10/+5
* | cppcheckKris De Gussem2012-01-201-4/+2
* | fix memleakKris De Gussem2012-01-201-2/+2
* | cppcheckKris De Gussem2012-01-201-4/+2
* | fix memleakKris De Gussem2012-01-201-4/+3
* | add underscores to some member variables.Johan B. C. Engelen2012-01-173-15/+14
* | Warning and uninitialized data cleanup.Jon A. Cruz2012-01-071-159/+245