index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
helper
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
2geomify pov-out extension
Johan B. C. Engelen
2008-07-13
2
-0
/
+40
*
use new 2geom function. This ensures we cannot end up in infinite loop while ...
Johan B. C. Engelen
2008-07-11
1
-1
/
+1
*
helper/unit-tracker.h: Supply missing #includes/declarations so that we don't...
Peter Moulder
2008-07-05
1
-0
/
+1
*
EOL fixups
Jon A. Cruz
2008-07-05
3
-624
/
+624
*
use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...
Johan B. C. Engelen
2008-07-04
1
-6
/
+6
*
CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...
Jasper van de Gronde
2008-07-01
1
-0
/
+88
*
recognize HLineSegment and VLineSegment while looping through curves
Johan B. C. Engelen
2008-06-29
1
-12
/
+17
*
add const to pointers that are not written to
Johan B. C. Engelen
2008-06-26
2
-7
/
+5
*
add const to references that are not written to
Johan B. C. Engelen
2008-06-26
2
-9
/
+8
*
rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: pathv_matrix_...
Johan B. C. Engelen
2008-06-26
2
-0
/
+313
*
speed up bounds_exact for 2geom even more.
Johan B. C. Engelen
2008-06-23
1
-3
/
+3
*
add comment
Johan B. C. Engelen
2008-06-23
1
-1
/
+1
*
make faster 2geom bbox calc.
Johan B. C. Engelen
2008-06-23
1
-4
/
+154
*
use 2geom method to calc boundingbox of shape
Johan B. C. Engelen
2008-06-16
2
-0
/
+8
*
add geom helper file. this will contain Inkscape specific geometry calculatio...
Johan B. C. Engelen
2008-06-16
3
-0
/
+65
*
updated slightly
Bob Jamison
2008-06-09
2
-40
/
+41
*
Cmake: Fix issue with generated sp-marshall.h/.cpp not linking
Joshua L. Blocher
2008-05-19
1
-1
/
+5
*
Updating deprecated type calls.
Jon A. Cruz
2008-05-06
1
-10
/
+13
*
Cmake: Moved helper macros to their own file and removed *-test.h from inksca...
Joshua L. Blocher
2008-05-05
1
-1
/
+1
*
Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling ...
Joshua L. Blocher
2008-04-11
1
-1
/
+1
*
adjust the file generation path fir sp-marshal to jive with the include vs ad...
Aaron Spike
2008-04-10
1
-5
/
+1
*
cmake: fix file names in marshal generation
Johan B. C. Engelen
2008-04-05
1
-1
/
+1
*
cmake: fix prefix
Johan B. C. Engelen
2008-04-05
1
-1
/
+1
*
Cmake: add missing CMakeLists.txt
Joshua L. Blocher
2008-04-05
1
-0
/
+23
*
delete remaining .cvsignore files
Adib Taraben
2008-04-01
1
-9
/
+0
*
remove, totally obsolete
bulia byak
2008-04-01
1
-35
/
+0
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
2
-2
/
+2
*
Line-end fix
Jon A. Cruz
2008-02-25
1
-25
/
+25
*
Warning and whitespace cleanup
Jon A. Cruz
2008-02-24
1
-188
/
+188
*
Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.
Maximilian Albert
2008-02-03
2
-0
/
+4
*
early version export to PS using blur to bitmap
Adib Taraben
2008-01-14
2
-0
/
+215
*
glib/gtestutils.h is not available on gutsy, so switching to include of
Bryce Harrington
2008-01-05
1
-1
/
+1
*
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
Bryce Harrington
2008-01-05
1
-0
/
+1
*
warning cleanup
Jon A. Cruz
2007-12-05
1
-3
/
+3
*
Don't show error dialog when bitmap export is cancelled by the user (fixes bu...
Maximilian Albert
2007-12-04
1
-2
/
+6
*
Menu item to toggle CMS adjustment on and off
Jon A. Cruz
2007-11-26
1
-3
/
+3
*
Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535
Johan B. C. Engelen
2007-11-16
2
-7
/
+7
*
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
2007-11-04
1
-1
/
+1
*
**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...
Peter Moulder
2007-09-12
1
-3
/
+3
*
set minimal appearace for toolbar widget
bulia byak
2007-09-10
1
-0
/
+1
*
Ensure active unit member pointer is always initialized, fixes 1784559
Jon A. Cruz
2007-09-02
1
-1
/
+3
*
revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in it...
bulia byak
2007-08-11
1
-7
/
+7
*
Gtkmm-ified the desktop window object, and modified the file dialogs so that ...
Joel Holdsworth
2007-07-28
2
-3
/
+32
*
Remove unused function sp_png_write_rgba (and its helper function sp_png_get_...
Peter Moulder
2007-06-25
2
-53
/
+19
*
noop: (sp_export_png_file): Switch from NRMatrix to NR::Matrix.
Peter Moulder
2007-06-25
1
-8
/
+5
*
CodingStyle: whitespace
Peter Moulder
2007-06-25
1
-152
/
+163
*
CodingStyle: const usage
Peter Moulder
2007-06-25
1
-13
/
+16
*
add document to action events (when possible)
MenTaLguY
2007-05-10
1
-3
/
+5
*
add document to action events
MenTaLguY
2007-05-10
1
-0
/
+6
*
allow nesting under verb events
MenTaLguY
2007-05-06
1
-1
/
+2
[prev]
[next]