summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-012-2/+3
| | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* odf metadata - let's begin with a first step to full ODF compatibilityKris De Gussem2013-06-211-17/+27
| | | (bzr r12383)
* Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338.Jon A. Cruz2013-06-073-0/+16
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12356)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-063-0/+6
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-043-0/+6
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Fix for command line EPS/PS export (bug 1173776). Patch from Vinipsmaker.Tavmjong Bah2013-05-291-4/+24
| | | (bzr r12345)
* Fix for Bug #1085949 (Use ImageMagick fallback when importing bitmap ↵Nicolas Dufour2013-05-122-11/+45
| | | | | | | | resolution). Fixed bugs: - https://launchpad.net/bugs/1085949 (bzr r12330)
* Fix UI after inclusion of gimp style slidersKris De Gussem2013-05-026-126/+126
| | | (bzr r12320)
* Fix UI after inclusion of gimp style slidersKris De Gussem2013-05-015-63/+63
| | | (bzr r12317)
* UI messagesKris De Gussem2013-04-291-2/+2
| | | (bzr r12312)
* Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-8/+8
| | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311)
* minor odg export updateKris De Gussem2013-04-202-38/+33
| | | (bzr r12285.1.1)
* odg export: some work on gradientsKris De Gussem2013-04-122-55/+36
| | | (bzr r12276)
* odf export: code clean up and preparatory work to allow gradients in export. ↵Kris De Gussem2013-04-032-665/+376
| | | | | | | Now only linear fill gradients are shown (not taking orientation and position into account). part of bug #474956 (odg export still doesn't work) (bzr r12264)
* Translations. Fix for Bug #1162137 (Untranslatable strings in cdr, vsd and ↵Nicolas Dufour2013-03-301-3/+3
| | | | | pdf via cairo import and more) by Masato HASHIMOTO. (bzr r12260)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-3/+2
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* Translations. Fix for Bug #1159349 (Undefined files in po/POTFILES.in) by ↵Nicolas Dufour2013-03-242-6/+6
| | | | | | | | Masato HASHIMOTO." Translations. Fix for Bug #1159347 (Non-localized strings in PS-export)." Translations. PO template update. (bzr r12239)
* Convert a couple of C-style pointer castsAlex Valavanis2013-03-232-3/+3
| | | (bzr r12237)
* filter name is random filter232 when first addedRaphael Rosch2013-03-221-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1089406 (bzr r12232)
* Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis2013-03-151-0/+1
| | | (bzr r12209)
* Fix even more forward declaration tagsAlex Valavanis2013-03-153-7/+7
| | | (bzr r12206)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-142-2/+2
| | | | | forward declarations (bzr r12203)
* cppcheckKris De Gussem2013-03-112-281/+285
| | | (bzr r12193)
* Drop duplicate io code ( Bug #1120585 )Kris De Gussem2013-03-112-15/+10
| | | (bzr r12192)
* fix build warnings / cppcheck ( Bug #1120585 )Kris De Gussem2013-03-111-34/+42
| | | (bzr r12191)
* Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-081-44/+68
| | | (bzr r12184)
* Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-082-0/+16
| | | (bzr r12181)
* Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis2013-03-074-4/+18
| | | (bzr r12178)
* ODF output: write correct Inkscape version number to metadataKris De Gussem2013-03-031-26/+6
| | | (bzr r12169)
* Fix build with C++11Alex Valavanis2013-03-021-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/858814 (bzr r12166)
* A couple of forward declarationsAlex Valavanis2013-02-112-0/+3
| | | (bzr r12119)
* cppcheckKris De Gussem2013-02-113-12/+3
| | | (bzr r12117)
* Add internal support for CorelDRAW files (import), based on libcdrFridrich Strba2013-02-014-2/+394
|\ | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1104198 (bzr r12087)
| * libcdr, libvisio: fix compiler warnings (comparison between signed and ↵su_v2013-02-012-4/+4
| | | | | | | | | | unsigned integer expressions) (bzr r12059.1.7)
| * libcdr: add remaining CorelDRAW formats (CDT, CCX, CMX) to internal supportsu_v2013-01-281-0/+39
| | | | | | (bzr r12059.1.4)
| * Add support for libcdrsu_v2013-01-243-0/+353
| | | | | | (bzr r12059.1.1)
* | typoKris De Gussem2013-01-301-1/+1
| | | | | | (bzr r12074)
* | Filters. New Shadow only mode for the Drop shadow filter.Nicolas Dufour2013-01-301-3/+10
| | | | | | | | | | Translations. Translation template and French translation update. (bzr r12073)
* | Filters. New Nudge CMY custom predefined filter and modified Nudge RVB.Nicolas Dufour2013-01-242-57/+141
|/ | | | | Translations. Translation template and French translation update. (bzr r12061)
* Filters. Add missing inkscape namespace declaration for 'Channel Painting'su_v2013-01-221-1/+1
| | | (bzr r12051)
* 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)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-262-16/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Update to current trunkTed Gould2012-11-2510-37/+58
|\ | | | | (bzr r11804.1.8)
| * 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)