| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a few useful lookup functions. | Tavmjong Bah | 2018-12-04 | 1 | -2/+18 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -2/+3 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -6/+6 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Add GUI and code to implement "Line Spacing Modes". | Tavmjong Bah | 2017-08-05 | 1 | -1/+1 |
| | | | | | | Selecting a Line Spacing Mode allows a user to quickly pick an algorithm for consistant line spacing. | ||||
| * | Import all defs from clipboard or imported files | Ben Scholzen 'DASPRiD | 2015-05-29 | 1 | -0/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1460057 (bzr r14185) | ||||
| * | Fixed crash bug due to some overlooked function changed in the recent merge. | Marc Jeanmougin | 2015-05-01 | 1 | -1/+2 |
| | | | | | | Also fixed the layer ordering in the widget, which was messed up by the same bug in a way i haven't quite sorted out (so the fact that this patch fixed it is quite a mystery, but i won't complain) (bzr r14079) | ||||
| * | merging | Marc Jeanmougin | 2015-04-26 | 1 | -0/+2 |
| |\ | | | | | (bzr r13922.1.13) | ||||
| | * | Partial fix for bug 1430873. Rectangles should behave properly with % values. | Tavmjong Bah | 2015-03-14 | 1 | -0/+2 |
| | | | | | | | (bzr r14004) | ||||
| * | | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 1 | -1/+2 |
| |/ | | | (bzr r13922.1.6) | ||||
| * | More header cleanup | Liam P. White | 2014-09-06 | 1 | -43/+42 |
| | | | | (bzr r13341.1.198) | ||||
| * | NULL pointer checks | Kris De Gussem | 2013-04-08 | 1 | -3/+5 |
| | | | | (bzr r12271) | ||||
| * | A couple of forward declarations | Alex Valavanis | 2013-02-11 | 1 | -6/+13 |
| | | | | (bzr r12119) | ||||
| * | some memleak fixes (Bug #1043571) | Kris De Gussem | 2012-09-20 | 1 | -1/+1 |
| | | | | (bzr r11686) | ||||
| * | revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ↵ | Kris De Gussem | 2012-09-03 | 1 | -1/+1 |
| | | | | | | not enabled) and other issues (bzr r11649) | ||||
| * | converted some c-string usage to c++ string class usage: should fix some ↵ | Kris De Gussem | 2012-09-02 | 1 | -1/+1 |
| | | | | | | memory leaks (bzr r11646) | ||||
| * | Clipboard code cleaning (patch for bug #964852 by Romain, see devmail ↵ | Kris De Gussem | 2012-04-05 | 1 | -0/+1 |
| | | | | | | thread "Some clipboard functions") (bzr r11153) | ||||
| * | Dropped deprecated function sp_repr_get_int_attribute | Kris De Gussem | 2012-01-11 | 1 | -6/+1 |
| | | | | (bzr r10871) | ||||
| * | dropped deprecated function sp_repr_get_double_attribute | Kris De Gussem | 2012-01-07 | 1 | -2/+2 |
| | | | | (bzr r10858) | ||||
| * | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -27/+0 |
| | | | | (bzr r10830) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | Adding initial cut of resource manager. | Jon A. Cruz | 2011-05-06 | 1 | -0/+3 |
| | | | | (bzr r10198) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+23 |
| |\ | | | | | (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) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | xml/Document -> DocumentTree | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8417) | ||||
| * | Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵ | Peter Moulder | 2009-04-07 | 1 | -4/+12 |
| | | | | | | | | | | 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) | ||||
| * | Remove trivial wrapper function sp_repr_print that hasn't been used in years. | Peter Moulder | 2009-04-06 | 1 | -1/+1 |
| | | | | (bzr r7640) | ||||
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 1 | -113/+14 |
| | | | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877) | ||||
| * | replace separate forward declarations by proper forward.h inclusion | Johan B. C. Engelen | 2008-07-07 | 1 | -6/+2 |
| | | | | (bzr r6214) | ||||
| * | Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when ↵ | Stephen Silver | 2008-06-30 | 1 | -0/+2 |
| | | | | | | ungrouping (fixes bug 243720). (bzr r6098) | ||||
| * | merge inline patch from Jimmy | MenTaLguY | 2008-05-08 | 1 | -8/+0 |
| | | | | (bzr r5631) | ||||
| * | Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ↵ | Bob Jamison | 2008-04-02 | 1 | -3/+1 |
| | | | | | | called by sp_repr_save_buf() (bzr r5314) | ||||
| * | Add convenience functions to read from/write to Glib::ustrings. | Bob Jamison | 2008-03-13 | 1 | -0/+4 |
| | | | | (bzr r5086) | ||||
| * | export sp_repr_write_stream() | Bob Jamison | 2008-03-07 | 1 | -0/+4 |
| | | | | (bzr r4980) | ||||
| * | guidelines: minor corrections | Johan B. C. Engelen | 2007-12-20 | 1 | -1/+2 |
| | | | | | | add point reading to repr-util.cpp (bzr r4264) | ||||
| * | guides: switch from using one position coordinate to Geom::Point point_on_line | Johan B. C. Engelen | 2007-12-19 | 1 | -0/+7 |
| | | | | (bzr r4258) | ||||
| * | Provide Node const* versions of existing sp_repr_children and sp_repr_next ↵ | Peter Moulder | 2007-10-11 | 1 | -0/+10 |
| | | | | | | functions. (bzr r3875) | ||||
| * | Applied patches for default metadata and for fix on creative commons namespace. | Jon Phillips | 2007-08-14 | 1 | -1/+2 |
| | | | | (bzr r3464) | ||||
| * | get rid of sp_repr_document_root and (commented) sp_repr_duplicate | MenTaLguY | 2007-02-27 | 1 | -11/+0 |
| | | | | (bzr r2461) | ||||
| * | get rid of sp_repr_document wrapper function | MenTaLguY | 2007-02-26 | 1 | -6/+0 |
| | | | | (bzr r2445) | ||||
| * | get rid of sp_repr_new* | MenTaLguY | 2007-01-25 | 1 | -5/+0 |
| | | | | (bzr r2284) | ||||
| * | eliminate last uses of sp_repr_new* | MenTaLguY | 2007-01-25 | 1 | -2/+0 |
| | | | | (bzr r2283) | ||||
| * | Deprecate sp_repr_new* functions | MenTaLguY | 2007-01-21 | 1 | -4/+5 |
| | | | | (bzr r2252) | ||||
| * | fixes for style-test prefs crashes | Kees Cook | 2007-01-13 | 1 | -0/+2 |
| | | | | (bzr r2202) | ||||
| * | switch pref/repr utility methods to using long long ints; with | bulia byak | 2006-10-25 | 1 | -1/+1 |
| | | | | | | 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. Sloan | 2006-08-26 | 1 | -1/+1 |
| | | | | | | | | 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 | -1/+1 |
| | | | | | | 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 | -1/+1 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | add fixup for incorrect sodipodi namespace | MenTaLguY | 2006-05-07 | 1 | -0/+1 |
| | | | | (bzr r759) | ||||
