| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a few useful lookup functions. | Tavmjong Bah | 2018-12-04 | 1 | -0/+60 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - 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 | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -5/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -48/+48 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -4/+4 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -4/+4 |
| | | |||||
| * | Remove cmake checks for C89 headers. | Elliott Sales de Andrade | 2017-06-15 | 1 | -4/+0 |
| | | | | | | | | | | | These are roughly equivalent to autoconf's AC_HEADER_STDC and even they say that macro is obsolescent. strings.h is not really a C89 header, but it defined some things that are no longer needed [1]. And no file actually #includes it. [1] https://stackoverflow.com/a/4291328 | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -2/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+2 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -2/+0 |
| | | | | (bzr r15025) | ||||
| * | import images with dpi from file : xscale and yscale were not rounded but ↵ | Marc Jeanmougin | 2015-08-17 | 1 | -0/+1 |
| | | | | | | | | | floored, which resulted in 0 values for big images, and numerical mayhem ensued ("inf" and "nan"). Fixed bugs: - https://launchpad.net/bugs/1479193 (bzr r14307) | ||||
| * | Import all defs from clipboard or imported files | Ben Scholzen 'DASPRiD | 2015-05-29 | 1 | -0/+28 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1460057 (bzr r14185) | ||||
| * | Fix segfault due to an infinite recursion (due to a typo) | Marc Jeanmougin | 2015-05-01 | 1 | -1/+1 |
| | | | | (bzr r14083) | ||||
| * | Fixed crash bug due to some overlooked function changed in the recent merge. | Marc Jeanmougin | 2015-05-01 | 1 | -6/+11 |
| | | | | | | 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/+15 |
| |\ | | | | | (bzr r13922.1.13) | ||||
| | * | Partial fix for bug 1430873. Rectangles should behave properly with % values. | Tavmjong Bah | 2015-03-14 | 1 | -0/+15 |
| | | | | | | | (bzr r14004) | ||||
| * | | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 1 | -6/+6 |
| |/ | | | (bzr r13922.1.6) | ||||
| * | Replace xml node get_double with simple direct value. | Martin Owens | 2013-09-24 | 1 | -3/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1229558 (bzr r12585) | ||||
| * | Throw better error when attribute isn't available | Martin Owens | 2013-04-21 | 1 | -0/+2 |
| | | | | (bzr r12288) | ||||
| * | Fix -Wunused-function warnings | Alex Valavanis | 2013-03-18 | 1 | -65/+0 |
| | | | | (bzr r12221) | ||||
| * | code cleanup: make more functions static, add includes. | Campbell Barton | 2012-10-04 | 1 | -1/+1 |
| | | | | (bzr r11737) | ||||
| * | syntx of null pointer dereference checks | Kris De Gussem | 2012-05-12 | 1 | -2/+7 |
| | | | | (bzr r11358) | ||||
| * | Dropped deprecated function sp_repr_get_int_attribute | Kris De Gussem | 2012-01-11 | 1 | -28/+0 |
| | | | | (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 | -32/+16 |
| | | | | (bzr r10830) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -6/+6 |
| | | | | (bzr r10660) | ||||
| * | Remove deprecated Glib symbols | Krzysztof Kosi??ski | 2011-07-19 | 1 | -3/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480) | ||||
| * | Fixed const/non-const mismatch loop. | Jon A. Cruz | 2010-12-12 | 1 | -1/+1 |
| | | | | (bzr r9949) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -28/+21 |
| |\ | | | | | (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) | ||||
| * | Added explicit tagging of "solid color gradients" and base context menu to ↵ | Jon A. Cruz | 2009-03-21 | 1 | -10/+18 |
| | | | | | | add and edit. (bzr r7535) | ||||
| * | Adding explicit parenthesis to remove warnings | Jon A. Cruz | 2009-02-10 | 1 | -2/+2 |
| | | | | (bzr r7261) | ||||
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 1 | -6/+20 |
| | | | | | | | * 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 | -2/+2 |
| | | | | (bzr r6214) | ||||
| * | Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when ↵ | Stephen Silver | 2008-06-30 | 1 | -0/+16 |
| | | | | | | ungrouping (fixes bug 243720). (bzr r6098) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -2/+2 |
| | | | | (bzr r4629) | ||||
| * | guidelines: minor corrections | Johan B. C. Engelen | 2007-12-20 | 1 | -1/+25 |
| | | | | | | 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/+11 |
| | | | | (bzr r4258) | ||||
| * | Applied patches for default metadata and for fix on creative commons namespace. | Jon Phillips | 2007-08-14 | 1 | -2/+8 |
| | | | | (bzr r3464) | ||||
| * | switch pref/repr utility methods to using long long ints; with | bulia byak | 2006-10-25 | 1 | -2/+2 |
| | | | | | | out it, we cannot even store an rgba32 color in an attribute\! (bzr r1860) | ||||
| * | add fixup for infamous (and apparently quite widespread) "duck prion" | MenTaLguY | 2006-08-03 | 1 | -2/+9 |
| | | | | (bzr r1554) | ||||
| * | comments explaining namespace mapping for the broken sodipodi namespace | MenTaLguY | 2006-05-08 | 1 | -0/+6 |
| | | | | (bzr r772) | ||||
| * | add fixup for incorrect sodipodi namespace | MenTaLguY | 2006-05-07 | 1 | -2/+6 |
| | | | | (bzr r759) | ||||
| * | fix for #1483198 ("infectious namespaces") | MenTaLguY | 2006-05-07 | 1 | -14/+27 |
| | | | | (bzr r757) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+553 |
| (bzr r1) | |||||
