summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* update to trunkJabier Arraiza Cenoz2014-03-2515-217/+727
|\
| * Updating libdepixelize.Vinícius dos Santos Oliveira2014-03-255-158/+655
| * Replaced a free() with g_free().Markus Engel2014-03-251-1/+1
| * fix memory allocation bug (thanks to clang's static analyzer scan-build)Johan B. C. Engelen2014-03-241-2/+2
| * fix tiny mistakeJohan B. C. Engelen2014-03-241-1/+1
| * add convenience functions to deal with Glib::ustrings for setting repr attrib...Johan B. C. Engelen2014-03-242-3/+17
| * Patch for base constructor calls.Markus Engel2014-03-242-3/+3
| * Fix for in-class initialisation of double const value.Markus Engel2014-03-241-1/+5
| * sp_selected_path_combine: simplify code, prevent memleak waiting to happen u...Johan B. C. Engelen2014-03-241-13/+8
| * spobject: extra careful, check that repr is not nullptrJohan B. C. Engelen2014-03-241-1/+1
| * noop: code legibiltyJohan B. C. Engelen2014-03-241-10/+8
| * fix potential use of nullptr (item) (note that SPGroup inherits from SPItem)Johan B. C. Engelen2014-03-241-27/+27
| * fix potential call on nullptrJohan B. C. Engelen2014-03-241-1/+1
| * fix potential calls on nullptrJohan B. C. Engelen2014-03-241-1/+3
* | update to trunkJabier Arraiza Cenoz2014-03-235-243/+43
|\|
| * "fix" GTK3 build.Johan B. C. Engelen2014-03-231-39/+43
| * remove files that interface through C with libvpsc, we are using C++ so...Johan B. C. Engelen2014-03-234-204/+0
* | update to trunkJabier Arraiza Cenoz2014-03-2324-75/+117
|\|
| * fix Windows build for newer gcc/libsJohan B. C. Engelen2014-03-232-2/+10
| * emf-print.cpp : fix coding... :'(Johan B. C. Engelen2014-03-231-12/+12
| * powerstroke: fix bad coding bug!Johan B. C. Engelen2014-03-231-2/+1
| * gradient midpoint dragging: fix terrible bug in the code (don't know it's phe...Johan B. C. Engelen2014-03-231-1/+1
| * libuemf: more self-assignment -> unused changesJohan B. C. Engelen2014-03-221-3/+5
| * libcroco: don't write double parenthesis unnecessarily (interferes with the v...Johan B. C. Engelen2014-03-221-2/+2
| * tool/node.cpp : don't rely on g_error terminating the program, allow more gra...Johan B. C. Engelen2014-03-221-0/+4
| * fix self-assignment. use of UNUSED macro to better show the intent of the codeJohan B. C. Engelen2014-03-221-1/+6
| * libuemf: make uemf_utf.c compile cleanly with specific version of iconv. (cur...Johan B. C. Engelen2014-03-211-2/+5
| * cairo-render-context: swap order of header inclusion to redefinition clash of...Johan B. C. Engelen2014-03-211-1/+1
| * fix macro redefinition errorsJohan B. C. Engelen2014-03-213-5/+17
| * libcroco: fix pointer signedness errorsJohan B. C. Engelen2014-03-211-7/+7
| * control-point-selection : fix a (very unlikely) crash upon dereferencing unit...Johan B. C. Engelen2014-03-201-0/+4
| * apply 2geom rev. 2169 (bug fix)Johan B. C. Engelen2014-03-201-4/+6
| * remove #pragma for 11 year old compiler that I cannot imagine anyone using at...Johan B. C. Engelen2014-03-201-8/+0
| * supress warningsJohan B. C. Engelen2014-03-201-5/+21
| * Fix compiler warnings. These appear to fix some genuine bugs too (comparing u...Johan B. C. Engelen2014-03-206-20/+15
* | Fixed bug continuing cusp nodesJabier Arraiza Cenoz2014-03-201-1/+1
* | Removed persistent blue lineJabier Arraiza Cenoz2014-03-201-0/+4
* | Full refactor of path continuations in bspline-spirolive mode, I think no mor...Jabier Arraiza Cenoz2014-03-204-27/+22
* | Refactor of anchorsJabier Arraiza Cenoz2014-03-203-67/+50
* | update to trunkJabier Arraiza Cenoz2014-03-191-64/+49
|\|
| * WMF support: last piece of the code cleanup from bug #1248753David Mathog2014-03-191-64/+49
* | Fix a bug when starting path with change from bspline to spiro and inverseJabier Arraiza Cenoz2014-03-191-3/+4
* | Fixing suv mac bug continuing existing bsplines/spiro pathsroot2014-03-191-1/+1
* | update to trunkJabier Arraiza Cenoz2014-03-191-2/+2
|\|
| * EMF import: fix clipPath definition: move transform attribute into the <rect>...David Mathog2014-03-191-2/+2
* | This think fix su_v related bug on continuous paths in BSpline or Spiro modeJabier Arraiza Cenoz2014-03-191-1/+13
* | update to trunkJabier Arraiza Cenoz2014-03-1810-27/+31
|\|
| * Fix for Bug #1291546 (Linking color profile from Document properties dialog c...Nicolas Dufour2014-03-182-1/+4
| * Cleanup datatypes for detailed checking of C++11. Fixes Bug #1293295.Jon A. Cruz2014-03-181-19/+16
| * Warning cleanups.Jon A. Cruz2014-03-185-5/+5