summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* run-all-extension-tests in make checkAur??lio A. Heckert2009-04-131-0/+1
| | | (bzr r7702)
* Update configure.ac to include the PNG icon dirsKrzysztof Kosi??ski2009-04-131-0/+8
| | | (bzr r7698)
* make aspell optionalbulia byak2009-02-241-3/+5
| | | (bzr r7361)
* Remove unused m4 macros.Krzysztof Kosi??ski2009-02-201-11/+10
| | | (bzr r7333)
* Fix SVN revision reporting so that it doesn't relink on every make Krzysztof Kosi??ski2009-02-191-8/+4
| | | | | invocation. (bzr r7331)
* Fixed build issues related to libaspell detection - thanks to buliaJosh Andler2009-02-181-0/+9
| | | (bzr r7315)
* Fix build failure on reconfigureKrzysztof Kosi??ski2009-02-151-1/+0
| | | (bzr r7298)
* Remove last remnants of ancient plugin support. Tidy up acinclude.m4.Krzysztof Kosi??ski2009-02-131-26/+2
| | | (bzr r7278)
* Fix broken buildJon A. Cruz2009-02-111-1/+1
| | | (bzr r7273)
* Add the rest of discrete iconsKrzysztof Kosi??ski2009-02-101-0/+2
| | | (bzr r7265)
* Split off first portion of icons into separate files to begin working on Krzysztof Kosi??ski2009-02-101-1/+5
| | | | | Inkscape themability. Add Makefile install rules for them. (bzr r7258)
* configure.ac: Fix syntax error introduced in r20243.Peter Moulder2009-01-291-1/+1
| | | (bzr r7204)
* Remove utest.Krzysztof Kosi??ski2008-12-301-1/+0
| | | (bzr r7042)
* Fixed OpenMP dependency to be optional.Jon A. Cruz2008-11-251-5/+15
| | | (bzr r6900)
* Merging in the OpenMP work from the mailing list with some improved build files.Ted Gould2008-11-231-1/+10
| | | (bzr r6893)
* Merge from fe-movedTed Gould2008-11-211-0/+2
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-311-4/+5
| | | (bzr r6887)
* Merging from trunkTed Gould2008-10-111-2/+3
| | | (bzr r6884)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-251-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to flatten and merge... Here's the list. * Added a focus mode activated by Shift+F11. The goal of this mode is to remove all toolbars for a short period so that you maximize screen area. Useful on small screens. Also when you know lots of shortcuts. * Created what I'm calling "Quick Zoom." The idea here is to have a modal zoom for touching up something with fine detail and then returning to what you're doing. This is activated with the letter "Q" on the keyboard. When you release it, you return back to where you were. This will zoom in on selected objects, or if you're in the node tool selected nodes. * Added .svg on the temporary files in extensions. This'll make many of them happier. This only works on recent versions of GLib, but shouldn't break older ones more than they already are. * Moved the Inkscape configuration directory on Linux from ~/.inkscape to ~/.config/Inkscape. This is the new way to do things with the cross desktop naming spec. I'm unsure whether we should be putting crash dumps in .config or .cache though. * Removed 'tools_switch_current' because every usage of it already had a pointer to where it needed to go. Removes usage of globals. * Made it so that dialogs will be transparent when not focused. This is an alternate to having the docked, and one that I like better as I feel it gives me more screen area. You can adjust how much transparency and the speed of the animation in the preferences dialog. (Note: this requires GTK+ 2.12 and a compositor, but gracefully degrades if you don't have either) (bzr r6882)
* configure.ac: Add test for POPPLER_NEW_GFXFONT.Peter Moulder2008-07-191-0/+6
| | | (bzr r6364)
* Patch so Inkscape will compile on Solaris 10 from LP ↵Joshua L. Blocher2008-07-031-8/+9
| | | | | https://bugs.launchpad.net/inkscape/+bug/245173 (bzr r6133)
* reverting (possibly mistaken) edits on configure.ac by cilix42 made on Felipe Corr??a da Silva Sanches2008-06-201-4/+10
| | | | | revision 18964 (bzr r6002)
* Add handle to adjust angleMaximilian Albert2008-06-181-10/+4
| | | (bzr r5979)
* * add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵Felipe Corr??a da Silva Sanches2008-05-251-0/+9
| | | | | | | cairo git master branch) will compile SVGFonts (experimental) support. * First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration. (bzr r5753)
* Changing configure.ac to build the Makefile for the Poly objectsTed Gould2008-05-211-0/+1
| | | (bzr r5729)
* hopefully this correctly adds gsl dependency. can't check!Johan B. C. Engelen2008-05-101-1/+1
| | | (bzr r5650)
* clean Imagemagick detection and doesn't link anymore unused related libs ↵popolon.org2008-05-101-9/+5
| | | | | (bug #179369) (bzr r5647)
* * configure.ac: Have the "linker tolerates -z relro" configure test domjwybrow2008-05-041-1/+1
| | | | | | a AC_LINK_IFELSE since the existing AC_COMPILE_IFELSE didn't use the LDFLAGS and therefore wasn't actually performing the test. (bzr r5598)
* merge redundant language-agnostics options into CPPFLAGS, split off linker flagsKees Cook2008-04-301-56/+41
| | | (bzr r5555)
* and check for relro now too, since using gcc doesn't mean we have a GNU ldKees Cook2008-04-301-5/+22
| | | (bzr r5554)
* and test g++ for compiler flags too; shouldn't these be in CPPFLAGS?Kees Cook2008-04-301-6/+30
| | | (bzr r5553)
* correctly test compiler for -Werror=...Kees Cook2008-04-301-3/+22
| | | (bzr r5552)
* make format string warnings fatal, since it should never happenKees Cook2008-04-291-2/+2
| | | (bzr r5549)
* * configure.ac: s/0.45+devel/0.46+devel/.mjwybrow2008-03-261-1/+1
| | | (bzr r5200)
* Added new extension: Alphabet SoupJoel Holdsworth2008-03-181-0/+1
| | | (bzr r5118)
* minor: Add bind/makefile.inPeter Moulder2008-03-101-0/+1
| | | (bzr r5038)
* Applied patch for LCMS from bug #182170Jon A. Cruz2008-03-041-6/+2
| | | (bzr r4949)
* * [INTL: ar] New Arabic translation by M. Bashir Al-NoimiLuca Bruno2008-02-251-1/+1
| | | (bzr r4854)
* * Moving Serbian (latin) locale from sr@Latn to sr@latin as requested by ↵Luca Bruno2008-02-121-1/+1
| | | | | translator (bzr r4712)
* r17671@shi: ted | 2008-01-15 23:00:05 -0800Ted Gould2008-01-161-1/+1
| | | | | +devel take two (bzr r4510)
* r17648@shi: ted | 2008-01-14 23:31:32 -0800Ted Gould2008-01-161-1/+1
| | | | | Adding in some nice little options to make packaing easier. 'New' tar format and all the dists that we already make but I did by hand. (bzr r4508)
* r17634@shi: ted | 2008-01-14 21:53:49 -0800Ted Gould2008-01-161-1/+1
| | | | | Changing verison to 0.45+0.46pre0 (bzr r4504)
* Added part of a patch by Adam Strzelecki which makes GTK menu migrate to OS ↵JiHO2008-01-101-0/+15
| | | | | X menubar when GTK+quartz is used. This is taken from Gimp and should be safe enough at this stage since it really only affects OS X. (bzr r4454)
* * Moving Breton from br_FR to brLuca Bruno2008-01-041-1/+1
| | | (bzr r4380)
* * Added initial Breton (br_FR) translation by Alan Monfort (closes #180070)Luca Bruno2008-01-031-1/+1
| | | (bzr r4378)
* move gtk version dep to gtkmm instead -- safer place to test itKees Cook2007-12-111-1/+1
| | | (bzr r4212)
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-101-5/+0
| | | (bzr r4199)
* bump minimum required gtk to 2.10 (released july 2006), for future print dialogKees Cook2007-12-101-1/+1
| | | (bzr r4197)
* Require poppler-glib and poppler-cairo for PDF previewmiklosh2007-11-181-6/+6
| | | (bzr r4104)
* r16915@shi: ted | 2007-10-31 06:10:37 -0700Ted Gould2007-10-311-1/+4
| | | | | Adding in libwpg-stream (bzr r3993)