| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow use of deprecated GDK symbols because our GDL fork needs them | Alex Valavanis | 2012-05-28 | 1 | -1/+8 |
| | | | | (bzr r11435) | ||||
| * | Build with GDK_DISABLE_DEPRECATED for Gtk+ 2 | Alex Valavanis | 2012-05-28 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/943207 (bzr r11431) | ||||
| * | Build with GSEAL_ENABLE | Alex Valavanis | 2012-05-26 | 1 | -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 Valavanis | 2012-04-14 | 1 | -3/+7 |
| | | | | | | step at a time :) (bzr r11249) | ||||
| * | Add --enable-gtk3-experimental build + use external GDL if possible | Alex Valavanis | 2012-04-14 | 1 | -1/+32 |
| | | | | (bzr r11244) | ||||
| * | Add GTK_DISABLE_DEPRECATED to configure.ac | Alex Valavanis | 2012-04-11 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/367607 (bzr r11222) | ||||
| * | Fix remaining GTKMM deprecation issues | Alex Valavanis | 2012-04-06 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/943222 (bzr r11165) | ||||
| * | Packaging. Changing package date to 2012. | Nicolas Dufour | 2012-03-14 | 1 | -1/+1 |
| | | | | | | Translations. New Latvian translation by Janis Eisaks. (bzr r11085) | ||||
| * | Add gtkmm deprecation flag to config | Alex Valavanis | 2012-03-14 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/943225 (bzr r11084) | ||||
| * | Fix glibmm 2.28 check and guard against inclusion of deprecated gtk headers | Alex Valavanis | 2012-02-29 | 1 | -3/+4 |
| | | | | (bzr r11032) | ||||
| * | Define GLIBMM_2_28 instead of NEW_GLIBMM for consistency with other GLIBMM ↵ | Alex Valavanis | 2012-02-18 | 1 | -11/+23 |
| | | | | | | version variables (bzr r10994) | ||||
| * | port checking glibmm version before applying G_DISABLE_SINGLE_INCLUDES | Josh Andler | 2012-02-18 | 1 | -1/+4 |
| | | | | (bzr r10993) | ||||
| * | Fix remaining glib deprecation and define compiler macros | Alex Valavanis | 2012-02-15 | 1 | -0/+6 |
| | | | | (bzr r10983) | ||||
| * | Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵ | Jon A. Cruz | 2012-02-13 | 1 | -21/+26 |
| | | | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969) | ||||
| * | Backward compat fix for Gtkmm 2.20 | Alex Valavanis | 2012-02-09 | 1 | -0/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/928520 (bzr r10956) | ||||
| * | Cleaning up my mess... backward compatibility and fix Windows build (hopefully) | Alex Valavanis | 2012-02-07 | 1 | -0/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947) | ||||
| * | Add possibility to check validity of attributes and usefulness of properties. | Tavmjong Bah | 2011-11-29 | 1 | -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 libnr | Krzysztof Kosi??ski | 2011-08-28 | 1 | -1/+0 |
| | | | | (bzr r10582.1.11) | ||||
| * | Patch from Yu-Jie Lin for bug 820863 to add the option to disable libwpg | Josh Andler | 2011-08-05 | 1 | -18/+24 |
| | | | | (bzr r10528) | ||||
| * | Build depends on Cairo 1.10 or higher | Alex Valavanis | 2011-07-19 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/812816 (bzr r10476) | ||||
| * | Remove --export-dynamic linker flag | Alex Valavanis | 2011-07-10 | 1 | -1/+0 |
| | | | | (bzr r10430.1.1) | ||||
| * | Adding extension submitted by Karlisson (launchpad id: karlisson) that ↵ | Felipe Corr??a da Silva Sanches | 2011-07-02 | 1 | -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 Xg | 2011-06-29 | 1 | -1/+1 |
| | | | | (bzr r10387) | ||||
| * | Remove references to Xft from configure.ac | Gellule Xg | 2011-06-27 | 1 | -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 Xg | 2011-06-27 | 1 | -1/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/721424 (bzr r10381.1.1) | ||||
| * | Completely remove Inkboard | Krzysztof Kosi??ski | 2011-06-23 | 1 | -39/+0 |
| | | | | (bzr r10346) | ||||
| * | Minor change to initialize libwgp config variable. | Jon A. Cruz | 2011-06-10 | 1 | -0/+2 |
| | | | | (bzr r10267) | ||||
| * | Modified build to conditionally build against either libwpg 0.1.x or 0.2.x. ↵ | Jon A. Cruz | 2011-06-10 | 1 | -4/+18 |
| | | | | | | | | | Fixes bug #778951. Fixed bugs: - https://launchpad.net/bugs/778951 (bzr r10266) | ||||
| * | Reinstating version bump. | Jon A. Cruz | 2011-05-20 | 1 | -1/+1 |
| | | | | (bzr r10215) | ||||
| * | Revert version bump so win devlibs can catch up. | Jon A. Cruz | 2011-05-19 | 1 | -1/+1 |
| | | | | (bzr r10210) | ||||
| * | Made dependencies explicit and bumped versions. | Jon A. Cruz | 2011-05-18 | 1 | -1/+1 |
| | | | | (bzr r10208) | ||||
| * | Fix for build on OS X. Fixes bug 707205. | Jon A. Cruz | 2011-03-04 | 1 | -0/+13 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10078) | ||||
| * | Patch from Lubomir Rintel to fix build with Poppler 0.15.1 | Krzysztof Kosi??ski | 2010-11-21 | 1 | -4/+25 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/676271 (bzr r9910) | ||||
| * | Patch to fix build on Natty by Alex Valavanis | Josh Andler | 2010-11-15 | 1 | -1/+1 |
| | | | | (bzr r9894) | ||||
| * | Remove the failed and unused "new gui" stuff. | Krzysztof Kosi??ski | 2010-10-12 | 1 | -1/+0 |
| | | | | (bzr r9828) | ||||
| * | Restore config to require DBUS to be explicitly enabled. | Jon A. Cruz | 2010-09-27 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/614273 (bzr r9795) | ||||
| * | Fix DBus configure snippet | Krzysztof Kosi??ski | 2010-09-21 | 1 | -2/+2 |
| | | | | (bzr r9773) | ||||
| * | Make OpenMP actually work on systems that use Autoconf. | Krzysztof Kosi??ski | 2010-07-21 | 1 | -0/+1 |
| | | | | (bzr r9637) | ||||
| * | Changing version on the devel branch to be 0.48+devel | Ted Gould | 2010-07-18 | 1 | -1/+1 |
| | | | | (bzr r9621) | ||||
| * | Fix build failure when DBus is not enabled | Krzysztof Kosi??ski | 2010-07-16 | 1 | -5/+3 |
| | | | | (bzr r9618) | ||||
| * | Commiting updates and patches from the 0.48 branch. | Ted Gould | 2010-07-15 | 1 | -3/+2 |
| |\ | | | | | (bzr r9617) | ||||
| | * | Build patch from the Fedora folks | Lubomir Rintel | 2010-07-15 | 1 | -3/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/595872 (bzr r9606.1.7) | ||||
| * | | Set a default value for 'with_dbus' | Ted Gould | 2010-07-13 | 1 | -0/+1 |
| | | | | | | | (bzr r9613) | ||||
| * | | Upgrading to trunk | Ted Gould | 2010-07-13 | 1 | -1/+1 |
| |\| | | | | | (bzr r8254.1.57) | ||||
| | * | Translations. New Telugu translation by వీవెన్ (Veeven). | Nicolas Dufour | 2010-07-06 | 1 | -1/+1 |
| | | | | | | | (bzr r9581) | ||||
| * | | Making an enable/disable flag for building with dbus | Ted Gould | 2010-05-15 | 1 | -11/+18 |
| | | | | | | | (bzr r8254.1.55) | ||||
| * | | Updating to trunk | Ted Gould | 2010-05-15 | 1 | -56/+0 |
| |\| | | | | | (bzr r8254.1.54) | ||||
| | * | Remove remnants of rather pointless MMX optimizations, and fix | Krzysztof Kosi??ski | 2010-03-29 | 1 | -56/+0 |
| | | | | | | | | | | | build failure caused by recent extension renames (bzr r9255) | ||||
| * | | Merge from trunk | Ted Gould | 2010-03-26 | 1 | -16/+79 |
| |\| | | | | | (bzr r8254.1.53) | ||||
| | * | Test Poppler colorspace API using trial compilation | Krzysztof Kosi??ski | 2010-03-25 | 1 | -1/+23 |
| | | | | | | | | | | | | | | | | | rather than a version check; should fix LP #545580 Fixed bugs: - https://launchpad.net/bugs/545580 (bzr r9231) | ||||
