summaryrefslogtreecommitdiffstats
path: root/src/xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-3/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
* added missing headerCampbell Barton2011-07-021-0/+3
| | | (bzr r10397)
* cmake:Campbell Barton2011-06-131-1/+32
| | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
* cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
| | | (bzr r10278)
* cmake:Campbell Barton2011-06-131-2/+2
| | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
* cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-2/+2
| | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
* work in progress cmake commit:Campbell Barton2011-06-121-20/+20
| | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
* Fix windows build.Jon A. Cruz2011-05-071-5/+4
| | | (bzr r10199)
* Adding initial cut of resource manager.Jon A. Cruz2011-05-067-140/+296
| | | (bzr r10198)
* Path. Fix for Bug #170225 (relative image paths instead of absolute).Nicolas Dufour2011-03-221-3/+43
| | | | | | Fixed bugs: - https://launchpad.net/bugs/170225 (bzr r10124)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
| | | (bzr r10067)
* Fixed const/non-const mismatch loop.Jon A. Cruz2010-12-121-1/+1
| | | (bzr r9949)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-129-62/+89
|\ | | | | (bzr r9945.1.1)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-4/+6
| | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | (bzr r9546.1.2)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-1734-34/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | add libxml/parser.h to fix compile on windowsd2010-09-221-0/+2
| | | | | | (bzr r9776)
* | add XML_PARSE_HUGE to handle documents with more than 256 levels of nestingd2010-09-211-1/+1
|/ | | (bzr r9775)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-144-4/+3
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* patch from 416549bulia byak2009-08-231-0/+3
| | | (bzr r8522)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-067-19/+16
| | | | | which cannot be fixed easily. (bzr r8422)
* Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)johnce2009-08-052-1/+3
| | | (bzr r8420)
* xml/Document -> DocumentTreejohnce2009-08-055-14/+15
| | | (bzr r8417)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8416)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8405)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* Fix #358704 that I introduced with r21075.Peter Moulder2009-04-181-1/+1
| | | (bzr r7733)
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵Peter Moulder2009-04-075-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 Moulder2009-04-061-8/+8
| | | | | Slight shortening of implementation. (bzr r7641)
* Remove trivial wrapper function sp_repr_print that hasn't been used in years.Peter Moulder2009-04-062-12/+1
| | | (bzr r7640)
* functional noop: xml/repr-io.cpp: Simplify a calculation.Peter Moulder2009-04-051-12/+6
| | | (bzr r7632)
* Added explicit tagging of "solid color gradients" and base context menu to ↵Jon A. Cruz2009-03-211-10/+18
| | | | | add and edit. (bzr r7535)
* Work-around output encoding issues with comments. Fixes bug #340451.Jon A. Cruz2009-03-141-1/+30
| | | (bzr r7485)
* Casts and legibility cleanupJon A. Cruz2009-03-141-47/+82
| | | (bzr r7484)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-0/+1
| | | (bzr r7380)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-14/+1
| | | | | rather than for every subdirectory. (bzr r7336)
* Adding explicit parenthesis to remove warningsJon A. Cruz2009-02-101-2/+2
| | | (bzr r7261)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-131-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. Blocher2009-01-121-1/+3
| | | | | sub-libs of inkscape. (bzr r7120)
* promote default namespace for INX extension filesThomas Holder2009-01-111-9/+12
| | | (bzr r7113)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-0/+1
| | | | | reduce linking stage command for windows. (bzr r7100)
* 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-283-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??ski2008-12-093-189/+9
| | | | | utest-based tests. (bzr r6976)
* "make check" now compiles and runs on Linux.Krzysztof Kosi??ski2008-12-081-5/+5
| | | (bzr r6973)
* Removed sp_main_* stubs from individual headers to make the unit tests build ↵Jasper van de Gronde2008-12-081-3/+0
| | | | | on Windows again. (bzr r6971)
* Warning cleanup.Jon A. Cruz2008-12-041-5/+30
| | | (bzr r6938)
* Making it so that including simple-node.h will generate an errorTed Gould2008-10-312-0/+5
| | | (bzr r6889)
* From trunkTed Gould2008-10-272-9/+15
| | | (bzr r6885)