index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
CMakeLists.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add api and input modules for the livecoding tool
s-ol
2019-11-28
1
-0
/
+1
*
CMake: Use bin subfolder for binaries on Windows
Patrick Storz
2019-06-09
1
-17
/
+5
*
* CMakeLists.txt: Modified file (use the CMAKE_INSTALL_LIBDIR variable instea...
YuGiOhJCJ
2019-04-17
1
-1
/
+1
*
Move all files except inkscape_main and inkview_main into shared library.
Tavmjong Bah
2019-02-15
1
-16
/
+17
*
Remove unused svg-profile.h header file.
Emmanuel Gil Peyrot
2019-01-24
1
-1
/
+0
*
Remove unused files.
Tavmjong Bah
2019-01-16
1
-4
/
+0
*
First baby step in adding InkscapeWindow (Gtk::ApplicationWindow)
Tavmjong Bah
2019-01-09
1
-0
/
+5
*
Add a rotation action.
Tavmjong Bah
2018-11-27
1
-0
/
+2
*
Add file export actions.
Tavmjong Bah
2018-11-25
1
-0
/
+2
*
Allow any valid Verb to be used in "--actions".
Tavmjong Bah
2018-11-19
1
-0
/
+4
*
Rewrite of main.cpp using InkscapeApplication (Gtk::Application)
Tavmjong Bah
2018-11-18
1
-1
/
+8
*
Clarify licenses
Max Gaukler
2018-11-08
1
-0
/
+1
*
C++ify SVGViewWidget. Remove unused code.
Tavmjong Bah
2018-11-06
1
-4
/
+0
*
Rewrite of inkview using InkApplication (Gtk::Application).
Tavmjong Bah
2018-11-04
1
-5
/
+5
*
Move contents of document-private.h to document.h.
Tavmjong Bah
2018-10-29
1
-1
/
+0
*
Fix Windows build
Eduard Braun
2018-10-13
1
-6
/
+0
*
Move some files to 'io' directory.
Tavmjong Bah
2018-10-13
1
-4
/
+0
*
Move macros.h and remove unneeded macros
Eduard Braun
2018-10-01
1
-1
/
+0
*
Move GTKMM_CHECK_VERSION from config.h to it's own header
Eduard Braun
2018-10-01
1
-0
/
+1
*
add autotrace basic support
Marc Jeanmougin
2018-09-13
1
-0
/
+1
*
Put adaptagrams into its own folder
Marc Jeanmougin
2018-04-29
1
-5
/
+1
*
moved libcroco, libuemf, libdepixelize to 3rdparty folder
Marc Jeanmougin
2018-04-29
1
-6
/
+6
*
Code cleanup: remove unneeded file.
Tavmjong Bah
2018-04-03
1
-1
/
+0
*
Inkview: Split options code out
Alexander Valavanis
2018-03-04
1
-1
/
+5
*
Remove unused cxxtest files.
Tavmjong Bah
2018-02-05
1
-3
/
+0
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-190
/
+13
*
Do not install static libraries
Eduard Braun
2018-01-09
1
-7
/
+8
*
Fix static build
Eduard Braun
2018-01-09
1
-1
/
+2
*
Pull custom code from prefix.h/cpp
Eduard Braun
2017-12-04
1
-0
/
+1
*
Make shared library building an option
Marc Jeanmougin
2017-11-02
1
-1
/
+1
*
Remove unused icon-size.h
Stefano Facchini
2017-10-19
1
-1
/
+0
*
Cleanup: remove unused winmain.cpp
Eduard Braun
2017-10-10
1
-1
/
+0
*
Extract a base class, SPDimensions.
Shlomi Fish
2017-10-05
1
-0
/
+2
*
change "FileDescription" in inkscape.rc to include product name
Eduard Braun
2017-07-26
1
-2
/
+2
*
Cleanup: eliminate version from config.h
Eduard Braun
2017-07-17
1
-1
/
+4
*
Cleanup: eliminate require-config.h
Eduard Braun
2017-07-17
1
-1
/
+0
*
cmake: autogenerate Windows .rc files for inkscape and inkview
Eduard Braun
2017-07-17
1
-9
/
+17
*
cmake: fix targets to actually depend on inkscape-version.cpp
Eduard Braun
2017-07-14
1
-13
/
+7
*
Inkview: Refactoring - move SPSlideShow to separate source file
Eduard Braun
2017-05-14
1
-0
/
+2
*
cmake: do not install static libraries on Windows
Eduard Braun
2017-05-08
1
-1
/
+1
*
cmake: Correctly use 'install(TARGETS ...)' instead of 'install(FILES ...)' f...
Eduard Braun
2017-05-08
1
-5
/
+21
*
Build an inkview.com as consoler wrapper around inkview.exe to allow for prin...
Eduard Braun
2017-05-08
1
-1
/
+4
*
Remove some unneeded < C++11 fallback code
Alex Valavanis
2017-02-06
1
-2
/
+0
*
forward-port from 0.92.x the line height conversion from <.92 to >=.92
Marc Jeanmougin
2017-02-05
1
-0
/
+1
*
Fix build on Windows (see http://inkscape.13.x6.nabble.com/compile-error-on-W...
Yale Zhang
2017-01-03
1
-2
/
+1
*
CMake: inkscape.com needs the "-mconsole" linker flag to be useful
Eduard Braun
2016-10-22
1
-0
/
+2
*
Fix CMake dependency order
Marc Jeanmougin
2016-10-20
1
-1
/
+2
*
Fix "ninja -j4 check".
Shlomi Fish
2016-10-08
1
-3
/
+4
*
merge with trunk
Dmitry Zhulanov
2016-09-27
1
-2
/
+2
|
\
|
*
Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.
Tavmjong Bah
2016-09-27
1
-2
/
+2
[next]