summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated GtkHSV with GimpColorWheel. Bumps Gtk+ 3 version ↵Alex Valavanis2013-01-081-1/+1
| | | | | | | | requirement to 3.2 Fixed bugs: - https://launchpad.net/bugs/1071354 (bzr r12011)
* libvisio: raise required version to >=0.20 and add new file types (VDX, VSDX)su_v2012-12-161-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1086504 (bzr r11961)
* Tidy up GTK/Glib deprecation flags and drop ancient pango support (<1.24)Alex Valavanis2012-12-091-7/+31
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1088134 (bzr r11938)
* Drop support for Glib < 2.28Alex Valavanis2012-11-261-13/+3
| | | (bzr r11908)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-14/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+1
| | | (bzr r11782)
* merge lp:~inkscape.dev/inkscape/lp1015572Fridrich Strba2012-09-211-0/+22
|\ | | | | | | | | | | | | | | Add support for Visio files, by Fridrich Strba Fixed bugs: - https://launchpad.net/bugs/1015572 (bzr r11688)
| * Add support for libvisioFridrich Strba2012-07-091-0/+22
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1015572 (bzr r11533.1.1)
* | Add -headerpad_max_install_names to LDFLAGS when building for OSX .appGellule Xg2012-08-241-0/+1
| | | | | | (bzr r11619.1.1)
* | Bitmap. Fix for Bug #165952 (png resolution not imported) by Daniel Wagenaar.Nicolas Dufour2012-07-231-1/+19
| | | | | | (bzr r11567)
* | Abort configuration if GTK+ 3 dependencies are unfulfilledAlex Valavanis2012-07-231-0/+2
|/ | | (bzr r11563)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-6/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Fix building with Poppler 0.20 (LP: #1005565)Luca Bruno2012-06-301-0/+6
| | | | | | | | 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)
* Allow cairomm 1.9.8. Should be good enoughAlex Valavanis2012-06-301-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1012442 (bzr r11517)
* Make cairomm 1.10 dependency explicitAlex Valavanis2012-06-301-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1012442 (bzr r11516)
* Translations. New Bengali/Bangladesh translation by Mahay Alam Khan.Nicolas Dufour2012-06-201-1/+1
| | | (bzr r11509)
* Set GDL-3 as a fixed dependency for GTK+ 3 build.Alex Valavanis2012-06-161-12/+4
| | | | | | It's unrealistic for us to support GTK+ 3 compatibility in our internal copy. We ultimately want to get rid of it anyway. (bzr r11501)
* Use more explicit pkg-config list for GTK+ 3 buildsAlex Valavanis2012-06-121-1/+1
| | | (bzr r11490)
* Fix build against GTK+ 3. Thorough checking for runtime errors needed :-)Alex Valavanis2012-06-091-6/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/972797 (bzr r11483)
* Allow use of deprecated GDK symbols because our GDL fork needs themAlex Valavanis2012-05-281-1/+8
| | | (bzr r11435)
* Build with GDK_DISABLE_DEPRECATED for Gtk+ 2Alex Valavanis2012-05-281-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943207 (bzr r11431)
* Build with GSEAL_ENABLEAlex Valavanis2012-05-261-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/979018 (bzr r11422)
* Don't prevent deprecated symbol usage with GTK+ 3 build yet... let's go one ↵Alex Valavanis2012-04-141-3/+7
| | | | | step at a time :) (bzr r11249)
* Add --enable-gtk3-experimental build + use external GDL if possibleAlex Valavanis2012-04-141-1/+32
| | | (bzr r11244)
* Add GTK_DISABLE_DEPRECATED to configure.acAlex Valavanis2012-04-111-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/367607 (bzr r11222)
* Fix remaining GTKMM deprecation issuesAlex Valavanis2012-04-061-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943222 (bzr r11165)
* Packaging. Changing package date to 2012.Nicolas Dufour2012-03-141-1/+1
| | | | | Translations. New Latvian translation by Janis Eisaks. (bzr r11085)
* Add gtkmm deprecation flag to configAlex Valavanis2012-03-141-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943225 (bzr r11084)
* Fix glibmm 2.28 check and guard against inclusion of deprecated gtk headersAlex Valavanis2012-02-291-3/+4
| | | (bzr r11032)
* Define GLIBMM_2_28 instead of NEW_GLIBMM for consistency with other GLIBMM ↵Alex Valavanis2012-02-181-11/+23
| | | | | version variables (bzr r10994)
* port checking glibmm version before applying G_DISABLE_SINGLE_INCLUDESJosh Andler2012-02-181-1/+4
| | | (bzr r10993)
* Fix remaining glib deprecation and define compiler macrosAlex Valavanis2012-02-151-0/+6
| | | (bzr r10983)
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-131-21/+26
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Backward compat fix for Gtkmm 2.20Alex Valavanis2012-02-091-0/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/928520 (bzr r10956)
* Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2012-02-071-0/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947)
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-0/+1
| | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753)
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-1/+0
| | | (bzr r10582.1.11)
* Patch from Yu-Jie Lin for bug 820863 to add the option to disable libwpgJosh Andler2011-08-051-18/+24
| | | (bzr r10528)
* Build depends on Cairo 1.10 or higherAlex Valavanis2011-07-191-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/812816 (bzr r10476)
* Remove --export-dynamic linker flagAlex Valavanis2011-07-101-1/+0
| | | (bzr r10430.1.1)
* Adding extension submitted by Karlisson (launchpad id: karlisson) that ↵Felipe Corr??a da Silva Sanches2011-07-021-0/+1
| | | | | | | converts an SVG document into an HTML page using canvas commands to render the given graphics. This is Karlisson's second accepted contribution to Inkscape (he is also the author of the text split extension). This means he now can get commit access to our development repository. (bzr r10406)
* Fixes my commit 10382: -lX11 should be with a capital X.Gellule Xg2011-06-291-1/+1
| | | (bzr r10387)
* Remove references to Xft from configure.acGellule Xg2011-06-271-55/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/791709 (bzr r10382.1.1)
* Add -lX11 to INKSCAPE_LIBS only when gtk is compiled for X11 backend target.Gellule Xg2011-06-271-1/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/721424 (bzr r10381.1.1)
* Completely remove InkboardKrzysztof Kosi??ski2011-06-231-39/+0
| | | (bzr r10346)
* Minor change to initialize libwgp config variable.Jon A. Cruz2011-06-101-0/+2
| | | (bzr r10267)
* Modified build to conditionally build against either libwpg 0.1.x or 0.2.x. ↵Jon A. Cruz2011-06-101-4/+18
| | | | | | | | Fixes bug #778951. Fixed bugs: - https://launchpad.net/bugs/778951 (bzr r10266)
* Reinstating version bump.Jon A. Cruz2011-05-201-1/+1
| | | (bzr r10215)
* Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-191-1/+1
| | | (bzr r10210)
* Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-1/+1
| | | (bzr r10208)