summaryrefslogtreecommitdiffstats
path: root/src/xml/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-51/+0
| | | (bzr r15046)
* Files in /src that no longer existTed Gould2012-10-151-2/+1
| | | (bzr r11804.1.2)
* Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+1
| | | (bzr r10198)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-1/+0
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵Peter Moulder2009-04-071-0/+2
| | | | | | | | | xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref. Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.) extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.) When exporting plain SVG, change the relative hrefs according to the destination filename. (bzr r7643)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-14/+1
| | | | | rather than for every subdirectory. (bzr r7336)
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-291-18/+1
| | | (bzr r7040)
* Now users can design a font within inkscape, save it and then open the Felipe Corr??a da Silva Sanches2008-12-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SVG file in Fontforge in order to export a truetype font (or other system font formarts fontforge supports). This improves previous workflow of font design using Inkscape which involved creating one SVG for each glyph. Now user only needs to create a single SVG file containing an SVGFont. Glyph kerning settings for the font can also be defined withing Inkscape itself with live preview. The kerning management still needs some improvements but is currently functional at least. Improvements in the SVGFonts dialog: * In Global Settings tab you can define the font family name. Other attributes should be added to this tab in the future. * Glyphs tab allows the user to: ** see a list (combobox) of glyphs available in the currently selected font. ** add/remove glyphs ** edit glyph name and unicode ** set the glyph curves based on a given path (selected from canvas). Same feature for the missing glyph. * Kerning tab allows user to: ** add new kerning pairs ** adjust kerning values of selected kerning pair ** live preview while adjusting the kerning values Code refactoring: * Inner classes DocumentProperties::SignalObserver and FilterEffectsDialog::SignalObserver were duplicated code and another instance would be needed in SVGFonts dialog. So, I moved it to Inkscape::XML::SignalObserver (in helper-observer.{cpp,h}) * changed SPGlyph->glyph_name and SPGlyph->unicode from char* to Glib::ustring * added sp_remove_resource to the release method in sp-font.cpp * glyph curves used to be stored (in d attribute) and rendered upside-down. Now that bug is fixed. Sorry about this huge commit. I got one week away from the Internet during a xmas travel. The lack of 'net connection made me work more intensely in Inkscape :-D Felipe Sanches (bzr r7029)
* Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2008-12-091-28/+9
| | | | | utest-based tests. (bzr r6976)
* "make check" now compiles and runs on Linux.Krzysztof Kosi??ski2008-12-081-5/+5
| | | (bzr r6973)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-1/+2
| | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
| | | (bzr r6524)
* Change link line for a couple of the test programs, so that `make check' ↵Peter Moulder2008-07-051-0/+3
| | | | | compiles again. (bzr r6193)
* add basic support for preserving processing instructions in the ASTMenTaLguY2008-03-071-0/+1
| | | (bzr r4987)
* initial implementation of XML::Subtree API for tracking changes on aMenTaLguY2007-07-011-0/+2
| | | | | | whole-subtree basis; the initial implementation does not have very good performance for large subtrees, but should work well for smaller ones (bzr r3158)
* merge XML::Session into XML::DocumentMenTaLguY2007-01-201-4/+0
| | | (bzr r2248)
* full correction for rest of test buildsKees Cook2007-01-131-3/+11
| | | (bzr r2201)
* * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow2006-07-141-1/+1
| | | | | | | | src/xml/Makefile_insert, src/libnr/Makefile_insert: Add "$(srcdir)/" to some things so that "make check" works in the case that the build directory is somewhere other than the source directory. (bzr r1414)
* Adding multiple test output formats.Jon A. Cruz2006-04-271-1/+1
| | | (bzr r592)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+86
(bzr r1)