summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | changes_2012_10_04b.patch: fixes one small memory issue (bytes allocated and ...David Mathog2012-10-043-137/+148
| * | | | | | | | | | | | | | | | | | | | | | | | | | | merge from trunk (r11737)su_v2012-10-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge from trunk (r11734)su_v2012-10-042-62/+53
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | update based on patch 'changes_2012_09_27b.patch'David Mathog2012-10-045-25/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix compiler warnings with old GCC on Mac OS X and SolarisDavid Mathog2012-09-274-55/+78
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes from 2012-09-24David Mathog2012-09-251-2/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix pointer issue in EMF codesu_v2012-09-231-9/+27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge from trunk (r11698)su_v2012-09-234-4/+353
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)su_v2012-09-2313-3550/+18358
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve code readability.Matthew Petroff2013-08-286-46/+46
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Windows build.Matthew Petroff2013-08-281-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added viewBox implement document unit support.Matthew Petroff2013-08-275-11/+13
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow Object to Path verb from non-GUI (DBus) interfaceEric Greveson2013-08-121-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-0610-71/+69
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed Windows compile bug.Matthew Petroff2013-08-012-40/+41
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed Windows compile bug.Matthew Petroff2013-08-012-41/+42
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminate "unit-constants.h".Matthew Petroff2013-07-3110-30/+26
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code cleanup (cppcheck)Johan B. C. Engelen2013-08-058-25/+24
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | pdf import. re-define tiling pattern scaling matrix (Bug 1168908)Alvin Penner2013-08-031-1/+19
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-012-2/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | odf metadata - let's begin with a first step to full ODF compatibilityKris De Gussem2013-06-211-17/+27
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338.Jon A. Cruz2013-06-073-0/+16
* | | | | | | | | | | | | | | | | | | | | | | | | | | Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-063-0/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-043-0/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for command line EPS/PS export (bug 1173776). Patch from Vinipsmaker.Tavmjong Bah2013-05-291-4/+24
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Fix for Bug #1085949 (Use ImageMagick fallback when importing bitmap resoluti...Nicolas Dufour2013-05-122-11/+45
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Fix UI after inclusion of gimp style slidersKris De Gussem2013-05-026-126/+126
* | | | | | | | | | | | | | | | | | | | | | | | | Fix UI after inclusion of gimp style slidersKris De Gussem2013-05-015-63/+63
* | | | | | | | | | | | | | | | | | | | | | | | | UI messagesKris De Gussem2013-04-291-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-8/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | minor odg export updateKris De Gussem2013-04-202-38/+33
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | odg export: some work on gradientsKris De Gussem2013-04-122-55/+36
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | odf export: code clean up and preparatory work to allow gradients in export. ...Kris De Gussem2013-04-032-665/+376
* | | | | | | | | | | | | | | | | | | | | | Translations. Fix for Bug #1162137 (Untranslatable strings in cdr, vsd and pd...Nicolas Dufour2013-03-301-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis2013-03-261-3/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Translations. Fix for Bug #1159349 (Undefined files in po/POTFILES.in) by Mas...Nicolas Dufour2013-03-242-6/+6
* | | | | | | | | | | | | | | | | | | | Convert a couple of C-style pointer castsAlex Valavanis2013-03-232-3/+3
* | | | | | | | | | | | | | | | | | | | filter name is random filter232 when first addedRaphael Rosch2013-03-221-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis2013-03-151-0/+1
* | | | | | | | | | | | | | | | | | | Fix even more forward declaration tagsAlex Valavanis2013-03-153-7/+7
* | | | | | | | | | | | | | | | | | | Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis2013-03-142-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | cppcheckKris De Gussem2013-03-112-281/+285
* | | | | | | | | | | | | | | | | | Drop duplicate io code ( Bug #1120585 )Kris De Gussem2013-03-112-15/+10
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | fix build warnings / cppcheck ( Bug #1120585 )Kris De Gussem2013-03-111-34/+42
* | | | | | | | | | | | | | | | | Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-081-44/+68
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-082-0/+16
* | | | | | | | | | | | | | | | Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis2013-03-074-4/+18
* | | | | | | | | | | | | | | | ODF output: write correct Inkscape version number to metadataKris De Gussem2013-03-031-26/+6
* | | | | | | | | | | | | | | | Fix build with C++11Alex Valavanis2013-03-021-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |