| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| * | Unused params | Jon A. Cruz | 2008-03-14 | 4 | -4/+4 |
| | | | | (bzr r5087) | ||||
| * | Add convenience functions to read from/write to Glib::ustrings. | Bob Jamison | 2008-03-13 | 2 | -0/+32 |
| | | | | (bzr r5086) | ||||
| * | add basic support for preserving processing instructions in the AST | MenTaLguY | 2008-03-07 | 7 | -5/+71 |
| | | | | (bzr r4987) | ||||
| * | export sp_repr_write_stream() | Bob Jamison | 2008-03-07 | 2 | -1/+4 |
| | | | | (bzr r4980) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-03-01 | 1 | -2/+2 |
| | | | | (bzr r4914) | ||||
| * | Fixed composite-node-observer including a file not existing in stable glib | Niko Kiirala | 2008-02-11 | 2 | -1/+1 |
| | | | | (bzr r4708) | ||||
| * | remaining g++ 4.3 compilation fix-ups | Kees Cook | 2008-02-11 | 1 | -0/+1 |
| | | | | (bzr r4706) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 11 | -8/+25 |
| | | | | (bzr r4629) | ||||
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392) | ||||
| * | glib/gtestutils.h is not available on gutsy, so switching to include of | Bryce Harrington | 2008-01-05 | 4 | -4/+4 |
| | | | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390) | ||||
