| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace deprecated GtkHSV with GimpColorWheel. Bumps Gtk+ 3 version ↵ | Alex Valavanis | 2013-01-08 | 1 | -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_v | 2012-12-16 | 1 | -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 Valavanis | 2012-12-09 | 1 | -7/+31 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1088134 (bzr r11938) | ||||
| * | Drop support for Glib < 2.28 | Alex Valavanis | 2012-11-26 | 1 | -13/+3 |
| | | | | (bzr r11908) | ||||
| * | Drop support for GTK+ < 2.24 | Alex Valavanis | 2012-11-26 | 1 | -14/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907) | ||||
| * | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 2012-10-11 | 1 | -0/+1 |
| | | | | (bzr r11782) | ||||
| * | merge lp:~inkscape.dev/inkscape/lp1015572 | Fridrich Strba | 2012-09-21 | 1 | -0/+22 |
| |\ | | | | | | | | | | | | | | | Add support for Visio files, by Fridrich Strba Fixed bugs: - https://launchpad.net/bugs/1015572 (bzr r11688) | ||||
| | * | Add support for libvisio | Fridrich Strba | 2012-07-09 | 1 | -0/+22 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1015572 (bzr r11533.1.1) | ||||
| * | | Add -headerpad_max_install_names to LDFLAGS when building for OSX .app | Gellule Xg | 2012-08-24 | 1 | -0/+1 |
| | | | | | | | (bzr r11619.1.1) | ||||
| * | | Bitmap. Fix for Bug #165952 (png resolution not imported) by Daniel Wagenaar. | Nicolas Dufour | 2012-07-23 | 1 | -1/+19 |
| | | | | | | | (bzr r11567) | ||||
| * | | Abort configuration if GTK+ 3 dependencies are unfulfilled | Alex Valavanis | 2012-07-23 | 1 | -0/+2 |
| |/ | | | (bzr r11563) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -6/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Fix building with Poppler 0.20 (LP: #1005565) | Luca Bruno | 2012-06-30 | 1 | -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 enough | Alex Valavanis | 2012-06-30 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1012442 (bzr r11517) | ||||
| * | Make cairomm 1.10 dependency explicit | Alex Valavanis | 2012-06-30 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1012442 (bzr r11516) | ||||
| * | Translations. New Bengali/Bangladesh translation by Mahay Alam Khan. | Nicolas Dufour | 2012-06-20 | 1 | -1/+1 |
| | | | | (bzr r11509) | ||||
| * | Set GDL-3 as a fixed dependency for GTK+ 3 build. | Alex Valavanis | 2012-06-16 | 1 | -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 builds | Alex Valavanis | 2012-06-12 | 1 | -1/+1 |
| | | | | (bzr r11490) | ||||
| * | Fix build against GTK+ 3. Thorough checking for runtime errors needed :-) | Alex Valavanis | 2012-06-09 | 1 | -6/+14 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/972797 (bzr r11483) | ||||
| * | 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) | ||||
