| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | syntx of null pointer dereference checks | Kris De Gussem | 2012-05-12 | 1 | -10/+16 |
| | | | | (bzr r11358) | ||||
| * | some more string class usage | Kris De Gussem | 2012-04-22 | 1 | -13/+9 |
| | | | | (bzr r11279) | ||||
| * | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -35/+17 |
| | | | | (bzr r10830) | ||||
| * | cppcheck | Kris De Gussem | 2011-12-04 | 1 | -0/+4 |
| | | | | (bzr r10759) | ||||
| * | Add possibility to check validity of attributes and usefulness of properties. | Tavmjong Bah | 2011-11-29 | 1 | -1/+22 |
| | | | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753) | ||||
| * | Preserve CDATA sections on output. | Tavmjong Bah | 2011-09-08 | 1 | -2/+10 |
| | | | | (bzr r10625) | ||||
| * | Adding initial cut of resource manager. | Jon A. Cruz | 2011-05-06 | 1 | -13/+34 |
| | | | | (bzr r10198) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -2/+0 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 windows | d | 2010-09-22 | 1 | -0/+2 |
| | | | | | | | (bzr r9776) | ||||
| * | | add XML_PARSE_HUGE to handle documents with more than 256 levels of nesting | d | 2010-09-21 | 1 | -1/+1 |
| |/ | | | (bzr r9775) | ||||
| * | Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵ | Peter Moulder | 2009-04-07 | 1 | -29/+100 |
| | | | | | | | | | | 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 | 1 | -11/+0 |
| | | | | (bzr r7640) | ||||
| * | functional noop: xml/repr-io.cpp: Simplify a calculation. | Peter Moulder | 2009-04-05 | 1 | -12/+6 |
| | | | | (bzr r7632) | ||||
| * | 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) | ||||
| * | promote default namespace for INX extension files | Thomas Holder | 2009-01-11 | 1 | -9/+12 |
| | | | | (bzr r7113) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -3/+4 |
| | | | | (bzr r6885) | ||||
| * | Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ↵ | Bob Jamison | 2008-04-02 | 1 | -37/+43 |
| | | | | | | called by sp_repr_save_buf() (bzr r5314) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-03-15 | 1 | -1/+1 |
| | | | | (bzr r5097) | ||||
| * | Add convenience functions to read from/write to Glib::ustrings. | Bob Jamison | 2008-03-13 | 1 | -0/+28 |
| | | | | (bzr r5086) | ||||
| * | add basic support for preserving processing instructions in the AST | MenTaLguY | 2008-03-07 | 1 | -4/+9 |
| | | | | (bzr r4987) | ||||
| * | export sp_repr_write_stream() | Bob Jamison | 2008-03-07 | 1 | -1/+0 |
| | | | | (bzr r4980) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| | | | | (bzr r4629) | ||||
| * | r16525@tres: ted | 2007-09-11 20:49:47 -0700 | Ted Gould | 2007-09-12 | 1 | -1/+1 |
| | | | | | | Adding in code to XSLT. (bzr r3729) | ||||
| * | Add fixme comment re testing for file existence inside g_return_if_fail. | Peter Moulder | 2007-06-20 | 1 | -0/+3 |
| | | | | (bzr r3080) | ||||
| * | eliminate last uses of sp_repr_new* | MenTaLguY | 2007-01-25 | 1 | -23/+16 |
| | | | | (bzr r2283) | ||||
| * | make SVG indent and inlined attrs configurable via prefs | bulia byak | 2006-11-01 | 1 | -24/+38 |
| | | | | (bzr r1879) | ||||
| * | gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵ | Michael G. Sloan | 2006-08-26 | 1 | -8/+8 |
| | | | | | | | | 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 Phillips | 2006-08-25 | 1 | -8/+8 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -8/+8 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | Removed debugging messages | Jon A. Cruz | 2006-06-01 | 1 | -3/+0 |
| | | | | (bzr r1119) | ||||
| * | Strip BOM from incoming files | Jon A. Cruz | 2006-05-30 | 1 | -77/+101 |
| | | | | (bzr r1086) | ||||
| * | shared_ptr -> ptr_shared | MenTaLguY | 2006-03-15 | 1 | -5/+5 |
| | | | | (bzr r240) | ||||
| * | replace Util::SharedCStringPtr with the more general Util::shared_ptr<> | MenTaLguY | 2006-02-06 | 1 | -6/+7 |
| | | | | (bzr r87) | ||||
| * | Catch failures in fopen of XML files. Fixes #1374551. | Carl Hetherington | 2006-01-23 | 1 | -3/+14 |
| | | | | (bzr r23) | ||||
| * | applied patch #1348672 from enchanter | Ralf Stephan | 2006-01-17 | 1 | -1/+1 |
| | | | | (bzr r11) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+786 |
| (bzr r1) | |||||
