| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #358704 that I introduced with r21075. | Peter Moulder | 2009-04-18 | 1 | -1/+1 |
| | | | | (bzr r7733) | ||||
| * | Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵ | Peter Moulder | 2009-04-07 | 5 | -33/+431 |
| | | | | | | | | | | 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) | ||||
| * | functional noop: xml/repr-io.cpp: (sp_repr_save_writer): Mark static. ↵ | Peter Moulder | 2009-04-06 | 1 | -8/+8 |
| | | | | | | Slight shortening of implementation. (bzr r7641) | ||||
| * | Remove trivial wrapper function sp_repr_print that hasn't been used in years. | Peter Moulder | 2009-04-06 | 2 | -12/+1 |
| | | | | (bzr r7640) | ||||
| * | functional noop: xml/repr-io.cpp: Simplify a calculation. | Peter Moulder | 2009-04-05 | 1 | -12/+6 |
| | | | | (bzr r7632) | ||||
| * | Added explicit tagging of "solid color gradients" and base context menu to ↵ | Jon A. Cruz | 2009-03-21 | 1 | -10/+18 |
| | | | | | | add and edit. (bzr r7535) | ||||
| * | Work-around output encoding issues with comments. Fixes bug #340451. | Jon A. Cruz | 2009-03-14 | 1 | -1/+30 |
| | | | | (bzr r7485) | ||||
| * | Casts and legibility cleanup | Jon A. Cruz | 2009-03-14 | 1 | -47/+82 |
| | | | | (bzr r7484) | ||||
| * | Patch from Lubomir Rintel: fixes for GCC 4.4 | Krzysztof Kosi??ski | 2009-02-26 | 1 | -0/+1 |
| | | | | (bzr r7380) | ||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -14/+1 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | Adding explicit parenthesis to remove warnings | Jon A. Cruz | 2009-02-10 | 1 | -2/+2 |
| | | | | (bzr r7261) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -1/+3 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+3 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | promote default namespace for INX extension files | Thomas Holder | 2009-01-11 | 1 | -9/+12 |
| | | | | (bzr r7113) | ||||
| * | Cmake: restructure build files to be more like current build system. Should ↵ | Joshua L. Blocher | 2009-01-09 | 1 | -0/+1 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | Build a single test executable on Linux to match Windows build system. | Krzysztof Kosi??ski | 2008-12-29 | 1 | -18/+1 |
| | | | | (bzr r7040) | ||||
| * | Now users can design a font within inkscape, save it and then open the | Felipe Corr??a da Silva Sanches | 2008-12-28 | 3 | -0/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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??ski | 2008-12-09 | 3 | -189/+9 |
| | | | | | | utest-based tests. (bzr r6976) | ||||
| * | "make check" now compiles and runs on Linux. | Krzysztof Kosi??ski | 2008-12-08 | 1 | -5/+5 |
| | | | | (bzr r6973) | ||||
| * | Removed sp_main_* stubs from individual headers to make the unit tests build ↵ | Jasper van de Gronde | 2008-12-08 | 1 | -3/+0 |
| | | | | | | on Windows again. (bzr r6971) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2008-12-04 | 1 | -5/+30 |
| | | | | (bzr r6938) | ||||
| * | Making it so that including simple-node.h will generate an error | Ted Gould | 2008-10-31 | 2 | -0/+5 |
| | | | | (bzr r6889) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 2 | -9/+15 |
| | | | | (bzr r6885) | ||||
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 26 | -367/+1016 |
| | | | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877) | ||||
| * | Add a header with forward declarations for the XML namespace. | Krzysztof Kosi??ski | 2008-09-16 | 1 | -0/+57 |
| | | | | (bzr r6828) | ||||
| * | Enable exception handling for CxxTest in Makefiles | Jasper van de Gronde | 2008-08-02 | 1 | -1/+1 |
| | | | | (bzr r6524) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 1 | -1/+1 |
| | | | | (bzr r6495) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-20 | 2 | -10/+10 |
| | | | | (bzr r6367) | ||||
| * | Consistently use (create/destroy)Suite in unit tests. | Jasper van de Gronde | 2008-07-19 | 1 | -0/+3 |
| | | | | (bzr r6362) | ||||
| * | Fix for PathString to prevent it from getting into a very, very long copying ↵ | Jasper van de Gronde | 2008-07-18 | 1 | -10/+4 |
| | | | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355) | ||||
| * | replace separate forward declarations by proper forward.h inclusion | Johan B. C. Engelen | 2008-07-07 | 2 | -8/+4 |
| | | | | (bzr r6214) | ||||
| * | Change link line for a couple of the test programs, so that `make check' ↵ | Peter Moulder | 2008-07-05 | 1 | -0/+3 |
| | | | | | | compiles again. (bzr r6193) | ||||
| * | remove "public private" virtual methods from XML::Node | MenTaLguY | 2008-07-01 | 3 | -26/+8 |
| | | | | (bzr r6110) | ||||
| * | remove additional unnecessary indirection in tree operations | MenTaLguY | 2008-07-01 | 2 | -22/+22 |
| | | | | (bzr r6109) | ||||
| * | access some SimpleNode fields directly | MenTaLguY | 2008-07-01 | 1 | -29/+44 |
| | | | | (bzr r6108) | ||||
| * | remove last traces of "floating nodes" | MenTaLguY | 2008-07-01 | 5 | -49/+8 |
| | | | | (bzr r6107) | ||||
| * | CxxTest unit tests can now be built on Windows, also adds CxxTest versions ↵ | Jasper van de Gronde | 2008-07-01 | 2 | -2/+131 |
| | | | | | | of most UTEST unit tests. (These new CxxTest tests are not part of make check on Linux yet.) (bzr r6106) | ||||
| * | Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when ↵ | Stephen Silver | 2008-06-30 | 2 | -0/+18 |
| | | | | | | ungrouping (fixes bug 243720). (bzr r6098) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -27/+1 |
| | | | | (bzr r6046) | ||||
| * | re-enable assertions | MenTaLguY | 2008-06-11 | 1 | -2/+2 |
| | | | | (bzr r5885) | ||||
| * | Back out the `document != NULL' assertions added to SimpleNode constructors ↵ | Peter Moulder | 2008-06-11 | 1 | -2/+2 |
| | | | | | | in r18847 (see https://bugs.launchpad.net/inkscape/+bug/239101). (bzr r5878) | ||||
| * | force single single document over a node's lifetime | MenTaLguY | 2008-06-08 | 2 | -1/+5 |
| | | | | (bzr r5862) | ||||
| * | plumb document references a little deeper in | MenTaLguY | 2008-06-08 | 9 | -28/+46 |
| | | | | (bzr r5861) | ||||
| * | merge inline patch from Jimmy | MenTaLguY | 2008-05-08 | 2 | -11/+3 |
| | | | | (bzr r5631) | ||||
| * | cmake: copy over some excluded files from build.xml | Johan B. C. Engelen | 2008-04-15 | 1 | -4/+4 |
| | | | | (bzr r5453) | ||||
| * | cmake: EOL of cmakelists.txt in subdirs | Johan B. C. Engelen | 2008-04-07 | 1 | -43/+43 |
| | | | | (bzr r5379) | ||||
| * | Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ↵ | Bob Jamison | 2008-04-02 | 2 | -40/+44 |
| | | | | | | called by sp_repr_save_buf() (bzr r5314) | ||||
| * | delete remaining .cvsignore files | Adib Taraben | 2008-04-01 | 1 | -10/+0 |
| | | | | (bzr r5299) | ||||
| * | add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵ | Johan B. C. Engelen | 2008-03-30 | 1 | -0/+44 |
| | | | | | | minimal checking was done with existing Makefile_insert (bzr r5241) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-03-15 | 1 | -1/+1 |
| | | | | (bzr r5097) | ||||
