summaryrefslogtreecommitdiffstats
path: root/src/xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge inline patch from JimmyMenTaLguY2008-05-082-11/+3
| | | (bzr r5631)
* cmake: copy over some excluded files from build.xmlJohan B. C. Engelen2008-04-151-4/+4
| | | (bzr r5453)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-43/+43
| | | (bzr r5379)
* Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ↵Bob Jamison2008-04-022-40/+44
| | | | | called by sp_repr_save_buf() (bzr r5314)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-10/+0
| | | (bzr r5299)
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵Johan B. C. Engelen2008-03-301-0/+44
| | | | | minimal checking was done with existing Makefile_insert (bzr r5241)
* Warning cleanupJon A. Cruz2008-03-151-1/+1
| | | (bzr r5097)
* Unused paramsJon A. Cruz2008-03-144-4/+4
| | | (bzr r5087)
* Add convenience functions to read from/write to Glib::ustrings.Bob Jamison2008-03-132-0/+32
| | | (bzr r5086)
* add basic support for preserving processing instructions in the ASTMenTaLguY2008-03-077-5/+71
| | | (bzr r4987)
* export sp_repr_write_stream()Bob Jamison2008-03-072-1/+4
| | | (bzr r4980)
* Warning and whitespace cleanupJon A. Cruz2008-03-011-2/+2
| | | (bzr r4914)
* Fixed composite-node-observer including a file not existing in stable glibNiko Kiirala2008-02-112-1/+1
| | | (bzr r4708)
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-0/+1
| | | (bzr r4706)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-3111-8/+25
| | | (bzr r4629)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-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 ofBryce Harrington2008-01-054-4/+4
| | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390)
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-054-0/+7
| | | | | currently. (bzr r4389)
* guidelines: minor correctionsJohan B. C. Engelen2007-12-202-2/+27
| | | | | add point reading to repr-util.cpp (bzr r4264)
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-192-0/+18
| | | (bzr r4258)
* Warning cleanupJon A. Cruz2007-11-041-3/+3
| | | (bzr r4025)
* warning cleanupJon A. Cruz2007-11-021-2/+2
| | | (bzr r4012)
* Provide Node const* versions of existing sp_repr_children and sp_repr_next ↵Peter Moulder2007-10-111-0/+10
| | | | | functions. (bzr r3875)
* r16525@tres: ted | 2007-09-11 20:49:47 -0700Ted Gould2007-09-121-1/+1
| | | | | Adding in code to XSLT. (bzr r3729)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* Applied patches for default metadata and for fix on creative commons namespace.Jon Phillips2007-08-142-3/+10
| | | (bzr r3464)
* make subtree monitoring part of XML::Node's interfaceMenTaLguY2007-07-045-63/+41
| | | (bzr r3186)
* was trying to have my cake and eat it too, memory-management-wise ... forMenTaLguY2007-07-012-18/+7
| | | | | now, manual management for Subtree (bzr r3159)
* initial implementation of XML::Subtree API for tracking changes on aMenTaLguY2007-07-013-0/+181
| | | | | | whole-subtree basis; the initial implementation does not have very good performance for large subtrees, but should work well for smaller ones (bzr r3158)
* Add fixme comment re testing for file existence inside g_return_if_fail.Peter Moulder2007-06-201-0/+3
| | | (bzr r3080)
* ensure correct order of inheriting style from ancestors (children override ↵bulia byak2007-03-271-8/+19
| | | | | parents) and of reading decls in a style string (later decls override) (bzr r2770)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-208-12/+15
| | | (bzr r2723)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-4/+3
| | | (bzr r2720)
* switch repr-css to using libcroco, same as SPStyle uses, instead of its own ↵bulia byak2007-03-161-26/+45
| | | | | hacky css parser; quote font-family, if necessary, on writing (bzr r2663)
* get rid of sp_repr_document_root and (commented) sp_repr_duplicateMenTaLguY2007-02-272-12/+1
| | | (bzr r2461)
* get rid of sp_repr_document wrapper functionMenTaLguY2007-02-261-6/+0
| | | (bzr r2445)
* Improve null checkBob Jamison2007-02-201-1/+1
| | | (bzr r2407)
* remove obsolete assertAaron Spike2007-01-261-1/+0
| | | (bzr r2289)
* get rid of sp_repr_new*MenTaLguY2007-01-252-31/+0
| | | (bzr r2284)
* eliminate last uses of sp_repr_new*MenTaLguY2007-01-254-47/+19
| | | (bzr r2283)
* remove sp_repr_new use from document creationMenTaLguY2007-01-251-2/+2
| | | (bzr r2282)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-214-9/+9
| | | | | create methods to match DOM (bzr r2253)
* Deprecate sp_repr_new* functionsMenTaLguY2007-01-211-4/+5
| | | (bzr r2252)
* merge XML::Session into XML::DocumentMenTaLguY2007-01-2012-394/+168
| | | (bzr r2248)
* fixes for style-test prefs crashesKees Cook2007-01-131-0/+2
| | | (bzr r2202)
* full correction for rest of test buildsKees Cook2007-01-131-3/+11
| | | (bzr r2201)
* make SVG indent and inlined attrs configurable via prefsbulia byak2006-11-011-24/+38
| | | (bzr r1879)
* switch pref/repr utility methods to using long long ints; withbulia byak2006-10-252-3/+3
| | | | | out it, we cannot even store an rgba32 color in an attribute\! (bzr r1860)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-262-9/+9
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-252-9/+9
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)