| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | new trace Dialog - initial implementation | Marc Jeanmougin | 2019-08-21 | 2 | -174/+25 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -2/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 3 | -2/+8 |
| | | | | | | | - 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 | ||||
| * | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -2/+2 |
| | | |||||
| * | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 2 | -10/+10 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -3/+3 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+3 |
| | | | | | A lot of header clean-up. | ||||
| * | Update Potrace bitmap macros to upstream 1.13 | Alex Valavanis | 2015-11-08 | 1 | -8/+9 |
| | | | | (bzr r14449.1.2) | ||||
| * | Use external Potrace | Alex Valavanis | 2015-11-08 | 18 | -4038/+4 |
| | | | | (bzr r14449.1.1) | ||||
| * | Tracing. Fix for Bug #1456387 (Trace Bitmap: Multiscan > Brightness steps ↵ | Nicolas Dufour | 2015-06-22 | 1 | -1/+1 |
| | | | | | | | | | produces mostly black result). Fixed bugs: - https://launchpad.net/bugs/1456387 (bzr r14209) | ||||
| * | Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 ↵ | Nicolas Dufour | 2015-03-31 | 17 | -103/+251 |
| | | | | | | | | | vulnerability). Fixed bugs: - https://launchpad.net/bugs/1438366 (bzr r14037) | ||||
| * | Fixing dead assignment and uninitialized argument value. | Nicolas Dufour | 2015-02-07 | 1 | -4/+4 |
| | | | | (bzr r13908) | ||||
| * | Purge sp_desktop_message_stack | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | (bzr r13817) | ||||
| * | undo whitespace edit. it's an external dependency, and let's assume that the ↵ | Johan B. C. Engelen | 2014-10-12 | 1 | -1040/+1019 |
| | | | | | | potential bug is not a bug (line 611, possibly uninitialized used of prev[i]) (bzr r13594) | ||||
| * | Mass fix whitespace (clang-format) before working on bug | Johan B. C. Engelen | 2014-10-12 | 1 | -1019/+1040 |
| | | | | (bzr r13593) | ||||
| * | cppcheck | Kris De Gussem | 2012-03-07 | 3 | -11/+4 |
| | | | | (bzr r11052) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -2/+3 |
| | | | | (bzr r11030) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 2 | -2/+1 |
| | | | | (bzr r10940) | ||||
| * | cppcheck tells us: Memory leak: potraceBitmap | Kris De Gussem | 2012-01-15 | 1 | -30/+16 |
| | | | | | | -> fixed, between new and old code position, keepGoing is not modified (bzr r10890) | ||||
| * | 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) | ||||
| * | cppcheck: initialisation and warning cleanup | Kris De Gussem | 2011-11-18 | 2 | -10/+13 |
| | | | | (bzr r10744) | ||||
| * | Update to Potrace 1.10 | Josh Andler | 2011-08-30 | 16 | -84/+74 |
| | | | | (bzr r10600) | ||||
| * | Cleaning up trace methods to aid fixing color inversion. | Jon A. Cruz | 2011-07-27 | 2 | -105/+108 |
| | | | | (bzr r10507) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -9/+0 |
| | | | | | | | | 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) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -8/+8 |
| | | | | | | | - 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) | ||||
| * | Tracing. Potrace 1.9 update (see http://potrace.sourceforge.net/ChangeLog). | Nicolas Dufour | 2011-04-14 | 16 | -128/+166 |
| | | | | (bzr r10163) | ||||
| * | 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) | ||||
| * | fix include | bulia byak | 2009-01-15 | 1 | -1/+1 |
| | | | | (bzr r7135) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -59/+72 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | Fix for PathString to prevent it from getting into a very, very long copying ↵ | Jasper van de Gronde | 2008-07-18 | 1 | -1/+1 |
| | | | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -12/+1 |
| | | | | (bzr r6046) | ||||
| * | change VERSION to INKSCAPE_VERSION in potracelib.cpp | Joshua L. Blocher | 2008-06-18 | 1 | -1/+2 |
| | | | | (bzr r5988) | ||||
| * | Updating deprecated type calls. | Jon A. Cruz | 2008-05-06 | 1 | -2/+2 |
| | | | | (bzr r5617) | ||||
| * | Address string-literal-to-char* warning: Make gm_read_error global var point ↵ | Peter Moulder | 2008-05-04 | 2 | -6/+6 |
| | | | | | | to const char. (bzr r5597) | ||||
| * | Have Paint Bucket generate the necessary GrayMap for potrace directly, ↵ | John Bintz | 2008-04-17 | 2 | -0/+25 |
| | | | | | | skipping the standard, slower potrace filtering routines. (bzr r5466) | ||||
| * | cmake: EOL of cmakelists.txt in subdirs | Johan B. C. Engelen | 2008-04-07 | 1 | -19/+19 |
| | | | | (bzr r5379) | ||||
| * | add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵ | Johan B. C. Engelen | 2008-03-30 | 1 | -0/+20 |
| | | | | | | minimal checking was done with existing Makefile_insert (bzr r5241) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-03-02 | 1 | -8/+8 |
| | | | | (bzr r4917) | ||||
| * | Update Potrace to 1.8 | Bob Jamison | 2007-10-26 | 17 | -127/+174 |
| | | | | (bzr r3965) | ||||
| * | switch to using SVG::PathString for building paths | MenTaLguY | 2007-01-24 | 1 | -16/+8 |
| | | | | (bzr r2268) | ||||
| * | patch 1598684: better trace quantization | bulia byak | 2006-11-20 | 1 | -37/+15 |
| | | | | (bzr r1994) | ||||
| * | remove debug output | bulia byak | 2006-11-14 | 1 | -2/+0 |
| | | | | (bzr r1949) | ||||
| * | patch 1591723 for extra tracing parameters | bulia byak | 2006-11-14 | 2 | -16/+56 |
| | | | | (bzr r1948) | ||||
| * | refactoring, add background removal | Bob Jamison | 2006-07-05 | 2 | -104/+76 |
| | | | | (bzr r1360) | ||||
| * | patch [ 1503865 ] Siox performance patch | Aaron Spike | 2006-06-13 | 2 | -12/+21 |
| | | | | (bzr r1208) | ||||
| * | (bzr r1085) | John Cliff | 2006-05-30 | 1 | -7/+7 |
| | | |||||
