Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / helper /
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-11-17 Chris MorganSuper duper mega (fun!) commit: replaced encoding=utf...
2010-07-03 Abhishek Sharma... another c++ification for sp-object.h/cpp and still...
2010-07-01 Abhishek Sharma... C++fied SPDocument added
2010-06-29 Abhishek Sharma... This is the first c++ification commit from me. It handl...
2010-05-15 Ted GouldPulling in a more recent trunk
2010-04-29 Nathan Hurstmoved some marshalling functions to generic glib calls
2010-04-06 Krzysztof KosińskiRevert the inverted coordinate system fix. 3D Boxes...
2010-04-03 Krzysztof KosińskiChange desktop coordinate system to match SVG (LP ...
2010-04-03 Krzysztof KosińskiFix behavior when loading a document
2010-04-03 Krzysztof KosińskiInitial fix for the inverted coordinate system bug
2010-03-26 Ted GouldMerge from trunk
2010-03-09 Michael WybrowMade some improvements to the osx-build.sh script to...
2010-03-09 Jon A. CruzInitial F&S dialog setting of swatch colors.
2010-03-04 JazzyNicoFix for invisible blured clone elements in PDF export.
2009-11-29 Ted GouldUpdating to current trunk
2009-11-29 Ted GouldMerging in from trunk
2009-10-04 scislacPatch by Adib to fix 273767
2009-08-17 buliabyakfix 396851: move absolutizing relative path (added...
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-08-05 johnceSPDocument->Document
2009-07-28 dvlierop2Fix bug #168387 (Display mode toggle doesn't update...
2009-07-05 buliabyakcommit out apparently useless warning
2009-05-11 theAdibBUG: #273767: crash on ...; resolved crash on several...
2009-05-02 theadibmore on BUG 322116: PDF export does not use the highest...
2009-05-01 theAdibBUG 322116, PDF export does not use the highest quality...
2009-04-07 johanengelennoop: add todo
2009-04-07 johanengelenis_straight_curve now also returns true for straight...
2009-04-07 pjrmnoop: Set svn:eol-style to native on all .cpp and ...
2009-02-21 tweenkMove files from the src/dialogs/ directory to the place...
2009-02-20 tweenkOnly build static libraries for subdirs than actually...
2009-02-10 joncruzAdding explicit parenthesis to remove warnings
2009-01-13 tweenkImproved version reporting. Add SVN revision and custom...
2009-01-12 verbalshadowCmake: Fixed the extra -l in the link command, plus...
2009-01-09 verbalshadowCmake: restructure build files to be more like current...
2008-12-29 tweenkBuild a single test executable on Linux to match Window...
2008-12-10 Ted Gould * Removing the bitmap files that aren't being used.
2008-12-09 tweenkSimplify "make check" makefile rules and remove most...
2008-12-08 tweenkPartial fix for "make check" compilation failure.
2008-12-02 jaspervdgVery slight change to allocation of stripe buffer in...
2008-11-21 Ted GouldMerge from fe-moved
2008-10-27 Ted GouldFrom trunk
2008-10-11 Ted GouldMerging from trunk
2008-09-24 joncruzWhitespace cleanup
2008-09-24 joncruzAdded base metadata to exported png files. Fixes bug...
2008-09-22 buliabyakhide item instead of unreffing, and unref arena to...
2008-09-16 buliabyakthis item is not hide'd, so unref it instead to prevent...
2008-09-16 buliabyakremove extra unref; now ref/unref is done by show/hide...
2008-09-05 acspikeMake rasterization of filters into pdf respect the...
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-06 johanengelensrc/helper 2geomified
2008-08-05 dvlierop2Use is_straight_curve() instead of three separate dynam...
2008-08-03 dvlierop2Refactoring the object-snapper to use 2geom paths
2008-08-02 johanengelenadd is_straight_curve in geom-curves.h helper file
2008-08-02 johanengelensimplify pathv_to_linear_and_cubic_beziers a bit
2008-08-02 johanengelenfix nodetype determination. fixes lpe spiro bug
2008-08-02 jaspervdgEnable exception handling for CxxTest in Makefiles
2008-08-01 joncruzWarning cleanup
2008-07-25 johanengelenupdate to 2geom rev. 1507
2008-07-23 johanengelenfix nodetype determination. more stable now. (lost...
2008-07-21 jaspervdgFix for a very stupid bug (by myself) in cubic_bbox...
2008-07-19 jaspervdgSmall change to cubic_bbox to skip A LOT of unnecessary...
2008-07-19 jaspervdgConsistently use (create/destroy)Suite in unit tests.
2008-07-17 jaspervdgThe new CxxTest unit tests now also work on Linux!...
2008-07-16 joncruzwarning cleanup
2008-07-15 johanengelenremove debug messages from last commits
2008-07-15 johanengelentry to make more robust geom-nodetype. still it can...
2008-07-14 johanengelenimprove get_nodetype angle checking, thanks nathan!
2008-07-14 johanengelenadd comment and implementation of get_nodetype where...
2008-07-14 johanengelenadd geom-nodetype. helper function to determine the...
2008-07-13 johanengelen2geomify pov-out extension
2008-07-11 johanengelenuse new 2geom function. This ensures we cannot end...
2008-07-05 pjrmhelper/unit-tracker.h: Supply missing #includes/declara...
2008-07-05 joncruzEOL fixups
2008-07-04 johanengelenuse if(dynamic_cast<>) instead of if(typeid==) to check...
2008-07-01 jaspervdgCxxTest unit tests can now be built on Windows, also...
2008-06-29 johanengelenrecognize HLineSegment and VLineSegment while looping...
2008-06-26 johanengelenadd const to pointers that are not written to
2008-06-26 johanengelenadd const to references that are not written to
2008-06-26 johanengelenrewrite nr_path_matrix_point_bbox_wind_distance in...
2008-06-23 johanengelenspeed up bounds_exact for 2geom even more.
2008-06-23 johanengelenadd comment
2008-06-23 johanengelenmake faster 2geom bbox calc.
2008-06-16 johanengelenuse 2geom method to calc boundingbox of shape
2008-06-16 johanengelenadd geom helper file. this will contain Inkscape specif...
2008-06-09 ishmalupdated slightly
2008-05-19 verbalshadowCmake: Fix issue with generated sp-marshall.h/.cpp...
2008-05-06 joncruzUpdating deprecated type calls.
2008-05-05 verbalshadowCmake: Moved helper macros to their own file and remove...
2008-04-11 verbalshadowCmake: Correct INKSCAPE_LIBDIR value in config.h.cmake...
2008-04-10 acspikeadjust the file generation path fir sp-marshal to jive...
2008-04-05 johanengelencmake: fix file names in marshal generation
2008-04-05 johanengelencmake: fix prefix
2008-04-05 verbalshadowCmake: add missing CMakeLists.txt
2008-04-01 theadibdelete remaining .cvsignore files
2008-04-01 buliabyakremove, totally obsolete
2008-03-21 jaspervdgNo more NRMatrix or NRPoint.
2008-02-25 joncruzLine-end fix
2008-02-24 joncruzWarning and whitespace cleanup
next